2011-08-16 11:56:02 +02:00
|
|
|
Description: This patch changes the default config paths
|
|
|
|
|
Author: Andreas Metzler <ametzler@debian.org>
|
|
|
|
|
Last-Update: 2010-08-07
|
2015-08-15 12:49:54 +02:00
|
|
|
Index: wmaker-crm/src/wconfig.h.in
|
2015-05-26 17:13:13 -05:00
|
|
|
===================================================================
|
2015-08-15 12:49:54 +02:00
|
|
|
--- wmaker-crm.orig/src/wconfig.h.in
|
|
|
|
|
+++ wmaker-crm/src/wconfig.h.in
|
|
|
|
|
@@ -116,7 +116,7 @@
|
2009-12-10 01:26:13 +01:00
|
|
|
*/
|
2013-09-27 20:05:46 +02:00
|
|
|
|
2009-12-10 01:26:13 +01:00
|
|
|
/* list of paths to look for the config files, searched in order of appearance */
|
|
|
|
|
-#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
|
2012-03-03 18:04:07 +01:00
|
|
|
+#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:/etc/GNUstep/Defaults:"PKGDATADIR
|
2009-12-10 01:26:13 +01:00
|
|
|
#define DEF_MENU_FILE "menu"
|
2013-09-27 20:05:46 +02:00
|
|
|
|
2009-12-10 01:26:13 +01:00
|
|
|
/* name of the script to execute at startup */
|