Files
wmaker/debian/patches/50_def_config_paths.diff
T

15 lines
524 B
Diff
Raw Normal View History

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
2010-08-16 16:29:39 +02:00
--- a/src/wconfig.h.in
+++ b/src/wconfig.h.in
2013-09-27 20:05:46 +02:00
@@ -125,7 +125,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 */