summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Ritter2016-11-07 15:33:51 +0100
committerSimon Rettberg2016-11-07 15:33:51 +0100
commit6823317b95b663c0b3c91b8e46ffa53283816c0d (patch)
tree7363041ab45ad9861fc31ebb981b52a520af5703
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-6823317b95b663c0b3c91b8e46ffa53283816c0d.tar.gz
tm-scripts-6823317b95b663c0b3c91b8e46ffa53283816c0d.tar.xz
tm-scripts-6823317b95b663c0b3c91b8e46ffa53283816c0d.zip
[openbox] Remove vmchooser menu entry as it's not officially supported
Running vmchooser sessions from within an openbox session, especially multiple vms, is not fully supported and can cause issues. If you know what you're doing you can still launch it from the command line.
-rw-r--r--remote/modules/openbox/data/etc/xdg/openbox/menu.xml4
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" />