summaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
commit58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch)
tree3d921b9d8836f0a4c0ba361d4581a70d202545ad /x11-themes
parentf33c5fb61cfe4c8856817db7f2c84041a862250b (diff)
downloadmarcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.bz2
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.lz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.xz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-themes/Makefile33
-rw-r--r--x11-themes/gnome-themes/distinfo3
-rw-r--r--x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh11
-rw-r--r--x11-themes/gnome-themes/pkg-descr2
-rw-r--r--x11-themes/gnome-themes/pkg-plist2880
-rw-r--r--x11-themes/gtk-engines2/Makefile41
-rw-r--r--x11-themes/gtk-engines2/distinfo3
-rw-r--r--x11-themes/gtk-engines2/pkg-descr3
-rw-r--r--x11-themes/gtk-engines2/pkg-plist131
9 files changed, 0 insertions, 3107 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile
deleted file mode 100644
index cc9071810..000000000
--- a/x11-themes/gnome-themes/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gnome-themes
-# Date Created: 05 October 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.156 2009/03/12 22:26:34 mezz Exp $
-#
-
-PORTNAME= gnome-themes
-PORTVERSION= 2.26.0
-CATEGORIES= x11-themes gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A collection of themes and icons for GNOME2
-
-BUILD_DEPENDS= gtk-engines2>=2.9.0:${PORTSDIR}/x11-themes/gtk-engines2 \
- icon-naming-utils>=0.8.0:${PORTSDIR}/x11-themes/icon-naming-utils
-RUN_DEPENDS= gtk-engines2>=2.9.0:${PORTSDIR}/x11-themes/gtk-engines2
-
-CONFLICTS= clearlooks-metacity-0.*
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool:15
-INSTALLS_ICONS= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix intlhack metacity libgnomeui
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/x11-themes/gnome-themes/distinfo b/x11-themes/gnome-themes/distinfo
deleted file mode 100644
index 5a44fa7dd..000000000
--- a/x11-themes/gnome-themes/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gnome-themes-2.26.0.tar.bz2) = 3f841154544867585504153d57df1fda
-SHA256 (gnome2/gnome-themes-2.26.0.tar.bz2) = 434052b3236d07da0b3b9fec7591917484dbf8fe61dd7113aeaaf58e724b54aa
-SIZE (gnome2/gnome-themes-2.26.0.tar.bz2) = 1431670
diff --git a/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh b/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh
deleted file mode 100644
index bc7e26a01..000000000
--- a/x11-themes/gnome-themes/files/patch-common_mkiconlinks.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- common/mkiconlinks.sh.orig 2008-09-04 17:15:42.000000000 -0500
-+++ common/mkiconlinks.sh 2008-09-04 17:16:31.000000000 -0500
-@@ -16,7 +16,7 @@
- while [ ! -z "$NEXTLINE" ] ; do
-
- # Skip lines beginning with '#'
-- if [ ! "${NEXTLINE:0:1}" == '#' ]; then
-+ if ! echo ${NEXTLINE} | grep -q "^#" ; then
- #Extract first field, minus its trailing colon
- ORIG_FILE=`echo $NEXTLINE | awk '/:/{print $1}' | sed -e 's/://'`
-
diff --git a/x11-themes/gnome-themes/pkg-descr b/x11-themes/gnome-themes/pkg-descr
deleted file mode 100644
index 333388e78..000000000
--- a/x11-themes/gnome-themes/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A collection of themes for metacity and Gtk, and some basic icon
-sets.
diff --git a/x11-themes/gnome-themes/pkg-plist b/x11-themes/gnome-themes/pkg-plist
deleted file mode 100644
index a3cbb80f6..000000000
--- a/x11-themes/gnome-themes/pkg-plist
+++ /dev/null
@@ -1,2880 +0,0 @@
-share/icons/Crux/16x16/actions/back.png
-share/icons/Crux/16x16/actions/bottom.png
-share/icons/Crux/16x16/actions/document-open.png
-share/icons/Crux/16x16/actions/down.png
-share/icons/Crux/16x16/actions/fileopen.png
-share/icons/Crux/16x16/actions/finish.png
-share/icons/Crux/16x16/actions/forward.png
-share/icons/Crux/16x16/actions/go-bottom.png
-share/icons/Crux/16x16/actions/go-down.png
-share/icons/Crux/16x16/actions/go-first.png
-share/icons/Crux/16x16/actions/go-home.png
-share/icons/Crux/16x16/actions/go-last.png
-share/icons/Crux/16x16/actions/go-next.png
-share/icons/Crux/16x16/actions/go-previous.png
-share/icons/Crux/16x16/actions/go-top.png
-share/icons/Crux/16x16/actions/go-up.png
-share/icons/Crux/16x16/actions/gohome.png
-share/icons/Crux/16x16/actions/gtk-go-back-ltr.png
-share/icons/Crux/16x16/actions/gtk-go-back-rtl.png
-share/icons/Crux/16x16/actions/gtk-go-down.png
-share/icons/Crux/16x16/actions/gtk-go-forward-ltr.png
-share/icons/Crux/16x16/actions/gtk-go-forward-rtl.png
-share/icons/Crux/16x16/actions/gtk-go-up.png
-share/icons/Crux/16x16/actions/gtk-goto-bottom.png
-share/icons/Crux/16x16/actions/gtk-goto-first-ltr.png
-share/icons/Crux/16x16/actions/gtk-goto-first-rtl.png
-share/icons/Crux/16x16/actions/gtk-goto-last-ltr.png
-share/icons/Crux/16x16/actions/gtk-goto-last-rtl.png
-share/icons/Crux/16x16/actions/gtk-goto-top.png
-share/icons/Crux/16x16/actions/gtk-home.png
-share/icons/Crux/16x16/actions/gtk-open.png
-share/icons/Crux/16x16/actions/gtk-refresh.png
-share/icons/Crux/16x16/actions/kfm_home.png
-share/icons/Crux/16x16/actions/next.png
-share/icons/Crux/16x16/actions/previous.png
-share/icons/Crux/16x16/actions/redhat-home.png
-share/icons/Crux/16x16/actions/reload.png
-share/icons/Crux/16x16/actions/reload3.png
-share/icons/Crux/16x16/actions/reload_all_tabs.png
-share/icons/Crux/16x16/actions/reload_page.png
-share/icons/Crux/16x16/actions/start.png
-share/icons/Crux/16x16/actions/stock_bottom.png
-share/icons/Crux/16x16/actions/stock_down.png
-share/icons/Crux/16x16/actions/stock_first.png
-share/icons/Crux/16x16/actions/stock_home.png
-share/icons/Crux/16x16/actions/stock_last.png
-share/icons/Crux/16x16/actions/stock_left.png
-share/icons/Crux/16x16/actions/stock_refresh.png
-share/icons/Crux/16x16/actions/stock_right.png
-share/icons/Crux/16x16/actions/stock_top.png
-share/icons/Crux/16x16/actions/stock_up.png
-share/icons/Crux/16x16/actions/top.png
-share/icons/Crux/16x16/actions/up.png
-share/icons/Crux/16x16/actions/view-refresh.png
-share/icons/Crux/16x16/places/application-x-gnome-saved-search.png
-share/icons/Crux/16x16/places/folder-remote.png
-share/icons/Crux/16x16/places/folder-saved-search.png
-share/icons/Crux/16x16/places/folder.png
-share/icons/Crux/16x16/places/folder_home.png
-share/icons/Crux/16x16/places/gnome-fs-directory.png
-share/icons/Crux/16x16/places/gnome-fs-ftp.png
-share/icons/Crux/16x16/places/gnome-fs-home.png
-share/icons/Crux/16x16/places/gnome-fs-nfs.png
-share/icons/Crux/16x16/places/gnome-fs-share.png
-share/icons/Crux/16x16/places/gnome-fs-smb.png
-share/icons/Crux/16x16/places/gnome-fs-ssh.png
-share/icons/Crux/16x16/places/gnome-mime-x-directory-smb-share.png
-share/icons/Crux/16x16/places/gtk-directory.png
-share/icons/Crux/16x16/places/inode-directory.png
-share/icons/Crux/16x16/places/network.png
-share/icons/Crux/16x16/places/stock_folder.png
-share/icons/Crux/16x16/places/user-home.png
-share/icons/Crux/16x16/status/folder-drag-accept.png
-share/icons/Crux/16x16/status/folder-open.png
-share/icons/Crux/16x16/status/folder-visiting.png
-share/icons/Crux/16x16/status/folder_open.png
-share/icons/Crux/16x16/status/gnome-fs-directory-accept.png
-share/icons/Crux/16x16/status/gnome-fs-directory-visiting.png
-share/icons/Crux/16x16/status/stock_open.png
-share/icons/Crux/22x22/actions/back.png
-share/icons/Crux/22x22/actions/bottom.png
-share/icons/Crux/22x22/actions/document-open.png
-share/icons/Crux/22x22/actions/down.png
-share/icons/Crux/22x22/actions/fileopen.png
-share/icons/Crux/22x22/actions/finish.png
-share/icons/Crux/22x22/actions/forward.png
-share/icons/Crux/22x22/actions/go-bottom.png
-share/icons/Crux/22x22/actions/go-down.png
-share/icons/Crux/22x22/actions/go-first.png
-share/icons/Crux/22x22/actions/go-home.png
-share/icons/Crux/22x22/actions/go-last.png
-share/icons/Crux/22x22/actions/go-next.png
-share/icons/Crux/22x22/actions/go-previous.png
-share/icons/Crux/22x22/actions/go-top.png
-share/icons/Crux/22x22/actions/go-up.png
-share/icons/Crux/22x22/actions/gohome.png
-share/icons/Crux/22x22/actions/gtk-go-back-ltr.png
-share/icons/Crux/22x22/actions/gtk-go-back-rtl.png
-share/icons/Crux/22x22/actions/gtk-go-down.png
-share/icons/Crux/22x22/actions/gtk-go-forward-ltr.png
-share/icons/Crux/22x22/actions/gtk-go-forward-rtl.png
-share/icons/Crux/22x22/actions/gtk-go-up.png
-share/icons/Crux/22x22/actions/gtk-goto-bottom.png
-share/icons/Crux/22x22/actions/gtk-goto-first-ltr.png
-share/icons/Crux/22x22/actions/gtk-goto-first-rtl.png
-share/icons/Crux/22x22/actions/gtk-goto-last-ltr.png
-share/icons/Crux/22x22/actions/gtk-goto-last-rtl.png
-share/icons/Crux/22x22/actions/gtk-goto-top.png
-share/icons/Crux/22x22/actions/gtk-home.png
-share/icons/Crux/22x22/actions/gtk-open.png
-share/icons/Crux/22x22/actions/gtk-refresh.png
-share/icons/Crux/22x22/actions/kfm_home.png
-share/icons/Crux/22x22/actions/next.png
-share/icons/Crux/22x22/actions/previous.png
-share/icons/Crux/22x22/actions/redhat-home.png
-share/icons/Crux/22x22/actions/reload.png
-share/icons/Crux/22x22/actions/reload3.png
-share/icons/Crux/22x22/actions/reload_all_tabs.png
-share/icons/Crux/22x22/actions/reload_page.png
-share/icons/Crux/22x22/actions/start.png
-share/icons/Crux/22x22/actions/stock_bottom.png
-share/icons/Crux/22x22/actions/stock_down.png
-share/icons/Crux/22x22/actions/stock_first.png
-share/icons/Crux/22x22/actions/stock_home.png
-share/icons/Crux/22x22/actions/stock_last.png
-share/icons/Crux/22x22/actions/stock_left.png
-share/icons/Crux/22x22/actions/stock_refresh.png
-share/icons/Crux/22x22/actions/stock_right.png
-share/icons/Crux/22x22/actions/stock_top.png
-share/icons/Crux/22x22/actions/stock_up.png
-share/icons/Crux/22x22/actions/top.png
-share/icons/Crux/22x22/actions/up.png
-share/icons/Crux/22x22/actions/view-refresh.png
-share/icons/Crux/22x22/places/application-x-gnome-saved-search.png
-share/icons/Crux/22x22/places/folder-remote.png
-share/icons/Crux/22x22/places/folder-saved-search.png
-share/icons/Crux/22x22/places/folder.png
-share/icons/Crux/22x22/places/folder_home.png
-share/icons/Crux/22x22/places/gnome-fs-directory.png
-share/icons/Crux/22x22/places/gnome-fs-ftp.png
-share/icons/Crux/22x22/places/gnome-fs-home.png
-share/icons/Crux/22x22/places/gnome-fs-nfs.png
-share/icons/Crux/22x22/places/gnome-fs-share.png
-share/icons/Crux/22x22/places/gnome-fs-smb.png
-share/icons/Crux/22x22/places/gnome-fs-ssh.png
-share/icons/Crux/22x22/places/gnome-mime-x-directory-smb-share.png
-share/icons/Crux/22x22/places/gtk-directory.png
-share/icons/Crux/22x22/places/inode-directory.png
-share/icons/Crux/22x22/places/network.png
-share/icons/Crux/22x22/places/stock_folder.png
-share/icons/Crux/22x22/places/user-home.png
-share/icons/Crux/22x22/status/folder-drag-accept.png
-share/icons/Crux/22x22/status/folder-open.png
-share/icons/Crux/22x22/status/folder-visiting.png
-share/icons/Crux/22x22/status/folder_open.png
-share/icons/Crux/22x22/status/gnome-fs-directory-accept.png
-share/icons/Crux/22x22/status/gnome-fs-directory-visiting.png
-share/icons/Crux/22x22/status/stock_open.png
-share/icons/Crux/24x24/actions/back.png
-share/icons/Crux/24x24/actions/bottom.png
-share/icons/Crux/24x24/actions/document-open.png
-share/icons/Crux/24x24/actions/down.png
-share/icons/Crux/24x24/actions/fileopen.png
-share/icons/Crux/24x24/actions/finish.png
-share/icons/Crux/24x24/actions/forward.png
-share/icons/Crux/24x24/actions/go-bottom.png
-share/icons/Crux/24x24/actions/go-down.png
-share/icons/Crux/24x24/actions/go-first.png
-share/icons/Crux/24x24/actions/go-home.png
-share/icons/Crux/24x24/actions/go-last.png
-share/icons/Crux/24x24/actions/go-next.png
-share/icons/Crux/24x24/actions/go-previous.png
-share/icons/Crux/24x24/actions/go-top.png
-share/icons/Crux/24x24/actions/go-up.png
-share/icons/Crux/24x24/actions/gohome.png
-share/icons/Crux/24x24/actions/gtk-go-back-ltr.png
-share/icons/Crux/24x24/actions/gtk-go-back-rtl.png
-share/icons/Crux/24x24/actions/gtk-go-down.png
-share/icons/Crux/24x24/actions/gtk-go-forward-ltr.png
-share/icons/Crux/24x24/actions/gtk-go-forward-rtl.png
-share/icons/Crux/24x24/actions/gtk-go-up.png
-share/icons/Crux/24x24/actions/gtk-goto-bottom.png
-share/icons/Crux/24x24/actions/gtk-goto-first-ltr.png
-share/icons/Crux/24x24/actions/gtk-goto-first-rtl.png
-share/icons/Crux/24x24/actions/gtk-goto-last-ltr.png
-share/icons/Crux/24x24/actions/gtk-goto-last-rtl.png
-share/icons/Crux/24x24/actions/gtk-goto-top.png
-share/icons/Crux/24x24/actions/gtk-home.png
-share/icons/Crux/24x24/actions/gtk-open.png
-share/icons/Crux/24x24/actions/gtk-refresh.png
-share/icons/Crux/24x24/actions/kfm_home.png
-share/icons/Crux/24x24/actions/next.png
-share/icons/Crux/24x24/actions/previous.png
-share/icons/Crux/24x24/actions/redhat-home.png
-share/icons/Crux/24x24/actions/reload.png
-share/icons/Crux/24x24/actions/reload3.png
-share/icons/Crux/24x24/actions/reload_all_tabs.png
-share/icons/Crux/24x24/actions/reload_page.png
-share/icons/Crux/24x24/actions/start.png
-share/icons/Crux/24x24/actions/stock_bottom.png
-share/icons/Crux/24x24/actions/stock_down.png
-share/icons/Crux/24x24/actions/stock_first.png
-share/icons/Crux/24x24/actions/stock_home.png
-share/icons/Crux/24x24/actions/stock_last.png
-share/icons/Crux/24x24/actions/stock_left.png
-share/icons/Crux/24x24/actions/stock_refresh.png
-share/icons/Crux/24x24/actions/stock_right.png
-share/icons/Crux/24x24/actions/stock_top.png
-share/icons/Crux/24x24/actions/stock_up.png
-share/icons/Crux/24x24/actions/top.png
-share/icons/Crux/24x24/actions/up.png
-share/icons/Crux/24x24/actions/view-refresh.png
-share/icons/Crux/24x24/places/application-x-gnome-saved-search.png
-share/icons/Crux/24x24/places/folder-remote.png
-share/icons/Crux/24x24/places/folder-saved-search.png
-share/icons/Crux/24x24/places/folder.png
-share/icons/Crux/24x24/places/folder_home.png
-share/icons/Crux/24x24/places/gnome-fs-directory.png
-share/icons/Crux/24x24/places/gnome-fs-ftp.png
-share/icons/Crux/24x24/places/gnome-fs-home.png
-share/icons/Crux/24x24/places/gnome-fs-nfs.png
-share/icons/Crux/24x24/places/gnome-fs-share.png
-share/icons/Crux/24x24/places/gnome-fs-smb.png
-share/icons/Crux/24x24/places/gnome-fs-ssh.png
-share/icons/Crux/24x24/places/gnome-mime-x-directory-smb-share.png
-share/icons/Crux/24x24/places/gtk-directory.png
-share/icons/Crux/24x24/places/inode-directory.png
-share/icons/Crux/24x24/places/network.png
-share/icons/Crux/24x24/places/stock_folder.png
-share/icons/Crux/24x24/places/user-home.png
-share/icons/Crux/24x24/status/folder-drag-accept.png
-share/icons/Crux/24x24/status/folder-open.png
-share/icons/Crux/24x24/status/folder-visiting.png
-share/icons/Crux/24x24/status/folder_open.png
-share/icons/Crux/24x24/status/gnome-fs-directory-accept.png
-share/icons/Crux/24x24/status/gnome-fs-directory-visiting.png
-share/icons/Crux/24x24/status/stock_open.png
-share/icons/Crux/32x32/actions/document-open.png
-share/icons/Crux/32x32/actions/fileopen.png
-share/icons/Crux/32x32/actions/gtk-open.png
-share/icons/Crux/32x32/places/application-x-gnome-saved-search.png
-share/icons/Crux/32x32/places/folder-remote.png
-share/icons/Crux/32x32/places/folder-saved-search.png
-share/icons/Crux/32x32/places/folder.png
-share/icons/Crux/32x32/places/folder_home.png
-share/icons/Crux/32x32/places/gnome-fs-directory.png
-share/icons/Crux/32x32/places/gnome-fs-ftp.png
-share/icons/Crux/32x32/places/gnome-fs-home.png
-share/icons/Crux/32x32/places/gnome-fs-nfs.png
-share/icons/Crux/32x32/places/gnome-fs-share.png
-share/icons/Crux/32x32/places/gnome-fs-smb.png
-share/icons/Crux/32x32/places/gnome-fs-ssh.png
-share/icons/Crux/32x32/places/gnome-mime-x-directory-smb-share.png
-share/icons/Crux/32x32/places/gtk-directory.png
-share/icons/Crux/32x32/places/inode-directory.png
-share/icons/Crux/32x32/places/network.png
-share/icons/Crux/32x32/places/stock_folder.png
-share/icons/Crux/32x32/places/user-home.png
-share/icons/Crux/32x32/status/folder-drag-accept.png
-share/icons/Crux/32x32/status/folder-open.png
-share/icons/Crux/32x32/status/folder-visiting.png
-share/icons/Crux/32x32/status/folder_open.png
-share/icons/Crux/32x32/status/gnome-fs-directory-accept.png
-share/icons/Crux/32x32/status/gnome-fs-directory-visiting.png
-share/icons/Crux/32x32/status/stock_open.png
-share/icons/Crux/index.theme
-share/icons/Crux/scalable/actions/back.svg
-share/icons/Crux/scalable/actions/bottom.svg
-share/icons/Crux/scalable/actions/document-open.svg
-share/icons/Crux/scalable/actions/down.svg
-share/icons/Crux/scalable/actions/fileopen.svg
-share/icons/Crux/scalable/actions/finish.svg
-share/icons/Crux/scalable/actions/forward.svg
-share/icons/Crux/scalable/actions/go-bottom.svg
-share/icons/Crux/scalable/actions/go-down.svg
-share/icons/Crux/scalable/actions/go-first.svg
-share/icons/Crux/scalable/actions/go-home.svg
-share/icons/Crux/scalable/actions/go-last.svg
-share/icons/Crux/scalable/actions/go-next.svg
-share/icons/Crux/scalable/actions/go-previous.svg
-share/icons/Crux/scalable/actions/go-top.svg
-share/icons/Crux/scalable/actions/go-up.svg
-share/icons/Crux/scalable/actions/gohome.svg
-share/icons/Crux/scalable/actions/gtk-go-back-ltr.svg
-share/icons/Crux/scalable/actions/gtk-go-back-rtl.svg
-share/icons/Crux/scalable/actions/gtk-go-down.svg
-share/icons/Crux/scalable/actions/gtk-go-forward-ltr.svg
-share/icons/Crux/scalable/actions/gtk-go-forward-rtl.svg
-share/icons/Crux/scalable/actions/gtk-go-up.svg
-share/icons/Crux/scalable/actions/gtk-goto-bottom.svg
-share/icons/Crux/scalable/actions/gtk-goto-first-ltr.svg
-share/icons/Crux/scalable/actions/gtk-goto-first-rtl.svg
-share/icons/Crux/scalable/actions/gtk-goto-last-ltr.svg
-share/icons/Crux/scalable/actions/gtk-goto-last-rtl.svg
-share/icons/Crux/scalable/actions/gtk-goto-top.svg
-share/icons/Crux/scalable/actions/gtk-home.svg
-share/icons/Crux/scalable/actions/gtk-open.svg
-share/icons/Crux/scalable/actions/gtk-refresh.svg
-share/icons/Crux/scalable/actions/kfm_home.svg
-share/icons/Crux/scalable/actions/next.svg
-share/icons/Crux/scalable/actions/previous.svg
-share/icons/Crux/scalable/actions/redhat-home.svg
-share/icons/Crux/scalable/actions/reload.svg
-share/icons/Crux/scalable/actions/reload3.svg
-share/icons/Crux/scalable/actions/reload_all_tabs.svg
-share/icons/Crux/scalable/actions/reload_page.svg
-share/icons/Crux/scalable/actions/start.svg
-share/icons/Crux/scalable/actions/stock_bottom.svg
-share/icons/Crux/scalable/actions/stock_down.svg
-share/icons/Crux/scalable/actions/stock_first.svg
-share/icons/Crux/scalable/actions/stock_home.svg
-share/icons/Crux/scalable/actions/stock_last.svg
-share/icons/Crux/scalable/actions/stock_left.svg
-share/icons/Crux/scalable/actions/stock_refresh.svg
-share/icons/Crux/scalable/actions/stock_right.svg
-share/icons/Crux/scalable/actions/stock_top.svg
-share/icons/Crux/scalable/actions/stock_up.svg
-share/icons/Crux/scalable/actions/top.svg
-share/icons/Crux/scalable/actions/up.svg
-share/icons/Crux/scalable/actions/view-refresh.svg
-share/icons/Crux/scalable/places/application-x-gnome-saved-search.svg
-share/icons/Crux/scalable/places/folder-remote.svg
-share/icons/Crux/scalable/places/folder-saved-search.svg
-share/icons/Crux/scalable/places/folder.svg
-share/icons/Crux/scalable/places/folder_home.svg
-share/icons/Crux/scalable/places/gnome-fs-directory.svg
-share/icons/Crux/scalable/places/gnome-fs-ftp.svg
-share/icons/Crux/scalable/places/gnome-fs-home.svg
-share/icons/Crux/scalable/places/gnome-fs-nfs.svg
-share/icons/Crux/scalable/places/gnome-fs-share.svg
-share/icons/Crux/scalable/places/gnome-fs-smb.svg
-share/icons/Crux/scalable/places/gnome-fs-ssh.svg
-share/icons/Crux/scalable/places/gnome-mime-x-directory-smb-share.svg
-share/icons/Crux/scalable/places/gtk-directory.svg
-share/icons/Crux/scalable/places/inode-directory.svg
-share/icons/Crux/scalable/places/network.svg
-share/icons/Crux/scalable/places/stock_folder.svg
-share/icons/Crux/scalable/places/user-home.svg
-share/icons/Crux/scalable/status/folder-drag-accept.svg
-share/icons/Crux/scalable/status/folder-open.svg
-share/icons/Crux/scalable/status/folder-visiting.svg
-share/icons/Crux/scalable/status/folder_open.svg
-share/icons/Crux/scalable/status/gnome-fs-directory-accept.svg
-share/icons/Crux/scalable/status/gnome-fs-directory-visiting.svg
-share/icons/Crux/scalable/status/stock_open.svg
-share/icons/HighContrast-SVG/48x48/animations/gnome-spinner-rest.png
-share/icons/HighContrast-SVG/48x48/animations/gnome-spinner.png
-share/icons/HighContrast-SVG/48x48/animations/process-idle.png
-share/icons/HighContrast-SVG/48x48/animations/process-working.png
-share/icons/HighContrast-SVG/index.theme
-share/icons/HighContrast-SVG/scalable/actions/add.svg
-share/icons/HighContrast-SVG/scalable/actions/application-exit.svg
-share/icons/HighContrast-SVG/scalable/actions/back.svg
-share/icons/HighContrast-SVG/scalable/actions/bookmark-view.svg
-share/icons/HighContrast-SVG/scalable/actions/bottom.svg
-share/icons/HighContrast-SVG/scalable/actions/button_cancel.svg
-share/icons/HighContrast-SVG/scalable/actions/cancel.svg
-share/icons/HighContrast-SVG/scalable/actions/centrejust.svg
-share/icons/HighContrast-SVG/scalable/actions/contact-new.svg
-share/icons/HighContrast-SVG/scalable/actions/dialog-cancel.svg
-share/icons/HighContrast-SVG/scalable/actions/dialog-close.svg
-share/icons/HighContrast-SVG/scalable/actions/dialog-ok.svg
-share/icons/HighContrast-SVG/scalable/actions/document-new.svg
-share/icons/HighContrast-SVG/scalable/actions/document-open-recent.svg
-share/icons/HighContrast-SVG/scalable/actions/document-open.svg
-share/icons/HighContrast-SVG/scalable/actions/document-print-preview.svg
-share/icons/HighContrast-SVG/scalable/actions/document-print.svg
-share/icons/HighContrast-SVG/scalable/actions/document-properties.svg
-share/icons/HighContrast-SVG/scalable/actions/document-revert.svg
-share/icons/HighContrast-SVG/scalable/actions/document-save-as.svg
-share/icons/HighContrast-SVG/scalable/actions/document-save.svg
-share/icons/HighContrast-SVG/scalable/actions/down.svg
-share/icons/HighContrast-SVG/scalable/actions/edit-clear.svg
-share/icons/HighContrast-SVG/scalable/actions/edit-copy.svg
-share/icons/HighContrast-SVG/scalable/actions/edit-cut.svg
-share/icons/HighContrast-SVG/scalable/actions/edit-delete.svg
-share/icons/HighContrast-SVG/scalable/actions/edit-find-replace.svg
-share/icons/HighContrast-SVG/scalable/actions/edit-find.svg
-share/icons/HighContrast-SVG/scalable/actions/edit-paste.svg
-share/icons/HighContrast-SVG/scalable/actions/edit-redo.svg
-share/icons/HighContrast-SVG/scalable/actions/edit-undo.svg
-share/icons/HighContrast-SVG/scalable/actions/editclear.svg
-share/icons/HighContrast-SVG/scalable/actions/editcopy.svg
-share/icons/HighContrast-SVG/scalable/actions/editcut.svg
-share/icons/HighContrast-SVG/scalable/actions/editdelete.svg
-share/icons/HighContrast-SVG/scalable/actions/editpaste.svg
-share/icons/HighContrast-SVG/scalable/actions/exit.svg
-share/icons/HighContrast-SVG/scalable/actions/filefind.svg
-share/icons/HighContrast-SVG/scalable/actions/filenew.svg
-share/icons/HighContrast-SVG/scalable/actions/fileopen.svg
-share/icons/HighContrast-SVG/scalable/actions/fileprint.svg
-share/icons/HighContrast-SVG/scalable/actions/filequickprint.svg
-share/icons/HighContrast-SVG/scalable/actions/filesave.svg
-share/icons/HighContrast-SVG/scalable/actions/filesaveas.svg
-share/icons/HighContrast-SVG/scalable/actions/find.svg
-share/icons/HighContrast-SVG/scalable/actions/finish.svg
-share/icons/HighContrast-SVG/scalable/actions/folder-new.svg
-share/icons/HighContrast-SVG/scalable/actions/folder_new.svg
-share/icons/HighContrast-SVG/scalable/actions/format-indent-less.svg
-share/icons/HighContrast-SVG/scalable/actions/format-indent-more.svg
-share/icons/HighContrast-SVG/scalable/actions/format-justify-center.svg
-share/icons/HighContrast-SVG/scalable/actions/format-justify-fill.svg
-share/icons/HighContrast-SVG/scalable/actions/format-justify-left.svg
-share/icons/HighContrast-SVG/scalable/actions/format-justify-right.svg
-share/icons/HighContrast-SVG/scalable/actions/format-text-bold.svg
-share/icons/HighContrast-SVG/scalable/actions/format-text-italic.svg
-share/icons/HighContrast-SVG/scalable/actions/format-text-strikethrough.svg
-share/icons/HighContrast-SVG/scalable/actions/format-text-underline.svg
-share/icons/HighContrast-SVG/scalable/actions/forward.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-lockscreen.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-logout.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-run.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-searchtool.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-shutdown.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-stock-mail-fwd.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-stock-mail-new.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-stock-mail-rpl.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-stock-text-indent.svg
-share/icons/HighContrast-SVG/scalable/actions/gnome-stock-text-unindent.svg
-share/icons/HighContrast-SVG/scalable/actions/go-bottom.svg
-share/icons/HighContrast-SVG/scalable/actions/go-down.svg
-share/icons/HighContrast-SVG/scalable/actions/go-first.svg
-share/icons/HighContrast-SVG/scalable/actions/go-home.svg
-share/icons/HighContrast-SVG/scalable/actions/go-jump.svg
-share/icons/HighContrast-SVG/scalable/actions/go-last.svg
-share/icons/HighContrast-SVG/scalable/actions/go-next.svg
-share/icons/HighContrast-SVG/scalable/actions/go-previous.svg
-share/icons/HighContrast-SVG/scalable/actions/go-top.svg
-share/icons/HighContrast-SVG/scalable/actions/go-up.svg
-share/icons/HighContrast-SVG/scalable/actions/gohome.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-about.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-add.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-bold.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-cancel.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-clear.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-close.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-copy.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-cut.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-delete.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-execute.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-find-and-replace.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-find.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-fullscreen.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-go-back-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-go-back-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-go-down.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-go-forward-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-go-forward-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-go-up.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-goto-bottom.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-goto-first-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-goto-first-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-goto-last-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-goto-last-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-goto-top.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-home.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-indent-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-indent-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-italic.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-jump-to-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-jump-to-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-justify-center.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-justify-fill.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-justify-left.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-justify-right.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-leave-fullscreen.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-forward-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-forward-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-next-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-next-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-pause.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-play-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-previous-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-previous-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-record.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-rewind-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-rewind-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-media-stop.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-new.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-open.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-paste.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-print-preview.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-print.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-properties.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-quit.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-redo-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-refresh.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-remove.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-revert-to-saved-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-revert-to-saved-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-save-as.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-save.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-sort-ascending.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-sort-descending.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-spell-check.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-stop.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-strikethrough.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-underline.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-undo-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-unindent-ltr.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-unindent-rtl.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-100.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-fit.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-in.svg
-share/icons/HighContrast-SVG/scalable/actions/gtk-zoom-out.svg
-share/icons/HighContrast-SVG/scalable/actions/help-about.svg
-share/icons/HighContrast-SVG/scalable/actions/help-contents.svg
-share/icons/HighContrast-SVG/scalable/actions/help-faq.svg
-share/icons/HighContrast-SVG/scalable/actions/history-view.svg
-share/icons/HighContrast-SVG/scalable/actions/insert-image.svg
-share/icons/HighContrast-SVG/scalable/actions/insert-object.svg
-share/icons/HighContrast-SVG/scalable/actions/insert-text.svg
-share/icons/HighContrast-SVG/scalable/actions/kfind.svg
-share/icons/HighContrast-SVG/scalable/actions/kfm_home.svg
-share/icons/HighContrast-SVG/scalable/actions/leftjust.svg
-share/icons/HighContrast-SVG/scalable/actions/list-add.svg
-share/icons/HighContrast-SVG/scalable/actions/list-remove.svg
-share/icons/HighContrast-SVG/scalable/actions/lock.svg
-share/icons/HighContrast-SVG/scalable/actions/mail-forward.svg
-share/icons/HighContrast-SVG/scalable/actions/mail-mark-important.svg
-share/icons/HighContrast-SVG/scalable/actions/mail-mark-read.svg
-share/icons/HighContrast-SVG/scalable/actions/mail-mark-unread.svg
-share/icons/HighContrast-SVG/scalable/actions/mail-message-new.svg
-share/icons/HighContrast-SVG/scalable/actions/mail-reply-all.svg
-share/icons/HighContrast-SVG/scalable/actions/mail-reply-sender.svg
-share/icons/HighContrast-SVG/scalable/actions/mail-send-receive.svg
-share/icons/HighContrast-SVG/scalable/actions/mail_forward.svg
-share/icons/HighContrast-SVG/scalable/actions/mail_new.svg
-share/icons/HighContrast-SVG/scalable/actions/mail_reply.svg
-share/icons/HighContrast-SVG/scalable/actions/mail_replyall.svg
-share/icons/HighContrast-SVG/scalable/actions/media-eject.svg
-share/icons/HighContrast-SVG/scalable/actions/media-playback-pause.svg
-share/icons/HighContrast-SVG/scalable/actions/media-playback-start.svg
-share/icons/HighContrast-SVG/scalable/actions/media-playback-stop.svg
-share/icons/HighContrast-SVG/scalable/actions/media-record.svg
-share/icons/HighContrast-SVG/scalable/actions/media-seek-backward.svg
-share/icons/HighContrast-SVG/scalable/actions/media-seek-forward.svg
-share/icons/HighContrast-SVG/scalable/actions/media-skip-backward.svg
-share/icons/HighContrast-SVG/scalable/actions/media-skip-forward.svg
-share/icons/HighContrast-SVG/scalable/actions/next.svg
-share/icons/HighContrast-SVG/scalable/actions/object-flip-horizontal.svg
-share/icons/HighContrast-SVG/scalable/actions/object-flip-vertical.svg
-share/icons/HighContrast-SVG/scalable/actions/object-rotate-left.svg
-share/icons/HighContrast-SVG/scalable/actions/object-rotate-right.svg
-share/icons/HighContrast-SVG/scalable/actions/player_eject.svg
-share/icons/HighContrast-SVG/scalable/actions/player_end.svg
-share/icons/HighContrast-SVG/scalable/actions/player_fwd.svg
-share/icons/HighContrast-SVG/scalable/actions/player_pause.svg
-share/icons/HighContrast-SVG/scalable/actions/player_play.svg
-share/icons/HighContrast-SVG/scalable/actions/player_record.svg
-share/icons/HighContrast-SVG/scalable/actions/player_rew.svg
-share/icons/HighContrast-SVG/scalable/actions/player_start.svg
-share/icons/HighContrast-SVG/scalable/actions/player_stop.svg
-share/icons/HighContrast-SVG/scalable/actions/previous.svg
-share/icons/HighContrast-SVG/scalable/actions/process-stop.svg
-share/icons/HighContrast-SVG/scalable/actions/redhat-home.svg
-share/icons/HighContrast-SVG/scalable/actions/redo.svg
-share/icons/HighContrast-SVG/scalable/actions/reload.svg
-share/icons/HighContrast-SVG/scalable/actions/reload3.svg
-share/icons/HighContrast-SVG/scalable/actions/reload_all_tabs.svg
-share/icons/HighContrast-SVG/scalable/actions/reload_page.svg
-share/icons/HighContrast-SVG/scalable/actions/remove.svg
-share/icons/HighContrast-SVG/scalable/actions/revert.svg
-share/icons/HighContrast-SVG/scalable/actions/rightjust.svg
-share/icons/HighContrast-SVG/scalable/actions/search.svg
-share/icons/HighContrast-SVG/scalable/actions/start.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_about.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_bottom.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_close.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_copy.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_cut.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_delete.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_down.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_file-properites.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_first.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_fullscreen.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_home.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_last.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_leave-fullscreen.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_left.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_mail-compose.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_mail-forward.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_mail-reply-to-all.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_mail-reply.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_mail-send-receive.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_media-fwd.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_media-next.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_media-pause.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_media-play.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_media-prev.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_media-rec.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_media-rew.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_media-stop.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_new-bcard.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_new-dir.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_new-text.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_new-window.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_paste.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_print-preview.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_print.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_properties.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_redo.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_refresh.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_right.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_save-as.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_save.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_search-and-replace.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_search.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_spellcheck.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_stop.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text-strikethrough.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text_bold.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text_center.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text_indent.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text_italic.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text_justify.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text_left.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text_right.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text_underlined.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_text_unindent.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_top.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_undo.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_up.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_zoom-1.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_zoom-in.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_zoom-out.svg
-share/icons/HighContrast-SVG/scalable/actions/stock_zoom-page.svg
-share/icons/HighContrast-SVG/scalable/actions/stop.svg
-share/icons/HighContrast-SVG/scalable/actions/system-lock-screen.svg
-share/icons/HighContrast-SVG/scalable/actions/system-log-out.svg
-share/icons/HighContrast-SVG/scalable/actions/system-run.svg
-share/icons/HighContrast-SVG/scalable/actions/system-search.svg
-share/icons/HighContrast-SVG/scalable/actions/system-shutdown.svg
-share/icons/HighContrast-SVG/scalable/actions/text_bold.svg
-share/icons/HighContrast-SVG/scalable/actions/text_italic.svg
-share/icons/HighContrast-SVG/scalable/actions/text_strike.svg
-share/icons/HighContrast-SVG/scalable/actions/text_under.svg
-share/icons/HighContrast-SVG/scalable/actions/tool-check-spelling.svg
-share/icons/HighContrast-SVG/scalable/actions/tools-check-spelling.svg
-share/icons/HighContrast-SVG/scalable/actions/top.svg
-share/icons/HighContrast-SVG/scalable/actions/undo.svg
-share/icons/HighContrast-SVG/scalable/actions/up.svg
-share/icons/HighContrast-SVG/scalable/actions/view-fullscreen.svg
-share/icons/HighContrast-SVG/scalable/actions/view-refresh.svg
-share/icons/HighContrast-SVG/scalable/actions/view-restore.svg
-share/icons/HighContrast-SVG/scalable/actions/view-sort-ascending.svg
-share/icons/HighContrast-SVG/scalable/actions/view-sort-descending.svg
-share/icons/HighContrast-SVG/scalable/actions/viewmag+.svg
-share/icons/HighContrast-SVG/scalable/actions/viewmag-.svg
-share/icons/HighContrast-SVG/scalable/actions/viewmag1.svg
-share/icons/HighContrast-SVG/scalable/actions/viewmagfit.svg
-share/icons/HighContrast-SVG/scalable/actions/window-close.svg
-share/icons/HighContrast-SVG/scalable/actions/window-new.svg
-share/icons/HighContrast-SVG/scalable/actions/window_fullscreen.svg
-share/icons/HighContrast-SVG/scalable/actions/window_new.svg
-share/icons/HighContrast-SVG/scalable/actions/window_nofullscreen.svg
-share/icons/HighContrast-SVG/scalable/actions/xfce-system-exit.svg
-share/icons/HighContrast-SVG/scalable/actions/xfce-system-lock.svg
-share/icons/HighContrast-SVG/scalable/actions/zoom-best-fit.svg
-share/icons/HighContrast-SVG/scalable/actions/zoom-fit-best.svg
-share/icons/HighContrast-SVG/scalable/actions/zoom-in.svg
-share/icons/HighContrast-SVG/scalable/actions/zoom-original.svg
-share/icons/HighContrast-SVG/scalable/actions/zoom-out.svg
-share/icons/HighContrast-SVG/scalable/apps/access.svg
-share/icons/HighContrast-SVG/scalable/apps/accessibility-directory.svg
-share/icons/HighContrast-SVG/scalable/apps/accessories-calculator.svg
-share/icons/HighContrast-SVG/scalable/apps/accessories-character-map.svg
-share/icons/HighContrast-SVG/scalable/apps/accessories-text-editor.svg
-share/icons/HighContrast-SVG/scalable/apps/arts.svg
-share/icons/HighContrast-SVG/scalable/apps/bug-buddy.svg
-share/icons/HighContrast-SVG/scalable/apps/calc.svg
-share/icons/HighContrast-SVG/scalable/apps/config-language.svg
-share/icons/HighContrast-SVG/scalable/apps/file-manager.svg
-share/icons/HighContrast-SVG/scalable/apps/fonts.svg
-share/icons/HighContrast-SVG/scalable/apps/glchess.svg
-share/icons/HighContrast-SVG/scalable/apps/gnome-calculator.svg
-share/icons/HighContrast-SVG/scalable/apps/gnome-character-map.svg
-share/icons/HighContrast-SVG/scalable/apps/gnome-help.svg
-share/icons/HighContrast-SVG/scalable/apps/gnome-mixer.svg
-share/icons/HighContrast-SVG/scalable/apps/gnome-monitor.svg
-share/icons/HighContrast-SVG/scalable/apps/gnome-settings-accessibility-technologies.svg
-share/icons/HighContrast-SVG/scalable/apps/gnome-settings-font.svg
-share/icons/HighContrast-SVG/scalable/apps/gnome-terminal.svg
-share/icons/HighContrast-SVG/scalable/apps/gtk-help.svg
-share/icons/HighContrast-SVG/scalable/apps/gucharmap.svg
-share/icons/HighContrast-SVG/scalable/apps/help-browser.svg
-share/icons/HighContrast-SVG/scalable/apps/help.svg
-share/icons/HighContrast-SVG/scalable/apps/internet-group-chat.svg
-share/icons/HighContrast-SVG/scalable/apps/internet-mail.svg
-share/icons/HighContrast-SVG/scalable/apps/internet-news-reader.svg
-share/icons/HighContrast-SVG/scalable/apps/internet-web-browser.svg
-share/icons/HighContrast-SVG/scalable/apps/kcalc.svg
-share/icons/HighContrast-SVG/scalable/apps/kcharselect.svg
-share/icons/HighContrast-SVG/scalable/apps/kcmsound.svg
-share/icons/HighContrast-SVG/scalable/apps/kedit.svg
-share/icons/HighContrast-SVG/scalable/apps/kfm.svg
-share/icons/HighContrast-SVG/scalable/apps/khelpcenter.svg
-share/icons/HighContrast-SVG/scalable/apps/konsole.svg
-share/icons/HighContrast-SVG/scalable/apps/kscreensaver.svg
-share/icons/HighContrast-SVG/scalable/apps/ksysguard.svg
-share/icons/HighContrast-SVG/scalable/apps/locale.svg
-share/icons/HighContrast-SVG/scalable/apps/multimedia-volume-control.svg
-share/icons/HighContrast-SVG/scalable/apps/multimedia.svg
-share/icons/HighContrast-SVG/scalable/apps/openterm.svg
-share/icons/HighContrast-SVG/scalable/apps/orca.svg
-share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-accessibility.svg
-share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-font.svg
-share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-locale.svg
-share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-screensaver.svg
-share/icons/HighContrast-SVG/scalable/apps/preferences-system-network-proxy.svg
-share/icons/HighContrast-SVG/scalable/apps/preferences-system-session.svg
-share/icons/HighContrast-SVG/scalable/apps/preferences-system-windows.svg
-share/icons/HighContrast-SVG/scalable/apps/redhat-filemanager.svg
-share/icons/HighContrast-SVG/scalable/apps/screensaver.svg
-share/icons/HighContrast-SVG/scalable/apps/stock_help.svg
-share/icons/HighContrast-SVG/scalable/apps/susehelpcenter.svg
-share/icons/HighContrast-SVG/scalable/apps/system-file-manager.svg
-share/icons/HighContrast-SVG/scalable/apps/terminal.svg
-share/icons/HighContrast-SVG/scalable/apps/text-editor.svg
-share/icons/HighContrast-SVG/scalable/apps/tomboy.svg
-share/icons/HighContrast-SVG/scalable/apps/utilities-system-monitor.svg
-share/icons/HighContrast-SVG/scalable/apps/utilities-terminal.svg
-share/icons/HighContrast-SVG/scalable/apps/volume-knob.svg
-share/icons/HighContrast-SVG/scalable/apps/xfce-filemanager.svg
-share/icons/HighContrast-SVG/scalable/apps/xfce-terminal.svg
-share/icons/HighContrast-SVG/scalable/apps/xfce4-mixer.svg
-share/icons/HighContrast-SVG/scalable/apps/xscreensaver.svg
-share/icons/HighContrast-SVG/scalable/categories/applications-accessories.svg
-share/icons/HighContrast-SVG/scalable/categories/applications-development.svg
-share/icons/HighContrast-SVG/scalable/categories/applications-games.svg
-share/icons/HighContrast-SVG/scalable/categories/applications-graphics.svg
-share/icons/HighContrast-SVG/scalable/categories/applications-internet.svg
-share/icons/HighContrast-SVG/scalable/categories/applications-multimedia.svg
-share/icons/HighContrast-SVG/scalable/categories/applications-system.svg
-share/icons/HighContrast-SVG/scalable/categories/gnome-control-center.svg
-share/icons/HighContrast-SVG/scalable/categories/gnome-devel.svg
-share/icons/HighContrast-SVG/scalable/categories/gnome-globe.svg
-share/icons/HighContrast-SVG/scalable/categories/gnome-graphics.svg
-share/icons/HighContrast-SVG/scalable/categories/gnome-joystick.svg
-share/icons/HighContrast-SVG/scalable/categories/gnome-multimedia.svg
-share/icons/HighContrast-SVG/scalable/categories/gnome-settings.svg
-share/icons/HighContrast-SVG/scalable/categories/gnome-system.svg
-share/icons/HighContrast-SVG/scalable/categories/gnome-util.svg
-share/icons/HighContrast-SVG/scalable/categories/gtk-preferences.svg
-share/icons/HighContrast-SVG/scalable/categories/input_devices_settings.svg
-share/icons/HighContrast-SVG/scalable/categories/kcontrol.svg
-share/icons/HighContrast-SVG/scalable/categories/package_development.svg
-share/icons/HighContrast-SVG/scalable/categories/package_games.svg
-share/icons/HighContrast-SVG/scalable/categories/package_graphics.svg
-share/icons/HighContrast-SVG/scalable/categories/package_multimedia.svg
-share/icons/HighContrast-SVG/scalable/categories/package_network.svg
-share/icons/HighContrast-SVG/scalable/categories/package_settings.svg
-share/icons/HighContrast-SVG/scalable/categories/package_system.svg
-share/icons/HighContrast-SVG/scalable/categories/package_utilities.svg
-share/icons/HighContrast-SVG/scalable/categories/preferences-desktop-peripherals.svg
-share/icons/HighContrast-SVG/scalable/categories/preferences-desktop.svg
-share/icons/HighContrast-SVG/scalable/categories/preferences-system.svg
-share/icons/HighContrast-SVG/scalable/categories/redhat-accessories.svg
-share/icons/HighContrast-SVG/scalable/categories/redhat-games.svg
-share/icons/HighContrast-SVG/scalable/categories/redhat-graphics.svg
-share/icons/HighContrast-SVG/scalable/categories/redhat-internet.svg
-share/icons/HighContrast-SVG/scalable/categories/redhat-preferences.svg
-share/icons/HighContrast-SVG/scalable/categories/redhat-programming.svg
-share/icons/HighContrast-SVG/scalable/categories/redhat-sound_video.svg
-share/icons/HighContrast-SVG/scalable/categories/redhat-system_settings.svg
-share/icons/HighContrast-SVG/scalable/categories/redhat-system_tools.svg
-share/icons/HighContrast-SVG/scalable/categories/stock_internet.svg
-share/icons/HighContrast-SVG/scalable/categories/xfce-games.svg
-share/icons/HighContrast-SVG/scalable/categories/xfce-graphics.svg
-share/icons/HighContrast-SVG/scalable/categories/xfce-internet.svg
-share/icons/HighContrast-SVG/scalable/categories/xfce-multimedia.svg
-share/icons/HighContrast-SVG/scalable/categories/xfce-system-settings.svg
-share/icons/HighContrast-SVG/scalable/categories/xfce-utils.svg
-share/icons/HighContrast-SVG/scalable/categories/xfce4-settings.svg
-share/icons/HighContrast-SVG/scalable/devices/3floppy_unmount.svg
-share/icons/HighContrast-SVG/scalable/devices/audio-input-microphone.svg
-share/icons/HighContrast-SVG/scalable/devices/battery.svg
-share/icons/HighContrast-SVG/scalable/devices/camera-photo.svg
-share/icons/HighContrast-SVG/scalable/devices/camera-video.svg
-share/icons/HighContrast-SVG/scalable/devices/camera-web.svg
-share/icons/HighContrast-SVG/scalable/devices/camera.svg
-share/icons/HighContrast-SVG/scalable/devices/camera_unmount.svg
-share/icons/HighContrast-SVG/scalable/devices/cdrom_unmount.svg
-share/icons/HighContrast-SVG/scalable/devices/cdwriter_unmount.svg
-share/icons/HighContrast-SVG/scalable/devices/chardevice.svg
-share/icons/HighContrast-SVG/scalable/devices/computer.svg
-share/icons/HighContrast-SVG/scalable/devices/display.svg
-share/icons/HighContrast-SVG/scalable/devices/drive-cdrom.svg
-share/icons/HighContrast-SVG/scalable/devices/drive-harddisk.svg
-share/icons/HighContrast-SVG/scalable/devices/drive-optical.svg
-share/icons/HighContrast-SVG/scalable/devices/drive-removable-media.svg
-share/icons/HighContrast-SVG/scalable/devices/dvd_unmount.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-battery.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-cdrom-audio.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-cdrom.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-computer.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-cdr.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-cdrw.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdr-plus.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdr.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdram.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdrom.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-disc-dvdrw.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-dvd.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-ethernet.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-floppy.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-harddisk-1394.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-harddisk-usb.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-harddisk.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-ipod.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-keyboard.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-cf.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-ms.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-sdmmc.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-media-sm.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-mouse-ball.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-mouse-optical.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-printer.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-removable-1394.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-removable-usb.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-removable.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-dev-wavelan.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-fs-client.svg
-share/icons/HighContrast-SVG/scalable/devices/gnome-stock-mic.svg
-share/icons/HighContrast-SVG/scalable/devices/gtk-cdrom.svg
-share/icons/HighContrast-SVG/scalable/devices/gtk-floppy.svg
-share/icons/HighContrast-SVG/scalable/devices/gtk-harddisk.svg
-share/icons/HighContrast-SVG/scalable/devices/harddrive.svg
-share/icons/HighContrast-SVG/scalable/devices/hdd_unmount.svg
-share/icons/HighContrast-SVG/scalable/devices/input-keyboard.svg
-share/icons/HighContrast-SVG/scalable/devices/input-mouse.svg
-share/icons/HighContrast-SVG/scalable/devices/input-tablet.svg
-share/icons/HighContrast-SVG/scalable/devices/ipod_mount.svg
-share/icons/HighContrast-SVG/scalable/devices/keyboard.svg
-share/icons/HighContrast-SVG/scalable/devices/kjobviewer.svg
-share/icons/HighContrast-SVG/scalable/devices/kxkb.svg
-share/icons/HighContrast-SVG/scalable/devices/media-cdrom.svg
-share/icons/HighContrast-SVG/scalable/devices/media-flash.svg
-share/icons/HighContrast-SVG/scalable/devices/media-floppy.svg
-share/icons/HighContrast-SVG/scalable/devices/media-optical.svg
-share/icons/HighContrast-SVG/scalable/devices/media-tape.svg
-share/icons/HighContrast-SVG/scalable/devices/mouse.svg
-share/icons/HighContrast-SVG/scalable/devices/multimedia-player.svg
-share/icons/HighContrast-SVG/scalable/devices/network-wired.svg
-share/icons/HighContrast-SVG/scalable/devices/network-wireless.svg
-share/icons/HighContrast-SVG/scalable/devices/pda.svg
-share/icons/HighContrast-SVG/scalable/devices/phone.svg
-share/icons/HighContrast-SVG/scalable/devices/printer-remote.svg
-share/icons/HighContrast-SVG/scalable/devices/printer.svg
-share/icons/HighContrast-SVG/scalable/devices/printer1.svg
-share/icons/HighContrast-SVG/scalable/devices/printmgr.svg
-share/icons/HighContrast-SVG/scalable/devices/scanner.svg
-share/icons/HighContrast-SVG/scalable/devices/stock_cell-phone.svg
-share/icons/HighContrast-SVG/scalable/devices/stock_mic.svg
-share/icons/HighContrast-SVG/scalable/devices/stock_printers.svg
-share/icons/HighContrast-SVG/scalable/devices/system-floppy.svg
-share/icons/HighContrast-SVG/scalable/devices/system.svg
-share/icons/HighContrast-SVG/scalable/devices/usbpendrive_unmount.svg
-share/icons/HighContrast-SVG/scalable/devices/video-display.svg
-share/icons/HighContrast-SVG/scalable/devices/xfce-printer.svg
-share/icons/HighContrast-SVG/scalable/devices/xfce4-display.svg
-share/icons/HighContrast-SVG/scalable/devices/xfce4-keyboard.svg
-share/icons/HighContrast-SVG/scalable/devices/xfce4-mouse.svg
-share/icons/HighContrast-SVG/scalable/devices/yast_HD.svg
-share/icons/HighContrast-SVG/scalable/devices/yast_idetude.svg
-share/icons/HighContrast-SVG/scalable/devices/yast_mouse.svg
-share/icons/HighContrast-SVG/scalable/devices/yast_printer.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-default.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-documents.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-downloads.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-favorite.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-important.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-mail.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-noread.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-nowrite.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-photos.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-readonly.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-symbolic-link.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-system.svg
-share/icons/HighContrast-SVG/scalable/emblems/emblem-unreadable.svg
-share/icons/HighContrast-SVG/scalable/emblems/stock_mail-priority-high.svg
-share/icons/HighContrast-SVG/scalable/emotes/face-cool.svg
-share/icons/HighContrast-SVG/scalable/emotes/face-plain.svg
-share/icons/HighContrast-SVG/scalable/emotes/face-sad.svg
-share/icons/HighContrast-SVG/scalable/emotes/face-smile-big.svg
-share/icons/HighContrast-SVG/scalable/emotes/face-smile.svg
-share/icons/HighContrast-SVG/scalable/emotes/face-surprise.svg
-share/icons/HighContrast-SVG/scalable/emotes/face-wink.svg
-share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-1.svg
-share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-15.svg
-share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-2.svg
-share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-3.svg
-share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-4.svg
-share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-5.svg
-share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-6.svg
-share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-7.svg
-share/icons/HighContrast-SVG/scalable/emotes/stock_smiley-8.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/application-x-executable.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/ascii.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/audio-x-generic.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/binary.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/contents2.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/document.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/empty.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/exec.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/font-x-generic.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/font.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/font_bitmap.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/font_truetype.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/font_type1.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-fs-executable.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-fs-regular.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-magicpoint.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-msword.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-ogg.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-pdf.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-postscript.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-rtf.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-excel.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-powerpoint.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.calc.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.impress.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.writer.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.calc.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.impress.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.writer.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-wordperfect.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-abiword.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-applix-spreadsheet.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-applix-word.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-dvi.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-executable.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-afm.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-bdf.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-linux-psf.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-pcf.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-sunos-news.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-font-ttf.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-gnumeric.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-gzpostscript.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-killustrator.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kpresenter.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kspread.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kword.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-ms-dos-executable.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-perl.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-php.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-python-bytecode.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-scribus.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-shellscript.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-shockwave-flash.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-tex.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-xhtml+xml.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-audio.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-image.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-html.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-vnd.wap.wml.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-csh.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-python.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-sh.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-vcalendar.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-vcard.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text-x-zsh.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-text.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-video.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-x-font-afm.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/gtk-file.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/html.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/image-x-generic.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/image.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/kpresenter_kpr.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/mime_ascii.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/misc.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/package_editors.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/package_wordprocessing.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/plan.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/shellscript.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/sound.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/spreadsheet.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/stock_addressbook.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/stock_calendar.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/stock_script.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/template_source.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/text-html.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/text-x-generic-template.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/text-x-generic.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/text-x-preview.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/text-x-script.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/txt.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/txt2.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/unknown.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/vcalendar.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/vcard.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/video-x-generic.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/video.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/wordprocessing.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/www.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/x-office-address-book.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/x-office-calendar.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/x-office-document.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/x-office-presentation.svg
-share/icons/HighContrast-SVG/scalable/mimetypes/x-office-spreadsheet.svg
-share/icons/HighContrast-SVG/scalable/places/desktop.svg
-share/icons/HighContrast-SVG/scalable/places/distributor-logo.svg
-share/icons/HighContrast-SVG/scalable/places/emptytrash.svg
-share/icons/HighContrast-SVG/scalable/places/folder-remote.svg
-share/icons/HighContrast-SVG/scalable/places/folder.svg
-share/icons/HighContrast-SVG/scalable/places/folder_home.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-desktop.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-directory.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-ftp.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-home.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-network.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-nfs.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-server.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-share.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-smb.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-ssh.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-fs-trash-empty.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-main-menu.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-nfs-server.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-smb-server.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-smb-share.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-mime-x-directory-smb-workgroup.svg
-share/icons/HighContrast-SVG/scalable/places/gnome-stock-trash.svg
-share/icons/HighContrast-SVG/scalable/places/gtk-directory.svg
-share/icons/HighContrast-SVG/scalable/places/gtk-network.svg
-share/icons/HighContrast-SVG/scalable/places/inode-directory.svg
-share/icons/HighContrast-SVG/scalable/places/library-internet-radio.svg
-share/icons/HighContrast-SVG/scalable/places/library-podcast.svg
-share/icons/HighContrast-SVG/scalable/places/network-server.svg
-share/icons/HighContrast-SVG/scalable/places/network-workgroup.svg
-share/icons/HighContrast-SVG/scalable/places/network.svg
-share/icons/HighContrast-SVG/scalable/places/network_local.svg
-share/icons/HighContrast-SVG/scalable/places/novell-button.svg
-share/icons/HighContrast-SVG/scalable/places/playlist-automatic.svg
-share/icons/HighContrast-SVG/scalable/places/playlist.svg
-share/icons/HighContrast-SVG/scalable/places/redhat-network-server.svg
-share/icons/HighContrast-SVG/scalable/places/server.svg
-share/icons/HighContrast-SVG/scalable/places/start-here.svg
-share/icons/HighContrast-SVG/scalable/places/stock_folder.svg
-share/icons/HighContrast-SVG/scalable/places/trashcan_empty.svg
-share/icons/HighContrast-SVG/scalable/places/user-bookmarks.svg
-share/icons/HighContrast-SVG/scalable/places/user-desktop.svg
-share/icons/HighContrast-SVG/scalable/places/user-home.svg
-share/icons/HighContrast-SVG/scalable/places/user-trash.svg
-share/icons/HighContrast-SVG/scalable/places/xfce-trash_empty.svg
-share/icons/HighContrast-SVG/scalable/status/audio-volume-high.svg
-share/icons/HighContrast-SVG/scalable/status/audio-volume-low.svg
-share/icons/HighContrast-SVG/scalable/status/audio-volume-medium.svg
-share/icons/HighContrast-SVG/scalable/status/audio-volume-muted.svg
-share/icons/HighContrast-SVG/scalable/status/battery-caution.svg
-share/icons/HighContrast-SVG/scalable/status/battery-low.svg
-share/icons/HighContrast-SVG/scalable/status/connect_no.svg
-share/icons/HighContrast-SVG/scalable/status/dialog-error.svg
-share/icons/HighContrast-SVG/scalable/status/dialog-information.svg
-share/icons/HighContrast-SVG/scalable/status/dialog-password.svg
-share/icons/HighContrast-SVG/scalable/status/dialog-question.svg
-share/icons/HighContrast-SVG/scalable/status/dialog-warning.svg
-share/icons/HighContrast-SVG/scalable/status/edittrash.svg
-share/icons/HighContrast-SVG/scalable/status/error.svg
-share/icons/HighContrast-SVG/scalable/status/folder-drag-accept.svg
-share/icons/HighContrast-SVG/scalable/status/folder-open.svg
-share/icons/HighContrast-SVG/scalable/status/folder-visiting.svg
-share/icons/HighContrast-SVG/scalable/status/folder_open.svg
-share/icons/HighContrast-SVG/scalable/status/gnome-fs-directory-accept.svg
-share/icons/HighContrast-SVG/scalable/status/gnome-fs-directory-visiting.svg
-share/icons/HighContrast-SVG/scalable/status/gnome-fs-trash-full.svg
-share/icons/HighContrast-SVG/scalable/status/gnome-netstatus-disconn.svg
-share/icons/HighContrast-SVG/scalable/status/gnome-stock-trash-full.svg
-share/icons/HighContrast-SVG/scalable/status/gtk-dialog-authentication.svg
-share/icons/HighContrast-SVG/scalable/status/gtk-dialog-error.svg
-share/icons/HighContrast-SVG/scalable/status/gtk-dialog-info.svg
-share/icons/HighContrast-SVG/scalable/status/gtk-dialog-question.svg
-share/icons/HighContrast-SVG/scalable/status/gtk-dialog-warning.svg
-share/icons/HighContrast-SVG/scalable/status/gtk-missing-image.svg
-share/icons/HighContrast-SVG/scalable/status/image-missing.svg
-share/icons/HighContrast-SVG/scalable/status/important.svg
-share/icons/HighContrast-SVG/scalable/status/info.svg
-share/icons/HighContrast-SVG/scalable/status/mail-attachment.svg
-share/icons/HighContrast-SVG/scalable/status/media-playlist-repeat.svg
-share/icons/HighContrast-SVG/scalable/status/media-playlist-shuffle.svg
-share/icons/HighContrast-SVG/scalable/status/messagebox_critical.svg
-share/icons/HighContrast-SVG/scalable/status/messagebox_info.svg
-share/icons/HighContrast-SVG/scalable/status/messagebox_warning.svg
-share/icons/HighContrast-SVG/scalable/status/network-offline.svg
-share/icons/HighContrast-SVG/scalable/status/network-online.svg
-share/icons/HighContrast-SVG/scalable/status/nm-no-connection.svg
-share/icons/HighContrast-SVG/scalable/status/printer-printing.svg
-share/icons/HighContrast-SVG/scalable/status/software-update-available.svg
-share/icons/HighContrast-SVG/scalable/status/software-update-urgent.svg
-share/icons/HighContrast-SVG/scalable/status/stock_attach.svg
-share/icons/HighContrast-SVG/scalable/status/stock_dialog-error.svg
-share/icons/HighContrast-SVG/scalable/status/stock_dialog-info.svg
-share/icons/HighContrast-SVG/scalable/status/stock_dialog-question.svg
-share/icons/HighContrast-SVG/scalable/status/stock_dialog-warning.svg
-share/icons/HighContrast-SVG/scalable/status/stock_open.svg
-share/icons/HighContrast-SVG/scalable/status/stock_repeat.svg
-share/icons/HighContrast-SVG/scalable/status/stock_shuffle.svg
-share/icons/HighContrast-SVG/scalable/status/stock_trash_full.svg
-share/icons/HighContrast-SVG/scalable/status/stock_volume-0.svg
-share/icons/HighContrast-SVG/scalable/status/stock_volume-max.svg
-share/icons/HighContrast-SVG/scalable/status/stock_volume-med.svg
-share/icons/HighContrast-SVG/scalable/status/stock_volume-min.svg
-share/icons/HighContrast-SVG/scalable/status/stock_volume-mute.svg
-share/icons/HighContrast-SVG/scalable/status/stock_volume.svg
-share/icons/HighContrast-SVG/scalable/status/stock_weather-cloudy.svg
-share/icons/HighContrast-SVG/scalable/status/stock_weather-few-clouds.svg
-share/icons/HighContrast-SVG/scalable/status/stock_weather-fog.svg
-share/icons/HighContrast-SVG/scalable/status/stock_weather-night-clear.svg
-share/icons/HighContrast-SVG/scalable/status/stock_weather-night-few-clouds.svg
-share/icons/HighContrast-SVG/scalable/status/stock_weather-showers.svg
-share/icons/HighContrast-SVG/scalable/status/stock_weather-snow.svg
-share/icons/HighContrast-SVG/scalable/status/stock_weather-storm.svg
-share/icons/HighContrast-SVG/scalable/status/stock_weather-sunny.svg
-share/icons/HighContrast-SVG/scalable/status/sunny.svg
-share/icons/HighContrast-SVG/scalable/status/trashcan_full.svg
-share/icons/HighContrast-SVG/scalable/status/user-trash-full.svg
-share/icons/HighContrast-SVG/scalable/status/weather-clear-night.svg
-share/icons/HighContrast-SVG/scalable/status/weather-clear.svg
-share/icons/HighContrast-SVG/scalable/status/weather-few-clouds-night.svg
-share/icons/HighContrast-SVG/scalable/status/weather-few-clouds.svg
-share/icons/HighContrast-SVG/scalable/status/weather-fog.svg
-share/icons/HighContrast-SVG/scalable/status/weather-overcast.svg
-share/icons/HighContrast-SVG/scalable/status/weather-showers-scattered.svg
-share/icons/HighContrast-SVG/scalable/status/weather-showers.svg
-share/icons/HighContrast-SVG/scalable/status/weather-snow.svg
-share/icons/HighContrast-SVG/scalable/status/weather-storm.svg
-share/icons/HighContrast-SVG/scalable/status/xfce-trash_full.svg
-share/icons/HighContrast/index.theme
-share/icons/HighContrastInverse/index.theme
-share/icons/HighContrastLargePrint/36x36/animations/gnome-spinner-rest.png
-share/icons/HighContrastLargePrint/36x36/animations/gnome-spinner.png
-share/icons/HighContrastLargePrint/36x36/animations/process-idle.png
-share/icons/HighContrastLargePrint/36x36/animations/process-working.png
-share/icons/HighContrastLargePrint/48x48/actions/exit.png
-share/icons/HighContrastLargePrint/48x48/actions/gnome-logout.png
-share/icons/HighContrastLargePrint/48x48/actions/gnome-run.png
-share/icons/HighContrastLargePrint/48x48/actions/gnome-searchtool.png
-share/icons/HighContrastLargePrint/48x48/actions/gnome-shutdown.png
-share/icons/HighContrastLargePrint/48x48/actions/go-home.png
-share/icons/HighContrastLargePrint/48x48/actions/gohome.png
-share/icons/HighContrastLargePrint/48x48/actions/gtk-execute.png
-share/icons/HighContrastLargePrint/48x48/actions/gtk-home.png
-share/icons/HighContrastLargePrint/48x48/actions/gtk-media-pause.png
-share/icons/HighContrastLargePrint/48x48/actions/gtk-refresh.png
-share/icons/HighContrastLargePrint/48x48/actions/kfind.png
-share/icons/HighContrastLargePrint/48x48/actions/kfm_home.png
-share/icons/HighContrastLargePrint/48x48/actions/media-playback-pause.png
-share/icons/HighContrastLargePrint/48x48/actions/player_pause.png
-share/icons/HighContrastLargePrint/48x48/actions/redhat-home.png
-share/icons/HighContrastLargePrint/48x48/actions/reload.png
-share/icons/HighContrastLargePrint/48x48/actions/reload3.png
-share/icons/HighContrastLargePrint/48x48/actions/reload_all_tabs.png
-share/icons/HighContrastLargePrint/48x48/actions/reload_page.png
-share/icons/HighContrastLargePrint/48x48/actions/search.png
-share/icons/HighContrastLargePrint/48x48/actions/stock_home.png
-share/icons/HighContrastLargePrint/48x48/actions/stock_media-pause.png
-share/icons/HighContrastLargePrint/48x48/actions/stock_new-tab.png
-share/icons/HighContrastLargePrint/48x48/actions/stock_refresh.png
-share/icons/HighContrastLargePrint/48x48/actions/system-log-out.png
-share/icons/HighContrastLargePrint/48x48/actions/system-run.png
-share/icons/HighContrastLargePrint/48x48/actions/system-search.png
-share/icons/HighContrastLargePrint/48x48/actions/system-shutdown.png
-share/icons/HighContrastLargePrint/48x48/actions/view-refresh.png
-share/icons/HighContrastLargePrint/48x48/apps/access.png
-share/icons/HighContrastLargePrint/48x48/apps/accessibility-directory.png
-share/icons/HighContrastLargePrint/48x48/apps/accessories-calculator.png
-share/icons/HighContrastLargePrint/48x48/apps/accessories-character-map.png
-share/icons/HighContrastLargePrint/48x48/apps/accessories-text-editor.png
-share/icons/HighContrastLargePrint/48x48/apps/advanced-directory.png
-share/icons/HighContrastLargePrint/48x48/apps/applets-screenshooter.png
-share/icons/HighContrastLargePrint/48x48/apps/arts.png
-share/icons/HighContrastLargePrint/48x48/apps/ax-applet.png
-share/icons/HighContrastLargePrint/48x48/apps/background.png
-share/icons/HighContrastLargePrint/48x48/apps/calc.png
-share/icons/HighContrastLargePrint/48x48/apps/charpick.png
-share/icons/HighContrastLargePrint/48x48/apps/clock.png
-share/icons/HighContrastLargePrint/48x48/apps/config-language.png
-share/icons/HighContrastLargePrint/48x48/apps/display-capplet.png
-share/icons/HighContrastLargePrint/48x48/apps/eog.png
-share/icons/HighContrastLargePrint/48x48/apps/evince.png
-share/icons/HighContrastLargePrint/48x48/apps/evolution.png
-share/icons/HighContrastLargePrint/48x48/apps/file-manager.png
-share/icons/HighContrastLargePrint/48x48/apps/file-roller.png
-share/icons/HighContrastLargePrint/48x48/apps/fonts.png
-share/icons/HighContrastLargePrint/48x48/apps/gdict.png
-share/icons/HighContrastLargePrint/48x48/apps/ghex.png
-share/icons/HighContrastLargePrint/48x48/apps/gimp.png
-share/icons/HighContrastLargePrint/48x48/apps/gkb.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-application-generic.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-audio2.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-calc3.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-calculator.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-ccmime.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-ccscreensaver.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-cd.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-character-map.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-folder-generic.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-grecord.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-help.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-home.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-info.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-log.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-logo-icon-transparent.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-mailcheck.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-mini-commander.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-mixer-applet.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-mixer.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-panel.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-searchtool-animation-rest.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-searchtool-animation.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-session.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-accessibility-keyboard.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-accessibility-technologies.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-background.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-default-applications.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-font.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-keybindings.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-sound.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-theme.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-settings-ui-behavior.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-starthere.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-terminal.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-window-manager.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-windows.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-workspace.png
-share/icons/HighContrastLargePrint/48x48/apps/gok.png
-share/icons/HighContrastLargePrint/48x48/apps/gtk-help.png
-share/icons/HighContrastLargePrint/48x48/apps/gucharmap.png
-share/icons/HighContrastLargePrint/48x48/apps/help-browser.png
-share/icons/HighContrastLargePrint/48x48/apps/help.png
-share/icons/HighContrastLargePrint/48x48/apps/kcalc.png
-share/icons/HighContrastLargePrint/48x48/apps/kcharselect.png
-share/icons/HighContrastLargePrint/48x48/apps/kcmkwm.png
-share/icons/HighContrastLargePrint/48x48/apps/kcmsound.png
-share/icons/HighContrastLargePrint/48x48/apps/kedit.png
-share/icons/HighContrastLargePrint/48x48/apps/key_bindings.png
-share/icons/HighContrastLargePrint/48x48/apps/kfm.png
-share/icons/HighContrastLargePrint/48x48/apps/khelpcenter.png
-share/icons/HighContrastLargePrint/48x48/apps/knotify.png
-share/icons/HighContrastLargePrint/48x48/apps/konsole.png
-share/icons/HighContrastLargePrint/48x48/apps/kwin.png
-share/icons/HighContrastLargePrint/48x48/apps/launcher-program.png
-share/icons/HighContrastLargePrint/48x48/apps/locale.png
-share/icons/HighContrastLargePrint/48x48/apps/mozilla-icon.png
-share/icons/HighContrastLargePrint/48x48/apps/multimedia-volume-control.png
-share/icons/HighContrastLargePrint/48x48/apps/multimedia.png
-share/icons/HighContrastLargePrint/48x48/apps/openterm.png
-share/icons/HighContrastLargePrint/48x48/apps/orca.png
-share/icons/HighContrastLargePrint/48x48/apps/panel-drawer.png
-share/icons/HighContrastLargePrint/48x48/apps/panel-force-quit.png
-share/icons/HighContrastLargePrint/48x48/apps/perfmeter.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-accessibility.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-font.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-keyboard-shortcuts.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-keyboard.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-locale.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-sound.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-theme.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-desktop-wallpaper.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-system-session.png
-share/icons/HighContrastLargePrint/48x48/apps/preferences-system-windows.png
-share/icons/HighContrastLargePrint/48x48/apps/redhat-filemanager.png
-share/icons/HighContrastLargePrint/48x48/apps/session-properties.png
-share/icons/HighContrastLargePrint/48x48/apps/smc.png
-share/icons/HighContrastLargePrint/48x48/apps/sound-juicer.png
-share/icons/HighContrastLargePrint/48x48/apps/star.png
-share/icons/HighContrastLargePrint/48x48/apps/stock_help.png
-share/icons/HighContrastLargePrint/48x48/apps/style.png
-share/icons/HighContrastLargePrint/48x48/apps/susehelpcenter.png
-share/icons/HighContrastLargePrint/48x48/apps/system-file-manager.png
-share/icons/HighContrastLargePrint/48x48/apps/terminal.png
-share/icons/HighContrastLargePrint/48x48/apps/text-editor.png
-share/icons/HighContrastLargePrint/48x48/apps/utilities-terminal.png
-share/icons/HighContrastLargePrint/48x48/apps/volume-knob.png
-share/icons/HighContrastLargePrint/48x48/apps/wallpaper.png
-share/icons/HighContrastLargePrint/48x48/apps/window-capplet.png
-share/icons/HighContrastLargePrint/48x48/apps/xfce-filemanager.png
-share/icons/HighContrastLargePrint/48x48/apps/xfce-terminal.png
-share/icons/HighContrastLargePrint/48x48/apps/xfce4-backdrop.png
-share/icons/HighContrastLargePrint/48x48/apps/xfce4-mixer.png
-share/icons/HighContrastLargePrint/48x48/apps/xfce4-session.png
-share/icons/HighContrastLargePrint/48x48/apps/xfce4-sound.png
-share/icons/HighContrastLargePrint/48x48/apps/xfwm4.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-accessories.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-development.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-engineering.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-games.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-graphics.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-internet.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-multimedia.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-office.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-other.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-science.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-system.png
-share/icons/HighContrastLargePrint/48x48/categories/applications-utilities.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-applications.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-control-center.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-devel.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-globe.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-graphics.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-joystick.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-multimedia.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-other.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-settings.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-system.png
-share/icons/HighContrastLargePrint/48x48/categories/gnome-util.png
-share/icons/HighContrastLargePrint/48x48/categories/gtk-preferences.png
-share/icons/HighContrastLargePrint/48x48/categories/input_devices_settings.png
-share/icons/HighContrastLargePrint/48x48/categories/kcontrol.png
-share/icons/HighContrastLargePrint/48x48/categories/package_development.png
-share/icons/HighContrastLargePrint/48x48/categories/package_games.png
-share/icons/HighContrastLargePrint/48x48/categories/package_graphics.png
-share/icons/HighContrastLargePrint/48x48/categories/package_multimedia.png
-share/icons/HighContrastLargePrint/48x48/categories/package_network.png
-share/icons/HighContrastLargePrint/48x48/categories/package_office.png
-share/icons/HighContrastLargePrint/48x48/categories/package_settings.png
-share/icons/HighContrastLargePrint/48x48/categories/package_system.png
-share/icons/HighContrastLargePrint/48x48/categories/package_utilities.png
-share/icons/HighContrastLargePrint/48x48/categories/preferences-desktop-peripherals.png
-share/icons/HighContrastLargePrint/48x48/categories/preferences-desktop-personal.png
-share/icons/HighContrastLargePrint/48x48/categories/preferences-desktop.png
-share/icons/HighContrastLargePrint/48x48/categories/preferences-other.png
-share/icons/HighContrastLargePrint/48x48/categories/preferences-system-network.png
-share/icons/HighContrastLargePrint/48x48/categories/preferences-system.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-accessories.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-games.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-graphics.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-internet.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-office.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-preferences.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-programming.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-sound_video.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-system_settings.png
-share/icons/HighContrastLargePrint/48x48/categories/redhat-system_tools.png
-share/icons/HighContrastLargePrint/48x48/categories/stock_internet.png
-share/icons/HighContrastLargePrint/48x48/categories/xfce-games.png
-share/icons/HighContrastLargePrint/48x48/categories/xfce-graphics.png
-share/icons/HighContrastLargePrint/48x48/categories/xfce-internet.png
-share/icons/HighContrastLargePrint/48x48/categories/xfce-multimedia.png
-share/icons/HighContrastLargePrint/48x48/categories/xfce-office.png
-share/icons/HighContrastLargePrint/48x48/categories/xfce-system-settings.png
-share/icons/HighContrastLargePrint/48x48/categories/xfce-utils.png
-share/icons/HighContrastLargePrint/48x48/categories/xfce4-settings.png
-share/icons/HighContrastLargePrint/48x48/devices/3floppy_unmount.png
-share/icons/HighContrastLargePrint/48x48/devices/cdrom_unmount.png
-share/icons/HighContrastLargePrint/48x48/devices/cdwriter_unmount.png
-share/icons/HighContrastLargePrint/48x48/devices/computer.png
-share/icons/HighContrastLargePrint/48x48/devices/drive-cdrom.png
-share/icons/HighContrastLargePrint/48x48/devices/drive-harddisk.png
-share/icons/HighContrastLargePrint/48x48/devices/drive-optical.png
-share/icons/HighContrastLargePrint/48x48/devices/drive-removable-media.png
-share/icons/HighContrastLargePrint/48x48/devices/dvd_unmount.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-cdrom-audio.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-cdrom.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-computer.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-cdr.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-cdrw.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdr-plus.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdr.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdram.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdrom.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-disc-dvdrw.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-dvd.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-floppy.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-harddisk-1394.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-harddisk-usb.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-harddisk.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-keyboard.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-mouse-ball.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-mouse-optical.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-printer-network.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-printer-new.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-printer.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-removable-1394.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-removable-usb.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-dev-removable.png
-share/icons/HighContrastLargePrint/48x48/devices/gnome-fs-client.png
-share/icons/HighContrastLargePrint/48x48/devices/gtk-cdrom.png
-share/icons/HighContrastLargePrint/48x48/devices/gtk-floppy.png
-share/icons/HighContrastLargePrint/48x48/devices/gtk-harddisk.png
-share/icons/HighContrastLargePrint/48x48/devices/harddrive.png
-share/icons/HighContrastLargePrint/48x48/devices/hdd_unmount.png
-share/icons/HighContrastLargePrint/48x48/devices/input-keyboard.png
-share/icons/HighContrastLargePrint/48x48/devices/input-mouse.png
-share/icons/HighContrastLargePrint/48x48/devices/keyboard.png
-share/icons/HighContrastLargePrint/48x48/devices/kjobviewer.png
-share/icons/HighContrastLargePrint/48x48/devices/kxkb.png
-share/icons/HighContrastLargePrint/48x48/devices/media-cdrom.png
-share/icons/HighContrastLargePrint/48x48/devices/media-floppy.png
-share/icons/HighContrastLargePrint/48x48/devices/media-optical.png
-share/icons/HighContrastLargePrint/48x48/devices/mouse.png
-share/icons/HighContrastLargePrint/48x48/devices/printer-remote.png
-share/icons/HighContrastLargePrint/48x48/devices/printer.png
-share/icons/HighContrastLargePrint/48x48/devices/printer1.png
-share/icons/HighContrastLargePrint/48x48/devices/printmgr.png
-share/icons/HighContrastLargePrint/48x48/devices/stock_printers.png
-share/icons/HighContrastLargePrint/48x48/devices/system-floppy.png
-share/icons/HighContrastLargePrint/48x48/devices/system.png
-share/icons/HighContrastLargePrint/48x48/devices/usbpendrive_unmount.png
-share/icons/HighContrastLargePrint/48x48/devices/xfce-printer.png
-share/icons/HighContrastLargePrint/48x48/devices/xfce4-keyboard.png
-share/icons/HighContrastLargePrint/48x48/devices/xfce4-mouse.png
-share/icons/HighContrastLargePrint/48x48/devices/yast_HD.png
-share/icons/HighContrastLargePrint/48x48/devices/yast_idetude.png
-share/icons/HighContrastLargePrint/48x48/devices/yast_mouse.png
-share/icons/HighContrastLargePrint/48x48/devices/yast_printer.png
-share/icons/HighContrastLargePrint/48x48/emblems/emblem-default.png
-share/icons/HighContrastLargePrint/48x48/emblems/emblem-desktop.png
-share/icons/HighContrastLargePrint/48x48/emblems/emblem-important.png
-share/icons/HighContrastLargePrint/48x48/emblems/emblem-noread.png
-share/icons/HighContrastLargePrint/48x48/emblems/emblem-personal.png
-share/icons/HighContrastLargePrint/48x48/emblems/emblem-special.png
-share/icons/HighContrastLargePrint/48x48/emblems/emblem-unreadable.png
-share/icons/HighContrastLargePrint/48x48/emblems/stock_mail-priority-high.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/application-x-executable.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/ascii.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/audio-x-generic.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/binary.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/contents2.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/deb.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/empty.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/exec.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/folder_tar.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/font-x-generic.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/font.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/font_bitmap.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/font_truetype.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/font_type1.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-fs-executable.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-fs-regular.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-ogg.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-archive.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-arj.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-compress.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-core-file.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-deb.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-executable.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-afm.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-bdf.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-pcf.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-font-ttf.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-gzip.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-jar.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-killustrator.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lha.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lhz.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-rar.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-rpm.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-stuffit.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-tar.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-tarz.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-zip.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-audio.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-image.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-text-x-vcard.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-text.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-video.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-x-font-afm.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-package.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/gtk-file.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/image-x-generic.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/image.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/mime_ascii.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/misc.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/package-x-generic.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/package.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/package_editors.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/rpm.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/sound.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/stock_addressbook.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/tar.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/text-x-generic.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/text-x-preview.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/tgz.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/txt.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/txt2.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/unknown.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/vcard.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/video-x-generic.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/video.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/x-office-address-book.png
-share/icons/HighContrastLargePrint/48x48/mimetypes/zip.png
-share/icons/HighContrastLargePrint/48x48/places/desktop.png
-share/icons/HighContrastLargePrint/48x48/places/distributor-logo.png
-share/icons/HighContrastLargePrint/48x48/places/emptytrash.png
-share/icons/HighContrastLargePrint/48x48/places/folder-remote.png
-share/icons/HighContrastLargePrint/48x48/places/folder.icon
-share/icons/HighContrastLargePrint/48x48/places/folder.png
-share/icons/HighContrastLargePrint/48x48/places/folder_home.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-desktop.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-directory.icon
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-directory.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-ftp.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-home.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-network.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-nfs.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-server.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-share.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-smb.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-ssh.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-fs-trash-empty.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-main-menu.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-nfs-server.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-smb-server.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-smb-share.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-mime-x-directory-smb-workgroup.png
-share/icons/HighContrastLargePrint/48x48/places/gnome-stock-trash.png
-share/icons/HighContrastLargePrint/48x48/places/gtk-directory.icon
-share/icons/HighContrastLargePrint/48x48/places/gtk-directory.png
-share/icons/HighContrastLargePrint/48x48/places/gtk-network.png
-share/icons/HighContrastLargePrint/48x48/places/inode-directory.icon
-share/icons/HighContrastLargePrint/48x48/places/inode-directory.png
-share/icons/HighContrastLargePrint/48x48/places/network-server.png
-share/icons/HighContrastLargePrint/48x48/places/network-workgroup.png
-share/icons/HighContrastLargePrint/48x48/places/network.png
-share/icons/HighContrastLargePrint/48x48/places/network_local.png
-share/icons/HighContrastLargePrint/48x48/places/novell-button.png
-share/icons/HighContrastLargePrint/48x48/places/redhat-network-server.png
-share/icons/HighContrastLargePrint/48x48/places/server.png
-share/icons/HighContrastLargePrint/48x48/places/start-here.png
-share/icons/HighContrastLargePrint/48x48/places/stock_folder.icon
-share/icons/HighContrastLargePrint/48x48/places/stock_folder.png
-share/icons/HighContrastLargePrint/48x48/places/trashcan_empty.png
-share/icons/HighContrastLargePrint/48x48/places/user-desktop.png
-share/icons/HighContrastLargePrint/48x48/places/user-home.png
-share/icons/HighContrastLargePrint/48x48/places/user-trash.png
-share/icons/HighContrastLargePrint/48x48/places/xfce-trash_empty.png
-share/icons/HighContrastLargePrint/48x48/status/audio-volume-high.png
-share/icons/HighContrastLargePrint/48x48/status/audio-volume-low.png
-share/icons/HighContrastLargePrint/48x48/status/audio-volume-medium.png
-share/icons/HighContrastLargePrint/48x48/status/audio-volume-muted.png
-share/icons/HighContrastLargePrint/48x48/status/edittrash.png
-share/icons/HighContrastLargePrint/48x48/status/folder-drag-accept.icon
-share/icons/HighContrastLargePrint/48x48/status/folder-drag-accept.png
-share/icons/HighContrastLargePrint/48x48/status/gnome-fs-directory-accept.icon
-share/icons/HighContrastLargePrint/48x48/status/gnome-fs-directory-accept.png
-share/icons/HighContrastLargePrint/48x48/status/gnome-fs-trash-full.png
-share/icons/HighContrastLargePrint/48x48/status/gnome-stock-trash-full.png
-share/icons/HighContrastLargePrint/48x48/status/stock_trash_full.png
-share/icons/HighContrastLargePrint/48x48/status/stock_volume-0.png
-share/icons/HighContrastLargePrint/48x48/status/stock_volume-max.png
-share/icons/HighContrastLargePrint/48x48/status/stock_volume-med.png
-share/icons/HighContrastLargePrint/48x48/status/stock_volume-min.png
-share/icons/HighContrastLargePrint/48x48/status/stock_volume-mute.png
-share/icons/HighContrastLargePrint/48x48/status/stock_volume.png
-share/icons/HighContrastLargePrint/48x48/status/trashcan_full.png
-share/icons/HighContrastLargePrint/48x48/status/user-trash-full.png
-share/icons/HighContrastLargePrint/48x48/status/xfce-trash_full.png
-share/icons/HighContrastLargePrint/index.theme
-share/icons/HighContrastLargePrintInverse/36x36/animations/gnome-spinner-rest.png
-share/icons/HighContrastLargePrintInverse/36x36/animations/gnome-spinner.png
-share/icons/HighContrastLargePrintInverse/36x36/animations/process-idle.png
-share/icons/HighContrastLargePrintInverse/36x36/animations/process-working.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/exit.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-logout.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-run.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-searchtool.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/gnome-shutdown.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/go-home.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/gohome.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-execute.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-home.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-media-pause.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/gtk-refresh.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/insert-image.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/insert-text.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/kfind.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/kfm_home.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/mail-send-receive.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/media-playback-pause.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/player_pause.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/redhat-home.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/reload.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/reload3.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/reload_all_tabs.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/reload_page.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/search.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/stock_home.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/stock_mail-send-receive.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/stock_media-pause.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/stock_new-tab.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/stock_refresh.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/system-log-out.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/system-run.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/system-search.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/system-shutdown.png
-share/icons/HighContrastLargePrintInverse/48x48/actions/view-refresh.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/access.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/accessibility-directory.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/accessories-calculator.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/accessories-character-map.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/accessories-text-editor.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/advanced-directory.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/applets-screenshooter.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/arts.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/ax-applet.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/background.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/calc.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/charpick.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/clock.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/config-language.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/display-capplet.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/eog.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/evince.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/evolution.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/file-manager.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/file-roller.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/fonts.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gdict.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/ghex.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gimp.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gkb.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-application-generic.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-audio2.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-calc3.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-calculator.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-ccmime.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-ccscreensaver.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-cd.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-character-map.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-folder-generic.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-grecord.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-help.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-home.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-info.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-log.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-logo-icon-transparent.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mailcheck.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mini-commander.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mixer-applet.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-mixer.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-panel.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-searchtool-animation-rest.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-searchtool-animation.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-session.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-accessibility-keyboard.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-accessibility-technologies.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-background.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-default-applications.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-font.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-keybindings.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-sound.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-theme.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-settings-ui-behavior.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-starthere.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-terminal.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-window-manager.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-windows.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-workspace.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gok.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gtk-help.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gucharmap.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/help-browser.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/help.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/kcalc.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/kcharselect.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/kcmkwm.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/kcmsound.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/kedit.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/key_bindings.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/kfm.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/khelpcenter.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/knotify.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/konsole.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/kwin.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/launcher-program.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/locale.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/mozilla-icon.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/multimedia-volume-control.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/multimedia.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/openterm.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/orca.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/panel-drawer.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/panel-force-quit.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/perfmeter.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-accessibility.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-font.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-keyboard-shortcuts.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-keyboard.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-locale.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-sound.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-theme.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-wallpaper.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-system-session.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-system-windows.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/redhat-filemanager.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/session-properties.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/smc.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/sound-juicer.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/star.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/stock_help.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/style.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/susehelpcenter.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/system-file-manager.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/terminal.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/text-editor.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/utilities-terminal.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/volume-knob.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/wallpaper.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/window-capplet.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/xfce-filemanager.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/xfce-terminal.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-backdrop.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-mixer.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-session.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/xfce4-sound.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/xfwm4.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-accessories.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-development.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-engineering.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-games.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-graphics.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-internet.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-multimedia.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-office.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-other.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-science.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-system.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/applications-utilities.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-applications.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-control-center.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-devel.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-globe.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-graphics.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-joystick.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-multimedia.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-other.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-settings.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-system.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gnome-util.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/gtk-preferences.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/input_devices_settings.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/kcontrol.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/package_development.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/package_games.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/package_graphics.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/package_multimedia.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/package_network.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/package_office.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/package_settings.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/package_system.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/package_utilities.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-desktop-peripherals.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-desktop-personal.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-desktop.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-other.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-system-network.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/preferences-system.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-accessories.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-games.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-graphics.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-internet.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-office.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-preferences.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-programming.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-sound_video.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-system_settings.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/redhat-system_tools.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/stock_internet.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-games.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-graphics.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-internet.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-multimedia.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-office.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-system-settings.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/xfce-utils.png
-share/icons/HighContrastLargePrintInverse/48x48/categories/xfce4-settings.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/3floppy_unmount.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/cdrom_unmount.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/cdwriter_unmount.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/computer.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/drive-cdrom.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/drive-harddisk.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/drive-optical.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/drive-removable-media.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/dvd_unmount.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-cdrom-audio.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-cdrom.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-computer.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-cdr.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-cdrw.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr-plus.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdram.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrom.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrw.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-dvd.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-floppy.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-harddisk-1394.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-harddisk-usb.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-harddisk.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-keyboard.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-mouse-ball.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-mouse-optical.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-printer-network.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-printer-new.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-printer.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-removable-1394.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-removable-usb.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-removable.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-dev-wavelan.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gnome-fs-client.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gtk-cdrom.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gtk-floppy.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/gtk-harddisk.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/harddrive.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/hdd_unmount.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/input-keyboard.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/input-mouse.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/keyboard.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/kjobviewer.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/kxkb.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/media-cdrom.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/media-floppy.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/media-optical.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/mouse.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/network-wireless.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/printer-remote.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/printer.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/printer1.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/printmgr.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/stock_printers.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/system-floppy.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/system.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/usbpendrive_unmount.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/xfce-printer.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/xfce4-keyboard.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/xfce4-mouse.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/yast_HD.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/yast_idetude.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/yast_mouse.png
-share/icons/HighContrastLargePrintInverse/48x48/devices/yast_printer.png
-share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-default.png
-share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-desktop.png
-share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-important.png
-share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-noread.png
-share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-personal.png
-share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-special.png
-share/icons/HighContrastLargePrintInverse/48x48/emblems/emblem-unreadable.png
-share/icons/HighContrastLargePrintInverse/48x48/emblems/stock_mail-priority-high.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/application-x-executable.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/ascii.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/audio-x-generic.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/binary.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/contents2.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/deb.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/document.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/empty.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/exec.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/folder_tar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font-x-generic.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font_bitmap.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font_truetype.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/font_type1.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-fs-executable.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-fs-regular.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-magicpoint.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-msword.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-ogg.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-pdf.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-postscript.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-rtf.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-wordperfect.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-abiword.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-applix-word.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-archive.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-arj.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compress.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-core-file.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-deb.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-dvi.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-executable.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-afm.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-bdf.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-pcf.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-ttf.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzip.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-jar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-killustrator.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kpresenter.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kword.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lha.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lhz.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rpm.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-scribus.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-stuffit.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tarz.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tex.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-zip.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-audio.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-image.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcalendar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcard.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-text.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-video.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-x-font-afm.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-package.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gtk-file.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/image-x-generic.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/image.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/kpresenter_kpr.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/mime_ascii.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/misc.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package-x-generic.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package_editors.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/package_wordprocessing.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/plan.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/rpm.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/sound.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/stock_addressbook.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/stock_calendar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/tar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/template_source.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/text-x-generic-template.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/text-x-generic.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/text-x-preview.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/tgz.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/txt.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/txt2.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/unknown.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/vcalendar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/vcard.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/video-x-generic.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/video.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/wordprocessing.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-address-book.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-calendar.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-document.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-presentation.png
-share/icons/HighContrastLargePrintInverse/48x48/mimetypes/zip.png
-share/icons/HighContrastLargePrintInverse/48x48/places/desktop.png
-share/icons/HighContrastLargePrintInverse/48x48/places/distributor-logo.png
-share/icons/HighContrastLargePrintInverse/48x48/places/emptytrash.png
-share/icons/HighContrastLargePrintInverse/48x48/places/folder-remote.png
-share/icons/HighContrastLargePrintInverse/48x48/places/folder.icon
-share/icons/HighContrastLargePrintInverse/48x48/places/folder.png
-share/icons/HighContrastLargePrintInverse/48x48/places/folder_home.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-desktop.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-directory.icon
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-directory.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-ftp.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-home.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-network.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-nfs.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-server.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-share.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-smb.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-ssh.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-fs-trash-empty.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-main-menu.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-nfs-server.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-server.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-share.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-workgroup.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gnome-stock-trash.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gtk-directory.icon
-share/icons/HighContrastLargePrintInverse/48x48/places/gtk-directory.png
-share/icons/HighContrastLargePrintInverse/48x48/places/gtk-network.png
-share/icons/HighContrastLargePrintInverse/48x48/places/inode-directory.icon
-share/icons/HighContrastLargePrintInverse/48x48/places/inode-directory.png
-share/icons/HighContrastLargePrintInverse/48x48/places/network-server.png
-share/icons/HighContrastLargePrintInverse/48x48/places/network-workgroup.png
-share/icons/HighContrastLargePrintInverse/48x48/places/network.png
-share/icons/HighContrastLargePrintInverse/48x48/places/network_local.png
-share/icons/HighContrastLargePrintInverse/48x48/places/novell-button.png
-share/icons/HighContrastLargePrintInverse/48x48/places/redhat-network-server.png
-share/icons/HighContrastLargePrintInverse/48x48/places/server.png
-share/icons/HighContrastLargePrintInverse/48x48/places/start-here.png
-share/icons/HighContrastLargePrintInverse/48x48/places/stock_folder.icon
-share/icons/HighContrastLargePrintInverse/48x48/places/stock_folder.png
-share/icons/HighContrastLargePrintInverse/48x48/places/trashcan_empty.png
-share/icons/HighContrastLargePrintInverse/48x48/places/user-desktop.png
-share/icons/HighContrastLargePrintInverse/48x48/places/user-home.png
-share/icons/HighContrastLargePrintInverse/48x48/places/user-trash.png
-share/icons/HighContrastLargePrintInverse/48x48/places/xfce-trash_empty.png
-share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-high.png
-share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-low.png
-share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-medium.png
-share/icons/HighContrastLargePrintInverse/48x48/status/audio-volume-muted.png
-share/icons/HighContrastLargePrintInverse/48x48/status/battery-caution.png
-share/icons/HighContrastLargePrintInverse/48x48/status/battery-low.png
-share/icons/HighContrastLargePrintInverse/48x48/status/edittrash.png
-share/icons/HighContrastLargePrintInverse/48x48/status/folder-drag-accept.icon
-share/icons/HighContrastLargePrintInverse/48x48/status/folder-drag-accept.png
-share/icons/HighContrastLargePrintInverse/48x48/status/gnome-fs-directory-accept.icon
-share/icons/HighContrastLargePrintInverse/48x48/status/gnome-fs-directory-accept.png
-share/icons/HighContrastLargePrintInverse/48x48/status/gnome-fs-trash-full.png
-share/icons/HighContrastLargePrintInverse/48x48/status/gnome-stock-trash-full.png
-share/icons/HighContrastLargePrintInverse/48x48/status/media-playlist-repeat.png
-share/icons/HighContrastLargePrintInverse/48x48/status/media-playlist-shuffle.png
-share/icons/HighContrastLargePrintInverse/48x48/status/printer-error.png
-share/icons/HighContrastLargePrintInverse/48x48/status/printer-printing.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_repeat.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_shuffle.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_trash_full.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-0.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-max.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-med.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-min.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume-mute.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_volume.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-cloudy.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-few-clouds.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-fog.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-night-clear.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-night-few-clouds.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-showers.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-snow.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-storm.png
-share/icons/HighContrastLargePrintInverse/48x48/status/stock_weather-sunny.png
-share/icons/HighContrastLargePrintInverse/48x48/status/sunny.png
-share/icons/HighContrastLargePrintInverse/48x48/status/trashcan_full.png
-share/icons/HighContrastLargePrintInverse/48x48/status/user-trash-full.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-clear-night.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-clear.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-few-clouds-night.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-few-clouds.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-fog.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-overcast.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-showers-scattered.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-showers.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-snow.png
-share/icons/HighContrastLargePrintInverse/48x48/status/weather-storm.png
-share/icons/HighContrastLargePrintInverse/48x48/status/xfce-trash_full.png
-share/icons/HighContrastLargePrintInverse/index.theme
-share/icons/LargePrint/index.theme
-share/icons/Mist/16x16/actions/document-open.png
-share/icons/Mist/16x16/actions/fileopen.png
-share/icons/Mist/16x16/actions/gtk-open.png
-share/icons/Mist/16x16/places/application-x-gnome-saved-search.png
-share/icons/Mist/16x16/places/folder-new.png
-share/icons/Mist/16x16/places/folder-remote.png
-share/icons/Mist/16x16/places/folder-saved-search.png
-share/icons/Mist/16x16/places/folder.png
-share/icons/Mist/16x16/places/folder_home.png
-share/icons/Mist/16x16/places/gnome-fs-directory.png
-share/icons/Mist/16x16/places/gnome-fs-ftp.png
-share/icons/Mist/16x16/places/gnome-fs-home.png
-share/icons/Mist/16x16/places/gnome-fs-nfs.png
-share/icons/Mist/16x16/places/gnome-fs-share.png
-share/icons/Mist/16x16/places/gnome-fs-smb.png
-share/icons/Mist/16x16/places/gnome-fs-ssh.png
-share/icons/Mist/16x16/places/gnome-mime-x-directory-smb-share.png
-share/icons/Mist/16x16/places/gtk-directory.png
-share/icons/Mist/16x16/places/inode-directory.png
-share/icons/Mist/16x16/places/network.png
-share/icons/Mist/16x16/places/stock_folder.png
-share/icons/Mist/16x16/places/user-home.png
-share/icons/Mist/16x16/status/folder-drag-accept.svg
-share/icons/Mist/16x16/status/folder-open.svg
-share/icons/Mist/16x16/status/folder-visiting.png
-share/icons/Mist/16x16/status/folder_open.svg
-share/icons/Mist/16x16/status/gnome-fs-directory-accept.svg
-share/icons/Mist/16x16/status/gnome-fs-directory-visiting.png
-share/icons/Mist/16x16/status/stock_open.svg
-share/icons/Mist/22x22/actions/document-open.png
-share/icons/Mist/22x22/actions/fileopen.png
-share/icons/Mist/22x22/actions/gtk-open.png
-share/icons/Mist/22x22/places/application-x-gnome-saved-search.png
-share/icons/Mist/22x22/places/folder-new.png
-share/icons/Mist/22x22/places/folder-remote.png
-share/icons/Mist/22x22/places/folder-saved-search.png
-share/icons/Mist/22x22/places/folder.png
-share/icons/Mist/22x22/places/folder_home.svg
-share/icons/Mist/22x22/places/gnome-fs-directory.png
-share/icons/Mist/22x22/places/gnome-fs-ftp.png
-share/icons/Mist/22x22/places/gnome-fs-home.svg
-share/icons/Mist/22x22/places/gnome-fs-nfs.png
-share/icons/Mist/22x22/places/gnome-fs-share.png
-share/icons/Mist/22x22/places/gnome-fs-smb.png
-share/icons/Mist/22x22/places/gnome-fs-ssh.png
-share/icons/Mist/22x22/places/gnome-mime-x-directory-smb-share.png
-share/icons/Mist/22x22/places/gtk-directory.png
-share/icons/Mist/22x22/places/inode-directory.png
-share/icons/Mist/22x22/places/network.png
-share/icons/Mist/22x22/places/stock_folder.png
-share/icons/Mist/22x22/places/user-home.svg
-share/icons/Mist/22x22/status/folder-drag-accept.png
-share/icons/Mist/22x22/status/folder-open.png
-share/icons/Mist/22x22/status/folder-visiting.png
-share/icons/Mist/22x22/status/folder_open.png
-share/icons/Mist/22x22/status/gnome-fs-directory-accept.png
-share/icons/Mist/22x22/status/gnome-fs-directory-visiting.png
-share/icons/Mist/22x22/status/stock_open.png
-share/icons/Mist/24x24/actions/document-open.png
-share/icons/Mist/24x24/actions/fileopen.png
-share/icons/Mist/24x24/actions/gtk-open.png
-share/icons/Mist/24x24/places/application-x-gnome-saved-search.png
-share/icons/Mist/24x24/places/folder-new.png
-share/icons/Mist/24x24/places/folder-remote.png
-share/icons/Mist/24x24/places/folder-saved-search.png
-share/icons/Mist/24x24/places/folder.png
-share/icons/Mist/24x24/places/folder_home.png
-share/icons/Mist/24x24/places/gnome-fs-directory.png
-share/icons/Mist/24x24/places/gnome-fs-ftp.png
-share/icons/Mist/24x24/places/gnome-fs-home.png
-share/icons/Mist/24x24/places/gnome-fs-nfs.png
-share/icons/Mist/24x24/places/gnome-fs-share.png
-share/icons/Mist/24x24/places/gnome-fs-smb.png
-share/icons/Mist/24x24/places/gnome-fs-ssh.png
-share/icons/Mist/24x24/places/gnome-mime-x-directory-smb-share.png
-share/icons/Mist/24x24/places/gtk-directory.png
-share/icons/Mist/24x24/places/inode-directory.png
-share/icons/Mist/24x24/places/network.png
-share/icons/Mist/24x24/places/stock_folder.png
-share/icons/Mist/24x24/places/user-home.png
-share/icons/Mist/24x24/status/folder-drag-accept.png
-share/icons/Mist/24x24/status/folder-open.png
-share/icons/Mist/24x24/status/folder-visiting.png
-share/icons/Mist/24x24/status/folder_open.png
-share/icons/Mist/24x24/status/gnome-fs-directory-accept.png
-share/icons/Mist/24x24/status/gnome-fs-directory-visiting.png
-share/icons/Mist/24x24/status/stock_open.png
-share/icons/Mist/32x32/actions/document-open.svg
-share/icons/Mist/32x32/actions/fileopen.svg
-share/icons/Mist/32x32/actions/gtk-open.svg
-share/icons/Mist/32x32/places/application-x-gnome-saved-search.svg
-share/icons/Mist/32x32/places/folder-new.svg
-share/icons/Mist/32x32/places/folder-remote.svg
-share/icons/Mist/32x32/places/folder-saved-search.svg
-share/icons/Mist/32x32/places/folder.svg
-share/icons/Mist/32x32/places/folder_home.svg
-share/icons/Mist/32x32/places/gnome-fs-directory.svg
-share/icons/Mist/32x32/places/gnome-fs-ftp.svg
-share/icons/Mist/32x32/places/gnome-fs-home.svg
-share/icons/Mist/32x32/places/gnome-fs-nfs.svg
-share/icons/Mist/32x32/places/gnome-fs-share.svg
-share/icons/Mist/32x32/places/gnome-fs-smb.svg
-share/icons/Mist/32x32/places/gnome-fs-ssh.svg
-share/icons/Mist/32x32/places/gnome-mime-x-directory-smb-share.svg
-share/icons/Mist/32x32/places/gtk-directory.svg
-share/icons/Mist/32x32/places/inode-directory.svg
-share/icons/Mist/32x32/places/network.svg
-share/icons/Mist/32x32/places/stock_folder.svg
-share/icons/Mist/32x32/places/user-home.svg
-share/icons/Mist/32x32/status/folder-drag-accept.svg
-share/icons/Mist/32x32/status/folder-open.svg
-share/icons/Mist/32x32/status/folder-visiting.png
-share/icons/Mist/32x32/status/folder_open.svg
-share/icons/Mist/32x32/status/gnome-fs-directory-accept.svg
-share/icons/Mist/32x32/status/gnome-fs-directory-visiting.png
-share/icons/Mist/32x32/status/stock_open.svg
-share/icons/Mist/index.theme
-share/icons/Mist/scalable/actions/document-open.svg
-share/icons/Mist/scalable/actions/fileopen.svg
-share/icons/Mist/scalable/actions/gtk-open.svg
-share/icons/Mist/scalable/places/application-x-gnome-saved-search.svg
-share/icons/Mist/scalable/places/folder-new.svg
-share/icons/Mist/scalable/places/folder-remote.svg
-share/icons/Mist/scalable/places/folder-saved-search.svg
-share/icons/Mist/scalable/places/folder.svg
-share/icons/Mist/scalable/places/folder_home.svg
-share/icons/Mist/scalable/places/gnome-fs-directory.svg
-share/icons/Mist/scalable/places/gnome-fs-ftp.svg
-share/icons/Mist/scalable/places/gnome-fs-home.svg
-share/icons/Mist/scalable/places/gnome-fs-nfs.svg
-share/icons/Mist/scalable/places/gnome-fs-share.svg
-share/icons/Mist/scalable/places/gnome-fs-smb.svg
-share/icons/Mist/scalable/places/gnome-fs-ssh.svg
-share/icons/Mist/scalable/places/gnome-mime-x-directory-smb-share.svg
-share/icons/Mist/scalable/places/gtk-directory.svg
-share/icons/Mist/scalable/places/inode-directory.svg
-share/icons/Mist/scalable/places/network.svg
-share/icons/Mist/scalable/places/stock_folder.svg
-share/icons/Mist/scalable/places/user-home.svg
-share/icons/Mist/scalable/status/folder-drag-accept.svg
-share/icons/Mist/scalable/status/folder-open.svg
-share/icons/Mist/scalable/status/folder-visiting.svg
-share/icons/Mist/scalable/status/folder_open.svg
-share/icons/Mist/scalable/status/gnome-fs-directory-accept.svg
-share/icons/Mist/scalable/status/gnome-fs-directory-visiting.svg
-share/icons/Mist/scalable/status/stock_open.svg
-share/locale/am/LC_MESSAGES/gnome-themes.mo
-share/locale/ar/LC_MESSAGES/gnome-themes.mo
-share/locale/as/LC_MESSAGES/gnome-themes.mo
-share/locale/ast/LC_MESSAGES/gnome-themes.mo
-share/locale/az/LC_MESSAGES/gnome-themes.mo
-share/locale/be/LC_MESSAGES/gnome-themes.mo
-share/locale/be@latin/LC_MESSAGES/gnome-themes.mo
-share/locale/bg/LC_MESSAGES/gnome-themes.mo
-share/locale/bn/LC_MESSAGES/gnome-themes.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-themes.mo
-share/locale/bs/LC_MESSAGES/gnome-themes.mo
-share/locale/ca/LC_MESSAGES/gnome-themes.mo
-share/locale/crh/LC_MESSAGES/gnome-themes.mo
-share/locale/cs/LC_MESSAGES/gnome-themes.mo
-share/locale/cy/LC_MESSAGES/gnome-themes.mo
-share/locale/da/LC_MESSAGES/gnome-themes.mo
-share/locale/de/LC_MESSAGES/gnome-themes.mo
-share/locale/dz/LC_MESSAGES/gnome-themes.mo
-share/locale/el/LC_MESSAGES/gnome-themes.mo
-share/locale/en_CA/LC_MESSAGES/gnome-themes.mo
-share/locale/en_GB/LC_MESSAGES/gnome-themes.mo
-share/locale/es/LC_MESSAGES/gnome-themes.mo
-share/locale/et/LC_MESSAGES/gnome-themes.mo
-share/locale/eu/LC_MESSAGES/gnome-themes.mo
-share/locale/fa/LC_MESSAGES/gnome-themes.mo
-share/locale/fi/LC_MESSAGES/gnome-themes.mo
-share/locale/fr/LC_MESSAGES/gnome-themes.mo
-share/locale/fur/LC_MESSAGES/gnome-themes.mo
-share/locale/ga/LC_MESSAGES/gnome-themes.mo
-share/locale/gl/LC_MESSAGES/gnome-themes.mo
-share/locale/gu/LC_MESSAGES/gnome-themes.mo
-share/locale/he/LC_MESSAGES/gnome-themes.mo
-share/locale/hi/LC_MESSAGES/gnome-themes.mo
-share/locale/hr/LC_MESSAGES/gnome-themes.mo
-share/locale/hu/LC_MESSAGES/gnome-themes.mo
-share/locale/id/LC_MESSAGES/gnome-themes.mo
-share/locale/is/LC_MESSAGES/gnome-themes.mo
-share/locale/it/LC_MESSAGES/gnome-themes.mo
-share/locale/ja/LC_MESSAGES/gnome-themes.mo
-share/locale/ka/LC_MESSAGES/gnome-themes.mo
-share/locale/ko/LC_MESSAGES/gnome-themes.mo
-share/locale/ku/LC_MESSAGES/gnome-themes.mo
-share/locale/ky/LC_MESSAGES/gnome-themes.mo
-share/locale/li/LC_MESSAGES/gnome-themes.mo
-share/locale/lt/LC_MESSAGES/gnome-themes.mo
-share/locale/lv/LC_MESSAGES/gnome-themes.mo
-share/locale/mg/LC_MESSAGES/gnome-themes.mo
-share/locale/mk/LC_MESSAGES/gnome-themes.mo
-share/locale/ml/LC_MESSAGES/gnome-themes.mo
-share/locale/mn/LC_MESSAGES/gnome-themes.mo
-share/locale/mr/LC_MESSAGES/gnome-themes.mo
-share/locale/ms/LC_MESSAGES/gnome-themes.mo
-share/locale/nb/LC_MESSAGES/gnome-themes.mo
-share/locale/ne/LC_MESSAGES/gnome-themes.mo
-share/locale/nl/LC_MESSAGES/gnome-themes.mo
-share/locale/nn/LC_MESSAGES/gnome-themes.mo
-share/locale/oc/LC_MESSAGES/gnome-themes.mo
-share/locale/or/LC_MESSAGES/gnome-themes.mo
-share/locale/pa/LC_MESSAGES/gnome-themes.mo
-share/locale/pl/LC_MESSAGES/gnome-themes.mo
-share/locale/pt/LC_MESSAGES/gnome-themes.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-themes.mo
-share/locale/ro/LC_MESSAGES/gnome-themes.mo
-share/locale/ru/LC_MESSAGES/gnome-themes.mo
-share/locale/rw/LC_MESSAGES/gnome-themes.mo
-share/locale/si/LC_MESSAGES/gnome-themes.mo
-share/locale/sk/LC_MESSAGES/gnome-themes.mo
-share/locale/sl/LC_MESSAGES/gnome-themes.mo
-share/locale/sq/LC_MESSAGES/gnome-themes.mo
-share/locale/sr/LC_MESSAGES/gnome-themes.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-themes.mo
-share/locale/sv/LC_MESSAGES/gnome-themes.mo
-share/locale/ta/LC_MESSAGES/gnome-themes.mo
-share/locale/te/LC_MESSAGES/gnome-themes.mo
-share/locale/th/LC_MESSAGES/gnome-themes.mo
-share/locale/tr/LC_MESSAGES/gnome-themes.mo
-share/locale/ug/LC_MESSAGES/gnome-themes.mo
-share/locale/uk/LC_MESSAGES/gnome-themes.mo
-share/locale/vi/LC_MESSAGES/gnome-themes.mo
-share/locale/wa/LC_MESSAGES/gnome-themes.mo
-share/locale/xh/LC_MESSAGES/gnome-themes.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-themes.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-themes.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-themes.mo
-share/themes/Clearlooks/index.theme
-share/themes/Clearlooks/metacity-1/metacity-theme-1.xml
-share/themes/ClearlooksClassic/gtk-2.0/gtkrc
-share/themes/ClearlooksClassic/metacity-1/metacity-theme-1.xml
-share/themes/Crux/index.theme
-share/themes/Glider/gtk-2.0/gtkrc
-share/themes/Glider/index.theme
-share/themes/Glider/metacity-1/metacity-theme-1.xml
-share/themes/Glossy/gtk-2.0/gtkrc
-share/themes/Glossy/index.theme
-share/themes/Glossy/metacity-1/metacity-theme-1.xml
-share/themes/HighContrast/gtk-2.0/gtkrc
-share/themes/HighContrast/index.theme
-share/themes/HighContrastInverse/gtk-2.0/gtkrc
-share/themes/HighContrastInverse/index.theme
-share/themes/HighContrastLargePrint/gtk-2.0/gtkrc
-share/themes/HighContrastLargePrint/index.theme.disabled
-share/themes/HighContrastLargePrint/pixmaps/double-click-maybe.png
-share/themes/HighContrastLargePrint/pixmaps/double-click-off.png
-share/themes/HighContrastLargePrint/pixmaps/double-click-on.png
-share/themes/HighContrastLargePrint/pixmaps/media-backward.png
-share/themes/HighContrastLargePrint/pixmaps/media-eject.png
-share/themes/HighContrastLargePrint/pixmaps/media-forward.png
-share/themes/HighContrastLargePrint/pixmaps/media-next.png
-share/themes/HighContrastLargePrint/pixmaps/media-pause.png
-share/themes/HighContrastLargePrint/pixmaps/media-play.png
-share/themes/HighContrastLargePrint/pixmaps/media-prev.png
-share/themes/HighContrastLargePrint/pixmaps/media-record.png
-share/themes/HighContrastLargePrint/pixmaps/media-stop.png
-share/themes/HighContrastLargePrint/pixmaps/metacity-delete.png
-share/themes/HighContrastLargePrint/pixmaps/metacity-maximize.png
-share/themes/HighContrastLargePrint/pixmaps/metacity-minimize.png
-share/themes/HighContrastLargePrint/pixmaps/printer-broken.png
-share/themes/HighContrastLargePrint/pixmaps/printer-default.png
-share/themes/HighContrastLargePrint/pixmaps/printer-inkjet.png
-share/themes/HighContrastLargePrint/pixmaps/printer-personal-laser.png
-share/themes/HighContrastLargePrint/pixmaps/printer-workgroup-laser.png
-share/themes/HighContrastLargePrint/pixmaps/stock_about.png
-share/themes/HighContrastLargePrint/pixmaps/stock_accessories.png
-share/themes/HighContrastLargePrint/pixmaps/stock_add.png
-share/themes/HighContrastLargePrint/pixmaps/stock_amusements.png
-share/themes/HighContrastLargePrint/pixmaps/stock_apply.png
-share/themes/HighContrastLargePrint/pixmaps/stock_attach.png
-share/themes/HighContrastLargePrint/pixmaps/stock_bold.png
-share/themes/HighContrastLargePrint/pixmaps/stock_book.png
-share/themes/HighContrastLargePrint/pixmaps/stock_cancel.png
-share/themes/HighContrastLargePrint/pixmaps/stock_cde-menu.png
-share/themes/HighContrastLargePrint/pixmaps/stock_cdrom.png
-share/themes/HighContrastLargePrint/pixmaps/stock_clear.png
-share/themes/HighContrastLargePrint/pixmaps/stock_close.png
-share/themes/HighContrastLargePrint/pixmaps/stock_commandline-browser.xpm
-share/themes/HighContrastLargePrint/pixmaps/stock_commandline-history.xpm
-share/themes/HighContrastLargePrint/pixmaps/stock_connect.png
-share/themes/HighContrastLargePrint/pixmaps/stock_convert.png
-share/themes/HighContrastLargePrint/pixmaps/stock_copy.png
-share/themes/HighContrastLargePrint/pixmaps/stock_cut.png
-share/themes/HighContrastLargePrint/pixmaps/stock_delete.png
-share/themes/HighContrastLargePrint/pixmaps/stock_dialog_error.png
-share/themes/HighContrastLargePrint/pixmaps/stock_dialog_info.png
-share/themes/HighContrastLargePrint/pixmaps/stock_dialog_question.png
-share/themes/HighContrastLargePrint/pixmaps/stock_dialog_warning.png
-share/themes/HighContrastLargePrint/pixmaps/stock_disconnect.png
-share/themes/HighContrastLargePrint/pixmaps/stock_dnd.png
-share/themes/HighContrastLargePrint/pixmaps/stock_dnd_multiple.png
-share/themes/HighContrastLargePrint/pixmaps/stock_drawer.png
-share/themes/HighContrastLargePrint/pixmaps/stock_edit.png
-share/themes/HighContrastLargePrint/pixmaps/stock_empty.png
-share/themes/HighContrastLargePrint/pixmaps/stock_execute.png
-share/themes/HighContrastLargePrint/pixmaps/stock_export.png
-share/themes/HighContrastLargePrint/pixmaps/stock_find-and-replace.png
-share/themes/HighContrastLargePrint/pixmaps/stock_find.png
-share/themes/HighContrastLargePrint/pixmaps/stock_floppy.png
-share/themes/HighContrastLargePrint/pixmaps/stock_gnome-logo.png
-share/themes/HighContrastLargePrint/pixmaps/stock_gnome-util.png
-share/themes/HighContrastLargePrint/pixmaps/stock_go-back.png
-share/themes/HighContrastLargePrint/pixmaps/stock_go-down.png
-share/themes/HighContrastLargePrint/pixmaps/stock_go-forward.png
-share/themes/HighContrastLargePrint/pixmaps/stock_go-up.png
-share/themes/HighContrastLargePrint/pixmaps/stock_goto-bottom.png
-share/themes/HighContrastLargePrint/pixmaps/stock_goto-first.png
-share/themes/HighContrastLargePrint/pixmaps/stock_goto-last.png
-share/themes/HighContrastLargePrint/pixmaps/stock_goto-top.png
-share/themes/HighContrastLargePrint/pixmaps/stock_harddisk.png
-share/themes/HighContrastLargePrint/pixmaps/stock_help.png
-share/themes/HighContrastLargePrint/pixmaps/stock_home.png
-share/themes/HighContrastLargePrint/pixmaps/stock_import.png
-share/themes/HighContrastLargePrint/pixmaps/stock_index.png
-share/themes/HighContrastLargePrint/pixmaps/stock_info.png
-share/themes/HighContrastLargePrint/pixmaps/stock_insert-image.png
-share/themes/HighContrastLargePrint/pixmaps/stock_insert-object.png
-share/themes/HighContrastLargePrint/pixmaps/stock_insert-table.png
-share/themes/HighContrastLargePrint/pixmaps/stock_internet.png
-share/themes/HighContrastLargePrint/pixmaps/stock_italic.png
-share/themes/HighContrastLargePrint/pixmaps/stock_jump-to.png
-share/themes/HighContrastLargePrint/pixmaps/stock_justify-center.png
-share/themes/HighContrastLargePrint/pixmaps/stock_justify-fill.png
-share/themes/HighContrastLargePrint/pixmaps/stock_justify-left.png
-share/themes/HighContrastLargePrint/pixmaps/stock_justify-right.png
-share/themes/HighContrastLargePrint/pixmaps/stock_launcher-program.png
-share/themes/HighContrastLargePrint/pixmaps/stock_line-in.png
-share/themes/HighContrastLargePrint/pixmaps/stock_lockscreen.png
-share/themes/HighContrastLargePrint/pixmaps/stock_logout.png
-share/themes/HighContrastLargePrint/pixmaps/stock_mic.png
-share/themes/HighContrastLargePrint/pixmaps/stock_missing-image.png
-share/themes/HighContrastLargePrint/pixmaps/stock_multimedia.png
-share/themes/HighContrastLargePrint/pixmaps/stock_new.png
-share/themes/HighContrastLargePrint/pixmaps/stock_no.png
-share/themes/HighContrastLargePrint/pixmaps/stock_ok.png
-share/themes/HighContrastLargePrint/pixmaps/stock_open.png
-share/themes/HighContrastLargePrint/pixmaps/stock_paste.png
-share/themes/HighContrastLargePrint/pixmaps/stock_preferences.png
-share/themes/HighContrastLargePrint/pixmaps/stock_print-preview.png
-share/themes/HighContrastLargePrint/pixmaps/stock_print.png
-share/themes/HighContrastLargePrint/pixmaps/stock_properties.png
-share/themes/HighContrastLargePrint/pixmaps/stock_quit.png
-share/themes/HighContrastLargePrint/pixmaps/stock_redo.png
-share/themes/HighContrastLargePrint/pixmaps/stock_refresh.png
-share/themes/HighContrastLargePrint/pixmaps/stock_remove.png
-share/themes/HighContrastLargePrint/pixmaps/stock_revert-to-saved.png
-share/themes/HighContrastLargePrint/pixmaps/stock_run.png
-share/themes/HighContrastLargePrint/pixmaps/stock_save-as.png
-share/themes/HighContrastLargePrint/pixmaps/stock_save.png
-share/themes/HighContrastLargePrint/pixmaps/stock_screenshot.png
-share/themes/HighContrastLargePrint/pixmaps/stock_searchtool.png
-share/themes/HighContrastLargePrint/pixmaps/stock_select-color.png
-share/themes/HighContrastLargePrint/pixmaps/stock_select-font.png
-share/themes/HighContrastLargePrint/pixmaps/stock_sort-ascending.png
-share/themes/HighContrastLargePrint/pixmaps/stock_sort-descending.png
-share/themes/HighContrastLargePrint/pixmaps/stock_spell-check.png
-share/themes/HighContrastLargePrint/pixmaps/stock_stop.png
-share/themes/HighContrastLargePrint/pixmaps/stock_strikethrough.png
-share/themes/HighContrastLargePrint/pixmaps/stock_undelete.png
-share/themes/HighContrastLargePrint/pixmaps/stock_underline.png
-share/themes/HighContrastLargePrint/pixmaps/stock_undo.png
-share/themes/HighContrastLargePrint/pixmaps/stock_volume.png
-share/themes/HighContrastLargePrint/pixmaps/stock_yes.png
-share/themes/HighContrastLargePrint/pixmaps/stock_zoom-100.png
-share/themes/HighContrastLargePrint/pixmaps/stock_zoom-fit.png
-share/themes/HighContrastLargePrint/pixmaps/stock_zoom-in.png
-share/themes/HighContrastLargePrint/pixmaps/stock_zoom-out.png
-share/themes/HighContrastLargePrint/pixmaps/volume-max.png
-share/themes/HighContrastLargePrint/pixmaps/volume-medium.png
-share/themes/HighContrastLargePrint/pixmaps/volume-min.png
-share/themes/HighContrastLargePrint/pixmaps/volume-mute.png
-share/themes/HighContrastLargePrint/pixmaps/volume-zero.png
-share/themes/HighContrastLargePrintInverse/gtk-2.0/gtkrc
-share/themes/HighContrastLargePrintInverse/index.theme.disabled
-share/themes/HighContrastLargePrintInverse/pixmaps/double-click-maybe.png
-share/themes/HighContrastLargePrintInverse/pixmaps/double-click-off.png
-share/themes/HighContrastLargePrintInverse/pixmaps/double-click-on.png
-share/themes/HighContrastLargePrintInverse/pixmaps/media-backward.png
-share/themes/HighContrastLargePrintInverse/pixmaps/media-eject.png
-share/themes/HighContrastLargePrintInverse/pixmaps/media-forward.png
-share/themes/HighContrastLargePrintInverse/pixmaps/media-next.png
-share/themes/HighContrastLargePrintInverse/pixmaps/media-pause.png
-share/themes/HighContrastLargePrintInverse/pixmaps/media-play.png
-share/themes/HighContrastLargePrintInverse/pixmaps/media-prev.png
-share/themes/HighContrastLargePrintInverse/pixmaps/media-record.png
-share/themes/HighContrastLargePrintInverse/pixmaps/media-stop.png
-share/themes/HighContrastLargePrintInverse/pixmaps/metacity-delete.png
-share/themes/HighContrastLargePrintInverse/pixmaps/metacity-maximize.png
-share/themes/HighContrastLargePrintInverse/pixmaps/metacity-minimize.png
-share/themes/HighContrastLargePrintInverse/pixmaps/printer-broken.png
-share/themes/HighContrastLargePrintInverse/pixmaps/printer-default.png
-share/themes/HighContrastLargePrintInverse/pixmaps/printer-inkjet.png
-share/themes/HighContrastLargePrintInverse/pixmaps/printer-personal-laser.png
-share/themes/HighContrastLargePrintInverse/pixmaps/printer-workgroup-laser.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_about.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_accessories.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_add.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_amusements.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_apply.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_attach.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_bold.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_book.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_cancel.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_cde-menu.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_cdrom.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_clear.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_close.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_commandline-browser.xpm
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_commandline-history.xpm
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_connect.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_convert.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_copy.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_cut.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_delete.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_error.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_info.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_question.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_dialog_warning.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_disconnect.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_dnd.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_dnd_multiple.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_drawer.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_edit.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_empty.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_execute.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_export.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_find-and-replace.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_find.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_floppy.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_gnome-logo.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_gnome-util.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-back.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-down.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-forward.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_go-up.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-bottom.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-first.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-last.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_goto-top.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_harddisk.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_help.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_home.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_import.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_index.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_info.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_insert-image.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_insert-object.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_insert-table.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_internet.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_italic.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_jump-to.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-center.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-fill.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-left.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_justify-right.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_launcher-program.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_line-in.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_lockscreen.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_logout.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_mic.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_missing-image.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_multimedia.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_new.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_no.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_ok.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_open.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_paste.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_preferences.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_print-preview.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_print.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_properties.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_quit.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_redo.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_refresh.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_remove.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_revert-to-saved.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_run.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_save-as.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_save.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_screenshot.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_searchtool.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_select-color.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_select-font.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_sort-ascending.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_sort-descending.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_spell-check.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_stop.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_strikethrough.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_undelete.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_underline.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_undo.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_volume.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_yes.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-100.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-fit.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-in.png
-share/themes/HighContrastLargePrintInverse/pixmaps/stock_zoom-out.png
-share/themes/HighContrastLargePrintInverse/pixmaps/volume-max.png
-share/themes/HighContrastLargePrintInverse/pixmaps/volume-medium.png
-share/themes/HighContrastLargePrintInverse/pixmaps/volume-min.png
-share/themes/HighContrastLargePrintInverse/pixmaps/volume-mute.png
-share/themes/HighContrastLargePrintInverse/pixmaps/volume-zero.png
-share/themes/Inverted/gtk-2.0/gtkrc
-share/themes/Inverted/metacity-1/metacity-theme-1.xml
-share/themes/LargePrint/gtk-2.0/gtkrc
-share/themes/LargePrint/index.theme.disabled
-share/themes/LowContrast/gtk-2.0/gtkrc
-share/themes/LowContrast/index.theme.disabled
-share/themes/LowContrastLargePrint/gtk-2.0/gtkrc
-share/themes/LowContrastLargePrint/index.theme.disabled
-share/themes/LowContrastLargePrint/pixmaps/double-click-maybe.png
-share/themes/LowContrastLargePrint/pixmaps/double-click-off.png
-share/themes/LowContrastLargePrint/pixmaps/double-click-on.png
-share/themes/LowContrastLargePrint/pixmaps/media-backward.png
-share/themes/LowContrastLargePrint/pixmaps/media-eject.png
-share/themes/LowContrastLargePrint/pixmaps/media-forward.png
-share/themes/LowContrastLargePrint/pixmaps/media-next.png
-share/themes/LowContrastLargePrint/pixmaps/media-pause.png
-share/themes/LowContrastLargePrint/pixmaps/media-play.png
-share/themes/LowContrastLargePrint/pixmaps/media-prev.png
-share/themes/LowContrastLargePrint/pixmaps/media-record.png
-share/themes/LowContrastLargePrint/pixmaps/media-stop.png
-share/themes/LowContrastLargePrint/pixmaps/metacity-delete.png
-share/themes/LowContrastLargePrint/pixmaps/metacity-maximize.png
-share/themes/LowContrastLargePrint/pixmaps/metacity-minimize.png
-share/themes/LowContrastLargePrint/pixmaps/printer-broken.png
-share/themes/LowContrastLargePrint/pixmaps/printer-default.png
-share/themes/LowContrastLargePrint/pixmaps/printer-inkjet.png
-share/themes/LowContrastLargePrint/pixmaps/printer-personal-laser.png
-share/themes/LowContrastLargePrint/pixmaps/printer-workgroup-laser.png
-share/themes/LowContrastLargePrint/pixmaps/stock_about.png
-share/themes/LowContrastLargePrint/pixmaps/stock_accessories.png
-share/themes/LowContrastLargePrint/pixmaps/stock_add.png
-share/themes/LowContrastLargePrint/pixmaps/stock_amusements.png
-share/themes/LowContrastLargePrint/pixmaps/stock_apply.png
-share/themes/LowContrastLargePrint/pixmaps/stock_attach.png
-share/themes/LowContrastLargePrint/pixmaps/stock_bold.png
-share/themes/LowContrastLargePrint/pixmaps/stock_book.png
-share/themes/LowContrastLargePrint/pixmaps/stock_cancel.png
-share/themes/LowContrastLargePrint/pixmaps/stock_cde-menu.png
-share/themes/LowContrastLargePrint/pixmaps/stock_cdrom.png
-share/themes/LowContrastLargePrint/pixmaps/stock_clear.png
-share/themes/LowContrastLargePrint/pixmaps/stock_close.png
-share/themes/LowContrastLargePrint/pixmaps/stock_commandline-browser.xpm
-share/themes/LowContrastLargePrint/pixmaps/stock_commandline-history.xpm
-share/themes/LowContrastLargePrint/pixmaps/stock_connect.png
-share/themes/LowContrastLargePrint/pixmaps/stock_convert.png
-share/themes/LowContrastLargePrint/pixmaps/stock_copy.png
-share/themes/LowContrastLargePrint/pixmaps/stock_cut.png
-share/themes/LowContrastLargePrint/pixmaps/stock_delete.png
-share/themes/LowContrastLargePrint/pixmaps/stock_dialog_error.png
-share/themes/LowContrastLargePrint/pixmaps/stock_dialog_info.png
-share/themes/LowContrastLargePrint/pixmaps/stock_dialog_question.png
-share/themes/LowContrastLargePrint/pixmaps/stock_dialog_warning.png
-share/themes/LowContrastLargePrint/pixmaps/stock_disconnect.png
-share/themes/LowContrastLargePrint/pixmaps/stock_dnd.png
-share/themes/LowContrastLargePrint/pixmaps/stock_dnd_multiple.png
-share/themes/LowContrastLargePrint/pixmaps/stock_drawer.png
-share/themes/LowContrastLargePrint/pixmaps/stock_edit.png
-share/themes/LowContrastLargePrint/pixmaps/stock_empty.png
-share/themes/LowContrastLargePrint/pixmaps/stock_execute.png
-share/themes/LowContrastLargePrint/pixmaps/stock_export.png
-share/themes/LowContrastLargePrint/pixmaps/stock_find-and-replace.png
-share/themes/LowContrastLargePrint/pixmaps/stock_find.png
-share/themes/LowContrastLargePrint/pixmaps/stock_floppy.png
-share/themes/LowContrastLargePrint/pixmaps/stock_gnome-logo.png
-share/themes/LowContrastLargePrint/pixmaps/stock_gnome-util.png
-share/themes/LowContrastLargePrint/pixmaps/stock_go-back.png
-share/themes/LowContrastLargePrint/pixmaps/stock_go-down.png
-share/themes/LowContrastLargePrint/pixmaps/stock_go-forward.png
-share/themes/LowContrastLargePrint/pixmaps/stock_go-up.png
-share/themes/LowContrastLargePrint/pixmaps/stock_goto-bottom.png
-share/themes/LowContrastLargePrint/pixmaps/stock_goto-first.png
-share/themes/LowContrastLargePrint/pixmaps/stock_goto-last.png
-share/themes/LowContrastLargePrint/pixmaps/stock_goto-top.png
-share/themes/LowContrastLargePrint/pixmaps/stock_harddisk.png
-share/themes/LowContrastLargePrint/pixmaps/stock_help.png
-share/themes/LowContrastLargePrint/pixmaps/stock_home.png
-share/themes/LowContrastLargePrint/pixmaps/stock_import.png
-share/themes/LowContrastLargePrint/pixmaps/stock_index.png
-share/themes/LowContrastLargePrint/pixmaps/stock_info.png
-share/themes/LowContrastLargePrint/pixmaps/stock_insert-image.png
-share/themes/LowContrastLargePrint/pixmaps/stock_insert-object.png
-share/themes/LowContrastLargePrint/pixmaps/stock_insert-table.png
-share/themes/LowContrastLargePrint/pixmaps/stock_internet.png
-share/themes/LowContrastLargePrint/pixmaps/stock_italic.png
-share/themes/LowContrastLargePrint/pixmaps/stock_jump-to.png
-share/themes/LowContrastLargePrint/pixmaps/stock_justify-center.png
-share/themes/LowContrastLargePrint/pixmaps/stock_justify-fill.png
-share/themes/LowContrastLargePrint/pixmaps/stock_justify-left.png
-share/themes/LowContrastLargePrint/pixmaps/stock_justify-right.png
-share/themes/LowContrastLargePrint/pixmaps/stock_launcher-program.png
-share/themes/LowContrastLargePrint/pixmaps/stock_line-in.png
-share/themes/LowContrastLargePrint/pixmaps/stock_lockscreen.png
-share/themes/LowContrastLargePrint/pixmaps/stock_logout.png
-share/themes/LowContrastLargePrint/pixmaps/stock_mic.png
-share/themes/LowContrastLargePrint/pixmaps/stock_missing-image.png
-share/themes/LowContrastLargePrint/pixmaps/stock_multimedia.png
-share/themes/LowContrastLargePrint/pixmaps/stock_new.png
-share/themes/LowContrastLargePrint/pixmaps/stock_no.png
-share/themes/LowContrastLargePrint/pixmaps/stock_ok.png
-share/themes/LowContrastLargePrint/pixmaps/stock_open.png
-share/themes/LowContrastLargePrint/pixmaps/stock_paste.png
-share/themes/LowContrastLargePrint/pixmaps/stock_preferences.png
-share/themes/LowContrastLargePrint/pixmaps/stock_print-preview.png
-share/themes/LowContrastLargePrint/pixmaps/stock_print.png
-share/themes/LowContrastLargePrint/pixmaps/stock_properties.png
-share/themes/LowContrastLargePrint/pixmaps/stock_quit.png
-share/themes/LowContrastLargePrint/pixmaps/stock_redo.png
-share/themes/LowContrastLargePrint/pixmaps/stock_refresh.png
-share/themes/LowContrastLargePrint/pixmaps/stock_remove.png
-share/themes/LowContrastLargePrint/pixmaps/stock_revert-to-saved.png
-share/themes/LowContrastLargePrint/pixmaps/stock_run.png
-share/themes/LowContrastLargePrint/pixmaps/stock_save-as.png
-share/themes/LowContrastLargePrint/pixmaps/stock_save.png
-share/themes/LowContrastLargePrint/pixmaps/stock_screenshot.png
-share/themes/LowContrastLargePrint/pixmaps/stock_searchtool.png
-share/themes/LowContrastLargePrint/pixmaps/stock_select-color.png
-share/themes/LowContrastLargePrint/pixmaps/stock_select-font.png
-share/themes/LowContrastLargePrint/pixmaps/stock_sort-ascending.png
-share/themes/LowContrastLargePrint/pixmaps/stock_sort-descending.png
-share/themes/LowContrastLargePrint/pixmaps/stock_spell-check.png
-share/themes/LowContrastLargePrint/pixmaps/stock_stop.png
-share/themes/LowContrastLargePrint/pixmaps/stock_strikethrough.png
-share/themes/LowContrastLargePrint/pixmaps/stock_undelete.png
-share/themes/LowContrastLargePrint/pixmaps/stock_underline.png
-share/themes/LowContrastLargePrint/pixmaps/stock_undo.png
-share/themes/LowContrastLargePrint/pixmaps/stock_volume.png
-share/themes/LowContrastLargePrint/pixmaps/stock_yes.png
-share/themes/LowContrastLargePrint/pixmaps/stock_zoom-100.png
-share/themes/LowContrastLargePrint/pixmaps/stock_zoom-fit.png
-share/themes/LowContrastLargePrint/pixmaps/stock_zoom-in.png
-share/themes/LowContrastLargePrint/pixmaps/stock_zoom-out.png
-share/themes/LowContrastLargePrint/pixmaps/volume-max.png
-share/themes/LowContrastLargePrint/pixmaps/volume-medium.png
-share/themes/LowContrastLargePrint/pixmaps/volume-min.png
-share/themes/LowContrastLargePrint/pixmaps/volume-mute.png
-share/themes/LowContrastLargePrint/pixmaps/volume-zero.png
-share/themes/Mist/index.theme
-share/themes/Mist/metacity-1/metacity-theme-1.xml
-share/themes/Simple/gtk-2.0/gtkrc
-@dirrm share/themes/Simple/gtk-2.0
-@dirrm share/themes/Simple
-@dirrm share/themes/Mist/metacity-1
-@dirrm share/themes/Mist
-@dirrm share/themes/LowContrastLargePrint/pixmaps
-@dirrm share/themes/LowContrastLargePrint/gtk-2.0
-@dirrm share/themes/LowContrastLargePrint
-@dirrm share/themes/LowContrast/gtk-2.0
-@dirrm share/themes/LowContrast
-@dirrm share/themes/LargePrint/gtk-2.0
-@dirrm share/themes/LargePrint
-@dirrm share/themes/Inverted/metacity-1
-@dirrm share/themes/Inverted/gtk-2.0
-@dirrm share/themes/Inverted
-@dirrm share/themes/HighContrastLargePrintInverse/pixmaps
-@dirrm share/themes/HighContrastLargePrintInverse/gtk-2.0
-@dirrm share/themes/HighContrastLargePrintInverse
-@dirrm share/themes/HighContrastLargePrint/pixmaps
-@dirrm share/themes/HighContrastLargePrint/gtk-2.0
-@dirrm share/themes/HighContrastLargePrint
-@dirrm share/themes/HighContrastInverse/gtk-2.0
-@dirrm share/themes/HighContrastInverse
-@dirrm share/themes/HighContrast/gtk-2.0
-@dirrm share/themes/HighContrast
-@dirrm share/themes/Glossy/metacity-1
-@dirrm share/themes/Glossy/gtk-2.0
-@dirrm share/themes/Glossy
-@dirrm share/themes/Glider/metacity-1
-@dirrm share/themes/Glider/gtk-2.0
-@dirrm share/themes/Glider
-@dirrm share/themes/Crux
-@dirrm share/themes/ClearlooksClassic/metacity-1
-@dirrm share/themes/ClearlooksClassic/gtk-2.0
-@dirrm share/themes/ClearlooksClassic
-@dirrm share/themes/Clearlooks/metacity-1
-@dirrm share/themes/Clearlooks
-@dirrmtry share/themes
-@dirrm share/icons/Mist/scalable/status
-@dirrm share/icons/Mist/scalable/places
-@dirrm share/icons/Mist/scalable/actions
-@dirrm share/icons/Mist/scalable
-@dirrm share/icons/Mist/32x32/status
-@dirrm share/icons/Mist/32x32/places
-@dirrm share/icons/Mist/32x32/actions
-@dirrm share/icons/Mist/32x32
-@dirrm share/icons/Mist/24x24/status
-@dirrm share/icons/Mist/24x24/places
-@dirrm share/icons/Mist/24x24/actions
-@dirrm share/icons/Mist/24x24
-@dirrm share/icons/Mist/22x22/status
-@dirrm share/icons/Mist/22x22/places
-@dirrm share/icons/Mist/22x22/actions
-@dirrm share/icons/Mist/22x22
-@dirrm share/icons/Mist/16x16/status
-@dirrm share/icons/Mist/16x16/places
-@dirrm share/icons/Mist/16x16/actions
-@dirrm share/icons/Mist/16x16
-@dirrm share/icons/Mist
-@dirrm share/icons/LargePrint
-@dirrm share/icons/HighContrastLargePrintInverse/48x48/status
-@dirrm share/icons/HighContrastLargePrintInverse/48x48/places
-@dirrm share/icons/HighContrastLargePrintInverse/48x48/mimetypes
-@dirrm share/icons/HighContrastLargePrintInverse/48x48/emblems
-@dirrm share/icons/HighContrastLargePrintInverse/48x48/devices
-@dirrm share/icons/HighContrastLargePrintInverse/48x48/categories
-@dirrm share/icons/HighContrastLargePrintInverse/48x48/apps
-@dirrm share/icons/HighContrastLargePrintInverse/48x48/actions
-@dirrm share/icons/HighContrastLargePrintInverse/48x48
-@dirrm share/icons/HighContrastLargePrintInverse/36x36/animations
-@dirrm share/icons/HighContrastLargePrintInverse/36x36
-@dirrm share/icons/HighContrastLargePrintInverse
-@dirrm share/icons/HighContrastLargePrint/48x48/status
-@dirrm share/icons/HighContrastLargePrint/48x48/places
-@dirrm share/icons/HighContrastLargePrint/48x48/mimetypes
-@dirrm share/icons/HighContrastLargePrint/48x48/emblems
-@dirrm share/icons/HighContrastLargePrint/48x48/devices
-@dirrm share/icons/HighContrastLargePrint/48x48/categories
-@dirrm share/icons/HighContrastLargePrint/48x48/apps
-@dirrm share/icons/HighContrastLargePrint/48x48/actions
-@dirrm share/icons/HighContrastLargePrint/48x48
-@dirrm share/icons/HighContrastLargePrint/36x36/animations
-@dirrm share/icons/HighContrastLargePrint/36x36
-@dirrm share/icons/HighContrastLargePrint
-@dirrm share/icons/HighContrastInverse
-@dirrm share/icons/HighContrast-SVG/scalable/status
-@dirrm share/icons/HighContrast-SVG/scalable/places
-@dirrm share/icons/HighContrast-SVG/scalable/mimetypes
-@dirrm share/icons/HighContrast-SVG/scalable/emotes
-@dirrm share/icons/HighContrast-SVG/scalable/emblems
-@dirrm share/icons/HighContrast-SVG/scalable/devices
-@dirrm share/icons/HighContrast-SVG/scalable/categories
-@dirrm share/icons/HighContrast-SVG/scalable/apps
-@dirrm share/icons/HighContrast-SVG/scalable/actions
-@dirrm share/icons/HighContrast-SVG/scalable
-@dirrm share/icons/HighContrast-SVG/48x48/animations
-@dirrm share/icons/HighContrast-SVG/48x48
-@dirrm share/icons/HighContrast-SVG
-@dirrm share/icons/HighContrast
-@dirrm share/icons/Crux/scalable/status
-@dirrm share/icons/Crux/scalable/places
-@dirrm share/icons/Crux/scalable/actions
-@dirrm share/icons/Crux/scalable
-@dirrm share/icons/Crux/32x32/status
-@dirrm share/icons/Crux/32x32/places
-@dirrm share/icons/Crux/32x32/actions
-@dirrm share/icons/Crux/32x32
-@dirrm share/icons/Crux/24x24/status
-@dirrm share/icons/Crux/24x24/places
-@dirrm share/icons/Crux/24x24/actions
-@dirrm share/icons/Crux/24x24
-@dirrm share/icons/Crux/22x22/status
-@dirrm share/icons/Crux/22x22/places
-@dirrm share/icons/Crux/22x22/actions
-@dirrm share/icons/Crux/22x22
-@dirrm share/icons/Crux/16x16/status
-@dirrm share/icons/Crux/16x16/places
-@dirrm share/icons/Crux/16x16/actions
-@dirrm share/icons/Crux/16x16
-@dirrm share/icons/Crux
-@dirrmtry share/icons
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/ky/LC_MESSAGES
-@dirrmtry share/locale/ky
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/fur/LC_MESSAGES
-@dirrmtry share/locale/fur
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/crh/LC_MESSAGES
-@dirrmtry share/locale/crh
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
deleted file mode 100644
index 435f4cc11..000000000
--- a/x11-themes/gtk-engines2/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: gtk-engines2
-# Date Created: 21 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-themes/gtk-engines2/Makefile,v 1.73 2009/03/17 18:14:05 kwm Exp $
-#
-
-PORTNAME= gtk-engines2
-PORTVERSION= 2.18.0
-CATEGORIES= x11-themes
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Theme engine for the GTK+-2.0 toolkit
-
-CONFLICTS= gtk-smooth-engine-[0-9]* clearlooks-[0-9]*
-
-USE_GMAKE= yes
-USE_BZIP2= yes
-USE_GNOME= gnomehack gtk20 intlhack ltasneededhack
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-
-OPTIONS= ANIMATION "Enable experimental animated progressbars" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_ANIMATION)
-CONFIGURE_ARGS+= --enable-animation
-.endif
-
-post-install:
- @(cd ${WRKSRC}/po && ${GMAKE} install)
-
-.include <bsd.port.post.mk>
diff --git a/x11-themes/gtk-engines2/distinfo b/x11-themes/gtk-engines2/distinfo
deleted file mode 100644
index e0683a261..000000000
--- a/x11-themes/gtk-engines2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gtk-engines-2.18.0.tar.bz2) = 6a7ac01fc9f9429bfb126e068e74eb4f
-SHA256 (gnome2/gtk-engines-2.18.0.tar.bz2) = a969c132c69c0d807316561cf08c8a5267fa18993d6f3617fe626586338c077f
-SIZE (gnome2/gtk-engines-2.18.0.tar.bz2) = 604860
diff --git a/x11-themes/gtk-engines2/pkg-descr b/x11-themes/gtk-engines2/pkg-descr
deleted file mode 100644
index e787f789b..000000000
--- a/x11-themes/gtk-engines2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Theme engine for the gtk+-2.0 toolkit.
-
-WWW: http://www.gtk.org/
diff --git a/x11-themes/gtk-engines2/pkg-plist b/x11-themes/gtk-engines2/pkg-plist
deleted file mode 100644
index 3b10b4365..000000000
--- a/x11-themes/gtk-engines2/pkg-plist
+++ /dev/null
@@ -1,131 +0,0 @@
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libclearlooks.so
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcrux-engine.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcrux-engine.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libcrux-engine.so
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libglide.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libglide.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libglide.so
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libhcengine.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libhcengine.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libhcengine.so
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libindustrial.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libindustrial.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libindustrial.so
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmist.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmist.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmist.so
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libredmond95.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libredmond95.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libredmond95.so
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libthinice.a
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libthinice.la
-lib/gtk-2.0/%%GTK2_VERSION%%/engines/libthinice.so
-libdata/pkgconfig/gtk-engines-2.pc
-share/gtk-engines/clearlooks.xml
-share/gtk-engines/crux-engine.xml
-share/gtk-engines/glide.xml
-share/gtk-engines/hcengine.xml
-share/gtk-engines/industrial.xml
-share/gtk-engines/mist.xml
-share/gtk-engines/redmond95.xml
-share/gtk-engines/thinice.xml
-share/locale/ar/LC_MESSAGES/gtk-engines.mo
-share/locale/as/LC_MESSAGES/gtk-engines.mo
-share/locale/be@latin/LC_MESSAGES/gtk-engines.mo
-share/locale/bg/LC_MESSAGES/gtk-engines.mo
-share/locale/bn_IN/LC_MESSAGES/gtk-engines.mo
-share/locale/ca/LC_MESSAGES/gtk-engines.mo
-share/locale/cs/LC_MESSAGES/gtk-engines.mo
-share/locale/da/LC_MESSAGES/gtk-engines.mo
-share/locale/de/LC_MESSAGES/gtk-engines.mo
-share/locale/dz/LC_MESSAGES/gtk-engines.mo
-share/locale/el/LC_MESSAGES/gtk-engines.mo
-share/locale/en_GB/LC_MESSAGES/gtk-engines.mo
-share/locale/es/LC_MESSAGES/gtk-engines.mo
-share/locale/et/LC_MESSAGES/gtk-engines.mo
-share/locale/eu/LC_MESSAGES/gtk-engines.mo
-share/locale/fi/LC_MESSAGES/gtk-engines.mo
-share/locale/fr/LC_MESSAGES/gtk-engines.mo
-share/locale/fur/LC_MESSAGES/gtk-engines.mo
-share/locale/gl/LC_MESSAGES/gtk-engines.mo
-share/locale/gu/LC_MESSAGES/gtk-engines.mo
-share/locale/he/LC_MESSAGES/gtk-engines.mo
-share/locale/hi/LC_MESSAGES/gtk-engines.mo
-share/locale/hu/LC_MESSAGES/gtk-engines.mo
-share/locale/it/LC_MESSAGES/gtk-engines.mo
-share/locale/ja/LC_MESSAGES/gtk-engines.mo
-share/locale/ko/LC_MESSAGES/gtk-engines.mo
-share/locale/lt/LC_MESSAGES/gtk-engines.mo
-share/locale/mk/LC_MESSAGES/gtk-engines.mo
-share/locale/ml/LC_MESSAGES/gtk-engines.mo
-share/locale/mr/LC_MESSAGES/gtk-engines.mo
-share/locale/nb/LC_MESSAGES/gtk-engines.mo
-share/locale/nl/LC_MESSAGES/gtk-engines.mo
-share/locale/nn/LC_MESSAGES/gtk-engines.mo
-share/locale/oc/LC_MESSAGES/gtk-engines.mo
-share/locale/or/LC_MESSAGES/gtk-engines.mo
-share/locale/pa/LC_MESSAGES/gtk-engines.mo
-share/locale/pl/LC_MESSAGES/gtk-engines.mo
-share/locale/pt/LC_MESSAGES/gtk-engines.mo
-share/locale/pt_BR/LC_MESSAGES/gtk-engines.mo
-share/locale/ro/LC_MESSAGES/gtk-engines.mo
-share/locale/ru/LC_MESSAGES/gtk-engines.mo
-share/locale/si/LC_MESSAGES/gtk-engines.mo
-share/locale/sl/LC_MESSAGES/gtk-engines.mo
-share/locale/sq/LC_MESSAGES/gtk-engines.mo
-share/locale/sr/LC_MESSAGES/gtk-engines.mo
-share/locale/sr@latin/LC_MESSAGES/gtk-engines.mo
-share/locale/sv/LC_MESSAGES/gtk-engines.mo
-share/locale/ta/LC_MESSAGES/gtk-engines.mo
-share/locale/te/LC_MESSAGES/gtk-engines.mo
-share/locale/th/LC_MESSAGES/gtk-engines.mo
-share/locale/tr/LC_MESSAGES/gtk-engines.mo
-share/locale/uk/LC_MESSAGES/gtk-engines.mo
-share/locale/vi/LC_MESSAGES/gtk-engines.mo
-share/locale/zh_CN/LC_MESSAGES/gtk-engines.mo
-share/locale/zh_HK/LC_MESSAGES/gtk-engines.mo
-share/locale/zh_TW/LC_MESSAGES/gtk-engines.mo
-share/themes/Clearlooks/gtk-2.0/gtkrc
-share/themes/Crux/gtk-2.0/gtkrc
-share/themes/Industrial/gtk-2.0/gtkrc
-share/themes/Mist/gtk-2.0/gtkrc
-share/themes/Redmond/gtk-2.0/gtkrc
-share/themes/ThinIce/gtk-2.0/gtkrc
-@dirrm share/themes/ThinIce/gtk-2.0
-@dirrmtry share/themes/ThinIce
-@dirrm share/themes/Redmond/gtk-2.0
-@dirrmtry share/themes/Redmond
-@dirrm share/themes/Mist/gtk-2.0
-@dirrmtry share/themes/Mist
-@dirrm share/themes/Industrial/gtk-2.0
-@dirrmtry share/themes/Industrial
-@dirrm share/themes/Crux/gtk-2.0
-@dirrmtry share/themes/Crux
-@dirrm share/themes/Clearlooks/gtk-2.0
-@dirrmtry share/themes/Clearlooks
-@dirrmtry share/themes
-@dirrm share/gtk-engines
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/fur/LC_MESSAGES
-@dirrmtry share/locale/fur
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as