summaryrefslogtreecommitdiffstats
path: root/remote/modules/openbox/data
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-14 18:54:48 +0200
committerSimon Rettberg2013-05-14 18:54:48 +0200
commit362fbbb7c888e125b0270eda89878859eac0e3f4 (patch)
tree67eb9d52db7d7aa9ce306ccb4f464cd7c275b378 /remote/modules/openbox/data
parentpxelinux.0 (diff)
parentchange ipxe source (diff)
downloadtm-scripts-362fbbb7c888e125b0270eda89878859eac0e3f4.tar.gz
tm-scripts-362fbbb7c888e125b0270eda89878859eac0e3f4.tar.xz
tm-scripts-362fbbb7c888e125b0270eda89878859eac0e3f4.zip
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/openbox/data')
-rw-r--r--remote/modules/openbox/data/etc/xdg/openbox/menu.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/remote/modules/openbox/data/etc/xdg/openbox/menu.xml b/remote/modules/openbox/data/etc/xdg/openbox/menu.xml
new file mode 100644
index 00000000..866969f6
--- /dev/null
+++ b/remote/modules/openbox/data/etc/xdg/openbox/menu.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<openbox_menu xmlns="http://openbox.org/"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://openbox.org/
+ file:///usr/share/openbox/menu.xsd">
+
+<menu id="root-menu" label="Openbox 3">
+ <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>
+ <!-- This requires the presence of the 'menu' package to work -->
+ <menu id="/Debian" />
+ <separator />
+ <menu id="client-list-menu" />
+ <separator />
+ <item label="Restart">
+ <action name="Restart" />
+ </item>
+ <separator />
+ <item label="Exit">
+ <action name="Exit" />
+ </item>
+</menu>
+
+</openbox_menu>