aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-02-20 01:32:07 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-02-20 01:32:07 +0000
commit429fbc1969068577a96cc295d1f6683cc96ef0ca (patch)
tree6d218f3a98fefca5db3daa348adf4418a27a7a7f /x11-themes
parent3a54566324553aa3e9365816c7e33d2666886652 (diff)
downloadports-429fbc1969068577a96cc295d1f6683cc96ef0ca.tar.gz
ports-429fbc1969068577a96cc295d1f6683cc96ef0ca.zip
o New port kde-icons-noia version 1.00: KDE Noia complete iconset
o This will work as a "master" port for the other icon ports. They will inherit their working logic from Makefile.icons
Notes
Notes: svn path=/head/; revision=101432
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Makefile1
-rw-r--r--x11-themes/kde-icons-noia/Makefile19
-rw-r--r--x11-themes/kde-icons-noia/Makefile.icons41
-rw-r--r--x11-themes/kde-icons-noia/distinfo2
-rw-r--r--x11-themes/kde-icons-noia/pkg-descr13
-rw-r--r--x11-themes/kde-icons-noia/pkg-message9
-rw-r--r--x11-themes/kde-icons-noia/pkg-plist2728
7 files changed, 2813 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index 8a7f9778e922..856f0eba94ea 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -1,4 +1,5 @@
# $FreeBSD$
#
+ SUBDIR += kde-icons-noia
.include <bsd.port.subdir.mk>
diff --git a/x11-themes/kde-icons-noia/Makefile b/x11-themes/kde-icons-noia/Makefile
new file mode 100644
index 000000000000..764c03d343ad
--- /dev/null
+++ b/x11-themes/kde-icons-noia/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: KDE iconset Noia
+# Date created: Fri Feb 13 11:24:29 UTC 2004
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= noia
+PORTVERSION= 1.00
+MASTER_SITES= http://es.kde.org/downloads/
+DISTNAME= ${PORTNAME}-kde-icons-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+COMMENT= KDE Noia complete iconset
+
+WRKSRC= "${WRKDIR}/noia_kde_${PORTVERSION:C/\.//}"
+PORT_SHAREDIR= ${PORTNAME}
+
+.include "${.CURDIR}/Makefile.icons"
diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-noia/Makefile.icons
new file mode 100644
index 000000000000..162b90ea737d
--- /dev/null
+++ b/x11-themes/kde-icons-noia/Makefile.icons
@@ -0,0 +1,41 @@
+# New ports collection makefile for: support skeleton Makefile
+# Date created: Thu Feb 19 23:17:56 UTC 2004
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES?= x11-themes kde
+PKGNAMEPREFIX= kde-icons-
+DIST_SUBDIR= KDE
+
+MAINTAINER?= lioux@FreeBSD.org
+COMMENT?= KDE iconset theme
+
+USE_REINPLACE= yes
+USE_SIZE= yes
+NO_BUILD= yes
+PLIST_SUB+= DIRNAME="${PORT_SHAREDIR}"
+
+# default installation directory
+PORT_SHAREDIR?= ${DISTNAME}
+
+post-patch:
+# correctly inherits crystal per default
+ @${REINPLACE_CMD} -E \
+ -e 's| ||' \
+ -e 's|^Inherits.*$$|Inherits=crystalsvg|' \
+ ${WRKSRC}/index.desktop
+
+do-install:
+ @${MKDIR} ${PREFIX}/share/icons/${PORT_SHAREDIR}
+# create dirs
+ @cd ${WRKSRC} ; ${FIND} . -type d ! -empty \
+ -exec ${MKDIR} -m 0755 \
+ ${PREFIX}/share/icons/${PORT_SHAREDIR}/"{}" \;
+# copy files
+ @cd ${WRKSRC} ; ${FIND} . -type f \
+ -exec ${INSTALL_DATA} ${WRKSRC}/"{}" \
+ ${PREFIX}/share/icons/${PORT_SHAREDIR}/"{}" \;
+
+.include <bsd.port.mk>
diff --git a/x11-themes/kde-icons-noia/distinfo b/x11-themes/kde-icons-noia/distinfo
new file mode 100644
index 000000000000..ae2b36319cca
--- /dev/null
+++ b/x11-themes/kde-icons-noia/distinfo
@@ -0,0 +1,2 @@
+MD5 (KDE/noia-kde-icons-1.00.tgz) = afdb36b26c5df58e3273004245fb25c2
+SIZE (KDE/noia-kde-icons-1.00.tgz) = 12764378
diff --git a/x11-themes/kde-icons-noia/pkg-descr b/x11-themes/kde-icons-noia/pkg-descr
new file mode 100644
index 000000000000..66aed0e80e40
--- /dev/null
+++ b/x11-themes/kde-icons-noia/pkg-descr
@@ -0,0 +1,13 @@
+[ excerpt from developer's web site with modifications ]
+
+Complete iconset with around 600 original icons. It can be used
+as individual icons for X desktops, or as a complete iconset for
+KDE 3.0-3.1 or above (new KDE features will not be iconized at this
+moment).
+
+Please, read the 'readme' text file for more info.
+
+This iconset is under LGPL. Read the 'lesser.txt' text file about
+the license.
+
+WWW: http://www.kde-look.org/content/show.php?content=3883
diff --git a/x11-themes/kde-icons-noia/pkg-message b/x11-themes/kde-icons-noia/pkg-message
new file mode 100644
index 000000000000..6d04fbe5fd0d
--- /dev/null
+++ b/x11-themes/kde-icons-noia/pkg-message
@@ -0,0 +1,9 @@
+ ATTENTIONATTENTION:
+
+How to install a new icon theme
+
+1) Open the KDE-Menu and start the Control Center
+2) Click on "Look and Feel", then "Icons"
+3) Select Noia KDE iconset
+4) Click "Apply"
+5) Have fun! :-)
diff --git a/x11-themes/kde-icons-noia/pkg-plist b/x11-themes/kde-icons-noia/pkg-plist
new file mode 100644
index 000000000000..21b8a6fea07a
--- /dev/null
+++ b/x11-themes/kde-icons-noia/pkg-plist
@@ -0,0 +1,2728 @@
+share/icons/%%DIRNAME%%/.directory
+share/icons/%%DIRNAME%%/128x128/.directory
+share/icons/%%DIRNAME%%/128x128/apps/access.png
+share/icons/%%DIRNAME%%/128x128/apps/acroread.png
+share/icons/%%DIRNAME%%/128x128/apps/applixware.png
+share/icons/%%DIRNAME%%/128x128/apps/ark.png
+share/icons/%%DIRNAME%%/128x128/apps/blender.png
+share/icons/%%DIRNAME%%/128x128/apps/cache.png
+share/icons/%%DIRNAME%%/128x128/apps/catalogmanager.png
+share/icons/%%DIRNAME%%/128x128/apps/clanbomber.png
+share/icons/%%DIRNAME%%/128x128/apps/clock.png
+share/icons/%%DIRNAME%%/128x128/apps/date.png
+share/icons/%%DIRNAME%%/128x128/apps/emacs.png
+share/icons/%%DIRNAME%%/128x128/apps/email.png
+share/icons/%%DIRNAME%%/128x128/apps/energy.png
+share/icons/%%DIRNAME%%/128x128/apps/filetypes.png
+share/icons/%%DIRNAME%%/128x128/apps/galeon.png
+share/icons/%%DIRNAME%%/128x128/apps/gimp.png
+share/icons/%%DIRNAME%%/128x128/apps/help.png
+share/icons/%%DIRNAME%%/128x128/apps/help_index.png
+share/icons/%%DIRNAME%%/128x128/apps/icons.png
+share/icons/%%DIRNAME%%/128x128/apps/iconthemes.png
+share/icons/%%DIRNAME%%/128x128/apps/kaddressbook.png
+share/icons/%%DIRNAME%%/128x128/apps/kappfinder.png
+share/icons/%%DIRNAME%%/128x128/apps/karm.png
+share/icons/%%DIRNAME%%/128x128/apps/kate.png
+share/icons/%%DIRNAME%%/128x128/apps/kbabel.png
+share/icons/%%DIRNAME%%/128x128/apps/kbabeldict.png
+share/icons/%%DIRNAME%%/128x128/apps/kcalc.png
+share/icons/%%DIRNAME%%/128x128/apps/kcharselect.png
+share/icons/%%DIRNAME%%/128x128/apps/kchart.png
+share/icons/%%DIRNAME%%/128x128/apps/kcontrol.png
+share/icons/%%DIRNAME%%/128x128/apps/kcron.png
+share/icons/%%DIRNAME%%/128x128/apps/kdevelop.png
+share/icons/%%DIRNAME%%/128x128/apps/kdf.png
+share/icons/%%DIRNAME%%/128x128/apps/kdict.png
+share/icons/%%DIRNAME%%/128x128/apps/kdisknav.png
+share/icons/%%DIRNAME%%/128x128/apps/kdmconfig.png
+share/icons/%%DIRNAME%%/128x128/apps/kedit.png
+share/icons/%%DIRNAME%%/128x128/apps/keditbookmarks.png
+share/icons/%%DIRNAME%%/128x128/apps/kfind.png
+share/icons/%%DIRNAME%%/128x128/apps/kfm.png
+share/icons/%%DIRNAME%%/128x128/apps/kfm_home.png
+share/icons/%%DIRNAME%%/128x128/apps/kget.png
+share/icons/%%DIRNAME%%/128x128/apps/kghostview.png
+share/icons/%%DIRNAME%%/128x128/apps/khelpcenter.png
+share/icons/%%DIRNAME%%/128x128/apps/kiconedit.png
+share/icons/%%DIRNAME%%/128x128/apps/kivio.png
+share/icons/%%DIRNAME%%/128x128/apps/klipper.png
+share/icons/%%DIRNAME%%/128x128/apps/kmail.png
+share/icons/%%DIRNAME%%/128x128/apps/kmenu.png
+share/icons/%%DIRNAME%%/128x128/apps/kmidi.png
+share/icons/%%DIRNAME%%/128x128/apps/kmix.png
+share/icons/%%DIRNAME%%/128x128/apps/knewsticker.png
+share/icons/%%DIRNAME%%/128x128/apps/knode.png
+share/icons/%%DIRNAME%%/128x128/apps/knotes.png
+share/icons/%%DIRNAME%%/128x128/apps/knotify.png
+share/icons/%%DIRNAME%%/128x128/apps/koncd.png
+share/icons/%%DIRNAME%%/128x128/apps/konqueror.png
+share/icons/%%DIRNAME%%/128x128/apps/konsole.png
+share/icons/%%DIRNAME%%/128x128/apps/kontour.png
+share/icons/%%DIRNAME%%/128x128/apps/korganizer.png
+share/icons/%%DIRNAME%%/128x128/apps/korn.png
+share/icons/%%DIRNAME%%/128x128/apps/kpackage.png
+share/icons/%%DIRNAME%%/128x128/apps/kpaint.png
+share/icons/%%DIRNAME%%/128x128/apps/kpersonalizer.png
+share/icons/%%DIRNAME%%/128x128/apps/kppp.png
+share/icons/%%DIRNAME%%/128x128/apps/kpresenter.png
+share/icons/%%DIRNAME%%/128x128/apps/kscd.png
+share/icons/%%DIRNAME%%/128x128/apps/kscreensaver.png
+share/icons/%%DIRNAME%%/128x128/apps/ksirc.png
+share/icons/%%DIRNAME%%/128x128/apps/ksnapshot.png
+share/icons/%%DIRNAME%%/128x128/apps/kspread.png
+share/icons/%%DIRNAME%%/128x128/apps/ksysguard.png
+share/icons/%%DIRNAME%%/128x128/apps/ksysv.png
+share/icons/%%DIRNAME%%/128x128/apps/kthememgr.png
+share/icons/%%DIRNAME%%/128x128/apps/kugar.png
+share/icons/%%DIRNAME%%/128x128/apps/kview.png
+share/icons/%%DIRNAME%%/128x128/apps/kvirc.png
+share/icons/%%DIRNAME%%/128x128/apps/kwin.png
+share/icons/%%DIRNAME%%/128x128/apps/kword.png
+share/icons/%%DIRNAME%%/128x128/apps/kwrite.png
+share/icons/%%DIRNAME%%/128x128/apps/kxconfig.png
+share/icons/%%DIRNAME%%/128x128/apps/licq.png
+share/icons/%%DIRNAME%%/128x128/apps/linuxconf.png
+share/icons/%%DIRNAME%%/128x128/apps/looknfeel.png
+share/icons/%%DIRNAME%%/128x128/apps/mouse.png
+share/icons/%%DIRNAME%%/128x128/apps/mozilla.png
+share/icons/%%DIRNAME%%/128x128/apps/multimedia.png
+share/icons/%%DIRNAME%%/128x128/apps/nedit.png
+share/icons/%%DIRNAME%%/128x128/apps/netscape.png
+share/icons/%%DIRNAME%%/128x128/apps/noatun.png
+share/icons/%%DIRNAME%%/128x128/apps/openoffice.png
+share/icons/%%DIRNAME%%/128x128/apps/opera.png
+share/icons/%%DIRNAME%%/128x128/apps/package.png
+share/icons/%%DIRNAME%%/128x128/apps/penguin.png
+share/icons/%%DIRNAME%%/128x128/apps/personal.png
+share/icons/%%DIRNAME%%/128x128/apps/phoenix.png
+share/icons/%%DIRNAME%%/128x128/apps/phppg.png
+share/icons/%%DIRNAME%%/128x128/apps/proxy.png
+share/icons/%%DIRNAME%%/128x128/apps/qtella.png
+share/icons/%%DIRNAME%%/128x128/apps/quanta.png
+share/icons/%%DIRNAME%%/128x128/apps/realplayer.png
+share/icons/%%DIRNAME%%/128x128/apps/remote.png
+share/icons/%%DIRNAME%%/128x128/apps/samba.png
+share/icons/%%DIRNAME%%/128x128/apps/staroffice.png
+share/icons/%%DIRNAME%%/128x128/apps/style.png
+share/icons/%%DIRNAME%%/128x128/apps/terminal.png
+share/icons/%%DIRNAME%%/128x128/apps/tux.png
+share/icons/%%DIRNAME%%/128x128/apps/x.png
+share/icons/%%DIRNAME%%/128x128/apps/xcalc.png
+share/icons/%%DIRNAME%%/128x128/apps/xclipboard.png
+share/icons/%%DIRNAME%%/128x128/apps/xclock.png
+share/icons/%%DIRNAME%%/128x128/apps/xedit.png
+share/icons/%%DIRNAME%%/128x128/apps/xemacs.png
+share/icons/%%DIRNAME%%/128x128/apps/xfmail.png
+share/icons/%%DIRNAME%%/128x128/apps/xmag.png
+share/icons/%%DIRNAME%%/128x128/apps/xmms.png
+share/icons/%%DIRNAME%%/128x128/devices/3floppy_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/3floppy_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/5floppy_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/5floppy_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/camera.png
+share/icons/%%DIRNAME%%/128x128/devices/camera_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/camera_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/cdaudio_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/cdaudio_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/cdrom_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/cdrom_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/cdwriter_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/cdwriter_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/dvd_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/dvd_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/hdd_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/hdd_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/mo_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/mo_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/nfs_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/nfs_unmount.png
+share/icons/%%DIRNAME%%/128x128/devices/print_printer.png
+share/icons/%%DIRNAME%%/128x128/devices/printer1.png
+share/icons/%%DIRNAME%%/128x128/devices/scanner.png
+share/icons/%%DIRNAME%%/128x128/devices/zip_mount.png
+share/icons/%%DIRNAME%%/128x128/devices/zip_unmount.png
+share/icons/%%DIRNAME%%/128x128/filesystems/desktop.png
+share/icons/%%DIRNAME%%/128x128/filesystems/exec.png
+share/icons/%%DIRNAME%%/128x128/filesystems/folder.png
+share/icons/%%DIRNAME%%/128x128/filesystems/folder_home.png
+share/icons/%%DIRNAME%%/128x128/filesystems/link.png
+share/icons/%%DIRNAME%%/128x128/filesystems/lockoverlay.png
+share/icons/%%DIRNAME%%/128x128/filesystems/temporary.png
+share/icons/%%DIRNAME%%/128x128/filesystems/trashcan_empty.png
+share/icons/%%DIRNAME%%/128x128/filesystems/trashcan_full.png
+share/icons/%%DIRNAME%%/128x128/filesystems/zip.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/applix.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/ascii.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/binary.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/binary2.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/cdimage.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/cdtrack.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/colorscm.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/core.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/core2.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/deb.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/document.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/document2.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/dvi.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/empty.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/empty_ascii.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/encrypted.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/file_locked.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/file_temporary.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/font.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/font_bitmap.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/font_truetype.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/font_type1.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/fonts_bitmap.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/gettext.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/gf.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/html.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/image.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/images.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/info.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/java_src.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/kget_list.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/kmultiple.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/kugardata.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/log.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/make.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/make2.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/man.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/message.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/message2.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/metafont.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/midi.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_ascii.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_audio.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_empty.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_html.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_koffice.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_soffice.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_sound.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_track.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_txt.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/mime_video.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/misc_doc.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/netscape_doc.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/news.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/pdf.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/php.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/pk.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/postscript.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/postscript2.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/quicktime.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/readme.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/real.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/real_doc.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/recycled.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/resource.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/rpm.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/shellscript.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/shellscript2.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/soffice.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/sound.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_c.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_cpp.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_f.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_h.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_java.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_l.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_moc.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_o.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_p.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_pl.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_py.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_s.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/source_y.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/spreadsheet.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/tar.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/template_source.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/tex.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/tgz.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/txt.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/unknown.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/unknown2.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/vcalendar.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/vcard.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/vectorgfx.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/video.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/widget_doc.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/wordprocessing.png
+share/icons/%%DIRNAME%%/128x128/mimetypes/zip.png
+share/icons/%%DIRNAME%%/16x16/actions/1downarrow.png
+share/icons/%%DIRNAME%%/16x16/actions/1leftarrow.png
+share/icons/%%DIRNAME%%/16x16/actions/1rightarrow.png
+share/icons/%%DIRNAME%%/16x16/actions/1uparrow.png
+share/icons/%%DIRNAME%%/16x16/actions/2downarrow.png
+share/icons/%%DIRNAME%%/16x16/actions/2leftarrow.png
+share/icons/%%DIRNAME%%/16x16/actions/2rightarrow.png
+share/icons/%%DIRNAME%%/16x16/actions/2uparrow.png
+share/icons/%%DIRNAME%%/16x16/actions/about_kde.png
+share/icons/%%DIRNAME%%/16x16/actions/airbrush.png
+share/icons/%%DIRNAME%%/16x16/actions/appearance.png
+share/icons/%%DIRNAME%%/16x16/actions/apply.png
+share/icons/%%DIRNAME%%/16x16/actions/ark_adddir.png
+share/icons/%%DIRNAME%%/16x16/actions/ark_addfile.png
+share/icons/%%DIRNAME%%/16x16/actions/ark_delete.png
+share/icons/%%DIRNAME%%/16x16/actions/ark_extract.png
+share/icons/%%DIRNAME%%/16x16/actions/ark_selectall.png
+share/icons/%%DIRNAME%%/16x16/actions/ark_view.png
+share/icons/%%DIRNAME%%/16x16/actions/attach.png
+share/icons/%%DIRNAME%%/16x16/actions/babelfish.png
+share/icons/%%DIRNAME%%/16x16/actions/back.png
+share/icons/%%DIRNAME%%/16x16/actions/blend.png
+share/icons/%%DIRNAME%%/16x16/actions/bookmark.png
+share/icons/%%DIRNAME%%/16x16/actions/bookmark_add.png
+share/icons/%%DIRNAME%%/16x16/actions/bookmark_folder.png
+share/icons/%%DIRNAME%%/16x16/actions/bookmark_toolbar.png
+share/icons/%%DIRNAME%%/16x16/actions/bottom.png
+share/icons/%%DIRNAME%%/16x16/actions/button_cancel.png
+share/icons/%%DIRNAME%%/16x16/actions/button_ok.png
+share/icons/%%DIRNAME%%/16x16/actions/cancel.png
+share/icons/%%DIRNAME%%/16x16/actions/cdcopy.png
+share/icons/%%DIRNAME%%/16x16/actions/cdrwblank.png
+share/icons/%%DIRNAME%%/16x16/actions/charset.png
+share/icons/%%DIRNAME%%/16x16/actions/clear_left.png
+share/icons/%%DIRNAME%%/16x16/actions/color_fill.png
+share/icons/%%DIRNAME%%/16x16/actions/color_line.png
+share/icons/%%DIRNAME%%/16x16/actions/colorize.png
+share/icons/%%DIRNAME%%/16x16/actions/colorpicker.png
+share/icons/%%DIRNAME%%/16x16/actions/compfile.png
+share/icons/%%DIRNAME%%/16x16/actions/configure.png
+share/icons/%%DIRNAME%%/16x16/actions/configure_shortcuts.png
+share/icons/%%DIRNAME%%/16x16/actions/configure_toolbars.png
+share/icons/%%DIRNAME%%/16x16/actions/connect_creating.png
+share/icons/%%DIRNAME%%/16x16/actions/connect_established.png
+share/icons/%%DIRNAME%%/16x16/actions/connect_no.png
+share/icons/%%DIRNAME%%/16x16/actions/contents.png
+share/icons/%%DIRNAME%%/16x16/actions/contents2.png
+share/icons/%%DIRNAME%%/16x16/actions/contexthelp.png
+share/icons/%%DIRNAME%%/16x16/actions/cssvalidator.png
+share/icons/%%DIRNAME%%/16x16/actions/decrypted.png
+share/icons/%%DIRNAME%%/16x16/actions/domtreeviewer.png
+share/icons/%%DIRNAME%%/16x16/actions/down.png
+share/icons/%%DIRNAME%%/16x16/actions/edit.png
+share/icons/%%DIRNAME%%/16x16/actions/edit_add.png
+share/icons/%%DIRNAME%%/16x16/actions/edit_remove.png
+share/icons/%%DIRNAME%%/16x16/actions/editclear.png
+share/icons/%%DIRNAME%%/16x16/actions/editcopy.png
+share/icons/%%DIRNAME%%/16x16/actions/editcut.png
+share/icons/%%DIRNAME%%/16x16/actions/editdelete.png
+share/icons/%%DIRNAME%%/16x16/actions/editpaste.png
+share/icons/%%DIRNAME%%/16x16/actions/editshred.png
+share/icons/%%DIRNAME%%/16x16/actions/edittrash.png
+share/icons/%%DIRNAME%%/16x16/actions/encrypted.png
+share/icons/%%DIRNAME%%/16x16/actions/endturn.png
+share/icons/%%DIRNAME%%/16x16/actions/eraser.png
+share/icons/%%DIRNAME%%/16x16/actions/exec.png
+share/icons/%%DIRNAME%%/16x16/actions/exit.png
+share/icons/%%DIRNAME%%/16x16/actions/favorites.png
+share/icons/%%DIRNAME%%/16x16/actions/file_important.png
+share/icons/%%DIRNAME%%/16x16/actions/fileclose.png
+share/icons/%%DIRNAME%%/16x16/actions/fileexport.png
+share/icons/%%DIRNAME%%/16x16/actions/filefind.png
+share/icons/%%DIRNAME%%/16x16/actions/fileimport.png
+share/icons/%%DIRNAME%%/16x16/actions/filenew.png
+share/icons/%%DIRNAME%%/16x16/actions/filenew2.png
+share/icons/%%DIRNAME%%/16x16/actions/fileopen.png
+share/icons/%%DIRNAME%%/16x16/actions/fileprint.png
+share/icons/%%DIRNAME%%/16x16/actions/filequickprint.png
+share/icons/%%DIRNAME%%/16x16/actions/filesave.png
+share/icons/%%DIRNAME%%/16x16/actions/filesaveas.png
+share/icons/%%DIRNAME%%/16x16/actions/fill.png
+share/icons/%%DIRNAME%%/16x16/actions/filleclose.png
+share/icons/%%DIRNAME%%/16x16/actions/filter.png
+share/icons/%%DIRNAME%%/16x16/actions/find.png
+share/icons/%%DIRNAME%%/16x16/actions/finish.png
+share/icons/%%DIRNAME%%/16x16/actions/flag.png
+share/icons/%%DIRNAME%%/16x16/actions/folder.png
+share/icons/%%DIRNAME%%/16x16/actions/folder_new.png
+share/icons/%%DIRNAME%%/16x16/actions/fonts.png
+share/icons/%%DIRNAME%%/16x16/actions/forward.png
+share/icons/%%DIRNAME%%/16x16/actions/frameprint.png
+share/icons/%%DIRNAME%%/16x16/actions/gear.png
+share/icons/%%DIRNAME%%/16x16/actions/gohome.png
+share/icons/%%DIRNAME%%/16x16/actions/goto.png
+share/icons/%%DIRNAME%%/16x16/actions/greenled.png
+share/icons/%%DIRNAME%%/16x16/actions/halfencrypted.png
+share/icons/%%DIRNAME%%/16x16/actions/help.png
+share/icons/%%DIRNAME%%/16x16/actions/history.png
+share/icons/%%DIRNAME%%/16x16/actions/history_clear.png
+share/icons/%%DIRNAME%%/16x16/actions/htmlvalidator.png
+share/icons/%%DIRNAME%%/16x16/actions/idea.png
+share/icons/%%DIRNAME%%/16x16/actions/identity.png
+share/icons/%%DIRNAME%%/16x16/actions/imagegallery.png
+share/icons/%%DIRNAME%%/16x16/actions/info.png
+share/icons/%%DIRNAME%%/16x16/actions/kalarm.png
+share/icons/%%DIRNAME%%/16x16/actions/kdevelop_down.png
+share/icons/%%DIRNAME%%/16x16/actions/key_enter.png
+share/icons/%%DIRNAME%%/16x16/actions/khtml_kget.png
+share/icons/%%DIRNAME%%/16x16/actions/klipper_doc.png
+share/icons/%%DIRNAME%%/16x16/actions/klipper_dock.png
+share/icons/%%DIRNAME%%/16x16/actions/klipper_dock2.png
+share/icons/%%DIRNAME%%/16x16/actions/launch.png
+share/icons/%%DIRNAME%%/16x16/actions/locationbar_erase.png
+share/icons/%%DIRNAME%%/16x16/actions/lock.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_delete.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_find.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_forward.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_generic.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_get.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_new.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_post_to.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_replay.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_replayall.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_reply.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_replyall.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_replylist.png
+share/icons/%%DIRNAME%%/16x16/actions/mail_send.png
+share/icons/%%DIRNAME%%/16x16/actions/make_kdevelop.png
+share/icons/%%DIRNAME%%/16x16/actions/message_reply.png
+share/icons/%%DIRNAME%%/16x16/actions/messagebox_critical.png
+share/icons/%%DIRNAME%%/16x16/actions/messagebox_info.png
+share/icons/%%DIRNAME%%/16x16/actions/messagebox_warning.png
+share/icons/%%DIRNAME%%/16x16/actions/misc.png
+share/icons/%%DIRNAME%%/16x16/actions/mouse.png
+share/icons/%%DIRNAME%%/16x16/actions/news_subscribe.png
+share/icons/%%DIRNAME%%/16x16/actions/news_unsubscribe.png
+share/icons/%%DIRNAME%%/16x16/actions/next.png
+share/icons/%%DIRNAME%%/16x16/actions/ok.png
+share/icons/%%DIRNAME%%/16x16/actions/openterm.png
+share/icons/%%DIRNAME%%/16x16/actions/paintbrush.png
+share/icons/%%DIRNAME%%/16x16/actions/pencil.png
+share/icons/%%DIRNAME%%/16x16/actions/player_eject.png
+share/icons/%%DIRNAME%%/16x16/actions/player_end.png
+share/icons/%%DIRNAME%%/16x16/actions/player_fwd.png
+share/icons/%%DIRNAME%%/16x16/actions/player_pause.png
+share/icons/%%DIRNAME%%/16x16/actions/player_play.png
+share/icons/%%DIRNAME%%/16x16/actions/player_rew.png
+share/icons/%%DIRNAME%%/16x16/actions/player_start.png
+share/icons/%%DIRNAME%%/16x16/actions/player_stop.png
+share/icons/%%DIRNAME%%/16x16/actions/previous.png
+share/icons/%%DIRNAME%%/16x16/actions/queue.png
+share/icons/%%DIRNAME%%/16x16/actions/rebuild.png
+share/icons/%%DIRNAME%%/16x16/actions/redled.png
+share/icons/%%DIRNAME%%/16x16/actions/redo.png
+share/icons/%%DIRNAME%%/16x16/actions/reload.png
+share/icons/%%DIRNAME%%/16x16/actions/reload_page.png
+share/icons/%%DIRNAME%%/16x16/actions/remove.png
+share/icons/%%DIRNAME%%/16x16/actions/revert.png
+share/icons/%%DIRNAME%%/16x16/actions/run.png
+share/icons/%%DIRNAME%%/16x16/actions/save_all.png
+share/icons/%%DIRNAME%%/16x16/actions/share.png
+share/icons/%%DIRNAME%%/16x16/actions/showmenu.png
+share/icons/%%DIRNAME%%/16x16/actions/signature.png
+share/icons/%%DIRNAME%%/16x16/actions/spellcheck.png
+share/icons/%%DIRNAME%%/16x16/actions/stamp.png
+share/icons/%%DIRNAME%%/16x16/actions/start.png
+share/icons/%%DIRNAME%%/16x16/actions/stop.png
+share/icons/%%DIRNAME%%/16x16/actions/tab_breakoff.png
+share/icons/%%DIRNAME%%/16x16/actions/tab_duplicate.png
+share/icons/%%DIRNAME%%/16x16/actions/tab_new.png
+share/icons/%%DIRNAME%%/16x16/actions/tab_new_bg.png
+share/icons/%%DIRNAME%%/16x16/actions/tab_new_raised.png
+share/icons/%%DIRNAME%%/16x16/actions/tab_remove.png
+share/icons/%%DIRNAME%%/16x16/actions/thumbnail.png
+share/icons/%%DIRNAME%%/16x16/actions/toggle_log.png
+share/icons/%%DIRNAME%%/16x16/actions/top.png
+share/icons/%%DIRNAME%%/16x16/actions/translate.png
+share/icons/%%DIRNAME%%/16x16/actions/undo.png
+share/icons/%%DIRNAME%%/16x16/actions/unlock.png
+share/icons/%%DIRNAME%%/16x16/actions/up.png
+share/icons/%%DIRNAME%%/16x16/actions/validators.png
+share/icons/%%DIRNAME%%/16x16/actions/view_bottom.png
+share/icons/%%DIRNAME%%/16x16/actions/view_choose.png
+share/icons/%%DIRNAME%%/16x16/actions/view_detailed.png
+share/icons/%%DIRNAME%%/16x16/actions/view_icon.png
+share/icons/%%DIRNAME%%/16x16/actions/view_left_right.png
+share/icons/%%DIRNAME%%/16x16/actions/view_multicolumn.png
+share/icons/%%DIRNAME%%/16x16/actions/view_remove.png
+share/icons/%%DIRNAME%%/16x16/actions/view_right.png
+share/icons/%%DIRNAME%%/16x16/actions/view_sidetree.png
+share/icons/%%DIRNAME%%/16x16/actions/view_text.png
+share/icons/%%DIRNAME%%/16x16/actions/view_top_bottom.png
+share/icons/%%DIRNAME%%/16x16/actions/view_tree.png
+share/icons/%%DIRNAME%%/16x16/actions/viewmag+.png
+share/icons/%%DIRNAME%%/16x16/actions/viewmag-.png
+share/icons/%%DIRNAME%%/16x16/actions/viewmag1.png
+share/icons/%%DIRNAME%%/16x16/actions/viewmagfit.png
+share/icons/%%DIRNAME%%/16x16/actions/webarchiver.png
+share/icons/%%DIRNAME%%/16x16/actions/window_fullscreen.png
+share/icons/%%DIRNAME%%/16x16/actions/window_new.png
+share/icons/%%DIRNAME%%/16x16/actions/window_nofullscreen.png
+share/icons/%%DIRNAME%%/16x16/actions/wizard.png
+share/icons/%%DIRNAME%%/16x16/actions/yellowled.png
+share/icons/%%DIRNAME%%/16x16/apps/access.png
+share/icons/%%DIRNAME%%/16x16/apps/acroread.png
+share/icons/%%DIRNAME%%/16x16/apps/agent.png
+share/icons/%%DIRNAME%%/16x16/apps/applixware.png
+share/icons/%%DIRNAME%%/16x16/apps/ark.png
+share/icons/%%DIRNAME%%/16x16/apps/background.png
+share/icons/%%DIRNAME%%/16x16/apps/bell.png
+share/icons/%%DIRNAME%%/16x16/apps/blender.png
+share/icons/%%DIRNAME%%/16x16/apps/cache.png
+share/icons/%%DIRNAME%%/16x16/apps/catalogmanager.png
+share/icons/%%DIRNAME%%/16x16/apps/cervisia.png
+share/icons/%%DIRNAME%%/16x16/apps/clanbomber.png
+share/icons/%%DIRNAME%%/16x16/apps/clock.png
+share/icons/%%DIRNAME%%/16x16/apps/colors.png
+share/icons/%%DIRNAME%%/16x16/apps/cookie.png
+share/icons/%%DIRNAME%%/16x16/apps/date.png
+share/icons/%%DIRNAME%%/16x16/apps/emacs.png
+share/icons/%%DIRNAME%%/16x16/apps/email.png
+share/icons/%%DIRNAME%%/16x16/apps/energy.png
+share/icons/%%DIRNAME%%/16x16/apps/enhanced_browsing.png
+share/icons/%%DIRNAME%%/16x16/apps/error.png
+share/icons/%%DIRNAME%%/16x16/apps/filetypes.png
+share/icons/%%DIRNAME%%/16x16/apps/fonts.png
+share/icons/%%DIRNAME%%/16x16/apps/galeon.png
+share/icons/%%DIRNAME%%/16x16/apps/gimp.png
+share/icons/%%DIRNAME%%/16x16/apps/gvim.png
+share/icons/%%DIRNAME%%/16x16/apps/help.png
+share/icons/%%DIRNAME%%/16x16/apps/help_index.png
+share/icons/%%DIRNAME%%/16x16/apps/hwinfo.png
+share/icons/%%DIRNAME%%/16x16/apps/icons.png
+share/icons/%%DIRNAME%%/16x16/apps/iconthemes.png
+share/icons/%%DIRNAME%%/16x16/apps/input_devices_settings.png
+share/icons/%%DIRNAME%%/16x16/apps/kaboodle.png
+share/icons/%%DIRNAME%%/16x16/apps/kaddressbook.png
+share/icons/%%DIRNAME%%/16x16/apps/kalarm.png
+share/icons/%%DIRNAME%%/16x16/apps/kappfinder.png
+share/icons/%%DIRNAME%%/16x16/apps/karm.png
+share/icons/%%DIRNAME%%/16x16/apps/kate.png
+share/icons/%%DIRNAME%%/16x16/apps/kbabel.png
+share/icons/%%DIRNAME%%/16x16/apps/kbabeldict.png
+share/icons/%%DIRNAME%%/16x16/apps/kcalc.png
+share/icons/%%DIRNAME%%/16x16/apps/kcharselect.png
+share/icons/%%DIRNAME%%/16x16/apps/kchart.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmdevices.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmdrkonqi.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmfontinst.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmkicker.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmkwix.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmkwm.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmmemory.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmmidi.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmpartitions.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmpci.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmprocessor.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmscsi.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmsound.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmsystem.png
+share/icons/%%DIRNAME%%/16x16/apps/kcmx.png
+share/icons/%%DIRNAME%%/16x16/apps/kcontrol.png
+share/icons/%%DIRNAME%%/16x16/apps/kcron.png
+share/icons/%%DIRNAME%%/16x16/apps/kdat.png
+share/icons/%%DIRNAME%%/16x16/apps/kdeprintfax.png
+share/icons/%%DIRNAME%%/16x16/apps/kdevelop.png
+share/icons/%%DIRNAME%%/16x16/apps/kdf.png
+share/icons/%%DIRNAME%%/16x16/apps/kdict.png
+share/icons/%%DIRNAME%%/16x16/apps/kdisknav.png
+share/icons/%%DIRNAME%%/16x16/apps/kdmconfig.png
+share/icons/%%DIRNAME%%/16x16/apps/kdvi.png
+share/icons/%%DIRNAME%%/16x16/apps/kedit.png
+share/icons/%%DIRNAME%%/16x16/apps/keditbookmarks.png
+share/icons/%%DIRNAME%%/16x16/apps/key_bindings.png
+share/icons/%%DIRNAME%%/16x16/apps/keyboard.png
+share/icons/%%DIRNAME%%/16x16/apps/keyboard_layout.png
+share/icons/%%DIRNAME%%/16x16/apps/kfax.png
+share/icons/%%DIRNAME%%/16x16/apps/kfind.png
+share/icons/%%DIRNAME%%/16x16/apps/kfloppy.png
+share/icons/%%DIRNAME%%/16x16/apps/kfm.png
+share/icons/%%DIRNAME%%/16x16/apps/kfm_home.png
+share/icons/%%DIRNAME%%/16x16/apps/kget.png
+share/icons/%%DIRNAME%%/16x16/apps/kghostview.png
+share/icons/%%DIRNAME%%/16x16/apps/khelpcenter.png
+share/icons/%%DIRNAME%%/16x16/apps/khexedit.png
+share/icons/%%DIRNAME%%/16x16/apps/kiconedit.png
+share/icons/%%DIRNAME%%/16x16/apps/kivio.png
+share/icons/%%DIRNAME%%/16x16/apps/kjobviewer.png
+share/icons/%%DIRNAME%%/16x16/apps/klipper.png
+share/icons/%%DIRNAME%%/16x16/apps/kmail.png
+share/icons/%%DIRNAME%%/16x16/apps/kmailcvt.png
+share/icons/%%DIRNAME%%/16x16/apps/kmenu.png
+share/icons/%%DIRNAME%%/16x16/apps/kmenuedit.png
+share/icons/%%DIRNAME%%/16x16/apps/kmidi.png
+share/icons/%%DIRNAME%%/16x16/apps/kmix.png
+share/icons/%%DIRNAME%%/16x16/apps/kmoon.png
+share/icons/%%DIRNAME%%/16x16/apps/knewsticker.png
+share/icons/%%DIRNAME%%/16x16/apps/knode.png
+share/icons/%%DIRNAME%%/16x16/apps/knotes.png
+share/icons/%%DIRNAME%%/16x16/apps/knotify.png
+share/icons/%%DIRNAME%%/16x16/apps/koncd.png
+share/icons/%%DIRNAME%%/16x16/apps/konqsidebar_mediaplayer.png
+share/icons/%%DIRNAME%%/16x16/apps/konqueror.png
+share/icons/%%DIRNAME%%/16x16/apps/konsole.png
+share/icons/%%DIRNAME%%/16x16/apps/kontour.png
+share/icons/%%DIRNAME%%/16x16/apps/korganizer.png
+share/icons/%%DIRNAME%%/16x16/apps/korn.png
+share/icons/%%DIRNAME%%/16x16/apps/kpackage.png
+share/icons/%%DIRNAME%%/16x16/apps/kpager.png
+share/icons/%%DIRNAME%%/16x16/apps/kpaint.png
+share/icons/%%DIRNAME%%/16x16/apps/kpersonalizer.png
+share/icons/%%DIRNAME%%/16x16/apps/kppp.png
+share/icons/%%DIRNAME%%/16x16/apps/kpresenter.png
+share/icons/%%DIRNAME%%/16x16/apps/kscd.png
+share/icons/%%DIRNAME%%/16x16/apps/kscreensaver.png
+share/icons/%%DIRNAME%%/16x16/apps/ksirc.png
+share/icons/%%DIRNAME%%/16x16/apps/ksnapshot.png
+share/icons/%%DIRNAME%%/16x16/apps/kspread.png
+share/icons/%%DIRNAME%%/16x16/apps/ksysguard.png
+share/icons/%%DIRNAME%%/16x16/apps/ksysv.png
+share/icons/%%DIRNAME%%/16x16/apps/kthememgr.png
+share/icons/%%DIRNAME%%/16x16/apps/ktip.png
+share/icons/%%DIRNAME%%/16x16/apps/kugar.png
+share/icons/%%DIRNAME%%/16x16/apps/kuser.png
+share/icons/%%DIRNAME%%/16x16/apps/kview.png
+share/icons/%%DIRNAME%%/16x16/apps/kvirc.png
+share/icons/%%DIRNAME%%/16x16/apps/kwin.png
+share/icons/%%DIRNAME%%/16x16/apps/kword.png
+share/icons/%%DIRNAME%%/16x16/apps/kworldclock.png
+share/icons/%%DIRNAME%%/16x16/apps/kwrite.png
+share/icons/%%DIRNAME%%/16x16/apps/kxconfig.png
+share/icons/%%DIRNAME%%/16x16/apps/laptop_battery.png
+share/icons/%%DIRNAME%%/16x16/apps/licq.png
+share/icons/%%DIRNAME%%/16x16/apps/linuxconf.png
+share/icons/%%DIRNAME%%/16x16/apps/locale.png
+share/icons/%%DIRNAME%%/16x16/apps/looknfeel.png
+share/icons/%%DIRNAME%%/16x16/apps/mouse.png
+share/icons/%%DIRNAME%%/16x16/apps/mozilla.png
+share/icons/%%DIRNAME%%/16x16/apps/multimedia.png
+share/icons/%%DIRNAME%%/16x16/apps/nedit.png
+share/icons/%%DIRNAME%%/16x16/apps/netscape.png
+share/icons/%%DIRNAME%%/16x16/apps/noatun.png
+share/icons/%%DIRNAME%%/16x16/apps/openoffice.png
+share/icons/%%DIRNAME%%/16x16/apps/opera.png
+share/icons/%%DIRNAME%%/16x16/apps/package.png
+share/icons/%%DIRNAME%%/16x16/apps/package_applications.png
+share/icons/%%DIRNAME%%/16x16/apps/package_development.png
+share/icons/%%DIRNAME%%/16x16/apps/package_editors.png
+share/icons/%%DIRNAME%%/16x16/apps/package_edutainment.png
+share/icons/%%DIRNAME%%/16x16/apps/package_favourite.png
+share/icons/%%DIRNAME%%/16x16/apps/package_games.png
+share/icons/%%DIRNAME%%/16x16/apps/package_graphics.png
+share/icons/%%DIRNAME%%/16x16/apps/package_multimedia.png
+share/icons/%%DIRNAME%%/16x16/apps/package_network.png
+share/icons/%%DIRNAME%%/16x16/apps/package_settings.png
+share/icons/%%DIRNAME%%/16x16/apps/package_system.png
+share/icons/%%DIRNAME%%/16x16/apps/package_toys.png
+share/icons/%%DIRNAME%%/16x16/apps/package_utilities.png
+share/icons/%%DIRNAME%%/16x16/apps/package_wordprocessing.png
+share/icons/%%DIRNAME%%/16x16/apps/panel.png
+share/icons/%%DIRNAME%%/16x16/apps/panel_settings.png
+share/icons/%%DIRNAME%%/16x16/apps/password.png
+share/icons/%%DIRNAME%%/16x16/apps/penguin.png
+share/icons/%%DIRNAME%%/16x16/apps/personal.png
+share/icons/%%DIRNAME%%/16x16/apps/phoenix.png
+share/icons/%%DIRNAME%%/16x16/apps/phppg.png
+share/icons/%%DIRNAME%%/16x16/apps/proxy.png
+share/icons/%%DIRNAME%%/16x16/apps/qtella.png
+share/icons/%%DIRNAME%%/16x16/apps/quanta.png
+share/icons/%%DIRNAME%%/16x16/apps/realplayer.png
+share/icons/%%DIRNAME%%/16x16/apps/remote.png
+share/icons/%%DIRNAME%%/16x16/apps/samba.png
+share/icons/%%DIRNAME%%/16x16/apps/staroffice.png
+share/icons/%%DIRNAME%%/16x16/apps/style.png
+share/icons/%%DIRNAME%%/16x16/apps/stylesheet.png
+share/icons/%%DIRNAME%%/16x16/apps/terminal.png
+share/icons/%%DIRNAME%%/16x16/apps/tux.png
+share/icons/%%DIRNAME%%/16x16/apps/usb.png
+share/icons/%%DIRNAME%%/16x16/apps/vnc.png
+share/icons/%%DIRNAME%%/16x16/apps/window_list.png
+share/icons/%%DIRNAME%%/16x16/apps/winprops.png
+share/icons/%%DIRNAME%%/16x16/apps/wp.png
+share/icons/%%DIRNAME%%/16x16/apps/x.png
+share/icons/%%DIRNAME%%/16x16/apps/xcalc.png
+share/icons/%%DIRNAME%%/16x16/apps/xclipboard.png
+share/icons/%%DIRNAME%%/16x16/apps/xclock.png
+share/icons/%%DIRNAME%%/16x16/apps/xconsole.png
+share/icons/%%DIRNAME%%/16x16/apps/xedit.png
+share/icons/%%DIRNAME%%/16x16/apps/xemacs.png
+share/icons/%%DIRNAME%%/16x16/apps/xeyes.png
+share/icons/%%DIRNAME%%/16x16/apps/xfmail.png
+share/icons/%%DIRNAME%%/16x16/apps/xkill.png
+share/icons/%%DIRNAME%%/16x16/apps/xmag.png
+share/icons/%%DIRNAME%%/16x16/apps/xmms.png
+share/icons/%%DIRNAME%%/16x16/apps/xv.png
+share/icons/%%DIRNAME%%/16x16/devices/3floppy_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/3floppy_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/5floppy_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/5floppy_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/camera.png
+share/icons/%%DIRNAME%%/16x16/devices/camera_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/camera_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/cdaudio_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/cdaudio_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/cdrom_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/cdrom_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/cdwriter_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/cdwriter_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/dvd_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/dvd_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/gtkam-camera.png
+share/icons/%%DIRNAME%%/16x16/devices/hdd_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/hdd_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/hdd_win_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/hdd_win_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/joystick.png
+share/icons/%%DIRNAME%%/16x16/devices/ksim_cpu.png
+share/icons/%%DIRNAME%%/16x16/devices/memory.png
+share/icons/%%DIRNAME%%/16x16/devices/memory_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/memory_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/mo_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/mo_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/mouse.png
+share/icons/%%DIRNAME%%/16x16/devices/nfs_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/nfs_unmount.png
+share/icons/%%DIRNAME%%/16x16/devices/pda_black.png
+share/icons/%%DIRNAME%%/16x16/devices/pda_blue.png
+share/icons/%%DIRNAME%%/16x16/devices/print_class.png
+share/icons/%%DIRNAME%%/16x16/devices/print_printer.png
+share/icons/%%DIRNAME%%/16x16/devices/printer1.png
+share/icons/%%DIRNAME%%/16x16/devices/printer2.png
+share/icons/%%DIRNAME%%/16x16/devices/scanner.png
+share/icons/%%DIRNAME%%/16x16/devices/tablet.png
+share/icons/%%DIRNAME%%/16x16/devices/tv.png
+share/icons/%%DIRNAME%%/16x16/devices/zip_mount.png
+share/icons/%%DIRNAME%%/16x16/devices/zip_unmount.png
+share/icons/%%DIRNAME%%/16x16/filesystems/blockdevice.png
+share/icons/%%DIRNAME%%/16x16/filesystems/camera.png
+share/icons/%%DIRNAME%%/16x16/filesystems/chardevice.png
+share/icons/%%DIRNAME%%/16x16/filesystems/desktop.png
+share/icons/%%DIRNAME%%/16x16/filesystems/desktop2.png
+share/icons/%%DIRNAME%%/16x16/filesystems/exec.png
+share/icons/%%DIRNAME%%/16x16/filesystems/exec_wine.png
+share/icons/%%DIRNAME%%/16x16/filesystems/file_broken.png
+share/icons/%%DIRNAME%%/16x16/filesystems/file_important.png
+share/icons/%%DIRNAME%%/16x16/filesystems/file_locked.png
+share/icons/%%DIRNAME%%/16x16/filesystems/file_temporary.png
+share/icons/%%DIRNAME%%/16x16/filesystems/files.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_blue.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_blue_open.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_cd.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_cyan.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_cyan_open.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_green.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_green_open.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_grey.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_grey_open.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_home.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_html.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_image.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_important.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_inbox.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_kde.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_locked.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_man.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_midi.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_open.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_orange.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_orange_open.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_outbox.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_penguin.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_print2.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_red.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_red_open.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_sent_mail.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_sound.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_tar.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_txt.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_video.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_violet.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_violet_open.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_wordprocessing.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_yellow.png
+share/icons/%%DIRNAME%%/16x16/filesystems/folder_yellow_open.png
+share/icons/%%DIRNAME%%/16x16/filesystems/ftp.png
+share/icons/%%DIRNAME%%/16x16/filesystems/home_blue.png
+share/icons/%%DIRNAME%%/16x16/filesystems/home_white.png
+share/icons/%%DIRNAME%%/16x16/filesystems/link.png
+share/icons/%%DIRNAME%%/16x16/filesystems/lockoverlay.png
+share/icons/%%DIRNAME%%/16x16/filesystems/network.png
+share/icons/%%DIRNAME%%/16x16/filesystems/network_local.png
+share/icons/%%DIRNAME%%/16x16/filesystems/pipe.png
+share/icons/%%DIRNAME%%/16x16/filesystems/services.png
+share/icons/%%DIRNAME%%/16x16/filesystems/shredder.png
+share/icons/%%DIRNAME%%/16x16/filesystems/socket.png
+share/icons/%%DIRNAME%%/16x16/filesystems/temporary.png
+share/icons/%%DIRNAME%%/16x16/filesystems/trashcan_empty.png
+share/icons/%%DIRNAME%%/16x16/filesystems/trashcan_full.png
+share/icons/%%DIRNAME%%/16x16/filesystems/www.png
+share/icons/%%DIRNAME%%/16x16/filesystems/zip.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/applix.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/ascii.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/binary.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/binary2.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/cdimage.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/cdtrack.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/colorscm.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/core.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/core2.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/deb.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/document.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/document2.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/dvi.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/empty.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/empty_ascii.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/encrypted.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/file_locked.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/file_temporary.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/font.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/font_bitmap.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/font_truetype.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/font_type1.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/fonts_bitmap.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/gettext.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/gf.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/html.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/image.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/images.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/info.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/java_src.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/kget_list.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/kmultiple.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/kugardata.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/log.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/make.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/make2.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/man.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/message.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/message2.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/metafont.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/midi.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_ascii.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_audio.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_empty.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_html.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_koffice.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_soffice.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_sound.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_track.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_txt.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/mime_video.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/misc_doc.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/netscape_doc.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/news.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/pdf.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/php.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/pk.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/postscript.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/postscript2.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/quicktime.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/readme.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/real.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/real_doc.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/recycled.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/resource.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/rpm.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/shellscript.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/shellscript2.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/soffice.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/sound.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_c.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_cpp.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_f.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_h.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_java.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_l.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_moc.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_o.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_p.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_pl.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_py.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_s.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/source_y.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/spreadsheet.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/tar.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/template_source.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/tex.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/tgz.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/txt.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/unknown.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/unknown2.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/vcalendar.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/vcard.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/vectorgfx.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/video.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/widget_doc.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/wordprocessing.png
+share/icons/%%DIRNAME%%/16x16/mimetypes/zip.png
+share/icons/%%DIRNAME%%/22x22/actions/1downarrow.png
+share/icons/%%DIRNAME%%/22x22/actions/1leftarrow.png
+share/icons/%%DIRNAME%%/22x22/actions/1rightarrow.png
+share/icons/%%DIRNAME%%/22x22/actions/1uparrow.png
+share/icons/%%DIRNAME%%/22x22/actions/2downarrow.png
+share/icons/%%DIRNAME%%/22x22/actions/2leftarrow.png
+share/icons/%%DIRNAME%%/22x22/actions/2rightarrow.png
+share/icons/%%DIRNAME%%/22x22/actions/2uparrow.png
+share/icons/%%DIRNAME%%/22x22/actions/about_kde.png
+share/icons/%%DIRNAME%%/22x22/actions/airbrush.png
+share/icons/%%DIRNAME%%/22x22/actions/appearance.png
+share/icons/%%DIRNAME%%/22x22/actions/apply.png
+share/icons/%%DIRNAME%%/22x22/actions/ark_adddir.png
+share/icons/%%DIRNAME%%/22x22/actions/ark_addfile.png
+share/icons/%%DIRNAME%%/22x22/actions/ark_delete.png
+share/icons/%%DIRNAME%%/22x22/actions/ark_extract.png
+share/icons/%%DIRNAME%%/22x22/actions/ark_selectall.png
+share/icons/%%DIRNAME%%/22x22/actions/ark_view.png
+share/icons/%%DIRNAME%%/22x22/actions/attach.png
+share/icons/%%DIRNAME%%/22x22/actions/babelfish.png
+share/icons/%%DIRNAME%%/22x22/actions/back.png
+share/icons/%%DIRNAME%%/22x22/actions/blend.png
+share/icons/%%DIRNAME%%/22x22/actions/bookmark.png
+share/icons/%%DIRNAME%%/22x22/actions/bookmark_add.png
+share/icons/%%DIRNAME%%/22x22/actions/bookmark_folder.png
+share/icons/%%DIRNAME%%/22x22/actions/bookmark_toolbar.png
+share/icons/%%DIRNAME%%/22x22/actions/bottom.png
+share/icons/%%DIRNAME%%/22x22/actions/button_cancel.png
+share/icons/%%DIRNAME%%/22x22/actions/button_ok.png
+share/icons/%%DIRNAME%%/22x22/actions/cancel.png
+share/icons/%%DIRNAME%%/22x22/actions/cdcopy.png
+share/icons/%%DIRNAME%%/22x22/actions/cdrwblank.png
+share/icons/%%DIRNAME%%/22x22/actions/charset.png
+share/icons/%%DIRNAME%%/22x22/actions/clear_left.png
+share/icons/%%DIRNAME%%/22x22/actions/color_fill.png
+share/icons/%%DIRNAME%%/22x22/actions/color_line.png
+share/icons/%%DIRNAME%%/22x22/actions/colorize.png
+share/icons/%%DIRNAME%%/22x22/actions/colorpicker.png
+share/icons/%%DIRNAME%%/22x22/actions/compfile.png
+share/icons/%%DIRNAME%%/22x22/actions/configure.png
+share/icons/%%DIRNAME%%/22x22/actions/configure_shortcuts.png
+share/icons/%%DIRNAME%%/22x22/actions/configure_toolbars.png
+share/icons/%%DIRNAME%%/22x22/actions/connect_creating.png
+share/icons/%%DIRNAME%%/22x22/actions/connect_established.png
+share/icons/%%DIRNAME%%/22x22/actions/connect_no.png
+share/icons/%%DIRNAME%%/22x22/actions/contents.png
+share/icons/%%DIRNAME%%/22x22/actions/contents2.png
+share/icons/%%DIRNAME%%/22x22/actions/contexthelp.png
+share/icons/%%DIRNAME%%/22x22/actions/cssvalidator.png
+share/icons/%%DIRNAME%%/22x22/actions/decrypted.png
+share/icons/%%DIRNAME%%/22x22/actions/domtreeviewer.png
+share/icons/%%DIRNAME%%/22x22/actions/down.png
+share/icons/%%DIRNAME%%/22x22/actions/edit.png
+share/icons/%%DIRNAME%%/22x22/actions/edit_add.png
+share/icons/%%DIRNAME%%/22x22/actions/edit_remove.png
+share/icons/%%DIRNAME%%/22x22/actions/editclear.png
+share/icons/%%DIRNAME%%/22x22/actions/editcopy.png
+share/icons/%%DIRNAME%%/22x22/actions/editcut.png
+share/icons/%%DIRNAME%%/22x22/actions/editdelete.png
+share/icons/%%DIRNAME%%/22x22/actions/editpaste.png
+share/icons/%%DIRNAME%%/22x22/actions/editshred.png
+share/icons/%%DIRNAME%%/22x22/actions/edittrash.png
+share/icons/%%DIRNAME%%/22x22/actions/encrypted.png
+share/icons/%%DIRNAME%%/22x22/actions/endturn.png
+share/icons/%%DIRNAME%%/22x22/actions/eraser.png
+share/icons/%%DIRNAME%%/22x22/actions/exec.png
+share/icons/%%DIRNAME%%/22x22/actions/exit.png
+share/icons/%%DIRNAME%%/22x22/actions/favorites.png
+share/icons/%%DIRNAME%%/22x22/actions/file_important.png
+share/icons/%%DIRNAME%%/22x22/actions/fileclose.png
+share/icons/%%DIRNAME%%/22x22/actions/fileexport.png
+share/icons/%%DIRNAME%%/22x22/actions/filefind.png
+share/icons/%%DIRNAME%%/22x22/actions/fileimport.png
+share/icons/%%DIRNAME%%/22x22/actions/filenew.png
+share/icons/%%DIRNAME%%/22x22/actions/filenew2.png
+share/icons/%%DIRNAME%%/22x22/actions/fileopen.png
+share/icons/%%DIRNAME%%/22x22/actions/fileprint.png
+share/icons/%%DIRNAME%%/22x22/actions/filequickprint.png
+share/icons/%%DIRNAME%%/22x22/actions/filesave.png
+share/icons/%%DIRNAME%%/22x22/actions/filesaveas.png
+share/icons/%%DIRNAME%%/22x22/actions/fill.png
+share/icons/%%DIRNAME%%/22x22/actions/filleclose.png
+share/icons/%%DIRNAME%%/22x22/actions/filter.png
+share/icons/%%DIRNAME%%/22x22/actions/find.png
+share/icons/%%DIRNAME%%/22x22/actions/finish.png
+share/icons/%%DIRNAME%%/22x22/actions/flag.png
+share/icons/%%DIRNAME%%/22x22/actions/folder.png
+share/icons/%%DIRNAME%%/22x22/actions/folder_new.png
+share/icons/%%DIRNAME%%/22x22/actions/fonts.png
+share/icons/%%DIRNAME%%/22x22/actions/forward.png
+share/icons/%%DIRNAME%%/22x22/actions/frameprint.png
+share/icons/%%DIRNAME%%/22x22/actions/gear.png
+share/icons/%%DIRNAME%%/22x22/actions/gohome.png
+share/icons/%%DIRNAME%%/22x22/actions/goto.png
+share/icons/%%DIRNAME%%/22x22/actions/greenled.png
+share/icons/%%DIRNAME%%/22x22/actions/halfencrypted.png
+share/icons/%%DIRNAME%%/22x22/actions/help.png
+share/icons/%%DIRNAME%%/22x22/actions/history.png
+share/icons/%%DIRNAME%%/22x22/actions/history_clear.png
+share/icons/%%DIRNAME%%/22x22/actions/htmlvalidator.png
+share/icons/%%DIRNAME%%/22x22/actions/idea.png
+share/icons/%%DIRNAME%%/22x22/actions/identity.png
+share/icons/%%DIRNAME%%/22x22/actions/imagegallery.png
+share/icons/%%DIRNAME%%/22x22/actions/info.png
+share/icons/%%DIRNAME%%/22x22/actions/kalarm.png
+share/icons/%%DIRNAME%%/22x22/actions/kde.png
+share/icons/%%DIRNAME%%/22x22/actions/kdevelop_down.png
+share/icons/%%DIRNAME%%/22x22/actions/key_enter.png
+share/icons/%%DIRNAME%%/22x22/actions/khtml_kget.png
+share/icons/%%DIRNAME%%/22x22/actions/klipper_doc.png
+share/icons/%%DIRNAME%%/22x22/actions/klipper_dock.png
+share/icons/%%DIRNAME%%/22x22/actions/klipper_dock2.png
+share/icons/%%DIRNAME%%/22x22/actions/launch.png
+share/icons/%%DIRNAME%%/22x22/actions/locationbar_erase.png
+share/icons/%%DIRNAME%%/22x22/actions/lock.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_delete.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_find.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_forward.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_generic.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_get.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_new.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_post_to.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_replay.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_replayall.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_reply.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_replyall.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_replylist.png
+share/icons/%%DIRNAME%%/22x22/actions/mail_send.png
+share/icons/%%DIRNAME%%/22x22/actions/make_kdevelop.png
+share/icons/%%DIRNAME%%/22x22/actions/message_reply.png
+share/icons/%%DIRNAME%%/22x22/actions/messagebox_critical.png
+share/icons/%%DIRNAME%%/22x22/actions/messagebox_info.png
+share/icons/%%DIRNAME%%/22x22/actions/messagebox_warning.png
+share/icons/%%DIRNAME%%/22x22/actions/misc.png
+share/icons/%%DIRNAME%%/22x22/actions/mouse.png
+share/icons/%%DIRNAME%%/22x22/actions/news_subscribe.png
+share/icons/%%DIRNAME%%/22x22/actions/news_unsubscribe.png
+share/icons/%%DIRNAME%%/22x22/actions/next.png
+share/icons/%%DIRNAME%%/22x22/actions/ok.png
+share/icons/%%DIRNAME%%/22x22/actions/openterm.png
+share/icons/%%DIRNAME%%/22x22/actions/paintbrush.png
+share/icons/%%DIRNAME%%/22x22/actions/pencil.png
+share/icons/%%DIRNAME%%/22x22/actions/player_eject.png
+share/icons/%%DIRNAME%%/22x22/actions/player_end.png
+share/icons/%%DIRNAME%%/22x22/actions/player_fwd.png
+share/icons/%%DIRNAME%%/22x22/actions/player_pause.png
+share/icons/%%DIRNAME%%/22x22/actions/player_play.png
+share/icons/%%DIRNAME%%/22x22/actions/player_rew.png
+share/icons/%%DIRNAME%%/22x22/actions/player_start.png
+share/icons/%%DIRNAME%%/22x22/actions/player_stop.png
+share/icons/%%DIRNAME%%/22x22/actions/previous.png
+share/icons/%%DIRNAME%%/22x22/actions/queue.png
+share/icons/%%DIRNAME%%/22x22/actions/rebuild.png
+share/icons/%%DIRNAME%%/22x22/actions/redled.png
+share/icons/%%DIRNAME%%/22x22/actions/redo.png
+share/icons/%%DIRNAME%%/22x22/actions/reload.png
+share/icons/%%DIRNAME%%/22x22/actions/reload_page.png
+share/icons/%%DIRNAME%%/22x22/actions/remove.png
+share/icons/%%DIRNAME%%/22x22/actions/revert.png
+share/icons/%%DIRNAME%%/22x22/actions/run.png
+share/icons/%%DIRNAME%%/22x22/actions/save_all.png
+share/icons/%%DIRNAME%%/22x22/actions/share.png
+share/icons/%%DIRNAME%%/22x22/actions/showmenu.png
+share/icons/%%DIRNAME%%/22x22/actions/signature.png
+share/icons/%%DIRNAME%%/22x22/actions/spellcheck.png
+share/icons/%%DIRNAME%%/22x22/actions/stamp.png
+share/icons/%%DIRNAME%%/22x22/actions/start.png
+share/icons/%%DIRNAME%%/22x22/actions/stop.png
+share/icons/%%DIRNAME%%/22x22/actions/tab_breakoff.png
+share/icons/%%DIRNAME%%/22x22/actions/tab_duplicate.png
+share/icons/%%DIRNAME%%/22x22/actions/tab_new.png
+share/icons/%%DIRNAME%%/22x22/actions/tab_new_bg.png
+share/icons/%%DIRNAME%%/22x22/actions/tab_new_raised.png
+share/icons/%%DIRNAME%%/22x22/actions/tab_remove.png
+share/icons/%%DIRNAME%%/22x22/actions/thumbnail.png
+share/icons/%%DIRNAME%%/22x22/actions/toggle_log.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_clipboard.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_delay.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_delete.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_disconnect.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_dock.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_drop_target.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_expert.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_logwindow.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_normal.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_offline_mode_off.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_offline_mode_on.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_paste.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_pause.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_preferences.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_queue.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_restart.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_resume.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_shutdown.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_timer.png
+share/icons/%%DIRNAME%%/22x22/actions/tool_uselastdir.png
+share/icons/%%DIRNAME%%/22x22/actions/top.png
+share/icons/%%DIRNAME%%/22x22/actions/translate.png
+share/icons/%%DIRNAME%%/22x22/actions/undo.png
+share/icons/%%DIRNAME%%/22x22/actions/unlock.png
+share/icons/%%DIRNAME%%/22x22/actions/up.png
+share/icons/%%DIRNAME%%/22x22/actions/validators.png
+share/icons/%%DIRNAME%%/22x22/actions/view_bottom.png
+share/icons/%%DIRNAME%%/22x22/actions/view_choose.png
+share/icons/%%DIRNAME%%/22x22/actions/view_detailed.png
+share/icons/%%DIRNAME%%/22x22/actions/view_icon.png
+share/icons/%%DIRNAME%%/22x22/actions/view_left_right.png
+share/icons/%%DIRNAME%%/22x22/actions/view_multicolumn.png
+share/icons/%%DIRNAME%%/22x22/actions/view_remove.png
+share/icons/%%DIRNAME%%/22x22/actions/view_right.png
+share/icons/%%DIRNAME%%/22x22/actions/view_sidetree.png
+share/icons/%%DIRNAME%%/22x22/actions/view_text.png
+share/icons/%%DIRNAME%%/22x22/actions/view_top_bottom.png
+share/icons/%%DIRNAME%%/22x22/actions/view_tree.png
+share/icons/%%DIRNAME%%/22x22/actions/viewmag+.png
+share/icons/%%DIRNAME%%/22x22/actions/viewmag-.png
+share/icons/%%DIRNAME%%/22x22/actions/viewmag1.png
+share/icons/%%DIRNAME%%/22x22/actions/viewmagfit.png
+share/icons/%%DIRNAME%%/22x22/actions/webarchiver.png
+share/icons/%%DIRNAME%%/22x22/actions/window_fullscreen.png
+share/icons/%%DIRNAME%%/22x22/actions/window_new.png
+share/icons/%%DIRNAME%%/22x22/actions/window_nofullscreen.png
+share/icons/%%DIRNAME%%/22x22/actions/wizard.png
+share/icons/%%DIRNAME%%/22x22/actions/yellowled.png
+share/icons/%%DIRNAME%%/22x22/apps/konqsidebar_mediaplayer.png
+share/icons/%%DIRNAME%%/22x22/apps/kvirc.png
+share/icons/%%DIRNAME%%/22x22/apps/nedit.png
+share/icons/%%DIRNAME%%/22x22/mimetypes/unknown.png
+share/icons/%%DIRNAME%%/32x32/actions/1downarrow.png
+share/icons/%%DIRNAME%%/32x32/actions/1leftarrow.png
+share/icons/%%DIRNAME%%/32x32/actions/1rightarrow.png
+share/icons/%%DIRNAME%%/32x32/actions/1uparrow.png
+share/icons/%%DIRNAME%%/32x32/actions/2downarrow.png
+share/icons/%%DIRNAME%%/32x32/actions/2leftarrow.png
+share/icons/%%DIRNAME%%/32x32/actions/2rightarrow.png
+share/icons/%%DIRNAME%%/32x32/actions/2uparrow.png
+share/icons/%%DIRNAME%%/32x32/actions/about_kde.png
+share/icons/%%DIRNAME%%/32x32/actions/airbrush.png
+share/icons/%%DIRNAME%%/32x32/actions/appearance.png
+share/icons/%%DIRNAME%%/32x32/actions/apply.png
+share/icons/%%DIRNAME%%/32x32/actions/ark_adddir.png
+share/icons/%%DIRNAME%%/32x32/actions/ark_addfile.png
+share/icons/%%DIRNAME%%/32x32/actions/ark_delete.png
+share/icons/%%DIRNAME%%/32x32/actions/ark_extract.png
+share/icons/%%DIRNAME%%/32x32/actions/ark_selectall.png
+share/icons/%%DIRNAME%%/32x32/actions/ark_view.png
+share/icons/%%DIRNAME%%/32x32/actions/attach.png
+share/icons/%%DIRNAME%%/32x32/actions/babelfish.png
+share/icons/%%DIRNAME%%/32x32/actions/back.png
+share/icons/%%DIRNAME%%/32x32/actions/blend.png
+share/icons/%%DIRNAME%%/32x32/actions/bookmark.png
+share/icons/%%DIRNAME%%/32x32/actions/bookmark_add.png
+share/icons/%%DIRNAME%%/32x32/actions/bookmark_folder.png
+share/icons/%%DIRNAME%%/32x32/actions/bookmark_toolbar.png
+share/icons/%%DIRNAME%%/32x32/actions/bottom.png
+share/icons/%%DIRNAME%%/32x32/actions/button_cancel.png
+share/icons/%%DIRNAME%%/32x32/actions/button_ok.png
+share/icons/%%DIRNAME%%/32x32/actions/cancel.png
+share/icons/%%DIRNAME%%/32x32/actions/cdcopy.png
+share/icons/%%DIRNAME%%/32x32/actions/cdrwblank.png
+share/icons/%%DIRNAME%%/32x32/actions/charset.png
+share/icons/%%DIRNAME%%/32x32/actions/clear_left.png
+share/icons/%%DIRNAME%%/32x32/actions/color_fill.png
+share/icons/%%DIRNAME%%/32x32/actions/color_line.png
+share/icons/%%DIRNAME%%/32x32/actions/colorize.png
+share/icons/%%DIRNAME%%/32x32/actions/colorpicker.png
+share/icons/%%DIRNAME%%/32x32/actions/compfile.png
+share/icons/%%DIRNAME%%/32x32/actions/configure.png
+share/icons/%%DIRNAME%%/32x32/actions/configure_shortcuts.png
+share/icons/%%DIRNAME%%/32x32/actions/configure_toolbars.png
+share/icons/%%DIRNAME%%/32x32/actions/connect_creating.png
+share/icons/%%DIRNAME%%/32x32/actions/connect_established.png
+share/icons/%%DIRNAME%%/32x32/actions/connect_no.png
+share/icons/%%DIRNAME%%/32x32/actions/contents.png
+share/icons/%%DIRNAME%%/32x32/actions/contents2.png
+share/icons/%%DIRNAME%%/32x32/actions/contexthelp.png
+share/icons/%%DIRNAME%%/32x32/actions/cssvalidator.png
+share/icons/%%DIRNAME%%/32x32/actions/decrypted.png
+share/icons/%%DIRNAME%%/32x32/actions/domtreeviewer.png
+share/icons/%%DIRNAME%%/32x32/actions/down.png
+share/icons/%%DIRNAME%%/32x32/actions/edit.png
+share/icons/%%DIRNAME%%/32x32/actions/edit_add.png
+share/icons/%%DIRNAME%%/32x32/actions/edit_remove.png
+share/icons/%%DIRNAME%%/32x32/actions/editclear.png
+share/icons/%%DIRNAME%%/32x32/actions/editcopy.png
+share/icons/%%DIRNAME%%/32x32/actions/editcut.png
+share/icons/%%DIRNAME%%/32x32/actions/editdelete.png
+share/icons/%%DIRNAME%%/32x32/actions/editpaste.png
+share/icons/%%DIRNAME%%/32x32/actions/editshred.png
+share/icons/%%DIRNAME%%/32x32/actions/edittrash.png
+share/icons/%%DIRNAME%%/32x32/actions/encrypted.png
+share/icons/%%DIRNAME%%/32x32/actions/endturn.png
+share/icons/%%DIRNAME%%/32x32/actions/eraser.png
+share/icons/%%DIRNAME%%/32x32/actions/exec.png
+share/icons/%%DIRNAME%%/32x32/actions/exit.png
+share/icons/%%DIRNAME%%/32x32/actions/favorites.png
+share/icons/%%DIRNAME%%/32x32/actions/file_important.png
+share/icons/%%DIRNAME%%/32x32/actions/fileclose.png
+share/icons/%%DIRNAME%%/32x32/actions/fileexport.png
+share/icons/%%DIRNAME%%/32x32/actions/filefind.png
+share/icons/%%DIRNAME%%/32x32/actions/fileimport.png
+share/icons/%%DIRNAME%%/32x32/actions/filenew.png
+share/icons/%%DIRNAME%%/32x32/actions/filenew2.png
+share/icons/%%DIRNAME%%/32x32/actions/fileopen.png
+share/icons/%%DIRNAME%%/32x32/actions/fileprint.png
+share/icons/%%DIRNAME%%/32x32/actions/filequickprint.png
+share/icons/%%DIRNAME%%/32x32/actions/filesave.png
+share/icons/%%DIRNAME%%/32x32/actions/filesaveas.png
+share/icons/%%DIRNAME%%/32x32/actions/fill.png
+share/icons/%%DIRNAME%%/32x32/actions/filleclose.png
+share/icons/%%DIRNAME%%/32x32/actions/filter.png
+share/icons/%%DIRNAME%%/32x32/actions/find.png
+share/icons/%%DIRNAME%%/32x32/actions/finish.png
+share/icons/%%DIRNAME%%/32x32/actions/flag.png
+share/icons/%%DIRNAME%%/32x32/actions/folder.png
+share/icons/%%DIRNAME%%/32x32/actions/folder_new.png
+share/icons/%%DIRNAME%%/32x32/actions/fonts.png
+share/icons/%%DIRNAME%%/32x32/actions/forward.png
+share/icons/%%DIRNAME%%/32x32/actions/frameprint.png
+share/icons/%%DIRNAME%%/32x32/actions/gear.png
+share/icons/%%DIRNAME%%/32x32/actions/gohome.png
+share/icons/%%DIRNAME%%/32x32/actions/goto.png
+share/icons/%%DIRNAME%%/32x32/actions/greenled.png
+share/icons/%%DIRNAME%%/32x32/actions/halfencrypted.png
+share/icons/%%DIRNAME%%/32x32/actions/help.png
+share/icons/%%DIRNAME%%/32x32/actions/history.png
+share/icons/%%DIRNAME%%/32x32/actions/history_clear.png
+share/icons/%%DIRNAME%%/32x32/actions/htmlvalidator.png
+share/icons/%%DIRNAME%%/32x32/actions/idea.png
+share/icons/%%DIRNAME%%/32x32/actions/identity.png
+share/icons/%%DIRNAME%%/32x32/actions/imagegallery.png
+share/icons/%%DIRNAME%%/32x32/actions/info.png
+share/icons/%%DIRNAME%%/32x32/actions/kalarm.png
+share/icons/%%DIRNAME%%/32x32/actions/kde.png
+share/icons/%%DIRNAME%%/32x32/actions/kdevelop_down.png
+share/icons/%%DIRNAME%%/32x32/actions/key_enter.png
+share/icons/%%DIRNAME%%/32x32/actions/khtml_kget.png
+share/icons/%%DIRNAME%%/32x32/actions/klipper_doc.png
+share/icons/%%DIRNAME%%/32x32/actions/klipper_dock.png
+share/icons/%%DIRNAME%%/32x32/actions/klipper_dock2.png
+share/icons/%%DIRNAME%%/32x32/actions/launch.png
+share/icons/%%DIRNAME%%/32x32/actions/locationbar_erase.png
+share/icons/%%DIRNAME%%/32x32/actions/lock.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_delete.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_find.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_forward.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_generic.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_get.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_new.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_post_to.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_replay.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_replayall.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_reply.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_replyall.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_replylist.png
+share/icons/%%DIRNAME%%/32x32/actions/mail_send.png
+share/icons/%%DIRNAME%%/32x32/actions/make_kdevelop.png
+share/icons/%%DIRNAME%%/32x32/actions/message_reply.png
+share/icons/%%DIRNAME%%/32x32/actions/messagebox_critical.png
+share/icons/%%DIRNAME%%/32x32/actions/messagebox_info.png
+share/icons/%%DIRNAME%%/32x32/actions/messagebox_warning.png
+share/icons/%%DIRNAME%%/32x32/actions/misc.png
+share/icons/%%DIRNAME%%/32x32/actions/mouse.png
+share/icons/%%DIRNAME%%/32x32/actions/news_subscribe.png
+share/icons/%%DIRNAME%%/32x32/actions/news_unsubscribe.png
+share/icons/%%DIRNAME%%/32x32/actions/next.png
+share/icons/%%DIRNAME%%/32x32/actions/ok.png
+share/icons/%%DIRNAME%%/32x32/actions/openterm.png
+share/icons/%%DIRNAME%%/32x32/actions/paintbrush.png
+share/icons/%%DIRNAME%%/32x32/actions/pencil.png
+share/icons/%%DIRNAME%%/32x32/actions/player_eject.png
+share/icons/%%DIRNAME%%/32x32/actions/player_end.png
+share/icons/%%DIRNAME%%/32x32/actions/player_fwd.png
+share/icons/%%DIRNAME%%/32x32/actions/player_pause.png
+share/icons/%%DIRNAME%%/32x32/actions/player_play.png
+share/icons/%%DIRNAME%%/32x32/actions/player_rew.png
+share/icons/%%DIRNAME%%/32x32/actions/player_start.png
+share/icons/%%DIRNAME%%/32x32/actions/player_stop.png
+share/icons/%%DIRNAME%%/32x32/actions/previous.png
+share/icons/%%DIRNAME%%/32x32/actions/queue.png
+share/icons/%%DIRNAME%%/32x32/actions/rebuild.png
+share/icons/%%DIRNAME%%/32x32/actions/redled.png
+share/icons/%%DIRNAME%%/32x32/actions/redo.png
+share/icons/%%DIRNAME%%/32x32/actions/reload.png
+share/icons/%%DIRNAME%%/32x32/actions/reload_page.png
+share/icons/%%DIRNAME%%/32x32/actions/remove.png
+share/icons/%%DIRNAME%%/32x32/actions/revert.png
+share/icons/%%DIRNAME%%/32x32/actions/run.png
+share/icons/%%DIRNAME%%/32x32/actions/save_all.png
+share/icons/%%DIRNAME%%/32x32/actions/share.png
+share/icons/%%DIRNAME%%/32x32/actions/showmenu.png
+share/icons/%%DIRNAME%%/32x32/actions/signature.png
+share/icons/%%DIRNAME%%/32x32/actions/spellcheck.png
+share/icons/%%DIRNAME%%/32x32/actions/stamp.png
+share/icons/%%DIRNAME%%/32x32/actions/start.png
+share/icons/%%DIRNAME%%/32x32/actions/stop.png
+share/icons/%%DIRNAME%%/32x32/actions/tab_breakoff.png
+share/icons/%%DIRNAME%%/32x32/actions/tab_duplicate.png
+share/icons/%%DIRNAME%%/32x32/actions/tab_new.png
+share/icons/%%DIRNAME%%/32x32/actions/tab_new_bg.png
+share/icons/%%DIRNAME%%/32x32/actions/tab_new_raised.png
+share/icons/%%DIRNAME%%/32x32/actions/tab_remove.png
+share/icons/%%DIRNAME%%/32x32/actions/thumbnail.png
+share/icons/%%DIRNAME%%/32x32/actions/toggle_log.png
+share/icons/%%DIRNAME%%/32x32/actions/top.png
+share/icons/%%DIRNAME%%/32x32/actions/translate.png
+share/icons/%%DIRNAME%%/32x32/actions/undo.png
+share/icons/%%DIRNAME%%/32x32/actions/unlock.png
+share/icons/%%DIRNAME%%/32x32/actions/up.png
+share/icons/%%DIRNAME%%/32x32/actions/validators.png
+share/icons/%%DIRNAME%%/32x32/actions/view_bottom.png
+share/icons/%%DIRNAME%%/32x32/actions/view_choose.png
+share/icons/%%DIRNAME%%/32x32/actions/view_detailed.png
+share/icons/%%DIRNAME%%/32x32/actions/view_icon.png
+share/icons/%%DIRNAME%%/32x32/actions/view_left_right.png
+share/icons/%%DIRNAME%%/32x32/actions/view_multicolumn.png
+share/icons/%%DIRNAME%%/32x32/actions/view_remove.png
+share/icons/%%DIRNAME%%/32x32/actions/view_right.png
+share/icons/%%DIRNAME%%/32x32/actions/view_sidetree.png
+share/icons/%%DIRNAME%%/32x32/actions/view_text.png
+share/icons/%%DIRNAME%%/32x32/actions/view_top_bottom.png
+share/icons/%%DIRNAME%%/32x32/actions/view_tree.png
+share/icons/%%DIRNAME%%/32x32/actions/viewmag+.png
+share/icons/%%DIRNAME%%/32x32/actions/viewmag-.png
+share/icons/%%DIRNAME%%/32x32/actions/viewmag1.png
+share/icons/%%DIRNAME%%/32x32/actions/viewmagfit.png
+share/icons/%%DIRNAME%%/32x32/actions/webarchiver.png
+share/icons/%%DIRNAME%%/32x32/actions/window_fullscreen.png
+share/icons/%%DIRNAME%%/32x32/actions/window_new.png
+share/icons/%%DIRNAME%%/32x32/actions/window_nofullscreen.png
+share/icons/%%DIRNAME%%/32x32/actions/wizard.png
+share/icons/%%DIRNAME%%/32x32/actions/yellowled.png
+share/icons/%%DIRNAME%%/32x32/apps/access.png
+share/icons/%%DIRNAME%%/32x32/apps/acroread.png
+share/icons/%%DIRNAME%%/32x32/apps/agent.png
+share/icons/%%DIRNAME%%/32x32/apps/applixware.png
+share/icons/%%DIRNAME%%/32x32/apps/ark.png
+share/icons/%%DIRNAME%%/32x32/apps/background.png
+share/icons/%%DIRNAME%%/32x32/apps/bell.png
+share/icons/%%DIRNAME%%/32x32/apps/blender.png
+share/icons/%%DIRNAME%%/32x32/apps/cache.png
+share/icons/%%DIRNAME%%/32x32/apps/catalogmanager.png
+share/icons/%%DIRNAME%%/32x32/apps/cervisia.png
+share/icons/%%DIRNAME%%/32x32/apps/clanbomber.png
+share/icons/%%DIRNAME%%/32x32/apps/clock.png
+share/icons/%%DIRNAME%%/32x32/apps/colors.png
+share/icons/%%DIRNAME%%/32x32/apps/cookie.png
+share/icons/%%DIRNAME%%/32x32/apps/date.png
+share/icons/%%DIRNAME%%/32x32/apps/emacs.png
+share/icons/%%DIRNAME%%/32x32/apps/email.png
+share/icons/%%DIRNAME%%/32x32/apps/energy.png
+share/icons/%%DIRNAME%%/32x32/apps/enhanced_browsing.png
+share/icons/%%DIRNAME%%/32x32/apps/error.png
+share/icons/%%DIRNAME%%/32x32/apps/filetypes.png
+share/icons/%%DIRNAME%%/32x32/apps/fonts.png
+share/icons/%%DIRNAME%%/32x32/apps/galeon.png
+share/icons/%%DIRNAME%%/32x32/apps/gimp.png
+share/icons/%%DIRNAME%%/32x32/apps/gvim.png
+share/icons/%%DIRNAME%%/32x32/apps/help.png
+share/icons/%%DIRNAME%%/32x32/apps/help_index.png
+share/icons/%%DIRNAME%%/32x32/apps/hwinfo.png
+share/icons/%%DIRNAME%%/32x32/apps/icons.png
+share/icons/%%DIRNAME%%/32x32/apps/iconthemes.png
+share/icons/%%DIRNAME%%/32x32/apps/input_devices_settings.png
+share/icons/%%DIRNAME%%/32x32/apps/kaboodle.png
+share/icons/%%DIRNAME%%/32x32/apps/kaddressbook.png
+share/icons/%%DIRNAME%%/32x32/apps/kalarm.png
+share/icons/%%DIRNAME%%/32x32/apps/kappfinder.png
+share/icons/%%DIRNAME%%/32x32/apps/karm.png
+share/icons/%%DIRNAME%%/32x32/apps/kate.png
+share/icons/%%DIRNAME%%/32x32/apps/kbabel.png
+share/icons/%%DIRNAME%%/32x32/apps/kbabeldict.png
+share/icons/%%DIRNAME%%/32x32/apps/kcalc.png
+share/icons/%%DIRNAME%%/32x32/apps/kcharselect.png
+share/icons/%%DIRNAME%%/32x32/apps/kchart.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmdevices.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmdrkonqi.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmfontinst.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmkicker.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmkwix.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmkwm.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmmemory.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmmidi.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmpartitions.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmpci.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmprocessor.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmscsi.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmsound.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmsystem.png
+share/icons/%%DIRNAME%%/32x32/apps/kcmx.png
+share/icons/%%DIRNAME%%/32x32/apps/kcontrol.png
+share/icons/%%DIRNAME%%/32x32/apps/kcron.png
+share/icons/%%DIRNAME%%/32x32/apps/kdat.png
+share/icons/%%DIRNAME%%/32x32/apps/kdeprintfax.png
+share/icons/%%DIRNAME%%/32x32/apps/kdevelop.png
+share/icons/%%DIRNAME%%/32x32/apps/kdf.png
+share/icons/%%DIRNAME%%/32x32/apps/kdict.png
+share/icons/%%DIRNAME%%/32x32/apps/kdisknav.png
+share/icons/%%DIRNAME%%/32x32/apps/kdmconfig.png
+share/icons/%%DIRNAME%%/32x32/apps/kdvi.png
+share/icons/%%DIRNAME%%/32x32/apps/kedit.png
+share/icons/%%DIRNAME%%/32x32/apps/keditbookmarks.png
+share/icons/%%DIRNAME%%/32x32/apps/key_bindings.png
+share/icons/%%DIRNAME%%/32x32/apps/keyboard.png
+share/icons/%%DIRNAME%%/32x32/apps/keyboard_layout.png
+share/icons/%%DIRNAME%%/32x32/apps/kfax.png
+share/icons/%%DIRNAME%%/32x32/apps/kfind.png
+share/icons/%%DIRNAME%%/32x32/apps/kfloppy.png
+share/icons/%%DIRNAME%%/32x32/apps/kfm.png
+share/icons/%%DIRNAME%%/32x32/apps/kfm_home.png
+share/icons/%%DIRNAME%%/32x32/apps/kget.png
+share/icons/%%DIRNAME%%/32x32/apps/kghostview.png
+share/icons/%%DIRNAME%%/32x32/apps/khelpcenter.png
+share/icons/%%DIRNAME%%/32x32/apps/khexedit.png
+share/icons/%%DIRNAME%%/32x32/apps/kiconedit.png
+share/icons/%%DIRNAME%%/32x32/apps/kivio.png
+share/icons/%%DIRNAME%%/32x32/apps/kjobviewer.png
+share/icons/%%DIRNAME%%/32x32/apps/klipper.png
+share/icons/%%DIRNAME%%/32x32/apps/kmail.png
+share/icons/%%DIRNAME%%/32x32/apps/kmailcvt.png
+share/icons/%%DIRNAME%%/32x32/apps/kmenu.png
+share/icons/%%DIRNAME%%/32x32/apps/kmenuedit.png
+share/icons/%%DIRNAME%%/32x32/apps/kmidi.png
+share/icons/%%DIRNAME%%/32x32/apps/kmix.png
+share/icons/%%DIRNAME%%/32x32/apps/kmoon.png
+share/icons/%%DIRNAME%%/32x32/apps/knewsticker.png
+share/icons/%%DIRNAME%%/32x32/apps/knode.png
+share/icons/%%DIRNAME%%/32x32/apps/knotes.png
+share/icons/%%DIRNAME%%/32x32/apps/knotify.png
+share/icons/%%DIRNAME%%/32x32/apps/koncd.png
+share/icons/%%DIRNAME%%/32x32/apps/konqsidebar_mediaplayer.png
+share/icons/%%DIRNAME%%/32x32/apps/konqueror.png
+share/icons/%%DIRNAME%%/32x32/apps/konsole.png
+share/icons/%%DIRNAME%%/32x32/apps/kontour.png
+share/icons/%%DIRNAME%%/32x32/apps/korganizer.png
+share/icons/%%DIRNAME%%/32x32/apps/korn.png
+share/icons/%%DIRNAME%%/32x32/apps/kpackage.png
+share/icons/%%DIRNAME%%/32x32/apps/kpager.png
+share/icons/%%DIRNAME%%/32x32/apps/kpaint.png
+share/icons/%%DIRNAME%%/32x32/apps/kpersonalizer.png
+share/icons/%%DIRNAME%%/32x32/apps/kppp.png
+share/icons/%%DIRNAME%%/32x32/apps/kpresenter.png
+share/icons/%%DIRNAME%%/32x32/apps/kscd.png
+share/icons/%%DIRNAME%%/32x32/apps/kscreensaver.png
+share/icons/%%DIRNAME%%/32x32/apps/ksirc.png
+share/icons/%%DIRNAME%%/32x32/apps/ksnapshot.png
+share/icons/%%DIRNAME%%/32x32/apps/kspread.png
+share/icons/%%DIRNAME%%/32x32/apps/ksysguard.png
+share/icons/%%DIRNAME%%/32x32/apps/ksysv.png
+share/icons/%%DIRNAME%%/32x32/apps/kthememgr.png
+share/icons/%%DIRNAME%%/32x32/apps/ktip.png
+share/icons/%%DIRNAME%%/32x32/apps/kugar.png
+share/icons/%%DIRNAME%%/32x32/apps/kuser.png
+share/icons/%%DIRNAME%%/32x32/apps/kview.png
+share/icons/%%DIRNAME%%/32x32/apps/kvirc.png
+share/icons/%%DIRNAME%%/32x32/apps/kwin.png
+share/icons/%%DIRNAME%%/32x32/apps/kword.png
+share/icons/%%DIRNAME%%/32x32/apps/kworldclock.png
+share/icons/%%DIRNAME%%/32x32/apps/kwrite.png
+share/icons/%%DIRNAME%%/32x32/apps/kxconfig.png
+share/icons/%%DIRNAME%%/32x32/apps/laptop_battery.png
+share/icons/%%DIRNAME%%/32x32/apps/licq.png
+share/icons/%%DIRNAME%%/32x32/apps/linuxconf.png
+share/icons/%%DIRNAME%%/32x32/apps/locale.png
+share/icons/%%DIRNAME%%/32x32/apps/looknfeel.png
+share/icons/%%DIRNAME%%/32x32/apps/mouse.png
+share/icons/%%DIRNAME%%/32x32/apps/mozilla.png
+share/icons/%%DIRNAME%%/32x32/apps/multimedia.png
+share/icons/%%DIRNAME%%/32x32/apps/nedit.png
+share/icons/%%DIRNAME%%/32x32/apps/netscape.png
+share/icons/%%DIRNAME%%/32x32/apps/noatun.png
+share/icons/%%DIRNAME%%/32x32/apps/openoffice.png
+share/icons/%%DIRNAME%%/32x32/apps/opera.png
+share/icons/%%DIRNAME%%/32x32/apps/package.png
+share/icons/%%DIRNAME%%/32x32/apps/package_applications.png
+share/icons/%%DIRNAME%%/32x32/apps/package_development.png
+share/icons/%%DIRNAME%%/32x32/apps/package_editors.png
+share/icons/%%DIRNAME%%/32x32/apps/package_edutainment.png
+share/icons/%%DIRNAME%%/32x32/apps/package_favourite.png
+share/icons/%%DIRNAME%%/32x32/apps/package_games.png
+share/icons/%%DIRNAME%%/32x32/apps/package_graphics.png
+share/icons/%%DIRNAME%%/32x32/apps/package_multimedia.png
+share/icons/%%DIRNAME%%/32x32/apps/package_network.png
+share/icons/%%DIRNAME%%/32x32/apps/package_settings.png
+share/icons/%%DIRNAME%%/32x32/apps/package_system.png
+share/icons/%%DIRNAME%%/32x32/apps/package_toys.png
+share/icons/%%DIRNAME%%/32x32/apps/package_utilities.png
+share/icons/%%DIRNAME%%/32x32/apps/package_wordprocessing.png
+share/icons/%%DIRNAME%%/32x32/apps/panel.png
+share/icons/%%DIRNAME%%/32x32/apps/panel_settings.png
+share/icons/%%DIRNAME%%/32x32/apps/password.png
+share/icons/%%DIRNAME%%/32x32/apps/penguin.png
+share/icons/%%DIRNAME%%/32x32/apps/personal.png
+share/icons/%%DIRNAME%%/32x32/apps/phoenix.png
+share/icons/%%DIRNAME%%/32x32/apps/phppg.png
+share/icons/%%DIRNAME%%/32x32/apps/proxy.png
+share/icons/%%DIRNAME%%/32x32/apps/qtella.png
+share/icons/%%DIRNAME%%/32x32/apps/quanta.png
+share/icons/%%DIRNAME%%/32x32/apps/realplayer.png
+share/icons/%%DIRNAME%%/32x32/apps/remote.png
+share/icons/%%DIRNAME%%/32x32/apps/samba.png
+share/icons/%%DIRNAME%%/32x32/apps/staroffice.png
+share/icons/%%DIRNAME%%/32x32/apps/style.png
+share/icons/%%DIRNAME%%/32x32/apps/stylesheet.png
+share/icons/%%DIRNAME%%/32x32/apps/terminal.png
+share/icons/%%DIRNAME%%/32x32/apps/tux.png
+share/icons/%%DIRNAME%%/32x32/apps/usb.png
+share/icons/%%DIRNAME%%/32x32/apps/vnc.png
+share/icons/%%DIRNAME%%/32x32/apps/window_list.png
+share/icons/%%DIRNAME%%/32x32/apps/winprops.png
+share/icons/%%DIRNAME%%/32x32/apps/wp.png
+share/icons/%%DIRNAME%%/32x32/apps/x.png
+share/icons/%%DIRNAME%%/32x32/apps/xcalc.png
+share/icons/%%DIRNAME%%/32x32/apps/xclipboard.png
+share/icons/%%DIRNAME%%/32x32/apps/xclock.png
+share/icons/%%DIRNAME%%/32x32/apps/xconsole.png
+share/icons/%%DIRNAME%%/32x32/apps/xedit.png
+share/icons/%%DIRNAME%%/32x32/apps/xemacs.png
+share/icons/%%DIRNAME%%/32x32/apps/xeyes.png
+share/icons/%%DIRNAME%%/32x32/apps/xfmail.png
+share/icons/%%DIRNAME%%/32x32/apps/xkill.png
+share/icons/%%DIRNAME%%/32x32/apps/xmag.png
+share/icons/%%DIRNAME%%/32x32/apps/xmms.png
+share/icons/%%DIRNAME%%/32x32/apps/xv.png
+share/icons/%%DIRNAME%%/32x32/devices/3floppy_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/3floppy_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/5floppy_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/5floppy_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/camera.png
+share/icons/%%DIRNAME%%/32x32/devices/camera_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/camera_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/cdaudio_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/cdaudio_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/cdrom_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/cdrom_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/cdwriter_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/cdwriter_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/dvd_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/dvd_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/gtkam-camera.png
+share/icons/%%DIRNAME%%/32x32/devices/hdd_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/hdd_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/hdd_win_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/hdd_win_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/joystick.png
+share/icons/%%DIRNAME%%/32x32/devices/ksim_cpu.png
+share/icons/%%DIRNAME%%/32x32/devices/memory.png
+share/icons/%%DIRNAME%%/32x32/devices/memory_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/memory_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/mo_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/mo_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/mouse.png
+share/icons/%%DIRNAME%%/32x32/devices/nfs_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/nfs_unmount.png
+share/icons/%%DIRNAME%%/32x32/devices/pda_black.png
+share/icons/%%DIRNAME%%/32x32/devices/pda_blue.png
+share/icons/%%DIRNAME%%/32x32/devices/print_class.png
+share/icons/%%DIRNAME%%/32x32/devices/print_printer.png
+share/icons/%%DIRNAME%%/32x32/devices/printer1.png
+share/icons/%%DIRNAME%%/32x32/devices/printer2.png
+share/icons/%%DIRNAME%%/32x32/devices/scanner.png
+share/icons/%%DIRNAME%%/32x32/devices/tablet.png
+share/icons/%%DIRNAME%%/32x32/devices/tv.png
+share/icons/%%DIRNAME%%/32x32/devices/zip_mount.png
+share/icons/%%DIRNAME%%/32x32/devices/zip_unmount.png
+share/icons/%%DIRNAME%%/32x32/filesystems/blockdevice.png
+share/icons/%%DIRNAME%%/32x32/filesystems/camera.png
+share/icons/%%DIRNAME%%/32x32/filesystems/chardevice.png
+share/icons/%%DIRNAME%%/32x32/filesystems/desktop.png
+share/icons/%%DIRNAME%%/32x32/filesystems/desktop2.png
+share/icons/%%DIRNAME%%/32x32/filesystems/exec.png
+share/icons/%%DIRNAME%%/32x32/filesystems/exec_wine.png
+share/icons/%%DIRNAME%%/32x32/filesystems/file_broken.png
+share/icons/%%DIRNAME%%/32x32/filesystems/file_important.png
+share/icons/%%DIRNAME%%/32x32/filesystems/file_locked.png
+share/icons/%%DIRNAME%%/32x32/filesystems/file_temporary.png
+share/icons/%%DIRNAME%%/32x32/filesystems/files.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_blue.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_blue_open.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_cd.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_cyan.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_cyan_open.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_green.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_green_open.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_grey.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_grey_open.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_home.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_html.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_image.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_important.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_inbox.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_kde.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_locked.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_man.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_midi.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_open.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_orange.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_orange_open.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_outbox.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_penguin.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_print2.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_red.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_red_open.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_sent_mail.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_sound.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_tar.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_txt.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_video.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_violet.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_violet_open.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_wordprocessing.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_yellow.png
+share/icons/%%DIRNAME%%/32x32/filesystems/folder_yellow_open.png
+share/icons/%%DIRNAME%%/32x32/filesystems/ftp.png
+share/icons/%%DIRNAME%%/32x32/filesystems/home_blue.png
+share/icons/%%DIRNAME%%/32x32/filesystems/home_white.png
+share/icons/%%DIRNAME%%/32x32/filesystems/link.png
+share/icons/%%DIRNAME%%/32x32/filesystems/lockoverlay.png
+share/icons/%%DIRNAME%%/32x32/filesystems/network.png
+share/icons/%%DIRNAME%%/32x32/filesystems/network_local.png
+share/icons/%%DIRNAME%%/32x32/filesystems/pipe.png
+share/icons/%%DIRNAME%%/32x32/filesystems/services.png
+share/icons/%%DIRNAME%%/32x32/filesystems/shredder.png
+share/icons/%%DIRNAME%%/32x32/filesystems/socket.png
+share/icons/%%DIRNAME%%/32x32/filesystems/temporary.png
+share/icons/%%DIRNAME%%/32x32/filesystems/trashcan_empty.png
+share/icons/%%DIRNAME%%/32x32/filesystems/trashcan_full.png
+share/icons/%%DIRNAME%%/32x32/filesystems/www.png
+share/icons/%%DIRNAME%%/32x32/filesystems/zip.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/applix.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/ascii.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/binary.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/binary2.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/cdimage.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/cdtrack.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/colorscm.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/core.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/core2.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/deb.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/document.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/document2.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/dvi.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/empty.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/empty_ascii.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/encrypted.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/file_locked.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/file_temporary.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/font.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/font_bitmap.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/font_truetype.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/font_type1.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/fonts_bitmap.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/gettext.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/gf.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/html.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/image.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/images.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/info.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/java_src.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/kget_list.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/kmultiple.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/kugardata.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/log.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/make.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/make2.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/man.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/message.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/message2.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/metafont.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/midi.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_ascii.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_audio.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_empty.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_html.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_koffice.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_soffice.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_sound.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_track.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_txt.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/mime_video.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/misc_doc.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/netscape_doc.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/news.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/pdf.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/php.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/pk.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/postscript.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/postscript2.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/quicktime.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/readme.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/real.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/real_doc.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/recycled.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/resource.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/rpm.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/shellscript.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/shellscript2.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/soffice.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/sound.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_c.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_cpp.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_f.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_h.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_java.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_l.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_moc.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_o.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_p.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_pl.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_py.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_s.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/source_y.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/spreadsheet.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/tar.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/template_source.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/tex.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/tgz.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/txt.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/unknown.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/unknown2.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/vcalendar.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/vcard.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/vectorgfx.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/video.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/widget_doc.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/wordprocessing.png
+share/icons/%%DIRNAME%%/32x32/mimetypes/zip.png
+share/icons/%%DIRNAME%%/48x48/actions/1downarrow.png
+share/icons/%%DIRNAME%%/48x48/actions/1leftarrow.png
+share/icons/%%DIRNAME%%/48x48/actions/1rightarrow.png
+share/icons/%%DIRNAME%%/48x48/actions/1uparrow.png
+share/icons/%%DIRNAME%%/48x48/actions/2downarrow.png
+share/icons/%%DIRNAME%%/48x48/actions/2leftarrow.png
+share/icons/%%DIRNAME%%/48x48/actions/2rightarrow.png
+share/icons/%%DIRNAME%%/48x48/actions/2uparrow.png
+share/icons/%%DIRNAME%%/48x48/actions/about_kde.png
+share/icons/%%DIRNAME%%/48x48/actions/airbrush.png
+share/icons/%%DIRNAME%%/48x48/actions/appearance.png
+share/icons/%%DIRNAME%%/48x48/actions/apply.png
+share/icons/%%DIRNAME%%/48x48/actions/ark_adddir.png
+share/icons/%%DIRNAME%%/48x48/actions/ark_addfile.png
+share/icons/%%DIRNAME%%/48x48/actions/ark_delete.png
+share/icons/%%DIRNAME%%/48x48/actions/ark_extract.png
+share/icons/%%DIRNAME%%/48x48/actions/ark_selectall.png
+share/icons/%%DIRNAME%%/48x48/actions/ark_view.png
+share/icons/%%DIRNAME%%/48x48/actions/attach.png
+share/icons/%%DIRNAME%%/48x48/actions/babelfish.png
+share/icons/%%DIRNAME%%/48x48/actions/back.png
+share/icons/%%DIRNAME%%/48x48/actions/blend.png
+share/icons/%%DIRNAME%%/48x48/actions/bookmark.png
+share/icons/%%DIRNAME%%/48x48/actions/bookmark_add.png
+share/icons/%%DIRNAME%%/48x48/actions/bookmark_folder.png
+share/icons/%%DIRNAME%%/48x48/actions/bookmark_toolbar.png
+share/icons/%%DIRNAME%%/48x48/actions/bottom.png
+share/icons/%%DIRNAME%%/48x48/actions/button_cancel.png
+share/icons/%%DIRNAME%%/48x48/actions/button_ok.png
+share/icons/%%DIRNAME%%/48x48/actions/cancel.png
+share/icons/%%DIRNAME%%/48x48/actions/cdcopy.png
+share/icons/%%DIRNAME%%/48x48/actions/cdrwblank.png
+share/icons/%%DIRNAME%%/48x48/actions/charset.png
+share/icons/%%DIRNAME%%/48x48/actions/clear_left.png
+share/icons/%%DIRNAME%%/48x48/actions/color_fill.png
+share/icons/%%DIRNAME%%/48x48/actions/color_line.png
+share/icons/%%DIRNAME%%/48x48/actions/colorize.png
+share/icons/%%DIRNAME%%/48x48/actions/colorpicker.png
+share/icons/%%DIRNAME%%/48x48/actions/compfile.png
+share/icons/%%DIRNAME%%/48x48/actions/configure.png
+share/icons/%%DIRNAME%%/48x48/actions/configure_shortcuts.png
+share/icons/%%DIRNAME%%/48x48/actions/configure_toolbars.png
+share/icons/%%DIRNAME%%/48x48/actions/connect_creating.png
+share/icons/%%DIRNAME%%/48x48/actions/connect_established.png
+share/icons/%%DIRNAME%%/48x48/actions/connect_no.png
+share/icons/%%DIRNAME%%/48x48/actions/contents.png
+share/icons/%%DIRNAME%%/48x48/actions/contents2.png
+share/icons/%%DIRNAME%%/48x48/actions/contexthelp.png
+share/icons/%%DIRNAME%%/48x48/actions/cssvalidator.png
+share/icons/%%DIRNAME%%/48x48/actions/decrypted.png
+share/icons/%%DIRNAME%%/48x48/actions/domtreeviewer.png
+share/icons/%%DIRNAME%%/48x48/actions/down.png
+share/icons/%%DIRNAME%%/48x48/actions/edit.png
+share/icons/%%DIRNAME%%/48x48/actions/edit_add.png
+share/icons/%%DIRNAME%%/48x48/actions/edit_remove.png
+share/icons/%%DIRNAME%%/48x48/actions/editclear.png
+share/icons/%%DIRNAME%%/48x48/actions/editcopy.png
+share/icons/%%DIRNAME%%/48x48/actions/editcut.png
+share/icons/%%DIRNAME%%/48x48/actions/editdelete.png
+share/icons/%%DIRNAME%%/48x48/actions/editpaste.png
+share/icons/%%DIRNAME%%/48x48/actions/editshred.png
+share/icons/%%DIRNAME%%/48x48/actions/edittrash.png
+share/icons/%%DIRNAME%%/48x48/actions/encrypted.png
+share/icons/%%DIRNAME%%/48x48/actions/endturn.png
+share/icons/%%DIRNAME%%/48x48/actions/eraser.png
+share/icons/%%DIRNAME%%/48x48/actions/exec.png
+share/icons/%%DIRNAME%%/48x48/actions/exit.png
+share/icons/%%DIRNAME%%/48x48/actions/favorites.png
+share/icons/%%DIRNAME%%/48x48/actions/file_important.png
+share/icons/%%DIRNAME%%/48x48/actions/fileclose.png
+share/icons/%%DIRNAME%%/48x48/actions/fileexport.png
+share/icons/%%DIRNAME%%/48x48/actions/filefind.png
+share/icons/%%DIRNAME%%/48x48/actions/fileimport.png
+share/icons/%%DIRNAME%%/48x48/actions/filenew.png
+share/icons/%%DIRNAME%%/48x48/actions/filenew2.png
+share/icons/%%DIRNAME%%/48x48/actions/fileopen.png
+share/icons/%%DIRNAME%%/48x48/actions/fileprint.png
+share/icons/%%DIRNAME%%/48x48/actions/filequickprint.png
+share/icons/%%DIRNAME%%/48x48/actions/filesave.png
+share/icons/%%DIRNAME%%/48x48/actions/filesaveas.png
+share/icons/%%DIRNAME%%/48x48/actions/fill.png
+share/icons/%%DIRNAME%%/48x48/actions/filleclose.png
+share/icons/%%DIRNAME%%/48x48/actions/filter.png
+share/icons/%%DIRNAME%%/48x48/actions/find.png
+share/icons/%%DIRNAME%%/48x48/actions/finish.png
+share/icons/%%DIRNAME%%/48x48/actions/flag.png
+share/icons/%%DIRNAME%%/48x48/actions/folder.png
+share/icons/%%DIRNAME%%/48x48/actions/folder_new.png
+share/icons/%%DIRNAME%%/48x48/actions/fonts.png
+share/icons/%%DIRNAME%%/48x48/actions/forward.png
+share/icons/%%DIRNAME%%/48x48/actions/frameprint.png
+share/icons/%%DIRNAME%%/48x48/actions/gear.png
+share/icons/%%DIRNAME%%/48x48/actions/gohome.png
+share/icons/%%DIRNAME%%/48x48/actions/goto.png
+share/icons/%%DIRNAME%%/48x48/actions/greenled.png
+share/icons/%%DIRNAME%%/48x48/actions/halfencrypted.png
+share/icons/%%DIRNAME%%/48x48/actions/help.png
+share/icons/%%DIRNAME%%/48x48/actions/history.png
+share/icons/%%DIRNAME%%/48x48/actions/history_clear.png
+share/icons/%%DIRNAME%%/48x48/actions/htmlvalidator.png
+share/icons/%%DIRNAME%%/48x48/actions/idea.png
+share/icons/%%DIRNAME%%/48x48/actions/identity.png
+share/icons/%%DIRNAME%%/48x48/actions/imagegallery.png
+share/icons/%%DIRNAME%%/48x48/actions/info.png
+share/icons/%%DIRNAME%%/48x48/actions/kalarm.png
+share/icons/%%DIRNAME%%/48x48/actions/kde.png
+share/icons/%%DIRNAME%%/48x48/actions/kdevelop_down.png
+share/icons/%%DIRNAME%%/48x48/actions/key_enter.png
+share/icons/%%DIRNAME%%/48x48/actions/khtml_kget.png
+share/icons/%%DIRNAME%%/48x48/actions/klipper_doc.png
+share/icons/%%DIRNAME%%/48x48/actions/klipper_dock.png
+share/icons/%%DIRNAME%%/48x48/actions/klipper_dock2.png
+share/icons/%%DIRNAME%%/48x48/actions/launch.png
+share/icons/%%DIRNAME%%/48x48/actions/locationbar_erase.png
+share/icons/%%DIRNAME%%/48x48/actions/lock.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_delete.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_find.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_forward.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_generic.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_get.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_new.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_post_to.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_replay.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_replayall.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_reply.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_replyall.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_replylist.png
+share/icons/%%DIRNAME%%/48x48/actions/mail_send.png
+share/icons/%%DIRNAME%%/48x48/actions/make_kdevelop.png
+share/icons/%%DIRNAME%%/48x48/actions/message_reply.png
+share/icons/%%DIRNAME%%/48x48/actions/messagebox_critical.png
+share/icons/%%DIRNAME%%/48x48/actions/messagebox_info.png
+share/icons/%%DIRNAME%%/48x48/actions/messagebox_warning.png
+share/icons/%%DIRNAME%%/48x48/actions/misc.png
+share/icons/%%DIRNAME%%/48x48/actions/mouse.png
+share/icons/%%DIRNAME%%/48x48/actions/news_subscribe.png
+share/icons/%%DIRNAME%%/48x48/actions/news_unsubscribe.png
+share/icons/%%DIRNAME%%/48x48/actions/next.png
+share/icons/%%DIRNAME%%/48x48/actions/ok.png
+share/icons/%%DIRNAME%%/48x48/actions/openterm.png
+share/icons/%%DIRNAME%%/48x48/actions/paintbrush.png
+share/icons/%%DIRNAME%%/48x48/actions/pencil.png
+share/icons/%%DIRNAME%%/48x48/actions/player_eject.png
+share/icons/%%DIRNAME%%/48x48/actions/player_end.png
+share/icons/%%DIRNAME%%/48x48/actions/player_fwd.png
+share/icons/%%DIRNAME%%/48x48/actions/player_pause.png
+share/icons/%%DIRNAME%%/48x48/actions/player_play.png
+share/icons/%%DIRNAME%%/48x48/actions/player_rew.png
+share/icons/%%DIRNAME%%/48x48/actions/player_start.png
+share/icons/%%DIRNAME%%/48x48/actions/player_stop.png
+share/icons/%%DIRNAME%%/48x48/actions/previous.png
+share/icons/%%DIRNAME%%/48x48/actions/queue.png
+share/icons/%%DIRNAME%%/48x48/actions/rebuild.png
+share/icons/%%DIRNAME%%/48x48/actions/redled.png
+share/icons/%%DIRNAME%%/48x48/actions/redo.png
+share/icons/%%DIRNAME%%/48x48/actions/reload.png
+share/icons/%%DIRNAME%%/48x48/actions/reload_page.png
+share/icons/%%DIRNAME%%/48x48/actions/remove.png
+share/icons/%%DIRNAME%%/48x48/actions/revert.png
+share/icons/%%DIRNAME%%/48x48/actions/run.png
+share/icons/%%DIRNAME%%/48x48/actions/save_all.png
+share/icons/%%DIRNAME%%/48x48/actions/share.png
+share/icons/%%DIRNAME%%/48x48/actions/showmenu.png
+share/icons/%%DIRNAME%%/48x48/actions/signature.png
+share/icons/%%DIRNAME%%/48x48/actions/spellcheck.png
+share/icons/%%DIRNAME%%/48x48/actions/stamp.png
+share/icons/%%DIRNAME%%/48x48/actions/start.png
+share/icons/%%DIRNAME%%/48x48/actions/stop.png
+share/icons/%%DIRNAME%%/48x48/actions/tab_breakoff.png
+share/icons/%%DIRNAME%%/48x48/actions/tab_duplicate.png
+share/icons/%%DIRNAME%%/48x48/actions/tab_new.png
+share/icons/%%DIRNAME%%/48x48/actions/tab_new_bg.png
+share/icons/%%DIRNAME%%/48x48/actions/tab_new_raised.png
+share/icons/%%DIRNAME%%/48x48/actions/tab_remove.png
+share/icons/%%DIRNAME%%/48x48/actions/thumbnail.png
+share/icons/%%DIRNAME%%/48x48/actions/toggle_log.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_clipboard.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_delay.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_delete.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_disconnect.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_dock.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_drop_target.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_expert.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_logwindow.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_normal.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_offline_mode_off.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_offline_mode_on.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_paste.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_pause.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_preferences.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_queue.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_restart.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_resume.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_shutdown.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_timer.png
+share/icons/%%DIRNAME%%/48x48/actions/tool_uselastdir.png
+share/icons/%%DIRNAME%%/48x48/actions/top.png
+share/icons/%%DIRNAME%%/48x48/actions/translate.png
+share/icons/%%DIRNAME%%/48x48/actions/undo.png
+share/icons/%%DIRNAME%%/48x48/actions/unlock.png
+share/icons/%%DIRNAME%%/48x48/actions/up.png
+share/icons/%%DIRNAME%%/48x48/actions/validators.png
+share/icons/%%DIRNAME%%/48x48/actions/view_bottom.png
+share/icons/%%DIRNAME%%/48x48/actions/view_choose.png
+share/icons/%%DIRNAME%%/48x48/actions/view_detailed.png
+share/icons/%%DIRNAME%%/48x48/actions/view_icon.png
+share/icons/%%DIRNAME%%/48x48/actions/view_left_right.png
+share/icons/%%DIRNAME%%/48x48/actions/view_multicolumn.png
+share/icons/%%DIRNAME%%/48x48/actions/view_remove.png
+share/icons/%%DIRNAME%%/48x48/actions/view_right.png
+share/icons/%%DIRNAME%%/48x48/actions/view_sidetree.png
+share/icons/%%DIRNAME%%/48x48/actions/view_text.png
+share/icons/%%DIRNAME%%/48x48/actions/view_top_bottom.png
+share/icons/%%DIRNAME%%/48x48/actions/view_tree.png
+share/icons/%%DIRNAME%%/48x48/actions/viewmag+.png
+share/icons/%%DIRNAME%%/48x48/actions/viewmag-.png
+share/icons/%%DIRNAME%%/48x48/actions/viewmag1.png
+share/icons/%%DIRNAME%%/48x48/actions/viewmagfit.png
+share/icons/%%DIRNAME%%/48x48/actions/webarchiver.png
+share/icons/%%DIRNAME%%/48x48/actions/window_fullscreen.png
+share/icons/%%DIRNAME%%/48x48/actions/window_new.png
+share/icons/%%DIRNAME%%/48x48/actions/window_nofullscreen.png
+share/icons/%%DIRNAME%%/48x48/actions/wizard.png
+share/icons/%%DIRNAME%%/48x48/actions/yellowled.png
+share/icons/%%DIRNAME%%/48x48/apps/access.png
+share/icons/%%DIRNAME%%/48x48/apps/acroread.png
+share/icons/%%DIRNAME%%/48x48/apps/agent.png
+share/icons/%%DIRNAME%%/48x48/apps/applixware.png
+share/icons/%%DIRNAME%%/48x48/apps/ark.png
+share/icons/%%DIRNAME%%/48x48/apps/background.png
+share/icons/%%DIRNAME%%/48x48/apps/bell.png
+share/icons/%%DIRNAME%%/48x48/apps/blender.png
+share/icons/%%DIRNAME%%/48x48/apps/cache.png
+share/icons/%%DIRNAME%%/48x48/apps/catalogmanager.png
+share/icons/%%DIRNAME%%/48x48/apps/cervisia.png
+share/icons/%%DIRNAME%%/48x48/apps/clanbomber.png
+share/icons/%%DIRNAME%%/48x48/apps/clock.png
+share/icons/%%DIRNAME%%/48x48/apps/colors.png
+share/icons/%%DIRNAME%%/48x48/apps/cookie.png
+share/icons/%%DIRNAME%%/48x48/apps/date.png
+share/icons/%%DIRNAME%%/48x48/apps/emacs.png
+share/icons/%%DIRNAME%%/48x48/apps/email.png
+share/icons/%%DIRNAME%%/48x48/apps/energy.png
+share/icons/%%DIRNAME%%/48x48/apps/enhanced_browsing.png
+share/icons/%%DIRNAME%%/48x48/apps/error.png
+share/icons/%%DIRNAME%%/48x48/apps/filetypes.png
+share/icons/%%DIRNAME%%/48x48/apps/fonts.png
+share/icons/%%DIRNAME%%/48x48/apps/galeon.png
+share/icons/%%DIRNAME%%/48x48/apps/gimp.png
+share/icons/%%DIRNAME%%/48x48/apps/gvim.png
+share/icons/%%DIRNAME%%/48x48/apps/help.png
+share/icons/%%DIRNAME%%/48x48/apps/help_index.png
+share/icons/%%DIRNAME%%/48x48/apps/hwinfo.png
+share/icons/%%DIRNAME%%/48x48/apps/icons.png
+share/icons/%%DIRNAME%%/48x48/apps/iconthemes.png
+share/icons/%%DIRNAME%%/48x48/apps/input_devices_settings.png
+share/icons/%%DIRNAME%%/48x48/apps/kaboodle.png
+share/icons/%%DIRNAME%%/48x48/apps/kaddressbook.png
+share/icons/%%DIRNAME%%/48x48/apps/kalarm.png
+share/icons/%%DIRNAME%%/48x48/apps/kappfinder.png
+share/icons/%%DIRNAME%%/48x48/apps/karm.png
+share/icons/%%DIRNAME%%/48x48/apps/kate.png
+share/icons/%%DIRNAME%%/48x48/apps/kbabel.png
+share/icons/%%DIRNAME%%/48x48/apps/kbabeldict.png
+share/icons/%%DIRNAME%%/48x48/apps/kcalc.png
+share/icons/%%DIRNAME%%/48x48/apps/kcharselect.png
+share/icons/%%DIRNAME%%/48x48/apps/kchart.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmdevices.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmdrkonqi.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmfontinst.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmkicker.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmkwix.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmkwm.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmmemory.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmmidi.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmpartitions.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmpci.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmprocessor.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmscsi.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmsound.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmsystem.png
+share/icons/%%DIRNAME%%/48x48/apps/kcmx.png
+share/icons/%%DIRNAME%%/48x48/apps/kcontrol.png
+share/icons/%%DIRNAME%%/48x48/apps/kcron.png
+share/icons/%%DIRNAME%%/48x48/apps/kdat.png
+share/icons/%%DIRNAME%%/48x48/apps/kdeprintfax.png
+share/icons/%%DIRNAME%%/48x48/apps/kdevelop.png
+share/icons/%%DIRNAME%%/48x48/apps/kdf.png
+share/icons/%%DIRNAME%%/48x48/apps/kdict.png
+share/icons/%%DIRNAME%%/48x48/apps/kdisknav.png
+share/icons/%%DIRNAME%%/48x48/apps/kdmconfig.png
+share/icons/%%DIRNAME%%/48x48/apps/kdvi.png
+share/icons/%%DIRNAME%%/48x48/apps/kedit.png
+share/icons/%%DIRNAME%%/48x48/apps/keditbookmarks.png
+share/icons/%%DIRNAME%%/48x48/apps/key_bindings.png
+share/icons/%%DIRNAME%%/48x48/apps/keyboard.png
+share/icons/%%DIRNAME%%/48x48/apps/keyboard_layout.png
+share/icons/%%DIRNAME%%/48x48/apps/kfax.png
+share/icons/%%DIRNAME%%/48x48/apps/kfind.png
+share/icons/%%DIRNAME%%/48x48/apps/kfloppy.png
+share/icons/%%DIRNAME%%/48x48/apps/kfm.png
+share/icons/%%DIRNAME%%/48x48/apps/kfm_home.png
+share/icons/%%DIRNAME%%/48x48/apps/kget.png
+share/icons/%%DIRNAME%%/48x48/apps/kghostview.png
+share/icons/%%DIRNAME%%/48x48/apps/khelpcenter.png
+share/icons/%%DIRNAME%%/48x48/apps/khexedit.png
+share/icons/%%DIRNAME%%/48x48/apps/kiconedit.png
+share/icons/%%DIRNAME%%/48x48/apps/kivio.png
+share/icons/%%DIRNAME%%/48x48/apps/kjobviewer.png
+share/icons/%%DIRNAME%%/48x48/apps/klipper.png
+share/icons/%%DIRNAME%%/48x48/apps/kmail.png
+share/icons/%%DIRNAME%%/48x48/apps/kmailcvt.png
+share/icons/%%DIRNAME%%/48x48/apps/kmenu.png
+share/icons/%%DIRNAME%%/48x48/apps/kmenuedit.png
+share/icons/%%DIRNAME%%/48x48/apps/kmidi.png
+share/icons/%%DIRNAME%%/48x48/apps/kmix.png
+share/icons/%%DIRNAME%%/48x48/apps/kmoon.png
+share/icons/%%DIRNAME%%/48x48/apps/knewsticker.png
+share/icons/%%DIRNAME%%/48x48/apps/knode.png
+share/icons/%%DIRNAME%%/48x48/apps/knotes.png
+share/icons/%%DIRNAME%%/48x48/apps/knotify.png
+share/icons/%%DIRNAME%%/48x48/apps/koncd.png
+share/icons/%%DIRNAME%%/48x48/apps/konqsidebar_mediaplayer.png
+share/icons/%%DIRNAME%%/48x48/apps/konqueror.png
+share/icons/%%DIRNAME%%/48x48/apps/konsole.png
+share/icons/%%DIRNAME%%/48x48/apps/kontour.png
+share/icons/%%DIRNAME%%/48x48/apps/korganizer.png
+share/icons/%%DIRNAME%%/48x48/apps/korn.png
+share/icons/%%DIRNAME%%/48x48/apps/kpackage.png
+share/icons/%%DIRNAME%%/48x48/apps/kpager.png
+share/icons/%%DIRNAME%%/48x48/apps/kpaint.png
+share/icons/%%DIRNAME%%/48x48/apps/kpersonalizer.png
+share/icons/%%DIRNAME%%/48x48/apps/kppp.png
+share/icons/%%DIRNAME%%/48x48/apps/kpresenter.png
+share/icons/%%DIRNAME%%/48x48/apps/kscd.png
+share/icons/%%DIRNAME%%/48x48/apps/kscreensaver.png
+share/icons/%%DIRNAME%%/48x48/apps/ksirc.png
+share/icons/%%DIRNAME%%/48x48/apps/ksnapshot.png
+share/icons/%%DIRNAME%%/48x48/apps/kspread.png
+share/icons/%%DIRNAME%%/48x48/apps/ksysguard.png
+share/icons/%%DIRNAME%%/48x48/apps/ksysv.png
+share/icons/%%DIRNAME%%/48x48/apps/kthememgr.png
+share/icons/%%DIRNAME%%/48x48/apps/ktip.png
+share/icons/%%DIRNAME%%/48x48/apps/kugar.png
+share/icons/%%DIRNAME%%/48x48/apps/kuser.png
+share/icons/%%DIRNAME%%/48x48/apps/kview.png
+share/icons/%%DIRNAME%%/48x48/apps/kvirc.png
+share/icons/%%DIRNAME%%/48x48/apps/kwin.png
+share/icons/%%DIRNAME%%/48x48/apps/kword.png
+share/icons/%%DIRNAME%%/48x48/apps/kworldclock.png
+share/icons/%%DIRNAME%%/48x48/apps/kwrite.png
+share/icons/%%DIRNAME%%/48x48/apps/kxconfig.png
+share/icons/%%DIRNAME%%/48x48/apps/laptop_battery.png
+share/icons/%%DIRNAME%%/48x48/apps/licq.png
+share/icons/%%DIRNAME%%/48x48/apps/linuxconf.png
+share/icons/%%DIRNAME%%/48x48/apps/locale.png
+share/icons/%%DIRNAME%%/48x48/apps/looknfeel.png
+share/icons/%%DIRNAME%%/48x48/apps/mouse.png
+share/icons/%%DIRNAME%%/48x48/apps/mozilla.png
+share/icons/%%DIRNAME%%/48x48/apps/multimedia.png
+share/icons/%%DIRNAME%%/48x48/apps/nedit.png
+share/icons/%%DIRNAME%%/48x48/apps/netscape.png
+share/icons/%%DIRNAME%%/48x48/apps/noatun.png
+share/icons/%%DIRNAME%%/48x48/apps/openoffice.png
+share/icons/%%DIRNAME%%/48x48/apps/opera.png
+share/icons/%%DIRNAME%%/48x48/apps/package.png
+share/icons/%%DIRNAME%%/48x48/apps/package_applications.png
+share/icons/%%DIRNAME%%/48x48/apps/package_development.png
+share/icons/%%DIRNAME%%/48x48/apps/package_editors.png
+share/icons/%%DIRNAME%%/48x48/apps/package_edutainment.png
+share/icons/%%DIRNAME%%/48x48/apps/package_favourite.png
+share/icons/%%DIRNAME%%/48x48/apps/package_games.png
+share/icons/%%DIRNAME%%/48x48/apps/package_graphics.png
+share/icons/%%DIRNAME%%/48x48/apps/package_multimedia.png
+share/icons/%%DIRNAME%%/48x48/apps/package_network.png
+share/icons/%%DIRNAME%%/48x48/apps/package_settings.png
+share/icons/%%DIRNAME%%/48x48/apps/package_system.png
+share/icons/%%DIRNAME%%/48x48/apps/package_toys.png
+share/icons/%%DIRNAME%%/48x48/apps/package_utilities.png
+share/icons/%%DIRNAME%%/48x48/apps/package_wordprocessing.png
+share/icons/%%DIRNAME%%/48x48/apps/panel.png
+share/icons/%%DIRNAME%%/48x48/apps/panel_settings.png
+share/icons/%%DIRNAME%%/48x48/apps/password.png
+share/icons/%%DIRNAME%%/48x48/apps/penguin.png
+share/icons/%%DIRNAME%%/48x48/apps/personal.png
+share/icons/%%DIRNAME%%/48x48/apps/phoenix.png
+share/icons/%%DIRNAME%%/48x48/apps/phppg.png
+share/icons/%%DIRNAME%%/48x48/apps/proxy.png
+share/icons/%%DIRNAME%%/48x48/apps/qtella.png
+share/icons/%%DIRNAME%%/48x48/apps/quanta.png
+share/icons/%%DIRNAME%%/48x48/apps/realplayer.png
+share/icons/%%DIRNAME%%/48x48/apps/remote.png
+share/icons/%%DIRNAME%%/48x48/apps/samba.png
+share/icons/%%DIRNAME%%/48x48/apps/staroffice.png
+share/icons/%%DIRNAME%%/48x48/apps/style.png
+share/icons/%%DIRNAME%%/48x48/apps/stylesheet.png
+share/icons/%%DIRNAME%%/48x48/apps/terminal.png
+share/icons/%%DIRNAME%%/48x48/apps/tool_timer.png
+share/icons/%%DIRNAME%%/48x48/apps/tux.png
+share/icons/%%DIRNAME%%/48x48/apps/usb.png
+share/icons/%%DIRNAME%%/48x48/apps/vnc.png
+share/icons/%%DIRNAME%%/48x48/apps/window_list.png
+share/icons/%%DIRNAME%%/48x48/apps/winprops.png
+share/icons/%%DIRNAME%%/48x48/apps/wp.png
+share/icons/%%DIRNAME%%/48x48/apps/x.png
+share/icons/%%DIRNAME%%/48x48/apps/xcalc.png
+share/icons/%%DIRNAME%%/48x48/apps/xclipboard.png
+share/icons/%%DIRNAME%%/48x48/apps/xclock.png
+share/icons/%%DIRNAME%%/48x48/apps/xconsole.png
+share/icons/%%DIRNAME%%/48x48/apps/xedit.png
+share/icons/%%DIRNAME%%/48x48/apps/xemacs.png
+share/icons/%%DIRNAME%%/48x48/apps/xeyes.png
+share/icons/%%DIRNAME%%/48x48/apps/xfmail.png
+share/icons/%%DIRNAME%%/48x48/apps/xkill.png
+share/icons/%%DIRNAME%%/48x48/apps/xmag.png
+share/icons/%%DIRNAME%%/48x48/apps/xmms.png
+share/icons/%%DIRNAME%%/48x48/apps/xv.png
+share/icons/%%DIRNAME%%/48x48/devices/3floppy_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/3floppy_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/5floppy_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/5floppy_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/camera.png
+share/icons/%%DIRNAME%%/48x48/devices/camera_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/camera_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/cdaudio_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/cdaudio_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/cdrom_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/cdrom_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/cdwriter_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/cdwriter_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/dvd_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/dvd_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/gtkam-camera.png
+share/icons/%%DIRNAME%%/48x48/devices/hdd_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/hdd_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/hdd_win_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/hdd_win_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/joystick.png
+share/icons/%%DIRNAME%%/48x48/devices/ksim_cpu.png
+share/icons/%%DIRNAME%%/48x48/devices/memory.png
+share/icons/%%DIRNAME%%/48x48/devices/memory_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/memory_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/mo_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/mo_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/mouse.png
+share/icons/%%DIRNAME%%/48x48/devices/nfs_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/nfs_unmount.png
+share/icons/%%DIRNAME%%/48x48/devices/pda_black.png
+share/icons/%%DIRNAME%%/48x48/devices/pda_blue.png
+share/icons/%%DIRNAME%%/48x48/devices/print_class.png
+share/icons/%%DIRNAME%%/48x48/devices/print_printer.png
+share/icons/%%DIRNAME%%/48x48/devices/printer1.png
+share/icons/%%DIRNAME%%/48x48/devices/printer2.png
+share/icons/%%DIRNAME%%/48x48/devices/scanner.png
+share/icons/%%DIRNAME%%/48x48/devices/tablet.png
+share/icons/%%DIRNAME%%/48x48/devices/tv.png
+share/icons/%%DIRNAME%%/48x48/devices/zip_mount.png
+share/icons/%%DIRNAME%%/48x48/devices/zip_unmount.png
+share/icons/%%DIRNAME%%/48x48/filesystems/blockdevice.png
+share/icons/%%DIRNAME%%/48x48/filesystems/camera.png
+share/icons/%%DIRNAME%%/48x48/filesystems/chardevice.png
+share/icons/%%DIRNAME%%/48x48/filesystems/desktop.png
+share/icons/%%DIRNAME%%/48x48/filesystems/desktop2.png
+share/icons/%%DIRNAME%%/48x48/filesystems/exec.png
+share/icons/%%DIRNAME%%/48x48/filesystems/exec_wine.png
+share/icons/%%DIRNAME%%/48x48/filesystems/file_broken.png
+share/icons/%%DIRNAME%%/48x48/filesystems/file_important.png
+share/icons/%%DIRNAME%%/48x48/filesystems/file_locked.png
+share/icons/%%DIRNAME%%/48x48/filesystems/file_temporary.png
+share/icons/%%DIRNAME%%/48x48/filesystems/files.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_blue.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_blue_open.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_cd.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_cyan.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_cyan_open.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_green.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_green_open.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_grey.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_grey_open.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_home.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_html.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_image.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_important.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_inbox.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_kde.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_locked.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_man.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_midi.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_open.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_orange.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_orange_open.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_outbox.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_penguin.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_print2.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_red.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_red_open.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_sent_mail.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_sound.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_tar.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_txt.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_video.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_violet.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_violet_open.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_wordprocessing.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_yellow.png
+share/icons/%%DIRNAME%%/48x48/filesystems/folder_yellow_open.png
+share/icons/%%DIRNAME%%/48x48/filesystems/ftp.png
+share/icons/%%DIRNAME%%/48x48/filesystems/home_blue.png
+share/icons/%%DIRNAME%%/48x48/filesystems/home_white.png
+share/icons/%%DIRNAME%%/48x48/filesystems/link.png
+share/icons/%%DIRNAME%%/48x48/filesystems/lockoverlay.png
+share/icons/%%DIRNAME%%/48x48/filesystems/network.png
+share/icons/%%DIRNAME%%/48x48/filesystems/network_local.png
+share/icons/%%DIRNAME%%/48x48/filesystems/pipe.png
+share/icons/%%DIRNAME%%/48x48/filesystems/services.png
+share/icons/%%DIRNAME%%/48x48/filesystems/shredder.png
+share/icons/%%DIRNAME%%/48x48/filesystems/socket.png
+share/icons/%%DIRNAME%%/48x48/filesystems/temporary.png
+share/icons/%%DIRNAME%%/48x48/filesystems/trashcan_empty.png
+share/icons/%%DIRNAME%%/48x48/filesystems/trashcan_full.png
+share/icons/%%DIRNAME%%/48x48/filesystems/www.png
+share/icons/%%DIRNAME%%/48x48/filesystems/zip.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/applix.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/ascii.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/binary.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/binary2.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/cdimage.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/cdtrack.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/colorscm.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/core.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/core2.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/deb.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/document.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/document2.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/dvi.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/empty.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/empty_ascii.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/encrypted.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/file_locked.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/file_temporary.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/font.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/font_bitmap.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/font_truetype.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/font_type1.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/fonts_bitmap.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/gettext.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/gf.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/html.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/image.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/images.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/info.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/java_src.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/kget_list.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/kmultiple.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/kugardata.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/log.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/make.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/make2.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/man.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/message.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/message2.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/metafont.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/midi.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_ascii.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_audio.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_empty.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_html.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_koffice.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_soffice.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_sound.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_track.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_txt.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/mime_video.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/misc_doc.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/netscape_doc.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/news.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/pdf.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/php.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/pk.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/postscript.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/postscript2.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/quicktime.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/readme.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/real.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/real_doc.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/recycled.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/resource.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/rpm.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/shellscript.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/shellscript2.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/soffice.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/sound.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_c.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_cpp.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_f.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_h.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_java.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_l.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_moc.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_o.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_p.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_pl.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_py.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_s.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/source_y.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/spreadsheet.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/tar.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/template_source.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/tex.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/tgz.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/txt.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/unknown.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/unknown2.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/vcalendar.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/vcard.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/vectorgfx.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/video.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/widget_doc.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/wordprocessing.png
+share/icons/%%DIRNAME%%/48x48/mimetypes/zip.png
+share/icons/%%DIRNAME%%/64x64/.directory
+share/icons/%%DIRNAME%%/64x64/apps/access.png
+share/icons/%%DIRNAME%%/64x64/apps/acroread.png
+share/icons/%%DIRNAME%%/64x64/apps/applixware.png
+share/icons/%%DIRNAME%%/64x64/apps/ark.png
+share/icons/%%DIRNAME%%/64x64/apps/background.png
+share/icons/%%DIRNAME%%/64x64/apps/blender.png
+share/icons/%%DIRNAME%%/64x64/apps/cache.png
+share/icons/%%DIRNAME%%/64x64/apps/catalogmanager.png
+share/icons/%%DIRNAME%%/64x64/apps/cervisia.png
+share/icons/%%DIRNAME%%/64x64/apps/clanbomber.png
+share/icons/%%DIRNAME%%/64x64/apps/clock.png
+share/icons/%%DIRNAME%%/64x64/apps/colors.png
+share/icons/%%DIRNAME%%/64x64/apps/cookie.png
+share/icons/%%DIRNAME%%/64x64/apps/date.png
+share/icons/%%DIRNAME%%/64x64/apps/emacs.png
+share/icons/%%DIRNAME%%/64x64/apps/email.png
+share/icons/%%DIRNAME%%/64x64/apps/energy.png
+share/icons/%%DIRNAME%%/64x64/apps/enhanced_browsing.png
+share/icons/%%DIRNAME%%/64x64/apps/error.png
+share/icons/%%DIRNAME%%/64x64/apps/filetypes.png
+share/icons/%%DIRNAME%%/64x64/apps/fonts.png
+share/icons/%%DIRNAME%%/64x64/apps/galeon.png
+share/icons/%%DIRNAME%%/64x64/apps/gimp.png
+share/icons/%%DIRNAME%%/64x64/apps/gvim.png
+share/icons/%%DIRNAME%%/64x64/apps/help.png
+share/icons/%%DIRNAME%%/64x64/apps/help_index.png
+share/icons/%%DIRNAME%%/64x64/apps/hwinfo.png
+share/icons/%%DIRNAME%%/64x64/apps/icons.png
+share/icons/%%DIRNAME%%/64x64/apps/iconthemes.png
+share/icons/%%DIRNAME%%/64x64/apps/input_devices_settings.png
+share/icons/%%DIRNAME%%/64x64/apps/kaboodle.png
+share/icons/%%DIRNAME%%/64x64/apps/kaddressbook.png
+share/icons/%%DIRNAME%%/64x64/apps/kalarm.png
+share/icons/%%DIRNAME%%/64x64/apps/kappfinder.png
+share/icons/%%DIRNAME%%/64x64/apps/karm.png
+share/icons/%%DIRNAME%%/64x64/apps/kate.png
+share/icons/%%DIRNAME%%/64x64/apps/kbabel.png
+share/icons/%%DIRNAME%%/64x64/apps/kbabeldict.png
+share/icons/%%DIRNAME%%/64x64/apps/kcalc.png
+share/icons/%%DIRNAME%%/64x64/apps/kcharselect.png
+share/icons/%%DIRNAME%%/64x64/apps/kchart.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmdevices.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmdrkonqi.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmfontinst.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmkicker.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmkwix.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmkwm.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmmemory.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmmidi.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmpartitions.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmpci.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmprocessor.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmscsi.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmsound.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmsystem.png
+share/icons/%%DIRNAME%%/64x64/apps/kcmx.png
+share/icons/%%DIRNAME%%/64x64/apps/kcontrol.png
+share/icons/%%DIRNAME%%/64x64/apps/kcron.png
+share/icons/%%DIRNAME%%/64x64/apps/kdat.png
+share/icons/%%DIRNAME%%/64x64/apps/kdeprintfax.png
+share/icons/%%DIRNAME%%/64x64/apps/kdevelop.png
+share/icons/%%DIRNAME%%/64x64/apps/kdf.png
+share/icons/%%DIRNAME%%/64x64/apps/kdict.png
+share/icons/%%DIRNAME%%/64x64/apps/kdisknav.png
+share/icons/%%DIRNAME%%/64x64/apps/kdmconfig.png
+share/icons/%%DIRNAME%%/64x64/apps/kdvi.png
+share/icons/%%DIRNAME%%/64x64/apps/kedit.png
+share/icons/%%DIRNAME%%/64x64/apps/keditbookmarks.png
+share/icons/%%DIRNAME%%/64x64/apps/key_bindings.png
+share/icons/%%DIRNAME%%/64x64/apps/keyboard.png
+share/icons/%%DIRNAME%%/64x64/apps/keyboard_layout.png
+share/icons/%%DIRNAME%%/64x64/apps/kfax.png
+share/icons/%%DIRNAME%%/64x64/apps/kfind.png
+share/icons/%%DIRNAME%%/64x64/apps/kfloppy.png
+share/icons/%%DIRNAME%%/64x64/apps/kfm.png
+share/icons/%%DIRNAME%%/64x64/apps/kfm_home.png
+share/icons/%%DIRNAME%%/64x64/apps/kget.png
+share/icons/%%DIRNAME%%/64x64/apps/kghostview.png
+share/icons/%%DIRNAME%%/64x64/apps/khelpcenter.png
+share/icons/%%DIRNAME%%/64x64/apps/khexedit.png
+share/icons/%%DIRNAME%%/64x64/apps/kiconedit.png
+share/icons/%%DIRNAME%%/64x64/apps/kivio.png
+share/icons/%%DIRNAME%%/64x64/apps/kjobviewer.png
+share/icons/%%DIRNAME%%/64x64/apps/klipper.png
+share/icons/%%DIRNAME%%/64x64/apps/kmail.png
+share/icons/%%DIRNAME%%/64x64/apps/kmailcvt.png
+share/icons/%%DIRNAME%%/64x64/apps/kmenu.png
+share/icons/%%DIRNAME%%/64x64/apps/kmenuedit.png
+share/icons/%%DIRNAME%%/64x64/apps/kmidi.png
+share/icons/%%DIRNAME%%/64x64/apps/kmix.png
+share/icons/%%DIRNAME%%/64x64/apps/kmoon.png
+share/icons/%%DIRNAME%%/64x64/apps/knewsticker.png
+share/icons/%%DIRNAME%%/64x64/apps/knode.png
+share/icons/%%DIRNAME%%/64x64/apps/knotes.png
+share/icons/%%DIRNAME%%/64x64/apps/knotify.png
+share/icons/%%DIRNAME%%/64x64/apps/koncd.png
+share/icons/%%DIRNAME%%/64x64/apps/konqsidebar_mediaplayer.png
+share/icons/%%DIRNAME%%/64x64/apps/konqueror.png
+share/icons/%%DIRNAME%%/64x64/apps/konsole.png
+share/icons/%%DIRNAME%%/64x64/apps/kontour.png
+share/icons/%%DIRNAME%%/64x64/apps/korganizer.png
+share/icons/%%DIRNAME%%/64x64/apps/korn.png
+share/icons/%%DIRNAME%%/64x64/apps/kpackage.png
+share/icons/%%DIRNAME%%/64x64/apps/kpager.png
+share/icons/%%DIRNAME%%/64x64/apps/kpaint.png
+share/icons/%%DIRNAME%%/64x64/apps/kpersonalizer.png
+share/icons/%%DIRNAME%%/64x64/apps/kppp.png
+share/icons/%%DIRNAME%%/64x64/apps/kpresenter.png
+share/icons/%%DIRNAME%%/64x64/apps/kscd.png
+share/icons/%%DIRNAME%%/64x64/apps/kscreensaver.png
+share/icons/%%DIRNAME%%/64x64/apps/ksirc.png
+share/icons/%%DIRNAME%%/64x64/apps/ksnapshot.png
+share/icons/%%DIRNAME%%/64x64/apps/kspread.png
+share/icons/%%DIRNAME%%/64x64/apps/ksysguard.png
+share/icons/%%DIRNAME%%/64x64/apps/ksysv.png
+share/icons/%%DIRNAME%%/64x64/apps/kthememgr.png
+share/icons/%%DIRNAME%%/64x64/apps/ktip.png
+share/icons/%%DIRNAME%%/64x64/apps/kugar.png
+share/icons/%%DIRNAME%%/64x64/apps/kuser.png
+share/icons/%%DIRNAME%%/64x64/apps/kview.png
+share/icons/%%DIRNAME%%/64x64/apps/kvirc.png
+share/icons/%%DIRNAME%%/64x64/apps/kwin.png
+share/icons/%%DIRNAME%%/64x64/apps/kword.png
+share/icons/%%DIRNAME%%/64x64/apps/kworldclock.png
+share/icons/%%DIRNAME%%/64x64/apps/kwrite.png
+share/icons/%%DIRNAME%%/64x64/apps/kxconfig.png
+share/icons/%%DIRNAME%%/64x64/apps/laptop_battery.png
+share/icons/%%DIRNAME%%/64x64/apps/licq.png
+share/icons/%%DIRNAME%%/64x64/apps/linuxconf.png
+share/icons/%%DIRNAME%%/64x64/apps/locale.png
+share/icons/%%DIRNAME%%/64x64/apps/looknfeel.png
+share/icons/%%DIRNAME%%/64x64/apps/mouse.png
+share/icons/%%DIRNAME%%/64x64/apps/mozilla.png
+share/icons/%%DIRNAME%%/64x64/apps/multimedia.png
+share/icons/%%DIRNAME%%/64x64/apps/nedit.png
+share/icons/%%DIRNAME%%/64x64/apps/netscape.png
+share/icons/%%DIRNAME%%/64x64/apps/noatun.png
+share/icons/%%DIRNAME%%/64x64/apps/openoffice.png
+share/icons/%%DIRNAME%%/64x64/apps/opera.png
+share/icons/%%DIRNAME%%/64x64/apps/package.png
+share/icons/%%DIRNAME%%/64x64/apps/panel.png
+share/icons/%%DIRNAME%%/64x64/apps/panel_settings.png
+share/icons/%%DIRNAME%%/64x64/apps/password.png
+share/icons/%%DIRNAME%%/64x64/apps/penguin.png
+share/icons/%%DIRNAME%%/64x64/apps/personal.png
+share/icons/%%DIRNAME%%/64x64/apps/phoenix.png
+share/icons/%%DIRNAME%%/64x64/apps/phppg.png
+share/icons/%%DIRNAME%%/64x64/apps/proxy.png
+share/icons/%%DIRNAME%%/64x64/apps/qtella.png
+share/icons/%%DIRNAME%%/64x64/apps/quanta.png
+share/icons/%%DIRNAME%%/64x64/apps/realplayer.png
+share/icons/%%DIRNAME%%/64x64/apps/remote.png
+share/icons/%%DIRNAME%%/64x64/apps/samba.png
+share/icons/%%DIRNAME%%/64x64/apps/staroffice.png
+share/icons/%%DIRNAME%%/64x64/apps/style.png
+share/icons/%%DIRNAME%%/64x64/apps/stylesheet.png
+share/icons/%%DIRNAME%%/64x64/apps/terminal.png
+share/icons/%%DIRNAME%%/64x64/apps/tux.png
+share/icons/%%DIRNAME%%/64x64/apps/usb.png
+share/icons/%%DIRNAME%%/64x64/apps/vnc.png
+share/icons/%%DIRNAME%%/64x64/apps/window_list.png
+share/icons/%%DIRNAME%%/64x64/apps/winprops.png
+share/icons/%%DIRNAME%%/64x64/apps/wp.png
+share/icons/%%DIRNAME%%/64x64/apps/x.png
+share/icons/%%DIRNAME%%/64x64/apps/xcalc.png
+share/icons/%%DIRNAME%%/64x64/apps/xclipboard.png
+share/icons/%%DIRNAME%%/64x64/apps/xclock.png
+share/icons/%%DIRNAME%%/64x64/apps/xconsole.png
+share/icons/%%DIRNAME%%/64x64/apps/xedit.png
+share/icons/%%DIRNAME%%/64x64/apps/xemacs.png
+share/icons/%%DIRNAME%%/64x64/apps/xeyes.png
+share/icons/%%DIRNAME%%/64x64/apps/xfmail.png
+share/icons/%%DIRNAME%%/64x64/apps/xkill.png
+share/icons/%%DIRNAME%%/64x64/apps/xmag.png
+share/icons/%%DIRNAME%%/64x64/apps/xmms.png
+share/icons/%%DIRNAME%%/64x64/devices/3floppy_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/3floppy_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/5floppy_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/5floppy_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/camera.png
+share/icons/%%DIRNAME%%/64x64/devices/camera_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/camera_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/cdaudio_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/cdaudio_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/cdrom_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/cdrom_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/cdwriter_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/cdwriter_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/dvd_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/dvd_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/gtkam-camera.png
+share/icons/%%DIRNAME%%/64x64/devices/hdd_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/hdd_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/hdd_win_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/hdd_win_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/joystick.png
+share/icons/%%DIRNAME%%/64x64/devices/ksim_cpu.png
+share/icons/%%DIRNAME%%/64x64/devices/memory.png
+share/icons/%%DIRNAME%%/64x64/devices/memory_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/memory_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/mo_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/mo_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/mouse.png
+share/icons/%%DIRNAME%%/64x64/devices/nfs_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/nfs_unmount.png
+share/icons/%%DIRNAME%%/64x64/devices/pda_black.png
+share/icons/%%DIRNAME%%/64x64/devices/pda_blue.png
+share/icons/%%DIRNAME%%/64x64/devices/print_class.png
+share/icons/%%DIRNAME%%/64x64/devices/print_printer.png
+share/icons/%%DIRNAME%%/64x64/devices/printer1.png
+share/icons/%%DIRNAME%%/64x64/devices/printer2.png
+share/icons/%%DIRNAME%%/64x64/devices/scanner.png
+share/icons/%%DIRNAME%%/64x64/devices/tablet.png
+share/icons/%%DIRNAME%%/64x64/devices/tv.png
+share/icons/%%DIRNAME%%/64x64/devices/zip_mount.png
+share/icons/%%DIRNAME%%/64x64/devices/zip_unmount.png
+share/icons/%%DIRNAME%%/64x64/filesystems/blockdevice.png
+share/icons/%%DIRNAME%%/64x64/filesystems/camera.png
+share/icons/%%DIRNAME%%/64x64/filesystems/chardevice.png
+share/icons/%%DIRNAME%%/64x64/filesystems/desktop.png
+share/icons/%%DIRNAME%%/64x64/filesystems/desktop2.png
+share/icons/%%DIRNAME%%/64x64/filesystems/exec.png
+share/icons/%%DIRNAME%%/64x64/filesystems/exec_wine.png
+share/icons/%%DIRNAME%%/64x64/filesystems/file_broken.png
+share/icons/%%DIRNAME%%/64x64/filesystems/file_important.png
+share/icons/%%DIRNAME%%/64x64/filesystems/file_locked.png
+share/icons/%%DIRNAME%%/64x64/filesystems/file_temporary.png
+share/icons/%%DIRNAME%%/64x64/filesystems/files.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_blue.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_blue_open.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_cd.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_cyan.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_cyan_open.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_green.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_green_open.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_grey.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_grey_open.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_home.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_html.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_image.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_important.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_kde.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_locked.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_man.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_midi.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_open.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_orange.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_orange_open.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_penguin.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_print2.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_red.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_red_open.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_sound.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_tar.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_txt.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_video.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_violet.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_violet_open.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_wordprocessing.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_yellow.png
+share/icons/%%DIRNAME%%/64x64/filesystems/folder_yellow_open.png
+share/icons/%%DIRNAME%%/64x64/filesystems/ftp.png
+share/icons/%%DIRNAME%%/64x64/filesystems/home_blue.png
+share/icons/%%DIRNAME%%/64x64/filesystems/home_white.png
+share/icons/%%DIRNAME%%/64x64/filesystems/link.png
+share/icons/%%DIRNAME%%/64x64/filesystems/lockoverlay.png
+share/icons/%%DIRNAME%%/64x64/filesystems/network.png
+share/icons/%%DIRNAME%%/64x64/filesystems/network_local.png
+share/icons/%%DIRNAME%%/64x64/filesystems/pipe.png
+share/icons/%%DIRNAME%%/64x64/filesystems/services.png
+share/icons/%%DIRNAME%%/64x64/filesystems/shredder.png
+share/icons/%%DIRNAME%%/64x64/filesystems/socket.png
+share/icons/%%DIRNAME%%/64x64/filesystems/temporary.png
+share/icons/%%DIRNAME%%/64x64/filesystems/trashcan_empty.png
+share/icons/%%DIRNAME%%/64x64/filesystems/trashcan_full.png
+share/icons/%%DIRNAME%%/64x64/filesystems/www.png
+share/icons/%%DIRNAME%%/64x64/filesystems/zip.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/.directory
+share/icons/%%DIRNAME%%/64x64/mimetypes/applix.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/ascii.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/binary.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/binary2.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/cdimage.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/cdtrack.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/colorscm.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/core.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/core2.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/deb.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/document.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/document2.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/dvi.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/empty.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/empty_ascii.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/encrypted.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/file_locked.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/file_temporary.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/font.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/font_bitmap.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/font_truetype.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/font_type1.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/fonts_bitmap.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/gettext.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/gf.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/html.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/image.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/images.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/info.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/java_src.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/kget_list.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/kmultiple.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/kugardata.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/log.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/make.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/make2.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/man.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/message.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/message2.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/metafont.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/midi.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_ascii.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_audio.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_empty.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_html.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_koffice.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_soffice.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_sound.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_track.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_txt.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/mime_video.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/misc_doc.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/netscape_doc.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/news.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/pdf.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/php.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/pk.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/postscript.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/postscript2.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/quicktime.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/readme.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/real.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/real_doc.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/recycled.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/resource.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/rpm.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/shellscript.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/shellscript2.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/soffice.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/sound.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_c.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_cpp.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_f.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_h.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_java.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_l.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_moc.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_o.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_p.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_pl.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_py.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_s.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/source_y.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/spreadsheet.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/tar.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/template_source.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/tex.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/tgz.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/txt.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/unknown.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/unknown2.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/vcalendar.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/vcard.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/vectorgfx.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/video.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/widget_doc.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/wordprocessing.png
+share/icons/%%DIRNAME%%/64x64/mimetypes/zip.png
+share/icons/%%DIRNAME%%/changelog
+share/icons/%%DIRNAME%%/index.desktop
+share/icons/%%DIRNAME%%/index.desktop.bak
+share/icons/%%DIRNAME%%/lesser.txt
+share/icons/%%DIRNAME%%/license
+share/icons/%%DIRNAME%%/readme
+@dirrm share/icons/%%DIRNAME%%/64x64/mimetypes
+@dirrm share/icons/%%DIRNAME%%/64x64/filesystems
+@dirrm share/icons/%%DIRNAME%%/64x64/devices
+@dirrm share/icons/%%DIRNAME%%/64x64/apps
+@dirrm share/icons/%%DIRNAME%%/64x64
+@dirrm share/icons/%%DIRNAME%%/48x48/mimetypes
+@dirrm share/icons/%%DIRNAME%%/48x48/filesystems
+@dirrm share/icons/%%DIRNAME%%/48x48/devices
+@dirrm share/icons/%%DIRNAME%%/48x48/apps
+@dirrm share/icons/%%DIRNAME%%/48x48/actions
+@dirrm share/icons/%%DIRNAME%%/48x48
+@dirrm share/icons/%%DIRNAME%%/32x32/mimetypes
+@dirrm share/icons/%%DIRNAME%%/32x32/filesystems
+@dirrm share/icons/%%DIRNAME%%/32x32/devices
+@dirrm share/icons/%%DIRNAME%%/32x32/apps
+@dirrm share/icons/%%DIRNAME%%/32x32/actions
+@dirrm share/icons/%%DIRNAME%%/32x32
+@dirrm share/icons/%%DIRNAME%%/22x22/mimetypes
+@dirrm share/icons/%%DIRNAME%%/22x22/apps
+@dirrm share/icons/%%DIRNAME%%/22x22/actions
+@dirrm share/icons/%%DIRNAME%%/22x22
+@dirrm share/icons/%%DIRNAME%%/16x16/mimetypes
+@dirrm share/icons/%%DIRNAME%%/16x16/filesystems
+@dirrm share/icons/%%DIRNAME%%/16x16/devices
+@dirrm share/icons/%%DIRNAME%%/16x16/apps
+@dirrm share/icons/%%DIRNAME%%/16x16/actions
+@dirrm share/icons/%%DIRNAME%%/16x16
+@dirrm share/icons/%%DIRNAME%%/128x128/mimetypes
+@dirrm share/icons/%%DIRNAME%%/128x128/filesystems
+@dirrm share/icons/%%DIRNAME%%/128x128/devices
+@dirrm share/icons/%%DIRNAME%%/128x128/apps
+@dirrm share/icons/%%DIRNAME%%/128x128
+@dirrm share/icons/%%DIRNAME%%
+@unexec rmdir %D/share/icons 2>/dev/null || true