Problem running kcontrol from menu

Rex Dieter rdieter at math.unl.edu
Tue Nov 13 18:48:20 GMT 2007


Kevin Krammer wrote:

> Rex, this is this thread's archive reference [2]

Thanks,

In particular, on redhat/fedora, redhat-menus owns
/etc/xdg/menus/applications.menu, our kde packaging puts kdebase's
version at
/etc/xdg/menus/kde-applications.menu
or
/etc/kde/xdg/menus/applications.menu

So, Fedora puts this snippet into it's kde startup environment, which
may be missing in this scenario.

# 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

-- Rex

___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




More information about the kde mailing list