Blob Blame History Raw
## from http://standards.freedesktop.org/menu-spec/latest/

# XDG_CONFIG_DIRS: where to look for menu config(s)
if [ -z "${XDG_CONFIG_DIRS}" ] ; then
   XDG_CONFIG_DIRS=/etc/kde/xdg:/etc/xdg
   export XDG_CONFIG_DIRS
fi

# XDG_MENU_PREFIX
if [ -z "${XDG_MENU_PREFIX}" ] ; then
   XDG_MENU_PREFIX="kde-"
   export XDG_MENU_PREFIX
fi