View | Details | Raw Unified | Return to bug 159499 | Differences between
and this patch

Collapse All | Expand All

(-)x11-wm/golem/Makefile (-16 / +40 lines)
Lines 6-36 Link Here
6
#
6
#
7
7
8
PORTNAME=	golem
8
PORTNAME=	golem
9
PORTVERSION=	0.0.5
9
PORTVERSION=	0.0.6
10
PORTREVISION=	2
11
CATEGORIES=	x11-wm
10
CATEGORIES=	x11-wm
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Small window manager with themes and plugins
14
COMMENT=	Small window manager with themes and plugins
16
15
17
.if defined(WANT_SOUND)
16
OPTIONS=	ESOUND "Build sound plugin (requires EsounD)" off \
18
LIB_DEPENDS=	esd.2:${PORTSDIR}/audio/esound
17
		XINERAMA "Enable Xinerama extension support" on
19
CONFIGURE_ARGS=	--enable-sound
20
PLIST_SUB+=	NO_SOUND=""
21
.else
22
PLIST_SUB+=	NO_SOUND="@comment "
23
.endif
24
18
25
USE_XORG=	x11 xext xpm
19
LICENSE=	BSD
26
GNU_CONFIGURE=	yes
20
LICENSE_FILE=	${WRKSRC}/LICENSE
27
21
28
.if defined(WANT_XINERAMA)
22
USE_BZIP2=	yes
29
CONFIGURE_ARGS+=	--enable-xinerama
23
USE_XORG=	xpm
30
USE_XORG+=	xinerama
24
WANT_GNOME=	yes
31
.endif
25
USE_GMAKE=	yes
26
GNU_CONFIGURE=	yes
27
CONFIGURE_ARGS=	--enable-i18n
28
MAKE_ARGS=	DEVEL=1
32
29
33
MANCOMPRESSED=	yes
30
MANCOMPRESSED=	yes
34
MAN1=		golem.1
31
MAN1=		golem.1
35
32
36
.include <bsd.port.mk>
33
.include <bsd.port.pre.mk>
34
35
.if defined(WITH_ESOUND)
36
USE_GNOME+=	esound
37
CONFIGURE_ARGS+=--enable-sound
38
PLIST_SUB+=	ESOUND=""
39
.else
40
PLIST_SUB+=	ESOUND="@comment "
41
.endif
42
43
.if !defined(WITHOUT_XINERAMA)
44
CONFIGURE_ARGS+=--enable-xinerama
45
.endif
46
47
post-patch:
48
	@${REINPLACE_CMD} -e \
49
		'/cl_thread.c/d' ${WRKSRC}/complib/user/Makefile
50
51
# avoid using standard MAKE_ENV
52
do-build:
53
	@cd ${BUILD_WRKSRC}; \
54
		${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}
55
56
do-install:
57
	@cd ${INSTALL_WRKSRC}; \
58
		${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}
59
60
.include <bsd.port.post.mk>
(-)x11-wm/golem/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (golem-0.0.5.tar.gz) = 88d7421e4afac9a57272fc380578caff64fcbf08266d2c3e38a118446b7f1c21
1
SHA256 (golem-0.0.6.tar.bz2) = f4993307b4f90c07ad3b5e958af02ecceb1cc16b9fb3dc24f26338100e355715
2
SIZE (golem-0.0.5.tar.gz) = 748348
2
SIZE (golem-0.0.6.tar.bz2) = 1298466
(-)x11-wm/golem/files/patch-plugins::Makefile.plugin.in (-10 lines)
Lines 1-10 Link Here
1
--- plugins/Makefile.plugin.in.orig	Fri Mar 19 15:00:46 2004
2
+++ plugins/Makefile.plugin.in	Fri Mar 19 15:00:57 2004
3
@@ -1,6 +1,6 @@
4
 # plugin makefiles include this
5
 CC=		@CC@
6
-CFLAGS=		@CFLAGS@ -I../../src/ -I../include/ @X_CFLAGS@
7
+CFLAGS=		@CFLAGS@ -I../../src/ -I../include/ -fPIC @X_CFLAGS@
8
 CFLAGS+=	@DEFS@
9
 LDFLAGS=	@SHARED_FLAG@
10
 
(-)x11-wm/golem/files/patch-plugins::pier::parseparams.c (-10 lines)
Lines 1-10 Link Here
1
--- plugins/pier/parseparams.c.old	Wed Aug  4 05:00:10 2004
2
+++ plugins/pier/parseparams.c	Wed Aug  4 05:00:25 2004
3
@@ -161,6 +161,7 @@
4
 			}
5
 			PWARN("ignoring unknown pier item type %s", itemparam->value);
6
 found:
7
+	continue;
8
 		}
9
 	}
10
 }
(-)x11-wm/golem/files/patch-plugins::simple_menus::parseparams.c (-9 lines)
Lines 1-9 Link Here
1
--- plugins/simple_menus/parseparams.c.orig	Wed Nov 28 01:44:35 2001
2
+++ plugins/simple_menus/parseparams.c	Wed Aug  4 04:58:14 2004
3
@@ -166,5 +166,6 @@
4
 		}
5
 		PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name);
6
 found:
7
+	continue;
8
 	}
9
 }
