Set the XDG_MENU_PREFIX to "kde-" when running an Openbox/KDE session.

This commit is contained in:
Dana Jansens 2010-01-02 15:49:39 -05:00
parent 7cf9f174db
commit 4f414ed0f1

View 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 \