debian: lots of updates
[wmaker-crm.git] / debian / patches / 50_def_config_paths.diff
blob3106719e6f05bb13b6e2d17fbd79755cf54f8221
1 Description: This patch changes the default config paths
2 Author: Andreas Metzler <ametzler@debian.org>
3 Last-Update: 2010-08-07
4 diff --git a/src/wconfig.h.in b/src/wconfig.h.in
5 index c8bb947..cf06113 100644
6 --- a/src/wconfig.h.in
7 +++ b/src/wconfig.h.in
8 @@ -132,7 +132,7 @@
9 */
11 /* list of paths to look for the config files, searched in order of appearance */
12 -#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
13 +#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:/etc/X11/WindowMaker:"PKGDATADIR
14 #define DEF_MENU_FILE "menu"
16 /* name of the script to execute at startup */