]> Dogcows Code - chaz/openbox/commitdiff
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 5299b0456dee6b66858724e409024f514fc61372..14e350430a8009870f2a408c9aab258d530c3620 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 \
This page took 0.020582 seconds and 4 git commands to generate.