1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-26 00:12:31 +01:00
Files
wmaker/debian/patches/50_def_config_paths.diff
2015-05-26 23:49:28 +01:00

17 lines
674 B
Diff

Description: This patch changes the default config paths
Author: Andreas Metzler <ametzler@debian.org>
Last-Update: 2010-08-07
Index: WindowMaker-0.95.6/src/wconfig.h.in
===================================================================
--- WindowMaker-0.95.6.orig/src/wconfig.h.in
+++ WindowMaker-0.95.6/src/wconfig.h.in
@@ -122,7 +122,7 @@
*/
/* list of paths to look for the config files, searched in order of appearance */
-#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
+#define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:/etc/GNUstep/Defaults:"PKGDATADIR
#define DEF_MENU_FILE "menu"
/* name of the script to execute at startup */