diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2006-08-30 16:01:44 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2006-08-30 16:01:44 +0000 |
commit | 3fe58ca8a766c4338854474bc507e7c4f9267366 (patch) | |
tree | d9514785b2b2fd5096993f20af847b574e078ca2 /menu/menustyle.sh | |
parent | d7cd883edb257cecbf58bd8c7114d02393c2a9aa (diff) | |
download | common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.tar common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.tar.gz common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.tar.bz2 common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.tar.xz common-data-3fe58ca8a766c4338854474bc507e7c4f9267366.zip |
- Add missing directory file for adventure (Mdv bug #24829)
- Add empty menu nodes for KDE in discovery menu
- Remove old X-MandrakeLinux* categories for main menu, all entries
must now use X-MandrivaLinux
- fix default directories creation if translation contains spaces (Mdv bug #24677)
Diffstat (limited to 'menu/menustyle.sh')
-rwxr-xr-x | menu/menustyle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/menustyle.sh b/menu/menustyle.sh index d9788ab..ba46289 100755 --- a/menu/menustyle.sh +++ b/menu/menustyle.sh @@ -9,7 +9,7 @@ fi [ -r /etc/sysconfig/menustyle ] && source /etc/sysconfig/menustyle [ -r $HOME/.menustyle ] && source $HOME/.menustyle -if [ "$MDV_MENU_STYLE" = "discovery" ]; then +if [ "$MDV_MENU_STYLE" = "discovery" -a "x$XDG_CONFIG_DIRS" = "x" ]; then XDG_CONFIG_DIRS=/etc/xdg/discovery:/etc/xdg export XDG_CONFIG_DIRS fi |