1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$NetBSD: patch-ad,v 1.1 2003/05/06 16:21:26 jmmv Exp $
--- data/WMWmakerconf.in.orig 2001-03-16 18:07:08.000000000 +0100
+++ data/WMWmakerconf.in
@@ -553,6 +553,8 @@
Default = (
"~/GNUstep/Library/WindowMaker/Pixmaps",
"~/GNUstep/Library/WindowMaker/Backgrounds",
+ "@PREFIX@/share/WindowMaker/Pixmaps",
+ "@PREFIX@/share/WindowMaker/Backgrounds",
"/usr/share/WindowMaker/Pixmaps",
"/usr/share/WindowMaker/Backgrounds",
"/usr/local/share/WindowMaker/Pixmaps",
@@ -571,6 +573,8 @@
Default = (
"~/GNUstep/Library/Icons",
"~/GNUstep/Library/WindowMaker/Pixmaps",
+ "@PREFIX@/share/WindowMaker/Icons",
+ "@PREFIX@/share/WindowMaker/Pixmaps",
"/usr/share/WindowMaker/Icons",
"/usr/share/WindowMaker/Pixmaps",
"/usr/local/share/WindowMaker/Icons",
@@ -587,6 +591,7 @@
Info = "Wmakerconf searches each of these paths in order for the list of available themes.";
Title = "Theme search paths";
Default = (
+ "@PREFIX@/share/WindowMaker/Themes",
"/usr/share/WindowMaker/Themes",
"/usr/local/share/WindowMaker/Themes",
"~/GNUstep/Library/WindowMaker/Themes"
|