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

Collapse All | Expand All

(-)Makefile (-4 / +6 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fvwm-crystal
4
PORTNAME=	fvwm-crystal
5
PORTVERSION=	3.0.6
5
PORTVERSION=	3.4.1
6
PORTREVISION=	10
7
CATEGORIES=	x11-wm
6
CATEGORIES=	x11-wm
8
MASTER_SITES=	http://download.gna.org/fvwm-crystal/${PORTVERSION}/
7
MASTER_SITES=	https://sourceforge.net/projects/fvwm-crystal/files/${PORTVERSION}/
8
DISTFILE_SUFX=	download
9
9
10
MAINTAINER=	giacomomariani@yahoo.it
10
MAINTAINER=	giacomomariani@yahoo.it
11
COMMENT=	Easy, eye-candy, light, and powerful window manager for X11
11
COMMENT=	Easy, eye-candy, light, and powerful window manager for X11
Lines 13-19 Link Here
13
RUN_DEPENDS=	fvwm>=2.5:x11-wm/fvwm2 \
13
RUN_DEPENDS=	fvwm>=2.5:x11-wm/fvwm2 \
14
		bash:shells/bash
14
		bash:shells/bash
15
15
16
USES=		gettext gmake python shebangfix
16
USES=		gettext gmake python:2.7 shebangfix
17
SHEBANG_FILES=	addons/* bin/* fvwm/scripts/speed_value \
17
SHEBANG_FILES=	addons/* bin/* fvwm/scripts/speed_value \
18
		fvwm/scripts/FvwmMPD/*.py
18
		fvwm/scripts/FvwmMPD/*.py
19
MAKE_ENV=	prefix="${PREFIX}" addondir="${DOCSDIR}/addons"
19
MAKE_ENV=	prefix="${PREFIX}" addondir="${DOCSDIR}/addons"
Lines 47-52 Link Here
47
post-patch:
47
post-patch:
48
	@${REINPLACE_CMD} -e 's|cp -r -d|cp -r|; s|cp -d|cp|' \
48
	@${REINPLACE_CMD} -e 's|cp -r -d|cp -r|; s|cp -d|cp|' \
49
		${WRKSRC}/${MAKEFILE}
49
		${WRKSRC}/${MAKEFILE}
50
	${REINPLACE_CMD} -e 's|/usr/bin|/usr/local/bin|' \
51
		${WRKSRC}/fvwm/preferences/*
50
scrivi:
52
scrivi:
51
	${ECHO_CMD} ${LOCALBASE}
53
	${ECHO_CMD} ${LOCALBASE}
52
	${ECHO_CMD} ${PREFIX}
54
	${ECHO_CMD} ${PREFIX}
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (fvwm-crystal-3.0.6.tar.gz) = 9a325f07929e2b4ab2cc8f3e82eab0219d97dd9111c103309711dab324f17fe9
1
TIMESTAMP = 1565605127
2
SIZE (fvwm-crystal-3.0.6.tar.gz) = 7857363
2
SHA256 (fvwm-crystal-3.4.1.tar.gz) = d80241ba4720cee4ac163442a99c977e4441758e399f5aa9c6f8a4c97e109833
3
SIZE (fvwm-crystal-3.4.1.tar.gz) = 5663772
(-)files/patch-Makefile (-54 / +35 lines)
Lines 1-61 Link Here
1
--- Makefile.orig	2014-07-02 11:08:31.459626724 +0800
1
--- Makefile.orig	2019-08-12 12:03:14 UTC
2
+++ Makefile	2014-07-02 11:11:50.634611079 +0800
2
+++ Makefile
3
@@ -1,7 +1,7 @@
3
@@ -16,14 +16,14 @@ install: correctpath install-doc
4
 #!/usr/bin/make -f
5
 .PHONY: all install uninstall dist correctpermissions install-doc uninstall-doc
6
 
4
 
7
-prefix?=/usr/local
5
 	install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper bin/fvwm-crystal.play-movies bin/fvwm-crystal.videomodeswitch- bin/fvwm-crystal.videomodeswitch+ $(DESTDIR)$(prefix)/bin
8
+prefix=$(PREFIX)
6
 	install -m 755 tmp/fvwm-crystal.generate-menu $(DESTDIR)$(prefix)/bin
9
 docdir?=$(prefix)/share/doc/fvwm-crystal/
7
-	cp -d -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/
10
 addondir?=$(prefix)/share/fvwm-crystal/addons
8
+	cp  -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/
9
 	cp tmp/fvwm-crystal $(DESTDIR)/etc/X11/Sessions
10
 	cp shared/fvwm-crystal.desktop $(DESTDIR)$(prefix)/share/xsessions
11
 	cp shared/fvwm-crystal.sudoers.d $(DESTDIR)/etc/sudoers.d/fvwm-crystal
12
 	chmod 440 $(DESTDIR)/etc/sudoers.d/fvwm-crystal
11
 
13
 
12
@@ -12,13 +12,13 @@ all:
14
 	mkdir -p $(DESTDIR)$(prefix)/share/man/man1
15
-	cp -d -r man/* $(DESTDIR)$(prefix)/share/man/man1
16
+	cp  -r man/* $(DESTDIR)$(prefix)/share/man/man1
17
 # restore the original file; needed for successive run
18
 	cp -f tmp/LastChoosenRecipe fvwm/preferences/LastChoosenRecipe
13
 
19
 
14
 install: uninstall correctpath
20
@@ -215,11 +215,11 @@ correctpath:
15
 	@echo Installing fvwm-crystal $(RELEASE) to $(prefix)
21
 	cp -f bin/fvwm-crystal.generate-menu tmp
16
-	mkdir -p $(prefix)/bin $(prefix)/share/fvwm-crystal/fvwm 
22
 	cp -f shared/fvwm-crystal tmp
17
+	mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm 
23
 	cp -f fvwm/preferences/LastChoosenRecipe tmp
18
 
24
-	sed -i 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' tmp/fvwm-crystal.generate-menu
19
-	install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper $(prefix)/bin
25
-	sed -i 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' tmp/fvwm-crystal.generate-menu
20
-	cp -d -r fvwm/* $(prefix)/share/fvwm-crystal/fvwm/
26
-	sed -i 's:SYSPREFS="/usr/share:SYSPREFS="$(prefix)/share:' tmp/fvwm-crystal.generate-menu
21
+	install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper $(DESTDIR)$(prefix)/bin
27
-	sed -i 's:/usr/bin:$(prefix)/bin:' tmp/fvwm-crystal
22
+	cp -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/
28
-	sed -i 's:/usr/bin:$(prefix)/bin:' fvwm/preferences/LastChoosenRecipe
23
 
24
-	mkdir -p $(prefix)/share/man/man1
25
-	cp -d -r man/* $(prefix)/share/man/man1
26
+	mkdir -p $(DESTDIR)$(prefix)/man/man1
27
+	cp -r man/* $(DESTDIR)$(prefix)/man/man1
28
 
29
 uninstall:
30
 	@echo "Uninstalling previously installed fvwm-crystal"
31
@@ -40,7 +40,7 @@ dist-minimal:
32
 	mkdir -p "fvwm-crystal-minimal-$(RELEASE)"
33
 	mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm"
34
 	# Copy basic files
35
-	cp -r AUTHORS COPYING INSTALL Makefile NEWS README fvwm-crystal-minimal-$(RELEASE)/
36
+	cp -r AUTHORS INSTALL Makefile NEWS README fvwm-crystal-minimal-$(RELEASE)/
37
 	cp -r fvwm/config fvwm-crystal-minimal-$(RELEASE)/fvwm/
38
 	# Copy addons/
39
 	mkdir -p "fvwm-crystal-minimal-$(RELEASE)/addons"
40
@@ -190,15 +190,15 @@ dist-minimal:
41
 
42
 # It is needed to adjust some path inside fvwm-crystal.generate-menu since this file must know the install path
43
 correctpath:
44
-	sed -i 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu
45
-	sed -i 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu
46
+	sed 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu > bin/fvwm-crystal.generate-menu.new
29
+	sed 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu > bin/fvwm-crystal.generate-menu.new
47
+	sed 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu.new > bin/fvwm-crystal.generate-menu
30
+	sed 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu.new > bin/fvwm-crystal.generate-menu
31
+	sed 's:SYSPREFS="/usr/share:SYSPREFS="$(prefix)/share:' tmp/fvwm-crystal.generate-menu
32
+	sed 's:/usr/bin:$(prefix)/bin:' tmp/fvwm-crystal
33
+	sed 's:/usr/bin:$(prefix)/bin:' fvwm/preferences/LastChoosenRecipe
48
 
34
 
49
 uninstall-doc:
35
 uninstall-doc:
50
 	-rm -rf $(docdir)
36
 	-rm -rf $(DESTDIR)$(docdir)
51
 	-rm -rf $(addondir)
37
@@ -229,4 +229,4 @@ install-doc:
52
 
38
 	mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)/html
53
 install-doc:
39
 	install -m 644 addons/* $(DESTDIR)$(addondir)
54
-	mkdir -p $(addondir) $(docdir)
40
 	install -m 644 AUTHORS Contribute NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir)
55
-	install -m 644 addons/* $(addondir)
41
-	cp -d -r doc/* $(DESTDIR)$(docdir)
56
-	install -m 644 AUTHORS COPYING NEWS ChangeLog README INSTALL $(docdir)
42
+	cp -r doc/* $(DESTDIR)$(docdir)
57
-	install -m 644 doc/* $(docdir)
58
+	mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)
59
+	install -m 644 addons/* $(DESTDIR)$(addondir)
60
+	install -m 644 AUTHORS NEWS ChangeLog README INSTALL $(DESTDIR)$(docdir)
61
+	install -m 644 doc/* $(DESTDIR)$(docdir)
(-)files/patch-bin_fvwm-crystal.apps (-74 lines)
Lines 1-74 Link Here
1
--- bin/fvwm-crystal.apps.orig	2008-06-23 22:42:54.000000000 +0200
2
+++ bin/fvwm-crystal.apps	2010-06-29 20:54:59.000000000 +0200
3
@@ -102,7 +102,7 @@
4
 	group = OptionGroup(parser, "General creation options", "Options definig what should be generated")
5
 #	group.add_option('-g', '--generate', action = 'store', choices=['all','menus','panel','topapps'], dest='generate', default='all', metavar='WHAT',
6
 #		help = "what should be generated. aviable options are: all, menus, panel, topapps. default is all.")
7
-	group.add_option('--with', action = 'append', type='string', dest='with', metavar='DIRECTORY',
8
+	group.add_option('--with', action = 'append', type='string', dest='xwith', metavar='DIRECTORY',
9
 		help = 'generate entries only for defined entries (directories or files)')
10
 	group.add_option('--without', action = 'append', type='string', dest='without', metavar='DIRECTORY',
11
 		help = 'do NOT use defined entries (directories or files) for generating output.')
12
@@ -206,12 +206,12 @@
13
 #end of parseArgv
14
 
15
 
16
-def getAppsData(databases=[database],checkExecs=False,searchIconsIn='',sortOrder='prio',minLength=3,with=None,without=None,rootName='/Applications',topInSub=True,fileIcon='default.png',dirIcon='directory.png'):
17
+def getAppsData(databases=[database],checkExecs=False,searchIconsIn='',sortOrder='prio',minLength=3,xwith=None,without=None,rootName='/Applications',topInSub=True,fileIcon='default.png',dirIcon='directory.png'):
18
 	"""Read application databases from directories.
19
 	if checkExecs is True then use exec_field from file name to check access before adding it to database
20
 	if searchIconsIn is provided then use this path to check icons existence
21
 	sortOrder defines sorting order for entries
22
-	with is a list of entries (relative to the database root) that should be read
23
+	xwith is a list of entries (relative to the database root) that should be read
24
 	without is a list of entries (relative to the database root or absolute targets for symlinks) that should be left out
25
 	"""
26
 
27
@@ -235,7 +235,7 @@
28
 					return True
29
 		return False
30
 
31
-	def get_entry(root,dir,cat,sort,check,with,without,realcat):
32
+	def get_entry(root,dir,cat,sort,check,xwith,without,realcat):
33
 		if not os.path.isdir(os.path.join(root,dir)) or not os.access(os.path.join(root,dir),os.R_OK):
34
 			yield None
35
 		for entry in os.listdir(os.path.join(root,dir)):
36
@@ -268,9 +268,9 @@
37
 					if not checkFileAccess(test):
38
 						continue
39
 
40
-				if with and len(with)>0:
41
+				if xwith and len(xwith)>0:
42
 					cont=False
43
-					for i,v in enumerate(with):
44
+					for i,v in enumerate(xwith):
45
 						if not (os.path.join(cat,name).startswith(v) or os.path.join(cat,name.replace('_',' ')).startswith(v)):
46
 							cont=True
47
 							break
48
@@ -305,7 +305,7 @@
49
 					x = realcat[:]
50
 					x.extend([prio,name])
51
 					if access:
52
-						for sub in get_entry(root,os.path.join(dir,entry),os.path.join(cat,name).replace(' ','_'),sort,check,with,without,x):
53
+						for sub in get_entry(root,os.path.join(dir,entry),os.path.join(cat,name).replace(' ','_'),sort,check,xwith,without,x):
54
 							yield sub
55
 				elif os.path.isfile(file):
56
 					if sort=='name' or sort=='rname':
57
@@ -327,7 +327,7 @@
58
 				db=os.path.abspath(os.path.expanduser(databases[i]))
59
 				if not os.path.isdir(db) or not os.access(db,os.R_OK):
60
 					continue
61
-				for entry in get_entry(db,'',os.path.join('/',rootName),sortOrder,checkExecs,with,without,[0,rootName]):
62
+				for entry in get_entry(db,'',os.path.join('/',rootName),sortOrder,checkExecs,xwith,without,[0,rootName]):
63
 					if not entry:
64
 						continue
65
 					if not entry[5]:
66
@@ -850,7 +850,7 @@
67
 if params[0].database and len(params[0].database)>0:
68
 	database=params[0].database
69
 
70
-apps=getAppsData(database,checkExecs=params[0].checkExecs,searchIconsIn=params[0].iconPath,sortOrder=params[0].sortOrder,minLength=params[0].subLength,with=params[0].with,without=params[0].without,rootName=params[0].rootCat,topInSub=params[0].topInSub,fileIcon=params[0].fileDefault,dirIcon=params[0].dirDefault)
71
+apps=getAppsData(database,checkExecs=params[0].checkExecs,searchIconsIn=params[0].iconPath,sortOrder=params[0].sortOrder,minLength=params[0].subLength,xwith=params[0].xwith,without=params[0].without,rootName=params[0].rootCat,topInSub=params[0].topInSub,fileIcon=params[0].fileDefault,dirIcon=params[0].dirDefault)
72
 
73
 ########################## DEBUG ################################
74
 if params[0].verbosity > 1:
(-)pkg-plist (-47 / +1046 lines)
Lines 1-15 Link Here
1
/etc/X11/Sessions/fvwm-crystal
2
/etc/sudoers.d/fvwm-crystal
1
bin/fvwm-crystal
3
bin/fvwm-crystal
2
bin/fvwm-crystal.apps
4
bin/fvwm-crystal.apps
3
bin/fvwm-crystal.generate-menu
5
bin/fvwm-crystal.generate-menu
4
bin/fvwm-crystal.infoline
6
bin/fvwm-crystal.infoline
5
bin/fvwm-crystal.mplayer-wrapper
7
bin/fvwm-crystal.mplayer-wrapper
8
bin/fvwm-crystal.play-movies
9
bin/fvwm-crystal.videomodeswitch+
10
bin/fvwm-crystal.videomodeswitch-
6
bin/fvwm-crystal.wallpaper
11
bin/fvwm-crystal.wallpaper
7
man/man1/ApplicationDatabase.1.gz
12
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/AUTHORS
8
man/man1/CrystalRoxHOWTO.1.gz
13
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/ChangeLog
9
man/man1/FVWMCrystalFAQ.1.gz
14
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/Contribute
10
man/man1/KeyboardBindings.1.gz
15
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/Export.README
11
man/man1/MouseBindings.1.gz
16
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/INSTALL
12
man/man1/Tips.1.gz
17
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/LICENSE
18
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/NEWS
19
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/README
20
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/TODO
21
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/ApplicationDatabase.html
22
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/CrystalRoxHOWTO.html
23
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/FAQ.html
24
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/KeyboardBindings.html
25
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/MouseBindings.html
26
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/Tips.html
27
%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/fvwm-crystal.html
13
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~doom3~DOOM_III
28
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~doom3~DOOM_III
14
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~quake3~Quake_III_Arena
29
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~quake3~Quake_III_Arena
15
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~quake4~Quake_IV
30
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~quake4~Quake_IV
Lines 19-31 Link Here
19
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/18~q3ut3~Q3A:_Urban_Terror
34
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/18~q3ut3~Q3A:_Urban_Terror
20
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/20~xqf~XQF
35
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/20~xqf~XQF
21
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/25~circuslinux~Circus_Linux
36
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/25~circuslinux~Circus_Linux
37
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~Maelstrom~Maelstrom
38
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~bomber~Xbomber
22
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~bzflag~bzFlag
39
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~bzflag~bzFlag
40
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~chromium-bsu~Chromium_B.S.U
41
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~heroes~heroes
42
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~kclever-ai~koth_fires_intelligent
43
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~kmoron-ai~koth_random_fire
44
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~koths~Koth_server
45
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~koth~koth
23
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~lxdoom~LxDoom
46
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~lxdoom~LxDoom
24
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~nexuiz~Nexuiz
47
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~nexuiz~Nexuiz
48
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~openlierox~OpenLieroX
49
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~poopmup~poopmup
25
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~quake2~Quake_II
50
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~quake2~Quake_II
51
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~rafkill~rafkill
52
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~rrootage~rrootage
53
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~snipe2d~Orbital_Eunuchs_Sniper
54
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~transcend~transcend
55
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~tuxkart~tuxkart
26
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~ut~Unreal_Tournament
56
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~ut~Unreal_Tournament
27
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~wolfmp~RTCW_Multiplayer
57
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~wolfmp~RTCW_Multiplayer
28
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~wolfsp~Return_to_Castle_Wolfenstein
58
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~wolfsp~Return_to_Castle_Wolfenstein
59
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~xblast~xblast
29
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/20~crack-attack~Crack_Attack!
60
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/20~crack-attack~Crack_Attack!
30
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~bastet~Bastard_Tetris
61
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~bastet~Bastard_Tetris
31
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~gnometris~GnomeTris
62
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~gnometris~GnomeTris
Lines 36-44 Link Here
36
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~netris~Netris
67
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~netris~Netris
37
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~netris~Netris_Server
68
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~netris~Netris_Server
38
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~tod~tod
69
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~tod~tod
70
%%DATADIR%%/fvwm/Applications/20~Games/Adventures_Games/~crossfire-client-gtk2~Crossfire_GTK_Client_V2
71
%%DATADIR%%/fvwm/Applications/20~Games/Adventures_Games/~gbhed~gBhed
72
%%DATADIR%%/fvwm/Applications/20~Games/Adventures_Games/~manaplus~ManaPlus_(Tests)
73
%%DATADIR%%/fvwm/Applications/20~Games/Adventures_Games/~manaplus~The_Mana_world
39
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/20~frozen-bubble~Frozen_Bubble
74
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/20~frozen-bubble~Frozen_Bubble
40
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/20~supertux~SuperTux
75
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/20~supertux~SuperTux
41
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~armagetron~Armagetron
76
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~armagetron~Armagetron
77
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~asteroid~asteroid
78
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~bloboats~bloboats
79
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~blockrage~Block_Rage
80
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~circuslinux~Circus_Linux
81
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~cob~Cruising_on_Broadway
82
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~cutemaze~CuteMaze
83
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~excido~excido
84
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gav~gav
42
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gltron~GLTron
85
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gltron~GLTron
43
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gnibbles~Nibbles
86
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gnibbles~Nibbles
44
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gnome-stones~Stones
87
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gnome-stones~Stones
Lines 46-57 Link Here
46
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~jumpnbump-menu~Jump'N'Bump
89
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~jumpnbump-menu~Jump'N'Bump
47
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kbounce~KBounce
90
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kbounce~KBounce
48
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kgoldrunner~KGoldrunner
91
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kgoldrunner~KGoldrunner
92
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kobodl~Kobo Deluxe
49
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ksnake~KSnake
93
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ksnake~KSnake
50
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ktron~KTron
94
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ktron~KTron
51
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~lbreakout2~LBreakout2
95
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~lbreakout2~LBreakout2
52
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~lbreakout~LBreakout
96
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~lbreakout~LBreakout
53
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~liquidwar~LiquidWar
97
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~liquidwar~LiquidWar
98
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~marbleblast-demo~Marbleblast_demo
54
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~moagg~Moagg
99
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~moagg~Moagg
100
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~monkey-bubble~Monkey_Bubble
55
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~neverball~Neverball
101
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~neverball~Neverball
56
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~neverputt~Neverputt
102
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~neverputt~Neverputt
57
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~njam~Njam
103
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~njam~Njam
Lines 58-75 Link Here
58
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ppracer~PlanetPenguin_Racer
104
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ppracer~PlanetPenguin_Racer
59
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~pydance~PyDance
105
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~pydance~PyDance
60
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~rocksndiamonds~Rocks'n'Diamonds
106
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~rocksndiamonds~Rocks'n'Diamonds
107
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~sasteroids~sasteroids
108
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~scavenger~X_Scavenger
109
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~snake3d~snake3d
61
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~snake~Snake
110
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~snake~Snake
111
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~sopwith~sopwith
112
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~spacerider~spacerider
113
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~stardork~stardork
114
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~supertux~Supertux
115
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~syobon~syobon
62
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~torcs~Torcs
116
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~torcs~Torcs
63
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trackballs~Trackballs
117
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trackballs~Trackballs
118
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trailblazer~trailblazer
64
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trophy~Trophy
119
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trophy~Trophy
120
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~tuxdash~tuxdash
65
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~worm~Worm
121
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~worm~Worm
122
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xjump~xjump
66
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xmoto~X-Moto
123
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xmoto~X-Moto
124
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xrick~xrick
125
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xsfcave~xsfcave
126
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~yar~yarsrevenge
67
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~BillardGL~BillardGL
127
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~BillardGL~BillardGL
68
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~billard-gl~BillardGL
128
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~billard-gl~BillardGL
69
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~eboard~Eboard
129
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~eboard~Eboard
70
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~foobillard~FooBillard
130
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~foobillard~FooBillard
131
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~glightoff~GLightOff
132
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gpe-lights~Lights_Out
71
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gtkboard~GTKBoard
133
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gtkboard~GTKBoard
72
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gweled~Gweled
134
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gweled~Gweled
135
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~hexalate~Hexalate
73
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kbackgammon~KBackgammon
136
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kbackgammon~KBackgammon
74
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kenolaba~Kenolaba
137
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kenolaba~Kenolaba
75
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kmahjongg~KMahjongg
138
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kmahjongg~KMahjongg
Lines 77-82 Link Here
77
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kreversi~KReversi
140
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kreversi~KReversi
78
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kshisen~Shisen-Sho
141
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kshisen~Shisen-Sho
79
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~mahjongg~Mahjongg
142
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~mahjongg~Mahjongg
143
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~sirius~Sirius
144
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~skoosh~Fifteen
80
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~xboard~XBoard
145
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~xboard~XBoard
81
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~xmahjongg~xMahjongg
146
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~xmahjongg~xMahjongg
82
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~blackjack~Blackjack
147
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~blackjack~Blackjack
Lines 86-91 Link Here
86
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~sol~Aisle_Riot
151
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~sol~Aisle_Riot
87
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~xpat2~xPat2
152
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~xpat2~xPat2
88
%%DATADIR%%/fvwm/Applications/20~Games/Emulators/~dosbox~DOSBox
153
%%DATADIR%%/fvwm/Applications/20~Games/Emulators/~dosbox~DOSBox
154
%%DATADIR%%/fvwm/Applications/20~Games/Kids_Games/~gcompris~Suite_educativa_GCompris
89
%%DATADIR%%/fvwm/Applications/20~Games/Kids_Games/~ktuberling~KTuberling
155
%%DATADIR%%/fvwm/Applications/20~Games/Kids_Games/~ktuberling~KTuberling
90
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~blackboxgame~Black_Box
156
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~blackboxgame~Black_Box
91
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~bridges~Bridges
157
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~bridges~Bridges
Lines 112-117 Link Here
112
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~twiddle~Twiddle
178
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~twiddle~Twiddle
113
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~untangle~Untangle
179
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~untangle~Untangle
114
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~atomix~Atomix
180
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~atomix~Atomix
181
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~cubetest~Cube_Test
115
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~enigma~Enigma
182
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~enigma~Enigma
116
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gataxx~Ataxx
183
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gataxx~Ataxx
117
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~glines~gLines
184
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~glines~gLines
Lines 155-164 Link Here
155
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~kspaceduel~KSpaceDuel
222
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~kspaceduel~KSpaceDuel
156
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~maelstrom~Maelstrom
223
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~maelstrom~Maelstrom
157
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~moon-buggy~Moon_Buggy
224
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~moon-buggy~Moon_Buggy
225
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~oilwar~OilWar
158
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~starfighter~Starfighter
226
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~starfighter~Starfighter
159
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xevil~XEvil
227
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xevil~XEvil
160
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xpilot~XPilot
228
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xpilot~XPilot
229
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xpilot~XPilot_server
161
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xrick~Rick_Dangerous
230
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xrick~Rick_Dangerous
231
%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~QLife~QLife
232
%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~gpe-julia~Julia
233
%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~gtklife~GtkLife
234
%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~lucidlife~LucidLife
235
%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~planets~Planets
162
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~netpanzer~NetPanzer
236
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~netpanzer~NetPanzer
163
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~openttd~OpenTTD
237
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~openttd~OpenTTD
164
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~starcraft~StarCraft
238
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~starcraft~StarCraft
Lines 168-173 Link Here
168
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~castle-combat~Castle_Combat
242
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~castle-combat~Castle_Combat
169
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~civclient~FreeCiv_Client
243
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~civclient~FreeCiv_Client
170
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~civserver~FreeCiv_Server
244
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~civserver~FreeCiv_Server
245
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~freeciv-server~Freeciv_server
171
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~kbattleship~KBattleship
246
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~kbattleship~KBattleship
172
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~konquest~Konquest
247
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~konquest~Konquest
173
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~lgeneral~LGeneral
248
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~lgeneral~LGeneral
Lines 261-266 Link Here
261
%%DATADIR%%/fvwm/Applications/Graphics/~gcolor2~gColor2
336
%%DATADIR%%/fvwm/Applications/Graphics/~gcolor2~gColor2
262
%%DATADIR%%/fvwm/Applications/Graphics/~kcolorchooser~KColorChooser
337
%%DATADIR%%/fvwm/Applications/Graphics/~kcolorchooser~KColorChooser
263
%%DATADIR%%/fvwm/Applications/Graphics/~kcoloredit~kcoloredit
338
%%DATADIR%%/fvwm/Applications/Graphics/~kcoloredit~kcoloredit
339
%%DATADIR%%/fvwm/Applications/Graphics/~picturewall~PictureWall
264
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~basket~Basket
340
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~basket~Basket
265
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~celestia~Celestia
341
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~celestia~Celestia
266
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~kstars~KStars
342
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~kstars~KStars
Lines 295-319 Link Here
295
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~jack~Jack_The_Ripper
371
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~jack~Jack_The_Ripper
296
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~kaudiocreator~kaudiocreator
372
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~kaudiocreator~kaudiocreator
297
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~ripperX~ripperX
373
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~ripperX~ripperX
374
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~roxiso~RoxISO
298
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~serpentine~Serpentine
375
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~serpentine~Serpentine
299
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~sound-juicer~Sound_Juicer
376
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~sound-juicer~Sound_Juicer
300
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~xcdroast~XCDRoast
377
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~xcdroast~XCDRoast
301
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/~cinepaint~cinepaint
378
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/~cinepaint~cinepaint
302
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/10~glmix~glmix
379
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/10~glmix~glmix
380
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/10~gnome-volume-control~Gnome-volume-control
303
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~alsamixerguis~alsamixerguis
381
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~alsamixerguis~alsamixerguis
304
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~alsamixergui~alsamixergui
382
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~alsamixergui~alsamixergui
305
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~aumix~Aumix
383
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~aumix~Aumix
306
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~gamix~gAmix
384
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~gamix~gAmix
307
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~gnome-volume-control~Gnome-volume-control
308
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~kamix~kamix
385
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~kamix~kamix
309
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~psmix2~psmix
386
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~psmix2~psmix
310
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~alsamixer~ALSA_Mixer
387
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~alsamixer~ALSA_Mixer
311
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~aumix~Aumix
388
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~aumix~Aumix
312
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~gnome-alsamixer~GNOME_Alsamixer
389
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~gnome-alsamixer~GNOME_Alsamixer
390
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jack_mixer~Jack_Mixer
313
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackeq~jackeq
391
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackeq~jackeq
314
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackminimix~Jackminimix
392
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackminimix~Jackminimix
315
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackmix~jackmix
393
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackmix~jackmix
394
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jamin~jamin
395
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~kenvy24gui~KEnvy24
316
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~kmix~kMix
396
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~kmix~kMix
397
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~xfce4-mixer~Audio_Mixer
317
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~audacity~Audacity
398
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~audacity~Audacity
318
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~glame~gLame
399
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~glame~gLame
319
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~gnusound~gnusound
400
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~gnusound~gnusound
Lines 327-340 Link Here
327
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~lmms~LMMS
408
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~lmms~LMMS
328
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~pd~pd
409
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~pd~pd
329
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~protux~protux
410
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~protux~protux
411
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~radium~Radium
330
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~spiralsynthmodular~Spiralmodular
412
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~spiralsynthmodular~Spiralmodular
331
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~wired~wired
413
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~wired~wired
332
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Dj/~djplay~Djplay
414
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/DJ/~bpmdj.sh~BpmDj
333
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Dj/~fweelin~Freewheeling
415
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/DJ/~djplay~Djplay
416
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/DJ/~fweelin~Freewheeling
334
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lash_panel~Lash_panel
417
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lash_panel~Lash_panel
335
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lash_save_button~Lash_save_button
418
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lash_save_button~Lash_save_button
336
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lashd~Lash_deamon
419
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lashd~Lash_deamon
337
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/15~glashctl~GLashCtl
420
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/15~glashctl~GLashCtl
421
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~gjackclock~GJackClock
422
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~gjacktransport~GJackTransport
423
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~gladish~gladish
424
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~jackmixdesk_gtk~JackMixDesk_Client
425
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~jackmixdesk~JackMixDesk_Server
426
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~ladi-control-center~LADI_Control_Center
427
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~ladi-player~LADI_Player
428
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~ladi-system-log~LADI_Log_File_Viewer
429
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~ladi-system-tray~LADI_System_Tray
338
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/10~humanizer~Alsa_MIDI_humanizer
430
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/10~humanizer~Alsa_MIDI_humanizer
339
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/10~qmidiroute~qmidiroute
431
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/10~qmidiroute~qmidiroute
340
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/20~timidity~Timidity_Server_Start
432
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/20~timidity~Timidity_Server_Start
Lines 343-348 Link Here
343
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~kmidimon~kmidimon
435
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~kmidimon~kmidimon
344
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~kontroll~kontroll
436
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~kontroll~kontroll
345
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~mcontrol~mcontrol
437
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~mcontrol~mcontrol
438
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~qjackmmc~QjackMMC
346
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~qmidiarp~qmidiarp
439
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~qmidiarp~qmidiarp
347
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~sfc~Sound_Font_Combi
440
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~sfc~Sound_Font_Combi
348
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~simplesysexxer~Simple_Sysex_xer
441
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~simplesysexxer~Simple_Sysex_xer
Lines 353-380 Link Here
353
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~kaconnect~kaconnect
446
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~kaconnect~kaconnect
354
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~kasound~kasound
447
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~kasound~kasound
355
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~qlo10k1~qlo10k1
448
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~qlo10k1~qlo10k1
449
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~CompAudio~AFsp
450
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~aj-snapshot~AJ-Snapshot
451
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~aliki~Aliki
452
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~ambdec~AmbDec
356
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~ghostess~ghostess_Oscilloscope
453
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~ghostess~ghostess_Oscilloscope
357
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jaaa~jaaa
454
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jaaa~jaaa
358
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jack-dssi-host~Oscilloscope
455
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jack-dssi-host~Oscilloscope
359
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jack-patch-bay~jack_patch_bay
456
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jack-patch-bay~jack_patch_bay
457
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~japa~Japa
458
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jconvolver~JConvolver_Super_Stereo
459
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jnoise~JNoise
360
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~patchage~patchage
460
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~patchage~patchage
361
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qjackconnect~qjackconnect
461
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qjackconnect~qjackconnect
362
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qjackctl~QJackCtl
462
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qjackctl~QJackCtl
363
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qloud~qloud
463
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qloud~qloud
464
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~tetraproc~TetraProc
465
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~yass~YASS
466
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/GUI_Designers/~Annotator~CLAM_Music_Annotator
467
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/GUI_Designers/~NetworkEditor~CLAM_Network_Editor
468
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/GUI_Designers/~Prototyper~CLAM_Prototyper
469
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~amidimap~A_MIDI_Map
470
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~arpage~Arpage
471
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~arpage~Arpage_README
364
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~jsynthlib~jsynthlib
472
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~jsynthlib~jsynthlib
365
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~kmid~kmid
473
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~kmid~kmid
366
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~timidity~Timidity
474
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~timidity~Timidity
367
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~vkeybd~Virtual_keyboard
475
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~vkeybd~Virtual_keyboard
476
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~zonage~Zonage
368
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~easytag~EasyTag
477
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~easytag~EasyTag
369
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~exfalso~Ex_Falso
478
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~exfalso~Ex_Falso
479
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~gmtp~gMTP
370
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~kid3~kid3
480
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~kid3~kid3
371
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~madman~madman
481
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~madman~madman
372
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~qmbtagger~qmbtagger
482
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~qmbtagger~qmbtagger
483
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Non/~non-mixer~Non_Mixer
484
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Non/~non-sequencer~Non_Sequencer
485
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Non/~non-session-manager~Non_Session_Manager
486
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Non/~non-timeline~Non_Timeline
373
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~denemo~Denemo
487
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~denemo~Denemo
374
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~lilycomp~lilycomp
488
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~lilycomp~lilycomp
375
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~noteedit~noteedit
489
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~noteedit~noteedit
376
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/20~solfege~Solfege
490
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/20~solfege~Solfege
377
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~ScoreReadingTrainer~Score_Reading_Trainer
491
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~ScoreReadingTrainer~Score_Reading_Trainer
492
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~canorus~Canorus
493
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~frescobaldi~Frescobaldi
378
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~kguitar~Kguitar
494
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~kguitar~Kguitar
379
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~tkabc~tclabc
495
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~tkabc~tclabc
380
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~tuxguitar~Tux_Guitar
496
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~tuxguitar~Tux_Guitar
Lines 399-404 Link Here
399
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gnome-cd~gnome-cd-player
515
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gnome-cd~gnome-cd-player
400
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~goobox~Goobox
516
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~goobox~Goobox
401
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gqmpeg~gqmpeg
517
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gqmpeg~gqmpeg
518
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gxmms2~gxmms2
402
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~kscd~kscd
519
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~kscd~kscd
403
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~listen~listen
520
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~listen~listen
404
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~lplayer~Longplayer
521
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~lplayer~Longplayer
Lines 409-415 Link Here
409
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~rhythmbox~Rhythmbox
526
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~rhythmbox~Rhythmbox
410
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~sonata~Sonata
527
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~sonata~Sonata
411
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~squelch~squelch
528
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~squelch~squelch
529
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~stretchplayer~StretchPlayer
412
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~workman~workman
530
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~workman~workman
531
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~xmms2tray~XMMS2tray
413
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~yammi~yammi
532
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~yammi~yammi
414
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~gnomoradio~gnomoradio
533
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~gnomoradio~gnomoradio
415
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~gradio~gradio
534
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~gradio~gradio
Lines 420-428 Link Here
420
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~gramofile~gramofile
539
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~gramofile~gramofile
421
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~krecord~Krecord
540
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~krecord~Krecord
422
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~krec~krec
541
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~krec~krec
542
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~ardour2~ardour
543
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~ardour3~ardour3
423
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~ardour~Ardour
544
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~ardour~Ardour
545
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jack_capture_gui2~Jack_capture_GTK
424
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jack_capture~Jack_capture
546
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jack_capture~Jack_capture
425
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jamin~jamin
547
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jokosher~Jokosher_Audio_Editor
426
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~timemachine~timemachine
548
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~timemachine~timemachine
427
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~tkeca.tcl~Tkeca
549
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~tkeca.tcl~Tkeca
428
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~gmorgan~gmorgan
550
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~gmorgan~gmorgan
Lines 430-443 Link Here
430
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~gtick~gtick
552
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~gtick~gtick
431
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~psindustrializer~psindustrializer
553
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~psindustrializer~psindustrializer
432
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~trommler~trommler
554
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~trommler~trommler
555
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~composite-gui~Composite
556
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~drumkv1_jack~drumkv1
557
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~gtklick~gtklick
558
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~hydrogen~Hydrogen
433
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~ldrum~ldrum
559
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~ldrum~ldrum
560
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~samplv1_jack~samplv1
434
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~tk707~Tk707
561
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~tk707~Tk707
435
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rythm/~hydrogen~Hydrogen
562
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rippers/~asunder~Asunder_CD_Ripper
563
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rippers/~rrip_gui~Rubyripper
436
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~slconsole~SooperLooper_console
564
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~slconsole~SooperLooper_console
437
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~slgui~SooperLooper_gui
565
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~slgui~SooperLooper_gui
438
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~sooperlooper~sooperlooper_server
566
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~sooperlooper~sooperlooper_server
439
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/Other/~simsam~simsam
567
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/Other/~simsam~simsam
440
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~chionic~chionic
568
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~chionic~chionic
569
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~gsampler~Gsampler
441
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~linuxsampler~linuxsampler
570
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~linuxsampler~linuxsampler
442
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~qsampler~qsampler
571
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~qsampler~qsampler
443
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~specimen~specimen
572
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~specimen~specimen
Lines 454-459 Link Here
454
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~jackbeat~jackbeat
583
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~jackbeat~jackbeat
455
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~kluppe~kluppe
584
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~kluppe~kluppe
456
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~lmms~lmms
585
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~lmms~lmms
586
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~muse2~MusE
457
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/Other/~gnuitar~gnuitar
587
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/Other/~gnuitar~gnuitar
458
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ceres~Ceres
588
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ceres~Ceres
459
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~creox~creox
589
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~creox~creox
Lines 463-468 Link Here
463
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_2ch
593
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_2ch
464
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_4ch
594
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_4ch
465
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_6ch
595
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_6ch
596
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~guitarix~guitarix
466
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_1ch
597
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_1ch
467
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_2ch
598
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_2ch
468
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_4ch
599
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_4ch
Lines 469-477 Link Here
469
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_6ch
600
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_6ch
470
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-rack~jack-rack
601
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-rack~jack-rack
471
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~louderbox~louderbox
602
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~louderbox~louderbox
603
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~rakarrack~Rakarrack
472
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~reverbed~Tap-reverbed
604
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~reverbed~Tap-reverbed
473
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~tapiir~Tapiir
605
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~tapiir~Tapiir
606
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~zita-at1~Zita_At1
607
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~zita-rev1~Zita_Rev1
608
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~Voice2MIDI~Voice2MIDI
609
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~bpmdetect~BPMDetect
474
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~gwc~gwc
610
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~gwc~gwc
611
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~ingen~Ingen
475
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~mammut~mammut
612
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~mammut~mammut
476
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~sonic-visualiser~sonic-visualiser
613
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~sonic-visualiser~sonic-visualiser
477
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~soundconverter~Sound_converter
614
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~soundconverter~Sound_converter
Lines 485-515 Link Here
485
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~kmp~kmp
622
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~kmp~kmp
486
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~kstreamripper~kstreamripper
623
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~kstreamripper~kstreamripper
487
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~muse~muse
624
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~muse~muse
488
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Hammond module
625
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~ARP_2060
626
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~ARP_Axxe
627
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~ARP_Odyssey
628
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~ARP_Solina_String_Ensemble
629
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~BME-700
630
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~C64_SID_Emulator
631
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar-Bit-1
632
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_Bit-100
633
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_Bit-99
634
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_RoadRunner
635
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_Stratus
636
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_Trilogy
637
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~EMS_Synthi_A
489
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Hammond_B3
638
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Hammond_B3
490
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~arp_2600
639
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Korg_MS-20
491
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~arp_axxe
640
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Korg_MonoPoly
492
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~arp_odyssey
641
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Korg_Poly-6
493
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~fender_rhodes_bass_piano
642
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Korg_Poly-800
494
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~fender_rhodes_stage_73
643
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Memory_Moog
495
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~juno-6
644
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Mini_Moog
496
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~mini moog
645
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Mixer
497
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~moog_memory
646
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Moog_MG-1_ConcertMate
498
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~moog_voyager
647
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Moog_Sonic_6
499
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~oberheim_OB-X
648
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Moog_Voyager
500
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~oberheim_OB-Xa
649
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Moog_Voyager_Blue_Ice
501
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~prophet-10
650
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Oberheim_OB-X
502
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~prophet-5
651
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Oberheim_OB-Xa
503
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~prophet-5_chorus
652
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Prophet_10
504
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~vox_continental
653
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Prophet_5
505
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~yamaha_DX-7
654
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Prophet_52
655
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Prophet_Pro-1
656
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Rhodes_Stage-73
657
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Rhodes_Stage-73_Bass
658
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Roland_Juno-6X
659
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Roland_Jupiter-8
660
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~VOX_Continental
661
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~VOX_Continental_300
662
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Yamaha_CS-80
663
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Yamaha_DX-7
506
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Other/~artsbuilder~artsbuilder
664
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Other/~artsbuilder~artsbuilder
507
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Other/~galan~gAlan
665
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Other/~galan~gAlan
508
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~RTSynth-jack~RTSynth
666
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~RTSynth-jack~RTSynth-jack
667
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~RTSynth~RTSynth
509
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~aeolus~aeolus
668
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~aeolus~aeolus
510
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~amSynth~amSynth
669
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~amSynth~amSynth
511
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ams~AlsaModularSynth
670
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ams~AlsaModularSynth
512
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~beast~BEAST
671
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~beast~BEAST
672
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~foo-yc20~Foo_YC20
513
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~fst~CheezeMachine_demo
673
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~fst~CheezeMachine_demo
514
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_Hexter_DX7
674
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_Hexter_DX7
515
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_Sineshaper
675
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_Sineshaper
Lines 529-536 Link Here
529
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~om_gtk~Om_gtk
689
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~om_gtk~Om_gtk
530
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~om~Om_server
690
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~om~Om_server
531
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~qsynth~qsynth
691
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~qsynth~qsynth
692
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~setBfree-start~setBfree
693
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~synthv1_jack~synthv1
694
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~yoshimi~Yoshimi
532
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~zynaddsubfx~ZynaddsubFX
695
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~zynaddsubfx~ZynaddsubFX
696
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~zynaddsubfx~ZynaddsubFX_ALSA
697
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~zynaddsubfx~ZynaddsubFX_JACK
533
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~cheesetracker_qt~CheeseTracker
698
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~cheesetracker_qt~CheeseTracker
699
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~goattrk2~GoatTracker
534
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~soundtracker~Soundtracker
700
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~soundtracker~Soundtracker
535
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~tutka~tutka
701
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~tutka~tutka
536
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/Jack/~fmit~fmit
702
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/Jack/~fmit~fmit
Lines 542-549 Link Here
542
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/Other/~extace~Extace
708
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/Other/~extace~Extace
543
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~bitmeter~bitmeter
709
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~bitmeter~bitmeter
544
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~bitscope~bitscope
710
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~bitscope~bitscope
545
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~Meterbridge_st?r?o
711
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~ebumeter~EBU_meter
546
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~Meterbridge_stéréo
712
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jkmeter~JKmeter_14dB
713
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jkmeter~JKmeter_20dB
714
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_BBC
715
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_CDIN
716
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_CPPM
717
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_CVU
718
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_DIN
719
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_EBU
720
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_SBBC
721
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_SDIN
722
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_SEBU
723
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_VU
724
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jnoisemeter~Jnoise:meter
725
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~Meterbridge_stereo
547
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_4ch
726
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_4ch
548
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_8ch
727
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_8ch
549
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_Jellyfish
728
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_Jellyfish
Lines 573-579 Link Here
573
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Video_Effects/~effectv~effectv
752
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Video_Effects/~effectv~effectv
574
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Video_Effects/~freej~freej
753
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Video_Effects/~freej~freej
575
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~firefox~Firefox
754
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~firefox~Firefox
576
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~flock~Flock
577
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~mozilla-firefox~Firefox
755
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~mozilla-firefox~Firefox
578
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~mozilla-suite~Mozilla_Suite
756
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~mozilla-suite~Mozilla_Suite
579
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~opera~Opera
757
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~opera~Opera
Lines 663-668 Link Here
663
%%DATADIR%%/fvwm/Applications/Network/P2P/~ktorrent~kTorrent
841
%%DATADIR%%/fvwm/Applications/Network/P2P/~ktorrent~kTorrent
664
%%DATADIR%%/fvwm/Applications/Network/P2P/~mlgui~MLDonkey
842
%%DATADIR%%/fvwm/Applications/Network/P2P/~mlgui~MLDonkey
665
%%DATADIR%%/fvwm/Applications/Network/P2P/~qtorrent~QTorrent
843
%%DATADIR%%/fvwm/Applications/Network/P2P/~qtorrent~QTorrent
844
%%DATADIR%%/fvwm/Applications/Network/P2P/~transmission-gtk~Transmission
845
%%DATADIR%%/fvwm/Applications/Network/P2P/~transmission-qt~Transmission
666
%%DATADIR%%/fvwm/Applications/Network/P2P/~valknut~Valknut
846
%%DATADIR%%/fvwm/Applications/Network/P2P/~valknut~Valknut
667
%%DATADIR%%/fvwm/Applications/Network/P2P/~xmule~xMule
847
%%DATADIR%%/fvwm/Applications/Network/P2P/~xmule~xMule
668
%%DATADIR%%/fvwm/Applications/Network/Remote_Access/~knetattach~KNetAttach
848
%%DATADIR%%/fvwm/Applications/Network/Remote_Access/~knetattach~KNetAttach
Lines 692-697 Link Here
692
%%DATADIR%%/fvwm/Applications/Office/KOffice/~krita~Krita
872
%%DATADIR%%/fvwm/Applications/Office/KOffice/~krita~Krita
693
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kspread~kSpread
873
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kspread~kSpread
694
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kugar~Kugar
874
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kugar~Kugar
875
%%DATADIR%%/fvwm/Applications/Office/LibreOffice/40~libreoffice~LibreOffice
876
%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~lobase~LibreOffice_Base
877
%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~localc~LibreOffice_Calc
878
%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~lodraw~LibreOffice_Draw
879
%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~loimpress~LibreOffice_Impress
880
%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~lomath~LibreOffice_Math
881
%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~loweb~LibreOffice_Writer-Web
882
%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~lowriter~LibreOffice_Writer
695
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/20~oowriter2~OpenOffice.org_Writer
883
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/20~oowriter2~OpenOffice.org_Writer
696
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/20~oowriter~OpenOffice.org_Writer
884
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/20~oowriter~OpenOffice.org_Writer
697
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oobase2~OpenOffice.org_Base
885
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oobase2~OpenOffice.org_Base
Lines 731-742 Link Here
731
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~drakconf~Mandrivia_Control_Center
919
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~drakconf~Mandrivia_Control_Center
732
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~gnome-control-center~GNOME_Control_Center
920
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~gnome-control-center~GNOME_Control_Center
733
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~kcontrol~KDE_Control_Center
921
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~kcontrol~KDE_Control_Center
922
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/20~gtk-chtheme~Gtk2_Change_Theme
734
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~beryl-settings~Beryl_Settings Manager
923
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~beryl-settings~Beryl_Settings Manager
735
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~emerald-theme-manager~Emerald-Theme-Manager
924
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~emerald-theme-manager~Emerald-Theme-Manager
736
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gconf-editor~GConf_Editor
925
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gconf-editor~GConf_Editor
737
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gksu~Login_Window
926
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gksu~Login_Window
738
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gtk-chtheme~gtk-chtheme
927
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~switch2~Gtk2-theme-switch
739
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~switch2~Gtk-theme-switch
740
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~xfce4-menueditor~xfce4-menueditor
928
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~xfce4-menueditor~xfce4-menueditor
741
%%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~gparted~GParted
929
%%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~gparted~GParted
742
%%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~k3bsetup~K3bSetup
930
%%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~k3bsetup~K3bSetup
Lines 755-760 Link Here
755
%%DATADIR%%/fvwm/Applications/System/Documentation/~tkinfo~tkinfo
943
%%DATADIR%%/fvwm/Applications/System/Documentation/~tkinfo~tkinfo
756
%%DATADIR%%/fvwm/Applications/System/Documentation/~tkman~tkman
944
%%DATADIR%%/fvwm/Applications/System/Documentation/~tkman~tkman
757
%%DATADIR%%/fvwm/Applications/System/Documentation/~yelp~Gnome_Yelp
945
%%DATADIR%%/fvwm/Applications/System/Documentation/~yelp~Gnome_Yelp
946
%%DATADIR%%/fvwm/Applications/System/Emulators/~VirtualBox~Oracle_xVM_VirtualBox
947
%%DATADIR%%/fvwm/Applications/System/Emulators/~notepad~Notepad
948
%%DATADIR%%/fvwm/Applications/System/Emulators/~winecfg~Configure wine software
949
%%DATADIR%%/fvwm/Applications/System/Emulators/~wine~Uninstall wine software
950
%%DATADIR%%/fvwm/Applications/System/Emulators/~wine~Wine
951
%%DATADIR%%/fvwm/Applications/System/Emulators/~wine~Wine_browse_drive
758
%%DATADIR%%/fvwm/Applications/System/File_Managers/10~mc~Midnight_Commander
952
%%DATADIR%%/fvwm/Applications/System/File_Managers/10~mc~Midnight_Commander
759
%%DATADIR%%/fvwm/Applications/System/File_Managers/15~nautilus~Nautilus
953
%%DATADIR%%/fvwm/Applications/System/File_Managers/15~nautilus~Nautilus
760
%%DATADIR%%/fvwm/Applications/System/File_Managers/15~tuxcmd~TuxCommander
954
%%DATADIR%%/fvwm/Applications/System/File_Managers/15~tuxcmd~TuxCommander
Lines 763-768 Link Here
763
%%DATADIR%%/fvwm/Applications/System/File_Managers/~gentoo~Gentoo
957
%%DATADIR%%/fvwm/Applications/System/File_Managers/~gentoo~Gentoo
764
%%DATADIR%%/fvwm/Applications/System/File_Managers/~konqueror~Konqueror
958
%%DATADIR%%/fvwm/Applications/System/File_Managers/~konqueror~Konqueror
765
%%DATADIR%%/fvwm/Applications/System/File_Managers/~krusader~Krusader
959
%%DATADIR%%/fvwm/Applications/System/File_Managers/~krusader~Krusader
960
%%DATADIR%%/fvwm/Applications/System/File_Managers/~pcmanfm~File_Manager_PCManFM
766
%%DATADIR%%/fvwm/Applications/System/File_Managers/~thunar~Thunar
961
%%DATADIR%%/fvwm/Applications/System/File_Managers/~thunar~Thunar
767
%%DATADIR%%/fvwm/Applications/System/File_Managers/~xfe~X_File_Explorer
962
%%DATADIR%%/fvwm/Applications/System/File_Managers/~xfe~X_File_Explorer
768
%%DATADIR%%/fvwm/Applications/System/File_Managers/~xnc~X_Northern_Captain
963
%%DATADIR%%/fvwm/Applications/System/File_Managers/~xnc~X_Northern_Captain
Lines 800-805 Link Here
800
%%DATADIR%%/fvwm/Applications/System/Terminals/~xterm~XTerm
995
%%DATADIR%%/fvwm/Applications/System/Terminals/~xterm~XTerm
801
%%DATADIR%%/fvwm/Applications/System/~mysqlcc~MySQLCC
996
%%DATADIR%%/fvwm/Applications/System/~mysqlcc~MySQLCC
802
%%DATADIR%%/fvwm/Applications/System/~vmware~VMware
997
%%DATADIR%%/fvwm/Applications/System/~vmware~VMware
998
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~7zFM~p7zip_FM
999
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~7zG~p7zip_GUI
803
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~ark~Ark
1000
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~ark~Ark
804
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~file-roller~File-roller
1001
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~file-roller~File-roller
805
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~guitar~Guitar
1002
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~guitar~Guitar
Lines 839-850 Link Here
839
%%DATADIR%%/fvwm/Applications/Utilities/~kmouth~kmouth
1036
%%DATADIR%%/fvwm/Applications/Utilities/~kmouth~kmouth
840
%%DATADIR%%/fvwm/Applications/Utilities/~ksayit~ksayit
1037
%%DATADIR%%/fvwm/Applications/Utilities/~ksayit~ksayit
841
%%DATADIR%%/fvwm/Applications/Utilities/~ksnapshot~ksnapshot
1038
%%DATADIR%%/fvwm/Applications/Utilities/~ksnapshot~ksnapshot
1039
%%DATADIR%%/fvwm/Applications/Utilities/~recordmydesktop~recordmydesktop
842
%%DATADIR%%/fvwm/Applications/Utilities/~xclock~xclock
1040
%%DATADIR%%/fvwm/Applications/Utilities/~xclock~xclock
843
%%DATADIR%%/fvwm/Applications/Utilities/~xvidcap~xvidcap
1041
%%DATADIR%%/fvwm/Applications/Utilities/~xvidcap~xvidcap
844
%%DATADIR%%/fvwm/Applications/Utilities/~xwine~XWine
1042
%%DATADIR%%/fvwm/Applications/Utilities/~xwine~XWine
1043
%%DATADIR%%/fvwm/colorsets/Amiga.cs
1044
%%DATADIR%%/fvwm/colorsets/Aqua.cs
845
%%DATADIR%%/fvwm/colorsets/CIOS.cs
1045
%%DATADIR%%/fvwm/colorsets/CIOS.cs
846
%%DATADIR%%/fvwm/colorsets/Clear.cs
1046
%%DATADIR%%/fvwm/colorsets/Clear.cs
847
%%DATADIR%%/fvwm/colorsets/CrystalZono.cs
1047
%%DATADIR%%/fvwm/colorsets/CrystalZono.cs
1048
%%DATADIR%%/fvwm/colorsets/DarkAqua.cs
848
%%DATADIR%%/fvwm/colorsets/DarkDesktop.cs
1049
%%DATADIR%%/fvwm/colorsets/DarkDesktop.cs
849
%%DATADIR%%/fvwm/colorsets/DarkGreen.cs
1050
%%DATADIR%%/fvwm/colorsets/DarkGreen.cs
850
%%DATADIR%%/fvwm/colorsets/HUD - Green.cs
1051
%%DATADIR%%/fvwm/colorsets/HUD - Green.cs
Lines 859-864 Link Here
859
%%DATADIR%%/fvwm/colorsets/WhiteDesktop.cs
1060
%%DATADIR%%/fvwm/colorsets/WhiteDesktop.cs
860
%%DATADIR%%/fvwm/colorsets/colorset-definition
1061
%%DATADIR%%/fvwm/colorsets/colorset-definition
861
%%DATADIR%%/fvwm/components/Standard
1062
%%DATADIR%%/fvwm/components/Standard
1063
%%DATADIR%%/fvwm/components/apps/DesktopIcons
862
%%DATADIR%%/fvwm/components/apps/FvwmMiniConsole
1064
%%DATADIR%%/fvwm/components/apps/FvwmMiniConsole
863
%%DATADIR%%/fvwm/components/apps/GNOME-Settings-Daemon
1065
%%DATADIR%%/fvwm/components/apps/GNOME-Settings-Daemon
864
%%DATADIR%%/fvwm/components/apps/Nautilus
1066
%%DATADIR%%/fvwm/components/apps/Nautilus
Lines 866-874 Link Here
866
%%DATADIR%%/fvwm/components/apps/QuakeConsole
1068
%%DATADIR%%/fvwm/components/apps/QuakeConsole
867
%%DATADIR%%/fvwm/components/apps/ROX-Filer
1069
%%DATADIR%%/fvwm/components/apps/ROX-Filer
868
%%DATADIR%%/fvwm/components/apps/XScreenSaver
1070
%%DATADIR%%/fvwm/components/apps/XScreenSaver
869
%%DATADIR%%/fvwm/components/bindings/Application-Ardour
870
%%DATADIR%%/fvwm/components/bindings/Desktop-MMB-EdgeScroll
1071
%%DATADIR%%/fvwm/components/bindings/Desktop-MMB-EdgeScroll
871
%%DATADIR%%/fvwm/components/bindings/Desktop-MMB-TogglePanels
1072
%%DATADIR%%/fvwm/components/bindings/Desktop-MMB-TogglePanels
1073
%%DATADIR%%/fvwm/components/bindings/Desktop-MMB-ToggleTopBar
872
%%DATADIR%%/fvwm/components/bindings/Desktop-PageSwitch-Horizontal
1074
%%DATADIR%%/fvwm/components/bindings/Desktop-PageSwitch-Horizontal
873
%%DATADIR%%/fvwm/components/bindings/Desktop-PageSwitch-Vertical
1075
%%DATADIR%%/fvwm/components/bindings/Desktop-PageSwitch-Vertical
874
%%DATADIR%%/fvwm/components/bindings/Desktop-RMB-OpenTerminal
1076
%%DATADIR%%/fvwm/components/bindings/Desktop-RMB-OpenTerminal
Lines 876-881 Link Here
876
%%DATADIR%%/fvwm/components/bindings/Misc-Keybindings
1078
%%DATADIR%%/fvwm/components/bindings/Misc-Keybindings
877
%%DATADIR%%/fvwm/components/bindings/Misc-Keybindings_NumLock
1079
%%DATADIR%%/fvwm/components/bindings/Misc-Keybindings_NumLock
878
%%DATADIR%%/fvwm/components/bindings/Mouse-GoHome
1080
%%DATADIR%%/fvwm/components/bindings/Mouse-GoHome
1081
%%DATADIR%%/fvwm/components/bindings/Multimedia_Keys
1082
%%DATADIR%%/fvwm/components/bindings/Multimedia_Keys_NumLock
879
%%DATADIR%%/fvwm/components/bindings/Music
1083
%%DATADIR%%/fvwm/components/bindings/Music
880
%%DATADIR%%/fvwm/components/bindings/Music-Dvorak
1084
%%DATADIR%%/fvwm/components/bindings/Music-Dvorak
881
%%DATADIR%%/fvwm/components/bindings/Music-Dvorak_NumLock
1085
%%DATADIR%%/fvwm/components/bindings/Music-Dvorak_NumLock
Lines 895-900 Link Here
895
%%DATADIR%%/fvwm/components/bindings/Pager-Vertical_NumLock
1099
%%DATADIR%%/fvwm/components/bindings/Pager-Vertical_NumLock
896
%%DATADIR%%/fvwm/components/bindings/Remove-Defaults
1100
%%DATADIR%%/fvwm/components/bindings/Remove-Defaults
897
%%DATADIR%%/fvwm/components/bindings/Window-Basic
1101
%%DATADIR%%/fvwm/components/bindings/Window-Basic
1102
%%DATADIR%%/fvwm/components/bindings/Window-Basic-Amiga
898
%%DATADIR%%/fvwm/components/bindings/Window-Border
1103
%%DATADIR%%/fvwm/components/bindings/Window-Border
899
%%DATADIR%%/fvwm/components/bindings/Window-Control
1104
%%DATADIR%%/fvwm/components/bindings/Window-Control
900
%%DATADIR%%/fvwm/components/bindings/Window-Control_NumLock
1105
%%DATADIR%%/fvwm/components/bindings/Window-Control_NumLock
Lines 901-910 Link Here
901
%%DATADIR%%/fvwm/components/bindings/Window-List
1106
%%DATADIR%%/fvwm/components/bindings/Window-List
902
%%DATADIR%%/fvwm/components/bindings/Window-Rearrange
1107
%%DATADIR%%/fvwm/components/bindings/Window-Rearrange
903
%%DATADIR%%/fvwm/components/bindings/Window-Rearrange_NumLock
1108
%%DATADIR%%/fvwm/components/bindings/Window-Rearrange_NumLock
1109
%%DATADIR%%/fvwm/components/bindings/Window-Transparency
904
%%DATADIR%%/fvwm/components/bindings/Window-Warp
1110
%%DATADIR%%/fvwm/components/bindings/Window-Warp
905
%%DATADIR%%/fvwm/components/bindings/Window-Warp-Dvorak
1111
%%DATADIR%%/fvwm/components/bindings/Window-Warp-Dvorak
906
%%DATADIR%%/fvwm/components/bindings/Window-Warp-Dvorak_NumLock
1112
%%DATADIR%%/fvwm/components/bindings/Window-Warp-Dvorak_NumLock
907
%%DATADIR%%/fvwm/components/bindings/Window-Warp_NumLock
1113
%%DATADIR%%/fvwm/components/bindings/Window-Warp_NumLock
1114
%%DATADIR%%/fvwm/components/decorations/Buttons-amigaos
1115
%%DATADIR%%/fvwm/components/decorations/Buttons-amigaos-MiniIcon
1116
%%DATADIR%%/fvwm/components/decorations/Buttons-amigaos_NumLock
908
%%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal
1117
%%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal
909
%%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal-MiniIcon
1118
%%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal-MiniIcon
910
%%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal_NumLock
1119
%%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal_NumLock
Lines 921-927 Link Here
921
%%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Functions
1130
%%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Functions
922
%%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Preferences
1131
%%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Preferences
923
%%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Styles
1132
%%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Styles
1133
%%DATADIR%%/fvwm/components/desktop/Icon-Amiga
924
%%DATADIR%%/fvwm/components/desktop/Icon-Mwm
1134
%%DATADIR%%/fvwm/components/desktop/Icon-Mwm
1135
%%DATADIR%%/fvwm/components/desktop/Icon-None
925
%%DATADIR%%/fvwm/components/desktop/Icon-Thumbnails
1136
%%DATADIR%%/fvwm/components/desktop/Icon-Thumbnails
926
%%DATADIR%%/fvwm/components/desktop/Keyboard
1137
%%DATADIR%%/fvwm/components/desktop/Keyboard
927
%%DATADIR%%/fvwm/components/desktop/Keyboard-Dvorak
1138
%%DATADIR%%/fvwm/components/desktop/Keyboard-Dvorak
Lines 934-939 Link Here
934
%%DATADIR%%/fvwm/components/desktop/Numpad
1145
%%DATADIR%%/fvwm/components/desktop/Numpad
935
%%DATADIR%%/fvwm/components/desktop/Numpad-Raise
1146
%%DATADIR%%/fvwm/components/desktop/Numpad-Raise
936
%%DATADIR%%/fvwm/components/functions/About
1147
%%DATADIR%%/fvwm/components/functions/About
1148
%%DATADIR%%/fvwm/components/functions/AutoWallpaper-Error
1149
%%DATADIR%%/fvwm/components/functions/BlingBling
1150
%%DATADIR%%/fvwm/components/functions/CheckForFiles
937
%%DATADIR%%/fvwm/components/functions/Clear-FVWM-Settings
1151
%%DATADIR%%/fvwm/components/functions/Clear-FVWM-Settings
938
%%DATADIR%%/fvwm/components/functions/Colorsets
1152
%%DATADIR%%/fvwm/components/functions/Colorsets
939
%%DATADIR%%/fvwm/components/functions/Debug-Functions
1153
%%DATADIR%%/fvwm/components/functions/Debug-Functions
Lines 948-973 Link Here
948
%%DATADIR%%/fvwm/components/functions/Exit-Safe-sudo
1162
%%DATADIR%%/fvwm/components/functions/Exit-Safe-sudo
949
%%DATADIR%%/fvwm/components/functions/Exit-gdm
1163
%%DATADIR%%/fvwm/components/functions/Exit-gdm
950
%%DATADIR%%/fvwm/components/functions/Exit-sudo
1164
%%DATADIR%%/fvwm/components/functions/Exit-sudo
1165
%%DATADIR%%/fvwm/components/functions/Feedback
951
%%DATADIR%%/fvwm/components/functions/FindFunctions
1166
%%DATADIR%%/fvwm/components/functions/FindFunctions
952
%%DATADIR%%/fvwm/components/functions/Fullscreen
1167
%%DATADIR%%/fvwm/components/functions/Fullscreen
1168
%%DATADIR%%/fvwm/components/functions/Fvwm-Crystal-Menu
953
%%DATADIR%%/fvwm/components/functions/FvwmExpose
1169
%%DATADIR%%/fvwm/components/functions/FvwmExpose
954
%%DATADIR%%/fvwm/components/functions/FvwmFormDefault
1170
%%DATADIR%%/fvwm/components/functions/FvwmFormDefault
955
%%DATADIR%%/fvwm/components/functions/FvwmIdent
1171
%%DATADIR%%/fvwm/components/functions/FvwmIdent
1172
%%DATADIR%%/fvwm/components/functions/Icon-Amiga
956
%%DATADIR%%/fvwm/components/functions/Icon-Basic
1173
%%DATADIR%%/fvwm/components/functions/Icon-Basic
1174
%%DATADIR%%/fvwm/components/functions/Icon-Basic-SingleClick
957
%%DATADIR%%/fvwm/components/functions/Icon-Mwm
1175
%%DATADIR%%/fvwm/components/functions/Icon-Mwm
1176
%%DATADIR%%/fvwm/components/functions/Icon-None
958
%%DATADIR%%/fvwm/components/functions/Icon-Thumbnails
1177
%%DATADIR%%/fvwm/components/functions/Icon-Thumbnails
959
%%DATADIR%%/fvwm/components/functions/Keyboard-Modifiers
1178
%%DATADIR%%/fvwm/components/functions/Keyboard-Modifiers
1179
%%DATADIR%%/fvwm/components/functions/LoadCommonStuffs
1180
%%DATADIR%%/fvwm/components/functions/MakePanel
1181
%%DATADIR%%/fvwm/components/functions/Media
960
%%DATADIR%%/fvwm/components/functions/Menu-Position
1182
%%DATADIR%%/fvwm/components/functions/Menu-Position
961
%%DATADIR%%/fvwm/components/functions/Mixer-amixer
1183
%%DATADIR%%/fvwm/components/functions/Mixer
962
%%DATADIR%%/fvwm/components/functions/Mixer-audacious
1184
%%DATADIR%%/fvwm/components/functions/Music
963
%%DATADIR%%/fvwm/components/functions/Mixer-aumix
964
%%DATADIR%%/fvwm/components/functions/Mixer-cdcd
965
%%DATADIR%%/fvwm/components/functions/Mixer-cmus
966
%%DATADIR%%/fvwm/components/functions/Mixer-mpd
967
%%DATADIR%%/fvwm/components/functions/Mixer-quodlibet
968
%%DATADIR%%/fvwm/components/functions/Mixer-xmms
969
%%DATADIR%%/fvwm/components/functions/Mixer-xmms2
970
%%DATADIR%%/fvwm/components/functions/Music-alsaplayer
1185
%%DATADIR%%/fvwm/components/functions/Music-alsaplayer
1186
%%DATADIR%%/fvwm/components/functions/Music-alsaplayerdaemon
971
%%DATADIR%%/fvwm/components/functions/Music-audacious
1187
%%DATADIR%%/fvwm/components/functions/Music-audacious
972
%%DATADIR%%/fvwm/components/functions/Music-cdcd
1188
%%DATADIR%%/fvwm/components/functions/Music-cdcd
973
%%DATADIR%%/fvwm/components/functions/Music-cmus
1189
%%DATADIR%%/fvwm/components/functions/Music-cmus
Lines 974-989 Link Here
974
%%DATADIR%%/fvwm/components/functions/Music-mocp
1190
%%DATADIR%%/fvwm/components/functions/Music-mocp
975
%%DATADIR%%/fvwm/components/functions/Music-mpd
1191
%%DATADIR%%/fvwm/components/functions/Music-mpd
976
%%DATADIR%%/fvwm/components/functions/Music-mplayer
1192
%%DATADIR%%/fvwm/components/functions/Music-mplayer
1193
%%DATADIR%%/fvwm/components/functions/Music-mplayer2
977
%%DATADIR%%/fvwm/components/functions/Music-quodlibet
1194
%%DATADIR%%/fvwm/components/functions/Music-quodlibet
978
%%DATADIR%%/fvwm/components/functions/Music-xmms
979
%%DATADIR%%/fvwm/components/functions/Music-xmms2
1195
%%DATADIR%%/fvwm/components/functions/Music-xmms2
980
%%DATADIR%%/fvwm/components/functions/NotificationAreaManager-stalonetray
1196
%%DATADIR%%/fvwm/components/functions/NotificationAreaManager-stalonetray
981
%%DATADIR%%/fvwm/components/functions/NotificationAreaManager-trayer
1197
%%DATADIR%%/fvwm/components/functions/NotificationAreaManager-trayer
982
%%DATADIR%%/fvwm/components/functions/Numpad
1198
%%DATADIR%%/fvwm/components/functions/Numpad
983
%%DATADIR%%/fvwm/components/functions/PPick
1199
%%DATADIR%%/fvwm/components/functions/PPick
1200
%%DATADIR%%/fvwm/components/functions/Panel-Display
1201
%%DATADIR%%/fvwm/components/functions/Pictures
984
%%DATADIR%%/fvwm/components/functions/Preferences
1202
%%DATADIR%%/fvwm/components/functions/Preferences
985
%%DATADIR%%/fvwm/components/functions/Preferences-Menu
1203
%%DATADIR%%/fvwm/components/functions/Preferences-Menu
1204
%%DATADIR%%/fvwm/components/functions/ScreenSaver
986
%%DATADIR%%/fvwm/components/functions/Screenshot-import
1205
%%DATADIR%%/fvwm/components/functions/Screenshot-import
1206
%%DATADIR%%/fvwm/components/functions/Tooltip
987
%%DATADIR%%/fvwm/components/functions/Urgency-Hint
1207
%%DATADIR%%/fvwm/components/functions/Urgency-Hint
988
%%DATADIR%%/fvwm/components/functions/Wallpaper
1208
%%DATADIR%%/fvwm/components/functions/Wallpaper
989
%%DATADIR%%/fvwm/components/functions/Window-Autohide
1209
%%DATADIR%%/fvwm/components/functions/Window-Autohide
Lines 998-1003 Link Here
998
%%DATADIR%%/fvwm/components/functions/Window-Remember-SloppyFocus
1218
%%DATADIR%%/fvwm/components/functions/Window-Remember-SloppyFocus
999
%%DATADIR%%/fvwm/components/functions/Window-Ring
1219
%%DATADIR%%/fvwm/components/functions/Window-Ring
1000
%%DATADIR%%/fvwm/components/functions/Window-SetPlacementPolicy
1220
%%DATADIR%%/fvwm/components/functions/Window-SetPlacementPolicy
1221
%%DATADIR%%/fvwm/components/functions/Xdg-User-Dirs
1222
%%DATADIR%%/fvwm/components/functions/Xephyr
1001
%%DATADIR%%/fvwm/components/scripts/FvwmScript-AcpiBatt
1223
%%DATADIR%%/fvwm/components/scripts/FvwmScript-AcpiBatt
1002
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock
1224
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock
1003
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-24h
1225
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-24h
Lines 1005-1010 Link Here
1005
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-small
1227
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-small
1006
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-small_date
1228
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-small_date
1007
%%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuFreq
1229
%%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuFreq
1230
%%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuFreq-small
1008
%%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuTemp
1231
%%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuTemp
1009
%%DATADIR%%/fvwm/components/styles/Application-Icons-22-32
1232
%%DATADIR%%/fvwm/components/styles/Application-Icons-22-32
1010
%%DATADIR%%/fvwm/components/styles/Applications
1233
%%DATADIR%%/fvwm/components/styles/Applications
Lines 1011-1026 Link Here
1011
%%DATADIR%%/fvwm/components/styles/CursorStyle
1234
%%DATADIR%%/fvwm/components/styles/CursorStyle
1012
%%DATADIR%%/fvwm/components/styles/CursorStyle-Border
1235
%%DATADIR%%/fvwm/components/styles/CursorStyle-Border
1013
%%DATADIR%%/fvwm/components/styles/FVWM
1236
%%DATADIR%%/fvwm/components/styles/FVWM
1014
%%DATADIR%%/fvwm/components/styles/FVWM.orig
1237
%%DATADIR%%/fvwm/components/styles/FocusPolicy-Amiga
1015
%%DATADIR%%/fvwm/components/styles/FocusPolicy-FVWM-Crystal
1238
%%DATADIR%%/fvwm/components/styles/FocusPolicy-FVWM-Crystal
1016
%%DATADIR%%/fvwm/components/styles/FocusPolicy-FVWM-Crystal-Raise
1239
%%DATADIR%%/fvwm/components/styles/FocusPolicy-FVWM-Crystal-Raise
1017
%%DATADIR%%/fvwm/components/styles/FocusPolicy-MSWindows
1240
%%DATADIR%%/fvwm/components/styles/FocusPolicy-MSWindows
1241
%%DATADIR%%/fvwm/components/styles/FocusPolicy-NeverFocus
1018
%%DATADIR%%/fvwm/components/styles/Menu
1242
%%DATADIR%%/fvwm/components/styles/Menu
1019
%%DATADIR%%/fvwm/components/styles/QuakeConsole
1243
%%DATADIR%%/fvwm/components/styles/QuakeConsole
1020
%%DATADIR%%/fvwm/components/styles/Window-Decorations
1244
%%DATADIR%%/fvwm/components/styles/Window-Decorations
1021
%%DATADIR%%/fvwm/config
1245
%%DATADIR%%/fvwm/config
1246
%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Colorsets
1247
%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/README
1248
%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.amigaos
1249
%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.fvwm-crystal
1250
%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.macosx
1251
%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.nextstep
1252
%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.os2
1253
%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.windows
1254
%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/window-switch.png
1255
%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Colorsets
1256
%%DATADIR%%/fvwm/decorations/Amiga/Aqua/README
1257
%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.amigaos
1258
%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.fvwm-crystal
1259
%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.macosx
1260
%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.nextstep
1261
%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.os2
1262
%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.windows
1263
%%DATADIR%%/fvwm/decorations/Amiga/Aqua/window-switch.png
1264
%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Colorsets
1265
%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/README
1266
%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.amigaos
1267
%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.fvwm-crystal
1268
%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.macosx
1269
%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.nextstep
1270
%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.os2
1271
%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.windows
1272
%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/window-switch.png
1022
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Colorsets
1273
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Colorsets
1023
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/README
1274
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/README
1275
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.amigaos
1024
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.fvwm-crystal
1276
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.fvwm-crystal
1025
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.macosx
1277
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.macosx
1026
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.nextstep
1278
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.nextstep
Lines 1049-1054 Link Here
1049
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/title-inactive.png
1301
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/title-inactive.png
1050
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Colorsets
1302
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Colorsets
1051
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/README
1303
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/README
1304
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.amigaos
1052
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.fvwm-crystal
1305
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.fvwm-crystal
1053
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.macosx
1306
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.macosx
1054
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.nextstep
1307
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.nextstep
Lines 1077-1082 Link Here
1077
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/title-inactive.png
1330
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/title-inactive.png
1078
%%DATADIR%%/fvwm/decorations/Clear/Blue/Colorsets
1331
%%DATADIR%%/fvwm/decorations/Clear/Blue/Colorsets
1079
%%DATADIR%%/fvwm/decorations/Clear/Blue/README
1332
%%DATADIR%%/fvwm/decorations/Clear/Blue/README
1333
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.amigaos
1080
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.fvwm-crystal
1334
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.fvwm-crystal
1081
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.macosx
1335
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.macosx
1082
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.nextstep
1336
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.nextstep
Lines 1084-1089 Link Here
1084
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.windows
1338
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.windows
1085
%%DATADIR%%/fvwm/decorations/Clear/Green/Colorsets
1339
%%DATADIR%%/fvwm/decorations/Clear/Green/Colorsets
1086
%%DATADIR%%/fvwm/decorations/Clear/Green/README
1340
%%DATADIR%%/fvwm/decorations/Clear/Green/README
1341
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.amigaos
1087
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.fvwm-crystal
1342
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.fvwm-crystal
1088
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.macosx
1343
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.macosx
1089
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.nextstep
1344
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.nextstep
Lines 1091-1096 Link Here
1091
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.windows
1346
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.windows
1092
%%DATADIR%%/fvwm/decorations/Clear/Mono/Colorsets
1347
%%DATADIR%%/fvwm/decorations/Clear/Mono/Colorsets
1093
%%DATADIR%%/fvwm/decorations/Clear/Mono/README
1348
%%DATADIR%%/fvwm/decorations/Clear/Mono/README
1349
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.amigaos
1094
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.fvwm-crystal
1350
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.fvwm-crystal
1095
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.macosx
1351
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.macosx
1096
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.nextstep
1352
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.nextstep
Lines 1098-1103 Link Here
1098
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.windows
1354
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.windows
1099
%%DATADIR%%/fvwm/decorations/Clear/Navy/Colorsets
1355
%%DATADIR%%/fvwm/decorations/Clear/Navy/Colorsets
1100
%%DATADIR%%/fvwm/decorations/Clear/Navy/README
1356
%%DATADIR%%/fvwm/decorations/Clear/Navy/README
1357
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.amigaos
1101
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.fvwm-crystal
1358
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.fvwm-crystal
1102
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.macosx
1359
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.macosx
1103
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.nextstep
1360
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.nextstep
Lines 1105-1110 Link Here
1105
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.windows
1362
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.windows
1106
%%DATADIR%%/fvwm/decorations/Clear/Orange/Colorsets
1363
%%DATADIR%%/fvwm/decorations/Clear/Orange/Colorsets
1107
%%DATADIR%%/fvwm/decorations/Clear/Orange/README
1364
%%DATADIR%%/fvwm/decorations/Clear/Orange/README
1365
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.amigaos
1108
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.fvwm-crystal
1366
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.fvwm-crystal
1109
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.macosx
1367
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.macosx
1110
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.nextstep
1368
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.nextstep
Lines 1112-1117 Link Here
1112
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.windows
1370
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.windows
1113
%%DATADIR%%/fvwm/decorations/Clear/Red/Colorsets
1371
%%DATADIR%%/fvwm/decorations/Clear/Red/Colorsets
1114
%%DATADIR%%/fvwm/decorations/Clear/Red/README
1372
%%DATADIR%%/fvwm/decorations/Clear/Red/README
1373
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.amigaos
1115
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.fvwm-crystal
1374
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.fvwm-crystal
1116
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.macosx
1375
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.macosx
1117
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.nextstep
1376
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.nextstep
Lines 1119-1124 Link Here
1119
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.windows
1378
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.windows
1120
%%DATADIR%%/fvwm/decorations/Clear/Violet/Colorsets
1379
%%DATADIR%%/fvwm/decorations/Clear/Violet/Colorsets
1121
%%DATADIR%%/fvwm/decorations/Clear/Violet/README
1380
%%DATADIR%%/fvwm/decorations/Clear/Violet/README
1381
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.amigaos
1122
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.fvwm-crystal
1382
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.fvwm-crystal
1123
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.macosx
1383
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.macosx
1124
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.nextstep
1384
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.nextstep
Lines 1126-1131 Link Here
1126
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.windows
1386
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.windows
1127
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Colorsets
1387
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Colorsets
1128
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/README
1388
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/README
1389
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.amigaos
1129
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.fvwm-crystal
1390
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.fvwm-crystal
1130
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.macosx
1391
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.macosx
1131
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.nextstep
1392
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.nextstep
Lines 1159-1164 Link Here
1159
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-title.png
1420
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-title.png
1160
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Colorsets
1421
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Colorsets
1161
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/README
1422
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/README
1423
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.amigaos
1162
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.fvwm-crystal
1424
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.fvwm-crystal
1163
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.macosx
1425
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.macosx
1164
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.nextstep
1426
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.nextstep
Lines 1192-1197 Link Here
1192
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-title.png
1454
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-title.png
1193
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Colorsets
1455
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Colorsets
1194
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/README
1456
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/README
1457
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.amigaos
1195
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.fvwm-crystal
1458
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.fvwm-crystal
1196
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.macosx
1459
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.macosx
1197
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.nextstep
1460
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.nextstep
Lines 1225-1230 Link Here
1225
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-title.png
1488
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-title.png
1226
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Colorsets
1489
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Colorsets
1227
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/README
1490
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/README
1491
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.amigaos
1228
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.fvwm-crystal
1492
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.fvwm-crystal
1229
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.macosx
1493
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.macosx
1230
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.nextstep
1494
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.nextstep
Lines 1238-1243 Link Here
1238
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/window-options.png
1502
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/window-options.png
1239
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Colorsets
1503
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Colorsets
1240
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/README
1504
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/README
1505
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.amigaos
1241
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.fvwm-crystal
1506
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.fvwm-crystal
1242
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.macosx
1507
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.macosx
1243
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.nextstep
1508
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.nextstep
Lines 1251-1256 Link Here
1251
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/window-options.png
1516
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/window-options.png
1252
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Colorsets
1517
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Colorsets
1253
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/README
1518
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/README
1519
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.amigaos
1254
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.fvwm-crystal
1520
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.fvwm-crystal
1255
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.macosx
1521
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.macosx
1256
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.nextstep
1522
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.nextstep
Lines 1264-1269 Link Here
1264
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/window-options.png
1530
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/window-options.png
1265
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Colorsets
1531
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Colorsets
1266
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/README
1532
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/README
1533
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.amigaos
1267
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.fvwm-crystal
1534
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.fvwm-crystal
1268
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.macosx
1535
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.macosx
1269
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.nextstep
1536
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.nextstep
Lines 1277-1282 Link Here
1277
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/window-options.png
1544
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/window-options.png
1278
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Colorsets
1545
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Colorsets
1279
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/README
1546
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/README
1547
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.amigaos
1280
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.fvwm-crystal
1548
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.fvwm-crystal
1281
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.macosx
1549
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.macosx
1282
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.nextstep
1550
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.nextstep
Lines 1290-1295 Link Here
1290
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/window-options.png
1558
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/window-options.png
1291
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Colorsets
1559
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Colorsets
1292
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/README
1560
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/README
1561
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.amigaos
1293
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.fvwm-crystal
1562
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.fvwm-crystal
1294
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.macosx
1563
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.macosx
1295
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.nextstep
1564
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.nextstep
Lines 1303-1308 Link Here
1303
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/window-options.png
1572
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/window-options.png
1304
%%DATADIR%%/fvwm/decorations/Crystal/Original/Colorsets
1573
%%DATADIR%%/fvwm/decorations/Crystal/Original/Colorsets
1305
%%DATADIR%%/fvwm/decorations/Crystal/Original/README
1574
%%DATADIR%%/fvwm/decorations/Crystal/Original/README
1575
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.amigaos
1306
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.fvwm-crystal
1576
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.fvwm-crystal
1307
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.macosx
1577
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.macosx
1308
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.nextstep
1578
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.nextstep
Lines 1316-1321 Link Here
1316
%%DATADIR%%/fvwm/decorations/Crystal/Original/window-options.png
1586
%%DATADIR%%/fvwm/decorations/Crystal/Original/window-options.png
1317
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Colorsets
1587
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Colorsets
1318
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/README
1588
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/README
1589
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.amigaos
1319
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.fvwm-crystal
1590
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.fvwm-crystal
1320
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.macosx
1591
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.macosx
1321
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.nextstep
1592
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.nextstep
Lines 1329-1334 Link Here
1329
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/window-options.png
1600
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/window-options.png
1330
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Colorsets
1601
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Colorsets
1331
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/README
1602
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/README
1603
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.amigaos
1332
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.fvwm-crystal
1604
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.fvwm-crystal
1333
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.macosx
1605
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.macosx
1334
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.nextstep
1606
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.nextstep
Lines 1342-1347 Link Here
1342
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/window-options.png
1614
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/window-options.png
1343
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Colorsets
1615
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Colorsets
1344
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/README
1616
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/README
1617
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.amigaos
1345
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.fvwm-crystal
1618
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.fvwm-crystal
1346
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.macosx
1619
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.macosx
1347
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.nextstep
1620
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.nextstep
Lines 1355-1360 Link Here
1355
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/window-options.png
1628
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/window-options.png
1356
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Colorsets
1629
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Colorsets
1357
%%DATADIR%%/fvwm/decorations/DarkSky/Black/README
1630
%%DATADIR%%/fvwm/decorations/DarkSky/Black/README
1631
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.amigaos
1358
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.fvwm-crystal
1632
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.fvwm-crystal
1359
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.macosx
1633
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.macosx
1360
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.nextstep
1634
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.nextstep
Lines 1374-1379 Link Here
1374
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-inactive-options.png
1648
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-inactive-options.png
1375
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Colorsets
1649
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Colorsets
1376
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/README
1650
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/README
1651
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.amigaos
1377
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.fvwm-crystal
1652
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.fvwm-crystal
1378
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.macosx
1653
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.macosx
1379
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.nextstep
1654
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.nextstep
Lines 1393-1398 Link Here
1393
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-inactive-options.png
1668
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-inactive-options.png
1394
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Colorsets
1669
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Colorsets
1395
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/README
1670
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/README
1671
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.amigaos
1396
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.fvwm-crystal
1672
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.fvwm-crystal
1397
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.macosx
1673
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.macosx
1398
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.nextstep
1674
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.nextstep
Lines 1412-1417 Link Here
1412
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-inactive-options.png
1688
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-inactive-options.png
1413
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Colorsets
1689
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Colorsets
1414
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/README
1690
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/README
1691
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.amigaos
1415
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.fvwm-crystal
1692
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.fvwm-crystal
1416
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.macosx
1693
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.macosx
1417
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.nextstep
1694
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.nextstep
Lines 1431-1436 Link Here
1431
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-inactive-options.png
1708
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-inactive-options.png
1432
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Colorsets
1709
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Colorsets
1433
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/README
1710
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/README
1711
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.amigaos
1434
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.fvwm-crystal
1712
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.fvwm-crystal
1435
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.macosx
1713
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.macosx
1436
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.nextstep
1714
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.nextstep
Lines 1450-1455 Link Here
1450
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-inactive-options.png
1728
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-inactive-options.png
1451
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Colorsets
1729
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Colorsets
1452
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/README
1730
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/README
1731
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.amigaos
1453
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.fvwm-crystal
1732
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.fvwm-crystal
1454
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.macosx
1733
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.macosx
1455
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.nextstep
1734
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.nextstep
Lines 1469-1474 Link Here
1469
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-inactive-options.png
1748
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-inactive-options.png
1470
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Colorsets
1749
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Colorsets
1471
%%DATADIR%%/fvwm/decorations/DawnSky/Default/README
1750
%%DATADIR%%/fvwm/decorations/DawnSky/Default/README
1751
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.amigaos
1472
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.fvwm-crystal
1752
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.fvwm-crystal
1473
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.macosx
1753
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.macosx
1474
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.nextstep
1754
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.nextstep
Lines 1489-1494 Link Here
1489
%%DATADIR%%/fvwm/decorations/DawnSky/Default/title-active.png
1769
%%DATADIR%%/fvwm/decorations/DawnSky/Default/title-active.png
1490
%%DATADIR%%/fvwm/decorations/Elberg/Default/Colorsets
1770
%%DATADIR%%/fvwm/decorations/Elberg/Default/Colorsets
1491
%%DATADIR%%/fvwm/decorations/Elberg/Default/README
1771
%%DATADIR%%/fvwm/decorations/Elberg/Default/README
1772
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.amigaos
1492
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.fvwm-crystal
1773
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.fvwm-crystal
1493
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.macosx
1774
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.macosx
1494
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.nextstep
1775
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.nextstep
Lines 1516-1521 Link Here
1516
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-inactive-options.png
1797
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-inactive-options.png
1517
%%DATADIR%%/fvwm/decorations/Fear/Default/Colorsets
1798
%%DATADIR%%/fvwm/decorations/Fear/Default/Colorsets
1518
%%DATADIR%%/fvwm/decorations/Fear/Default/README
1799
%%DATADIR%%/fvwm/decorations/Fear/Default/README
1800
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.amigaos
1519
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.fvwm-crystal
1801
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.fvwm-crystal
1520
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.macosx
1802
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.macosx
1521
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.nextstep
1803
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.nextstep
Lines 1537-1542 Link Here
1537
%%DATADIR%%/fvwm/decorations/Fear/Default/window-inactive.png
1819
%%DATADIR%%/fvwm/decorations/Fear/Default/window-inactive.png
1538
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Colorsets
1820
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Colorsets
1539
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/README
1821
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/README
1822
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.amigaos
1540
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.fvwm-crystal
1823
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.fvwm-crystal
1541
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.macosx
1824
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.macosx
1542
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.nextstep
1825
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.nextstep
Lines 1563-1568 Link Here
1563
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-yellow.png
1846
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-yellow.png
1564
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Colorsets
1847
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Colorsets
1565
%%DATADIR%%/fvwm/decorations/Gentoo/Default/README
1848
%%DATADIR%%/fvwm/decorations/Gentoo/Default/README
1849
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.amigaos
1566
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.fvwm-crystal
1850
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.fvwm-crystal
1567
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.macosx
1851
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.macosx
1568
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.nextstep
1852
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.nextstep
Lines 1589-1594 Link Here
1589
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-yellow.png
1873
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-yellow.png
1590
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Colorsets
1874
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Colorsets
1591
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/README
1875
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/README
1876
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.amigaos
1592
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.fvwm-crystal
1877
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.fvwm-crystal
1593
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.macosx
1878
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.macosx
1594
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.nextstep
1879
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.nextstep
Lines 1615-1620 Link Here
1615
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-yellow.png
1900
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-yellow.png
1616
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Colorsets
1901
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Colorsets
1617
%%DATADIR%%/fvwm/decorations/Ish/Aqua/README
1902
%%DATADIR%%/fvwm/decorations/Ish/Aqua/README
1903
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.amigaos
1618
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.fvwm-crystal
1904
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.fvwm-crystal
1619
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.macosx
1905
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.macosx
1620
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.nextstep
1906
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.nextstep
Lines 1626-1631 Link Here
1626
%%DATADIR%%/fvwm/decorations/Ish/Aqua/title.png
1912
%%DATADIR%%/fvwm/decorations/Ish/Aqua/title.png
1627
%%DATADIR%%/fvwm/decorations/Ish/Black/Colorsets
1913
%%DATADIR%%/fvwm/decorations/Ish/Black/Colorsets
1628
%%DATADIR%%/fvwm/decorations/Ish/Black/README
1914
%%DATADIR%%/fvwm/decorations/Ish/Black/README
1915
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.amigaos
1629
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.fvwm-crystal
1916
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.fvwm-crystal
1630
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.macosx
1917
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.macosx
1631
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.nextstep
1918
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.nextstep
Lines 1637-1642 Link Here
1637
%%DATADIR%%/fvwm/decorations/Ish/Black/title.png
1924
%%DATADIR%%/fvwm/decorations/Ish/Black/title.png
1638
%%DATADIR%%/fvwm/decorations/Ish/Blue/Colorsets
1925
%%DATADIR%%/fvwm/decorations/Ish/Blue/Colorsets
1639
%%DATADIR%%/fvwm/decorations/Ish/Blue/README
1926
%%DATADIR%%/fvwm/decorations/Ish/Blue/README
1927
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.amigaos
1640
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.fvwm-crystal
1928
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.fvwm-crystal
1641
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.macosx
1929
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.macosx
1642
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.nextstep
1930
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.nextstep
Lines 1648-1653 Link Here
1648
%%DATADIR%%/fvwm/decorations/Ish/Blue/title.png
1936
%%DATADIR%%/fvwm/decorations/Ish/Blue/title.png
1649
%%DATADIR%%/fvwm/decorations/Ish/Green/Colorsets
1937
%%DATADIR%%/fvwm/decorations/Ish/Green/Colorsets
1650
%%DATADIR%%/fvwm/decorations/Ish/Green/README
1938
%%DATADIR%%/fvwm/decorations/Ish/Green/README
1939
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.amigaos
1651
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.fvwm-crystal
1940
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.fvwm-crystal
1652
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.macosx
1941
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.macosx
1653
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.nextstep
1942
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.nextstep
Lines 1659-1664 Link Here
1659
%%DATADIR%%/fvwm/decorations/Ish/Green/title.png
1948
%%DATADIR%%/fvwm/decorations/Ish/Green/title.png
1660
%%DATADIR%%/fvwm/decorations/Ish/Lite/Colorsets
1949
%%DATADIR%%/fvwm/decorations/Ish/Lite/Colorsets
1661
%%DATADIR%%/fvwm/decorations/Ish/Lite/README
1950
%%DATADIR%%/fvwm/decorations/Ish/Lite/README
1951
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.amigaos
1662
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.fvwm-crystal
1952
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.fvwm-crystal
1663
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.macosx
1953
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.macosx
1664
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.nextstep
1954
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.nextstep
Lines 1670-1675 Link Here
1670
%%DATADIR%%/fvwm/decorations/Ish/Lite/title.png
1960
%%DATADIR%%/fvwm/decorations/Ish/Lite/title.png
1671
%%DATADIR%%/fvwm/decorations/Ish/Orange/Colorsets
1961
%%DATADIR%%/fvwm/decorations/Ish/Orange/Colorsets
1672
%%DATADIR%%/fvwm/decorations/Ish/Orange/README
1962
%%DATADIR%%/fvwm/decorations/Ish/Orange/README
1963
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.amigaos
1673
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.fvwm-crystal
1964
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.fvwm-crystal
1674
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.macosx
1965
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.macosx
1675
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.nextstep
1966
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.nextstep
Lines 1681-1686 Link Here
1681
%%DATADIR%%/fvwm/decorations/Ish/Orange/title.png
1972
%%DATADIR%%/fvwm/decorations/Ish/Orange/title.png
1682
%%DATADIR%%/fvwm/decorations/Ish/Pink/Colorsets
1973
%%DATADIR%%/fvwm/decorations/Ish/Pink/Colorsets
1683
%%DATADIR%%/fvwm/decorations/Ish/Pink/README
1974
%%DATADIR%%/fvwm/decorations/Ish/Pink/README
1975
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.amigaos
1684
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.fvwm-crystal
1976
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.fvwm-crystal
1685
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.macosx
1977
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.macosx
1686
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.nextstep
1978
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.nextstep
Lines 1692-1697 Link Here
1692
%%DATADIR%%/fvwm/decorations/Ish/Pink/title.png
1984
%%DATADIR%%/fvwm/decorations/Ish/Pink/title.png
1693
%%DATADIR%%/fvwm/decorations/Ish/Purple/Colorsets
1985
%%DATADIR%%/fvwm/decorations/Ish/Purple/Colorsets
1694
%%DATADIR%%/fvwm/decorations/Ish/Purple/README
1986
%%DATADIR%%/fvwm/decorations/Ish/Purple/README
1987
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.amigaos
1695
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.fvwm-crystal
1988
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.fvwm-crystal
1696
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.macosx
1989
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.macosx
1697
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.nextstep
1990
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.nextstep
Lines 1703-1708 Link Here
1703
%%DATADIR%%/fvwm/decorations/Ish/Purple/title.png
1996
%%DATADIR%%/fvwm/decorations/Ish/Purple/title.png
1704
%%DATADIR%%/fvwm/decorations/Ish/Red/Colorsets
1997
%%DATADIR%%/fvwm/decorations/Ish/Red/Colorsets
1705
%%DATADIR%%/fvwm/decorations/Ish/Red/README
1998
%%DATADIR%%/fvwm/decorations/Ish/Red/README
1999
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.amigaos
1706
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.fvwm-crystal
2000
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.fvwm-crystal
1707
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.macosx
2001
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.macosx
1708
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.nextstep
2002
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.nextstep
Lines 1714-1719 Link Here
1714
%%DATADIR%%/fvwm/decorations/Ish/Red/title.png
2008
%%DATADIR%%/fvwm/decorations/Ish/Red/title.png
1715
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Colorsets
2009
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Colorsets
1716
%%DATADIR%%/fvwm/decorations/MicroClear/Default/README
2010
%%DATADIR%%/fvwm/decorations/MicroClear/Default/README
2011
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.amigaos
1717
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.fvwm-crystal
2012
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.fvwm-crystal
1718
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.macosx
2013
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.macosx
1719
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.nextstep
2014
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.nextstep
Lines 1721-1726 Link Here
1721
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.windows
2016
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.windows
1722
%%DATADIR%%/fvwm/decorations/Mist/Default/Colorsets
2017
%%DATADIR%%/fvwm/decorations/Mist/Default/Colorsets
1723
%%DATADIR%%/fvwm/decorations/Mist/Default/README
2018
%%DATADIR%%/fvwm/decorations/Mist/Default/README
2019
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.amigaos
1724
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.fvwm-crystal
2020
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.fvwm-crystal
1725
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.macosx
2021
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.macosx
1726
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.nextstep
2022
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.nextstep
Lines 1750-1755 Link Here
1750
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-title.png
2046
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-title.png
1751
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Colorsets
2047
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Colorsets
1752
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/README
2048
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/README
2049
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.amigaos
1753
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.fvwm-crystal
2050
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.fvwm-crystal
1754
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.macosx
2051
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.macosx
1755
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.nextstep
2052
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.nextstep
Lines 1757-1762 Link Here
1757
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.windows
2054
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.windows
1758
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Colorsets
2055
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Colorsets
1759
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/README
2056
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/README
2057
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.amigaos
1760
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.fvwm-crystal
2058
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.fvwm-crystal
1761
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.macosx
2059
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.macosx
1762
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.nextstep
2060
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.nextstep
Lines 1764-1769 Link Here
1764
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.windows
2062
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.windows
1765
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Colorsets
2063
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Colorsets
1766
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/README
2064
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/README
2065
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.amigaos
1767
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.fvwm-crystal
2066
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.fvwm-crystal
1768
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.macosx
2067
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.macosx
1769
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.nextstep
2068
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.nextstep
Lines 1786-1791 Link Here
1786
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-inactive-options.png
2085
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-inactive-options.png
1787
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Colorsets
2086
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Colorsets
1788
%%DATADIR%%/fvwm/decorations/SystemG/Crux/README
2087
%%DATADIR%%/fvwm/decorations/SystemG/Crux/README
2088
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.amigaos
1789
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.fvwm-crystal
2089
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.fvwm-crystal
1790
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.macosx
2090
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.macosx
1791
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.nextstep
2091
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.nextstep
Lines 1808-1813 Link Here
1808
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-inactive-options.png
2108
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-inactive-options.png
1809
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Colorsets
2109
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Colorsets
1810
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/README
2110
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/README
2111
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.amigaos
1811
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.fvwm-crystal
2112
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.fvwm-crystal
1812
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.macosx
2113
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.macosx
1813
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.nextstep
2114
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.nextstep
Lines 1830-1835 Link Here
1830
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-inactive-options.png
2131
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-inactive-options.png
1831
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Colorsets
2132
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Colorsets
1832
%%DATADIR%%/fvwm/decorations/SystemG/Debian/README
2133
%%DATADIR%%/fvwm/decorations/SystemG/Debian/README
2134
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.amigaos
1833
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.fvwm-crystal
2135
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.fvwm-crystal
1834
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.macosx
2136
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.macosx
1835
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.nextstep
2137
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.nextstep
Lines 1852-1857 Link Here
1852
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-inactive-options.png
2154
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-inactive-options.png
1853
%%DATADIR%%/fvwm/decorations/SystemG/Default/Colorsets
2155
%%DATADIR%%/fvwm/decorations/SystemG/Default/Colorsets
1854
%%DATADIR%%/fvwm/decorations/SystemG/Default/README
2156
%%DATADIR%%/fvwm/decorations/SystemG/Default/README
2157
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.amigaos
1855
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.fvwm-crystal
2158
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.fvwm-crystal
1856
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.macosx
2159
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.macosx
1857
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.nextstep
2160
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.nextstep
Lines 1874-1879 Link Here
1874
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-inactive-options.png
2177
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-inactive-options.png
1875
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Colorsets
2178
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Colorsets
1876
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/README
2179
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/README
2180
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.amigaos
1877
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.fvwm-crystal
2181
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.fvwm-crystal
1878
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.macosx
2182
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.macosx
1879
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.nextstep
2183
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.nextstep
Lines 1896-1901 Link Here
1896
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-inactive-options.png
2200
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-inactive-options.png
1897
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Colorsets
2201
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Colorsets
1898
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/README
2202
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/README
2203
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.amigaos
1899
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.fvwm-crystal
2204
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.fvwm-crystal
1900
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.macosx
2205
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.macosx
1901
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.nextstep
2206
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.nextstep
Lines 1918-1923 Link Here
1918
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-inactive-options.png
2223
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-inactive-options.png
1919
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Colorsets
2224
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Colorsets
1920
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/README
2225
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/README
2226
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.amigaos
1921
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.fvwm-crystal
2227
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.fvwm-crystal
1922
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.macosx
2228
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.macosx
1923
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.nextstep
2229
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.nextstep
Lines 1940-1945 Link Here
1940
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-inactive-options.png
2246
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-inactive-options.png
1941
%%DATADIR%%/fvwm/decorations/Winter/Default/Colorsets
2247
%%DATADIR%%/fvwm/decorations/Winter/Default/Colorsets
1942
%%DATADIR%%/fvwm/decorations/Winter/Default/README
2248
%%DATADIR%%/fvwm/decorations/Winter/Default/README
2249
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.amigaos
1943
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.fvwm-crystal
2250
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.fvwm-crystal
1944
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.macosx
2251
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.macosx
1945
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.nextstep
2252
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.nextstep
Lines 1962-1981 Link Here
1962
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-maximize.png
2269
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-maximize.png
1963
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-options.png
2270
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-options.png
1964
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-title.png
2271
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-title.png
2272
%%DATADIR%%/fvwm/icons/Default/16x16/categories/Multimedia.png
1965
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/fvwm-crystal.png
2273
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/fvwm-crystal.png
1966
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-eject.png
2274
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-eject.png
1967
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-playback-start.png
2275
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-playback-start.png
1968
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-skip-forward.png
2276
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-skip-forward.png
1969
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/window-list.png
2277
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/window-list.png
2278
%%DATADIR%%/fvwm/icons/Default/22x22/apps/AudioCutter.png
1970
%%DATADIR%%/fvwm/icons/Default/22x22/apps/BitchX.png
2279
%%DATADIR%%/fvwm/icons/Default/22x22/apps/BitchX.png
1971
%%DATADIR%%/fvwm/icons/Default/22x22/apps/Eterm.png
2280
%%DATADIR%%/fvwm/icons/Default/22x22/apps/Eterm.png
1972
%%DATADIR%%/fvwm/icons/Default/22x22/apps/Maelstrom.png
2281
%%DATADIR%%/fvwm/icons/Default/22x22/apps/Maelstrom.png
2282
%%DATADIR%%/fvwm/icons/Default/22x22/apps/RTSynth-jack.png
2283
%%DATADIR%%/fvwm/icons/Default/22x22/apps/RTSynth.png
1973
%%DATADIR%%/fvwm/icons/Default/22x22/apps/abiword.png
2284
%%DATADIR%%/fvwm/icons/Default/22x22/apps/abiword.png
1974
%%DATADIR%%/fvwm/icons/Default/22x22/apps/abuse.png
2285
%%DATADIR%%/fvwm/icons/Default/22x22/apps/abuse.png
1975
%%DATADIR%%/fvwm/icons/Default/22x22/apps/acidrip.png
2286
%%DATADIR%%/fvwm/icons/Default/22x22/apps/acidrip.png
2287
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aeolus.png
1976
%%DATADIR%%/fvwm/icons/Default/22x22/apps/akregator.png
2288
%%DATADIR%%/fvwm/icons/Default/22x22/apps/akregator.png
2289
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aliki.png
1977
%%DATADIR%%/fvwm/icons/Default/22x22/apps/alsamixer.png
2290
%%DATADIR%%/fvwm/icons/Default/22x22/apps/alsamixer.png
2291
%%DATADIR%%/fvwm/icons/Default/22x22/apps/alsamixerguis.png
2292
%%DATADIR%%/fvwm/icons/Default/22x22/apps/alsaplayer.png
1978
%%DATADIR%%/fvwm/icons/Default/22x22/apps/amarok.png
2293
%%DATADIR%%/fvwm/icons/Default/22x22/apps/amarok.png
2294
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ambdec.png
1979
%%DATADIR%%/fvwm/icons/Default/22x22/apps/amule.png
2295
%%DATADIR%%/fvwm/icons/Default/22x22/apps/amule.png
1980
%%DATADIR%%/fvwm/icons/Default/22x22/apps/anjuta.png
2296
%%DATADIR%%/fvwm/icons/Default/22x22/apps/anjuta.png
1981
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aptitude.png
2297
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aptitude.png
Lines 1983-1988 Link Here
1983
%%DATADIR%%/fvwm/icons/Default/22x22/apps/archlinux.png
2299
%%DATADIR%%/fvwm/icons/Default/22x22/apps/archlinux.png
1984
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ardour.png
2300
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ardour.png
1985
%%DATADIR%%/fvwm/icons/Default/22x22/apps/armagetron.png
2301
%%DATADIR%%/fvwm/icons/Default/22x22/apps/armagetron.png
2302
%%DATADIR%%/fvwm/icons/Default/22x22/apps/assistant.png
1986
%%DATADIR%%/fvwm/icons/Default/22x22/apps/atanks.png
2303
%%DATADIR%%/fvwm/icons/Default/22x22/apps/atanks.png
1987
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aterm.png
2304
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aterm.png
1988
%%DATADIR%%/fvwm/icons/Default/22x22/apps/atlantik.png
2305
%%DATADIR%%/fvwm/icons/Default/22x22/apps/atlantik.png
Lines 2032-2037 Link Here
2032
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dia.png
2349
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dia.png
2033
%%DATADIR%%/fvwm/icons/Default/22x22/apps/digikam.png
2350
%%DATADIR%%/fvwm/icons/Default/22x22/apps/digikam.png
2034
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dillo.png
2351
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dillo.png
2352
%%DATADIR%%/fvwm/icons/Default/22x22/apps/din.png
2035
%%DATADIR%%/fvwm/icons/Default/22x22/apps/djview.png
2353
%%DATADIR%%/fvwm/icons/Default/22x22/apps/djview.png
2036
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dlume.png
2354
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dlume.png
2037
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dominosa.png
2355
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dominosa.png
Lines 2038-2043 Link Here
2038
%%DATADIR%%/fvwm/icons/Default/22x22/apps/drakconf.png
2356
%%DATADIR%%/fvwm/icons/Default/22x22/apps/drakconf.png
2039
%%DATADIR%%/fvwm/icons/Default/22x22/apps/easytag.png
2357
%%DATADIR%%/fvwm/icons/Default/22x22/apps/easytag.png
2040
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eboard.png
2358
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eboard.png
2359
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ebumeter.png
2041
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eclipse.png
2360
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eclipse.png
2042
%%DATADIR%%/fvwm/icons/Default/22x22/apps/egoboo.png
2361
%%DATADIR%%/fvwm/icons/Default/22x22/apps/egoboo.png
2043
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ekg.png
2362
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ekg.png
Lines 2046-2052 Link Here
2046
%%DATADIR%%/fvwm/icons/Default/22x22/apps/el.png
2365
%%DATADIR%%/fvwm/icons/Default/22x22/apps/el.png
2047
%%DATADIR%%/fvwm/icons/Default/22x22/apps/elinks.png
2366
%%DATADIR%%/fvwm/icons/Default/22x22/apps/elinks.png
2048
%%DATADIR%%/fvwm/icons/Default/22x22/apps/emacs.png
2367
%%DATADIR%%/fvwm/icons/Default/22x22/apps/emacs.png
2368
%%DATADIR%%/fvwm/icons/Default/22x22/apps/engauge.png
2049
%%DATADIR%%/fvwm/icons/Default/22x22/apps/enigma.png
2369
%%DATADIR%%/fvwm/icons/Default/22x22/apps/enigma.png
2370
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eog.png
2050
%%DATADIR%%/fvwm/icons/Default/22x22/apps/epic4.png
2371
%%DATADIR%%/fvwm/icons/Default/22x22/apps/epic4.png
2051
%%DATADIR%%/fvwm/icons/Default/22x22/apps/epiphany.png
2372
%%DATADIR%%/fvwm/icons/Default/22x22/apps/epiphany.png
2052
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eric.png
2373
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eric.png
Lines 2055-2070 Link Here
2055
%%DATADIR%%/fvwm/icons/Default/22x22/apps/exfalso.png
2376
%%DATADIR%%/fvwm/icons/Default/22x22/apps/exfalso.png
2056
%%DATADIR%%/fvwm/icons/Default/22x22/apps/f-spot.png
2377
%%DATADIR%%/fvwm/icons/Default/22x22/apps/f-spot.png
2057
%%DATADIR%%/fvwm/icons/Default/22x22/apps/falconseye.png
2378
%%DATADIR%%/fvwm/icons/Default/22x22/apps/falconseye.png
2379
%%DATADIR%%/fvwm/icons/Default/22x22/apps/feh.png
2058
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fetchmail.png
2380
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fetchmail.png
2381
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fgfs-0.png
2382
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fgfs-1.png
2383
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fgfs-2.png
2384
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fgfs-3.png
2059
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fifteen.png
2385
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fifteen.png
2060
%%DATADIR%%/fvwm/icons/Default/22x22/apps/filerunner.png
2386
%%DATADIR%%/fvwm/icons/Default/22x22/apps/filerunner.png
2387
%%DATADIR%%/fvwm/icons/Default/22x22/apps/firefox.png
2061
%%DATADIR%%/fvwm/icons/Default/22x22/apps/flipgame.png
2388
%%DATADIR%%/fvwm/icons/Default/22x22/apps/flipgame.png
2062
%%DATADIR%%/fvwm/icons/Default/22x22/apps/foobillard.png
2389
%%DATADIR%%/fvwm/icons/Default/22x22/apps/foobillard.png
2063
%%DATADIR%%/fvwm/icons/Default/22x22/apps/freeciv.png
2390
%%DATADIR%%/fvwm/icons/Default/22x22/apps/freeciv.png
2064
%%DATADIR%%/fvwm/icons/Default/22x22/apps/freemind.png
2391
%%DATADIR%%/fvwm/icons/Default/22x22/apps/freemind.png
2065
%%DATADIR%%/fvwm/icons/Default/22x22/apps/frozen-bubble.png
2392
%%DATADIR%%/fvwm/icons/Default/22x22/apps/frozen-bubble.png
2393
%%DATADIR%%/fvwm/icons/Default/22x22/apps/funnyboat.png
2066
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fvwm-crystal.png
2394
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fvwm-crystal.png
2067
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fwbuilder.png
2395
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fwbuilder.png
2396
%%DATADIR%%/fvwm/icons/Default/22x22/apps/g3data.png
2068
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gabber.png
2397
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gabber.png
2069
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gaim.png
2398
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gaim.png
2070
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gajim.png
2399
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gajim.png
Lines 2083-2091 Link Here
2083
%%DATADIR%%/fvwm/icons/Default/22x22/apps/giFToxic.png
2412
%%DATADIR%%/fvwm/icons/Default/22x22/apps/giFToxic.png
2084
%%DATADIR%%/fvwm/icons/Default/22x22/apps/giftui.png
2413
%%DATADIR%%/fvwm/icons/Default/22x22/apps/giftui.png
2085
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gimp.png
2414
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gimp.png
2415
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gitk.png
2086
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gizmo.png
2416
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gizmo.png
2087
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glade-2.png
2417
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glade-2.png
2418
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glightoff.png
2088
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glines.png
2419
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glines.png
2420
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glmix.png
2089
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gltron.png
2421
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gltron.png
2090
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glurp.png
2422
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glurp.png
2091
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gmpc.png
2423
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gmpc.png
Lines 2107-2117 Link Here
2107
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnudoku.png
2439
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnudoku.png
2108
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnumeric.png
2440
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnumeric.png
2109
%%DATADIR%%/fvwm/icons/Default/22x22/apps/goobox.png
2441
%%DATADIR%%/fvwm/icons/Default/22x22/apps/goobox.png
2442
%%DATADIR%%/fvwm/icons/Default/22x22/apps/google-chrome.png
2110
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gossip.png
2443
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gossip.png
2111
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gpa.png
2444
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gpa.png
2112
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gpaint.png
2445
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gpaint.png
2113
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gpass.png
2446
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gpass.png
2114
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gqview.png
2447
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gqview.png
2448
%%DATADIR%%/fvwm/icons/Default/22x22/apps/grande.png
2115
%%DATADIR%%/fvwm/icons/Default/22x22/apps/graveman.png
2449
%%DATADIR%%/fvwm/icons/Default/22x22/apps/graveman.png
2116
%%DATADIR%%/fvwm/icons/Default/22x22/apps/grip.png
2450
%%DATADIR%%/fvwm/icons/Default/22x22/apps/grip.png
2117
%%DATADIR%%/fvwm/icons/Default/22x22/apps/grml.png
2451
%%DATADIR%%/fvwm/icons/Default/22x22/apps/grml.png
Lines 2127-2132 Link Here
2127
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gwenview.png
2461
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gwenview.png
2128
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gxine.png
2462
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gxine.png
2129
%%DATADIR%%/fvwm/icons/Default/22x22/apps/hardinfo.png
2463
%%DATADIR%%/fvwm/icons/Default/22x22/apps/hardinfo.png
2464
%%DATADIR%%/fvwm/icons/Default/22x22/apps/heretic2-demo.png
2130
%%DATADIR%%/fvwm/icons/Default/22x22/apps/htop.png
2465
%%DATADIR%%/fvwm/icons/Default/22x22/apps/htop.png
2131
%%DATADIR%%/fvwm/icons/Default/22x22/apps/hydrogen.png
2466
%%DATADIR%%/fvwm/icons/Default/22x22/apps/hydrogen.png
2132
%%DATADIR%%/fvwm/icons/Default/22x22/apps/iagno.png
2467
%%DATADIR%%/fvwm/icons/Default/22x22/apps/iagno.png
Lines 2139-2144 Link Here
2139
%%DATADIR%%/fvwm/icons/Default/22x22/apps/inkscape.png
2474
%%DATADIR%%/fvwm/icons/Default/22x22/apps/inkscape.png
2140
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ipodder.png
2475
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ipodder.png
2141
%%DATADIR%%/fvwm/icons/Default/22x22/apps/irssi.png
2476
%%DATADIR%%/fvwm/icons/Default/22x22/apps/irssi.png
2477
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jackeq.png
2478
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jackminimix.png
2479
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jackmix.png
2480
%%DATADIR%%/fvwm/icons/Default/22x22/apps/japa.png
2481
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jconvolver.png
2482
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jkmeter.png
2483
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jmeters.png
2484
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jnoise.png
2485
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jnoisemeter.png
2142
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jpilot.png
2486
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jpilot.png
2143
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jumpnbump-menu.png
2487
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jumpnbump-menu.png
2144
%%DATADIR%%/fvwm/icons/Default/22x22/apps/k3b.png
2488
%%DATADIR%%/fvwm/icons/Default/22x22/apps/k3b.png
Lines 2159-2168 Link Here
2159
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kdevelop3.png
2503
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kdevelop3.png
2160
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kedit.png
2504
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kedit.png
2161
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kenolaba.png
2505
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kenolaba.png
2506
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kenvy24gui.png
2162
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kf.png
2507
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kf.png
2163
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kformula.png
2508
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kformula.png
2164
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kfouleggs.png
2509
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kfouleggs.png
2165
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kgoldrunner.png
2510
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kgoldrunner.png
2511
%%DATADIR%%/fvwm/icons/Default/22x22/apps/khelpcenter.png
2166
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kile.png
2512
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kile.png
2167
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kinfocenter.png
2513
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kinfocenter.png
2168
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kivio.png
2514
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kivio.png
Lines 2217-2226 Link Here
2217
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kword.png
2563
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kword.png
2218
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lbreakout2.png
2564
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lbreakout2.png
2219
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lgeneral.png
2565
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lgeneral.png
2566
%%DATADIR%%/fvwm/icons/Default/22x22/apps/libreoffice.png
2220
%%DATADIR%%/fvwm/icons/Default/22x22/apps/licq.png
2567
%%DATADIR%%/fvwm/icons/Default/22x22/apps/licq.png
2221
%%DATADIR%%/fvwm/icons/Default/22x22/apps/liferea.png
2568
%%DATADIR%%/fvwm/icons/Default/22x22/apps/liferea.png
2222
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lightup.png
2569
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lightup.png
2223
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lincity-ng.png
2570
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lincity-ng.png
2571
%%DATADIR%%/fvwm/icons/Default/22x22/apps/linguist.png
2224
%%DATADIR%%/fvwm/icons/Default/22x22/apps/links2.png
2572
%%DATADIR%%/fvwm/icons/Default/22x22/apps/links2.png
2225
%%DATADIR%%/fvwm/icons/Default/22x22/apps/linphone.png
2573
%%DATADIR%%/fvwm/icons/Default/22x22/apps/linphone.png
2226
%%DATADIR%%/fvwm/icons/Default/22x22/apps/linpopup.png
2574
%%DATADIR%%/fvwm/icons/Default/22x22/apps/linpopup.png
Lines 2228-2236 Link Here
2228
%%DATADIR%%/fvwm/icons/Default/22x22/apps/liquidwar.png
2576
%%DATADIR%%/fvwm/icons/Default/22x22/apps/liquidwar.png
2229
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lmarbles.png
2577
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lmarbles.png
2230
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lmms.png
2578
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lmms.png
2579
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lobase.png
2580
%%DATADIR%%/fvwm/icons/Default/22x22/apps/localc.png
2581
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lodraw.png
2582
%%DATADIR%%/fvwm/icons/Default/22x22/apps/loimpress.png
2583
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lomath.png
2231
%%DATADIR%%/fvwm/icons/Default/22x22/apps/loopy.png
2584
%%DATADIR%%/fvwm/icons/Default/22x22/apps/loopy.png
2585
%%DATADIR%%/fvwm/icons/Default/22x22/apps/loweb.png
2586
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lowriter.png
2232
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lskat.png
2587
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lskat.png
2233
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ltris.png
2588
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ltris.png
2589
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lugaru-demo.png
2234
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lxdoom.png
2590
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lxdoom.png
2235
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lynx.png
2591
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lynx.png
2236
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lyx.png
2592
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lyx.png
Lines 2240-2253 Link Here
2240
%%DATADIR%%/fvwm/icons/Default/22x22/apps/map.png
2596
%%DATADIR%%/fvwm/icons/Default/22x22/apps/map.png
2241
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mc.png
2597
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mc.png
2242
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mines.png
2598
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mines.png
2599
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mixxx.png
2243
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mldonkey.png
2600
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mldonkey.png
2244
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mlgui.png
2601
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mlgui.png
2245
%%DATADIR%%/fvwm/icons/Default/22x22/apps/moagg.png
2602
%%DATADIR%%/fvwm/icons/Default/22x22/apps/moagg.png
2603
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mocp.png
2246
%%DATADIR%%/fvwm/icons/Default/22x22/apps/monodevelop.png
2604
%%DATADIR%%/fvwm/icons/Default/22x22/apps/monodevelop.png
2247
%%DATADIR%%/fvwm/icons/Default/22x22/apps/monotheka.png
2605
%%DATADIR%%/fvwm/icons/Default/22x22/apps/monotheka.png
2248
%%DATADIR%%/fvwm/icons/Default/22x22/apps/moon-buggy.png
2606
%%DATADIR%%/fvwm/icons/Default/22x22/apps/moon-buggy.png
2249
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mousepad.png
2607
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mousepad.png
2250
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mplayer.png
2608
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mplayer.png
2609
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mpsyt.png
2251
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mrxvt.png
2610
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mrxvt.png
2252
%%DATADIR%%/fvwm/icons/Default/22x22/apps/multi-gnome-terminal.png
2611
%%DATADIR%%/fvwm/icons/Default/22x22/apps/multi-gnome-terminal.png
2253
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mutt.png
2612
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mutt.png
Lines 2262-2267 Link Here
2262
%%DATADIR%%/fvwm/icons/Default/22x22/apps/neverputt.png
2621
%%DATADIR%%/fvwm/icons/Default/22x22/apps/neverputt.png
2263
%%DATADIR%%/fvwm/icons/Default/22x22/apps/nexuiz.png
2622
%%DATADIR%%/fvwm/icons/Default/22x22/apps/nexuiz.png
2264
%%DATADIR%%/fvwm/icons/Default/22x22/apps/njam.png
2623
%%DATADIR%%/fvwm/icons/Default/22x22/apps/njam.png
2624
%%DATADIR%%/fvwm/icons/Default/22x22/apps/notepad.png
2265
%%DATADIR%%/fvwm/icons/Default/22x22/apps/nvu.png
2625
%%DATADIR%%/fvwm/icons/Default/22x22/apps/nvu.png
2266
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oobase.png
2626
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oobase.png
2267
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oobase2.png
2627
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oobase2.png
Lines 2279-2284 Link Here
2279
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oopadmin2.png
2639
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oopadmin2.png
2280
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oowriter.png
2640
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oowriter.png
2281
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oowriter2.png
2641
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oowriter2.png
2642
%%DATADIR%%/fvwm/icons/Default/22x22/apps/openclonk.png
2282
%%DATADIR%%/fvwm/icons/Default/22x22/apps/openoffice.png
2643
%%DATADIR%%/fvwm/icons/Default/22x22/apps/openoffice.png
2283
%%DATADIR%%/fvwm/icons/Default/22x22/apps/openttd.png
2644
%%DATADIR%%/fvwm/icons/Default/22x22/apps/openttd.png
2284
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pan.png
2645
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pan.png
Lines 2285-2298 Link Here
2285
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pathological.png
2646
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pathological.png
2286
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pattern.png
2647
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pattern.png
2287
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pegs.png
2648
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pegs.png
2649
%%DATADIR%%/fvwm/icons/Default/22x22/apps/picturewall.png
2288
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pida.png
2650
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pida.png
2289
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pingus.png
2651
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pingus.png
2290
%%DATADIR%%/fvwm/icons/Default/22x22/apps/porthole.png
2652
%%DATADIR%%/fvwm/icons/Default/22x22/apps/porthole.png
2291
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ppracer.png
2653
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ppracer.png
2292
%%DATADIR%%/fvwm/icons/Default/22x22/apps/psi.png
2654
%%DATADIR%%/fvwm/icons/Default/22x22/apps/psi.png
2655
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pyalamode-2.8.png
2656
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pycadia.png
2657
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pycrust-2.8.png
2293
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pydance.png
2658
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pydance.png
2294
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pygmy.png
2659
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pygmy.png
2295
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pympd.png
2660
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pympd.png
2661
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pyshell-2.8.png
2296
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pysol.png
2662
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pysol.png
2297
%%DATADIR%%/fvwm/icons/Default/22x22/apps/python.png
2663
%%DATADIR%%/fvwm/icons/Default/22x22/apps/python.png
2298
%%DATADIR%%/fvwm/icons/Default/22x22/apps/q3ut3.png
2664
%%DATADIR%%/fvwm/icons/Default/22x22/apps/q3ut3.png
Lines 2316-2323 Link Here
2316
%%DATADIR%%/fvwm/icons/Default/22x22/apps/scorched3d.png
2682
%%DATADIR%%/fvwm/icons/Default/22x22/apps/scorched3d.png
2317
%%DATADIR%%/fvwm/icons/Default/22x22/apps/scribus.png
2683
%%DATADIR%%/fvwm/icons/Default/22x22/apps/scribus.png
2318
%%DATADIR%%/fvwm/icons/Default/22x22/apps/seahorse.png
2684
%%DATADIR%%/fvwm/icons/Default/22x22/apps/seahorse.png
2685
%%DATADIR%%/fvwm/icons/Default/22x22/apps/shootingstar.png
2319
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sim.png
2686
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sim.png
2320
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sixteen.png
2687
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sixteen.png
2688
%%DATADIR%%/fvwm/icons/Default/22x22/apps/skype.png
2689
%%DATADIR%%/fvwm/icons/Default/22x22/apps/skystreets.png
2690
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slack.png
2321
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slant.png
2691
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slant.png
2322
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slrn-pl.png
2692
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slrn-pl.png
2323
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slrn.png
2693
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slrn.png
Lines 2326-2339 Link Here
2326
%%DATADIR%%/fvwm/icons/Default/22x22/apps/snownews.png
2696
%%DATADIR%%/fvwm/icons/Default/22x22/apps/snownews.png
2327
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sodipodi.png
2697
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sodipodi.png
2328
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sol.png
2698
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sol.png
2699
%%DATADIR%%/fvwm/icons/Default/22x22/apps/solarwolf.png
2329
%%DATADIR%%/fvwm/icons/Default/22x22/apps/solo.png
2700
%%DATADIR%%/fvwm/icons/Default/22x22/apps/solo.png
2330
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sonata.png
2701
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sonata.png
2331
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sound-juicer.png
2702
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sound-juicer.png
2703
%%DATADIR%%/fvwm/icons/Default/22x22/apps/stalonetray.png
2332
%%DATADIR%%/fvwm/icons/Default/22x22/apps/stardict.png
2704
%%DATADIR%%/fvwm/icons/Default/22x22/apps/stardict.png
2333
%%DATADIR%%/fvwm/icons/Default/22x22/apps/starfighter.png
2705
%%DATADIR%%/fvwm/icons/Default/22x22/apps/starfighter.png
2706
%%DATADIR%%/fvwm/icons/Default/22x22/apps/startBristol.png
2334
%%DATADIR%%/fvwm/icons/Default/22x22/apps/stellarium.png
2707
%%DATADIR%%/fvwm/icons/Default/22x22/apps/stellarium.png
2335
%%DATADIR%%/fvwm/icons/Default/22x22/apps/straw.png
2708
%%DATADIR%%/fvwm/icons/Default/22x22/apps/straw.png
2336
%%DATADIR%%/fvwm/icons/Default/22x22/apps/streamtuner.png
2709
%%DATADIR%%/fvwm/icons/Default/22x22/apps/streamtuner.png
2710
%%DATADIR%%/fvwm/icons/Default/22x22/apps/subl.png
2337
%%DATADIR%%/fvwm/icons/Default/22x22/apps/supertux.png
2711
%%DATADIR%%/fvwm/icons/Default/22x22/apps/supertux.png
2338
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sweep.png
2712
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sweep.png
2339
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sylpheed-claws.png
2713
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sylpheed-claws.png
Lines 2341-2348 Link Here
2341
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sylpheed.png
2715
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sylpheed.png
2342
%%DATADIR%%/fvwm/icons/Default/22x22/apps/synaptic.png
2716
%%DATADIR%%/fvwm/icons/Default/22x22/apps/synaptic.png
2343
%%DATADIR%%/fvwm/icons/Default/22x22/apps/teaed.png
2717
%%DATADIR%%/fvwm/icons/Default/22x22/apps/teaed.png
2718
%%DATADIR%%/fvwm/icons/Default/22x22/apps/teeworlds.png
2344
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tents.png
2719
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tents.png
2720
%%DATADIR%%/fvwm/icons/Default/22x22/apps/terminator.png
2721
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tetraproc.png
2345
%%DATADIR%%/fvwm/icons/Default/22x22/apps/thunar.png
2722
%%DATADIR%%/fvwm/icons/Default/22x22/apps/thunar.png
2723
%%DATADIR%%/fvwm/icons/Default/22x22/apps/thunderbird.png
2724
%%DATADIR%%/fvwm/icons/Default/22x22/apps/timidity.png
2346
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tkabber.png
2725
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tkabber.png
2347
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tleenx2.png
2726
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tleenx2.png
2348
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tomboy.png
2727
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tomboy.png
Lines 2349-2354 Link Here
2349
%%DATADIR%%/fvwm/icons/Default/22x22/apps/torcs.png
2728
%%DATADIR%%/fvwm/icons/Default/22x22/apps/torcs.png
2350
%%DATADIR%%/fvwm/icons/Default/22x22/apps/totem.png
2729
%%DATADIR%%/fvwm/icons/Default/22x22/apps/totem.png
2351
%%DATADIR%%/fvwm/icons/Default/22x22/apps/trackballs.png
2730
%%DATADIR%%/fvwm/icons/Default/22x22/apps/trackballs.png
2731
%%DATADIR%%/fvwm/icons/Default/22x22/apps/transmission-gtk.png
2732
%%DATADIR%%/fvwm/icons/Default/22x22/apps/transmission-qt.png
2733
%%DATADIR%%/fvwm/icons/Default/22x22/apps/trayer.png
2352
%%DATADIR%%/fvwm/icons/Default/22x22/apps/trophy.png
2734
%%DATADIR%%/fvwm/icons/Default/22x22/apps/trophy.png
2353
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tuxcmd.png
2735
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tuxcmd.png
2354
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tuxpaint.png
2736
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tuxpaint.png
Lines 2360-2367 Link Here
2360
%%DATADIR%%/fvwm/icons/Default/22x22/apps/urxvt.png
2742
%%DATADIR%%/fvwm/icons/Default/22x22/apps/urxvt.png
2361
%%DATADIR%%/fvwm/icons/Default/22x22/apps/valknut.png
2743
%%DATADIR%%/fvwm/icons/Default/22x22/apps/valknut.png
2362
%%DATADIR%%/fvwm/icons/Default/22x22/apps/vim.png
2744
%%DATADIR%%/fvwm/icons/Default/22x22/apps/vim.png
2745
%%DATADIR%%/fvwm/icons/Default/22x22/apps/vlc.png
2746
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wargus.png
2363
%%DATADIR%%/fvwm/icons/Default/22x22/apps/weechat-curses.png
2747
%%DATADIR%%/fvwm/icons/Default/22x22/apps/weechat-curses.png
2364
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wesnoth.png
2748
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wesnoth.png
2749
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wicd-client.png
2750
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wine.png
2751
%%DATADIR%%/fvwm/icons/Default/22x22/apps/winecfg.png
2365
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wings3d.png
2752
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wings3d.png
2366
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wireshark.png
2753
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wireshark.png
2367
%%DATADIR%%/fvwm/icons/Default/22x22/apps/worm.png
2754
%%DATADIR%%/fvwm/icons/Default/22x22/apps/worm.png
Lines 2378-2398 Link Here
2378
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xine.png
2765
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xine.png
2379
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmahjongg.png
2766
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmahjongg.png
2380
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmms.png
2767
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmms.png
2768
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmms2.png
2381
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmoto.png
2769
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmoto.png
2382
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmule.png
2770
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmule.png
2383
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xnc.png
2771
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xnc.png
2772
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xnec2c.png
2384
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xpat2.png
2773
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xpat2.png
2385
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xpdf.png
2774
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xpdf.png
2386
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xpilot.png
2775
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xpilot.png
2387
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xqf.png
2776
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xqf.png
2777
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xrced-2.8.png
2388
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xrick.png
2778
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xrick.png
2389
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xsane.png
2779
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xsane.png
2390
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xscreensaver.png
2780
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xscreensaver.png
2391
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xterm.png
2781
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xterm.png
2782
%%DATADIR%%/fvwm/icons/Default/22x22/apps/yass.png
2392
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ydpdict.png
2783
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ydpdict.png
2393
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zapping.png
2784
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zapping.png
2394
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zim.png
2785
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zim.png
2395
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zinf.png
2786
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zinf.png
2787
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zita-at1.png
2788
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zita-rev1.png
2396
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zsafe.png
2789
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zsafe.png
2397
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Audio-Video.png
2790
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Audio-Video.png
2398
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Audio.png
2791
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Audio.png
Lines 2400-2427 Link Here
2400
%%DATADIR%%/fvwm/icons/Default/22x22/categories/GNOME.png
2793
%%DATADIR%%/fvwm/icons/Default/22x22/categories/GNOME.png
2401
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Games.png
2794
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Games.png
2402
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Graphics.png
2795
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Graphics.png
2796
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Green_Drawer.png
2797
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Green_Drawer.png.active.png
2403
%%DATADIR%%/fvwm/icons/Default/22x22/categories/KDE.png
2798
%%DATADIR%%/fvwm/icons/Default/22x22/categories/KDE.png
2404
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Knowledge.png
2799
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Knowledge.png
2405
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Multimedia.png
2800
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Multimedia.png
2406
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Network.png
2801
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Network.png
2407
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Office.png
2802
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Office.png
2803
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Red_Drawer.png
2804
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Red_Drawer.png.active.png
2408
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Settings.png
2805
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Settings.png
2409
%%DATADIR%%/fvwm/icons/Default/22x22/categories/System.png
2806
%%DATADIR%%/fvwm/icons/Default/22x22/categories/System.png
2410
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Terminals.png
2807
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Terminals.png
2411
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Utilities.png
2808
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Utilities.png
2412
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Video.png
2809
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Video.png
2810
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Yellow_Drawer.png
2811
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Yellow_Drawer.png.active.png
2413
%%DATADIR%%/fvwm/icons/Default/22x22/categories/directory.png
2812
%%DATADIR%%/fvwm/icons/Default/22x22/categories/directory.png
2813
%%DATADIR%%/fvwm/icons/Default/22x22/categories/help.png
2814
%%DATADIR%%/fvwm/icons/Default/22x22/categories/video_movies_view.png
2815
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/BlingBling.png
2816
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/BlingBling2.png
2817
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Jewel.png
2818
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Jewel2.png
2819
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Left.png
2820
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Off.png
2821
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/On.png
2822
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Right.png
2823
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/amiga.png
2414
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications-development.png
2824
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications-development.png
2415
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications.png
2825
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications.png
2826
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications2.png
2827
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-preferences-1.png
2828
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-preferences-2.png
2829
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic-1.png
2830
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic-2.png
2831
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic-3.png
2416
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic.png
2832
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic.png
2833
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/boing.gif
2417
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/camera-photo.png
2834
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/camera-photo.png
2418
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/colorsets-file.png
2835
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/colorsets-file.png
2419
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/colorsets.png
2836
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/colorsets.png
2837
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/dancing-tux.gif
2420
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/dd.png
2838
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/dd.png
2421
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/df.png
2839
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/df.png
2840
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/focus.png
2841
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/focus2.png
2842
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/font.png
2422
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/fvwm-crystal.png
2843
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/fvwm-crystal.png
2423
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/gdm-xnest.png
2844
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/gdm-xnest.png
2424
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/gdm.png
2845
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/gdm.png
2846
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/geometry.png
2847
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/handles.png
2848
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/icon.png
2849
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/icon2.png
2850
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/icon3.png
2425
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-eject.png
2851
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-eject.png
2426
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-playback-pause.png
2852
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-playback-pause.png
2427
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-playback-start.png
2853
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-playback-start.png
Lines 2431-2459 Link Here
2431
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-seek-forward.png
2857
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-seek-forward.png
2432
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-skip-backward.png
2858
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-skip-backward.png
2433
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-skip-forward.png
2859
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-skip-forward.png
2860
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/mixer-2.png
2861
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/mixer.png
2434
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/multimedia-volume-control.png
2862
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/multimedia-volume-control.png
2435
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-screensaver.png
2863
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-screensaver.png
2436
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-theme.png
2864
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-theme.png
2437
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-wallpaper.png
2865
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-wallpaper.png
2438
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop.png
2866
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop.png
2867
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/silent.png
2868
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/stalonetray-app.png
2439
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-file-manager.png
2869
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-file-manager.png
2440
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-lock-screen.png
2870
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-lock-screen.png
2441
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-log-out.png
2871
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-log-out.png
2442
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-reboot.png
2872
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-reboot.png
2443
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-shutdown.png
2873
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-shutdown.png
2874
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/trayer-app.png
2444
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/user-desktop.png
2875
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/user-desktop.png
2445
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/utilities-terminal.png
2876
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/utilities-terminal.png
2446
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/view-refresh.png
2877
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/view-refresh.png
2878
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/window-bot.png
2447
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/window-list.png
2879
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/window-list.png
2880
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/window-switch.png
2881
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/windows.png
2882
%%DATADIR%%/fvwm/icons/Default/32x32/apps/AudioCutter.png
2448
%%DATADIR%%/fvwm/icons/Default/32x32/apps/BitchX.png
2883
%%DATADIR%%/fvwm/icons/Default/32x32/apps/BitchX.png
2449
%%DATADIR%%/fvwm/icons/Default/32x32/apps/Eterm.png
2884
%%DATADIR%%/fvwm/icons/Default/32x32/apps/Eterm.png
2450
%%DATADIR%%/fvwm/icons/Default/32x32/apps/Maelstrom.png
2885
%%DATADIR%%/fvwm/icons/Default/32x32/apps/Maelstrom.png
2886
%%DATADIR%%/fvwm/icons/Default/32x32/apps/RTSynth-jack.png
2887
%%DATADIR%%/fvwm/icons/Default/32x32/apps/RTSynth.png
2451
%%DATADIR%%/fvwm/icons/Default/32x32/apps/abiword.png
2888
%%DATADIR%%/fvwm/icons/Default/32x32/apps/abiword.png
2452
%%DATADIR%%/fvwm/icons/Default/32x32/apps/abuse.png
2889
%%DATADIR%%/fvwm/icons/Default/32x32/apps/abuse.png
2453
%%DATADIR%%/fvwm/icons/Default/32x32/apps/acidrip.png
2890
%%DATADIR%%/fvwm/icons/Default/32x32/apps/acidrip.png
2891
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aeolus.png
2454
%%DATADIR%%/fvwm/icons/Default/32x32/apps/akregator.png
2892
%%DATADIR%%/fvwm/icons/Default/32x32/apps/akregator.png
2893
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aliki.png
2455
%%DATADIR%%/fvwm/icons/Default/32x32/apps/alsamixer.png
2894
%%DATADIR%%/fvwm/icons/Default/32x32/apps/alsamixer.png
2895
%%DATADIR%%/fvwm/icons/Default/32x32/apps/alsamixerguis.png
2896
%%DATADIR%%/fvwm/icons/Default/32x32/apps/alsaplayer.png
2456
%%DATADIR%%/fvwm/icons/Default/32x32/apps/amarok.png
2897
%%DATADIR%%/fvwm/icons/Default/32x32/apps/amarok.png
2898
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ambdec.png
2457
%%DATADIR%%/fvwm/icons/Default/32x32/apps/amule.png
2899
%%DATADIR%%/fvwm/icons/Default/32x32/apps/amule.png
2458
%%DATADIR%%/fvwm/icons/Default/32x32/apps/anjuta.png
2900
%%DATADIR%%/fvwm/icons/Default/32x32/apps/anjuta.png
2459
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aptitude.png
2901
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aptitude.png
Lines 2461-2470 Link Here
2461
%%DATADIR%%/fvwm/icons/Default/32x32/apps/archlinux.png
2903
%%DATADIR%%/fvwm/icons/Default/32x32/apps/archlinux.png
2462
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ardour.png
2904
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ardour.png
2463
%%DATADIR%%/fvwm/icons/Default/32x32/apps/armagetron.png
2905
%%DATADIR%%/fvwm/icons/Default/32x32/apps/armagetron.png
2906
%%DATADIR%%/fvwm/icons/Default/32x32/apps/assistant.png
2464
%%DATADIR%%/fvwm/icons/Default/32x32/apps/atanks.png
2907
%%DATADIR%%/fvwm/icons/Default/32x32/apps/atanks.png
2465
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aterm.png
2908
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aterm.png
2466
%%DATADIR%%/fvwm/icons/Default/32x32/apps/atlantik.png
2909
%%DATADIR%%/fvwm/icons/Default/32x32/apps/atlantik.png
2467
%%DATADIR%%/fvwm/icons/Default/32x32/apps/atomix.png
2910
%%DATADIR%%/fvwm/icons/Default/32x32/apps/atomix.png
2911
%%DATADIR%%/fvwm/icons/Default/32x32/apps/audacious.png
2468
%%DATADIR%%/fvwm/icons/Default/32x32/apps/audacity.png
2912
%%DATADIR%%/fvwm/icons/Default/32x32/apps/audacity.png
2469
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aumix.png
2913
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aumix.png
2470
%%DATADIR%%/fvwm/icons/Default/32x32/apps/avidemux.png
2914
%%DATADIR%%/fvwm/icons/Default/32x32/apps/avidemux.png
Lines 2509-2514 Link Here
2509
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dia.png
2953
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dia.png
2510
%%DATADIR%%/fvwm/icons/Default/32x32/apps/digikam.png
2954
%%DATADIR%%/fvwm/icons/Default/32x32/apps/digikam.png
2511
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dillo.png
2955
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dillo.png
2956
%%DATADIR%%/fvwm/icons/Default/32x32/apps/din.png
2512
%%DATADIR%%/fvwm/icons/Default/32x32/apps/djview.png
2957
%%DATADIR%%/fvwm/icons/Default/32x32/apps/djview.png
2513
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dlume.png
2958
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dlume.png
2514
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dominosa.png
2959
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dominosa.png
Lines 2515-2520 Link Here
2515
%%DATADIR%%/fvwm/icons/Default/32x32/apps/drakconf.png
2960
%%DATADIR%%/fvwm/icons/Default/32x32/apps/drakconf.png
2516
%%DATADIR%%/fvwm/icons/Default/32x32/apps/easytag.png
2961
%%DATADIR%%/fvwm/icons/Default/32x32/apps/easytag.png
2517
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eboard.png
2962
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eboard.png
2963
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ebumeter.png
2518
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eclipse.png
2964
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eclipse.png
2519
%%DATADIR%%/fvwm/icons/Default/32x32/apps/egoboo.png
2965
%%DATADIR%%/fvwm/icons/Default/32x32/apps/egoboo.png
2520
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ekg.png
2966
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ekg.png
Lines 2523-2529 Link Here
2523
%%DATADIR%%/fvwm/icons/Default/32x32/apps/el.png
2969
%%DATADIR%%/fvwm/icons/Default/32x32/apps/el.png
2524
%%DATADIR%%/fvwm/icons/Default/32x32/apps/elinks.png
2970
%%DATADIR%%/fvwm/icons/Default/32x32/apps/elinks.png
2525
%%DATADIR%%/fvwm/icons/Default/32x32/apps/emacs.png
2971
%%DATADIR%%/fvwm/icons/Default/32x32/apps/emacs.png
2972
%%DATADIR%%/fvwm/icons/Default/32x32/apps/engauge.png
2526
%%DATADIR%%/fvwm/icons/Default/32x32/apps/enigma.png
2973
%%DATADIR%%/fvwm/icons/Default/32x32/apps/enigma.png
2974
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eog.png
2527
%%DATADIR%%/fvwm/icons/Default/32x32/apps/epic4.png
2975
%%DATADIR%%/fvwm/icons/Default/32x32/apps/epic4.png
2528
%%DATADIR%%/fvwm/icons/Default/32x32/apps/epiphany.png
2976
%%DATADIR%%/fvwm/icons/Default/32x32/apps/epiphany.png
2529
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eric.png
2977
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eric.png
Lines 2532-2547 Link Here
2532
%%DATADIR%%/fvwm/icons/Default/32x32/apps/exfalso.png
2980
%%DATADIR%%/fvwm/icons/Default/32x32/apps/exfalso.png
2533
%%DATADIR%%/fvwm/icons/Default/32x32/apps/f-spot.png
2981
%%DATADIR%%/fvwm/icons/Default/32x32/apps/f-spot.png
2534
%%DATADIR%%/fvwm/icons/Default/32x32/apps/falconseye.png
2982
%%DATADIR%%/fvwm/icons/Default/32x32/apps/falconseye.png
2983
%%DATADIR%%/fvwm/icons/Default/32x32/apps/feh.png
2535
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fetchmail.png
2984
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fetchmail.png
2985
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fgfs-0.png
2986
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fgfs-1.png
2987
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fgfs-2.png
2988
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fgfs-3.png
2536
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fifteen.png
2989
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fifteen.png
2537
%%DATADIR%%/fvwm/icons/Default/32x32/apps/filerunner.png
2990
%%DATADIR%%/fvwm/icons/Default/32x32/apps/filerunner.png
2991
%%DATADIR%%/fvwm/icons/Default/32x32/apps/firefox.png
2538
%%DATADIR%%/fvwm/icons/Default/32x32/apps/flipgame.png
2992
%%DATADIR%%/fvwm/icons/Default/32x32/apps/flipgame.png
2539
%%DATADIR%%/fvwm/icons/Default/32x32/apps/foobillard.png
2993
%%DATADIR%%/fvwm/icons/Default/32x32/apps/foobillard.png
2540
%%DATADIR%%/fvwm/icons/Default/32x32/apps/freeciv.png
2994
%%DATADIR%%/fvwm/icons/Default/32x32/apps/freeciv.png
2541
%%DATADIR%%/fvwm/icons/Default/32x32/apps/freemind.png
2995
%%DATADIR%%/fvwm/icons/Default/32x32/apps/freemind.png
2542
%%DATADIR%%/fvwm/icons/Default/32x32/apps/frozen-bubble.png
2996
%%DATADIR%%/fvwm/icons/Default/32x32/apps/frozen-bubble.png
2997
%%DATADIR%%/fvwm/icons/Default/32x32/apps/funnyboat.png
2543
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fvwm-crystal.png
2998
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fvwm-crystal.png
2544
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fwbuilder.png
2999
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fwbuilder.png
3000
%%DATADIR%%/fvwm/icons/Default/32x32/apps/g3data.png
2545
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gabber.png
3001
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gabber.png
2546
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gaim.png
3002
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gaim.png
2547
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gajim.png
3003
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gajim.png
Lines 2562-2568 Link Here
2562
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gimp.png
3018
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gimp.png
2563
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gizmo.png
3019
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gizmo.png
2564
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glade-2.png
3020
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glade-2.png
3021
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glightoff.png
2565
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glines.png
3022
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glines.png
3023
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glmix.png
2566
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gltron.png
3024
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gltron.png
2567
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glurp.png
3025
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glurp.png
2568
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gmpc.png
3026
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gmpc.png
Lines 2584-2594 Link Here
2584
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnudoku.png
3042
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnudoku.png
2585
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnumeric.png
3043
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnumeric.png
2586
%%DATADIR%%/fvwm/icons/Default/32x32/apps/goobox.png
3044
%%DATADIR%%/fvwm/icons/Default/32x32/apps/goobox.png
3045
%%DATADIR%%/fvwm/icons/Default/32x32/apps/google-chrome.png
2587
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gossip.png
3046
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gossip.png
2588
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gpa.png
3047
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gpa.png
2589
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gpaint.png
3048
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gpaint.png
2590
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gpass.png
3049
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gpass.png
2591
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gqview.png
3050
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gqview.png
3051
%%DATADIR%%/fvwm/icons/Default/32x32/apps/grande.png
2592
%%DATADIR%%/fvwm/icons/Default/32x32/apps/graveman.png
3052
%%DATADIR%%/fvwm/icons/Default/32x32/apps/graveman.png
2593
%%DATADIR%%/fvwm/icons/Default/32x32/apps/grip.png
3053
%%DATADIR%%/fvwm/icons/Default/32x32/apps/grip.png
2594
%%DATADIR%%/fvwm/icons/Default/32x32/apps/grml.png
3054
%%DATADIR%%/fvwm/icons/Default/32x32/apps/grml.png
Lines 2604-2609 Link Here
2604
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gwenview.png
3064
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gwenview.png
2605
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gxine.png
3065
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gxine.png
2606
%%DATADIR%%/fvwm/icons/Default/32x32/apps/hardinfo.png
3066
%%DATADIR%%/fvwm/icons/Default/32x32/apps/hardinfo.png
3067
%%DATADIR%%/fvwm/icons/Default/32x32/apps/heretic2-demo.png
2607
%%DATADIR%%/fvwm/icons/Default/32x32/apps/htop.png
3068
%%DATADIR%%/fvwm/icons/Default/32x32/apps/htop.png
2608
%%DATADIR%%/fvwm/icons/Default/32x32/apps/hydrogen.png
3069
%%DATADIR%%/fvwm/icons/Default/32x32/apps/hydrogen.png
2609
%%DATADIR%%/fvwm/icons/Default/32x32/apps/iagno.png
3070
%%DATADIR%%/fvwm/icons/Default/32x32/apps/iagno.png
Lines 2616-2621 Link Here
2616
%%DATADIR%%/fvwm/icons/Default/32x32/apps/inkscape.png
3077
%%DATADIR%%/fvwm/icons/Default/32x32/apps/inkscape.png
2617
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ipodder.png
3078
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ipodder.png
2618
%%DATADIR%%/fvwm/icons/Default/32x32/apps/irssi.png
3079
%%DATADIR%%/fvwm/icons/Default/32x32/apps/irssi.png
3080
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jackeq.png
3081
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jackminimix.png
3082
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jackmix.png
3083
%%DATADIR%%/fvwm/icons/Default/32x32/apps/japa.png
3084
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jconvolver.png
3085
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jkmeter.png
3086
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jmeters.png
3087
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jnoise.png
3088
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jnoisemeter.png
2619
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jpilot.png
3089
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jpilot.png
2620
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jumpnbump-menu.png
3090
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jumpnbump-menu.png
2621
%%DATADIR%%/fvwm/icons/Default/32x32/apps/k3b.png
3091
%%DATADIR%%/fvwm/icons/Default/32x32/apps/k3b.png
Lines 2636-2645 Link Here
2636
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kdevelop3.png
3106
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kdevelop3.png
2637
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kedit.png
3107
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kedit.png
2638
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kenolaba.png
3108
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kenolaba.png
3109
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kenvy24gui.png
2639
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kf.png
3110
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kf.png
2640
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kformula.png
3111
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kformula.png
2641
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kfouleggs.png
3112
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kfouleggs.png
2642
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kgoldrunner.png
3113
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kgoldrunner.png
3114
%%DATADIR%%/fvwm/icons/Default/32x32/apps/khelpcenter.png
2643
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kile.png
3115
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kile.png
2644
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kinfocenter.png
3116
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kinfocenter.png
2645
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kivio.png
3117
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kivio.png
Lines 2694-2703 Link Here
2694
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kword.png
3166
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kword.png
2695
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lbreakout2.png
3167
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lbreakout2.png
2696
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lgeneral.png
3168
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lgeneral.png
3169
%%DATADIR%%/fvwm/icons/Default/32x32/apps/libreoffice.png
2697
%%DATADIR%%/fvwm/icons/Default/32x32/apps/licq.png
3170
%%DATADIR%%/fvwm/icons/Default/32x32/apps/licq.png
2698
%%DATADIR%%/fvwm/icons/Default/32x32/apps/liferea.png
3171
%%DATADIR%%/fvwm/icons/Default/32x32/apps/liferea.png
2699
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lightup.png
3172
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lightup.png
2700
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lincity-ng.png
3173
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lincity-ng.png
3174
%%DATADIR%%/fvwm/icons/Default/32x32/apps/linguist.png
2701
%%DATADIR%%/fvwm/icons/Default/32x32/apps/links2.png
3175
%%DATADIR%%/fvwm/icons/Default/32x32/apps/links2.png
2702
%%DATADIR%%/fvwm/icons/Default/32x32/apps/linphone.png
3176
%%DATADIR%%/fvwm/icons/Default/32x32/apps/linphone.png
2703
%%DATADIR%%/fvwm/icons/Default/32x32/apps/linpopup.png
3177
%%DATADIR%%/fvwm/icons/Default/32x32/apps/linpopup.png
Lines 2705-2713 Link Here
2705
%%DATADIR%%/fvwm/icons/Default/32x32/apps/liquidwar.png
3179
%%DATADIR%%/fvwm/icons/Default/32x32/apps/liquidwar.png
2706
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lmarbles.png
3180
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lmarbles.png
2707
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lmms.png
3181
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lmms.png
3182
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lobase.png
3183
%%DATADIR%%/fvwm/icons/Default/32x32/apps/localc.png
3184
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lodraw.png
3185
%%DATADIR%%/fvwm/icons/Default/32x32/apps/loimpress.png
3186
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lomath.png
2708
%%DATADIR%%/fvwm/icons/Default/32x32/apps/loopy.png
3187
%%DATADIR%%/fvwm/icons/Default/32x32/apps/loopy.png
3188
%%DATADIR%%/fvwm/icons/Default/32x32/apps/loweb.png
3189
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lowriter.png
2709
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lskat.png
3190
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lskat.png
2710
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ltris.png
3191
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ltris.png
3192
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lugaru-demo.png
2711
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lxdoom.png
3193
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lxdoom.png
2712
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lynx.png
3194
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lynx.png
2713
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lyx.png
3195
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lyx.png
Lines 2717-2725 Link Here
2717
%%DATADIR%%/fvwm/icons/Default/32x32/apps/map.png
3199
%%DATADIR%%/fvwm/icons/Default/32x32/apps/map.png
2718
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mc.png
3200
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mc.png
2719
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mines.png
3201
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mines.png
3202
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mixxx.png
2720
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mldonkey.png
3203
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mldonkey.png
2721
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mlgui.png
3204
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mlgui.png
2722
%%DATADIR%%/fvwm/icons/Default/32x32/apps/moagg.png
3205
%%DATADIR%%/fvwm/icons/Default/32x32/apps/moagg.png
3206
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mocp.png
2723
%%DATADIR%%/fvwm/icons/Default/32x32/apps/monodevelop.png
3207
%%DATADIR%%/fvwm/icons/Default/32x32/apps/monodevelop.png
2724
%%DATADIR%%/fvwm/icons/Default/32x32/apps/monotheka.png
3208
%%DATADIR%%/fvwm/icons/Default/32x32/apps/monotheka.png
2725
%%DATADIR%%/fvwm/icons/Default/32x32/apps/moon-buggy.png
3209
%%DATADIR%%/fvwm/icons/Default/32x32/apps/moon-buggy.png
Lines 2739-2744 Link Here
2739
%%DATADIR%%/fvwm/icons/Default/32x32/apps/neverputt.png
3223
%%DATADIR%%/fvwm/icons/Default/32x32/apps/neverputt.png
2740
%%DATADIR%%/fvwm/icons/Default/32x32/apps/nexuiz.png
3224
%%DATADIR%%/fvwm/icons/Default/32x32/apps/nexuiz.png
2741
%%DATADIR%%/fvwm/icons/Default/32x32/apps/njam.png
3225
%%DATADIR%%/fvwm/icons/Default/32x32/apps/njam.png
3226
%%DATADIR%%/fvwm/icons/Default/32x32/apps/notepad.png
2742
%%DATADIR%%/fvwm/icons/Default/32x32/apps/nvu.png
3227
%%DATADIR%%/fvwm/icons/Default/32x32/apps/nvu.png
2743
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oobase.png
3228
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oobase.png
2744
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oobase2.png
3229
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oobase2.png
Lines 2756-2761 Link Here
2756
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oopadmin2.png
3241
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oopadmin2.png
2757
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oowriter.png
3242
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oowriter.png
2758
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oowriter2.png
3243
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oowriter2.png
3244
%%DATADIR%%/fvwm/icons/Default/32x32/apps/openclonk.png
2759
%%DATADIR%%/fvwm/icons/Default/32x32/apps/openoffice.png
3245
%%DATADIR%%/fvwm/icons/Default/32x32/apps/openoffice.png
2760
%%DATADIR%%/fvwm/icons/Default/32x32/apps/openttd.png
3246
%%DATADIR%%/fvwm/icons/Default/32x32/apps/openttd.png
2761
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pan.png
3247
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pan.png
Lines 2762-2775 Link Here
2762
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pathological.png
3248
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pathological.png
2763
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pattern.png
3249
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pattern.png
2764
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pegs.png
3250
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pegs.png
3251
%%DATADIR%%/fvwm/icons/Default/32x32/apps/picturewall.png
2765
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pida.png
3252
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pida.png
2766
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pingus.png
3253
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pingus.png
2767
%%DATADIR%%/fvwm/icons/Default/32x32/apps/porthole.png
3254
%%DATADIR%%/fvwm/icons/Default/32x32/apps/porthole.png
2768
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ppracer.png
3255
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ppracer.png
2769
%%DATADIR%%/fvwm/icons/Default/32x32/apps/psi.png
3256
%%DATADIR%%/fvwm/icons/Default/32x32/apps/psi.png
3257
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pyalamode-2.8.png
3258
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pycadia.png
3259
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pycrust-2.8.png
2770
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pydance.png
3260
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pydance.png
2771
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pygmy.png
3261
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pygmy.png
2772
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pympd.png
3262
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pympd.png
3263
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pyshell-2.8.png
2773
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pysol.png
3264
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pysol.png
2774
%%DATADIR%%/fvwm/icons/Default/32x32/apps/python.png
3265
%%DATADIR%%/fvwm/icons/Default/32x32/apps/python.png
2775
%%DATADIR%%/fvwm/icons/Default/32x32/apps/q3ut3.png
3266
%%DATADIR%%/fvwm/icons/Default/32x32/apps/q3ut3.png
Lines 2793-2800 Link Here
2793
%%DATADIR%%/fvwm/icons/Default/32x32/apps/scorched3d.png
3284
%%DATADIR%%/fvwm/icons/Default/32x32/apps/scorched3d.png
2794
%%DATADIR%%/fvwm/icons/Default/32x32/apps/scribus.png
3285
%%DATADIR%%/fvwm/icons/Default/32x32/apps/scribus.png
2795
%%DATADIR%%/fvwm/icons/Default/32x32/apps/seahorse.png
3286
%%DATADIR%%/fvwm/icons/Default/32x32/apps/seahorse.png
3287
%%DATADIR%%/fvwm/icons/Default/32x32/apps/shootingstar.png
2796
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sim.png
3288
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sim.png
2797
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sixteen.png
3289
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sixteen.png
3290
%%DATADIR%%/fvwm/icons/Default/32x32/apps/skype.png
3291
%%DATADIR%%/fvwm/icons/Default/32x32/apps/skystreets.png
3292
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slack.png
2798
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slant.png
3293
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slant.png
2799
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slrn-pl.png
3294
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slrn-pl.png
2800
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slrn.png
3295
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slrn.png
Lines 2803-2816 Link Here
2803
%%DATADIR%%/fvwm/icons/Default/32x32/apps/snownews.png
3298
%%DATADIR%%/fvwm/icons/Default/32x32/apps/snownews.png
2804
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sodipodi.png
3299
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sodipodi.png
2805
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sol.png
3300
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sol.png
3301
%%DATADIR%%/fvwm/icons/Default/32x32/apps/solarwolf.png
2806
%%DATADIR%%/fvwm/icons/Default/32x32/apps/solo.png
3302
%%DATADIR%%/fvwm/icons/Default/32x32/apps/solo.png
2807
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sonata.png
3303
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sonata.png
2808
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sound-juicer.png
3304
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sound-juicer.png
3305
%%DATADIR%%/fvwm/icons/Default/32x32/apps/stalonetray.png
2809
%%DATADIR%%/fvwm/icons/Default/32x32/apps/stardict.png
3306
%%DATADIR%%/fvwm/icons/Default/32x32/apps/stardict.png
2810
%%DATADIR%%/fvwm/icons/Default/32x32/apps/starfighter.png
3307
%%DATADIR%%/fvwm/icons/Default/32x32/apps/starfighter.png
3308
%%DATADIR%%/fvwm/icons/Default/32x32/apps/startBristol.png
2811
%%DATADIR%%/fvwm/icons/Default/32x32/apps/stellarium.png
3309
%%DATADIR%%/fvwm/icons/Default/32x32/apps/stellarium.png
2812
%%DATADIR%%/fvwm/icons/Default/32x32/apps/straw.png
3310
%%DATADIR%%/fvwm/icons/Default/32x32/apps/straw.png
2813
%%DATADIR%%/fvwm/icons/Default/32x32/apps/streamtuner.png
3311
%%DATADIR%%/fvwm/icons/Default/32x32/apps/streamtuner.png
3312
%%DATADIR%%/fvwm/icons/Default/32x32/apps/subl.png
2814
%%DATADIR%%/fvwm/icons/Default/32x32/apps/supertux.png
3313
%%DATADIR%%/fvwm/icons/Default/32x32/apps/supertux.png
2815
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sweep.png
3314
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sweep.png
2816
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sylpheed-claws.png
3315
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sylpheed-claws.png
Lines 2818-2825 Link Here
2818
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sylpheed.png
3317
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sylpheed.png
2819
%%DATADIR%%/fvwm/icons/Default/32x32/apps/synaptic.png
3318
%%DATADIR%%/fvwm/icons/Default/32x32/apps/synaptic.png
2820
%%DATADIR%%/fvwm/icons/Default/32x32/apps/teaed.png
3319
%%DATADIR%%/fvwm/icons/Default/32x32/apps/teaed.png
3320
%%DATADIR%%/fvwm/icons/Default/32x32/apps/teeworlds.png
2821
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tents.png
3321
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tents.png
3322
%%DATADIR%%/fvwm/icons/Default/32x32/apps/terminator.png
3323
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tetraproc.png
2822
%%DATADIR%%/fvwm/icons/Default/32x32/apps/thunar.png
3324
%%DATADIR%%/fvwm/icons/Default/32x32/apps/thunar.png
3325
%%DATADIR%%/fvwm/icons/Default/32x32/apps/thunderbird.png
3326
%%DATADIR%%/fvwm/icons/Default/32x32/apps/timidity.png
2823
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tkabber.png
3327
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tkabber.png
2824
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tleenx2.png
3328
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tleenx2.png
2825
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tomboy.png
3329
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tomboy.png
Lines 2826-2831 Link Here
2826
%%DATADIR%%/fvwm/icons/Default/32x32/apps/torcs.png
3330
%%DATADIR%%/fvwm/icons/Default/32x32/apps/torcs.png
2827
%%DATADIR%%/fvwm/icons/Default/32x32/apps/totem.png
3331
%%DATADIR%%/fvwm/icons/Default/32x32/apps/totem.png
2828
%%DATADIR%%/fvwm/icons/Default/32x32/apps/trackballs.png
3332
%%DATADIR%%/fvwm/icons/Default/32x32/apps/trackballs.png
3333
%%DATADIR%%/fvwm/icons/Default/32x32/apps/transmission-gtk.png
3334
%%DATADIR%%/fvwm/icons/Default/32x32/apps/transmission-qt.png
3335
%%DATADIR%%/fvwm/icons/Default/32x32/apps/trayer.png
2829
%%DATADIR%%/fvwm/icons/Default/32x32/apps/trophy.png
3336
%%DATADIR%%/fvwm/icons/Default/32x32/apps/trophy.png
2830
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tuxcmd.png
3337
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tuxcmd.png
2831
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tuxpaint.png
3338
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tuxpaint.png
Lines 2837-2844 Link Here
2837
%%DATADIR%%/fvwm/icons/Default/32x32/apps/urxvt.png
3344
%%DATADIR%%/fvwm/icons/Default/32x32/apps/urxvt.png
2838
%%DATADIR%%/fvwm/icons/Default/32x32/apps/valknut.png
3345
%%DATADIR%%/fvwm/icons/Default/32x32/apps/valknut.png
2839
%%DATADIR%%/fvwm/icons/Default/32x32/apps/vim.png
3346
%%DATADIR%%/fvwm/icons/Default/32x32/apps/vim.png
3347
%%DATADIR%%/fvwm/icons/Default/32x32/apps/vlc.png
3348
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wargus.png
2840
%%DATADIR%%/fvwm/icons/Default/32x32/apps/weechat-curses.png
3349
%%DATADIR%%/fvwm/icons/Default/32x32/apps/weechat-curses.png
2841
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wesnoth.png
3350
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wesnoth.png
3351
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wicd-client.png
3352
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wine.png
3353
%%DATADIR%%/fvwm/icons/Default/32x32/apps/winecfg.png
2842
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wings3d.png
3354
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wings3d.png
2843
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wireshark.png
3355
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wireshark.png
2844
%%DATADIR%%/fvwm/icons/Default/32x32/apps/worm.png
3356
%%DATADIR%%/fvwm/icons/Default/32x32/apps/worm.png
Lines 2855-2875 Link Here
2855
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xine.png
3367
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xine.png
2856
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmahjongg.png
3368
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmahjongg.png
2857
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmms.png
3369
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmms.png
3370
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmms2.png
2858
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmoto.png
3371
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmoto.png
2859
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmule.png
3372
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmule.png
2860
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xnc.png
3373
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xnc.png
3374
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xnec2c.png
2861
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xpat2.png
3375
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xpat2.png
2862
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xpdf.png
3376
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xpdf.png
2863
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xpilot.png
3377
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xpilot.png
2864
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xqf.png
3378
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xqf.png
3379
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xrced-2.8.png
2865
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xrick.png
3380
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xrick.png
2866
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xsane.png
3381
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xsane.png
2867
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xscreensaver.png
3382
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xscreensaver.png
2868
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xterm.png
3383
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xterm.png
3384
%%DATADIR%%/fvwm/icons/Default/32x32/apps/yass.png
2869
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ydpdict.png
3385
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ydpdict.png
2870
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zapping.png
3386
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zapping.png
2871
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zim.png
3387
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zim.png
2872
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zinf.png
3388
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zinf.png
3389
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zita-at1.png
3390
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zita-rev1.png
2873
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zsafe.png
3391
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zsafe.png
2874
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Audio-Video.png
3392
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Audio-Video.png
2875
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Audio.png
3393
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Audio.png
Lines 2877-2895 Link Here
2877
%%DATADIR%%/fvwm/icons/Default/32x32/categories/GNOME.png
3395
%%DATADIR%%/fvwm/icons/Default/32x32/categories/GNOME.png
2878
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Games.png
3396
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Games.png
2879
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Graphics.png
3397
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Graphics.png
3398
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Green_Drawer.png
3399
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Green_Drawer.png.active.png
2880
%%DATADIR%%/fvwm/icons/Default/32x32/categories/KDE.png
3400
%%DATADIR%%/fvwm/icons/Default/32x32/categories/KDE.png
2881
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Knowledge.png
3401
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Knowledge.png
2882
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Multimedia.png
3402
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Multimedia.png
2883
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Network.png
3403
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Network.png
2884
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Office.png
3404
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Office.png
3405
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Red_Drawer.png
3406
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Red_Drawer.png.active.png
2885
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Settings.png
3407
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Settings.png
2886
%%DATADIR%%/fvwm/icons/Default/32x32/categories/System.png
3408
%%DATADIR%%/fvwm/icons/Default/32x32/categories/System.png
2887
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Terminals.png
3409
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Terminals.png
2888
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Utilities.png
3410
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Utilities.png
2889
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Video.png
3411
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Video.png
3412
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Yellow_Drawer.png
3413
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Yellow_Drawer.png.active.png
2890
%%DATADIR%%/fvwm/icons/Default/32x32/categories/directory.png
3414
%%DATADIR%%/fvwm/icons/Default/32x32/categories/directory.png
3415
%%DATADIR%%/fvwm/icons/Default/32x32/categories/help.png
3416
%%DATADIR%%/fvwm/icons/Default/32x32/categories/video_movies_view.png
3417
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/BlingBling.png
3418
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/BlingBling2.png
3419
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/Jewel.png
3420
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/Jewel2.png
3421
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/Off.png
3422
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/On.png
3423
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/amiga.png
2891
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications-development.png
3424
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications-development.png
2892
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications.png
3425
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications.png
3426
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications2.png
3427
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-preferences-1.png
3428
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-preferences-2.png
3429
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic-1.png
3430
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic-2.png
3431
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic-3.png
2893
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic.png
3432
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic.png
2894
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/camera-photo.png
3433
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/camera-photo.png
2895
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/colorsets-file.png
3434
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/colorsets-file.png
Lines 2896-2904 Link Here
2896
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/colorsets.png
3435
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/colorsets.png
2897
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/dd.png
3436
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/dd.png
2898
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/df.png
3437
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/df.png
3438
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/focus.png
3439
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/focus2.png
3440
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/font.png
2899
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/fvwm-crystal.png
3441
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/fvwm-crystal.png
2900
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/gdm-xnest.png
3442
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/gdm-xnest.png
2901
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/gdm.png
3443
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/gdm.png
3444
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/geometry.png
3445
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/handles.png
3446
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/icon.png
3447
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/icon2.png
3448
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/icon3.png
2902
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-eject.png
3449
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-eject.png
2903
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-playback-pause.png
3450
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-playback-pause.png
2904
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-playback-start.png
3451
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-playback-start.png
Lines 2908-2918 Link Here
2908
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-seek-forward.png
3455
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-seek-forward.png
2909
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-skip-backward.png
3456
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-skip-backward.png
2910
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-skip-forward.png
3457
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-skip-forward.png
3458
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/mixer-2.png
3459
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/mixer.png
2911
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/multimedia-volume-control.png
3460
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/multimedia-volume-control.png
2912
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-screensaver.png
3461
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-screensaver.png
2913
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-theme.png
3462
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-theme.png
2914
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-wallpaper.png
3463
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-wallpaper.png
2915
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop.png
3464
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop.png
3465
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/silent.png
2916
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-file-manager.png
3466
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-file-manager.png
2917
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-lock-screen.png
3467
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-lock-screen.png
2918
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-log-out.png
3468
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-log-out.png
Lines 2922-2939 Link Here
2922
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/utilities-terminal.png
3472
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/utilities-terminal.png
2923
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/view-refresh.png
3473
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/view-refresh.png
2924
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/window-list.png
3474
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/window-list.png
3475
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/window-switch.png
3476
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/windows.png
3477
%%DATADIR%%/fvwm/icons/Default/48x48/apps/AudioCutter.png
3478
%%DATADIR%%/fvwm/icons/Default/48x48/apps/BitchX.png
2925
%%DATADIR%%/fvwm/icons/Default/48x48/apps/Eterm.png
3479
%%DATADIR%%/fvwm/icons/Default/48x48/apps/Eterm.png
3480
%%DATADIR%%/fvwm/icons/Default/48x48/apps/Maelstrom.png
3481
%%DATADIR%%/fvwm/icons/Default/48x48/apps/RTSynth-jack.png
3482
%%DATADIR%%/fvwm/icons/Default/48x48/apps/RTSynth.png
2926
%%DATADIR%%/fvwm/icons/Default/48x48/apps/abiword.png
3483
%%DATADIR%%/fvwm/icons/Default/48x48/apps/abiword.png
3484
%%DATADIR%%/fvwm/icons/Default/48x48/apps/abuse.png
2927
%%DATADIR%%/fvwm/icons/Default/48x48/apps/acidrip.png
3485
%%DATADIR%%/fvwm/icons/Default/48x48/apps/acidrip.png
3486
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aeolus.png
2928
%%DATADIR%%/fvwm/icons/Default/48x48/apps/akregator.png
3487
%%DATADIR%%/fvwm/icons/Default/48x48/apps/akregator.png
3488
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aliki.png
3489
%%DATADIR%%/fvwm/icons/Default/48x48/apps/alsamixer.png
3490
%%DATADIR%%/fvwm/icons/Default/48x48/apps/alsamixerguis.png
3491
%%DATADIR%%/fvwm/icons/Default/48x48/apps/alsaplayer.png
2929
%%DATADIR%%/fvwm/icons/Default/48x48/apps/amarok.png
3492
%%DATADIR%%/fvwm/icons/Default/48x48/apps/amarok.png
3493
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ambdec.png
3494
%%DATADIR%%/fvwm/icons/Default/48x48/apps/amule.png
2930
%%DATADIR%%/fvwm/icons/Default/48x48/apps/anjuta.png
3495
%%DATADIR%%/fvwm/icons/Default/48x48/apps/anjuta.png
2931
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aptitude.png
3496
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aptitude.png
2932
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aptsh.png
3497
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aptsh.png
2933
%%DATADIR%%/fvwm/icons/Default/48x48/apps/archlinux.png
3498
%%DATADIR%%/fvwm/icons/Default/48x48/apps/archlinux.png
2934
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ardour.png
3499
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ardour.png
3500
%%DATADIR%%/fvwm/icons/Default/48x48/apps/armagetron.png
3501
%%DATADIR%%/fvwm/icons/Default/48x48/apps/assistant.png
3502
%%DATADIR%%/fvwm/icons/Default/48x48/apps/atanks.png
2935
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aterm.png
3503
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aterm.png
2936
%%DATADIR%%/fvwm/icons/Default/48x48/apps/atlantik.png
3504
%%DATADIR%%/fvwm/icons/Default/48x48/apps/atlantik.png
3505
%%DATADIR%%/fvwm/icons/Default/48x48/apps/atomix.png
3506
%%DATADIR%%/fvwm/icons/Default/48x48/apps/audacious.png
3507
%%DATADIR%%/fvwm/icons/Default/48x48/apps/audacity.png
3508
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aumix.png
2937
%%DATADIR%%/fvwm/icons/Default/48x48/apps/avidemux.png
3509
%%DATADIR%%/fvwm/icons/Default/48x48/apps/avidemux.png
2938
%%DATADIR%%/fvwm/icons/Default/48x48/apps/azureus.png
3510
%%DATADIR%%/fvwm/icons/Default/48x48/apps/azureus.png
2939
%%DATADIR%%/fvwm/icons/Default/48x48/apps/balsa-ab.png
3511
%%DATADIR%%/fvwm/icons/Default/48x48/apps/balsa-ab.png
Lines 2940-2998 Link Here
2940
%%DATADIR%%/fvwm/icons/Default/48x48/apps/balsa.png
3512
%%DATADIR%%/fvwm/icons/Default/48x48/apps/balsa.png
2941
%%DATADIR%%/fvwm/icons/Default/48x48/apps/barrage.png
3513
%%DATADIR%%/fvwm/icons/Default/48x48/apps/barrage.png
2942
%%DATADIR%%/fvwm/icons/Default/48x48/apps/basket.png
3514
%%DATADIR%%/fvwm/icons/Default/48x48/apps/basket.png
3515
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bastet.png
2943
%%DATADIR%%/fvwm/icons/Default/48x48/apps/beep-media-player.png
3516
%%DATADIR%%/fvwm/icons/Default/48x48/apps/beep-media-player.png
3517
%%DATADIR%%/fvwm/icons/Default/48x48/apps/billard-gl.png
2944
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blackboxgame.png
3518
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blackboxgame.png
2945
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blackjack.png
3519
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blackjack.png
2946
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blender.png
3520
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blender.png
3521
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blobwars.png
2947
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bluefish.png
3522
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bluefish.png
2948
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bmp.png
3523
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bmp.png
2949
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bonfire.png
3524
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bonfire.png
2950
%%DATADIR%%/fvwm/icons/Default/48x48/apps/brasero.png
3525
%%DATADIR%%/fvwm/icons/Default/48x48/apps/brasero.png
2951
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bridges.png
3526
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bridges.png
3527
%%DATADIR%%/fvwm/icons/Default/48x48/apps/btdownloadgui.png
3528
%%DATADIR%%/fvwm/icons/Default/48x48/apps/btdownloadgui.py.png
3529
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bzflag.png
2952
%%DATADIR%%/fvwm/icons/Default/48x48/apps/castle-combat.png
3530
%%DATADIR%%/fvwm/icons/Default/48x48/apps/castle-combat.png
2953
%%DATADIR%%/fvwm/icons/Default/48x48/apps/celestia.png
3531
%%DATADIR%%/fvwm/icons/Default/48x48/apps/celestia.png
2954
%%DATADIR%%/fvwm/icons/Default/48x48/apps/centericq.png
3532
%%DATADIR%%/fvwm/icons/Default/48x48/apps/centericq.png
3533
%%DATADIR%%/fvwm/icons/Default/48x48/apps/chromium.png
2955
%%DATADIR%%/fvwm/icons/Default/48x48/apps/cinelerra.png
3534
%%DATADIR%%/fvwm/icons/Default/48x48/apps/cinelerra.png
3535
%%DATADIR%%/fvwm/icons/Default/48x48/apps/civclient.png
3536
%%DATADIR%%/fvwm/icons/Default/48x48/apps/civserver.png
3537
%%DATADIR%%/fvwm/icons/Default/48x48/apps/cmus.png
3538
%%DATADIR%%/fvwm/icons/Default/48x48/apps/conglomerate.png
2956
%%DATADIR%%/fvwm/icons/Default/48x48/apps/crack-attack.png
3539
%%DATADIR%%/fvwm/icons/Default/48x48/apps/crack-attack.png
3540
%%DATADIR%%/fvwm/icons/Default/48x48/apps/cream.png
2957
%%DATADIR%%/fvwm/icons/Default/48x48/apps/cube.png
3541
%%DATADIR%%/fvwm/icons/Default/48x48/apps/cube.png
3542
%%DATADIR%%/fvwm/icons/Default/48x48/apps/d4x.png
2958
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dcgui.png
3543
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dcgui.png
2959
%%DATADIR%%/fvwm/icons/Default/48x48/apps/debian.png
3544
%%DATADIR%%/fvwm/icons/Default/48x48/apps/debian.png
2960
%%DATADIR%%/fvwm/icons/Default/48x48/apps/default.png
3545
%%DATADIR%%/fvwm/icons/Default/48x48/apps/default.png
3546
%%DATADIR%%/fvwm/icons/Default/48x48/apps/deluge-torrent.png
3547
%%DATADIR%%/fvwm/icons/Default/48x48/apps/deluge.png
2961
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dia.png
3548
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dia.png
3549
%%DATADIR%%/fvwm/icons/Default/48x48/apps/digikam.png
3550
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dillo.png
3551
%%DATADIR%%/fvwm/icons/Default/48x48/apps/din.png
3552
%%DATADIR%%/fvwm/icons/Default/48x48/apps/djview.png
2962
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dlume.png
3553
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dlume.png
2963
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dominosa.png
3554
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dominosa.png
2964
%%DATADIR%%/fvwm/icons/Default/48x48/apps/drakconf.png
3555
%%DATADIR%%/fvwm/icons/Default/48x48/apps/drakconf.png
2965
%%DATADIR%%/fvwm/icons/Default/48x48/apps/easytag.png
3556
%%DATADIR%%/fvwm/icons/Default/48x48/apps/easytag.png
2966
%%DATADIR%%/fvwm/icons/Default/48x48/apps/eboard.png
3557
%%DATADIR%%/fvwm/icons/Default/48x48/apps/eboard.png
3558
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ebumeter.png
2967
%%DATADIR%%/fvwm/icons/Default/48x48/apps/eclipse.png
3559
%%DATADIR%%/fvwm/icons/Default/48x48/apps/eclipse.png
3560
%%DATADIR%%/fvwm/icons/Default/48x48/apps/egoboo.png
3561
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ekg.png
3562
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ekg2.png
2968
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ekiga.png
3563
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ekiga.png
2969
%%DATADIR%%/fvwm/icons/Default/48x48/apps/el.png
3564
%%DATADIR%%/fvwm/icons/Default/48x48/apps/el.png
3565
%%DATADIR%%/fvwm/icons/Default/48x48/apps/elinks.png
2970
%%DATADIR%%/fvwm/icons/Default/48x48/apps/emacs.png
3566
%%DATADIR%%/fvwm/icons/Default/48x48/apps/emacs.png
3567
%%DATADIR%%/fvwm/icons/Default/48x48/apps/engauge.png
2971
%%DATADIR%%/fvwm/icons/Default/48x48/apps/enigma.png
3568
%%DATADIR%%/fvwm/icons/Default/48x48/apps/enigma.png
3569
%%DATADIR%%/fvwm/icons/Default/48x48/apps/epic4.png
2972
%%DATADIR%%/fvwm/icons/Default/48x48/apps/epiphany.png
3570
%%DATADIR%%/fvwm/icons/Default/48x48/apps/epiphany.png
3571
%%DATADIR%%/fvwm/icons/Default/48x48/apps/eric.png
3572
%%DATADIR%%/fvwm/icons/Default/48x48/apps/evince.png
2973
%%DATADIR%%/fvwm/icons/Default/48x48/apps/evolution.png
3573
%%DATADIR%%/fvwm/icons/Default/48x48/apps/evolution.png
2974
%%DATADIR%%/fvwm/icons/Default/48x48/apps/exfalso.png
3574
%%DATADIR%%/fvwm/icons/Default/48x48/apps/exfalso.png
2975
%%DATADIR%%/fvwm/icons/Default/48x48/apps/f-spot.png
3575
%%DATADIR%%/fvwm/icons/Default/48x48/apps/f-spot.png
3576
%%DATADIR%%/fvwm/icons/Default/48x48/apps/falconseye.png
3577
%%DATADIR%%/fvwm/icons/Default/48x48/apps/feh.png
3578
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fetchmail.png
3579
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fgfs-0.png
3580
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fgfs-1.png
3581
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fgfs-2.png
3582
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fgfs-3.png
2976
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fifteen.png
3583
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fifteen.png
3584
%%DATADIR%%/fvwm/icons/Default/48x48/apps/filerunner.png
3585
%%DATADIR%%/fvwm/icons/Default/48x48/apps/firefox.png
2977
%%DATADIR%%/fvwm/icons/Default/48x48/apps/flipgame.png
3586
%%DATADIR%%/fvwm/icons/Default/48x48/apps/flipgame.png
2978
%%DATADIR%%/fvwm/icons/Default/48x48/apps/foobillard.png
3587
%%DATADIR%%/fvwm/icons/Default/48x48/apps/foobillard.png
3588
%%DATADIR%%/fvwm/icons/Default/48x48/apps/freeciv.png
3589
%%DATADIR%%/fvwm/icons/Default/48x48/apps/freemind.png
2979
%%DATADIR%%/fvwm/icons/Default/48x48/apps/frozen-bubble.png
3590
%%DATADIR%%/fvwm/icons/Default/48x48/apps/frozen-bubble.png
3591
%%DATADIR%%/fvwm/icons/Default/48x48/apps/funnyboat.png
2980
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fvwm-crystal.png
3592
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fvwm-crystal.png
2981
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fwbuilder.png
3593
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fwbuilder.png
3594
%%DATADIR%%/fvwm/icons/Default/48x48/apps/g3data.png
3595
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gabber.png
3596
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gaim.png
2982
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gajim.png
3597
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gajim.png
2983
%%DATADIR%%/fvwm/icons/Default/48x48/apps/galeon.png
3598
%%DATADIR%%/fvwm/icons/Default/48x48/apps/galeon.png
2984
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gataxx.png
3599
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gataxx.png
3600
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gcfilms.png
2985
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gcolor2.png
3601
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gcolor2.png
3602
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gconf-editor.png
3603
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gedit.png
2986
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gentoo.png
3604
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gentoo.png
2987
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gentoolinux.png
3605
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gentoolinux.png
2988
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gftp.png
3606
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gftp.png
3607
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gg.png
2989
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gg2.png
3608
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gg2.png
3609
%%DATADIR%%/fvwm/icons/Default/48x48/apps/giFTcurs.png
3610
%%DATADIR%%/fvwm/icons/Default/48x48/apps/giFToxic.png
3611
%%DATADIR%%/fvwm/icons/Default/48x48/apps/giftui.png
2990
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gimp.png
3612
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gimp.png
2991
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gizmo.png
3613
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gizmo.png
2992
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glade-2.png
3614
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glade-2.png
3615
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glightoff.png
2993
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glines.png
3616
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glines.png
3617
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glmix.png
2994
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gltron.png
3618
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gltron.png
2995
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glurp.png
3619
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glurp.png
3620
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gmpc.png
2996
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gmplayer.png
3621
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gmplayer.png
2997
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnect.png
3622
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnect.png
2998
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnibbles.png
3623
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnibbles.png
Lines 3009-3041 Link Here
3009
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnotravex.png
3634
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnotravex.png
3010
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnotski.png
3635
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnotski.png
3011
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnudoku.png
3636
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnudoku.png
3637
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnumeric.png
3012
%%DATADIR%%/fvwm/icons/Default/48x48/apps/goobox.png
3638
%%DATADIR%%/fvwm/icons/Default/48x48/apps/goobox.png
3639
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gossip.png
3640
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gpa.png
3013
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gpaint.png
3641
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gpaint.png
3014
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gpass.png
3642
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gpass.png
3015
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gqview.png
3643
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gqview.png
3644
%%DATADIR%%/fvwm/icons/Default/48x48/apps/grande.png
3016
%%DATADIR%%/fvwm/icons/Default/48x48/apps/graveman.png
3645
%%DATADIR%%/fvwm/icons/Default/48x48/apps/graveman.png
3646
%%DATADIR%%/fvwm/icons/Default/48x48/apps/grip.png
3647
%%DATADIR%%/fvwm/icons/Default/48x48/apps/grml.png
3017
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gtali.png
3648
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gtali.png
3018
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gthumb.png
3649
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gthumb.png
3650
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gtk-gnutella.png
3651
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gtkboard.png
3652
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gtktalog.png
3019
%%DATADIR%%/fvwm/icons/Default/48x48/apps/guess.png
3653
%%DATADIR%%/fvwm/icons/Default/48x48/apps/guess.png
3654
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gv.png
3020
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gvim.png
3655
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gvim.png
3021
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gweled.png
3656
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gweled.png
3022
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gwenview.png
3657
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gwenview.png
3658
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gxine.png
3659
%%DATADIR%%/fvwm/icons/Default/48x48/apps/hardinfo.png
3660
%%DATADIR%%/fvwm/icons/Default/48x48/apps/heretic2-demo.png
3661
%%DATADIR%%/fvwm/icons/Default/48x48/apps/htop.png
3023
%%DATADIR%%/fvwm/icons/Default/48x48/apps/hydrogen.png
3662
%%DATADIR%%/fvwm/icons/Default/48x48/apps/hydrogen.png
3024
%%DATADIR%%/fvwm/icons/Default/48x48/apps/iagno.png
3663
%%DATADIR%%/fvwm/icons/Default/48x48/apps/iagno.png
3025
%%DATADIR%%/fvwm/icons/Default/48x48/apps/icebreaker.png
3664
%%DATADIR%%/fvwm/icons/Default/48x48/apps/icebreaker.png
3026
%%DATADIR%%/fvwm/icons/Default/48x48/apps/icedove.png
3665
%%DATADIR%%/fvwm/icons/Default/48x48/apps/icedove.png
3027
%%DATADIR%%/fvwm/icons/Default/48x48/apps/iceweasel.png
3666
%%DATADIR%%/fvwm/icons/Default/48x48/apps/iceweasel.png
3667
%%DATADIR%%/fvwm/icons/Default/48x48/apps/idle.png
3028
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ihu.png
3668
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ihu.png
3029
%%DATADIR%%/fvwm/icons/Default/48x48/apps/inertia.png
3669
%%DATADIR%%/fvwm/icons/Default/48x48/apps/inertia.png
3670
%%DATADIR%%/fvwm/icons/Default/48x48/apps/inkscape.png
3030
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ipodder.png
3671
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ipodder.png
3672
%%DATADIR%%/fvwm/icons/Default/48x48/apps/irssi.png
3673
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jackeq.png
3674
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jackminimix.png
3675
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jackmix.png
3676
%%DATADIR%%/fvwm/icons/Default/48x48/apps/japa.png
3677
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jconvolver.png
3678
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jkmeter.png
3679
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jmeters.png
3680
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jnoise.png
3681
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jnoisemeter.png
3682
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jpilot.png
3683
%%DATADIR%%/fvwm/icons/Default/48x48/apps/jumpnbump-menu.png
3031
%%DATADIR%%/fvwm/icons/Default/48x48/apps/k3b.png
3684
%%DATADIR%%/fvwm/icons/Default/48x48/apps/k3b.png
3032
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kaddressbook.png
3685
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kaddressbook.png
3686
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kadu.png
3033
%%DATADIR%%/fvwm/icons/Default/48x48/apps/karbon.png
3687
%%DATADIR%%/fvwm/icons/Default/48x48/apps/karbon.png
3034
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kasteroids.png
3688
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kasteroids.png
3035
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kate.png
3689
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kate.png
3036
%%DATADIR%%/fvwm/icons/Default/48x48/apps/katomic.png
3690
%%DATADIR%%/fvwm/icons/Default/48x48/apps/katomic.png
3037
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kbackgammon.png
3691
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kbackgammon.png
3692
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kbattleship.png
3038
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kblackbox.png
3693
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kblackbox.png
3694
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kbounce.png
3695
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kchart.png
3039
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kcontrol.png
3696
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kcontrol.png
3040
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kde.png
3697
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kde.png
3041
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kdevelop.png
3698
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kdevelop.png
Lines 3042-3056 Link Here
3042
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kdevelop3.png
3699
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kdevelop3.png
3043
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kedit.png
3700
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kedit.png
3044
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kenolaba.png
3701
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kenolaba.png
3702
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kenvy24gui.png
3045
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kf.png
3703
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kf.png
3704
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kformula.png
3046
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kfouleggs.png
3705
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kfouleggs.png
3706
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kgoldrunner.png
3707
%%DATADIR%%/fvwm/icons/Default/48x48/apps/khelpcenter.png
3708
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kile.png
3709
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kinfocenter.png
3710
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kivio.png
3711
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kjumpingcube.png
3047
%%DATADIR%%/fvwm/icons/Default/48x48/apps/klickety.png
3712
%%DATADIR%%/fvwm/icons/Default/48x48/apps/klickety.png
3713
%%DATADIR%%/fvwm/icons/Default/48x48/apps/klines.png
3048
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmahjongg.png
3714
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmahjongg.png
3715
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmail.png
3716
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmenu.png
3049
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmines.png
3717
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmines.png
3050
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmix.png
3718
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmix.png
3051
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmldonkey.png
3719
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmldonkey.png
3052
%%DATADIR%%/fvwm/icons/Default/48x48/apps/knetwalk.png
3720
%%DATADIR%%/fvwm/icons/Default/48x48/apps/knetwalk.png
3053
%%DATADIR%%/fvwm/icons/Default/48x48/apps/knode.png
3721
%%DATADIR%%/fvwm/icons/Default/48x48/apps/knode.png
3722
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kobodeluxe.png
3723
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kobodl.png
3054
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kolf.png
3724
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kolf.png
3055
%%DATADIR%%/fvwm/icons/Default/48x48/apps/konqueror.png
3725
%%DATADIR%%/fvwm/icons/Default/48x48/apps/konqueror.png
3056
%%DATADIR%%/fvwm/icons/Default/48x48/apps/konquest.png
3726
%%DATADIR%%/fvwm/icons/Default/48x48/apps/konquest.png
Lines 3057-3062 Link Here
3057
%%DATADIR%%/fvwm/icons/Default/48x48/apps/konsole.png
3727
%%DATADIR%%/fvwm/icons/Default/48x48/apps/konsole.png
3058
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kontact.png
3728
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kontact.png
3059
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kopete.png
3729
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kopete.png
3730
%%DATADIR%%/fvwm/icons/Default/48x48/apps/korganizer.png
3731
%%DATADIR%%/fvwm/icons/Default/48x48/apps/koshell.png
3060
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpaint.png
3732
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpaint.png
3061
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpat.png
3733
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpat.png
3062
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kphone.png
3734
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kphone.png
Lines 3063-3069 Link Here
3063
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpilot.png
3735
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpilot.png
3064
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpoker.png
3736
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpoker.png
3065
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kppp.png
3737
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kppp.png
3738
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpresenter.png
3066
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kreversi.png
3739
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kreversi.png
3740
%%DATADIR%%/fvwm/icons/Default/48x48/apps/krita.png
3067
%%DATADIR%%/fvwm/icons/Default/48x48/apps/krusader.png
3741
%%DATADIR%%/fvwm/icons/Default/48x48/apps/krusader.png
3068
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksame.png
3742
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksame.png
3069
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kshisen.png
3743
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kshisen.png
Lines 3072-3111 Link Here
3072
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksnake.png
3746
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksnake.png
3073
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksokoban.png
3747
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksokoban.png
3074
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kspaceduel.png
3748
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kspaceduel.png
3749
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kspread.png
3075
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktorrent.png
3750
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktorrent.png
3076
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktouch.png
3751
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktouch.png
3077
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktron.png
3752
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktron.png
3078
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktuberling.png
3753
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktuberling.png
3754
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kugar.png
3079
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kview.png
3755
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kview.png
3080
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kvim.png
3756
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kvim.png
3081
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kvirc.png
3757
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kvirc.png
3082
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kwin4.png
3758
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kwin4.png
3759
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kword.png
3760
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lbreakout2.png
3761
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lgeneral.png
3762
%%DATADIR%%/fvwm/icons/Default/48x48/apps/libreoffice.png
3083
%%DATADIR%%/fvwm/icons/Default/48x48/apps/licq.png
3763
%%DATADIR%%/fvwm/icons/Default/48x48/apps/licq.png
3084
%%DATADIR%%/fvwm/icons/Default/48x48/apps/liferea.png
3764
%%DATADIR%%/fvwm/icons/Default/48x48/apps/liferea.png
3085
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lightup.png
3765
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lightup.png
3086
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lincity-ng.png
3766
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lincity-ng.png
3767
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linguist.png
3768
%%DATADIR%%/fvwm/icons/Default/48x48/apps/links2.png
3087
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linphone.png
3769
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linphone.png
3088
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linpopup.png
3770
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linpopup.png
3089
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linux.png
3771
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linux.png
3772
%%DATADIR%%/fvwm/icons/Default/48x48/apps/liquidwar.png
3773
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lmarbles.png
3090
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lmms.png
3774
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lmms.png
3775
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lobase.png
3776
%%DATADIR%%/fvwm/icons/Default/48x48/apps/localc.png
3777
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lodraw.png
3778
%%DATADIR%%/fvwm/icons/Default/48x48/apps/loimpress.png
3779
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lomath.png
3091
%%DATADIR%%/fvwm/icons/Default/48x48/apps/loopy.png
3780
%%DATADIR%%/fvwm/icons/Default/48x48/apps/loopy.png
3781
%%DATADIR%%/fvwm/icons/Default/48x48/apps/loweb.png
3782
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lowriter.png
3092
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lskat.png
3783
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lskat.png
3784
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ltris.png
3785
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lugaru-demo.png
3093
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lxdoom.png
3786
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lxdoom.png
3094
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lynx.png
3787
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lynx.png
3788
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lyx.png
3789
%%DATADIR%%/fvwm/icons/Default/48x48/apps/maelstrom.png
3790
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mahjongg.png
3095
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mandriva.png
3791
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mandriva.png
3096
%%DATADIR%%/fvwm/icons/Default/48x48/apps/map.png
3792
%%DATADIR%%/fvwm/icons/Default/48x48/apps/map.png
3793
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mc.png
3097
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mines.png
3794
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mines.png
3795
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mixxx.png
3796
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mldonkey.png
3797
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mlgui.png
3798
%%DATADIR%%/fvwm/icons/Default/48x48/apps/moagg.png
3799
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mocp.png
3098
%%DATADIR%%/fvwm/icons/Default/48x48/apps/monodevelop.png
3800
%%DATADIR%%/fvwm/icons/Default/48x48/apps/monodevelop.png
3099
%%DATADIR%%/fvwm/icons/Default/48x48/apps/monotheka.png
3801
%%DATADIR%%/fvwm/icons/Default/48x48/apps/monotheka.png
3802
%%DATADIR%%/fvwm/icons/Default/48x48/apps/moon-buggy.png
3100
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mousepad.png
3803
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mousepad.png
3101
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mplayer.png
3804
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mplayer.png
3102
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mrxvt.png
3805
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mrxvt.png
3103
%%DATADIR%%/fvwm/icons/Default/48x48/apps/multi-gnome-terminal.png
3806
%%DATADIR%%/fvwm/icons/Default/48x48/apps/multi-gnome-terminal.png
3104
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mutt.png
3807
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mutt.png
3808
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mysqlcc.png
3105
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nautilus.png
3809
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nautilus.png
3810
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nessus.png
3106
%%DATADIR%%/fvwm/icons/Default/48x48/apps/netgame.png
3811
%%DATADIR%%/fvwm/icons/Default/48x48/apps/netgame.png
3812
%%DATADIR%%/fvwm/icons/Default/48x48/apps/netpanzer.png
3813
%%DATADIR%%/fvwm/icons/Default/48x48/apps/netris.png
3107
%%DATADIR%%/fvwm/icons/Default/48x48/apps/netslide.png
3814
%%DATADIR%%/fvwm/icons/Default/48x48/apps/netslide.png
3815
%%DATADIR%%/fvwm/icons/Default/48x48/apps/neverball.png
3816
%%DATADIR%%/fvwm/icons/Default/48x48/apps/neverputt.png
3108
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nexuiz.png
3817
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nexuiz.png
3818
%%DATADIR%%/fvwm/icons/Default/48x48/apps/njam.png
3819
%%DATADIR%%/fvwm/icons/Default/48x48/apps/notepad.png
3109
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nvu.png
3820
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nvu.png
3110
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oobase.png
3821
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oobase.png
3111
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oobase2.png
3822
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oobase2.png
Lines 3113-3118 Link Here
3113
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oocalc2.png
3824
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oocalc2.png
3114
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oodraw.png
3825
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oodraw.png
3115
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oodraw2.png
3826
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oodraw2.png
3827
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooffice.png
3828
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooffice2.png
3116
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooimpress.png
3829
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooimpress.png
3117
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooimpress2.png
3830
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooimpress2.png
3118
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oomath.png
3831
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oomath.png
Lines 3121-3165 Link Here
3121
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oopadmin2.png
3834
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oopadmin2.png
3122
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oowriter.png
3835
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oowriter.png
3123
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oowriter2.png
3836
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oowriter2.png
3837
%%DATADIR%%/fvwm/icons/Default/48x48/apps/openclonk.png
3838
%%DATADIR%%/fvwm/icons/Default/48x48/apps/openoffice.png
3124
%%DATADIR%%/fvwm/icons/Default/48x48/apps/openttd.png
3839
%%DATADIR%%/fvwm/icons/Default/48x48/apps/openttd.png
3840
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pan.png
3841
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pathological.png
3125
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pattern.png
3842
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pattern.png
3126
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pegs.png
3843
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pegs.png
3844
%%DATADIR%%/fvwm/icons/Default/48x48/apps/picturewall.png
3127
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pida.png
3845
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pida.png
3846
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pingus.png
3128
%%DATADIR%%/fvwm/icons/Default/48x48/apps/porthole.png
3847
%%DATADIR%%/fvwm/icons/Default/48x48/apps/porthole.png
3129
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ppracer.png
3848
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ppracer.png
3849
%%DATADIR%%/fvwm/icons/Default/48x48/apps/psi.png
3850
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pyalamode-2.8.png
3851
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pycadia.png
3852
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pycrust-2.8.png
3130
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pydance.png
3853
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pydance.png
3131
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pygmy.png
3854
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pygmy.png
3132
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pympd.png
3855
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pympd.png
3856
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pyshell-2.8.png
3857
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pysol.png
3858
%%DATADIR%%/fvwm/icons/Default/48x48/apps/python.png
3859
%%DATADIR%%/fvwm/icons/Default/48x48/apps/q3ut3.png
3860
%%DATADIR%%/fvwm/icons/Default/48x48/apps/qcad.png
3861
%%DATADIR%%/fvwm/icons/Default/48x48/apps/qcomicbook.png
3862
%%DATADIR%%/fvwm/icons/Default/48x48/apps/qjackctl.png
3863
%%DATADIR%%/fvwm/icons/Default/48x48/apps/qps.png
3864
%%DATADIR%%/fvwm/icons/Default/48x48/apps/qtorrent.png
3133
%%DATADIR%%/fvwm/icons/Default/48x48/apps/qtstalker.png
3865
%%DATADIR%%/fvwm/icons/Default/48x48/apps/qtstalker.png
3134
%%DATADIR%%/fvwm/icons/Default/48x48/apps/quanta.png
3866
%%DATADIR%%/fvwm/icons/Default/48x48/apps/quanta.png
3135
%%DATADIR%%/fvwm/icons/Default/48x48/apps/quodlibet.png
3867
%%DATADIR%%/fvwm/icons/Default/48x48/apps/quodlibet.png
3868
%%DATADIR%%/fvwm/icons/Default/48x48/apps/rapidsvn.png
3136
%%DATADIR%%/fvwm/icons/Default/48x48/apps/rect.png
3869
%%DATADIR%%/fvwm/icons/Default/48x48/apps/rect.png
3870
%%DATADIR%%/fvwm/icons/Default/48x48/apps/revelation.png
3871
%%DATADIR%%/fvwm/icons/Default/48x48/apps/rhythmbox.png
3872
%%DATADIR%%/fvwm/icons/Default/48x48/apps/rox.png
3137
%%DATADIR%%/fvwm/icons/Default/48x48/apps/rubrica.png
3873
%%DATADIR%%/fvwm/icons/Default/48x48/apps/rubrica.png
3138
%%DATADIR%%/fvwm/icons/Default/48x48/apps/same-gnome.png
3874
%%DATADIR%%/fvwm/icons/Default/48x48/apps/same-gnome.png
3139
%%DATADIR%%/fvwm/icons/Default/48x48/apps/samegame.png
3875
%%DATADIR%%/fvwm/icons/Default/48x48/apps/samegame.png
3140
%%DATADIR%%/fvwm/icons/Default/48x48/apps/scite.png
3876
%%DATADIR%%/fvwm/icons/Default/48x48/apps/scite.png
3141
%%DATADIR%%/fvwm/icons/Default/48x48/apps/scorched3d.png
3877
%%DATADIR%%/fvwm/icons/Default/48x48/apps/scorched3d.png
3878
%%DATADIR%%/fvwm/icons/Default/48x48/apps/scribus.png
3879
%%DATADIR%%/fvwm/icons/Default/48x48/apps/seahorse.png
3880
%%DATADIR%%/fvwm/icons/Default/48x48/apps/shootingstar.png
3142
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sim.png
3881
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sim.png
3143
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sixteen.png
3882
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sixteen.png
3883
%%DATADIR%%/fvwm/icons/Default/48x48/apps/skystreets.png
3144
%%DATADIR%%/fvwm/icons/Default/48x48/apps/slant.png
3884
%%DATADIR%%/fvwm/icons/Default/48x48/apps/slant.png
3885
%%DATADIR%%/fvwm/icons/Default/48x48/apps/slrn-pl.png
3886
%%DATADIR%%/fvwm/icons/Default/48x48/apps/slrn.png
3145
%%DATADIR%%/fvwm/icons/Default/48x48/apps/smart.png
3887
%%DATADIR%%/fvwm/icons/Default/48x48/apps/smart.png
3888
%%DATADIR%%/fvwm/icons/Default/48x48/apps/snake.png
3146
%%DATADIR%%/fvwm/icons/Default/48x48/apps/snownews.png
3889
%%DATADIR%%/fvwm/icons/Default/48x48/apps/snownews.png
3147
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sodipodi.png
3890
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sodipodi.png
3148
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sol.png
3891
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sol.png
3892
%%DATADIR%%/fvwm/icons/Default/48x48/apps/solarwolf.png
3149
%%DATADIR%%/fvwm/icons/Default/48x48/apps/solo.png
3893
%%DATADIR%%/fvwm/icons/Default/48x48/apps/solo.png
3150
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sonata.png
3894
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sonata.png
3151
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sound-juicer.png
3895
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sound-juicer.png
3896
%%DATADIR%%/fvwm/icons/Default/48x48/apps/stalonetray.png
3152
%%DATADIR%%/fvwm/icons/Default/48x48/apps/stardict.png
3897
%%DATADIR%%/fvwm/icons/Default/48x48/apps/stardict.png
3898
%%DATADIR%%/fvwm/icons/Default/48x48/apps/starfighter.png
3899
%%DATADIR%%/fvwm/icons/Default/48x48/apps/startBristol.png
3900
%%DATADIR%%/fvwm/icons/Default/48x48/apps/stellarium.png
3153
%%DATADIR%%/fvwm/icons/Default/48x48/apps/straw.png
3901
%%DATADIR%%/fvwm/icons/Default/48x48/apps/straw.png
3154
%%DATADIR%%/fvwm/icons/Default/48x48/apps/streamtuner.png
3902
%%DATADIR%%/fvwm/icons/Default/48x48/apps/streamtuner.png
3903
%%DATADIR%%/fvwm/icons/Default/48x48/apps/supertux.png
3155
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sweep.png
3904
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sweep.png
3905
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sylpheed-claws.png
3906
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sylpheed-gtk2.png
3907
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sylpheed.png
3156
%%DATADIR%%/fvwm/icons/Default/48x48/apps/synaptic.png
3908
%%DATADIR%%/fvwm/icons/Default/48x48/apps/synaptic.png
3157
%%DATADIR%%/fvwm/icons/Default/48x48/apps/teaed.png
3909
%%DATADIR%%/fvwm/icons/Default/48x48/apps/teaed.png
3910
%%DATADIR%%/fvwm/icons/Default/48x48/apps/teeworlds.png
3158
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tents.png
3911
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tents.png
3912
%%DATADIR%%/fvwm/icons/Default/48x48/apps/terminator.png
3913
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tetraproc.png
3159
%%DATADIR%%/fvwm/icons/Default/48x48/apps/thunar.png
3914
%%DATADIR%%/fvwm/icons/Default/48x48/apps/thunar.png
3915
%%DATADIR%%/fvwm/icons/Default/48x48/apps/timidity.png
3916
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tkabber.png
3917
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tleenx2.png
3160
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tomboy.png
3918
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tomboy.png
3919
%%DATADIR%%/fvwm/icons/Default/48x48/apps/torcs.png
3161
%%DATADIR%%/fvwm/icons/Default/48x48/apps/totem.png
3920
%%DATADIR%%/fvwm/icons/Default/48x48/apps/totem.png
3921
%%DATADIR%%/fvwm/icons/Default/48x48/apps/trackballs.png
3922
%%DATADIR%%/fvwm/icons/Default/48x48/apps/transmission-gtk.png
3923
%%DATADIR%%/fvwm/icons/Default/48x48/apps/transmission-qt.png
3924
%%DATADIR%%/fvwm/icons/Default/48x48/apps/trayer.png
3925
%%DATADIR%%/fvwm/icons/Default/48x48/apps/trophy.png
3162
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tuxcmd.png
3926
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tuxcmd.png
3927
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tuxpaint.png
3163
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tvtime.png
3928
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tvtime.png
3164
%%DATADIR%%/fvwm/icons/Default/48x48/apps/twiddle.png
3929
%%DATADIR%%/fvwm/icons/Default/48x48/apps/twiddle.png
3165
%%DATADIR%%/fvwm/icons/Default/48x48/apps/twinkle.png
3930
%%DATADIR%%/fvwm/icons/Default/48x48/apps/twinkle.png
Lines 3166-3207 Link Here
3166
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ubuntu.png
3931
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ubuntu.png
3167
%%DATADIR%%/fvwm/icons/Default/48x48/apps/untangle.png
3932
%%DATADIR%%/fvwm/icons/Default/48x48/apps/untangle.png
3168
%%DATADIR%%/fvwm/icons/Default/48x48/apps/urxvt.png
3933
%%DATADIR%%/fvwm/icons/Default/48x48/apps/urxvt.png
3934
%%DATADIR%%/fvwm/icons/Default/48x48/apps/valknut.png
3169
%%DATADIR%%/fvwm/icons/Default/48x48/apps/vim.png
3935
%%DATADIR%%/fvwm/icons/Default/48x48/apps/vim.png
3936
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wargus.png
3937
%%DATADIR%%/fvwm/icons/Default/48x48/apps/weechat-curses.png
3170
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wesnoth.png
3938
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wesnoth.png
3939
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wine.png
3940
%%DATADIR%%/fvwm/icons/Default/48x48/apps/winecfg.png
3941
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wings3d.png
3171
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wireshark.png
3942
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wireshark.png
3943
%%DATADIR%%/fvwm/icons/Default/48x48/apps/worm.png
3172
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wyrd.png
3944
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wyrd.png
3173
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xawtv.png
3945
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xawtv.png
3946
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xboard.png
3947
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xcdroast.png
3948
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xchat.png
3174
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xemacs.png
3949
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xemacs.png
3950
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xevil.png
3175
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xfce4-terminal.png
3951
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xfce4-terminal.png
3176
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xfe.png
3952
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xfe.png
3177
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xfig.png
3953
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xfig.png
3954
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xine.png
3955
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmahjongg.png
3178
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmms.png
3956
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmms.png
3957
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmms2.png
3179
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmoto.png
3958
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmoto.png
3959
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmule.png
3180
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xnc.png
3960
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xnc.png
3961
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xnec2c.png
3962
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xpat2.png
3963
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xpdf.png
3964
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xpilot.png
3181
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xqf.png
3965
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xqf.png
3966
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xrced-2.8.png
3967
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xrick.png
3968
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xsane.png
3182
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xscreensaver.png
3969
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xscreensaver.png
3970
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xterm.png
3971
%%DATADIR%%/fvwm/icons/Default/48x48/apps/yass.png
3183
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ydpdict.png
3972
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ydpdict.png
3184
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zapping.png
3973
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zapping.png
3185
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zim.png
3974
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zim.png
3975
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zinf.png
3976
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zita-at1.png
3977
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zita-rev1.png
3978
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zsafe.png
3186
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Audio-Video.png
3979
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Audio-Video.png
3187
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Audio.png
3980
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Audio.png
3981
%%DATADIR%%/fvwm/icons/Default/48x48/categories/CD.png
3982
%%DATADIR%%/fvwm/icons/Default/48x48/categories/CD.png.active.png
3983
%%DATADIR%%/fvwm/icons/Default/48x48/categories/DESKTOP.png
3984
%%DATADIR%%/fvwm/icons/Default/48x48/categories/DESKTOP.png.active.png
3985
%%DATADIR%%/fvwm/icons/Default/48x48/categories/DOCUMENTS.png
3986
%%DATADIR%%/fvwm/icons/Default/48x48/categories/DOCUMENTS.png.active.png
3987
%%DATADIR%%/fvwm/icons/Default/48x48/categories/DOWNLOAD.png
3988
%%DATADIR%%/fvwm/icons/Default/48x48/categories/DOWNLOAD.png.active.png
3188
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Development.png
3989
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Development.png
3189
%%DATADIR%%/fvwm/icons/Default/48x48/categories/GNOME.png
3990
%%DATADIR%%/fvwm/icons/Default/48x48/categories/GNOME.png
3190
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Games.png
3991
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Games.png
3191
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Graphics.png
3992
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Graphics.png
3993
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Green_Drawer.png
3994
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Green_Drawer.png.active.png
3995
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Home.png
3996
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Home.png.active.png
3192
%%DATADIR%%/fvwm/icons/Default/48x48/categories/KDE.png
3997
%%DATADIR%%/fvwm/icons/Default/48x48/categories/KDE.png
3193
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Knowledge.png
3998
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Knowledge.png
3999
%%DATADIR%%/fvwm/icons/Default/48x48/categories/MUSIC.png
4000
%%DATADIR%%/fvwm/icons/Default/48x48/categories/MUSIC.png.active.png
3194
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Multimedia.png
4001
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Multimedia.png
3195
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Network.png
4002
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Network.png
3196
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Office.png
4003
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Office.png
4004
%%DATADIR%%/fvwm/icons/Default/48x48/categories/PICTURES.png
4005
%%DATADIR%%/fvwm/icons/Default/48x48/categories/PICTURES.png.active.png
4006
%%DATADIR%%/fvwm/icons/Default/48x48/categories/PUBLICSHARE.png
4007
%%DATADIR%%/fvwm/icons/Default/48x48/categories/PUBLICSHARE.png.active.png
4008
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Red_Drawer.png
4009
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Red_Drawer.png.active.png
4010
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Root.png
4011
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Root.png.active.png
3197
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Settings.png
4012
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Settings.png
3198
%%DATADIR%%/fvwm/icons/Default/48x48/categories/System.png
4013
%%DATADIR%%/fvwm/icons/Default/48x48/categories/System.png
4014
%%DATADIR%%/fvwm/icons/Default/48x48/categories/TEMPLATES.png
4015
%%DATADIR%%/fvwm/icons/Default/48x48/categories/TEMPLATES.png.active.png
3199
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Terminals.png
4016
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Terminals.png
3200
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Utilities.png
4017
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Utilities.png
4018
%%DATADIR%%/fvwm/icons/Default/48x48/categories/VIDEOS.png
4019
%%DATADIR%%/fvwm/icons/Default/48x48/categories/VIDEOS.png.active.png
3201
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Video.png
4020
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Video.png
4021
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Work_4.png
4022
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Work_4.png.active.png
4023
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Yellow_Drawer.png
4024
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Yellow_Drawer.png.active.png
3202
%%DATADIR%%/fvwm/icons/Default/48x48/categories/directory.png
4025
%%DATADIR%%/fvwm/icons/Default/48x48/categories/directory.png
4026
%%DATADIR%%/fvwm/icons/Default/48x48/categories/harddisk.png
4027
%%DATADIR%%/fvwm/icons/Default/48x48/categories/harddrive.png
4028
%%DATADIR%%/fvwm/icons/Default/48x48/categories/help.png
4029
%%DATADIR%%/fvwm/icons/Default/48x48/categories/home.png
4030
%%DATADIR%%/fvwm/icons/Default/48x48/categories/video_movies_view.png
4031
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/BlingBling.png
4032
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/BlingBling2.png
4033
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Boing_4.png
4034
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Boing_4.png.active.png
4035
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Home.png
4036
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Home.png.active.png
4037
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Jewel.png
4038
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Jewel2.png
4039
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Off.png
4040
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/On.png
4041
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Work_4.png
4042
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Work_4.png.active.png
4043
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/amiga.png
3203
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications-development.png
4044
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications-development.png
3204
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications.png
4045
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications.png
4046
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications2.png
4047
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-preferences-1.png
4048
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-preferences-2.png
4049
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic-1.png
4050
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic-2.png
4051
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic-3.png
3205
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic.png
4052
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic.png
3206
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/camera-photo.png
4053
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/camera-photo.png
3207
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/colorsets-file.png
4054
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/colorsets-file.png
Lines 3208-3216 Link Here
3208
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/colorsets.png
4055
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/colorsets.png
3209
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/dd.png
4056
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/dd.png
3210
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/df.png
4057
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/df.png
4058
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/focus.png
4059
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/focus2.png
4060
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/font.png
3211
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/fvwm-crystal.png
4061
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/fvwm-crystal.png
3212
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/gdm-xnest.png
4062
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/gdm-xnest.png
3213
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/gdm.png
4063
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/gdm.png
4064
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/geometry.png
4065
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/handles.png
4066
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/harddisk.png
4067
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/harddrive.png
4068
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/help.png
4069
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/home.png
4070
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/icon.png
4071
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/icon2.png
4072
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/icon3.png
3214
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-eject.png
4073
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-eject.png
3215
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-playback-pause.png
4074
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-playback-pause.png
3216
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-playback-start.png
4075
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-playback-start.png
Lines 3220-3230 Link Here
3220
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-seek-forward.png
4079
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-seek-forward.png
3221
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-skip-backward.png
4080
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-skip-backward.png
3222
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-skip-forward.png
4081
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-skip-forward.png
4082
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/mixer-2.png
4083
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/mixer.png
3223
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/multimedia-volume-control.png
4084
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/multimedia-volume-control.png
3224
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-screensaver.png
4085
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-screensaver.png
3225
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-theme.png
4086
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-theme.png
3226
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-wallpaper.png
4087
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-wallpaper.png
3227
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop.png
4088
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop.png
4089
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/silent.png
3228
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-file-manager.png
4090
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-file-manager.png
3229
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-lock-screen.png
4091
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-lock-screen.png
3230
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-log-out.png
4092
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-log-out.png
Lines 3232-3255 Link Here
3232
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-shutdown.png
4094
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-shutdown.png
3233
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/user-desktop.png
4095
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/user-desktop.png
3234
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/utilities-terminal.png
4096
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/utilities-terminal.png
4097
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/video_movies_view.png
3235
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/view-refresh.png
4098
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/view-refresh.png
3236
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/window-list.png
4099
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/window-list.png
4100
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/window-switch.png
4101
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/windows.png
4102
%%DATADIR%%/fvwm/locale/de/LC_MESSAGES/fvwm-crystal-script.mo
4103
%%DATADIR%%/fvwm/locale/de/LC_MESSAGES/fvwm-crystal-script.po
4104
%%DATADIR%%/fvwm/locale/de/LC_MESSAGES/fvwm-crystal.mo
4105
%%DATADIR%%/fvwm/locale/de/LC_MESSAGES/fvwm-crystal.po
4106
%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo
4107
%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal-script.po
3237
%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal.mo
4108
%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal.mo
3238
%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal.po
4109
%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal.po
3239
%%DATADIR%%/fvwm/locale/de_DE/LC_MESSAGES/fvwm-crystal.mo
4110
%%DATADIR%%/fvwm/locale/de_DE/LC_MESSAGES/fvwm-crystal.mo
3240
%%DATADIR%%/fvwm/locale/de_DE/LC_MESSAGES/fvwm-crystal.po
4111
%%DATADIR%%/fvwm/locale/de_DE/LC_MESSAGES/fvwm-crystal.po
4112
%%DATADIR%%/fvwm/locale/en/LC_MESSAGES/fvwm-crystal-script.mo
4113
%%DATADIR%%/fvwm/locale/en/LC_MESSAGES/fvwm-crystal-script.po
4114
%%DATADIR%%/fvwm/locale/en/LC_MESSAGES/fvwm-crystal.mo
4115
%%DATADIR%%/fvwm/locale/en/LC_MESSAGES/fvwm-crystal.po
4116
%%DATADIR%%/fvwm/locale/en_US.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo
4117
%%DATADIR%%/fvwm/locale/en_US.UTF-8/LC_MESSAGES/fvwm-crystal-script.po
4118
%%DATADIR%%/fvwm/locale/en_US.UTF-8/LC_MESSAGES/fvwm-crystal.mo
4119
%%DATADIR%%/fvwm/locale/en_US.UTF-8/LC_MESSAGES/fvwm-crystal.po
4120
%%DATADIR%%/fvwm/locale/es/LC_MESSAGES/fvwm-crystal.mo
4121
%%DATADIR%%/fvwm/locale/es/LC_MESSAGES/fvwm-crystal.po
3241
%%DATADIR%%/fvwm/locale/es_ES.UTF-8/LC_MESSAGES/fvwm-crystal.mo
4122
%%DATADIR%%/fvwm/locale/es_ES.UTF-8/LC_MESSAGES/fvwm-crystal.mo
3242
%%DATADIR%%/fvwm/locale/es_ES.UTF-8/LC_MESSAGES/fvwm-crystal.po
4123
%%DATADIR%%/fvwm/locale/es_ES.UTF-8/LC_MESSAGES/fvwm-crystal.po
3243
%%DATADIR%%/fvwm/locale/es_ES/LC_MESSAGES/fvwm-crystal.mo
4124
%%DATADIR%%/fvwm/locale/es_ES/LC_MESSAGES/fvwm-crystal.mo
3244
%%DATADIR%%/fvwm/locale/es_ES/LC_MESSAGES/fvwm-crystal.po
4125
%%DATADIR%%/fvwm/locale/es_ES/LC_MESSAGES/fvwm-crystal.po
4126
%%DATADIR%%/fvwm/locale/fr/LC_MESSAGES/fvwm-crystal-script.mo
4127
%%DATADIR%%/fvwm/locale/fr/LC_MESSAGES/fvwm-crystal-script.po
4128
%%DATADIR%%/fvwm/locale/fr/LC_MESSAGES/fvwm-crystal.mo
4129
%%DATADIR%%/fvwm/locale/fr/LC_MESSAGES/fvwm-crystal.po
4130
%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo
4131
%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.po
3245
%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.mo
4132
%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.mo
3246
%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.po
4133
%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.po
4134
%%DATADIR%%/fvwm/locale/fy/LC_MESSAGES/fvwm-crystal-script.mo
4135
%%DATADIR%%/fvwm/locale/fy/LC_MESSAGES/fvwm-crystal-script.po
4136
%%DATADIR%%/fvwm/locale/fy/LC_MESSAGES/fvwm-crystal.mo
4137
%%DATADIR%%/fvwm/locale/fy/LC_MESSAGES/fvwm-crystal.po
4138
%%DATADIR%%/fvwm/locale/fy_NL.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo
4139
%%DATADIR%%/fvwm/locale/fy_NL.UTF-8/LC_MESSAGES/fvwm-crystal-script.po
4140
%%DATADIR%%/fvwm/locale/fy_NL.UTF-8/LC_MESSAGES/fvwm-crystal.mo
4141
%%DATADIR%%/fvwm/locale/fy_NL.UTF-8/LC_MESSAGES/fvwm-crystal.po
3247
%%DATADIR%%/fvwm/locale/hu_HU/LC_MESSAGES/fvwm-crystal.mo
4142
%%DATADIR%%/fvwm/locale/hu_HU/LC_MESSAGES/fvwm-crystal.mo
3248
%%DATADIR%%/fvwm/locale/hu_HU/LC_MESSAGES/fvwm-crystal.po
4143
%%DATADIR%%/fvwm/locale/hu_HU/LC_MESSAGES/fvwm-crystal.po
4144
%%DATADIR%%/fvwm/locale/nl/LC_MESSAGES/fvwm-crystal-script.mo
4145
%%DATADIR%%/fvwm/locale/nl/LC_MESSAGES/fvwm-crystal-script.po
4146
%%DATADIR%%/fvwm/locale/nl/LC_MESSAGES/fvwm-crystal.mo
4147
%%DATADIR%%/fvwm/locale/nl/LC_MESSAGES/fvwm-crystal.po
4148
%%DATADIR%%/fvwm/locale/nl_NL.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo
4149
%%DATADIR%%/fvwm/locale/nl_NL.UTF-8/LC_MESSAGES/fvwm-crystal-script.po
4150
%%DATADIR%%/fvwm/locale/nl_NL.UTF-8/LC_MESSAGES/fvwm-crystal.mo
4151
%%DATADIR%%/fvwm/locale/nl_NL.UTF-8/LC_MESSAGES/fvwm-crystal.po
3249
%%DATADIR%%/fvwm/locale/pl_PL.UTF-8/LC_MESSAGES/fvwm-crystal.mo
4152
%%DATADIR%%/fvwm/locale/pl_PL.UTF-8/LC_MESSAGES/fvwm-crystal.mo
3250
%%DATADIR%%/fvwm/locale/pl_PL.UTF-8/LC_MESSAGES/fvwm-crystal.po
4153
%%DATADIR%%/fvwm/locale/pl_PL.UTF-8/LC_MESSAGES/fvwm-crystal.po
3251
%%DATADIR%%/fvwm/locale/pl_PL/LC_MESSAGES/fvwm-crystal.mo
4154
%%DATADIR%%/fvwm/locale/pl_PL/LC_MESSAGES/fvwm-crystal.mo
3252
%%DATADIR%%/fvwm/locale/pl_PL/LC_MESSAGES/fvwm-crystal.po
4155
%%DATADIR%%/fvwm/locale/pl_PL/LC_MESSAGES/fvwm-crystal.po
4156
%%DATADIR%%/fvwm/locale/pt_BR.UTF-8/LC_MESSAGES/fvwm-crystal.mo
4157
%%DATADIR%%/fvwm/locale/pt_BR.UTF-8/LC_MESSAGES/fvwm-crystal.po
4158
%%DATADIR%%/fvwm/locale/pt_BR/LC_MESSAGES/fvwm-crystal.mo
4159
%%DATADIR%%/fvwm/locale/pt_BR/LC_MESSAGES/fvwm-crystal.po
3253
%%DATADIR%%/fvwm/locale/ru_RU.KOI8-R/LC_MESSAGES/fvwm-crystal.mo
4160
%%DATADIR%%/fvwm/locale/ru_RU.KOI8-R/LC_MESSAGES/fvwm-crystal.mo
3254
%%DATADIR%%/fvwm/locale/ru_RU.KOI8-R/LC_MESSAGES/fvwm-crystal.po
4161
%%DATADIR%%/fvwm/locale/ru_RU.KOI8-R/LC_MESSAGES/fvwm-crystal.po
3255
%%DATADIR%%/fvwm/locale/ru_RU.UTF-8/LC_MESSAGES/fvwm-crystal.mo
4162
%%DATADIR%%/fvwm/locale/ru_RU.UTF-8/LC_MESSAGES/fvwm-crystal.mo
Lines 3258-3285 Link Here
3258
%%DATADIR%%/fvwm/locale/sk_SK.UTF-8/LC_MESSAGES/fvwm-crystal.po
4165
%%DATADIR%%/fvwm/locale/sk_SK.UTF-8/LC_MESSAGES/fvwm-crystal.po
3259
%%DATADIR%%/fvwm/locale/sk_SK/LC_MESSAGES/fvwm-crystal.mo
4166
%%DATADIR%%/fvwm/locale/sk_SK/LC_MESSAGES/fvwm-crystal.mo
3260
%%DATADIR%%/fvwm/locale/sk_SK/LC_MESSAGES/fvwm-crystal.po
4167
%%DATADIR%%/fvwm/locale/sk_SK/LC_MESSAGES/fvwm-crystal.po
4168
%%DATADIR%%/fvwm/preferences/AutoHibernation
4169
%%DATADIR%%/fvwm/preferences/BROWSER
3261
%%DATADIR%%/fvwm/preferences/DefaultDesktopManager
4170
%%DATADIR%%/fvwm/preferences/DefaultDesktopManager
3262
%%DATADIR%%/fvwm/preferences/DefaultFocusPolicy
4171
%%DATADIR%%/fvwm/preferences/DefaultFocusPolicy
4172
%%DATADIR%%/fvwm/preferences/DefaultMixer
3263
%%DATADIR%%/fvwm/preferences/DefaultMusicPlayer
4173
%%DATADIR%%/fvwm/preferences/DefaultMusicPlayer
4174
%%DATADIR%%/fvwm/preferences/DefaultSoundCard
3264
%%DATADIR%%/fvwm/preferences/DefaultTerminal
4175
%%DATADIR%%/fvwm/preferences/DefaultTerminal
4176
%%DATADIR%%/fvwm/preferences/DeskIconsSign.Amiga
4177
%%DATADIR%%/fvwm/preferences/DeskIconsSign.Clean
4178
%%DATADIR%%/fvwm/preferences/DeskIconsSign.Corner
4179
%%DATADIR%%/fvwm/preferences/DeskIconsSign.Default
4180
%%DATADIR%%/fvwm/preferences/DeskIconsSign.DefaultACPI
4181
%%DATADIR%%/fvwm/preferences/DeskIconsSign.Dock
4182
%%DATADIR%%/fvwm/preferences/DeskIconsSign.LapLeft
4183
%%DATADIR%%/fvwm/preferences/DeskIconsSign.LapLeftACPI
4184
%%DATADIR%%/fvwm/preferences/DeskIconsSign.LapRight
4185
%%DATADIR%%/fvwm/preferences/DeskIconsSign.LapRightACPI
4186
%%DATADIR%%/fvwm/preferences/DeskIconsSign.Light
4187
%%DATADIR%%/fvwm/preferences/DeskIconsSign.Nebulae
4188
%%DATADIR%%/fvwm/preferences/DeskIconsSign.OldSchool
4189
%%DATADIR%%/fvwm/preferences/DeskIconsSign.SideLine
4190
%%DATADIR%%/fvwm/preferences/DeskIconsSign.SilentHacker
4191
%%DATADIR%%/fvwm/preferences/DeskIconsSign.Thin
4192
%%DATADIR%%/fvwm/preferences/DeskIconsSign.TopDown
4193
%%DATADIR%%/fvwm/preferences/DeskIconsSign.TopLine
4194
%%DATADIR%%/fvwm/preferences/DeskIconsSign.WingCommander
4195
%%DATADIR%%/fvwm/preferences/DeskPageX
4196
%%DATADIR%%/fvwm/preferences/DesktopDirs
4197
%%DATADIR%%/fvwm/preferences/DesktopMenu
4198
%%DATADIR%%/fvwm/preferences/EDITOR
4199
%%DATADIR%%/fvwm/preferences/FileBrowser1
4200
%%DATADIR%%/fvwm/preferences/FileBrowser2
4201
%%DATADIR%%/fvwm/preferences/FullScreenApps
4202
%%DATADIR%%/fvwm/preferences/HandleWidth
4203
%%DATADIR%%/fvwm/preferences/IconDirs
4204
%%DATADIR%%/fvwm/preferences/IconsType
3265
%%DATADIR%%/fvwm/preferences/LastChoosenButtonModel
4205
%%DATADIR%%/fvwm/preferences/LastChoosenButtonModel
3266
%%DATADIR%%/fvwm/preferences/LastChoosenColorset
4206
%%DATADIR%%/fvwm/preferences/LastChoosenColorset
3267
%%DATADIR%%/fvwm/preferences/LastChoosenRecipe
4207
%%DATADIR%%/fvwm/preferences/LastChoosenRecipe
3268
%%DATADIR%%/fvwm/preferences/LastChoosenWallpaper
4208
%%DATADIR%%/fvwm/preferences/LastChoosenWallpaper
3269
%%DATADIR%%/fvwm/preferences/LastChoosenWindowDecoration
4209
%%DATADIR%%/fvwm/preferences/LastChoosenWindowDecoration
4210
%%DATADIR%%/fvwm/preferences/MediaDirectories
4211
%%DATADIR%%/fvwm/preferences/MediaMenuIcons
4212
%%DATADIR%%/fvwm/preferences/MenuFont
4213
%%DATADIR%%/fvwm/preferences/MenuFontSize
4214
%%DATADIR%%/fvwm/preferences/MenuFontStyle
3270
%%DATADIR%%/fvwm/preferences/NotificationArea-Width
4215
%%DATADIR%%/fvwm/preferences/NotificationArea-Width
3271
%%DATADIR%%/fvwm/preferences/NotificationAreaManager
4216
%%DATADIR%%/fvwm/preferences/NotificationAreaManager
3272
%%DATADIR%%/fvwm/preferences/NotificationAreaWidth
4217
%%DATADIR%%/fvwm/preferences/NotificationAreaWidth
4218
%%DATADIR%%/fvwm/preferences/PanelFont
4219
%%DATADIR%%/fvwm/preferences/PanelFontSize
4220
%%DATADIR%%/fvwm/preferences/PanelFontStyle
3273
%%DATADIR%%/fvwm/preferences/PrivilegedTerminals
4221
%%DATADIR%%/fvwm/preferences/PrivilegedTerminals
3274
%%DATADIR%%/fvwm/preferences/QuakeConsoleHeight
4222
%%DATADIR%%/fvwm/preferences/QuakeConsoleHeight
3275
%%DATADIR%%/fvwm/preferences/QuakeConsoleTerminal
4223
%%DATADIR%%/fvwm/preferences/QuakeConsoleTerminal
4224
%%DATADIR%%/fvwm/preferences/ShowDirectories
4225
%%DATADIR%%/fvwm/preferences/ShowPartitions
4226
%%DATADIR%%/fvwm/preferences/ShowXDG
4227
%%DATADIR%%/fvwm/preferences/SilentOps
3276
%%DATADIR%%/fvwm/preferences/Startup
4228
%%DATADIR%%/fvwm/preferences/Startup
4229
%%DATADIR%%/fvwm/preferences/TitleFont
4230
%%DATADIR%%/fvwm/preferences/TitleFontSize
4231
%%DATADIR%%/fvwm/preferences/TitleFontStyle
4232
%%DATADIR%%/fvwm/preferences/XDGMenu
4233
%%DATADIR%%/fvwm/recipes/Amiga
3277
%%DATADIR%%/fvwm/recipes/Clean
4234
%%DATADIR%%/fvwm/recipes/Clean
3278
%%DATADIR%%/fvwm/recipes/Clean Vertical
3279
%%DATADIR%%/fvwm/recipes/Corner
4235
%%DATADIR%%/fvwm/recipes/Corner
3280
%%DATADIR%%/fvwm/recipes/Default
4236
%%DATADIR%%/fvwm/recipes/Default
3281
%%DATADIR%%/fvwm/recipes/Default with ACPI
4237
%%DATADIR%%/fvwm/recipes/Default with ACPI
3282
%%DATADIR%%/fvwm/recipes/Dock
4238
%%DATADIR%%/fvwm/recipes/Dock
4239
%%DATADIR%%/fvwm/recipes/LapLeft
4240
%%DATADIR%%/fvwm/recipes/LapLeft with ACPI
4241
%%DATADIR%%/fvwm/recipes/LapRight
4242
%%DATADIR%%/fvwm/recipes/LapRight with ACPI
3283
%%DATADIR%%/fvwm/recipes/Light
4243
%%DATADIR%%/fvwm/recipes/Light
3284
%%DATADIR%%/fvwm/recipes/Nebulae
4244
%%DATADIR%%/fvwm/recipes/Nebulae
3285
%%DATADIR%%/fvwm/recipes/Old School
4245
%%DATADIR%%/fvwm/recipes/Old School
Lines 3288-3293 Link Here
3288
%%DATADIR%%/fvwm/recipes/Thin
4248
%%DATADIR%%/fvwm/recipes/Thin
3289
%%DATADIR%%/fvwm/recipes/TopDown
4249
%%DATADIR%%/fvwm/recipes/TopDown
3290
%%DATADIR%%/fvwm/recipes/TopLine
4250
%%DATADIR%%/fvwm/recipes/TopLine
4251
%%DATADIR%%/fvwm/recipes/Wing-Commander
4252
%%DATADIR%%/fvwm/scripts/AmixerControl
4253
%%DATADIR%%/fvwm/scripts/AmixerCurrentdBVolume
4254
%%DATADIR%%/fvwm/scripts/AutoHibernate
4255
%%DATADIR%%/fvwm/scripts/CheckMenuDate
4256
%%DATADIR%%/fvwm/scripts/DesktopActions
4257
%%DATADIR%%/fvwm/scripts/DesktopCheckMounts
4258
%%DATADIR%%/fvwm/scripts/FSApps
4259
%%DATADIR%%/fvwm/scripts/FileEditors/FileEditWithHelp
4260
%%DATADIR%%/fvwm/scripts/FileEditors/ShowDirectories-Help
4261
%%DATADIR%%/fvwm/scripts/FontSelector/FontSelector
4262
%%DATADIR%%/fvwm/scripts/FontSelector/findindex.sh
3291
%%DATADIR%%/fvwm/scripts/FvwmMPD/FvwmApplet-MpdAddSong
4263
%%DATADIR%%/fvwm/scripts/FvwmMPD/FvwmApplet-MpdAddSong
3292
%%DATADIR%%/fvwm/scripts/FvwmMPD/FvwmApplet-MpdPlEd
4264
%%DATADIR%%/fvwm/scripts/FvwmMPD/FvwmApplet-MpdPlEd
3293
%%DATADIR%%/fvwm/scripts/FvwmMPD/getdir.sh
4265
%%DATADIR%%/fvwm/scripts/FvwmMPD/getdir.sh
Lines 3295-3301 Link Here
3295
%%DATADIR%%/fvwm/scripts/FvwmMPD/listsongs.sh
4267
%%DATADIR%%/fvwm/scripts/FvwmMPD/listsongs.sh
3296
%%DATADIR%%/fvwm/scripts/FvwmMPD/parseplaylist.sh
4268
%%DATADIR%%/fvwm/scripts/FvwmMPD/parseplaylist.sh
3297
%%DATADIR%%/fvwm/scripts/FvwmMPD/stripnames.py
4269
%%DATADIR%%/fvwm/scripts/FvwmMPD/stripnames.py
4270
%%DATADIR%%/fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor
4271
%%DATADIR%%/fvwm/scripts/PrefVars/PrefVars
4272
%%DATADIR%%/fvwm/scripts/ScreenResolution
4273
%%DATADIR%%/fvwm/scripts/SetTranslucency
4274
%%DATADIR%%/fvwm/scripts/UpdateInfoline
4275
%%DATADIR%%/fvwm/scripts/XDG-Menu
4276
%%DATADIR%%/fvwm/scripts/convert_preferences
4277
%%DATADIR%%/fvwm/scripts/desktop_manager
4278
%%DATADIR%%/fvwm/scripts/infoline_amiga
4279
%%DATADIR%%/fvwm/scripts/killmplayer
4280
%%DATADIR%%/fvwm/scripts/launchwm
4281
%%DATADIR%%/fvwm/scripts/make_all_playlists
4282
%%DATADIR%%/fvwm/scripts/makefontlist
4283
%%DATADIR%%/fvwm/scripts/media_directories
4284
%%DATADIR%%/fvwm/scripts/random-wallpaper
4285
%%DATADIR%%/fvwm/scripts/set_DesktopIconsGeom
3298
%%DATADIR%%/fvwm/scripts/speed_value
4286
%%DATADIR%%/fvwm/scripts/speed_value
4287
%%DATADIR%%/fvwm/scripts/startmplayer
3299
%%DATADIR%%/fvwm/wallpapers/fvwm-crystal-bright1-1024x768.jpg
4288
%%DATADIR%%/fvwm/wallpapers/fvwm-crystal-bright1-1024x768.jpg
3300
%%DATADIR%%/fvwm/wallpapers/fvwm-crystal-dark1-1024x768.jpg
4289
%%DATADIR%%/fvwm/wallpapers/fvwm-crystal-dark1-1024x768.jpg
3301
%%DATADIR%%/fvwm/wallpapers/fvwm-crystal-dark2-1024x768.jpg
4290
%%DATADIR%%/fvwm/wallpapers/fvwm-crystal-dark2-1024x768.jpg
4291
share/man/man1/ApplicationDatabase.1
4292
share/man/man1/CrystalRoxHOWTO.1
4293
share/man/man1/FVWMCrystalFAQ.1
4294
share/man/man1/KeyboardBindings.1
4295
share/man/man1/MouseBindings.1
4296
share/man/man1/Tips.1
4297
share/man/man1/fvwm-crystal.1
4298
share/xsessions/fvwm-crystal.desktop
4299
@dir /etc/X11/Sessions
4300
@dir /etc/sudoers.d

Return to bug 239625