FreeBSD Bugzilla – Attachment 206564 Details for
Bug 239625
x11-wm/fvwm-crystal: Applications menues disappeared after build with python 3.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-crystal_3.4.1_v3
svn-diff-3.4.1 (text/plain), 178.13 KB, created by
Walter Schwarzenfeld
on 2019-08-14 22:09:30 UTC
(
hide
)
Description:
svn-diff-crystal_3.4.1_v3
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2019-08-14 22:09:30 UTC
Size:
178.13 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 507990) >+++ Makefile (working copy) >@@ -2,10 +2,10 @@ > # $FreeBSD$ > > PORTNAME= fvwm-crystal >-PORTVERSION= 3.0.6 >-PORTREVISION= 10 >+PORTVERSION= 3.4.1 > CATEGORIES= x11-wm >-MASTER_SITES= http://download.gna.org/fvwm-crystal/${PORTVERSION}/ >+MASTER_SITES= https://sourceforge.net/projects/fvwm-crystal/files/${PORTVERSION}/ >+DISTFILE_SUFX= download > > MAINTAINER= giacomomariani@yahoo.it > COMMENT= Easy, eye-candy, light, and powerful window manager for X11 >@@ -13,7 +13,7 @@ > RUN_DEPENDS= fvwm>=2.5:x11-wm/fvwm2 \ > bash:shells/bash > >-USES= gettext gmake python shebangfix >+USES= gettext gmake python:2.7 shebangfix > SHEBANG_FILES= addons/* bin/* fvwm/scripts/speed_value \ > fvwm/scripts/FvwmMPD/*.py > MAKE_ENV= prefix="${PREFIX}" addondir="${DOCSDIR}/addons" >@@ -47,6 +47,8 @@ > post-patch: > @${REINPLACE_CMD} -e 's|cp -r -d|cp -r|; s|cp -d|cp|' \ > ${WRKSRC}/${MAKEFILE} >+ ${REINPLACE_CMD} -e 's|/usr/bin|/usr/local/bin|' \ >+ ${WRKSRC}/fvwm/preferences/* > scrivi: > ${ECHO_CMD} ${LOCALBASE} > ${ECHO_CMD} ${PREFIX} >Index: distinfo >=================================================================== >--- distinfo (revision 507990) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (fvwm-crystal-3.0.6.tar.gz) = 9a325f07929e2b4ab2cc8f3e82eab0219d97dd9111c103309711dab324f17fe9 >-SIZE (fvwm-crystal-3.0.6.tar.gz) = 7857363 >+TIMESTAMP = 1565605127 >+SHA256 (fvwm-crystal-3.4.1.tar.gz) = d80241ba4720cee4ac163442a99c977e4441758e399f5aa9c6f8a4c97e109833 >+SIZE (fvwm-crystal-3.4.1.tar.gz) = 5663772 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 507990) >+++ files/patch-Makefile (working copy) >@@ -1,61 +1,42 @@ >---- Makefile.orig 2014-07-02 11:08:31.459626724 +0800 >-+++ Makefile 2014-07-02 11:11:50.634611079 +0800 >-@@ -1,7 +1,7 @@ >- #!/usr/bin/make -f >- .PHONY: all install uninstall dist correctpermissions install-doc uninstall-doc >+--- Makefile.orig 2019-08-12 12:03:14 UTC >++++ Makefile >+@@ -16,14 +16,14 @@ install: correctpath install-doc > >--prefix?=/usr/local >-+prefix=$(PREFIX) >- docdir?=$(prefix)/share/doc/fvwm-crystal/ >- addondir?=$(prefix)/share/fvwm-crystal/addons >+ 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 >+ install -m 755 tmp/fvwm-crystal.generate-menu $(DESTDIR)$(prefix)/bin >+- cp -d -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/ >++ cp -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/ >+ cp tmp/fvwm-crystal $(DESTDIR)/etc/X11/Sessions >+ cp shared/fvwm-crystal.desktop $(DESTDIR)$(prefix)/share/xsessions >+ cp shared/fvwm-crystal.sudoers.d $(DESTDIR)/etc/sudoers.d/fvwm-crystal >+ chmod 440 $(DESTDIR)/etc/sudoers.d/fvwm-crystal > >-@@ -12,13 +12,13 @@ all: >+ mkdir -p $(DESTDIR)$(prefix)/share/man/man1 >+- cp -d -r man/* $(DESTDIR)$(prefix)/share/man/man1 >++ cp -r man/* $(DESTDIR)$(prefix)/share/man/man1 >+ # restore the original file; needed for successive run >+ cp -f tmp/LastChoosenRecipe fvwm/preferences/LastChoosenRecipe > >- install: uninstall correctpath >- @echo Installing fvwm-crystal $(RELEASE) to $(prefix) >-- mkdir -p $(prefix)/bin $(prefix)/share/fvwm-crystal/fvwm >-+ mkdir -p $(DESTDIR)$(prefix)/bin $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm >- >-- 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 >-- cp -d -r fvwm/* $(prefix)/share/fvwm-crystal/fvwm/ >-+ 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 >-+ cp -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/ >- >-- mkdir -p $(prefix)/share/man/man1 >-- cp -d -r man/* $(prefix)/share/man/man1 >-+ mkdir -p $(DESTDIR)$(prefix)/man/man1 >-+ cp -r man/* $(DESTDIR)$(prefix)/man/man1 >- >- uninstall: >- @echo "Uninstalling previously installed fvwm-crystal" >-@@ -40,7 +40,7 @@ dist-minimal: >- mkdir -p "fvwm-crystal-minimal-$(RELEASE)" >- mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm" >- # Copy basic files >-- cp -r AUTHORS COPYING INSTALL Makefile NEWS README fvwm-crystal-minimal-$(RELEASE)/ >-+ cp -r AUTHORS INSTALL Makefile NEWS README fvwm-crystal-minimal-$(RELEASE)/ >- cp -r fvwm/config fvwm-crystal-minimal-$(RELEASE)/fvwm/ >- # Copy addons/ >- mkdir -p "fvwm-crystal-minimal-$(RELEASE)/addons" >-@@ -190,15 +190,15 @@ dist-minimal: >- >- # It is needed to adjust some path inside fvwm-crystal.generate-menu since this file must know the install path >- correctpath: >-- sed -i 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu >-- sed -i 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu >+@@ -215,11 +215,11 @@ correctpath: >+ cp -f bin/fvwm-crystal.generate-menu tmp >+ cp -f shared/fvwm-crystal tmp >+ cp -f fvwm/preferences/LastChoosenRecipe tmp >+- sed -i 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' tmp/fvwm-crystal.generate-menu >+- sed -i 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' tmp/fvwm-crystal.generate-menu >+- sed -i 's:SYSPREFS="/usr/share:SYSPREFS="$(prefix)/share:' tmp/fvwm-crystal.generate-menu >+- sed -i 's:/usr/bin:$(prefix)/bin:' tmp/fvwm-crystal >+- sed -i 's:/usr/bin:$(prefix)/bin:' fvwm/preferences/LastChoosenRecipe > + sed 's:FC_MENUBASEROOT="/usr/share:FC_MENUBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu > bin/fvwm-crystal.generate-menu.new > + sed 's:FC_ICONBASEROOT="/usr/share:FC_ICONBASEROOT="$(prefix)/share:' bin/fvwm-crystal.generate-menu.new > bin/fvwm-crystal.generate-menu >++ sed 's:SYSPREFS="/usr/share:SYSPREFS="$(prefix)/share:' tmp/fvwm-crystal.generate-menu >++ sed 's:/usr/bin:$(prefix)/bin:' tmp/fvwm-crystal >++ sed 's:/usr/bin:$(prefix)/bin:' fvwm/preferences/LastChoosenRecipe > > uninstall-doc: >- -rm -rf $(docdir) >- -rm -rf $(addondir) >- >- install-doc: >-- mkdir -p $(addondir) $(docdir) >-- install -m 644 addons/* $(addondir) >-- install -m 644 AUTHORS COPYING NEWS ChangeLog README INSTALL $(docdir) >-- install -m 644 doc/* $(docdir) >-+ mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir) >-+ install -m 644 addons/* $(DESTDIR)$(addondir) >-+ install -m 644 AUTHORS NEWS ChangeLog README INSTALL $(DESTDIR)$(docdir) >-+ install -m 644 doc/* $(DESTDIR)$(docdir) >+ -rm -rf $(DESTDIR)$(docdir) >+@@ -229,4 +229,4 @@ install-doc: >+ mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)/html >+ install -m 644 addons/* $(DESTDIR)$(addondir) >+ install -m 644 AUTHORS Contribute NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir) >+- cp -d -r doc/* $(DESTDIR)$(docdir) >++ cp -r doc/* $(DESTDIR)$(docdir) >Index: files/patch-bin_fvwm-crystal.apps >=================================================================== >--- files/patch-bin_fvwm-crystal.apps (revision 507990) >+++ files/patch-bin_fvwm-crystal.apps (nonexistent) >@@ -1,74 +0,0 @@ >---- bin/fvwm-crystal.apps.orig 2008-06-23 22:42:54.000000000 +0200 >-+++ bin/fvwm-crystal.apps 2010-06-29 20:54:59.000000000 +0200 >-@@ -102,7 +102,7 @@ >- group = OptionGroup(parser, "General creation options", "Options definig what should be generated") >- # group.add_option('-g', '--generate', action = 'store', choices=['all','menus','panel','topapps'], dest='generate', default='all', metavar='WHAT', >- # help = "what should be generated. aviable options are: all, menus, panel, topapps. default is all.") >-- group.add_option('--with', action = 'append', type='string', dest='with', metavar='DIRECTORY', >-+ group.add_option('--with', action = 'append', type='string', dest='xwith', metavar='DIRECTORY', >- help = 'generate entries only for defined entries (directories or files)') >- group.add_option('--without', action = 'append', type='string', dest='without', metavar='DIRECTORY', >- help = 'do NOT use defined entries (directories or files) for generating output.') >-@@ -206,12 +206,12 @@ >- #end of parseArgv >- >- >--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'): >-+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'): >- """Read application databases from directories. >- if checkExecs is True then use exec_field from file name to check access before adding it to database >- if searchIconsIn is provided then use this path to check icons existence >- sortOrder defines sorting order for entries >-- with is a list of entries (relative to the database root) that should be read >-+ xwith is a list of entries (relative to the database root) that should be read >- without is a list of entries (relative to the database root or absolute targets for symlinks) that should be left out >- """ >- >-@@ -235,7 +235,7 @@ >- return True >- return False >- >-- def get_entry(root,dir,cat,sort,check,with,without,realcat): >-+ def get_entry(root,dir,cat,sort,check,xwith,without,realcat): >- if not os.path.isdir(os.path.join(root,dir)) or not os.access(os.path.join(root,dir),os.R_OK): >- yield None >- for entry in os.listdir(os.path.join(root,dir)): >-@@ -268,9 +268,9 @@ >- if not checkFileAccess(test): >- continue >- >-- if with and len(with)>0: >-+ if xwith and len(xwith)>0: >- cont=False >-- for i,v in enumerate(with): >-+ for i,v in enumerate(xwith): >- if not (os.path.join(cat,name).startswith(v) or os.path.join(cat,name.replace('_',' ')).startswith(v)): >- cont=True >- break >-@@ -305,7 +305,7 @@ >- x = realcat[:] >- x.extend([prio,name]) >- if access: >-- for sub in get_entry(root,os.path.join(dir,entry),os.path.join(cat,name).replace(' ','_'),sort,check,with,without,x): >-+ for sub in get_entry(root,os.path.join(dir,entry),os.path.join(cat,name).replace(' ','_'),sort,check,xwith,without,x): >- yield sub >- elif os.path.isfile(file): >- if sort=='name' or sort=='rname': >-@@ -327,7 +327,7 @@ >- db=os.path.abspath(os.path.expanduser(databases[i])) >- if not os.path.isdir(db) or not os.access(db,os.R_OK): >- continue >-- for entry in get_entry(db,'',os.path.join('/',rootName),sortOrder,checkExecs,with,without,[0,rootName]): >-+ for entry in get_entry(db,'',os.path.join('/',rootName),sortOrder,checkExecs,xwith,without,[0,rootName]): >- if not entry: >- continue >- if not entry[5]: >-@@ -850,7 +850,7 @@ >- if params[0].database and len(params[0].database)>0: >- database=params[0].database >- >--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) >-+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) >- >- ########################## DEBUG ################################ >- if params[0].verbosity > 1: > >Property changes on: files/patch-bin_fvwm-crystal.apps >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 507990) >+++ pkg-plist (working copy) >@@ -1,15 +1,30 @@ >+/etc/X11/Sessions/fvwm-crystal >+/etc/sudoers.d/fvwm-crystal > bin/fvwm-crystal > bin/fvwm-crystal.apps > bin/fvwm-crystal.generate-menu > bin/fvwm-crystal.infoline > bin/fvwm-crystal.mplayer-wrapper >+bin/fvwm-crystal.play-movies >+bin/fvwm-crystal.videomodeswitch+ >+bin/fvwm-crystal.videomodeswitch- > bin/fvwm-crystal.wallpaper >-man/man1/ApplicationDatabase.1.gz >-man/man1/CrystalRoxHOWTO.1.gz >-man/man1/FVWMCrystalFAQ.1.gz >-man/man1/KeyboardBindings.1.gz >-man/man1/MouseBindings.1.gz >-man/man1/Tips.1.gz >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/ChangeLog >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/Contribute >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/Export.README >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/INSTALL >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/LICENSE >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/NEWS >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/README >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/TODO >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/ApplicationDatabase.html >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/CrystalRoxHOWTO.html >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/FAQ.html >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/KeyboardBindings.html >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/MouseBindings.html >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/Tips.html >+%%PORTDOCS%%%%DOCSDIR%%-3.4.1/html/fvwm-crystal.html > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~doom3~DOOM_III > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~quake3~Quake_III_Arena > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~quake4~Quake_IV >@@ -19,13 +34,29 @@ > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/18~q3ut3~Q3A:_Urban_Terror > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/20~xqf~XQF > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/25~circuslinux~Circus_Linux >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~Maelstrom~Maelstrom >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~bomber~Xbomber > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~bzflag~bzFlag >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~chromium-bsu~Chromium_B.S.U >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~heroes~heroes >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~kclever-ai~koth_fires_intelligent >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~kmoron-ai~koth_random_fire >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~koths~Koth_server >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~koth~koth > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~lxdoom~LxDoom > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~nexuiz~Nexuiz >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~openlierox~OpenLieroX >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~poopmup~poopmup > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~quake2~Quake_II >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~rafkill~rafkill >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~rrootage~rrootage >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~snipe2d~Orbital_Eunuchs_Sniper >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~transcend~transcend >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~tuxkart~tuxkart > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~ut~Unreal_Tournament > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~wolfmp~RTCW_Multiplayer > %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~wolfsp~Return_to_Castle_Wolfenstein >+%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~xblast~xblast > %%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/20~crack-attack~Crack_Attack! > %%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~bastet~Bastard_Tetris > %%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~gnometris~GnomeTris >@@ -36,9 +67,21 @@ > %%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~netris~Netris > %%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~netris~Netris_Server > %%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~tod~tod >+%%DATADIR%%/fvwm/Applications/20~Games/Adventures_Games/~crossfire-client-gtk2~Crossfire_GTK_Client_V2 >+%%DATADIR%%/fvwm/Applications/20~Games/Adventures_Games/~gbhed~gBhed >+%%DATADIR%%/fvwm/Applications/20~Games/Adventures_Games/~manaplus~ManaPlus_(Tests) >+%%DATADIR%%/fvwm/Applications/20~Games/Adventures_Games/~manaplus~The_Mana_world > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/20~frozen-bubble~Frozen_Bubble > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/20~supertux~SuperTux > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~armagetron~Armagetron >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~asteroid~asteroid >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~bloboats~bloboats >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~blockrage~Block_Rage >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~circuslinux~Circus_Linux >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~cob~Cruising_on_Broadway >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~cutemaze~CuteMaze >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~excido~excido >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gav~gav > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gltron~GLTron > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gnibbles~Nibbles > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gnome-stones~Stones >@@ -46,12 +89,15 @@ > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~jumpnbump-menu~Jump'N'Bump > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kbounce~KBounce > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kgoldrunner~KGoldrunner >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kobodl~Kobo Deluxe > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ksnake~KSnake > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ktron~KTron > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~lbreakout2~LBreakout2 > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~lbreakout~LBreakout > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~liquidwar~LiquidWar >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~marbleblast-demo~Marbleblast_demo > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~moagg~Moagg >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~monkey-bubble~Monkey_Bubble > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~neverball~Neverball > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~neverputt~Neverputt > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~njam~Njam >@@ -58,18 +104,35 @@ > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ppracer~PlanetPenguin_Racer > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~pydance~PyDance > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~rocksndiamonds~Rocks'n'Diamonds >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~sasteroids~sasteroids >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~scavenger~X_Scavenger >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~snake3d~snake3d > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~snake~Snake >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~sopwith~sopwith >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~spacerider~spacerider >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~stardork~stardork >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~supertux~Supertux >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~syobon~syobon > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~torcs~Torcs > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trackballs~Trackballs >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trailblazer~trailblazer > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trophy~Trophy >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~tuxdash~tuxdash > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~worm~Worm >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xjump~xjump > %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xmoto~X-Moto >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xrick~xrick >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xsfcave~xsfcave >+%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~yar~yarsrevenge > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~BillardGL~BillardGL > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~billard-gl~BillardGL > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~eboard~Eboard > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~foobillard~FooBillard >+%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~glightoff~GLightOff >+%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gpe-lights~Lights_Out > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gtkboard~GTKBoard > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gweled~Gweled >+%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~hexalate~Hexalate > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kbackgammon~KBackgammon > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kenolaba~Kenolaba > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kmahjongg~KMahjongg >@@ -77,6 +140,8 @@ > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kreversi~KReversi > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kshisen~Shisen-Sho > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~mahjongg~Mahjongg >+%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~sirius~Sirius >+%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~skoosh~Fifteen > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~xboard~XBoard > %%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~xmahjongg~xMahjongg > %%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~blackjack~Blackjack >@@ -86,6 +151,7 @@ > %%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~sol~Aisle_Riot > %%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~xpat2~xPat2 > %%DATADIR%%/fvwm/Applications/20~Games/Emulators/~dosbox~DOSBox >+%%DATADIR%%/fvwm/Applications/20~Games/Kids_Games/~gcompris~Suite_educativa_GCompris > %%DATADIR%%/fvwm/Applications/20~Games/Kids_Games/~ktuberling~KTuberling > %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~blackboxgame~Black_Box > %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~bridges~Bridges >@@ -112,6 +178,7 @@ > %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~twiddle~Twiddle > %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~untangle~Untangle > %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~atomix~Atomix >+%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~cubetest~Cube_Test > %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~enigma~Enigma > %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gataxx~Ataxx > %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~glines~gLines >@@ -155,10 +222,17 @@ > %%DATADIR%%/fvwm/Applications/20~Games/Shooters/~kspaceduel~KSpaceDuel > %%DATADIR%%/fvwm/Applications/20~Games/Shooters/~maelstrom~Maelstrom > %%DATADIR%%/fvwm/Applications/20~Games/Shooters/~moon-buggy~Moon_Buggy >+%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~oilwar~OilWar > %%DATADIR%%/fvwm/Applications/20~Games/Shooters/~starfighter~Starfighter > %%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xevil~XEvil > %%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xpilot~XPilot >+%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xpilot~XPilot_server > %%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xrick~Rick_Dangerous >+%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~QLife~QLife >+%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~gpe-julia~Julia >+%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~gtklife~GtkLife >+%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~lucidlife~LucidLife >+%%DATADIR%%/fvwm/Applications/20~Games/Simulation/~planets~Planets > %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~netpanzer~NetPanzer > %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~openttd~OpenTTD > %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~starcraft~StarCraft >@@ -168,6 +242,7 @@ > %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~castle-combat~Castle_Combat > %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~civclient~FreeCiv_Client > %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~civserver~FreeCiv_Server >+%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~freeciv-server~Freeciv_server > %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~kbattleship~KBattleship > %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~konquest~Konquest > %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~lgeneral~LGeneral >@@ -261,6 +336,7 @@ > %%DATADIR%%/fvwm/Applications/Graphics/~gcolor2~gColor2 > %%DATADIR%%/fvwm/Applications/Graphics/~kcolorchooser~KColorChooser > %%DATADIR%%/fvwm/Applications/Graphics/~kcoloredit~kcoloredit >+%%DATADIR%%/fvwm/Applications/Graphics/~picturewall~PictureWall > %%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~basket~Basket > %%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~celestia~Celestia > %%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~kstars~KStars >@@ -295,25 +371,30 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~jack~Jack_The_Ripper > %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~kaudiocreator~kaudiocreator > %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~ripperX~ripperX >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~roxiso~RoxISO > %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~serpentine~Serpentine > %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~sound-juicer~Sound_Juicer > %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~xcdroast~XCDRoast > %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/~cinepaint~cinepaint > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/10~glmix~glmix >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/10~gnome-volume-control~Gnome-volume-control > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~alsamixerguis~alsamixerguis > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~alsamixergui~alsamixergui > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~aumix~Aumix > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~gamix~gAmix >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~gnome-volume-control~Gnome-volume-control > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~kamix~kamix > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~psmix2~psmix > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~alsamixer~ALSA_Mixer > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~aumix~Aumix > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~gnome-alsamixer~GNOME_Alsamixer >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jack_mixer~Jack_Mixer > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackeq~jackeq > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackminimix~Jackminimix > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackmix~jackmix >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jamin~jamin >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~kenvy24gui~KEnvy24 > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~kmix~kMix >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~xfce4-mixer~Audio_Mixer > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~audacity~Audacity > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~glame~gLame > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~gnusound~gnusound >@@ -327,14 +408,25 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~lmms~LMMS > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~pd~pd > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~protux~protux >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~radium~Radium > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~spiralsynthmodular~Spiralmodular > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~wired~wired >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Dj/~djplay~Djplay >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Dj/~fweelin~Freewheeling >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/DJ/~bpmdj.sh~BpmDj >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/DJ/~djplay~Djplay >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/DJ/~fweelin~Freewheeling > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lash_panel~Lash_panel > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lash_save_button~Lash_save_button > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lashd~Lash_deamon > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/15~glashctl~GLashCtl >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~gjackclock~GJackClock >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~gjacktransport~GJackTransport >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~gladish~gladish >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~jackmixdesk_gtk~JackMixDesk_Client >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~jackmixdesk~JackMixDesk_Server >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~ladi-control-center~LADI_Control_Center >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~ladi-player~LADI_Player >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~ladi-system-log~LADI_Log_File_Viewer >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Jack/~ladi-system-tray~LADI_System_Tray > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/10~humanizer~Alsa_MIDI_humanizer > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/10~qmidiroute~qmidiroute > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/20~timidity~Timidity_Server_Start >@@ -343,6 +435,7 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~kmidimon~kmidimon > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~kontroll~kontroll > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~mcontrol~mcontrol >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~qjackmmc~QjackMMC > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~qmidiarp~qmidiarp > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~sfc~Sound_Font_Combi > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~simplesysexxer~Simple_Sysex_xer >@@ -353,28 +446,51 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~kaconnect~kaconnect > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~kasound~kasound > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~qlo10k1~qlo10k1 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~CompAudio~AFsp >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~aj-snapshot~AJ-Snapshot >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~aliki~Aliki >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~ambdec~AmbDec > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~ghostess~ghostess_Oscilloscope > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jaaa~jaaa > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jack-dssi-host~Oscilloscope > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jack-patch-bay~jack_patch_bay >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~japa~Japa >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jconvolver~JConvolver_Super_Stereo >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jnoise~JNoise > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~patchage~patchage > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qjackconnect~qjackconnect > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qjackctl~QJackCtl > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qloud~qloud >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~tetraproc~TetraProc >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~yass~YASS >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/GUI_Designers/~Annotator~CLAM_Music_Annotator >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/GUI_Designers/~NetworkEditor~CLAM_Network_Editor >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/GUI_Designers/~Prototyper~CLAM_Prototyper >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~amidimap~A_MIDI_Map >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~arpage~Arpage >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~arpage~Arpage_README > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~jsynthlib~jsynthlib > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~kmid~kmid > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~timidity~Timidity > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~vkeybd~Virtual_keyboard >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~zonage~Zonage > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~easytag~EasyTag > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~exfalso~Ex_Falso >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~gmtp~gMTP > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~kid3~kid3 > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~madman~madman > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~qmbtagger~qmbtagger >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Non/~non-mixer~Non_Mixer >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Non/~non-sequencer~Non_Sequencer >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Non/~non-session-manager~Non_Session_Manager >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Non/~non-timeline~Non_Timeline > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~denemo~Denemo > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~lilycomp~lilycomp > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~noteedit~noteedit > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/20~solfege~Solfege > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~ScoreReadingTrainer~Score_Reading_Trainer >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~canorus~Canorus >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~frescobaldi~Frescobaldi > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~kguitar~Kguitar > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~tkabc~tclabc > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~tuxguitar~Tux_Guitar >@@ -399,6 +515,7 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gnome-cd~gnome-cd-player > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~goobox~Goobox > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gqmpeg~gqmpeg >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gxmms2~gxmms2 > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~kscd~kscd > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~listen~listen > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~lplayer~Longplayer >@@ -409,7 +526,9 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~rhythmbox~Rhythmbox > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~sonata~Sonata > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~squelch~squelch >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~stretchplayer~StretchPlayer > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~workman~workman >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~xmms2tray~XMMS2tray > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~yammi~yammi > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~gnomoradio~gnomoradio > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~gradio~gradio >@@ -420,9 +539,12 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~gramofile~gramofile > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~krecord~Krecord > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~krec~krec >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~ardour2~ardour >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~ardour3~ardour3 > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~ardour~Ardour >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jack_capture_gui2~Jack_capture_GTK > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jack_capture~Jack_capture >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jamin~jamin >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jokosher~Jokosher_Audio_Editor > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~timemachine~timemachine > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~tkeca.tcl~Tkeca > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~gmorgan~gmorgan >@@ -430,14 +552,21 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~gtick~gtick > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~psindustrializer~psindustrializer > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~trommler~trommler >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~composite-gui~Composite >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~drumkv1_jack~drumkv1 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~gtklick~gtklick >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~hydrogen~Hydrogen > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~ldrum~ldrum >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~samplv1_jack~samplv1 > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~tk707~Tk707 >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rythm/~hydrogen~Hydrogen >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rippers/~asunder~Asunder_CD_Ripper >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rippers/~rrip_gui~Rubyripper > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~slconsole~SooperLooper_console > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~slgui~SooperLooper_gui > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~sooperlooper~sooperlooper_server > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/Other/~simsam~simsam > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~chionic~chionic >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~gsampler~Gsampler > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~linuxsampler~linuxsampler > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~qsampler~qsampler > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~specimen~specimen >@@ -454,6 +583,7 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~jackbeat~jackbeat > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~kluppe~kluppe > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~lmms~lmms >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~muse2~MusE > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/Other/~gnuitar~gnuitar > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ceres~Ceres > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~creox~creox >@@ -463,6 +593,7 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_2ch > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_4ch > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_6ch >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~guitarix~guitarix > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_1ch > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_2ch > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_4ch >@@ -469,9 +600,15 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_6ch > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-rack~jack-rack > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~louderbox~louderbox >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~rakarrack~Rakarrack > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~reverbed~Tap-reverbed > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~tapiir~Tapiir >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~zita-at1~Zita_At1 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~zita-rev1~Zita_Rev1 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~Voice2MIDI~Voice2MIDI >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~bpmdetect~BPMDetect > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~gwc~gwc >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~ingen~Ingen > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~mammut~mammut > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~sonic-visualiser~sonic-visualiser > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~soundconverter~Sound_converter >@@ -485,31 +622,54 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~kmp~kmp > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~kstreamripper~kstreamripper > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~muse~muse >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Hammond module >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~ARP_2060 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~ARP_Axxe >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~ARP_Odyssey >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~ARP_Solina_String_Ensemble >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~BME-700 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~C64_SID_Emulator >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar-Bit-1 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_Bit-100 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_Bit-99 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_RoadRunner >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_Stratus >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Crumar_Trilogy >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~EMS_Synthi_A > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Hammond_B3 >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~arp_2600 >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~arp_axxe >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~arp_odyssey >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~fender_rhodes_bass_piano >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~fender_rhodes_stage_73 >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~juno-6 >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~mini moog >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~moog_memory >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~moog_voyager >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~oberheim_OB-X >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~oberheim_OB-Xa >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~prophet-10 >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~prophet-5 >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~prophet-5_chorus >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~vox_continental >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~yamaha_DX-7 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Korg_MS-20 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Korg_MonoPoly >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Korg_Poly-6 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Korg_Poly-800 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Memory_Moog >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Mini_Moog >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Mixer >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Moog_MG-1_ConcertMate >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Moog_Sonic_6 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Moog_Voyager >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Moog_Voyager_Blue_Ice >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Oberheim_OB-X >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Oberheim_OB-Xa >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Prophet_10 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Prophet_5 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Prophet_52 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Prophet_Pro-1 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Rhodes_Stage-73 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Rhodes_Stage-73_Bass >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Roland_Juno-6X >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Roland_Jupiter-8 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~VOX_Continental >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~VOX_Continental_300 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Yamaha_CS-80 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Yamaha_DX-7 > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Other/~artsbuilder~artsbuilder > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Other/~galan~gAlan >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~RTSynth-jack~RTSynth >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~RTSynth-jack~RTSynth-jack >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~RTSynth~RTSynth > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~aeolus~aeolus > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~amSynth~amSynth > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ams~AlsaModularSynth > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~beast~BEAST >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~foo-yc20~Foo_YC20 > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~fst~CheezeMachine_demo > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_Hexter_DX7 > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_Sineshaper >@@ -529,8 +689,14 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~om_gtk~Om_gtk > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~om~Om_server > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~qsynth~qsynth >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~setBfree-start~setBfree >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~synthv1_jack~synthv1 >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~yoshimi~Yoshimi > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~zynaddsubfx~ZynaddsubFX >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~zynaddsubfx~ZynaddsubFX_ALSA >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~zynaddsubfx~ZynaddsubFX_JACK > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~cheesetracker_qt~CheeseTracker >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~goattrk2~GoatTracker > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~soundtracker~Soundtracker > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~tutka~tutka > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/Jack/~fmit~fmit >@@ -542,8 +708,21 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/Other/~extace~Extace > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~bitmeter~bitmeter > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~bitscope~bitscope >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~Meterbridge_st?r?o >-%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~Meterbridge_stéréo >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~ebumeter~EBU_meter >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jkmeter~JKmeter_14dB >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jkmeter~JKmeter_20dB >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_BBC >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_CDIN >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_CPPM >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_CVU >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_DIN >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_EBU >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_SBBC >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_SDIN >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_SEBU >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jmeters~Jmeters_VU >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~jnoisemeter~Jnoise:meter >+%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~Meterbridge_stereo > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_4ch > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_8ch > %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_Jellyfish >@@ -573,7 +752,6 @@ > %%DATADIR%%/fvwm/Applications/Multimedia/Video/Video_Effects/~effectv~effectv > %%DATADIR%%/fvwm/Applications/Multimedia/Video/Video_Effects/~freej~freej > %%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~firefox~Firefox >-%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~flock~Flock > %%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~mozilla-firefox~Firefox > %%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~mozilla-suite~Mozilla_Suite > %%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~opera~Opera >@@ -663,6 +841,8 @@ > %%DATADIR%%/fvwm/Applications/Network/P2P/~ktorrent~kTorrent > %%DATADIR%%/fvwm/Applications/Network/P2P/~mlgui~MLDonkey > %%DATADIR%%/fvwm/Applications/Network/P2P/~qtorrent~QTorrent >+%%DATADIR%%/fvwm/Applications/Network/P2P/~transmission-gtk~Transmission >+%%DATADIR%%/fvwm/Applications/Network/P2P/~transmission-qt~Transmission > %%DATADIR%%/fvwm/Applications/Network/P2P/~valknut~Valknut > %%DATADIR%%/fvwm/Applications/Network/P2P/~xmule~xMule > %%DATADIR%%/fvwm/Applications/Network/Remote_Access/~knetattach~KNetAttach >@@ -692,6 +872,14 @@ > %%DATADIR%%/fvwm/Applications/Office/KOffice/~krita~Krita > %%DATADIR%%/fvwm/Applications/Office/KOffice/~kspread~kSpread > %%DATADIR%%/fvwm/Applications/Office/KOffice/~kugar~Kugar >+%%DATADIR%%/fvwm/Applications/Office/LibreOffice/40~libreoffice~LibreOffice >+%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~lobase~LibreOffice_Base >+%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~localc~LibreOffice_Calc >+%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~lodraw~LibreOffice_Draw >+%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~loimpress~LibreOffice_Impress >+%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~lomath~LibreOffice_Math >+%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~loweb~LibreOffice_Writer-Web >+%%DATADIR%%/fvwm/Applications/Office/LibreOffice/~lowriter~LibreOffice_Writer > %%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/20~oowriter2~OpenOffice.org_Writer > %%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/20~oowriter~OpenOffice.org_Writer > %%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oobase2~OpenOffice.org_Base >@@ -731,12 +919,12 @@ > %%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~drakconf~Mandrivia_Control_Center > %%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~gnome-control-center~GNOME_Control_Center > %%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~kcontrol~KDE_Control_Center >+%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/20~gtk-chtheme~Gtk2_Change_Theme > %%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~beryl-settings~Beryl_Settings Manager > %%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~emerald-theme-manager~Emerald-Theme-Manager > %%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gconf-editor~GConf_Editor > %%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gksu~Login_Window >-%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gtk-chtheme~gtk-chtheme >-%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~switch2~Gtk-theme-switch >+%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~switch2~Gtk2-theme-switch > %%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~xfce4-menueditor~xfce4-menueditor > %%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~gparted~GParted > %%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~k3bsetup~K3bSetup >@@ -755,6 +943,12 @@ > %%DATADIR%%/fvwm/Applications/System/Documentation/~tkinfo~tkinfo > %%DATADIR%%/fvwm/Applications/System/Documentation/~tkman~tkman > %%DATADIR%%/fvwm/Applications/System/Documentation/~yelp~Gnome_Yelp >+%%DATADIR%%/fvwm/Applications/System/Emulators/~VirtualBox~Oracle_xVM_VirtualBox >+%%DATADIR%%/fvwm/Applications/System/Emulators/~notepad~Notepad >+%%DATADIR%%/fvwm/Applications/System/Emulators/~winecfg~Configure wine software >+%%DATADIR%%/fvwm/Applications/System/Emulators/~wine~Uninstall wine software >+%%DATADIR%%/fvwm/Applications/System/Emulators/~wine~Wine >+%%DATADIR%%/fvwm/Applications/System/Emulators/~wine~Wine_browse_drive > %%DATADIR%%/fvwm/Applications/System/File_Managers/10~mc~Midnight_Commander > %%DATADIR%%/fvwm/Applications/System/File_Managers/15~nautilus~Nautilus > %%DATADIR%%/fvwm/Applications/System/File_Managers/15~tuxcmd~TuxCommander >@@ -763,6 +957,7 @@ > %%DATADIR%%/fvwm/Applications/System/File_Managers/~gentoo~Gentoo > %%DATADIR%%/fvwm/Applications/System/File_Managers/~konqueror~Konqueror > %%DATADIR%%/fvwm/Applications/System/File_Managers/~krusader~Krusader >+%%DATADIR%%/fvwm/Applications/System/File_Managers/~pcmanfm~File_Manager_PCManFM > %%DATADIR%%/fvwm/Applications/System/File_Managers/~thunar~Thunar > %%DATADIR%%/fvwm/Applications/System/File_Managers/~xfe~X_File_Explorer > %%DATADIR%%/fvwm/Applications/System/File_Managers/~xnc~X_Northern_Captain >@@ -800,6 +995,8 @@ > %%DATADIR%%/fvwm/Applications/System/Terminals/~xterm~XTerm > %%DATADIR%%/fvwm/Applications/System/~mysqlcc~MySQLCC > %%DATADIR%%/fvwm/Applications/System/~vmware~VMware >+%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~7zFM~p7zip_FM >+%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~7zG~p7zip_GUI > %%DATADIR%%/fvwm/Applications/Utilities/Archiving/~ark~Ark > %%DATADIR%%/fvwm/Applications/Utilities/Archiving/~file-roller~File-roller > %%DATADIR%%/fvwm/Applications/Utilities/Archiving/~guitar~Guitar >@@ -839,12 +1036,16 @@ > %%DATADIR%%/fvwm/Applications/Utilities/~kmouth~kmouth > %%DATADIR%%/fvwm/Applications/Utilities/~ksayit~ksayit > %%DATADIR%%/fvwm/Applications/Utilities/~ksnapshot~ksnapshot >+%%DATADIR%%/fvwm/Applications/Utilities/~recordmydesktop~recordmydesktop > %%DATADIR%%/fvwm/Applications/Utilities/~xclock~xclock > %%DATADIR%%/fvwm/Applications/Utilities/~xvidcap~xvidcap > %%DATADIR%%/fvwm/Applications/Utilities/~xwine~XWine >+%%DATADIR%%/fvwm/colorsets/Amiga.cs >+%%DATADIR%%/fvwm/colorsets/Aqua.cs > %%DATADIR%%/fvwm/colorsets/CIOS.cs > %%DATADIR%%/fvwm/colorsets/Clear.cs > %%DATADIR%%/fvwm/colorsets/CrystalZono.cs >+%%DATADIR%%/fvwm/colorsets/DarkAqua.cs > %%DATADIR%%/fvwm/colorsets/DarkDesktop.cs > %%DATADIR%%/fvwm/colorsets/DarkGreen.cs > %%DATADIR%%/fvwm/colorsets/HUD - Green.cs >@@ -859,6 +1060,7 @@ > %%DATADIR%%/fvwm/colorsets/WhiteDesktop.cs > %%DATADIR%%/fvwm/colorsets/colorset-definition > %%DATADIR%%/fvwm/components/Standard >+%%DATADIR%%/fvwm/components/apps/DesktopIcons > %%DATADIR%%/fvwm/components/apps/FvwmMiniConsole > %%DATADIR%%/fvwm/components/apps/GNOME-Settings-Daemon > %%DATADIR%%/fvwm/components/apps/Nautilus >@@ -866,9 +1068,9 @@ > %%DATADIR%%/fvwm/components/apps/QuakeConsole > %%DATADIR%%/fvwm/components/apps/ROX-Filer > %%DATADIR%%/fvwm/components/apps/XScreenSaver >-%%DATADIR%%/fvwm/components/bindings/Application-Ardour > %%DATADIR%%/fvwm/components/bindings/Desktop-MMB-EdgeScroll > %%DATADIR%%/fvwm/components/bindings/Desktop-MMB-TogglePanels >+%%DATADIR%%/fvwm/components/bindings/Desktop-MMB-ToggleTopBar > %%DATADIR%%/fvwm/components/bindings/Desktop-PageSwitch-Horizontal > %%DATADIR%%/fvwm/components/bindings/Desktop-PageSwitch-Vertical > %%DATADIR%%/fvwm/components/bindings/Desktop-RMB-OpenTerminal >@@ -876,6 +1078,8 @@ > %%DATADIR%%/fvwm/components/bindings/Misc-Keybindings > %%DATADIR%%/fvwm/components/bindings/Misc-Keybindings_NumLock > %%DATADIR%%/fvwm/components/bindings/Mouse-GoHome >+%%DATADIR%%/fvwm/components/bindings/Multimedia_Keys >+%%DATADIR%%/fvwm/components/bindings/Multimedia_Keys_NumLock > %%DATADIR%%/fvwm/components/bindings/Music > %%DATADIR%%/fvwm/components/bindings/Music-Dvorak > %%DATADIR%%/fvwm/components/bindings/Music-Dvorak_NumLock >@@ -895,6 +1099,7 @@ > %%DATADIR%%/fvwm/components/bindings/Pager-Vertical_NumLock > %%DATADIR%%/fvwm/components/bindings/Remove-Defaults > %%DATADIR%%/fvwm/components/bindings/Window-Basic >+%%DATADIR%%/fvwm/components/bindings/Window-Basic-Amiga > %%DATADIR%%/fvwm/components/bindings/Window-Border > %%DATADIR%%/fvwm/components/bindings/Window-Control > %%DATADIR%%/fvwm/components/bindings/Window-Control_NumLock >@@ -901,10 +1106,14 @@ > %%DATADIR%%/fvwm/components/bindings/Window-List > %%DATADIR%%/fvwm/components/bindings/Window-Rearrange > %%DATADIR%%/fvwm/components/bindings/Window-Rearrange_NumLock >+%%DATADIR%%/fvwm/components/bindings/Window-Transparency > %%DATADIR%%/fvwm/components/bindings/Window-Warp > %%DATADIR%%/fvwm/components/bindings/Window-Warp-Dvorak > %%DATADIR%%/fvwm/components/bindings/Window-Warp-Dvorak_NumLock > %%DATADIR%%/fvwm/components/bindings/Window-Warp_NumLock >+%%DATADIR%%/fvwm/components/decorations/Buttons-amigaos >+%%DATADIR%%/fvwm/components/decorations/Buttons-amigaos-MiniIcon >+%%DATADIR%%/fvwm/components/decorations/Buttons-amigaos_NumLock > %%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal > %%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal-MiniIcon > %%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal_NumLock >@@ -921,7 +1130,9 @@ > %%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Functions > %%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Preferences > %%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Styles >+%%DATADIR%%/fvwm/components/desktop/Icon-Amiga > %%DATADIR%%/fvwm/components/desktop/Icon-Mwm >+%%DATADIR%%/fvwm/components/desktop/Icon-None > %%DATADIR%%/fvwm/components/desktop/Icon-Thumbnails > %%DATADIR%%/fvwm/components/desktop/Keyboard > %%DATADIR%%/fvwm/components/desktop/Keyboard-Dvorak >@@ -934,6 +1145,9 @@ > %%DATADIR%%/fvwm/components/desktop/Numpad > %%DATADIR%%/fvwm/components/desktop/Numpad-Raise > %%DATADIR%%/fvwm/components/functions/About >+%%DATADIR%%/fvwm/components/functions/AutoWallpaper-Error >+%%DATADIR%%/fvwm/components/functions/BlingBling >+%%DATADIR%%/fvwm/components/functions/CheckForFiles > %%DATADIR%%/fvwm/components/functions/Clear-FVWM-Settings > %%DATADIR%%/fvwm/components/functions/Colorsets > %%DATADIR%%/fvwm/components/functions/Debug-Functions >@@ -948,26 +1162,28 @@ > %%DATADIR%%/fvwm/components/functions/Exit-Safe-sudo > %%DATADIR%%/fvwm/components/functions/Exit-gdm > %%DATADIR%%/fvwm/components/functions/Exit-sudo >+%%DATADIR%%/fvwm/components/functions/Feedback > %%DATADIR%%/fvwm/components/functions/FindFunctions > %%DATADIR%%/fvwm/components/functions/Fullscreen >+%%DATADIR%%/fvwm/components/functions/Fvwm-Crystal-Menu > %%DATADIR%%/fvwm/components/functions/FvwmExpose > %%DATADIR%%/fvwm/components/functions/FvwmFormDefault > %%DATADIR%%/fvwm/components/functions/FvwmIdent >+%%DATADIR%%/fvwm/components/functions/Icon-Amiga > %%DATADIR%%/fvwm/components/functions/Icon-Basic >+%%DATADIR%%/fvwm/components/functions/Icon-Basic-SingleClick > %%DATADIR%%/fvwm/components/functions/Icon-Mwm >+%%DATADIR%%/fvwm/components/functions/Icon-None > %%DATADIR%%/fvwm/components/functions/Icon-Thumbnails > %%DATADIR%%/fvwm/components/functions/Keyboard-Modifiers >+%%DATADIR%%/fvwm/components/functions/LoadCommonStuffs >+%%DATADIR%%/fvwm/components/functions/MakePanel >+%%DATADIR%%/fvwm/components/functions/Media > %%DATADIR%%/fvwm/components/functions/Menu-Position >-%%DATADIR%%/fvwm/components/functions/Mixer-amixer >-%%DATADIR%%/fvwm/components/functions/Mixer-audacious >-%%DATADIR%%/fvwm/components/functions/Mixer-aumix >-%%DATADIR%%/fvwm/components/functions/Mixer-cdcd >-%%DATADIR%%/fvwm/components/functions/Mixer-cmus >-%%DATADIR%%/fvwm/components/functions/Mixer-mpd >-%%DATADIR%%/fvwm/components/functions/Mixer-quodlibet >-%%DATADIR%%/fvwm/components/functions/Mixer-xmms >-%%DATADIR%%/fvwm/components/functions/Mixer-xmms2 >+%%DATADIR%%/fvwm/components/functions/Mixer >+%%DATADIR%%/fvwm/components/functions/Music > %%DATADIR%%/fvwm/components/functions/Music-alsaplayer >+%%DATADIR%%/fvwm/components/functions/Music-alsaplayerdaemon > %%DATADIR%%/fvwm/components/functions/Music-audacious > %%DATADIR%%/fvwm/components/functions/Music-cdcd > %%DATADIR%%/fvwm/components/functions/Music-cmus >@@ -974,16 +1190,20 @@ > %%DATADIR%%/fvwm/components/functions/Music-mocp > %%DATADIR%%/fvwm/components/functions/Music-mpd > %%DATADIR%%/fvwm/components/functions/Music-mplayer >+%%DATADIR%%/fvwm/components/functions/Music-mplayer2 > %%DATADIR%%/fvwm/components/functions/Music-quodlibet >-%%DATADIR%%/fvwm/components/functions/Music-xmms > %%DATADIR%%/fvwm/components/functions/Music-xmms2 > %%DATADIR%%/fvwm/components/functions/NotificationAreaManager-stalonetray > %%DATADIR%%/fvwm/components/functions/NotificationAreaManager-trayer > %%DATADIR%%/fvwm/components/functions/Numpad > %%DATADIR%%/fvwm/components/functions/PPick >+%%DATADIR%%/fvwm/components/functions/Panel-Display >+%%DATADIR%%/fvwm/components/functions/Pictures > %%DATADIR%%/fvwm/components/functions/Preferences > %%DATADIR%%/fvwm/components/functions/Preferences-Menu >+%%DATADIR%%/fvwm/components/functions/ScreenSaver > %%DATADIR%%/fvwm/components/functions/Screenshot-import >+%%DATADIR%%/fvwm/components/functions/Tooltip > %%DATADIR%%/fvwm/components/functions/Urgency-Hint > %%DATADIR%%/fvwm/components/functions/Wallpaper > %%DATADIR%%/fvwm/components/functions/Window-Autohide >@@ -998,6 +1218,8 @@ > %%DATADIR%%/fvwm/components/functions/Window-Remember-SloppyFocus > %%DATADIR%%/fvwm/components/functions/Window-Ring > %%DATADIR%%/fvwm/components/functions/Window-SetPlacementPolicy >+%%DATADIR%%/fvwm/components/functions/Xdg-User-Dirs >+%%DATADIR%%/fvwm/components/functions/Xephyr > %%DATADIR%%/fvwm/components/scripts/FvwmScript-AcpiBatt > %%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock > %%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-24h >@@ -1005,6 +1227,7 @@ > %%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-small > %%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-small_date > %%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuFreq >+%%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuFreq-small > %%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuTemp > %%DATADIR%%/fvwm/components/styles/Application-Icons-22-32 > %%DATADIR%%/fvwm/components/styles/Applications >@@ -1011,16 +1234,45 @@ > %%DATADIR%%/fvwm/components/styles/CursorStyle > %%DATADIR%%/fvwm/components/styles/CursorStyle-Border > %%DATADIR%%/fvwm/components/styles/FVWM >-%%DATADIR%%/fvwm/components/styles/FVWM.orig >+%%DATADIR%%/fvwm/components/styles/FocusPolicy-Amiga > %%DATADIR%%/fvwm/components/styles/FocusPolicy-FVWM-Crystal > %%DATADIR%%/fvwm/components/styles/FocusPolicy-FVWM-Crystal-Raise > %%DATADIR%%/fvwm/components/styles/FocusPolicy-MSWindows >+%%DATADIR%%/fvwm/components/styles/FocusPolicy-NeverFocus > %%DATADIR%%/fvwm/components/styles/Menu > %%DATADIR%%/fvwm/components/styles/QuakeConsole > %%DATADIR%%/fvwm/components/styles/Window-Decorations > %%DATADIR%%/fvwm/config >+%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Colorsets >+%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/README >+%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.amigaos >+%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.fvwm-crystal >+%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.macosx >+%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.nextstep >+%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.os2 >+%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/Theme.windows >+%%DATADIR%%/fvwm/decorations/Amiga/AmigaOS 4/window-switch.png >+%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Colorsets >+%%DATADIR%%/fvwm/decorations/Amiga/Aqua/README >+%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.amigaos >+%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.fvwm-crystal >+%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.macosx >+%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.nextstep >+%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.os2 >+%%DATADIR%%/fvwm/decorations/Amiga/Aqua/Theme.windows >+%%DATADIR%%/fvwm/decorations/Amiga/Aqua/window-switch.png >+%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Colorsets >+%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/README >+%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.amigaos >+%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.fvwm-crystal >+%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.macosx >+%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.nextstep >+%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.os2 >+%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/Theme.windows >+%%DATADIR%%/fvwm/decorations/Amiga/DarkAqua/window-switch.png > %%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Colorsets > %%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/README >+%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.macosx > %%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.nextstep >@@ -1049,6 +1301,7 @@ > %%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/title-inactive.png > %%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Colorsets > %%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/README >+%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.macosx > %%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.nextstep >@@ -1077,6 +1330,7 @@ > %%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/title-inactive.png > %%DATADIR%%/fvwm/decorations/Clear/Blue/Colorsets > %%DATADIR%%/fvwm/decorations/Clear/Blue/README >+%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.nextstep >@@ -1084,6 +1338,7 @@ > %%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.windows > %%DATADIR%%/fvwm/decorations/Clear/Green/Colorsets > %%DATADIR%%/fvwm/decorations/Clear/Green/README >+%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clear/Green/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clear/Green/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clear/Green/Theme.nextstep >@@ -1091,6 +1346,7 @@ > %%DATADIR%%/fvwm/decorations/Clear/Green/Theme.windows > %%DATADIR%%/fvwm/decorations/Clear/Mono/Colorsets > %%DATADIR%%/fvwm/decorations/Clear/Mono/README >+%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.nextstep >@@ -1098,6 +1354,7 @@ > %%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.windows > %%DATADIR%%/fvwm/decorations/Clear/Navy/Colorsets > %%DATADIR%%/fvwm/decorations/Clear/Navy/README >+%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.nextstep >@@ -1105,6 +1362,7 @@ > %%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.windows > %%DATADIR%%/fvwm/decorations/Clear/Orange/Colorsets > %%DATADIR%%/fvwm/decorations/Clear/Orange/README >+%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.nextstep >@@ -1112,6 +1370,7 @@ > %%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.windows > %%DATADIR%%/fvwm/decorations/Clear/Red/Colorsets > %%DATADIR%%/fvwm/decorations/Clear/Red/README >+%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clear/Red/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clear/Red/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clear/Red/Theme.nextstep >@@ -1119,6 +1378,7 @@ > %%DATADIR%%/fvwm/decorations/Clear/Red/Theme.windows > %%DATADIR%%/fvwm/decorations/Clear/Violet/Colorsets > %%DATADIR%%/fvwm/decorations/Clear/Violet/README >+%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.nextstep >@@ -1126,6 +1386,7 @@ > %%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.windows > %%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Colorsets > %%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/README >+%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.nextstep >@@ -1159,6 +1420,7 @@ > %%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-title.png > %%DATADIR%%/fvwm/decorations/Clearlooks/Default/Colorsets > %%DATADIR%%/fvwm/decorations/Clearlooks/Default/README >+%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.nextstep >@@ -1192,6 +1454,7 @@ > %%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-title.png > %%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Colorsets > %%DATADIR%%/fvwm/decorations/Clearlooks/Olive/README >+%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.macosx > %%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.nextstep >@@ -1225,6 +1488,7 @@ > %%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-title.png > %%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/README >+%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.nextstep >@@ -1238,6 +1502,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/window-options.png > %%DATADIR%%/fvwm/decorations/Crystal/CIOS/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/CIOS/README >+%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.nextstep >@@ -1251,6 +1516,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/CIOS/window-options.png > %%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/README >+%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.nextstep >@@ -1264,6 +1530,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/window-options.png > %%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/README >+%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.nextstep >@@ -1277,6 +1544,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/window-options.png > %%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/README >+%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.nextstep >@@ -1290,6 +1558,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/window-options.png > %%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/README >+%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.nextstep >@@ -1303,6 +1572,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/window-options.png > %%DATADIR%%/fvwm/decorations/Crystal/Original/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/Original/README >+%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.nextstep >@@ -1316,6 +1586,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/Original/window-options.png > %%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/README >+%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.nextstep >@@ -1329,6 +1600,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/window-options.png > %%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/README >+%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.nextstep >@@ -1342,6 +1614,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/window-options.png > %%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Colorsets > %%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/README >+%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.macosx > %%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.nextstep >@@ -1355,6 +1628,7 @@ > %%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/window-options.png > %%DATADIR%%/fvwm/decorations/DarkSky/Black/Colorsets > %%DATADIR%%/fvwm/decorations/DarkSky/Black/README >+%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.amigaos > %%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.macosx > %%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.nextstep >@@ -1374,6 +1648,7 @@ > %%DATADIR%%/fvwm/decorations/DarkSky/Black/button-inactive-options.png > %%DATADIR%%/fvwm/decorations/DarkSky/Gray/Colorsets > %%DATADIR%%/fvwm/decorations/DarkSky/Gray/README >+%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.amigaos > %%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.macosx > %%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.nextstep >@@ -1393,6 +1668,7 @@ > %%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-inactive-options.png > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Colorsets > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/README >+%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.macosx > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.nextstep >@@ -1412,6 +1688,7 @@ > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Colorsets > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/README >+%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.macosx > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.nextstep >@@ -1431,6 +1708,7 @@ > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Colorsets > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/README >+%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.macosx > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.nextstep >@@ -1450,6 +1728,7 @@ > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Colorsets > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/README >+%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.macosx > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.nextstep >@@ -1469,6 +1748,7 @@ > %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/DawnSky/Default/Colorsets > %%DATADIR%%/fvwm/decorations/DawnSky/Default/README >+%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.amigaos > %%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.macosx > %%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.nextstep >@@ -1489,6 +1769,7 @@ > %%DATADIR%%/fvwm/decorations/DawnSky/Default/title-active.png > %%DATADIR%%/fvwm/decorations/Elberg/Default/Colorsets > %%DATADIR%%/fvwm/decorations/Elberg/Default/README >+%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.macosx > %%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.nextstep >@@ -1516,6 +1797,7 @@ > %%DATADIR%%/fvwm/decorations/Elberg/Default/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/Fear/Default/Colorsets > %%DATADIR%%/fvwm/decorations/Fear/Default/README >+%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Fear/Default/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Fear/Default/Theme.macosx > %%DATADIR%%/fvwm/decorations/Fear/Default/Theme.nextstep >@@ -1537,6 +1819,7 @@ > %%DATADIR%%/fvwm/decorations/Fear/Default/window-inactive.png > %%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Colorsets > %%DATADIR%%/fvwm/decorations/Gentoo/Alternative/README >+%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.macosx > %%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.nextstep >@@ -1563,6 +1846,7 @@ > %%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-yellow.png > %%DATADIR%%/fvwm/decorations/Gentoo/Default/Colorsets > %%DATADIR%%/fvwm/decorations/Gentoo/Default/README >+%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.macosx > %%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.nextstep >@@ -1589,6 +1873,7 @@ > %%DATADIR%%/fvwm/decorations/Gentoo/Default/button-yellow.png > %%DATADIR%%/fvwm/decorations/Gentoo/Gray/Colorsets > %%DATADIR%%/fvwm/decorations/Gentoo/Gray/README >+%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.macosx > %%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.nextstep >@@ -1615,6 +1900,7 @@ > %%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-yellow.png > %%DATADIR%%/fvwm/decorations/Ish/Aqua/Colorsets > %%DATADIR%%/fvwm/decorations/Ish/Aqua/README >+%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.macosx > %%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.nextstep >@@ -1626,6 +1912,7 @@ > %%DATADIR%%/fvwm/decorations/Ish/Aqua/title.png > %%DATADIR%%/fvwm/decorations/Ish/Black/Colorsets > %%DATADIR%%/fvwm/decorations/Ish/Black/README >+%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Ish/Black/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Ish/Black/Theme.macosx > %%DATADIR%%/fvwm/decorations/Ish/Black/Theme.nextstep >@@ -1637,6 +1924,7 @@ > %%DATADIR%%/fvwm/decorations/Ish/Black/title.png > %%DATADIR%%/fvwm/decorations/Ish/Blue/Colorsets > %%DATADIR%%/fvwm/decorations/Ish/Blue/README >+%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.macosx > %%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.nextstep >@@ -1648,6 +1936,7 @@ > %%DATADIR%%/fvwm/decorations/Ish/Blue/title.png > %%DATADIR%%/fvwm/decorations/Ish/Green/Colorsets > %%DATADIR%%/fvwm/decorations/Ish/Green/README >+%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Ish/Green/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Ish/Green/Theme.macosx > %%DATADIR%%/fvwm/decorations/Ish/Green/Theme.nextstep >@@ -1659,6 +1948,7 @@ > %%DATADIR%%/fvwm/decorations/Ish/Green/title.png > %%DATADIR%%/fvwm/decorations/Ish/Lite/Colorsets > %%DATADIR%%/fvwm/decorations/Ish/Lite/README >+%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.macosx > %%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.nextstep >@@ -1670,6 +1960,7 @@ > %%DATADIR%%/fvwm/decorations/Ish/Lite/title.png > %%DATADIR%%/fvwm/decorations/Ish/Orange/Colorsets > %%DATADIR%%/fvwm/decorations/Ish/Orange/README >+%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.macosx > %%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.nextstep >@@ -1681,6 +1972,7 @@ > %%DATADIR%%/fvwm/decorations/Ish/Orange/title.png > %%DATADIR%%/fvwm/decorations/Ish/Pink/Colorsets > %%DATADIR%%/fvwm/decorations/Ish/Pink/README >+%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.macosx > %%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.nextstep >@@ -1692,6 +1984,7 @@ > %%DATADIR%%/fvwm/decorations/Ish/Pink/title.png > %%DATADIR%%/fvwm/decorations/Ish/Purple/Colorsets > %%DATADIR%%/fvwm/decorations/Ish/Purple/README >+%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.macosx > %%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.nextstep >@@ -1703,6 +1996,7 @@ > %%DATADIR%%/fvwm/decorations/Ish/Purple/title.png > %%DATADIR%%/fvwm/decorations/Ish/Red/Colorsets > %%DATADIR%%/fvwm/decorations/Ish/Red/README >+%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Ish/Red/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Ish/Red/Theme.macosx > %%DATADIR%%/fvwm/decorations/Ish/Red/Theme.nextstep >@@ -1714,6 +2008,7 @@ > %%DATADIR%%/fvwm/decorations/Ish/Red/title.png > %%DATADIR%%/fvwm/decorations/MicroClear/Default/Colorsets > %%DATADIR%%/fvwm/decorations/MicroClear/Default/README >+%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.amigaos > %%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.macosx > %%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.nextstep >@@ -1721,6 +2016,7 @@ > %%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.windows > %%DATADIR%%/fvwm/decorations/Mist/Default/Colorsets > %%DATADIR%%/fvwm/decorations/Mist/Default/README >+%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Mist/Default/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Mist/Default/Theme.macosx > %%DATADIR%%/fvwm/decorations/Mist/Default/Theme.nextstep >@@ -1750,6 +2046,7 @@ > %%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-title.png > %%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Colorsets > %%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/README >+%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.macosx > %%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.nextstep >@@ -1757,6 +2054,7 @@ > %%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.windows > %%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Colorsets > %%DATADIR%%/fvwm/decorations/Motif/Pink Navy/README >+%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.macosx > %%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.nextstep >@@ -1764,6 +2062,7 @@ > %%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.windows > %%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Colorsets > %%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/README >+%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.amigaos > %%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.macosx > %%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.nextstep >@@ -1786,6 +2085,7 @@ > %%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/SystemG/Crux/Colorsets > %%DATADIR%%/fvwm/decorations/SystemG/Crux/README >+%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.amigaos > %%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.macosx > %%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.nextstep >@@ -1808,6 +2108,7 @@ > %%DATADIR%%/fvwm/decorations/SystemG/Crux/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/SystemG/Dawn/Colorsets > %%DATADIR%%/fvwm/decorations/SystemG/Dawn/README >+%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.amigaos > %%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.macosx > %%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.nextstep >@@ -1830,6 +2131,7 @@ > %%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/SystemG/Debian/Colorsets > %%DATADIR%%/fvwm/decorations/SystemG/Debian/README >+%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.amigaos > %%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.macosx > %%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.nextstep >@@ -1852,6 +2154,7 @@ > %%DATADIR%%/fvwm/decorations/SystemG/Debian/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/SystemG/Default/Colorsets > %%DATADIR%%/fvwm/decorations/SystemG/Default/README >+%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.amigaos > %%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.macosx > %%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.nextstep >@@ -1874,6 +2177,7 @@ > %%DATADIR%%/fvwm/decorations/SystemG/Default/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/SystemG/Dusk/Colorsets > %%DATADIR%%/fvwm/decorations/SystemG/Dusk/README >+%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.amigaos > %%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.macosx > %%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.nextstep >@@ -1896,6 +2200,7 @@ > %%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/SystemG/Geramik/Colorsets > %%DATADIR%%/fvwm/decorations/SystemG/Geramik/README >+%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.amigaos > %%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.macosx > %%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.nextstep >@@ -1918,6 +2223,7 @@ > %%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Colorsets > %%DATADIR%%/fvwm/decorations/SystemG/SaltLake/README >+%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.amigaos > %%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.macosx > %%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.nextstep >@@ -1940,6 +2246,7 @@ > %%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/Winter/Default/Colorsets > %%DATADIR%%/fvwm/decorations/Winter/Default/README >+%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.amigaos > %%DATADIR%%/fvwm/decorations/Winter/Default/Theme.fvwm-crystal > %%DATADIR%%/fvwm/decorations/Winter/Default/Theme.macosx > %%DATADIR%%/fvwm/decorations/Winter/Default/Theme.nextstep >@@ -1962,20 +2269,29 @@ > %%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-maximize.png > %%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-options.png > %%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-title.png >+%%DATADIR%%/fvwm/icons/Default/16x16/categories/Multimedia.png > %%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/fvwm-crystal.png > %%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-eject.png > %%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-playback-start.png > %%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-skip-forward.png > %%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/window-list.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/AudioCutter.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/BitchX.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/Eterm.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/Maelstrom.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/RTSynth-jack.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/RTSynth.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/abiword.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/abuse.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/acidrip.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/aeolus.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/akregator.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/aliki.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/alsamixer.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/alsamixerguis.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/alsaplayer.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/amarok.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/ambdec.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/amule.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/anjuta.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/aptitude.png >@@ -1983,6 +2299,7 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/archlinux.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/ardour.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/armagetron.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/assistant.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/atanks.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/aterm.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/atlantik.png >@@ -2032,6 +2349,7 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/dia.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/digikam.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/dillo.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/din.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/djview.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/dlume.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/dominosa.png >@@ -2038,6 +2356,7 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/drakconf.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/easytag.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/eboard.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/ebumeter.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/eclipse.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/egoboo.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/ekg.png >@@ -2046,7 +2365,9 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/el.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/elinks.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/emacs.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/engauge.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/enigma.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/eog.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/epic4.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/epiphany.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/eric.png >@@ -2055,16 +2376,24 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/exfalso.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/f-spot.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/falconseye.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/feh.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/fetchmail.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/fgfs-0.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/fgfs-1.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/fgfs-2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/fgfs-3.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/fifteen.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/filerunner.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/firefox.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/flipgame.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/foobillard.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/freeciv.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/freemind.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/frozen-bubble.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/funnyboat.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/fvwm-crystal.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/fwbuilder.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/g3data.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gabber.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gaim.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gajim.png >@@ -2083,9 +2412,12 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/giFToxic.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/giftui.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gimp.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/gitk.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gizmo.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/glade-2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/glightoff.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/glines.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/glmix.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gltron.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/glurp.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gmpc.png >@@ -2107,11 +2439,13 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gnudoku.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gnumeric.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/goobox.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/google-chrome.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gossip.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gpa.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gpaint.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gpass.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gqview.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/grande.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/graveman.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/grip.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/grml.png >@@ -2127,6 +2461,7 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gwenview.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/gxine.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/hardinfo.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/heretic2-demo.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/htop.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/hydrogen.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/iagno.png >@@ -2139,6 +2474,15 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/inkscape.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/ipodder.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/irssi.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/jackeq.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/jackminimix.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/jackmix.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/japa.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/jconvolver.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/jkmeter.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/jmeters.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/jnoise.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/jnoisemeter.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/jpilot.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/jumpnbump-menu.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/k3b.png >@@ -2159,10 +2503,12 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kdevelop3.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kedit.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kenolaba.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/kenvy24gui.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kf.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kformula.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kfouleggs.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kgoldrunner.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/khelpcenter.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kile.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kinfocenter.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kivio.png >@@ -2217,10 +2563,12 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/kword.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lbreakout2.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lgeneral.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/libreoffice.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/licq.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/liferea.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lightup.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lincity-ng.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/linguist.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/links2.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/linphone.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/linpopup.png >@@ -2228,9 +2576,17 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/liquidwar.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lmarbles.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lmms.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/lobase.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/localc.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/lodraw.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/loimpress.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/lomath.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/loopy.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/loweb.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/lowriter.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lskat.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/ltris.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/lugaru-demo.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lxdoom.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lynx.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/lyx.png >@@ -2240,14 +2596,17 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/map.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/mc.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/mines.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/mixxx.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/mldonkey.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/mlgui.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/moagg.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/mocp.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/monodevelop.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/monotheka.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/moon-buggy.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/mousepad.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/mplayer.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/mpsyt.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/mrxvt.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/multi-gnome-terminal.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/mutt.png >@@ -2262,6 +2621,7 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/neverputt.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/nexuiz.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/njam.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/notepad.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/nvu.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/oobase.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/oobase2.png >@@ -2279,6 +2639,7 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/oopadmin2.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/oowriter.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/oowriter2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/openclonk.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/openoffice.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/openttd.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pan.png >@@ -2285,14 +2646,19 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pathological.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pattern.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pegs.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/picturewall.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pida.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pingus.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/porthole.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/ppracer.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/psi.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/pyalamode-2.8.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/pycadia.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/pycrust-2.8.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pydance.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pygmy.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pympd.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/pyshell-2.8.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/pysol.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/python.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/q3ut3.png >@@ -2316,8 +2682,12 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/scorched3d.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/scribus.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/seahorse.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/shootingstar.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/sim.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/sixteen.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/skype.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/skystreets.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/slack.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/slant.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/slrn-pl.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/slrn.png >@@ -2326,14 +2696,18 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/snownews.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/sodipodi.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/sol.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/solarwolf.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/solo.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/sonata.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/sound-juicer.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/stalonetray.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/stardict.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/starfighter.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/startBristol.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/stellarium.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/straw.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/streamtuner.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/subl.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/supertux.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/sweep.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/sylpheed-claws.png >@@ -2341,8 +2715,13 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/sylpheed.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/synaptic.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/teaed.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/teeworlds.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/tents.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/terminator.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/tetraproc.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/thunar.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/thunderbird.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/timidity.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/tkabber.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/tleenx2.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/tomboy.png >@@ -2349,6 +2728,9 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/torcs.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/totem.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/trackballs.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/transmission-gtk.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/transmission-qt.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/trayer.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/trophy.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/tuxcmd.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/tuxpaint.png >@@ -2360,8 +2742,13 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/urxvt.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/valknut.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/vim.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/vlc.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/wargus.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/weechat-curses.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/wesnoth.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/wicd-client.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/wine.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/winecfg.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/wings3d.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/wireshark.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/worm.png >@@ -2378,21 +2765,27 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xine.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xmahjongg.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xmms.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmms2.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xmoto.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xmule.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xnc.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/xnec2c.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xpat2.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xpdf.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xpilot.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xqf.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/xrced-2.8.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xrick.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xsane.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xscreensaver.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/xterm.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/yass.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/ydpdict.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/zapping.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/zim.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/zinf.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/zita-at1.png >+%%DATADIR%%/fvwm/icons/Default/22x22/apps/zita-rev1.png > %%DATADIR%%/fvwm/icons/Default/22x22/apps/zsafe.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Audio-Video.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Audio.png >@@ -2400,28 +2793,61 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/categories/GNOME.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Games.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Graphics.png >+%%DATADIR%%/fvwm/icons/Default/22x22/categories/Green_Drawer.png >+%%DATADIR%%/fvwm/icons/Default/22x22/categories/Green_Drawer.png.active.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/KDE.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Knowledge.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Multimedia.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Network.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Office.png >+%%DATADIR%%/fvwm/icons/Default/22x22/categories/Red_Drawer.png >+%%DATADIR%%/fvwm/icons/Default/22x22/categories/Red_Drawer.png.active.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Settings.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/System.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Terminals.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Utilities.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/Video.png >+%%DATADIR%%/fvwm/icons/Default/22x22/categories/Yellow_Drawer.png >+%%DATADIR%%/fvwm/icons/Default/22x22/categories/Yellow_Drawer.png.active.png > %%DATADIR%%/fvwm/icons/Default/22x22/categories/directory.png >+%%DATADIR%%/fvwm/icons/Default/22x22/categories/help.png >+%%DATADIR%%/fvwm/icons/Default/22x22/categories/video_movies_view.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/BlingBling.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/BlingBling2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Jewel.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Jewel2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Left.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Off.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/On.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/Right.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/amiga.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications-development.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-preferences-1.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-preferences-2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic-1.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic-2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic-3.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/boing.gif > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/camera-photo.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/colorsets-file.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/colorsets.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/dancing-tux.gif > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/dd.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/df.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/focus.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/focus2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/font.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/fvwm-crystal.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/gdm-xnest.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/gdm.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/geometry.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/handles.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/icon.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/icon2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/icon3.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-eject.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-playback-pause.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-playback-start.png >@@ -2431,29 +2857,45 @@ > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-seek-forward.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-skip-backward.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-skip-forward.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/mixer-2.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/mixer.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/multimedia-volume-control.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-screensaver.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-theme.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-wallpaper.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/silent.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/stalonetray-app.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-file-manager.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-lock-screen.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-log-out.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-reboot.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-shutdown.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/trayer-app.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/user-desktop.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/utilities-terminal.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/view-refresh.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/window-bot.png > %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/window-list.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/window-switch.png >+%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/windows.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/AudioCutter.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/BitchX.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/Eterm.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/Maelstrom.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/RTSynth-jack.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/RTSynth.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/abiword.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/abuse.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/acidrip.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/aeolus.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/akregator.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/aliki.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/alsamixer.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/alsamixerguis.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/alsaplayer.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/amarok.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/ambdec.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/amule.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/anjuta.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/aptitude.png >@@ -2461,10 +2903,12 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/archlinux.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/ardour.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/armagetron.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/assistant.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/atanks.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/aterm.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/atlantik.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/atomix.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/audacious.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/audacity.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/aumix.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/avidemux.png >@@ -2509,6 +2953,7 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/dia.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/digikam.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/dillo.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/din.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/djview.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/dlume.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/dominosa.png >@@ -2515,6 +2960,7 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/drakconf.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/easytag.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/eboard.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/ebumeter.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/eclipse.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/egoboo.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/ekg.png >@@ -2523,7 +2969,9 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/el.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/elinks.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/emacs.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/engauge.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/enigma.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/eog.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/epic4.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/epiphany.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/eric.png >@@ -2532,16 +2980,24 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/exfalso.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/f-spot.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/falconseye.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/feh.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/fetchmail.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/fgfs-0.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/fgfs-1.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/fgfs-2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/fgfs-3.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/fifteen.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/filerunner.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/firefox.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/flipgame.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/foobillard.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/freeciv.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/freemind.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/frozen-bubble.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/funnyboat.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/fvwm-crystal.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/fwbuilder.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/g3data.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gabber.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gaim.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gajim.png >@@ -2562,7 +3018,9 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gimp.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gizmo.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/glade-2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/glightoff.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/glines.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/glmix.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gltron.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/glurp.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gmpc.png >@@ -2584,11 +3042,13 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gnudoku.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gnumeric.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/goobox.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/google-chrome.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gossip.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gpa.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gpaint.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gpass.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gqview.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/grande.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/graveman.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/grip.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/grml.png >@@ -2604,6 +3064,7 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gwenview.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/gxine.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/hardinfo.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/heretic2-demo.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/htop.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/hydrogen.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/iagno.png >@@ -2616,6 +3077,15 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/inkscape.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/ipodder.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/irssi.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/jackeq.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/jackminimix.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/jackmix.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/japa.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/jconvolver.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/jkmeter.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/jmeters.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/jnoise.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/jnoisemeter.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/jpilot.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/jumpnbump-menu.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/k3b.png >@@ -2636,10 +3106,12 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kdevelop3.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kedit.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kenolaba.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/kenvy24gui.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kf.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kformula.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kfouleggs.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kgoldrunner.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/khelpcenter.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kile.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kinfocenter.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kivio.png >@@ -2694,10 +3166,12 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/kword.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lbreakout2.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lgeneral.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/libreoffice.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/licq.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/liferea.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lightup.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lincity-ng.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/linguist.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/links2.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/linphone.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/linpopup.png >@@ -2705,9 +3179,17 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/liquidwar.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lmarbles.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lmms.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/lobase.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/localc.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/lodraw.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/loimpress.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/lomath.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/loopy.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/loweb.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/lowriter.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lskat.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/ltris.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/lugaru-demo.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lxdoom.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lynx.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/lyx.png >@@ -2717,9 +3199,11 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/map.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/mc.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/mines.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/mixxx.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/mldonkey.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/mlgui.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/moagg.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/mocp.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/monodevelop.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/monotheka.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/moon-buggy.png >@@ -2739,6 +3223,7 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/neverputt.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/nexuiz.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/njam.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/notepad.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/nvu.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/oobase.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/oobase2.png >@@ -2756,6 +3241,7 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/oopadmin2.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/oowriter.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/oowriter2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/openclonk.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/openoffice.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/openttd.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pan.png >@@ -2762,14 +3248,19 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pathological.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pattern.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pegs.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/picturewall.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pida.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pingus.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/porthole.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/ppracer.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/psi.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/pyalamode-2.8.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/pycadia.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/pycrust-2.8.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pydance.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pygmy.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pympd.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/pyshell-2.8.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/pysol.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/python.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/q3ut3.png >@@ -2793,8 +3284,12 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/scorched3d.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/scribus.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/seahorse.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/shootingstar.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/sim.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/sixteen.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/skype.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/skystreets.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/slack.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/slant.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/slrn-pl.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/slrn.png >@@ -2803,14 +3298,18 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/snownews.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/sodipodi.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/sol.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/solarwolf.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/solo.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/sonata.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/sound-juicer.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/stalonetray.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/stardict.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/starfighter.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/startBristol.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/stellarium.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/straw.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/streamtuner.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/subl.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/supertux.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/sweep.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/sylpheed-claws.png >@@ -2818,8 +3317,13 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/sylpheed.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/synaptic.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/teaed.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/teeworlds.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/tents.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/terminator.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/tetraproc.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/thunar.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/thunderbird.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/timidity.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/tkabber.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/tleenx2.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/tomboy.png >@@ -2826,6 +3330,9 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/torcs.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/totem.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/trackballs.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/transmission-gtk.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/transmission-qt.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/trayer.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/trophy.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/tuxcmd.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/tuxpaint.png >@@ -2837,8 +3344,13 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/urxvt.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/valknut.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/vim.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/vlc.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/wargus.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/weechat-curses.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/wesnoth.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/wicd-client.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/wine.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/winecfg.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/wings3d.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/wireshark.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/worm.png >@@ -2855,21 +3367,27 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xine.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xmahjongg.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xmms.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmms2.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xmoto.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xmule.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xnc.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/xnec2c.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xpat2.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xpdf.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xpilot.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xqf.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/xrced-2.8.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xrick.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xsane.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xscreensaver.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/xterm.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/yass.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/ydpdict.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/zapping.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/zim.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/zinf.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/zita-at1.png >+%%DATADIR%%/fvwm/icons/Default/32x32/apps/zita-rev1.png > %%DATADIR%%/fvwm/icons/Default/32x32/apps/zsafe.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Audio-Video.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Audio.png >@@ -2877,19 +3395,40 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/categories/GNOME.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Games.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Graphics.png >+%%DATADIR%%/fvwm/icons/Default/32x32/categories/Green_Drawer.png >+%%DATADIR%%/fvwm/icons/Default/32x32/categories/Green_Drawer.png.active.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/KDE.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Knowledge.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Multimedia.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Network.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Office.png >+%%DATADIR%%/fvwm/icons/Default/32x32/categories/Red_Drawer.png >+%%DATADIR%%/fvwm/icons/Default/32x32/categories/Red_Drawer.png.active.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Settings.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/System.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Terminals.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Utilities.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/Video.png >+%%DATADIR%%/fvwm/icons/Default/32x32/categories/Yellow_Drawer.png >+%%DATADIR%%/fvwm/icons/Default/32x32/categories/Yellow_Drawer.png.active.png > %%DATADIR%%/fvwm/icons/Default/32x32/categories/directory.png >+%%DATADIR%%/fvwm/icons/Default/32x32/categories/help.png >+%%DATADIR%%/fvwm/icons/Default/32x32/categories/video_movies_view.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/BlingBling.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/BlingBling2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/Jewel.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/Jewel2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/Off.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/On.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/amiga.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications-development.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-preferences-1.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-preferences-2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic-1.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic-2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic-3.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/camera-photo.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/colorsets-file.png >@@ -2896,9 +3435,17 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/colorsets.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/dd.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/df.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/focus.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/focus2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/font.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/fvwm-crystal.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/gdm-xnest.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/gdm.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/geometry.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/handles.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/icon.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/icon2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/icon3.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-eject.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-playback-pause.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-playback-start.png >@@ -2908,11 +3455,14 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-seek-forward.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-skip-backward.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-skip-forward.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/mixer-2.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/mixer.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/multimedia-volume-control.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-screensaver.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-theme.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-wallpaper.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/silent.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-file-manager.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-lock-screen.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-log-out.png >@@ -2922,18 +3472,40 @@ > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/utilities-terminal.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/view-refresh.png > %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/window-list.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/window-switch.png >+%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/windows.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/AudioCutter.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/BitchX.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/Eterm.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/Maelstrom.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/RTSynth-jack.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/RTSynth.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/abiword.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/abuse.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/acidrip.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/aeolus.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/akregator.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/aliki.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/alsamixer.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/alsamixerguis.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/alsaplayer.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/amarok.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/ambdec.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/amule.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/anjuta.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/aptitude.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/aptsh.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/archlinux.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ardour.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/armagetron.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/assistant.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/atanks.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/aterm.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/atlantik.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/atomix.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/audacious.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/audacity.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/aumix.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/avidemux.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/azureus.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/balsa-ab.png >@@ -2940,59 +3512,112 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/apps/balsa.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/barrage.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/basket.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/bastet.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/beep-media-player.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/billard-gl.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/blackboxgame.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/blackjack.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/blender.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/blobwars.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/bluefish.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/bmp.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/bonfire.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/brasero.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/bridges.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/btdownloadgui.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/btdownloadgui.py.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/bzflag.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/castle-combat.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/celestia.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/centericq.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/chromium.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/cinelerra.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/civclient.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/civserver.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/cmus.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/conglomerate.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/crack-attack.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/cream.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/cube.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/d4x.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/dcgui.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/debian.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/default.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/deluge-torrent.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/deluge.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/dia.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/digikam.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/dillo.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/din.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/djview.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/dlume.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/dominosa.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/drakconf.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/easytag.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/eboard.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/ebumeter.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/eclipse.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/egoboo.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/ekg.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/ekg2.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ekiga.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/el.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/elinks.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/emacs.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/engauge.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/enigma.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/epic4.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/epiphany.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/eric.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/evince.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/evolution.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/exfalso.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/f-spot.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/falconseye.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/feh.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/fetchmail.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/fgfs-0.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/fgfs-1.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/fgfs-2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/fgfs-3.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/fifteen.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/filerunner.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/firefox.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/flipgame.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/foobillard.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/freeciv.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/freemind.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/frozen-bubble.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/funnyboat.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/fvwm-crystal.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/fwbuilder.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/g3data.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gabber.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gaim.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gajim.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/galeon.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gataxx.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gcfilms.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gcolor2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gconf-editor.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gedit.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gentoo.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gentoolinux.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gftp.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gg.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gg2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/giFTcurs.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/giFToxic.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/giftui.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gimp.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gizmo.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/glade-2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/glightoff.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/glines.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/glmix.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gltron.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/glurp.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gmpc.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gmplayer.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gnect.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gnibbles.png >@@ -3009,33 +3634,65 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gnotravex.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gnotski.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gnudoku.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnumeric.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/goobox.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gossip.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gpa.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gpaint.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gpass.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gqview.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/grande.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/graveman.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/grip.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/grml.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gtali.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gthumb.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gtk-gnutella.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gtkboard.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gtktalog.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/guess.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gv.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gvim.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gweled.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/gwenview.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/gxine.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/hardinfo.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/heretic2-demo.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/htop.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/hydrogen.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/iagno.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/icebreaker.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/icedove.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/iceweasel.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/idle.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ihu.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/inertia.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/inkscape.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ipodder.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/irssi.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jackeq.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jackminimix.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jackmix.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/japa.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jconvolver.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jkmeter.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jmeters.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jnoise.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jnoisemeter.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jpilot.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/jumpnbump-menu.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/k3b.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kaddressbook.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kadu.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/karbon.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kasteroids.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kate.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/katomic.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kbackgammon.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kbattleship.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kblackbox.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kbounce.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kchart.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kcontrol.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kde.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kdevelop.png >@@ -3042,15 +3699,28 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kdevelop3.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kedit.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kenolaba.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kenvy24gui.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kf.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kformula.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kfouleggs.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kgoldrunner.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/khelpcenter.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kile.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kinfocenter.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kivio.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kjumpingcube.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/klickety.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/klines.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kmahjongg.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmail.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmenu.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kmines.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kmix.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kmldonkey.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/knetwalk.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/knode.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kobodeluxe.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kobodl.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kolf.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/konqueror.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/konquest.png >@@ -3057,6 +3727,8 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/apps/konsole.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kontact.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kopete.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/korganizer.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/koshell.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kpaint.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kpat.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kphone.png >@@ -3063,7 +3735,9 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kpilot.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kpoker.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kppp.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpresenter.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kreversi.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/krita.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/krusader.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ksame.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kshisen.png >@@ -3072,40 +3746,77 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ksnake.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ksokoban.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kspaceduel.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kspread.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ktorrent.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ktouch.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ktron.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ktuberling.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kugar.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kview.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kvim.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kvirc.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/kwin4.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/kword.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/lbreakout2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/lgeneral.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/libreoffice.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/licq.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/liferea.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/lightup.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/lincity-ng.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/linguist.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/links2.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/linphone.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/linpopup.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/linux.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/liquidwar.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/lmarbles.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/lmms.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/lobase.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/localc.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/lodraw.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/loimpress.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/lomath.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/loopy.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/loweb.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/lowriter.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/lskat.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/ltris.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/lugaru-demo.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/lxdoom.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/lynx.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/lyx.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/maelstrom.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/mahjongg.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/mandriva.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/map.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/mc.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/mines.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/mixxx.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/mldonkey.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/mlgui.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/moagg.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/mocp.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/monodevelop.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/monotheka.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/moon-buggy.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/mousepad.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/mplayer.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/mrxvt.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/multi-gnome-terminal.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/mutt.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/mysqlcc.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/nautilus.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/nessus.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/netgame.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/netpanzer.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/netris.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/netslide.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/neverball.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/neverputt.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/nexuiz.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/njam.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/notepad.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/nvu.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/oobase.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/oobase2.png >@@ -3113,6 +3824,8 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/apps/oocalc2.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/oodraw.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/oodraw2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooffice.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooffice2.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ooimpress.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ooimpress2.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/oomath.png >@@ -3121,45 +3834,97 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/apps/oopadmin2.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/oowriter.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/oowriter2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/openclonk.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/openoffice.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/openttd.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/pan.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/pathological.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/pattern.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/pegs.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/picturewall.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/pida.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/pingus.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/porthole.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ppracer.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/psi.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/pyalamode-2.8.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/pycadia.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/pycrust-2.8.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/pydance.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/pygmy.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/pympd.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/pyshell-2.8.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/pysol.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/python.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/q3ut3.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/qcad.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/qcomicbook.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/qjackctl.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/qps.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/qtorrent.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/qtstalker.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/quanta.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/quodlibet.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/rapidsvn.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/rect.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/revelation.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/rhythmbox.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/rox.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/rubrica.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/same-gnome.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/samegame.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/scite.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/scorched3d.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/scribus.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/seahorse.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/shootingstar.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/sim.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/sixteen.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/skystreets.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/slant.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/slrn-pl.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/slrn.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/smart.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/snake.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/snownews.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/sodipodi.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/sol.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/solarwolf.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/solo.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/sonata.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/sound-juicer.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/stalonetray.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/stardict.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/starfighter.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/startBristol.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/stellarium.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/straw.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/streamtuner.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/supertux.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/sweep.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/sylpheed-claws.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/sylpheed-gtk2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/sylpheed.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/synaptic.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/teaed.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/teeworlds.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/tents.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/terminator.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/tetraproc.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/thunar.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/timidity.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/tkabber.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/tleenx2.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/tomboy.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/torcs.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/totem.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/trackballs.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/transmission-gtk.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/transmission-qt.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/trayer.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/trophy.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/tuxcmd.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/tuxpaint.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/tvtime.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/twiddle.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/twinkle.png >@@ -3166,42 +3931,124 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ubuntu.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/untangle.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/urxvt.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/valknut.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/vim.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/wargus.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/weechat-curses.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/wesnoth.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/wine.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/winecfg.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/wings3d.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/wireshark.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/worm.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/wyrd.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xawtv.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xboard.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xcdroast.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xchat.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xemacs.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xevil.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xfce4-terminal.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xfe.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xfig.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xine.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmahjongg.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xmms.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmms2.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xmoto.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmule.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xnc.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xnec2c.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xpat2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xpdf.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xpilot.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xqf.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xrced-2.8.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xrick.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xsane.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/xscreensaver.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/xterm.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/yass.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/ydpdict.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/zapping.png > %%DATADIR%%/fvwm/icons/Default/48x48/apps/zim.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/zinf.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/zita-at1.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/zita-rev1.png >+%%DATADIR%%/fvwm/icons/Default/48x48/apps/zsafe.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Audio-Video.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Audio.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/CD.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/CD.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/DESKTOP.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/DESKTOP.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/DOCUMENTS.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/DOCUMENTS.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/DOWNLOAD.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/DOWNLOAD.png.active.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Development.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/GNOME.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Games.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Graphics.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Green_Drawer.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Green_Drawer.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Home.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Home.png.active.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/KDE.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Knowledge.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/MUSIC.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/MUSIC.png.active.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Multimedia.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Network.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Office.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/PICTURES.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/PICTURES.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/PUBLICSHARE.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/PUBLICSHARE.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Red_Drawer.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Red_Drawer.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Root.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Root.png.active.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Settings.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/System.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/TEMPLATES.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/TEMPLATES.png.active.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Terminals.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Utilities.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/VIDEOS.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/VIDEOS.png.active.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/Video.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Work_4.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Work_4.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Yellow_Drawer.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/Yellow_Drawer.png.active.png > %%DATADIR%%/fvwm/icons/Default/48x48/categories/directory.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/harddisk.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/harddrive.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/help.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/home.png >+%%DATADIR%%/fvwm/icons/Default/48x48/categories/video_movies_view.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/BlingBling.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/BlingBling2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Boing_4.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Boing_4.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Home.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Home.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Jewel.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Jewel2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Off.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/On.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Work_4.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/Work_4.png.active.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/amiga.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications-development.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-preferences-1.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-preferences-2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic-1.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic-2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic-3.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/camera-photo.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/colorsets-file.png >@@ -3208,9 +4055,21 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/colorsets.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/dd.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/df.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/focus.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/focus2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/font.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/fvwm-crystal.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/gdm-xnest.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/gdm.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/geometry.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/handles.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/harddisk.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/harddrive.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/help.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/home.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/icon.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/icon2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/icon3.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-eject.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-playback-pause.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-playback-start.png >@@ -3220,11 +4079,14 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-seek-forward.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-skip-backward.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-skip-forward.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/mixer-2.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/mixer.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/multimedia-volume-control.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-screensaver.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-theme.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-wallpaper.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/silent.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-file-manager.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-lock-screen.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-log-out.png >@@ -3232,24 +4094,69 @@ > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-shutdown.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/user-desktop.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/utilities-terminal.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/video_movies_view.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/view-refresh.png > %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/window-list.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/window-switch.png >+%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/windows.png >+%%DATADIR%%/fvwm/locale/de/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/de/LC_MESSAGES/fvwm-crystal-script.po >+%%DATADIR%%/fvwm/locale/de/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/de/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal-script.po > %%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal.po > %%DATADIR%%/fvwm/locale/de_DE/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/de_DE/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/en/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/en/LC_MESSAGES/fvwm-crystal-script.po >+%%DATADIR%%/fvwm/locale/en/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/en/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/en_US.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/en_US.UTF-8/LC_MESSAGES/fvwm-crystal-script.po >+%%DATADIR%%/fvwm/locale/en_US.UTF-8/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/en_US.UTF-8/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/es/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/es/LC_MESSAGES/fvwm-crystal.po > %%DATADIR%%/fvwm/locale/es_ES.UTF-8/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/es_ES.UTF-8/LC_MESSAGES/fvwm-crystal.po > %%DATADIR%%/fvwm/locale/es_ES/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/es_ES/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/fr/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/fr/LC_MESSAGES/fvwm-crystal-script.po >+%%DATADIR%%/fvwm/locale/fr/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/fr/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal-script.po > %%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/fy/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/fy/LC_MESSAGES/fvwm-crystal-script.po >+%%DATADIR%%/fvwm/locale/fy/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/fy/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/fy_NL.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/fy_NL.UTF-8/LC_MESSAGES/fvwm-crystal-script.po >+%%DATADIR%%/fvwm/locale/fy_NL.UTF-8/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/fy_NL.UTF-8/LC_MESSAGES/fvwm-crystal.po > %%DATADIR%%/fvwm/locale/hu_HU/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/hu_HU/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/nl/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/nl/LC_MESSAGES/fvwm-crystal-script.po >+%%DATADIR%%/fvwm/locale/nl/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/nl/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/nl_NL.UTF-8/LC_MESSAGES/fvwm-crystal-script.mo >+%%DATADIR%%/fvwm/locale/nl_NL.UTF-8/LC_MESSAGES/fvwm-crystal-script.po >+%%DATADIR%%/fvwm/locale/nl_NL.UTF-8/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/nl_NL.UTF-8/LC_MESSAGES/fvwm-crystal.po > %%DATADIR%%/fvwm/locale/pl_PL.UTF-8/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/pl_PL.UTF-8/LC_MESSAGES/fvwm-crystal.po > %%DATADIR%%/fvwm/locale/pl_PL/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/pl_PL/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/pt_BR.UTF-8/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/pt_BR.UTF-8/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/locale/pt_BR/LC_MESSAGES/fvwm-crystal.mo >+%%DATADIR%%/fvwm/locale/pt_BR/LC_MESSAGES/fvwm-crystal.po > %%DATADIR%%/fvwm/locale/ru_RU.KOI8-R/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/ru_RU.KOI8-R/LC_MESSAGES/fvwm-crystal.po > %%DATADIR%%/fvwm/locale/ru_RU.UTF-8/LC_MESSAGES/fvwm-crystal.mo >@@ -3258,28 +4165,81 @@ > %%DATADIR%%/fvwm/locale/sk_SK.UTF-8/LC_MESSAGES/fvwm-crystal.po > %%DATADIR%%/fvwm/locale/sk_SK/LC_MESSAGES/fvwm-crystal.mo > %%DATADIR%%/fvwm/locale/sk_SK/LC_MESSAGES/fvwm-crystal.po >+%%DATADIR%%/fvwm/preferences/AutoHibernation >+%%DATADIR%%/fvwm/preferences/BROWSER > %%DATADIR%%/fvwm/preferences/DefaultDesktopManager > %%DATADIR%%/fvwm/preferences/DefaultFocusPolicy >+%%DATADIR%%/fvwm/preferences/DefaultMixer > %%DATADIR%%/fvwm/preferences/DefaultMusicPlayer >+%%DATADIR%%/fvwm/preferences/DefaultSoundCard > %%DATADIR%%/fvwm/preferences/DefaultTerminal >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.Amiga >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.Clean >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.Corner >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.Default >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.DefaultACPI >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.Dock >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.LapLeft >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.LapLeftACPI >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.LapRight >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.LapRightACPI >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.Light >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.Nebulae >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.OldSchool >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.SideLine >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.SilentHacker >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.Thin >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.TopDown >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.TopLine >+%%DATADIR%%/fvwm/preferences/DeskIconsSign.WingCommander >+%%DATADIR%%/fvwm/preferences/DeskPageX >+%%DATADIR%%/fvwm/preferences/DesktopDirs >+%%DATADIR%%/fvwm/preferences/DesktopMenu >+%%DATADIR%%/fvwm/preferences/EDITOR >+%%DATADIR%%/fvwm/preferences/FileBrowser1 >+%%DATADIR%%/fvwm/preferences/FileBrowser2 >+%%DATADIR%%/fvwm/preferences/FullScreenApps >+%%DATADIR%%/fvwm/preferences/HandleWidth >+%%DATADIR%%/fvwm/preferences/IconDirs >+%%DATADIR%%/fvwm/preferences/IconsType > %%DATADIR%%/fvwm/preferences/LastChoosenButtonModel > %%DATADIR%%/fvwm/preferences/LastChoosenColorset > %%DATADIR%%/fvwm/preferences/LastChoosenRecipe > %%DATADIR%%/fvwm/preferences/LastChoosenWallpaper > %%DATADIR%%/fvwm/preferences/LastChoosenWindowDecoration >+%%DATADIR%%/fvwm/preferences/MediaDirectories >+%%DATADIR%%/fvwm/preferences/MediaMenuIcons >+%%DATADIR%%/fvwm/preferences/MenuFont >+%%DATADIR%%/fvwm/preferences/MenuFontSize >+%%DATADIR%%/fvwm/preferences/MenuFontStyle > %%DATADIR%%/fvwm/preferences/NotificationArea-Width > %%DATADIR%%/fvwm/preferences/NotificationAreaManager > %%DATADIR%%/fvwm/preferences/NotificationAreaWidth >+%%DATADIR%%/fvwm/preferences/PanelFont >+%%DATADIR%%/fvwm/preferences/PanelFontSize >+%%DATADIR%%/fvwm/preferences/PanelFontStyle > %%DATADIR%%/fvwm/preferences/PrivilegedTerminals > %%DATADIR%%/fvwm/preferences/QuakeConsoleHeight > %%DATADIR%%/fvwm/preferences/QuakeConsoleTerminal >+%%DATADIR%%/fvwm/preferences/ShowDirectories >+%%DATADIR%%/fvwm/preferences/ShowPartitions >+%%DATADIR%%/fvwm/preferences/ShowXDG >+%%DATADIR%%/fvwm/preferences/SilentOps > %%DATADIR%%/fvwm/preferences/Startup >+%%DATADIR%%/fvwm/preferences/TitleFont >+%%DATADIR%%/fvwm/preferences/TitleFontSize >+%%DATADIR%%/fvwm/preferences/TitleFontStyle >+%%DATADIR%%/fvwm/preferences/XDGMenu >+%%DATADIR%%/fvwm/recipes/Amiga > %%DATADIR%%/fvwm/recipes/Clean >-%%DATADIR%%/fvwm/recipes/Clean Vertical > %%DATADIR%%/fvwm/recipes/Corner > %%DATADIR%%/fvwm/recipes/Default > %%DATADIR%%/fvwm/recipes/Default with ACPI > %%DATADIR%%/fvwm/recipes/Dock >+%%DATADIR%%/fvwm/recipes/LapLeft >+%%DATADIR%%/fvwm/recipes/LapLeft with ACPI >+%%DATADIR%%/fvwm/recipes/LapRight >+%%DATADIR%%/fvwm/recipes/LapRight with ACPI > %%DATADIR%%/fvwm/recipes/Light > %%DATADIR%%/fvwm/recipes/Nebulae > %%DATADIR%%/fvwm/recipes/Old School >@@ -3288,6 +4248,18 @@ > %%DATADIR%%/fvwm/recipes/Thin > %%DATADIR%%/fvwm/recipes/TopDown > %%DATADIR%%/fvwm/recipes/TopLine >+%%DATADIR%%/fvwm/recipes/Wing-Commander >+%%DATADIR%%/fvwm/scripts/AmixerControl >+%%DATADIR%%/fvwm/scripts/AmixerCurrentdBVolume >+%%DATADIR%%/fvwm/scripts/AutoHibernate >+%%DATADIR%%/fvwm/scripts/CheckMenuDate >+%%DATADIR%%/fvwm/scripts/DesktopActions >+%%DATADIR%%/fvwm/scripts/DesktopCheckMounts >+%%DATADIR%%/fvwm/scripts/FSApps >+%%DATADIR%%/fvwm/scripts/FileEditors/FileEditWithHelp >+%%DATADIR%%/fvwm/scripts/FileEditors/ShowDirectories-Help >+%%DATADIR%%/fvwm/scripts/FontSelector/FontSelector >+%%DATADIR%%/fvwm/scripts/FontSelector/findindex.sh > %%DATADIR%%/fvwm/scripts/FvwmMPD/FvwmApplet-MpdAddSong > %%DATADIR%%/fvwm/scripts/FvwmMPD/FvwmApplet-MpdPlEd > %%DATADIR%%/fvwm/scripts/FvwmMPD/getdir.sh >@@ -3295,7 +4267,34 @@ > %%DATADIR%%/fvwm/scripts/FvwmMPD/listsongs.sh > %%DATADIR%%/fvwm/scripts/FvwmMPD/parseplaylist.sh > %%DATADIR%%/fvwm/scripts/FvwmMPD/stripnames.py >+%%DATADIR%%/fvwm/scripts/KeyModifiersEditor/KeyModifiersEditor >+%%DATADIR%%/fvwm/scripts/PrefVars/PrefVars >+%%DATADIR%%/fvwm/scripts/ScreenResolution >+%%DATADIR%%/fvwm/scripts/SetTranslucency >+%%DATADIR%%/fvwm/scripts/UpdateInfoline >+%%DATADIR%%/fvwm/scripts/XDG-Menu >+%%DATADIR%%/fvwm/scripts/convert_preferences >+%%DATADIR%%/fvwm/scripts/desktop_manager >+%%DATADIR%%/fvwm/scripts/infoline_amiga >+%%DATADIR%%/fvwm/scripts/killmplayer >+%%DATADIR%%/fvwm/scripts/launchwm >+%%DATADIR%%/fvwm/scripts/make_all_playlists >+%%DATADIR%%/fvwm/scripts/makefontlist >+%%DATADIR%%/fvwm/scripts/media_directories >+%%DATADIR%%/fvwm/scripts/random-wallpaper >+%%DATADIR%%/fvwm/scripts/set_DesktopIconsGeom > %%DATADIR%%/fvwm/scripts/speed_value >+%%DATADIR%%/fvwm/scripts/startmplayer > %%DATADIR%%/fvwm/wallpapers/fvwm-crystal-bright1-1024x768.jpg > %%DATADIR%%/fvwm/wallpapers/fvwm-crystal-dark1-1024x768.jpg > %%DATADIR%%/fvwm/wallpapers/fvwm-crystal-dark2-1024x768.jpg >+share/man/man1/ApplicationDatabase.1 >+share/man/man1/CrystalRoxHOWTO.1 >+share/man/man1/FVWMCrystalFAQ.1 >+share/man/man1/KeyboardBindings.1 >+share/man/man1/MouseBindings.1 >+share/man/man1/Tips.1 >+share/man/man1/fvwm-crystal.1 >+share/xsessions/fvwm-crystal.desktop >+@dir /etc/X11/Sessions >+@dir /etc/sudoers.d
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239625
:
206252
|
206470
|
206471
|
206477
|
206562
|
206563
| 206564