Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308359
Collapse All | Expand All

(-)/tmp/11-xdg-menu-KDE-4 (-1 / +1 lines)
Lines 1-5 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
if [ -z ${XDG_MENU_PREFIX} ] && [ ${DESKTOP_SESSION} = "KDE-4" ]; then
3
if [ -z ${XDG_MENU_PREFIX} ] && [ "${DESKTOP_SESSION}" = "KDE-4" ]; then
4
	export XDG_MENU_PREFIX="kde-4.4-"
4
	export XDG_MENU_PREFIX="kde-4.4-"
5
fi
5
fi

Return to bug 308359