diff options
-rw-r--r-- | remote/modules/openbox/data/etc/xdg/openbox/menu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/openbox/data/etc/xdg/openbox/menu.xml b/remote/modules/openbox/data/etc/xdg/openbox/menu.xml index 866969f6..d563f1f0 100644 --- a/remote/modules/openbox/data/etc/xdg/openbox/menu.xml +++ b/remote/modules/openbox/data/etc/xdg/openbox/menu.xml @@ -9,8 +9,8 @@ <item label="Terminal"> <action name="Execute"><execute>xterm</execute></action> </item> - <item label="VM Chooser"> - <action name="Execute"><execute>vmchooser -c /etc/openslx/vmchooser/vmchooser.conf</execute></action> + <item label="VMChooser"> + <action name="Execute"><execute>vmchooser</execute></action> </item> <!-- This requires the presence of the 'menu' package to work --> <menu id="/Debian" /> |