1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 13:28:05 +01:00

Fix user menu path.

This commit is contained in:
id
1999-04-29 16:14:53 +00:00
parent e8ffdaf8e9
commit d6f2dd663e
3 changed files with 11 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ Changes since version 0.53.0:
- added high-quality filtered rescaling (smoothed rescaling) to wrlib/wmsetbg - added high-quality filtered rescaling (smoothed rescaling) to wrlib/wmsetbg
- added SmoothWorkspaceBack - added SmoothWorkspaceBack
- fixed crash bug in Paths section of WPrefs - fixed crash bug in Paths section of WPrefs
- user menus' paths were changed. See NEWS.
Changes since version 0.52.0: Changes since version 0.52.0:
............................. .............................

8
NEWS
View File

@@ -41,6 +41,14 @@ SHEXEC <command> will execute the shell command.
If you want to execute something like blabla > /dev/null, then use SHEXEC If you want to execute something like blabla > /dev/null, then use SHEXEC
Application User Menu Path Changes
----------------------------------
Default configuration for user specific menus installed in
/usr/local/share/WindowMaker/UserMenus or $(datadir)/WindowMaker/UserMenus
and ~/GNUstep/Library/WindowMaker/UserMenus.
--- 0.53.0 --- 0.53.0

View File

@@ -275,9 +275,9 @@
"(\"~/pixmaps\",\"~/GNUstep/Library/WindowMaker/Pixmaps\",\""PIXMAPDIR"\")" "(\"~/pixmaps\",\"~/GNUstep/Library/WindowMaker/Pixmaps\",\""PIXMAPDIR"\")"
#ifdef USER_MENU #ifdef USER_MENU
#define GLOBAL_USER_MENU_PATH SYSCONFDIR"/UserMenus" #define GLOBAL_USER_MENU_PATH PKGDATADIR"/UserMenus"
#define DEF_USER_MENU_PATHS \ #define DEF_USER_MENU_PATHS \
"~/GNUstep/Defaults/UserMenus:"GLOBAL_USER_MENU_PATH "~/GNUstep/Library/WindowMaker/UserMenus:"GLOBAL_USER_MENU_PATH
#endif #endif
/* icon path */ /* icon path */