(-)x11-wm/golem/pkg-plist (-257 / +341 lines)
Lines 3-270 Link Here
3
lib/golem/plugins/animations.so
3
lib/golem/plugins/animations.so
4
lib/golem/plugins/box_iconify.so
4
lib/golem/plugins/box_iconify.so
5
lib/golem/plugins/gnome.so
5
lib/golem/plugins/gnome.so
6
lib/golem/plugins/mwm_hints.so
6
lib/golem/plugins/netwm.so
7
lib/golem/plugins/pager.so
7
lib/golem/plugins/pager.so
8
lib/golem/plugins/pier.so
8
lib/golem/plugins/pier.so
9
lib/golem/plugins/session.so
9
lib/golem/plugins/setroot.so
10
lib/golem/plugins/setroot.so
10
lib/golem/plugins/simple_menus.so
11
lib/golem/plugins/simple_menus.so
11
%%NO_SOUND%%lib/golem/plugins/sound.so
12
%%ESOUND%%lib/golem/plugins/sound.so
12
lib/golem/plugins/start_slide.so
13
lib/golem/plugins/start_slide.so
14
lib/golem/plugins/tasklist.so
13
lib/golem/plugins/wmclass_defs.so
15
lib/golem/plugins/wmclass_defs.so
14
share/golem/golemrc
16
%%DATADIR%%/golemrc
15
share/golem/plugins/animations/rc
17
%%DATADIR%%/plugins/animations/rc
16
share/golem/plugins/box_iconify/rc
18
%%DATADIR%%/plugins/box_iconify/rc
17
share/golem/plugins/box_iconify/tile.xpm
19
%%DATADIR%%/plugins/box_iconify/tile.xpm
18
share/golem/plugins/gnome/rc
20
%%DATADIR%%/plugins/gnome/rc
19
share/golem/plugins/mwm_hints/rc
21
%%DATADIR%%/plugins/mwm_hints/rc
20
share/golem/plugins/pager/rc
22
%%DATADIR%%/plugins/netwm/rc
21
share/golem/plugins/pier/daemon.xpm
23
%%DATADIR%%/plugins/pager/rc
22
share/golem/plugins/pier/netscape.xpm
24
%%DATADIR%%/plugins/pier/daemon.xpm
23
share/golem/plugins/pier/rc
25
%%DATADIR%%/plugins/pier/netscape.xpm
24
share/golem/plugins/setroot/rc
26
%%DATADIR%%/plugins/pier/rc
25
share/golem/plugins/simple_menus/rc
27
%%DATADIR%%/plugins/session/rc
26
%%NO_SOUND%%share/golem/plugins/sound/rc
28
%%DATADIR%%/plugins/setroot/rc
27
share/golem/plugins/start_slide/README
29
%%DATADIR%%/plugins/simple_menus/rc
28
share/golem/plugins/start_slide/rc
30
%%ESOUND%%%%DATADIR%%/plugins/sound/rc
29
share/golem/plugins/wmclass_defs/rc
31
%%DATADIR%%/plugins/start_slide/README
30
share/golem/themes/AbsoluteE/bar_focused_far.xpm
32
%%DATADIR%%/plugins/start_slide/rc
31
share/golem/themes/AbsoluteE/bar_focused_mid.xpm
33
%%DATADIR%%/plugins/tasklist/rc
32
share/golem/themes/AbsoluteE/bar_focused_near.xpm
34
%%DATADIR%%/plugins/wmclass_defs/rc
33
share/golem/themes/AbsoluteE/bar_normal_far.xpm
35
%%DATADIR%%/themes/AbsoluteE/bar_focused_far.xpm
34
share/golem/themes/AbsoluteE/bar_normal_mid.xpm
36
%%DATADIR%%/themes/AbsoluteE/bar_focused_mid.xpm
35
share/golem/themes/AbsoluteE/bar_normal_near.xpm
37
%%DATADIR%%/themes/AbsoluteE/bar_focused_near.xpm
36
share/golem/themes/AbsoluteE/border_horiz_far.xpm
38
%%DATADIR%%/themes/AbsoluteE/bar_normal_far.xpm
37
share/golem/themes/AbsoluteE/border_horiz_far_foc.xpm
39
%%DATADIR%%/themes/AbsoluteE/bar_normal_mid.xpm
38
share/golem/themes/AbsoluteE/border_horiz_mid.xpm
40
%%DATADIR%%/themes/AbsoluteE/bar_normal_near.xpm
39
share/golem/themes/AbsoluteE/border_horiz_mid_foc.xpm
41
%%DATADIR%%/themes/AbsoluteE/border_horiz_far.xpm
40
share/golem/themes/AbsoluteE/border_horiz_near.xpm
42
%%DATADIR%%/themes/AbsoluteE/border_horiz_far_foc.xpm
41
share/golem/themes/AbsoluteE/border_horiz_near_foc.xpm
43
%%DATADIR%%/themes/AbsoluteE/border_horiz_mid.xpm
42
share/golem/themes/AbsoluteE/border_vert_far.xpm
44
%%DATADIR%%/themes/AbsoluteE/border_horiz_mid_foc.xpm
43
share/golem/themes/AbsoluteE/border_vert_far_foc.xpm
45
%%DATADIR%%/themes/AbsoluteE/border_horiz_near.xpm
44
share/golem/themes/AbsoluteE/border_vert_mid.xpm
46
%%DATADIR%%/themes/AbsoluteE/border_horiz_near_foc.xpm
45
share/golem/themes/AbsoluteE/border_vert_mid_foc.xpm
47
%%DATADIR%%/themes/AbsoluteE/border_vert_far.xpm
46
share/golem/themes/AbsoluteE/border_vert_near.xpm
48
%%DATADIR%%/themes/AbsoluteE/border_vert_far_foc.xpm
47
share/golem/themes/AbsoluteE/border_vert_near_foc.xpm
49
%%DATADIR%%/themes/AbsoluteE/border_vert_mid.xpm
48
share/golem/themes/AbsoluteE/forplug/setroot/bg.jpg
50
%%DATADIR%%/themes/AbsoluteE/border_vert_mid_foc.xpm
49
share/golem/themes/AbsoluteE/forplug/setroot/bg_2.jpg
51
%%DATADIR%%/themes/AbsoluteE/border_vert_near.xpm
50
share/golem/themes/AbsoluteE/forplug/setroot/bg_v.jpg
52
%%DATADIR%%/themes/AbsoluteE/border_vert_near_foc.xpm
51
share/golem/themes/AbsoluteE/forplug/setroot/rc
53
%%DATADIR%%/themes/AbsoluteE/forplug/setroot/bg.jpg
52
share/golem/themes/AbsoluteE/rc
54
%%DATADIR%%/themes/AbsoluteE/forplug/setroot/bg_2.jpg
53
share/golem/themes/MudGolem/README
55
%%DATADIR%%/themes/AbsoluteE/forplug/setroot/bg_v.jpg
54
share/golem/themes/MudGolem/forplug/pager/focpagedwin.xpm
56
%%DATADIR%%/themes/AbsoluteE/forplug/setroot/rc
55
share/golem/themes/MudGolem/forplug/pager/nonsel.xpm
57
%%DATADIR%%/themes/AbsoluteE/rc
56
share/golem/themes/MudGolem/forplug/pager/sel.xpm
58
%%DATADIR%%/themes/MudGolem/README
57
share/golem/themes/MudGolem/forplug/pager/pagedwin.xpm
59
%%DATADIR%%/themes/MudGolem/forplug/pager/focpagedwin.xpm
58
share/golem/themes/MudGolem/forplug/pager/rc
60
%%DATADIR%%/themes/MudGolem/forplug/pager/nonsel.xpm
59
share/golem/themes/MudGolem/forplug/pier/rc
61
%%DATADIR%%/themes/MudGolem/forplug/pager/pagedwin.xpm
60
share/golem/themes/MudGolem/forplug/pier/tile.xpm
62
%%DATADIR%%/themes/MudGolem/forplug/pager/rc
61
share/golem/themes/MudGolem/forplug/setroot/Enigmas-Oven-2.jpg
63
%%DATADIR%%/themes/MudGolem/forplug/pager/sel.xpm
62
share/golem/themes/MudGolem/forplug/setroot/rc
64
%%DATADIR%%/themes/MudGolem/forplug/pier/rc
63
share/golem/themes/MudGolem/forplug/simple_menus/rc
65
%%DATADIR%%/themes/MudGolem/forplug/pier/tile.xpm
64
share/golem/themes/MudGolem/forplug/simple_menus/submenu.xpm
66
%%DATADIR%%/themes/MudGolem/forplug/setroot/Enigmas-Oven-2.jpg
65
share/golem/themes/MudGolem/forplug/start_slide/bg.xpm
67
%%DATADIR%%/themes/MudGolem/forplug/setroot/rc
66
share/golem/themes/MudGolem/forplug/start_slide/logo.xpm
68
%%DATADIR%%/themes/MudGolem/forplug/simple_menus/rc
67
share/golem/themes/MudGolem/forplug/start_slide/rc
69
%%DATADIR%%/themes/MudGolem/forplug/simple_menus/submenu.xpm
68
share/golem/themes/MudGolem/forplug/start_slide/trim.xpm
70
%%DATADIR%%/themes/MudGolem/forplug/start_slide/bg.xpm
69
share/golem/themes/MudGolem/forplug/wmclass_defs/rc
71
%%DATADIR%%/themes/MudGolem/forplug/start_slide/logo.xpm
70
share/golem/themes/MudGolem/images/foc/bar_bottom.xpm
72
%%DATADIR%%/themes/MudGolem/forplug/start_slide/rc
71
share/golem/themes/MudGolem/images/foc/bar_bottom_far.xpm
73
%%DATADIR%%/themes/MudGolem/forplug/start_slide/trim.xpm
72
share/golem/themes/MudGolem/images/foc/bar_bottom_near.xpm
74
%%DATADIR%%/themes/MudGolem/images/foc/bar_bottom.xpm
73
share/golem/themes/MudGolem/images/foc/bar_left.xpm
75
%%DATADIR%%/themes/MudGolem/images/foc/bar_bottom_far.xpm
74
share/golem/themes/MudGolem/images/foc/bar_right.xpm
76
%%DATADIR%%/themes/MudGolem/images/foc/bar_bottom_near.xpm
75
share/golem/themes/MudGolem/images/foc/bar_top.xpm
77
%%DATADIR%%/themes/MudGolem/images/foc/bar_left.xpm
76
share/golem/themes/MudGolem/images/foc/bar_top_far.xpm
78
%%DATADIR%%/themes/MudGolem/images/foc/bar_right.xpm
77
share/golem/themes/MudGolem/images/foc/bar_top_near.xpm
79
%%DATADIR%%/themes/MudGolem/images/foc/bar_top.xpm
78
share/golem/themes/MudGolem/images/foc/button.xpm
80
%%DATADIR%%/themes/MudGolem/images/foc/bar_top_far.xpm
79
share/golem/themes/MudGolem/images/foc/left_button.xpm
81
%%DATADIR%%/themes/MudGolem/images/foc/bar_top_near.xpm
80
share/golem/themes/MudGolem/images/foc/title_left.xpm
82
%%DATADIR%%/themes/MudGolem/images/foc/button.xpm
81
share/golem/themes/MudGolem/images/foc/title_left_far.xpm
83
%%DATADIR%%/themes/MudGolem/images/foc/left_button.xpm
82
share/golem/themes/MudGolem/images/foc/title_left_near.xpm
84
%%DATADIR%%/themes/MudGolem/images/foc/title_left.xpm
83
share/golem/themes/MudGolem/images/foc/title_top.xpm
85
%%DATADIR%%/themes/MudGolem/images/foc/title_left_far.xpm
84
share/golem/themes/MudGolem/images/foc/title_top_far.xpm
86
%%DATADIR%%/themes/MudGolem/images/foc/title_left_near.xpm
85
share/golem/themes/MudGolem/images/foc/title_top_near.xpm
87
%%DATADIR%%/themes/MudGolem/images/foc/title_top.xpm
86
share/golem/themes/MudGolem/images/pressed/button.xpm
88
%%DATADIR%%/themes/MudGolem/images/foc/title_top_far.xpm
87
share/golem/themes/MudGolem/images/pressed/left_button.xpm
89
%%DATADIR%%/themes/MudGolem/images/foc/title_top_near.xpm
88
share/golem/themes/MudGolem/images/unf/bar_bottom.xpm
90
%%DATADIR%%/themes/MudGolem/images/pressed/button.xpm
89
share/golem/themes/MudGolem/images/unf/bar_bottom_far.xpm
91
%%DATADIR%%/themes/MudGolem/images/pressed/left_button.xpm
90
share/golem/themes/MudGolem/images/unf/bar_bottom_near.xpm
92
%%DATADIR%%/themes/MudGolem/images/unf/bar_bottom.xpm
91
share/golem/themes/MudGolem/images/unf/bar_left.xpm
93
%%DATADIR%%/themes/MudGolem/images/unf/bar_bottom_far.xpm
92
share/golem/themes/MudGolem/images/unf/bar_right.xpm
94
%%DATADIR%%/themes/MudGolem/images/unf/bar_bottom_near.xpm
93
share/golem/themes/MudGolem/images/unf/bar_top.xpm
95
%%DATADIR%%/themes/MudGolem/images/unf/bar_left.xpm
94
share/golem/themes/MudGolem/images/unf/bar_top_far.xpm
96
%%DATADIR%%/themes/MudGolem/images/unf/bar_right.xpm
95
share/golem/themes/MudGolem/images/unf/bar_top_near.xpm
97
%%DATADIR%%/themes/MudGolem/images/unf/bar_top.xpm
96
share/golem/themes/MudGolem/images/unf/button.xpm
98
%%DATADIR%%/themes/MudGolem/images/unf/bar_top_far.xpm
97
share/golem/themes/MudGolem/images/unf/left_button.xpm
99
%%DATADIR%%/themes/MudGolem/images/unf/bar_top_near.xpm
98
share/golem/themes/MudGolem/images/unf/title_left.xpm
100
%%DATADIR%%/themes/MudGolem/images/unf/button.xpm
99
share/golem/themes/MudGolem/images/unf/title_left_far.xpm
101
%%DATADIR%%/themes/MudGolem/images/unf/left_button.xpm
100
share/golem/themes/MudGolem/images/unf/title_left_near.xpm
102
%%DATADIR%%/themes/MudGolem/images/unf/title_left.xpm
101
share/golem/themes/MudGolem/images/unf/title_top.xpm
103
%%DATADIR%%/themes/MudGolem/images/unf/title_left_far.xpm
102
share/golem/themes/MudGolem/images/unf/title_top_far.xpm
104
%%DATADIR%%/themes/MudGolem/images/unf/title_left_near.xpm
103
share/golem/themes/MudGolem/images/unf/title_top_near.xpm
105
%%DATADIR%%/themes/MudGolem/images/unf/title_top.xpm
104
share/golem/themes/MudGolem/rc
106
%%DATADIR%%/themes/MudGolem/images/unf/title_top_far.xpm
105
share/golem/themes/MudGolem/styles/common.rc
107
%%DATADIR%%/themes/MudGolem/images/unf/title_top_near.xpm
106
share/golem/themes/MudGolem/styles/default.rc
108
%%DATADIR%%/themes/MudGolem/rc
107
share/golem/themes/MudGolem/styles/leftside.rc
109
%%DATADIR%%/themes/MudGolem/styles/common.rc
108
share/golem/themes/MudGolem/styles/small.rc
110
%%DATADIR%%/themes/MudGolem/styles/default.rc
109
share/golem/themes/eBlueSteel/forplug/pier/rc
111
%%DATADIR%%/themes/MudGolem/styles/leftside.rc
110
share/golem/themes/eBlueSteel/forplug/pier/tile.xpm
112
%%DATADIR%%/themes/MudGolem/styles/small.rc
111
share/golem/themes/eBlueSteel/forplug/setroot/All-Good-People-4.jpg
113
%%DATADIR%%/themes/eBlueSteel/Vera.ttf
112
share/golem/themes/eBlueSteel/forplug/setroot/Enigmas-Oven-2.jpg
114
%%DATADIR%%/themes/eBlueSteel/forplug/pier/rc
113
share/golem/themes/eBlueSteel/forplug/setroot/rc
115
%%DATADIR%%/themes/eBlueSteel/forplug/pier/tile.xpm
114
share/golem/themes/eBlueSteel/forplug/simple_menus/rc
116
%%DATADIR%%/themes/eBlueSteel/forplug/setroot/All-Good-People-4.jpg
115
share/golem/themes/eBlueSteel/forplug/simple_menus/submenu.xpm
117
%%DATADIR%%/themes/eBlueSteel/forplug/setroot/Enigmas-Oven-2.jpg
116
share/golem/themes/eBlueSteel/forplug/start_slide/black.xpm
118
%%DATADIR%%/themes/eBlueSteel/forplug/setroot/rc
117
share/golem/themes/eBlueSteel/forplug/start_slide/logo.xpm
119
%%DATADIR%%/themes/eBlueSteel/forplug/simple_menus/rc
118
share/golem/themes/eBlueSteel/forplug/start_slide/rc
120
%%DATADIR%%/themes/eBlueSteel/forplug/simple_menus/submenu.xpm
119
share/golem/themes/eBlueSteel/forplug/start_slide/trim.xpm
121
%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/black.xpm
120
share/golem/themes/eBlueSteel/images/foc/border_bottom.xpm
122
%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/logo.xpm
121
share/golem/themes/eBlueSteel/images/foc/border_bottom_far.xpm
123
%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/rc
122
share/golem/themes/eBlueSteel/images/foc/border_bottom_near.xpm
124
%%DATADIR%%/themes/eBlueSteel/forplug/start_slide/trim.xpm
123
share/golem/themes/eBlueSteel/images/foc/border_left.xpm
125
%%DATADIR%%/themes/eBlueSteel/images/foc/border_bottom.xpm
124
share/golem/themes/eBlueSteel/images/foc/border_left_far.xpm
126
%%DATADIR%%/themes/eBlueSteel/images/foc/border_bottom_far.xpm
125
share/golem/themes/eBlueSteel/images/foc/border_right.xpm
127
%%DATADIR%%/themes/eBlueSteel/images/foc/border_bottom_near.xpm
126
share/golem/themes/eBlueSteel/images/foc/border_right_far.xpm
128
%%DATADIR%%/themes/eBlueSteel/images/foc/border_left.xpm
127
share/golem/themes/eBlueSteel/images/foc/border_top.xpm
129
%%DATADIR%%/themes/eBlueSteel/images/foc/border_left_far.xpm
128
share/golem/themes/eBlueSteel/images/foc/border_top_far.xpm
130
%%DATADIR%%/themes/eBlueSteel/images/foc/border_right.xpm
129
share/golem/themes/eBlueSteel/images/foc/border_top_near.xpm
131
%%DATADIR%%/themes/eBlueSteel/images/foc/border_right_far.xpm
130
share/golem/themes/eBlueSteel/images/foc/delete.xpm
132
%%DATADIR%%/themes/eBlueSteel/images/foc/border_top.xpm
131
share/golem/themes/eBlueSteel/images/foc/iconify.xpm
133
%%DATADIR%%/themes/eBlueSteel/images/foc/border_top_far.xpm
132
share/golem/themes/eBlueSteel/images/foc/title.xpm
134
%%DATADIR%%/themes/eBlueSteel/images/foc/border_top_near.xpm
133
share/golem/themes/eBlueSteel/images/foc/title_slant.xpm
135
%%DATADIR%%/themes/eBlueSteel/images/foc/delete.xpm
134
share/golem/themes/eBlueSteel/images/foc/top_far_empty.xpm
136
%%DATADIR%%/themes/eBlueSteel/images/foc/iconify.xpm
135
share/golem/themes/eBlueSteel/images/foc/top_steel.xpm
137
%%DATADIR%%/themes/eBlueSteel/images/foc/title.xpm
136
share/golem/themes/eBlueSteel/images/foc/trim_bottom_far.xpm
138
%%DATADIR%%/themes/eBlueSteel/images/foc/title_slant.xpm
137
share/golem/themes/eBlueSteel/images/foc/trim_left_near.xpm
139
%%DATADIR%%/themes/eBlueSteel/images/foc/top_far_empty.xpm
138
share/golem/themes/eBlueSteel/images/foc/trim_right_far.xpm
140
%%DATADIR%%/themes/eBlueSteel/images/foc/top_steel.xpm
139
share/golem/themes/eBlueSteel/images/foc/trim_top_mid.xpm
141
%%DATADIR%%/themes/eBlueSteel/images/foc/trim_bottom_far.xpm
140
share/golem/themes/eBlueSteel/images/foc/zoom.xpm
142
%%DATADIR%%/themes/eBlueSteel/images/foc/trim_left_near.xpm
141
share/golem/themes/eBlueSteel/images/pressed/delete.xpm
143
%%DATADIR%%/themes/eBlueSteel/images/foc/trim_right_far.xpm
142
share/golem/themes/eBlueSteel/images/pressed/iconify.xpm
144
%%DATADIR%%/themes/eBlueSteel/images/foc/trim_top_mid.xpm
143
share/golem/themes/eBlueSteel/images/pressed/zoom.xpm
145
%%DATADIR%%/themes/eBlueSteel/images/foc/zoom.xpm
144
share/golem/themes/eBlueSteel/images/unf/border_bottom.xpm
146
%%DATADIR%%/themes/eBlueSteel/images/pressed/delete.xpm
145
share/golem/themes/eBlueSteel/images/unf/border_bottom_far.xpm
147
%%DATADIR%%/themes/eBlueSteel/images/pressed/iconify.xpm
146
share/golem/themes/eBlueSteel/images/unf/border_bottom_near.xpm
148
%%DATADIR%%/themes/eBlueSteel/images/pressed/zoom.xpm
147
share/golem/themes/eBlueSteel/images/unf/border_left.xpm
149
%%DATADIR%%/themes/eBlueSteel/images/unf/border_bottom.xpm
148
share/golem/themes/eBlueSteel/images/unf/border_left_far.xpm
150
%%DATADIR%%/themes/eBlueSteel/images/unf/border_bottom_far.xpm
149
share/golem/themes/eBlueSteel/images/unf/border_right.xpm
151
%%DATADIR%%/themes/eBlueSteel/images/unf/border_bottom_near.xpm
150
share/golem/themes/eBlueSteel/images/unf/border_right_far.xpm
152
%%DATADIR%%/themes/eBlueSteel/images/unf/border_left.xpm
151
share/golem/themes/eBlueSteel/images/unf/border_top.xpm
153
%%DATADIR%%/themes/eBlueSteel/images/unf/border_left_far.xpm
152
share/golem/themes/eBlueSteel/images/unf/border_top_far.xpm
154
%%DATADIR%%/themes/eBlueSteel/images/unf/border_right.xpm
153
share/golem/themes/eBlueSteel/images/unf/border_top_near.xpm
155
%%DATADIR%%/themes/eBlueSteel/images/unf/border_right_far.xpm
154
share/golem/themes/eBlueSteel/images/unf/delete.xpm
156
%%DATADIR%%/themes/eBlueSteel/images/unf/border_top.xpm
155
share/golem/themes/eBlueSteel/images/unf/iconify.xpm
157
%%DATADIR%%/themes/eBlueSteel/images/unf/border_top_far.xpm
156
share/golem/themes/eBlueSteel/images/unf/title.xpm
158
%%DATADIR%%/themes/eBlueSteel/images/unf/border_top_near.xpm
157
share/golem/themes/eBlueSteel/images/unf/title_slant.xpm
159
%%DATADIR%%/themes/eBlueSteel/images/unf/delete.xpm
158
share/golem/themes/eBlueSteel/images/unf/top_far_empty.xpm
160
%%DATADIR%%/themes/eBlueSteel/images/unf/iconify.xpm
159
share/golem/themes/eBlueSteel/images/unf/top_steel.xpm
161
%%DATADIR%%/themes/eBlueSteel/images/unf/title.xpm
160
share/golem/themes/eBlueSteel/images/unf/trim_bottom_far.xpm
162
%%DATADIR%%/themes/eBlueSteel/images/unf/title_slant.xpm
161
share/golem/themes/eBlueSteel/images/unf/trim_left_near.xpm
163
%%DATADIR%%/themes/eBlueSteel/images/unf/top_far_empty.xpm
162
share/golem/themes/eBlueSteel/images/unf/trim_right_far.xpm
164
%%DATADIR%%/themes/eBlueSteel/images/unf/top_steel.xpm
163
share/golem/themes/eBlueSteel/images/unf/trim_top_mid.xpm
165
%%DATADIR%%/themes/eBlueSteel/images/unf/trim_bottom_far.xpm
164
share/golem/themes/eBlueSteel/images/unf/zoom.xpm
166
%%DATADIR%%/themes/eBlueSteel/images/unf/trim_left_near.xpm
165
share/golem/themes/eBlueSteel/rc
167
%%DATADIR%%/themes/eBlueSteel/images/unf/trim_right_far.xpm
166
share/golem/themes/eBlueSteel/styles/common.rc
168
%%DATADIR%%/themes/eBlueSteel/images/unf/trim_top_mid.xpm
167
share/golem/themes/eBlueSteel/styles/default.rc
169
%%DATADIR%%/themes/eBlueSteel/images/unf/zoom.xpm
168
share/golem/themes/eBlueSteel/styles/small.rc
170
%%DATADIR%%/themes/eBlueSteel/rc
169
share/golem/themes/eBlueSteel/styles/transient.rc
171
%%DATADIR%%/themes/eBlueSteel/styles/common.rc
170
share/golem/themes/eBlueSteel/styles/verysmall.rc
172
%%DATADIR%%/themes/eBlueSteel/styles/default.rc
171
share/golem/themes/eBlueSteel/vixar.ttf
173
%%DATADIR%%/themes/eBlueSteel/styles/small.rc
172
share/golem/themes/microGUI/bar_left_top.xpm
174
%%DATADIR%%/themes/eBlueSteel/styles/transient.rc
173
share/golem/themes/microGUI/bar_left_top_unfoc.xpm
175
%%DATADIR%%/themes/eBlueSteel/styles/verysmall.rc
174
share/golem/themes/microGUI/bar_vert.xpm
176
%%DATADIR%%/themes/microGUI/bar_left_top.xpm
175
share/golem/themes/microGUI/bottom.xpm
177
%%DATADIR%%/themes/microGUI/bar_left_top_unfoc.xpm
176
share/golem/themes/microGUI/bottom_far.xpm
178
%%DATADIR%%/themes/microGUI/bar_vert.xpm
177
share/golem/themes/microGUI/bottom_near.xpm
179
%%DATADIR%%/themes/microGUI/bottom.xpm
178
share/golem/themes/microGUI/close.xpm
180
%%DATADIR%%/themes/microGUI/bottom_far.xpm
179
share/golem/themes/microGUI/close_clicked.xpm
181
%%DATADIR%%/themes/microGUI/bottom_near.xpm
180
share/golem/themes/microGUI/close_unfoc.xpm
182
%%DATADIR%%/themes/microGUI/close.xpm
181
share/golem/themes/microGUI/forplug/pager/rc
183
%%DATADIR%%/themes/microGUI/close_clicked.xpm
182
share/golem/themes/microGUI/forplug/pager/focpagedwin.xpm
184
%%DATADIR%%/themes/microGUI/close_unfoc.xpm
183
share/golem/themes/microGUI/forplug/pager/pagedwin.xpm
185
%%DATADIR%%/themes/microGUI/forplug/pager/focpagedwin.xpm
184
share/golem/themes/microGUI/forplug/pier/rc
186
%%DATADIR%%/themes/microGUI/forplug/pager/pagedwin.xpm
185
share/golem/themes/microGUI/forplug/pier/tile.xpm
187
%%DATADIR%%/themes/microGUI/forplug/pager/rc
186
share/golem/themes/microGUI/forplug/start_slide/greybg.xpm
188
%%DATADIR%%/themes/microGUI/forplug/pier/rc
187
share/golem/themes/microGUI/forplug/start_slide/logo.xpm
189
%%DATADIR%%/themes/microGUI/forplug/pier/tile.xpm
188
share/golem/themes/microGUI/forplug/start_slide/rc
190
%%DATADIR%%/themes/microGUI/forplug/start_slide/greybg.xpm
189
share/golem/themes/microGUI/forplug/start_slide/trim.xpm
191
%%DATADIR%%/themes/microGUI/forplug/start_slide/logo.xpm
190
share/golem/themes/microGUI/maximize.xpm
192
%%DATADIR%%/themes/microGUI/forplug/start_slide/rc
191
share/golem/themes/microGUI/maximize_clicked.xpm
193
%%DATADIR%%/themes/microGUI/forplug/start_slide/trim.xpm
192
share/golem/themes/microGUI/maximize_unfoc.xpm
194
%%DATADIR%%/themes/microGUI/maximize.xpm
193
share/golem/themes/microGUI/minimize.xpm
195
%%DATADIR%%/themes/microGUI/maximize_clicked.xpm
194
share/golem/themes/microGUI/minimize_clicked.xpm
196
%%DATADIR%%/themes/microGUI/maximize_unfoc.xpm
195
share/golem/themes/microGUI/minimize_unfoc.xpm
197
%%DATADIR%%/themes/microGUI/minimize.xpm
196
share/golem/themes/microGUI/rc
198
%%DATADIR%%/themes/microGUI/minimize_clicked.xpm
197
share/golem/themes/microGUI/top_blue.xpm
199
%%DATADIR%%/themes/microGUI/minimize_unfoc.xpm
198
share/golem/themes/microGUI/top_blue_unfoc.xpm
200
%%DATADIR%%/themes/microGUI/rc
199
share/golem/themes/microGUI/top_bluetowhite.xpm
201
%%DATADIR%%/themes/microGUI/top_blue.xpm
200
share/golem/themes/microGUI/top_bluetowhite_unfoc.xpm
202
%%DATADIR%%/themes/microGUI/top_blue_unfoc.xpm
201
share/golem/themes/microGUI/top_far.xpm
203
%%DATADIR%%/themes/microGUI/top_bluetowhite.xpm
202
share/golem/themes/microGUI/top_near.xpm
204
%%DATADIR%%/themes/microGUI/top_bluetowhite_unfoc.xpm
203
share/golem/themes/microGUI/top_near_unfoc.xpm
205
%%DATADIR%%/themes/microGUI/top_far.xpm
204
share/golem/themes/microGUI/top_white.xpm
206
%%DATADIR%%/themes/microGUI/top_near.xpm
205
share/golem/themes/microGUI/transient_top.xpm
207
%%DATADIR%%/themes/microGUI/top_near_unfoc.xpm
206
share/golem/themes/microGUI/transient_top_far.xpm
208
%%DATADIR%%/themes/microGUI/top_white.xpm
207
share/golem/themes/microGUI/transient_top_near.xpm
209
%%DATADIR%%/themes/microGUI/transient_top.xpm
208
share/golem/themes/twm/barchecker.xpm
210
%%DATADIR%%/themes/microGUI/transient_top_far.xpm
209
share/golem/themes/twm/bborder.xpm
211
%%DATADIR%%/themes/microGUI/transient_top_near.xpm
210
share/golem/themes/twm/bborder_unf.xpm
212
%%DATADIR%%/themes/microGUI-shading/bar_left_top.xpm
211
share/golem/themes/twm/forplug/simple_menus/rc
213
%%DATADIR%%/themes/microGUI-shading/bar_left_top_unfoc.xpm
212
share/golem/themes/twm/iconify.xpm
214
%%DATADIR%%/themes/microGUI-shading/bar_vert.xpm
213
share/golem/themes/twm/lborder.xpm
215
%%DATADIR%%/themes/microGUI-shading/bottom.xpm
214
share/golem/themes/twm/lborder_unf.xpm
216
%%DATADIR%%/themes/microGUI-shading/bottom_far.xpm
215
share/golem/themes/twm/rborder.xpm
217
%%DATADIR%%/themes/microGUI-shading/bottom_near.xpm
216
share/golem/themes/twm/rborder_unf.xpm
218
%%DATADIR%%/themes/microGUI-shading/close.xpm
217
share/golem/themes/twm/rc
219
%%DATADIR%%/themes/microGUI-shading/close_clicked.xpm
218
share/golem/themes/twm/resize.xpm
220
%%DATADIR%%/themes/microGUI-shading/close_unfoc.xpm
219
share/golem/themes/twm/topbar.xpm
221
%%DATADIR%%/themes/microGUI-shading/forplug/pager/focpagedwin.xpm
222
%%DATADIR%%/themes/microGUI-shading/forplug/pager/pagedwin.xpm
223
%%DATADIR%%/themes/microGUI-shading/forplug/pager/rc
224
%%DATADIR%%/themes/microGUI-shading/forplug/pier/rc
225
%%DATADIR%%/themes/microGUI-shading/forplug/pier/tile.xpm
226
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bar_left_top.xpm
227
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bar_left_top_unfoc.xpm
228
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bar_vert.xpm
229
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bottom.xpm
230
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bottom_far.xpm
231
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/bottom_near.xpm
232
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/close.xpm
233
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/close_clicked.xpm
234
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/close_unfoc.xpm
235
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/maximize.xpm
236
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/maximize_clicked.xpm
237
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/maximize_unfoc.xpm
238
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/minimize.xpm
239
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/minimize_clicked.xpm
240
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/minimize_unfoc.xpm
241
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/rc
242
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/submenu.xpm
243
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_blue.xpm
244
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_blue_unfoc.xpm
245
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_bluetowhite.xpm
246
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_bluetowhite_unfoc.xpm
247
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_far.xpm
248
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_near.xpm
249
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_near_unfoc.xpm
250
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/top_white.xpm
251
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/transient_top.xpm
252
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/transient_top_far.xpm
253
%%DATADIR%%/themes/microGUI-shading/forplug/simple_menus/transient_top_near.xpm
254
%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/greybg.xpm
255
%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/logo.xpm
256
%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/rc
257
%%DATADIR%%/themes/microGUI-shading/forplug/start_slide/trim.xpm
258
%%DATADIR%%/themes/microGUI-shading/maximize.xpm
259
%%DATADIR%%/themes/microGUI-shading/maximize_clicked.xpm
260
%%DATADIR%%/themes/microGUI-shading/maximize_unfoc.xpm
261
%%DATADIR%%/themes/microGUI-shading/minimize.xpm
262
%%DATADIR%%/themes/microGUI-shading/minimize_clicked.xpm
263
%%DATADIR%%/themes/microGUI-shading/minimize_unfoc.xpm
264
%%DATADIR%%/themes/microGUI-shading/rc
265
%%DATADIR%%/themes/microGUI-shading/top_blue.xpm
266
%%DATADIR%%/themes/microGUI-shading/top_blue_unfoc.xpm
267
%%DATADIR%%/themes/microGUI-shading/top_bluetowhite.xpm
268
%%DATADIR%%/themes/microGUI-shading/top_bluetowhite_unfoc.xpm
269
%%DATADIR%%/themes/microGUI-shading/top_far.xpm
270
%%DATADIR%%/themes/microGUI-shading/top_near.xpm
271
%%DATADIR%%/themes/microGUI-shading/top_near_unfoc.xpm
272
%%DATADIR%%/themes/microGUI-shading/top_white.xpm
273
%%DATADIR%%/themes/microGUI-shading/transient_top.xpm
274
%%DATADIR%%/themes/microGUI-shading/transient_top_far.xpm
275
%%DATADIR%%/themes/microGUI-shading/transient_top_near.xpm
276
%%DATADIR%%/themes/twm/barchecker.xpm
277
%%DATADIR%%/themes/twm/bborder.xpm
278
%%DATADIR%%/themes/twm/bborder_unf.xpm
279
%%DATADIR%%/themes/twm/forplug/simple_menus/rc
280
%%DATADIR%%/themes/twm/iconify.xpm
281
%%DATADIR%%/themes/twm/lborder.xpm
282
%%DATADIR%%/themes/twm/lborder_unf.xpm
283
%%DATADIR%%/themes/twm/rborder.xpm
284
%%DATADIR%%/themes/twm/rborder_unf.xpm
285
%%DATADIR%%/themes/twm/rc
286
%%DATADIR%%/themes/twm/resize.xpm
287
%%DATADIR%%/themes/twm/topbar.xpm
288
@dirrm %%DATADIR%%/themes/xterm
289
@dirrm %%DATADIR%%/themes/twm/forplug/simple_menus
290
@dirrm %%DATADIR%%/themes/twm/forplug
291
@dirrm %%DATADIR%%/themes/twm
292
@dirrm %%DATADIR%%/themes/small-e
293
@dirrm %%DATADIR%%/themes/microGUI/forplug/start_slide
294
@dirrm %%DATADIR%%/themes/microGUI/forplug/simple_menus
295
@dirrm %%DATADIR%%/themes/microGUI/forplug/pier
296
@dirrm %%DATADIR%%/themes/microGUI/forplug/pager
297
@dirrm %%DATADIR%%/themes/microGUI/forplug
298
@dirrm %%DATADIR%%/themes/microGUI-shading/forplug/start_slide
299
@dirrm %%DATADIR%%/themes/microGUI-shading/forplug/simple_menus
300
@dirrm %%DATADIR%%/themes/microGUI-shading/forplug/pier
301
@dirrm %%DATADIR%%/themes/microGUI-shading/forplug/pager
302
@dirrm %%DATADIR%%/themes/microGUI-shading/forplug
303
@dirrm %%DATADIR%%/themes/microGUI-shading
304
@dirrm %%DATADIR%%/themes/microGUI
305
@dirrm %%DATADIR%%/themes/glass
306
@dirrm %%DATADIR%%/themes/eBlueSteel/styles
307
@dirrm %%DATADIR%%/themes/eBlueSteel/images/unf
308
@dirrm %%DATADIR%%/themes/eBlueSteel/images/pressed
309
@dirrm %%DATADIR%%/themes/eBlueSteel/images/foc
310
@dirrm %%DATADIR%%/themes/eBlueSteel/images
311
@dirrm %%DATADIR%%/themes/eBlueSteel/forplug/start_slide
312
@dirrm %%DATADIR%%/themes/eBlueSteel/forplug/simple_menus
313
@dirrm %%DATADIR%%/themes/eBlueSteel/forplug/setroot
314
@dirrm %%DATADIR%%/themes/eBlueSteel/forplug/pier
315
@dirrm %%DATADIR%%/themes/eBlueSteel/forplug
316
@dirrm %%DATADIR%%/themes/eBlueSteel
317
@dirrm %%DATADIR%%/themes/MudGolem/styles
318
@dirrm %%DATADIR%%/themes/MudGolem/images/unf
319
@dirrm %%DATADIR%%/themes/MudGolem/images/pressed
320
@dirrm %%DATADIR%%/themes/MudGolem/images/foc
321
@dirrm %%DATADIR%%/themes/MudGolem/images
322
@dirrm %%DATADIR%%/themes/MudGolem/forplug/wmclass_defs
323
@dirrm %%DATADIR%%/themes/MudGolem/forplug/start_slide
324
@dirrm %%DATADIR%%/themes/MudGolem/forplug/simple_menus
325
@dirrm %%DATADIR%%/themes/MudGolem/forplug/setroot
326
@dirrm %%DATADIR%%/themes/MudGolem/forplug/pier
327
@dirrm %%DATADIR%%/themes/MudGolem/forplug/pager
328
@dirrm %%DATADIR%%/themes/MudGolem/forplug
329
@dirrm %%DATADIR%%/themes/MudGolem
330
@dirrm %%DATADIR%%/themes/BlueSteel
331
@dirrm %%DATADIR%%/themes/Aqua
332
@dirrm %%DATADIR%%/themes/AbsoluteE/forplug/setroot
333
@dirrm %%DATADIR%%/themes/AbsoluteE/forplug
334
@dirrm %%DATADIR%%/themes/AbsoluteE/backgrounds
335
@dirrm %%DATADIR%%/themes/AbsoluteE
336
@dirrm %%DATADIR%%/themes
337
@dirrm %%DATADIR%%/plugins/wmclass_defs
338
@dirrm %%DATADIR%%/plugins/tasklist
339
@dirrm %%DATADIR%%/plugins/start_slide
340
%%ESOUND%%@dirrm %%DATADIR%%/plugins/sound
341
@dirrm %%DATADIR%%/plugins/simple_menus
342
@dirrm %%DATADIR%%/plugins/setroot
343
@dirrm %%DATADIR%%/plugins/session
344
@dirrm %%DATADIR%%/plugins/pier
345
@dirrm %%DATADIR%%/plugins/pager
346
@dirrm %%DATADIR%%/plugins/netwm
347
@dirrm %%DATADIR%%/plugins/mwm_hints
348
@dirrm %%DATADIR%%/plugins/gnome
349
@dirrm %%DATADIR%%/plugins/box_iconify
350
@dirrm %%DATADIR%%/plugins/animations
351
@dirrm %%DATADIR%%/plugins
352
@dirrm %%DATADIR%%
220
@dirrm lib/golem/plugins
353
@dirrm lib/golem/plugins
221
@dirrm lib/golem
354
@dirrm lib/golem
222
@dirrm share/golem/plugins/animations
223
@dirrm share/golem/plugins/box_iconify
224
@dirrm share/golem/plugins/gnome
225
@dirrm share/golem/plugins/mwm_hints
226
@dirrm share/golem/plugins/pager
227
@dirrm share/golem/plugins/pier
228
@dirrm share/golem/plugins/setroot
229
@dirrm share/golem/plugins/simple_menus
230
%%NO_SOUND%%@dirrm share/golem/plugins/sound
231
@dirrm share/golem/plugins/start_slide
232
@dirrm share/golem/plugins/wmclass_defs
233
@dirrm share/golem/plugins
234
@dirrm share/golem/themes/AbsoluteE/forplug/setroot
235
@dirrm share/golem/themes/AbsoluteE/forplug
236
@dirrm share/golem/themes/AbsoluteE
237
@dirrm share/golem/themes/MudGolem/forplug/pager
238
@dirrm share/golem/themes/MudGolem/forplug/pier
239
@dirrm share/golem/themes/MudGolem/forplug/setroot
240
@dirrm share/golem/themes/MudGolem/forplug/simple_menus
241
@dirrm share/golem/themes/MudGolem/forplug/start_slide
242
@dirrm share/golem/themes/MudGolem/forplug/wmclass_defs
243
@dirrm share/golem/themes/MudGolem/forplug
244
@dirrm share/golem/themes/MudGolem/images/foc
245
@dirrm share/golem/themes/MudGolem/images/pressed
246
@dirrm share/golem/themes/MudGolem/images/unf
247
@dirrm share/golem/themes/MudGolem/images
248
@dirrm share/golem/themes/MudGolem/styles
249
@dirrm share/golem/themes/MudGolem
250
@dirrm share/golem/themes/eBlueSteel/forplug/pier
251
@dirrm share/golem/themes/eBlueSteel/forplug/setroot
252
@dirrm share/golem/themes/eBlueSteel/forplug/simple_menus
253
@dirrm share/golem/themes/eBlueSteel/forplug/start_slide
254
@dirrm share/golem/themes/eBlueSteel/forplug
255
@dirrm share/golem/themes/eBlueSteel/images/foc
256
@dirrm share/golem/themes/eBlueSteel/images/pressed
257
@dirrm share/golem/themes/eBlueSteel/images/unf
258
@dirrm share/golem/themes/eBlueSteel/images
259
@dirrm share/golem/themes/eBlueSteel/styles
260
@dirrm share/golem/themes/eBlueSteel
261
@dirrm share/golem/themes/microGUI/forplug/pager
262
@dirrm share/golem/themes/microGUI/forplug/pier
263
@dirrm share/golem/themes/microGUI/forplug/start_slide
264
@dirrm share/golem/themes/microGUI/forplug
265
@dirrm share/golem/themes/microGUI
266
@dirrm share/golem/themes/twm/forplug/simple_menus
267
@dirrm share/golem/themes/twm/forplug
268
@dirrm share/golem/themes/twm
269
@dirrm share/golem/themes
270
@dirrm share/golem

Return to bug 159499