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:
@@ -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
8
NEWS
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user