Set the XDG_MENU_PREFIX to "kde-" when running an Openbox/KDE session.
authorDana Jansens <danakj@orodu.net>
Sat, 2 Jan 2010 20:49:39 +0000 (15:49 -0500)
committerDana Jansens <danakj@orodu.net>
Sat, 2 Jan 2010 20:49:39 +0000 (15:49 -0500)
data/xsession/openbox-kde-session.in

index 5299b04..14e3504 100644 (file)
@@ -7,6 +7,9 @@ if test -n "$1"; then
   exit
 fi
 
+# Set the prefix for the menu layout to use
+export XDG_MENU_PREFIX="kde-"
+
 # Clean up after GDM
 xprop -root -remove _NET_NUMBER_OF_DESKTOPS \
       -remove _NET_DESKTOP_NAMES \