bug #5253 kde4 is out now, use kde4 menus by default.

Startup scripts should export "XDG_MENU_PREFIX=kde-4-" but they export
"XDG_MENU_PREFIX=kde-".
This commit is contained in:
Dana Jansens 2011-09-29 12:52:07 -04:00
parent 8e4fcae64d
commit a23954ec17

View file

@ -8,7 +8,7 @@ if test -n "$1"; then
fi
# Set the prefix for the menu layout to use
export XDG_MENU_PREFIX="kde-"
export XDG_MENU_PREFIX="kde-4-"
# Clean up after GDM
xprop -root -remove _NET_NUMBER_OF_DESKTOPS \