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:
parent
8e4fcae64d
commit
a23954ec17
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue