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.2 2004/11/08 10:14:33 adam Exp $
--- data/WMWmakerconf.in.orig 2004-02-20 15:59:21.000000000 +0000
+++ data/WMWmakerconf.in
@@ -564,6 +564,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",
@@ -582,6 +584,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",
@@ -598,6 +602,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"
|