diff options
author | kwm <kwm@FreeBSD.org> | 2013-11-23 19:39:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-11-23 19:39:07 +0800 |
commit | 7bca6ea6f563c85388f53d6aa74a11e52672425f (patch) | |
tree | 000a9ce64a1e669ce72ebf4b639d75f2ef29c214 | |
parent | 9a25b340e90f1811045215d11f228f12434fa124 (diff) | |
download | freebsd-ports-gnome-7bca6ea6f563c85388f53d6aa74a11e52672425f.tar.gz freebsd-ports-gnome-7bca6ea6f563c85388f53d6aa74a11e52672425f.tar.zst freebsd-ports-gnome-7bca6ea6f563c85388f53d6aa74a11e52672425f.zip |
Say hello to Mate 1.6.
Mate is a lite desktop forked from gnome2.
Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.
Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.
This release was made possible by everyone that send friendly pokes to
keep mate on my mind.
Approved by: portmgr (bapt)
237 files changed, 57090 insertions, 2 deletions
diff --git a/Mk/bsd.mate.mk b/Mk/bsd.mate.mk new file mode 100644 index 000000000000..59d40d3b983f --- /dev/null +++ b/Mk/bsd.mate.mk @@ -0,0 +1,301 @@ +#-*- tab-width: 4; -*- +# ex:ts=4 +# +# $FreeBSD$ +# $NetBSD$ +# $MCom: ports-experimental/Mk/bsd.mate.mk,v 1.13 2012/09/03 17:02:31 mezz Exp $ +# +# Please view me with 4 column tabs! + +####################################################### +# +# *** WARNING: Disable MARCUSCOM before merge in FreeBSD! +# Please also remove this section before merging into FreeBSD. +# +#MARCUSCOM_CVS=yes + +# ======================= USERS ================================= +# +# There are no significant user-definable settings in here. +# This file is a framework to make it easier to create MATE ports. +# +# ======================= /USERS ================================ + +.if !defined(_POSTMKINCLUDED) && !defined(Mate_Pre_Include) + +# Please make sure all changes to this file are passed through the maintainer. +# Do not commit them yourself (unless of course you're the Port's Wraith ;). +Mate_Include_MAINTAINER= gnome@FreeBSD.org +Mate_Pre_Include= bsd.mate.mk + +# This section defines possible names of MATE components and all information +# necessary for ports to use those components. + +# Ports can use this as follows: +# +# USE_MATE= caja common desktop +# +# .include <bsd.port.mk> +# +# As a result proper LIB_DEPENDS/RUN_DEPENDS will be added and CONFIGURE_ENV +# and MAKE_ENV defined. +# + +# non-version specific components. Do not use :build/:run on those. +_USE_MATE_ALL= autogen intlhack intltool ltasneededhack lthack ltverhack +# These *hack* tools are the same as in bsd.gnome.mk but are run in +# pre-configure because pre-patch is when we run autogen.sh. + +# MATE components, you can use the :build or :run if need. Without the :build +# and :run, it will be added in both build and run dependency. It will check +# for the library dependency first. If not exists then do the build/run on +# the *.pc file instead. +_USE_MATE_ALL+= caja common controlcenter desktop dialogs docutils icontheme \ + keyring libmatekbd libmatekeyring libmateweather libmatewnck \ + marco menus mucharmap notificationdaemon panel polkit pluma \ + settingsdaemon + +SCROLLKEEPER_DIR= /var/db/rarian + +lthack_PRE_PATCH= ${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \ + '/^LIBTOOL_DEPS="$$ac_aux_dir\/ltmain.sh"$$/s|$$|; $$ac_aux_dir/ltconfig $$LIBTOOL_DEPS;|' + +caja_DETECT= ${LOCALBASE}/libdata/pkgconfig/libcaja-extension.pc +caja_BUILD_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager +caja_LIB_DEPENDS= libcaja-extension.so:${PORTSDIR}/x11-fm/mate-file-manager +caja_RUN_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/mate-file-manager + +mucharmap_DETECT= ${LOCALBASE}/libdata/pkgconfig/mucharmap-2.pc +mucharmap_BUILD_DEPENDS=${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map +mucharmap_LIB_DEPENDS= libmucharmap.so:${PORTSDIR}/deskutils/mate-character-map +mucharmap_RUN_DEPENDS= ${mucharmap_DETECT}:${PORTSDIR}/deskutils/mate-character-map + +common_DETECT= ${LOCALBASE}/bin/mate-autogen +common_BUILD_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common +common_RUN_DEPENDS= ${common_DETECT}:${PORTSDIR}/devel/mate-common + +controlcenter_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-window-settings-2.0.pc +controlcenter_BUILD_DEPENDS= ${controlcenter_DETECT}:${PORTSDIR}/sysutils/mate-control-center +controlcenter_LIB_DEPENDS= libmate-window-settings.so:${PORTSDIR}/sysutils/mate-control-center +controlcenter_RUN_DEPENDS= ${controlcenter_DETECT}:${PORTSDIR}/sysutils/mate-control-center + +desktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-desktop-2.0.pc +desktop_BUILD_DEPENDS= ${desktop_DETECT}:${PORTSDIR}/x11/mate-desktop +desktop_LIB_DEPENDS= libmate-desktop-2.so:${PORTSDIR}/x11/mate-desktop +desktop_RUN_DEPENDS= ${desktop_DETECT}:${PORTSDIR}/x11/mate-desktop + +dialogs_DETECT= ${LOCALBASE}/bin/matedialog +dialogs_BUILD_DEPENDS= ${dialogs_DETECT}:${PORTSDIR}/x11/mate-dialogs +dialogs_RUN_DEPENDS= ${dialogs_DETECT}:${PORTSDIR}/x11/mate-dialogs + +docutils_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-doc-utils.pc +docutils_BUILD_DEPENDS= ${docutils_DETECT}:${PORTSDIR}/textproc/mate-doc-utils +docutils_RUN_DEPENDS= ${docutils_DETECT}:${PORTSDIR}/textproc/mate-doc-utils + +icontheme_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-icon-theme.pc +icontheme_BUILD_DEPENDS=${icontheme_DETECT}:${PORTSDIR}/x11-themes/mate-icon-theme +icontheme_RUN_DEPENDS= ${icontheme_DETECT}:${PORTSDIR}/x11-themes/mate-icon-theme + +intltool_DETECT= ${LOCALBASE}/bin/intltool-extract +intltool_BUILD_DEPENDS= ${intltool_DETECT}:${PORTSDIR}/textproc/intltool + +intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ + s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \ + s|/usr/bin/iconv|${LOCALBASE}/bin/iconv|g ; \ + s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|' +.if ${USE_MATE:Mintlhack}!="" +USE_MATE+= intltool +.endif + +keyring_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-gcr-0.pc +keyring_BUILD_DEPENDS= ${keyring_DETECT}:${PORTSDIR}/security/mate-keyring +keyring_LIB_DEPENDS= libmategcr.so:${PORTSDIR}/security/mate-keyring +keyring_RUN_DEPENDS= ${keyring_DETECT}:${PORTSDIR}/security/mate-keyring + +libmatekbd_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatekbd.pc +libmatekbd_BUILD_DEPENDS= ${libmatekbd_DETECT}:${PORTSDIR}/x11/libmatekbd +libmatekbd_LIB_DEPENDS= libmatekbd.so:${PORTSDIR}/x11/libmatekbd +libmatekbd_RUN_DEPENDS= ${libmatekbd_DETECT}:${PORTSDIR}/x11/libmatekbd + +libmatekeyring_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-keyring-1.pc +libmatekeyring_BUILD_DEPENDS= ${libmatekeyring_DETECT}:${PORTSDIR}/security/libmatekeyring +libmatekeyring_LIB_DEPENDS= libmate-keyring.so:${PORTSDIR}/security/libmatekeyring +libmatekeyring_RUN_DEPENDS= ${libmatekeyring_DETECT}:${PORTSDIR}/security/libmatekeyring + +libmateweather_DETECT= ${LOCALBASE}/libdata/pkgconfig/mateweather.pc +libmateweather_BUILD_DEPENDS= ${libmateweather_DETECT}:${PORTSDIR}/net/libmateweather +libmateweather_LIB_DEPENDS= libmateweather.so:${PORTSDIR}/net/libmateweather +libmateweather_RUN_DEPENDS= ${libmateweather_DETECT}:${PORTSDIR}/net/libmateweather + +libmatewnck_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatewnck.pc +libmatewnck_BUILD_DEPENDS= ${libmatewnck_DETECT}:${PORTSDIR}/x11-toolkits/libmatewnck +libmatewnck_LIB_DEPENDS= libmatewnck.so:${PORTSDIR}/x11-toolkits/libmatewnck +libmatewnck_RUN_DEPENDS= ${libmatewnck_DETECT}:${PORTSDIR}/x11-toolkits/libmatewnck + +marco_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmarco-private.pc +marco_BUILD_DEPENDS= ${marco_DETECT}:${PORTSDIR}/x11-wm/mate-window-manager +marco_LIB_DEPENDS= libmarco-private.so:${PORTSDIR}/x11-wm/mate-window-manager +marco_RUN_DEPENDS= ${marco_DETECT}:${PORTSDIR}/x11-wm/mate-window-manager + +menus_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmate-menu.pc +menus_BUILD_DEPENDS= ${menus_DETECT}:${PORTSDIR}/x11/mate-menus +menus_LIB_DEPENDS= libmate-menu.so:${PORTSDIR}/x11/mate-menus +menus_RUN_DEPENDS= ${menus_DETECT}:${PORTSDIR}/x11/mate-menus + +notificationdaemon_DETECT= ${LOCALBASE}/libexec/mate-notification-daemon +notificationdaemon_BUILD_DEPENDS= ${notificationdaemon_DETECT}:${PORTSDIR}/deskutils/mate-notification-daemon +notificationdaemon_RUN_DEPENDS= ${notificationdaemon_DETECT}:${PORTSDIR}/deskutils/mate-notification-daemon + +panel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libmatepanelapplet-4.0.pc +panel_BUILD_DEPENDS= ${panel_DETECT}:${PORTSDIR}/x11/mate-panel +panel_LIB_DEPENDS= libmate-panel-applet-4.so:${PORTSDIR}/x11/mate-panel +panel_RUN_DEPENDS= ${panel_DETECT}:${PORTSDIR}/x11/mate-panel + +polkit_DETECT= ${LOCALBASE}/libdata/pkgconfig/polkit-gtk-mate-1.pc +polkit_BUILD_DEPENDS= ${polkit_DETECT}:${PORTSDIR}/sysutils/mate-polkit +polkit_LIB_DEPENDS= libpolkit-gtk-mate-1.so:${PORTSDIR}/sysutils/mate-polkit +polkit_RUN_DEPENDS= ${polkit_DETECT}:${PORTSDIR}/sysutils/mate-polkit + +pluma_DETECT= ${LOCALBASE}/libdata/pkgconfig/pluma.pc +pluma_BUILD_DEPENDS= ${pluma_DETECT}:${PORTSDIR}/editors/mate-text-editor +pluma_RUN_DEPENDS= ${pluma_DETECT}:${PORTSDIR}/editors/mate-text-editor + +settingsdaemon_DETECT= ${LOCALBASE}/libdata/pkgconfig/mate-settings-daemon.pc +settingsdaemon_BUILD_DEPENDS= ${settingsdaemon_DETECT}:${PORTSDIR}/sysutils/mate-settings-daemon +settingsdaemon_RUN_DEPENDS= ${settingsdaemon_DETECT}:${PORTSDIR}/sysutils/mate-settings-daemon + +# End component definition section + +.endif +# End of optional part. + +.if defined(_POSTMKINCLUDED) && !defined(Mate_Post_Include) + +Mate_Post_Include= bsd.mate.mk + +.if defined(USE_MATE) +# Then handle the ltverhack component (it has to be done here, because +# we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is +# included in the post-makefile section). +.if defined(_AUTOTOOL_libtool) +lthacks_CONFIGURE_ENV= ac_cv_path_DOLT_BASH= +lthacks_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/mate-ltmain.sh && \ + ${CP} -pf ${LIBTOOL} ${WRKDIR}/mate-libtool && \ + for file in ${LIBTOOLFILES}; do \ + ${REINPLACE_CMD} -e \ + '/^ltmain=/!s|$$ac_aux_dir/ltmain\.sh|${LIBTOOLFLAGS} ${WRKDIR}/mate-ltmain.sh|g; \ + /^LIBTOOL=/s|$$(top_builddir)/libtool|${WRKDIR}/mate-libtool|g' \ + ${PATCH_WRKSRC}/$$file; \ + done; +.else +. if ${USE_MATE:Mltverhack*}!="" || ${USE_MATE:Mltasneededhack}!="" +IGNORE= cannot install: ${PORTNAME} uses the ltverhack and/or ltasneededhack MATE components but does not use libtool +. endif +.endif + +.if ${USE_MATE:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}=="" +ltverhack_LIB_VERSION= major=.`expr $$current - $$age` +.else +ltverhack_LIB_VERSION= major=".${USE_MATE:Mltverhack\:*:C/^[^:]+:([^:]+).*/\1/}" +.endif +ltverhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS} +ltverhack_PRE_PATCH= for file in mate-ltmain.sh mate-libtool; do \ + if [ -f ${WRKDIR}/$$file ]; then \ + ${REINPLACE_CMD} -e \ + '/freebsd-elf)/,/;;/ s|major="\.$$current"|${ltverhack_LIB_VERSION}|; \ + /freebsd-elf)/,/;;/ s|versuffix="\.$$current"|versuffix="$$major"|' \ + ${WRKDIR}/$$file; \ + fi; \ + done + +ltasneededhack_PATCH_DEPENDS=${LIBTOOL_DEPENDS} +ltasneededhack_PRE_PATCH= if [ -f ${WRKDIR}/mate-libtool ]; then \ + ${REINPLACE_CMD} -e \ + '/^archive_cmds=/s/-shared/-shared -Wl,--as-needed/ ; \ + /^archive_expsym_cmds=/s/-shared/-shared -Wl,--as-needed/' \ + ${WRKDIR}/mate-libtool; \ + fi + + +# Comparing between USE_MATE and _USE_MATE_ALL to make sure the component +# exists in _USE_MATE_ALL. If it does not exist then give an error about it. +#. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/} +. for component in ${USE_MATE:C/^([^:]+).*/\1/} +#. for component in ${USE_GNOME:C/^([^:]+).*/\1/} +. if ${_USE_MATE_ALL:M${component}}=="" +.error cannot install: Unknown component USE_MATE=${component} +. endif +. endfor + +. if ${USE_MATE:Mltverhack*}!= "" || ${USE_MATE:Mltasneededhack}!= "" +MATE_PRE_PATCH+= ${lthacks_PRE_PATCH} +CONFIGURE_ENV+= ${lthacks_CONFIGURE_ENV} +. endif + +. for component in ${USE_MATE:O:u:C/^([^:]+).*/\1/} +. if defined(${component}_PATCH_DEPENDS) +PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS} +. endif + +. if defined(${component}_DETECT) +. if ${USE_MATE:M${component}\:build}!="" +BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} +. elif ${USE_MATE:M${component}\:run}!="" +RUN_DEPENDS+= ${${component}_RUN_DEPENDS} +. else +. if defined(${component}_LIB_DEPENDS) +LIB_DEPENDS+= ${${component}_LIB_DEPENDS} +. else +BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} +RUN_DEPENDS+= ${${component}_RUN_DEPENDS} +. endif +. endif +. endif + +. if defined(${component}_CONFIGURE_TARGET) +CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS} +. endif + +. if defined(${component}_CONFIGURE_ENV) +CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV} +. endif + +. if defined(${component}_MAKE_ENV) +MAKE_ENV+= ${${component}_MAKE_ENV} +. endif + +. if !defined(CONFIGURE_TARGET) && defined(${component}_CONFIGURE_TARGET) +CONFIGURE_TARGET= ${${component}_CONFIGURE_TARGET} +. endif + +. if defined(${component}_PRE_PATCH) +MATE_PRE_PATCH+= ; ${${component}_PRE_PATCH} +. endif +. endfor +.endif # USE_MATE check + +.if ${USE_MATE:Mautogen}!="" + +CONFIGURE_ENV+= NOCONFIGURE=yes + +pre-configure: mate-pre-configure + +mate-pre-configure: + @(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ./autogen.sh) +.endif + +.if defined(MATE_PRE_PATCH) + +pre-configure-script: mate-pre-configure-script + +mate-pre-configure-script: + @${MATE_PRE_PATCH:C/^;//1} +.endif + +.if ${MAINTAINER}=="gnome@FreeBSD.org" +CONFIGURE_FAIL_MESSAGE= "Please run the gnomelogalyzer, available from \"http://www.freebsd.org/gnome/gnomelogalyzer.sh\", which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the build failure to the FreeBSD MATE team at ${MAINTAINER}, and attach (a) \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\", (b) the output of the failed make command, and (c) the gnomelogalyzer output. Also, it might be a good idea to provide an overview of all packages installed on your system (i.e. an \`ls ${PKG_DBDIR}\`). Put your attachment up on any website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1) with the attachment. Try to avoid sending any attachments to the mailing list (${MAINTAINER}), because attachments sent to FreeBSD mailing lists are usually discarded by the mailing list software." +.endif + +.endif +# End of use part. diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 8ebc8cebcfd9..e2bf26cb0a47 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -442,6 +442,10 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # or http://www.FreeBSD.org/gnome/docs/porting.html # for more details. ## +# USE_MATE - A list of the MATE dependencies the port has. Implies +# that the port needs MATE. Implies inclusion of +# bsd.mate.mk. See bsd.mate.mk for more details. +## # USE_LUA - If set, this port uses the Lua library and related # components. See bsd.lua.mk for more details. ## @@ -1465,6 +1469,10 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif +.if defined(USE_MATE) +.include "${PORTSDIR}/Mk/bsd.mate.mk" +.endif + .if defined(WANT_LUA) || defined(USE_LUA) || defined(USE_LUA_NOT) .include "${PORTSDIR}/Mk/bsd.lua.mk" .endif @@ -2033,6 +2041,10 @@ RUN_DEPENDS+= ${_GL_${_component}_RUN_DEPENDS} .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif +.if defined(USE_MATE) +.include "${PORTSDIR}/Mk/bsd.mate.mk" +.endif + .if defined(USE_XFCE) .include "${PORTSDIR}/Mk/bsd.xfce.mk" .endif @@ -2840,7 +2852,7 @@ VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \ deskutils devel docs dns editors elisp emulators enlightenment finance french ftp \ games geography german gnome gnustep graphics hamradio haskell hebrew hungarian \ ipv6 irc japanese java kde kld korean lang linux lisp \ - mail math mbone misc multimedia net net-im net-mgmt net-p2p news \ + mail mate math mbone misc multimedia net net-im net-mgmt net-p2p news \ palm parallel pear perl5 plan9 polish portuguese ports-mgmt \ print python ruby rubygems russian \ scheme science security shells spanish sysutils \ @@ -6553,6 +6565,7 @@ desktop-categories: lang) c="Development" ;; \ lisp) c="Development" ;; \ mail) c="Office Email" ;; \ + mate) c="MATE GTK" ;; \ math) c="Education Science Math" ;; \ mbone) c="Network AudioVideo" ;; \ multimedia) c="AudioVideo" ;; \ @@ -6613,7 +6626,7 @@ DESKTOP_CATEGORIES_ADDITIONAL= Building Debugger IDE GUIDesigner Profiling \ ParallelComputing Amusement Archiving Compression Electronics Emulator \ Engineering FileTools FileManager TerminalEmulator Filesystem Monitor \ Security Accessibility Calculator Clock TextEditor Documentation Adult \ - Core KDE GNOME XFCE GTK Qt Motif Java ConsoleOnly + Core KDE GNOME MATE XFCE GTK Qt Motif Java ConsoleOnly DESKTOP_CATEGORIES_RESERVED= Screensaver TrayIcon Applet Shell VALID_DESKTOP_CATEGORIES+= ${DESKTOP_CATEGORIES_MAIN} \ diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index b96fa59153d4..910818f6f945 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -729,6 +729,11 @@ MASTER_SITE_LOGILAB+= \ ftp://ftp.logilab.fr/pub/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_MATE) +MASTER_SITE_MATE+= \ + http://pub.mate-desktop.org/releases/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_MOZDEV) MASTER_SITE_MOZDEV+= \ http://ftp.scarlet.be/pub/mozdev/%SUBDIR%/ \ @@ -1473,6 +1478,7 @@ MASTER_SITES_SUBDIRS= \ GNU:${PORTNAME} \ HORDE:${PORTNAME} \ LOGILAB:${PORTNAME} \ + MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ MOZDEV:${PORTNAME:L} \ NETLIB:${PORTNAME} \ PERL_CPAN:${PORTNAME:C/-.*//} \ diff --git a/archivers/Makefile b/archivers/Makefile index 5cc2db516732..885a399ca4be 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -80,6 +80,7 @@ SUBDIR += macutils SUBDIR += makeself SUBDIR += mar + SUBDIR += mate-file-archiver SUBDIR += mscompress SUBDIR += mtf SUBDIR += nomarch diff --git a/archivers/mate-file-archiver/Makefile b/archivers/mate-file-archiver/Makefile new file mode 100644 index 000000000000..a02ff326d410 --- /dev/null +++ b/archivers/mate-file-archiver/Makefile @@ -0,0 +1,41 @@ +# Created by: Anders Nordby <anders@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-file-archiver +PORTVERSION= 1.6.0 +CATEGORIES= archivers mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Archive manager for zip files, tar, etc + +RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ + ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen caja common:build docutils intlhack +USE_XORG= sm +USE_GNOME= glib20 gnomehier gtk20 +INSTALLS_OMF= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +CONFIGURE_ARGS= --disable-packagekit \ + --with-gtk=2.0 +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.engrampa.gschema.xml + +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + ${WRKSRC}/src/fr-command-tar.c \ + ${WRKSRC}/src/fr-command-zip.c + +.include <bsd.port.mk> diff --git a/archivers/mate-file-archiver/distinfo b/archivers/mate-file-archiver/distinfo new file mode 100644 index 000000000000..758dd6e14b08 --- /dev/null +++ b/archivers/mate-file-archiver/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-file-archiver-1.6.0.tar.xz) = b959c41d1c86991e4f72224df0519bf0aaccfdd49afd8e799268b779ce9d2285 +SIZE (mate/mate-file-archiver-1.6.0.tar.xz) = 1167228 diff --git a/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c b/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c new file mode 100644 index 000000000000..ae2d7d440482 --- /dev/null +++ b/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c @@ -0,0 +1,11 @@ +--- src/fr-command-lrzip.c.orig 2010-08-26 12:40:56.000000000 -0400 ++++ src/fr-command-lrzip.c 2010-08-26 12:41:41.000000000 -0400 +@@ -53,7 +53,7 @@ list__process_line (char *line, + struct stat st; + time_t tt; + if (stat (comm->filename, &st) == 0) +- fdata->modified = st.st_mtim.tv_sec; ++ fdata->modified = st.st_mtime; + else + time(&(fdata->modified)); + fdata->modified; diff --git a/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c b/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c new file mode 100644 index 000000000000..78843a28c6e9 --- /dev/null +++ b/archivers/mate-file-archiver/files/patch-src_fr-command-tar.c @@ -0,0 +1,12 @@ +--- src/fr-command-tar.c.orig Sun Oct 15 12:33:56 2006 ++++ src/fr-command-tar.c Mon Oct 16 19:18:03 2006 +@@ -231,6 +231,9 @@ + #if defined (__SVR4) && defined (__sun) + if (g_file_test ("/usr/sfw/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) + command = g_strdup ("/usr/sfw/bin/gtar"); ++#elif defined(__FreeBSD__) ++ if (g_file_test ("%%LOCALBASE%%/bin/gtar", G_FILE_TEST_IS_EXECUTABLE)) ++ command = g_strdup ("%%LOCALBASE%%/bin/gtar"); + #endif + if (command != NULL) + fr_process_begin_command (comm->process, command); diff --git a/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c b/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c new file mode 100644 index 000000000000..ee9ec93de8c1 --- /dev/null +++ b/archivers/mate-file-archiver/files/patch-src_fr-command-zip.c @@ -0,0 +1,39 @@ +--- src/fr-command-zip.c.orig 2010-01-02 17:02:44.000000000 -0500 ++++ src/fr-command-zip.c 2010-01-02 17:08:03.000000000 -0500 +@@ -187,7 +187,11 @@ fr_command_zip_list (FrCommand *comm) + { + fr_process_set_out_line_func (comm->process, list__process_line, comm); + ++#ifdef __FreeBSD__ ++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); ++#else + fr_process_begin_command (comm->process, "unzip"); ++#endif + fr_process_set_begin_func (comm->process, list__begin, comm); + fr_process_add_arg (comm->process, "-ZTs"); + fr_process_add_arg (comm->process, comm->filename); +@@ -302,7 +306,11 @@ fr_command_zip_extract (FrCommand *comm + process_line__common, + comm); + ++#ifdef __FreeBSD__ ++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); ++#else + fr_process_begin_command (comm->process, "unzip"); ++#endif + + if (dest_dir != NULL) { + fr_process_add_arg (comm->process, "-d"); +@@ -334,7 +342,11 @@ fr_command_zip_extract (FrCommand *comm + static void + fr_command_zip_test (FrCommand *comm) + { +- fr_process_begin_command (comm->process, "unzip"); ++#ifdef __FreeBSD__ ++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); ++#else ++ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip"); ++#endif + fr_process_add_arg (comm->process, "-t"); + add_password_arg (comm, comm->password); + fr_process_add_arg (comm->process, comm->filename); diff --git a/archivers/mate-file-archiver/pkg-descr b/archivers/mate-file-archiver/pkg-descr new file mode 100644 index 000000000000..7f9e649996df --- /dev/null +++ b/archivers/mate-file-archiver/pkg-descr @@ -0,0 +1,19 @@ +Engrampa is an archive manager for the MATE environment. It is only a +front-end (a graphical interface) to archiving programs like tar and zip. +The supported file types are: + +* Tar archives uncompressed (.tar) or compressed with gzip (.tar.gz , .tgz), + bzip (.tar.bz , .tbz), bzip2 (.tar.bz2 , .tbz2), compress (.tar.Z , .taz), + lzop (.tar.lzo , .tzo) +* Zip archives (.zip) +* Jar archives (.jar , .ear , .war) +* Lha archives (.lzh) +* Rar archives (.rar) +* Single files compressed with gzip, bzip, bzip2, compress, lzop + +Engrampa also has a document viewer based on bonobo that lets you view files +of any type for which you have a viewer. + +Former WinZip users may find this program useful. It serves the same purpose. + +WWW: http://mate-desktop.org/ diff --git a/archivers/mate-file-archiver/pkg-plist b/archivers/mate-file-archiver/pkg-plist new file mode 100644 index 000000000000..a2e6471e9c1f --- /dev/null +++ b/archivers/mate-file-archiver/pkg-plist @@ -0,0 +1,364 @@ +bin/engrampa +lib/caja/extensions-2.0/libcaja-engrampa.a +lib/caja/extensions-2.0/libcaja-engrampa.la +lib/caja/extensions-2.0/libcaja-engrampa.so +libexec/engrampa/isoinfo.sh +libexec/engrampa/rpm2cpio +share/MateConf/gsettings/engrampa.convert +share/applications/engrampa.desktop +share/engrampa/icons/hicolor/16x16/actions/add-files-to-archive.png +share/engrampa/icons/hicolor/16x16/actions/add-folder-to-archive.png +share/engrampa/icons/hicolor/16x16/actions/extract-archive.png +share/engrampa/icons/hicolor/24x24/actions/add-files-to-archive.png +share/engrampa/icons/hicolor/24x24/actions/add-folder-to-archive.png +share/engrampa/icons/hicolor/24x24/actions/extract-archive.png +share/engrampa/packages.match +share/engrampa/ui/add-options.ui +share/engrampa/ui/batch-add-files.ui +share/engrampa/ui/batch-password.ui +share/engrampa/ui/delete.ui +share/engrampa/ui/new.ui +share/engrampa/ui/open-with.ui +share/engrampa/ui/password.ui +share/engrampa/ui/properties.ui +share/engrampa/ui/update.ui +share/icons/hicolor/16x16/apps/engrampa.png +share/icons/hicolor/22x22/apps/engrampa.png +share/icons/hicolor/24x24/apps/engrampa.png +share/icons/hicolor/32x32/apps/engrampa.png +share/icons/hicolor/scalable/apps/engrampa.svg +share/locale/af/LC_MESSAGES/engrampa.mo +share/locale/am/LC_MESSAGES/engrampa.mo +share/locale/ar/LC_MESSAGES/engrampa.mo +share/locale/as/LC_MESSAGES/engrampa.mo +share/locale/ast/LC_MESSAGES/engrampa.mo +share/locale/az/LC_MESSAGES/engrampa.mo +share/locale/be/LC_MESSAGES/engrampa.mo +share/locale/be@latin/LC_MESSAGES/engrampa.mo +share/locale/bg/LC_MESSAGES/engrampa.mo +share/locale/bn/LC_MESSAGES/engrampa.mo +share/locale/bn_IN/LC_MESSAGES/engrampa.mo +share/locale/br/LC_MESSAGES/engrampa.mo +share/locale/bs/LC_MESSAGES/engrampa.mo +share/locale/ca/LC_MESSAGES/engrampa.mo +share/locale/ca@valencia/LC_MESSAGES/engrampa.mo +share/locale/cs/LC_MESSAGES/engrampa.mo +share/locale/cy/LC_MESSAGES/engrampa.mo +share/locale/da/LC_MESSAGES/engrampa.mo +share/locale/de/LC_MESSAGES/engrampa.mo +share/locale/dz/LC_MESSAGES/engrampa.mo +share/locale/el/LC_MESSAGES/engrampa.mo +share/locale/en@shaw/LC_MESSAGES/engrampa.mo +share/locale/en_CA/LC_MESSAGES/engrampa.mo +share/locale/en_GB/LC_MESSAGES/engrampa.mo +share/locale/eo/LC_MESSAGES/engrampa.mo +share/locale/es/LC_MESSAGES/engrampa.mo +share/locale/et/LC_MESSAGES/engrampa.mo +share/locale/eu/LC_MESSAGES/engrampa.mo +share/locale/fa/LC_MESSAGES/engrampa.mo +share/locale/fi/LC_MESSAGES/engrampa.mo +share/locale/fr/LC_MESSAGES/engrampa.mo +share/locale/fur/LC_MESSAGES/engrampa.mo +share/locale/fy/LC_MESSAGES/engrampa.mo +share/locale/ga/LC_MESSAGES/engrampa.mo +share/locale/gl/LC_MESSAGES/engrampa.mo +share/locale/gu/LC_MESSAGES/engrampa.mo +share/locale/he/LC_MESSAGES/engrampa.mo +share/locale/hi/LC_MESSAGES/engrampa.mo +share/locale/hr/LC_MESSAGES/engrampa.mo +share/locale/hu/LC_MESSAGES/engrampa.mo +share/locale/hy/LC_MESSAGES/engrampa.mo +share/locale/id/LC_MESSAGES/engrampa.mo +share/locale/is/LC_MESSAGES/engrampa.mo +share/locale/it/LC_MESSAGES/engrampa.mo +share/locale/ja/LC_MESSAGES/engrampa.mo +share/locale/ka/LC_MESSAGES/engrampa.mo +share/locale/kk/LC_MESSAGES/engrampa.mo +share/locale/kn/LC_MESSAGES/engrampa.mo +share/locale/ko/LC_MESSAGES/engrampa.mo +share/locale/ku/LC_MESSAGES/engrampa.mo +share/locale/lt/LC_MESSAGES/engrampa.mo +share/locale/lv/LC_MESSAGES/engrampa.mo +share/locale/mai/LC_MESSAGES/engrampa.mo +share/locale/mg/LC_MESSAGES/engrampa.mo +share/locale/mk/LC_MESSAGES/engrampa.mo +share/locale/ml/LC_MESSAGES/engrampa.mo +share/locale/mn/LC_MESSAGES/engrampa.mo +share/locale/mr/LC_MESSAGES/engrampa.mo +share/locale/ms/LC_MESSAGES/engrampa.mo +share/locale/nb/LC_MESSAGES/engrampa.mo +share/locale/nds/LC_MESSAGES/engrampa.mo +share/locale/ne/LC_MESSAGES/engrampa.mo +share/locale/nl/LC_MESSAGES/engrampa.mo +share/locale/nn/LC_MESSAGES/engrampa.mo +share/locale/oc/LC_MESSAGES/engrampa.mo +share/locale/or/LC_MESSAGES/engrampa.mo +share/locale/pa/LC_MESSAGES/engrampa.mo +share/locale/pl/LC_MESSAGES/engrampa.mo +share/locale/ps/LC_MESSAGES/engrampa.mo +share/locale/pt/LC_MESSAGES/engrampa.mo +share/locale/pt_BR/LC_MESSAGES/engrampa.mo +share/locale/ro/LC_MESSAGES/engrampa.mo +share/locale/ru/LC_MESSAGES/engrampa.mo +share/locale/rw/LC_MESSAGES/engrampa.mo +share/locale/si/LC_MESSAGES/engrampa.mo +share/locale/sk/LC_MESSAGES/engrampa.mo +share/locale/sl/LC_MESSAGES/engrampa.mo +share/locale/sq/LC_MESSAGES/engrampa.mo +share/locale/sr/LC_MESSAGES/engrampa.mo +share/locale/sr@ije/LC_MESSAGES/engrampa.mo +share/locale/sr@latin/LC_MESSAGES/engrampa.mo +share/locale/sv/LC_MESSAGES/engrampa.mo +share/locale/ta/LC_MESSAGES/engrampa.mo +share/locale/te/LC_MESSAGES/engrampa.mo +share/locale/th/LC_MESSAGES/engrampa.mo +share/locale/tk/LC_MESSAGES/engrampa.mo +share/locale/tr/LC_MESSAGES/engrampa.mo +share/locale/ug/LC_MESSAGES/engrampa.mo +share/locale/uk/LC_MESSAGES/engrampa.mo +share/locale/ur/LC_MESSAGES/engrampa.mo +share/locale/ur_PK/LC_MESSAGES/engrampa.mo +share/locale/vi/LC_MESSAGES/engrampa.mo +share/locale/xh/LC_MESSAGES/engrampa.mo +share/locale/zh_CN/LC_MESSAGES/engrampa.mo +share/locale/zh_HK/LC_MESSAGES/engrampa.mo +share/locale/zh_TW/LC_MESSAGES/engrampa.mo +share/mate/help/engrampa/C/engrampa.xml +share/mate/help/engrampa/C/figures/engrampa_home.png +share/mate/help/engrampa/C/figures/engrampa_leftarrow.png +share/mate/help/engrampa/C/figures/engrampa_main_window.png +share/mate/help/engrampa/C/figures/engrampa_rightarrow.png +share/mate/help/engrampa/C/figures/engrampa_uparrow.png +share/mate/help/engrampa/C/legal.xml +share/mate/help/engrampa/bg/engrampa.xml +share/mate/help/engrampa/bg/figures/engrampa_home.png +share/mate/help/engrampa/bg/figures/engrampa_leftarrow.png +share/mate/help/engrampa/bg/figures/engrampa_main_window.png +share/mate/help/engrampa/bg/figures/engrampa_rightarrow.png +share/mate/help/engrampa/bg/figures/engrampa_uparrow.png +share/mate/help/engrampa/ca/engrampa.xml +share/mate/help/engrampa/ca/figures/engrampa_home.png +share/mate/help/engrampa/ca/figures/engrampa_leftarrow.png +share/mate/help/engrampa/ca/figures/engrampa_main_window.png +share/mate/help/engrampa/ca/figures/engrampa_rightarrow.png +share/mate/help/engrampa/ca/figures/engrampa_uparrow.png +share/mate/help/engrampa/cs/engrampa.xml +share/mate/help/engrampa/cs/figures/engrampa_home.png +share/mate/help/engrampa/cs/figures/engrampa_leftarrow.png +share/mate/help/engrampa/cs/figures/engrampa_main_window.png +share/mate/help/engrampa/cs/figures/engrampa_rightarrow.png +share/mate/help/engrampa/cs/figures/engrampa_uparrow.png +share/mate/help/engrampa/de/engrampa.xml +share/mate/help/engrampa/de/figures/engrampa_home.png +share/mate/help/engrampa/de/figures/engrampa_leftarrow.png +share/mate/help/engrampa/de/figures/engrampa_main_window.png +share/mate/help/engrampa/de/figures/engrampa_rightarrow.png +share/mate/help/engrampa/de/figures/engrampa_uparrow.png +share/mate/help/engrampa/el/engrampa.xml +share/mate/help/engrampa/el/figures/engrampa_home.png +share/mate/help/engrampa/el/figures/engrampa_leftarrow.png +share/mate/help/engrampa/el/figures/engrampa_main_window.png +share/mate/help/engrampa/el/figures/engrampa_rightarrow.png +share/mate/help/engrampa/el/figures/engrampa_uparrow.png +share/mate/help/engrampa/en_GB/engrampa.xml +share/mate/help/engrampa/en_GB/figures/engrampa_home.png +share/mate/help/engrampa/en_GB/figures/engrampa_leftarrow.png +share/mate/help/engrampa/en_GB/figures/engrampa_main_window.png +share/mate/help/engrampa/en_GB/figures/engrampa_rightarrow.png +share/mate/help/engrampa/en_GB/figures/engrampa_uparrow.png +share/mate/help/engrampa/es/engrampa.xml +share/mate/help/engrampa/es/figures/engrampa_home.png +share/mate/help/engrampa/es/figures/engrampa_leftarrow.png +share/mate/help/engrampa/es/figures/engrampa_main_window.png +share/mate/help/engrampa/es/figures/engrampa_rightarrow.png +share/mate/help/engrampa/es/figures/engrampa_uparrow.png +share/mate/help/engrampa/fi/engrampa.xml +share/mate/help/engrampa/fi/figures/engrampa_home.png +share/mate/help/engrampa/fi/figures/engrampa_leftarrow.png +share/mate/help/engrampa/fi/figures/engrampa_main_window.png +share/mate/help/engrampa/fi/figures/engrampa_rightarrow.png +share/mate/help/engrampa/fi/figures/engrampa_uparrow.png +share/mate/help/engrampa/fr/engrampa.xml +share/mate/help/engrampa/fr/figures/engrampa_home.png +share/mate/help/engrampa/fr/figures/engrampa_leftarrow.png +share/mate/help/engrampa/fr/figures/engrampa_main_window.png +share/mate/help/engrampa/fr/figures/engrampa_rightarrow.png +share/mate/help/engrampa/fr/figures/engrampa_uparrow.png +share/mate/help/engrampa/it/engrampa.xml +share/mate/help/engrampa/it/figures/engrampa_home.png +share/mate/help/engrampa/it/figures/engrampa_leftarrow.png +share/mate/help/engrampa/it/figures/engrampa_main_window.png +share/mate/help/engrampa/it/figures/engrampa_rightarrow.png +share/mate/help/engrampa/it/figures/engrampa_uparrow.png +share/mate/help/engrampa/ja/engrampa.xml +share/mate/help/engrampa/ja/figures/engrampa_home.png +share/mate/help/engrampa/ja/figures/engrampa_leftarrow.png +share/mate/help/engrampa/ja/figures/engrampa_main_window.png +share/mate/help/engrampa/ja/figures/engrampa_rightarrow.png +share/mate/help/engrampa/ja/figures/engrampa_uparrow.png +share/mate/help/engrampa/nl/engrampa.xml +share/mate/help/engrampa/nl/figures/engrampa_home.png +share/mate/help/engrampa/nl/figures/engrampa_leftarrow.png +share/mate/help/engrampa/nl/figures/engrampa_main_window.png +share/mate/help/engrampa/nl/figures/engrampa_rightarrow.png +share/mate/help/engrampa/nl/figures/engrampa_uparrow.png +share/mate/help/engrampa/oc/engrampa.xml +share/mate/help/engrampa/oc/figures/engrampa_home.png +share/mate/help/engrampa/oc/figures/engrampa_leftarrow.png +share/mate/help/engrampa/oc/figures/engrampa_main_window.png +share/mate/help/engrampa/oc/figures/engrampa_rightarrow.png +share/mate/help/engrampa/oc/figures/engrampa_uparrow.png +share/mate/help/engrampa/ru/engrampa.xml +share/mate/help/engrampa/ru/figures/engrampa_home.png +share/mate/help/engrampa/ru/figures/engrampa_leftarrow.png +share/mate/help/engrampa/ru/figures/engrampa_main_window.png +share/mate/help/engrampa/ru/figures/engrampa_rightarrow.png +share/mate/help/engrampa/ru/figures/engrampa_uparrow.png +share/mate/help/engrampa/sv/engrampa.xml +share/mate/help/engrampa/sv/figures/engrampa_home.png +share/mate/help/engrampa/sv/figures/engrampa_leftarrow.png +share/mate/help/engrampa/sv/figures/engrampa_main_window.png +share/mate/help/engrampa/sv/figures/engrampa_rightarrow.png +share/mate/help/engrampa/sv/figures/engrampa_uparrow.png +share/mate/help/engrampa/uk/engrampa.xml +share/mate/help/engrampa/uk/figures/engrampa_home.png +share/mate/help/engrampa/uk/figures/engrampa_leftarrow.png +share/mate/help/engrampa/uk/figures/engrampa_main_window.png +share/mate/help/engrampa/uk/figures/engrampa_rightarrow.png +share/mate/help/engrampa/uk/figures/engrampa_uparrow.png +share/mate/help/engrampa/vi/engrampa.xml +share/mate/help/engrampa/vi/figures/engrampa_home.png +share/mate/help/engrampa/vi/figures/engrampa_leftarrow.png +share/mate/help/engrampa/vi/figures/engrampa_main_window.png +share/mate/help/engrampa/vi/figures/engrampa_rightarrow.png +share/mate/help/engrampa/vi/figures/engrampa_uparrow.png +share/mate/help/engrampa/zh_CN/engrampa.xml +share/mate/help/engrampa/zh_CN/figures/engrampa_home.png +share/mate/help/engrampa/zh_CN/figures/engrampa_leftarrow.png +share/mate/help/engrampa/zh_CN/figures/engrampa_main_window.png +share/mate/help/engrampa/zh_CN/figures/engrampa_rightarrow.png +share/mate/help/engrampa/zh_CN/figures/engrampa_uparrow.png +share/omf/engrampa/engrampa-C.omf +share/omf/engrampa/engrampa-bg.omf +share/omf/engrampa/engrampa-ca.omf +share/omf/engrampa/engrampa-cs.omf +share/omf/engrampa/engrampa-de.omf +share/omf/engrampa/engrampa-el.omf +share/omf/engrampa/engrampa-en_GB.omf +share/omf/engrampa/engrampa-es.omf +share/omf/engrampa/engrampa-fi.omf +share/omf/engrampa/engrampa-fr.omf +share/omf/engrampa/engrampa-it.omf +share/omf/engrampa/engrampa-ja.omf +share/omf/engrampa/engrampa-nl.omf +share/omf/engrampa/engrampa-oc.omf +share/omf/engrampa/engrampa-ru.omf +share/omf/engrampa/engrampa-sv.omf +share/omf/engrampa/engrampa-uk.omf +share/omf/engrampa/engrampa-vi.omf +share/omf/engrampa/engrampa-zh_CN.omf +@dirrm share/omf/engrampa +@dirrm share/mate/help/engrampa/zh_CN/figures +@dirrm share/mate/help/engrampa/zh_CN +@dirrm share/mate/help/engrampa/vi/figures +@dirrm share/mate/help/engrampa/vi +@dirrm share/mate/help/engrampa/uk/figures +@dirrm share/mate/help/engrampa/uk +@dirrm share/mate/help/engrampa/sv/figures +@dirrm share/mate/help/engrampa/sv +@dirrm share/mate/help/engrampa/ru/figures +@dirrm share/mate/help/engrampa/ru +@dirrm share/mate/help/engrampa/oc/figures +@dirrm share/mate/help/engrampa/oc +@dirrm share/mate/help/engrampa/nl/figures +@dirrm share/mate/help/engrampa/nl +@dirrm share/mate/help/engrampa/ja/figures +@dirrm share/mate/help/engrampa/ja +@dirrm share/mate/help/engrampa/it/figures +@dirrm share/mate/help/engrampa/it +@dirrm share/mate/help/engrampa/fr/figures +@dirrm share/mate/help/engrampa/fr +@dirrm share/mate/help/engrampa/fi/figures +@dirrm share/mate/help/engrampa/fi +@dirrm share/mate/help/engrampa/es/figures +@dirrm share/mate/help/engrampa/es +@dirrm share/mate/help/engrampa/en_GB/figures +@dirrm share/mate/help/engrampa/en_GB +@dirrm share/mate/help/engrampa/el/figures +@dirrm share/mate/help/engrampa/el +@dirrm share/mate/help/engrampa/de/figures +@dirrm share/mate/help/engrampa/de +@dirrm share/mate/help/engrampa/cs/figures +@dirrm share/mate/help/engrampa/cs +@dirrm share/mate/help/engrampa/ca/figures +@dirrm share/mate/help/engrampa/ca +@dirrm share/mate/help/engrampa/bg/figures +@dirrm share/mate/help/engrampa/bg +@dirrm share/mate/help/engrampa/C/figures +@dirrm share/mate/help/engrampa/C +@dirrm share/mate/help/engrampa +@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/ur_PK/LC_MESSAGES +@dirrmtry share/locale/ur_PK +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@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/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm share/engrampa/ui +@dirrm share/engrampa/icons/hicolor/24x24/actions +@dirrm share/engrampa/icons/hicolor/24x24 +@dirrm share/engrampa/icons/hicolor/16x16/actions +@dirrm share/engrampa/icons/hicolor/16x16 +@dirrm share/engrampa/icons/hicolor +@dirrm share/engrampa/icons +@dirrm share/engrampa +@dirrm libexec/engrampa diff --git a/audio/Makefile b/audio/Makefile index 71bb86963111..a79d8c9f15f7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -452,6 +452,7 @@ SUBDIR += malint SUBDIR += mangler SUBDIR += maplay + SUBDIR += mate-media SUBDIR += mbox SUBDIR += mbrolavox SUBDIR += mcplay diff --git a/audio/mate-media/Makefile b/audio/mate-media/Makefile new file mode 100644 index 000000000000..1aab9e61844f --- /dev/null +++ b/audio/mate-media/Makefile @@ -0,0 +1,44 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-media +PORTVERSION= 1.6.0 +CATEGORIES= audio mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Multimedia applications for the MATE desktop + +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build desktop docutils intlhack ltverhack \ + panel +USE_GNOME= gnomehier glib20 gnomehier gtk20 libxml2 +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_GSTREAMER= good +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-pulseaudio \ + --enable-gst-mixer-applet +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.panel.applet.mixer.gschema.xml \ + org.mate.volume-control.gschema.xml + +post-patch: + @${REINPLACE_CMD} -e 's|mixer_applet2|mate_mixer_applet2|g' \ + ${WRKSRC}/gst-mixer-applet/Makefile.am \ + ${WRKSRC}/gst-mixer-applet/load.c \ + ${WRKSRC}/gst-mixer-applet/org.mate.panel.applet.MixerAppletFactory.service.in \ + ${WRKSRC}/gst-mixer-applet/org.mate.applets.MixerApplet.mate-panel-applet.in.in + +.include <bsd.port.mk> diff --git a/audio/mate-media/distinfo b/audio/mate-media/distinfo new file mode 100644 index 000000000000..910e19c41aa9 --- /dev/null +++ b/audio/mate-media/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-media-1.6.0.tar.xz) = baf0ac85685a376107feee47b372b678a86404ce215b19c7fc259b012a3694a6 +SIZE (mate/mate-media-1.6.0.tar.xz) = 863808 diff --git a/audio/mate-media/files/patch-gst-mixer-applet_applet.c b/audio/mate-media/files/patch-gst-mixer-applet_applet.c new file mode 100644 index 000000000000..2b1309a8be3f --- /dev/null +++ b/audio/mate-media/files/patch-gst-mixer-applet_applet.c @@ -0,0 +1,23 @@ +From 7418b30d4e11f78cdb58c6d8afa67c5ddbb2f0d5 Mon Sep 17 00:00:00 2001 +From: Stefano Karapetsas <stefano@karapetsas.com> +Date: Sat, 11 May 2013 20:48:47 +0000 +Subject: gstreamer: Middle click on applet toggles mute state + +--- +diff --git a/gst-mixer-applet/applet.c b/gst-mixer-applet/applet.c +index 9ad53bb..1a511ed 100644 +--- gst-mixer-applet/applet.c ++++ gst-mixer-applet/applet.c +@@ -827,7 +827,9 @@ mate_volume_applet_button (GtkWidget *widget, + break; + } + break; +- case 2: /* move */ ++ case 2: /* mute */ ++ mate_volume_applet_toggle_mute (applet); ++ return TRUE; + case 3: /* menu */ + if (applet->pop) { + mate_volume_applet_popdown_dock (applet); +-- +cgit diff --git a/audio/mate-media/pkg-descr b/audio/mate-media/pkg-descr new file mode 100644 index 000000000000..43ed70076835 --- /dev/null +++ b/audio/mate-media/pkg-descr @@ -0,0 +1,5 @@ +Multimedia applications for the MATE desktop. Includes mate-cd, a CDDB +aware CD player; mate-volume-control, for controlling the sound card's mixer; +and VU-Meter, to slow down your desktop... + +WWW: http://mate-desktop.org/ diff --git a/audio/mate-media/pkg-plist b/audio/mate-media/pkg-plist new file mode 100644 index 000000000000..f29a1e380b97 --- /dev/null +++ b/audio/mate-media/pkg-plist @@ -0,0 +1,340 @@ +bin/mate-volume-control +libexec/mate_mixer_applet2 +share/MateConf/gsettings/mate-volume-control.convert +share/applications/mate-volume-control.desktop +share/dbus-1/services/org.mate.panel.applet.MixerAppletFactory.service +share/icons/mate/16x16/devices/gvc-3d-sound.png +share/icons/mate/16x16/devices/gvc-headphones.png +share/icons/mate/16x16/devices/gvc-line-in.png +share/icons/mate/16x16/devices/gvc-tone.png +share/icons/mate/16x16/status/audio-input-microphone-muted.png +share/locale/af/LC_MESSAGES/mate-media.mo +share/locale/am/LC_MESSAGES/mate-media.mo +share/locale/ar/LC_MESSAGES/mate-media.mo +share/locale/as/LC_MESSAGES/mate-media.mo +share/locale/ast/LC_MESSAGES/mate-media.mo +share/locale/az/LC_MESSAGES/mate-media.mo +share/locale/be/LC_MESSAGES/mate-media.mo +share/locale/be@latin/LC_MESSAGES/mate-media.mo +share/locale/bg/LC_MESSAGES/mate-media.mo +share/locale/bn/LC_MESSAGES/mate-media.mo +share/locale/bn_IN/LC_MESSAGES/mate-media.mo +share/locale/br/LC_MESSAGES/mate-media.mo +share/locale/bs/LC_MESSAGES/mate-media.mo +share/locale/ca/LC_MESSAGES/mate-media.mo +share/locale/ca@valencia/LC_MESSAGES/mate-media.mo +share/locale/cs/LC_MESSAGES/mate-media.mo +share/locale/cy/LC_MESSAGES/mate-media.mo +share/locale/da/LC_MESSAGES/mate-media.mo +share/locale/de/LC_MESSAGES/mate-media.mo +share/locale/dz/LC_MESSAGES/mate-media.mo +share/locale/el/LC_MESSAGES/mate-media.mo +share/locale/en@shaw/LC_MESSAGES/mate-media.mo +share/locale/en_CA/LC_MESSAGES/mate-media.mo +share/locale/en_GB/LC_MESSAGES/mate-media.mo +share/locale/es/LC_MESSAGES/mate-media.mo +share/locale/et/LC_MESSAGES/mate-media.mo +share/locale/eu/LC_MESSAGES/mate-media.mo +share/locale/fa/LC_MESSAGES/mate-media.mo +share/locale/fi/LC_MESSAGES/mate-media.mo +share/locale/fr/LC_MESSAGES/mate-media.mo +share/locale/ga/LC_MESSAGES/mate-media.mo +share/locale/gl/LC_MESSAGES/mate-media.mo +share/locale/gu/LC_MESSAGES/mate-media.mo +share/locale/he/LC_MESSAGES/mate-media.mo +share/locale/hi/LC_MESSAGES/mate-media.mo +share/locale/hr/LC_MESSAGES/mate-media.mo +share/locale/hu/LC_MESSAGES/mate-media.mo +share/locale/id/LC_MESSAGES/mate-media.mo +share/locale/it/LC_MESSAGES/mate-media.mo +share/locale/ja/LC_MESSAGES/mate-media.mo +share/locale/ka/LC_MESSAGES/mate-media.mo +share/locale/kn/LC_MESSAGES/mate-media.mo +share/locale/ko/LC_MESSAGES/mate-media.mo +share/locale/ku/LC_MESSAGES/mate-media.mo +share/locale/lt/LC_MESSAGES/mate-media.mo +share/locale/lv/LC_MESSAGES/mate-media.mo +share/locale/mai/LC_MESSAGES/mate-media.mo +share/locale/mg/LC_MESSAGES/mate-media.mo +share/locale/mk/LC_MESSAGES/mate-media.mo +share/locale/ml/LC_MESSAGES/mate-media.mo +share/locale/mn/LC_MESSAGES/mate-media.mo +share/locale/mr/LC_MESSAGES/mate-media.mo +share/locale/ms/LC_MESSAGES/mate-media.mo +share/locale/nb/LC_MESSAGES/mate-media.mo +share/locale/nds/LC_MESSAGES/mate-media.mo +share/locale/ne/LC_MESSAGES/mate-media.mo +share/locale/nl/LC_MESSAGES/mate-media.mo +share/locale/nn/LC_MESSAGES/mate-media.mo +share/locale/oc/LC_MESSAGES/mate-media.mo +share/locale/or/LC_MESSAGES/mate-media.mo +share/locale/pa/LC_MESSAGES/mate-media.mo +share/locale/pl/LC_MESSAGES/mate-media.mo +share/locale/pt/LC_MESSAGES/mate-media.mo +share/locale/pt_BR/LC_MESSAGES/mate-media.mo +share/locale/ro/LC_MESSAGES/mate-media.mo +share/locale/ru/LC_MESSAGES/mate-media.mo +share/locale/rw/LC_MESSAGES/mate-media.mo +share/locale/si/LC_MESSAGES/mate-media.mo +share/locale/sk/LC_MESSAGES/mate-media.mo +share/locale/sl/LC_MESSAGES/mate-media.mo +share/locale/sq/LC_MESSAGES/mate-media.mo +share/locale/sr/LC_MESSAGES/mate-media.mo +share/locale/sr@latin/LC_MESSAGES/mate-media.mo +share/locale/sv/LC_MESSAGES/mate-media.mo +share/locale/ta/LC_MESSAGES/mate-media.mo +share/locale/te/LC_MESSAGES/mate-media.mo +share/locale/th/LC_MESSAGES/mate-media.mo +share/locale/tk/LC_MESSAGES/mate-media.mo +share/locale/tr/LC_MESSAGES/mate-media.mo +share/locale/ug/LC_MESSAGES/mate-media.mo +share/locale/uk/LC_MESSAGES/mate-media.mo +share/locale/vi/LC_MESSAGES/mate-media.mo +share/locale/wa/LC_MESSAGES/mate-media.mo +share/locale/xh/LC_MESSAGES/mate-media.mo +share/locale/zh_CN/LC_MESSAGES/mate-media.mo +share/locale/zh_HK/LC_MESSAGES/mate-media.mo +share/locale/zh_TW/LC_MESSAGES/mate-media.mo +share/mate-2.0/ui/mixer-applet-menu.xml +%%DATADIR%%/pixmaps/chain-broken.png +%%DATADIR%%/pixmaps/chain.png +%%DATADIR%%/sounds/mate-sounds-default.xml +share/mate-panel/applets/org.mate.applets.MixerApplet.mate-panel-applet +share/mate/help/mate-mixer_applet2/C/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/C/legal.xml +share/mate/help/mate-mixer_applet2/C/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/ca/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/ca/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/cs/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/cs/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/da/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/da/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/de/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/de/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/el/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/el/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/en_GB/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/en_GB/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/es/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/es/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/eu/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/eu/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/fi/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/fi/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/fr/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/fr/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/hu/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/hu/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/it/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/it/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/ko/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/ko/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/oc/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/oc/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/pa/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/pa/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/pt_BR/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/pt_BR/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/ru/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/ru/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/sv/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/sv/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/uk/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/uk/mate-mixer_applet2.xml +share/mate/help/mate-mixer_applet2/zh_CN/figures/volumecontrol_applet.png +share/mate/help/mate-mixer_applet2/zh_CN/mate-mixer_applet2.xml +share/mate/help/mate-volume-control/C/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/C/legal.xml +share/mate/help/mate-volume-control/C/mate-volume-control.xml +share/mate/help/mate-volume-control/ca/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/ca/mate-volume-control.xml +share/mate/help/mate-volume-control/cs/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/cs/mate-volume-control.xml +share/mate/help/mate-volume-control/da/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/da/mate-volume-control.xml +share/mate/help/mate-volume-control/de/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/de/mate-volume-control.xml +share/mate/help/mate-volume-control/el/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/el/mate-volume-control.xml +share/mate/help/mate-volume-control/en_GB/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/en_GB/mate-volume-control.xml +share/mate/help/mate-volume-control/es/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/es/mate-volume-control.xml +share/mate/help/mate-volume-control/fr/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/fr/mate-volume-control.xml +share/mate/help/mate-volume-control/it/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/it/mate-volume-control.xml +share/mate/help/mate-volume-control/oc/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/oc/mate-volume-control.xml +share/mate/help/mate-volume-control/ru/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/ru/mate-volume-control.xml +share/mate/help/mate-volume-control/sv/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/sv/mate-volume-control.xml +share/mate/help/mate-volume-control/zh_CN/figures/mate-volume-control_window.png +share/mate/help/mate-volume-control/zh_CN/mate-volume-control.xml +share/omf/mate-mixer_applet2/mate-mixer_applet2-C.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-ca.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-cs.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-da.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-de.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-el.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-en_GB.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-es.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-eu.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-fi.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-fr.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-hu.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-it.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-ko.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-oc.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-pa.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-pt_BR.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-ru.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-sv.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-uk.omf +share/omf/mate-mixer_applet2/mate-mixer_applet2-zh_CN.omf +share/omf/mate-volume-control/mate-volume-control-C.omf +share/omf/mate-volume-control/mate-volume-control-ca.omf +share/omf/mate-volume-control/mate-volume-control-cs.omf +share/omf/mate-volume-control/mate-volume-control-da.omf +share/omf/mate-volume-control/mate-volume-control-de.omf +share/omf/mate-volume-control/mate-volume-control-el.omf +share/omf/mate-volume-control/mate-volume-control-en_GB.omf +share/omf/mate-volume-control/mate-volume-control-es.omf +share/omf/mate-volume-control/mate-volume-control-fr.omf +share/omf/mate-volume-control/mate-volume-control-it.omf +share/omf/mate-volume-control/mate-volume-control-oc.omf +share/omf/mate-volume-control/mate-volume-control-ru.omf +share/omf/mate-volume-control/mate-volume-control-sv.omf +share/omf/mate-volume-control/mate-volume-control-zh_CN.omf +share/sounds/mate/default/alerts/bark.ogg +share/sounds/mate/default/alerts/drip.ogg +share/sounds/mate/default/alerts/glass.ogg +share/sounds/mate/default/alerts/sonar.ogg +@dirrm share/sounds/mate/default/alerts +@dirrm share/sounds/mate/default +@dirrm share/sounds/mate +@dirrm share/omf/mate-volume-control +@dirrm share/omf/mate-mixer_applet2 +@dirrm share/mate/help/mate-volume-control/zh_CN/figures +@dirrm share/mate/help/mate-volume-control/zh_CN +@dirrm share/mate/help/mate-volume-control/sv/figures +@dirrm share/mate/help/mate-volume-control/sv +@dirrm share/mate/help/mate-volume-control/ru/figures +@dirrm share/mate/help/mate-volume-control/ru +@dirrm share/mate/help/mate-volume-control/oc/figures +@dirrm share/mate/help/mate-volume-control/oc +@dirrm share/mate/help/mate-volume-control/it/figures +@dirrm share/mate/help/mate-volume-control/it +@dirrm share/mate/help/mate-volume-control/fr/figures +@dirrm share/mate/help/mate-volume-control/fr +@dirrm share/mate/help/mate-volume-control/es/figures +@dirrm share/mate/help/mate-volume-control/es +@dirrm share/mate/help/mate-volume-control/en_GB/figures +@dirrm share/mate/help/mate-volume-control/en_GB +@dirrm share/mate/help/mate-volume-control/el/figures +@dirrm share/mate/help/mate-volume-control/el +@dirrm share/mate/help/mate-volume-control/de/figures +@dirrm share/mate/help/mate-volume-control/de +@dirrm share/mate/help/mate-volume-control/da/figures +@dirrm share/mate/help/mate-volume-control/da +@dirrm share/mate/help/mate-volume-control/cs/figures +@dirrm share/mate/help/mate-volume-control/cs +@dirrm share/mate/help/mate-volume-control/ca/figures +@dirrm share/mate/help/mate-volume-control/ca +@dirrm share/mate/help/mate-volume-control/C/figures +@dirrm share/mate/help/mate-volume-control/C +@dirrm share/mate/help/mate-volume-control +@dirrm share/mate/help/mate-mixer_applet2/zh_CN/figures +@dirrm share/mate/help/mate-mixer_applet2/zh_CN +@dirrm share/mate/help/mate-mixer_applet2/uk/figures +@dirrm share/mate/help/mate-mixer_applet2/uk +@dirrm share/mate/help/mate-mixer_applet2/sv/figures +@dirrm share/mate/help/mate-mixer_applet2/sv +@dirrm share/mate/help/mate-mixer_applet2/ru/figures +@dirrm share/mate/help/mate-mixer_applet2/ru +@dirrm share/mate/help/mate-mixer_applet2/pt_BR/figures +@dirrm share/mate/help/mate-mixer_applet2/pt_BR +@dirrm share/mate/help/mate-mixer_applet2/pa/figures +@dirrm share/mate/help/mate-mixer_applet2/pa +@dirrm share/mate/help/mate-mixer_applet2/oc/figures +@dirrm share/mate/help/mate-mixer_applet2/oc +@dirrm share/mate/help/mate-mixer_applet2/ko/figures +@dirrm share/mate/help/mate-mixer_applet2/ko +@dirrm share/mate/help/mate-mixer_applet2/it/figures +@dirrm share/mate/help/mate-mixer_applet2/it +@dirrm share/mate/help/mate-mixer_applet2/hu/figures +@dirrm share/mate/help/mate-mixer_applet2/hu +@dirrm share/mate/help/mate-mixer_applet2/fr/figures +@dirrm share/mate/help/mate-mixer_applet2/fr +@dirrm share/mate/help/mate-mixer_applet2/fi/figures +@dirrm share/mate/help/mate-mixer_applet2/fi +@dirrm share/mate/help/mate-mixer_applet2/eu/figures +@dirrm share/mate/help/mate-mixer_applet2/eu +@dirrm share/mate/help/mate-mixer_applet2/es/figures +@dirrm share/mate/help/mate-mixer_applet2/es +@dirrm share/mate/help/mate-mixer_applet2/en_GB/figures +@dirrm share/mate/help/mate-mixer_applet2/en_GB +@dirrm share/mate/help/mate-mixer_applet2/el/figures +@dirrm share/mate/help/mate-mixer_applet2/el +@dirrm share/mate/help/mate-mixer_applet2/de/figures +@dirrm share/mate/help/mate-mixer_applet2/de +@dirrm share/mate/help/mate-mixer_applet2/da/figures +@dirrm share/mate/help/mate-mixer_applet2/da +@dirrm share/mate/help/mate-mixer_applet2/cs/figures +@dirrm share/mate/help/mate-mixer_applet2/cs +@dirrm share/mate/help/mate-mixer_applet2/ca/figures +@dirrm share/mate/help/mate-mixer_applet2/ca +@dirrm share/mate/help/mate-mixer_applet2/C/figures +@dirrm share/mate/help/mate-mixer_applet2/C +@dirrm share/mate/help/mate-mixer_applet2 +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% +@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/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/icons/mate/16x16/status +@dirrmtry share/icons/mate/16x16/devices +@dirrmtry share/icons/mate/16x16 +@dirrmtry share/icons/mate +@dirrmtry share/icons diff --git a/deskutils/Makefile b/deskutils/Makefile index a1194ac13fa2..27d3b8f1a8f4 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -138,6 +138,11 @@ SUBDIR += ljit SUBDIR += logjam SUBDIR += lxshortcut + SUBDIR += mate-character-map + SUBDIR += mate-file-manager-open-terminal + SUBDIR += mate-menu-editor + SUBDIR += mate-notification-daemon + SUBDIR += mate-utils SUBDIR += mcal SUBDIR += mdh SUBDIR += mencal diff --git a/deskutils/mate-character-map/Makefile b/deskutils/mate-character-map/Makefile new file mode 100644 index 000000000000..f2fa8750b069 --- /dev/null +++ b/deskutils/mate-character-map/Makefile @@ -0,0 +1,34 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-character-map +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Unicode/ISO10646 character map and font viewer + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack ltverhack +USE_GNOME= glib20 gnomehier gtk20 gnomedocutils +USE_LDCONFIG= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 \ + --disable-unihan +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.mucharmap.enums.xml \ + org.mate.mucharmap.gschema.xml + +.include <bsd.port.mk> diff --git a/deskutils/mate-character-map/distinfo b/deskutils/mate-character-map/distinfo new file mode 100644 index 000000000000..db54dffc3446 --- /dev/null +++ b/deskutils/mate-character-map/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-character-map-1.6.0.tar.xz) = 14a18a02db1a7a966d74229350eec64468e0aaf47ec5726a1b2042def9719635 +SIZE (mate/mate-character-map-1.6.0.tar.xz) = 2349936 diff --git a/deskutils/mate-character-map/pkg-descr b/deskutils/mate-character-map/pkg-descr new file mode 100644 index 000000000000..a58c8be2f8d5 --- /dev/null +++ b/deskutils/mate-character-map/pkg-descr @@ -0,0 +1,4 @@ +mucharmap is a Unicode/ISO10646 character map and font viewer. It uses +GTK+ 2, and supports anti-aliased, scalable fonts. + +WWW: http://mate-desktop.org/ diff --git a/deskutils/mate-character-map/pkg-plist b/deskutils/mate-character-map/pkg-plist new file mode 100644 index 000000000000..b10ad5a7bd9a --- /dev/null +++ b/deskutils/mate-character-map/pkg-plist @@ -0,0 +1,246 @@ +bin/mate-character-map +bin/mucharmap +include/mucharmap-2.0/mucharmap/mucharmap-block-chapters-model.h +include/mucharmap-2.0/mucharmap/mucharmap-block-codepoint-list.h +include/mucharmap-2.0/mucharmap/mucharmap-chapters-model.h +include/mucharmap-2.0/mucharmap/mucharmap-chapters-view.h +include/mucharmap-2.0/mucharmap/mucharmap-charmap.h +include/mucharmap-2.0/mucharmap/mucharmap-chartable.h +include/mucharmap-2.0/mucharmap/mucharmap-codepoint-list.h +include/mucharmap-2.0/mucharmap/mucharmap-script-chapters-model.h +include/mucharmap-2.0/mucharmap/mucharmap-script-codepoint-list.h +include/mucharmap-2.0/mucharmap/mucharmap-type-builtins.h +include/mucharmap-2.0/mucharmap/mucharmap-unicode-info.h +include/mucharmap-2.0/mucharmap/mucharmap.h +lib/libmucharmap.a +lib/libmucharmap.la +lib/libmucharmap.so +lib/libmucharmap.so.7 +libdata/pkgconfig/mucharmap-2.pc +share/applications/mucharmap.desktop +share/locale/af/LC_MESSAGES/mucharmap.mo +share/locale/am/LC_MESSAGES/mucharmap.mo +share/locale/ar/LC_MESSAGES/mucharmap.mo +share/locale/as/LC_MESSAGES/mucharmap.mo +share/locale/ast/LC_MESSAGES/mucharmap.mo +share/locale/az/LC_MESSAGES/mucharmap.mo +share/locale/be/LC_MESSAGES/mucharmap.mo +share/locale/be@latin/LC_MESSAGES/mucharmap.mo +share/locale/bg/LC_MESSAGES/mucharmap.mo +share/locale/bn/LC_MESSAGES/mucharmap.mo +share/locale/bn_IN/LC_MESSAGES/mucharmap.mo +share/locale/br/LC_MESSAGES/mucharmap.mo +share/locale/bs/LC_MESSAGES/mucharmap.mo +share/locale/ca/LC_MESSAGES/mucharmap.mo +share/locale/ca@valencia/LC_MESSAGES/mucharmap.mo +share/locale/cs/LC_MESSAGES/mucharmap.mo +share/locale/cy/LC_MESSAGES/mucharmap.mo +share/locale/da/LC_MESSAGES/mucharmap.mo +share/locale/de/LC_MESSAGES/mucharmap.mo +share/locale/dz/LC_MESSAGES/mucharmap.mo +share/locale/el/LC_MESSAGES/mucharmap.mo +share/locale/en@shaw/LC_MESSAGES/mucharmap.mo +share/locale/en_CA/LC_MESSAGES/mucharmap.mo +share/locale/en_GB/LC_MESSAGES/mucharmap.mo +share/locale/eo/LC_MESSAGES/mucharmap.mo +share/locale/es/LC_MESSAGES/mucharmap.mo +share/locale/et/LC_MESSAGES/mucharmap.mo +share/locale/eu/LC_MESSAGES/mucharmap.mo +share/locale/fa/LC_MESSAGES/mucharmap.mo +share/locale/fi/LC_MESSAGES/mucharmap.mo +share/locale/fr/LC_MESSAGES/mucharmap.mo +share/locale/ga/LC_MESSAGES/mucharmap.mo +share/locale/gl/LC_MESSAGES/mucharmap.mo +share/locale/gu/LC_MESSAGES/mucharmap.mo +share/locale/he/LC_MESSAGES/mucharmap.mo +share/locale/hi/LC_MESSAGES/mucharmap.mo +share/locale/hr/LC_MESSAGES/mucharmap.mo +share/locale/hu/LC_MESSAGES/mucharmap.mo +share/locale/id/LC_MESSAGES/mucharmap.mo +share/locale/is/LC_MESSAGES/mucharmap.mo +share/locale/it/LC_MESSAGES/mucharmap.mo +share/locale/ja/LC_MESSAGES/mucharmap.mo +share/locale/ka/LC_MESSAGES/mucharmap.mo +share/locale/kn/LC_MESSAGES/mucharmap.mo +share/locale/ko/LC_MESSAGES/mucharmap.mo +share/locale/lt/LC_MESSAGES/mucharmap.mo +share/locale/lv/LC_MESSAGES/mucharmap.mo +share/locale/mai/LC_MESSAGES/mucharmap.mo +share/locale/mi/LC_MESSAGES/mucharmap.mo +share/locale/mk/LC_MESSAGES/mucharmap.mo +share/locale/ml/LC_MESSAGES/mucharmap.mo +share/locale/mn/LC_MESSAGES/mucharmap.mo +share/locale/mr/LC_MESSAGES/mucharmap.mo +share/locale/ms/LC_MESSAGES/mucharmap.mo +share/locale/nb/LC_MESSAGES/mucharmap.mo +share/locale/ne/LC_MESSAGES/mucharmap.mo +share/locale/nl/LC_MESSAGES/mucharmap.mo +share/locale/nn/LC_MESSAGES/mucharmap.mo +share/locale/oc/LC_MESSAGES/mucharmap.mo +share/locale/or/LC_MESSAGES/mucharmap.mo +share/locale/pa/LC_MESSAGES/mucharmap.mo +share/locale/pl/LC_MESSAGES/mucharmap.mo +share/locale/pt/LC_MESSAGES/mucharmap.mo +share/locale/pt_BR/LC_MESSAGES/mucharmap.mo +share/locale/ro/LC_MESSAGES/mucharmap.mo +share/locale/ru/LC_MESSAGES/mucharmap.mo +share/locale/rw/LC_MESSAGES/mucharmap.mo +share/locale/si/LC_MESSAGES/mucharmap.mo +share/locale/sk/LC_MESSAGES/mucharmap.mo +share/locale/sl/LC_MESSAGES/mucharmap.mo +share/locale/sq/LC_MESSAGES/mucharmap.mo +share/locale/sr/LC_MESSAGES/mucharmap.mo +share/locale/sr@latin/LC_MESSAGES/mucharmap.mo +share/locale/sv/LC_MESSAGES/mucharmap.mo +share/locale/ta/LC_MESSAGES/mucharmap.mo +share/locale/te/LC_MESSAGES/mucharmap.mo +share/locale/th/LC_MESSAGES/mucharmap.mo +share/locale/tr/LC_MESSAGES/mucharmap.mo +share/locale/uk/LC_MESSAGES/mucharmap.mo +share/locale/vi/LC_MESSAGES/mucharmap.mo +share/locale/wa/LC_MESSAGES/mucharmap.mo +share/locale/xh/LC_MESSAGES/mucharmap.mo +share/locale/zh_CN/LC_MESSAGES/mucharmap.mo +share/locale/zh_HK/LC_MESSAGES/mucharmap.mo +share/locale/zh_TW/LC_MESSAGES/mucharmap.mo +share/mate/help/mucharmap/C/figures/mucharmap_start_window.png +share/mate/help/mucharmap/C/figures/mucharmap_window.png +share/mate/help/mucharmap/C/legal.xml +share/mate/help/mucharmap/C/mucharmap.xml +share/mate/help/mucharmap/bg/figures/mucharmap_start_window.png +share/mate/help/mucharmap/bg/figures/mucharmap_window.png +share/mate/help/mucharmap/bg/mucharmap.xml +share/mate/help/mucharmap/ca/figures/mucharmap_start_window.png +share/mate/help/mucharmap/ca/figures/mucharmap_window.png +share/mate/help/mucharmap/ca/mucharmap.xml +share/mate/help/mucharmap/cs/figures/mucharmap_start_window.png +share/mate/help/mucharmap/cs/figures/mucharmap_window.png +share/mate/help/mucharmap/cs/mucharmap.xml +share/mate/help/mucharmap/de/figures/mucharmap_start_window.png +share/mate/help/mucharmap/de/figures/mucharmap_window.png +share/mate/help/mucharmap/de/mucharmap.xml +share/mate/help/mucharmap/el/figures/mucharmap_start_window.png +share/mate/help/mucharmap/el/figures/mucharmap_window.png +share/mate/help/mucharmap/el/mucharmap.xml +share/mate/help/mucharmap/en_GB/figures/mucharmap_start_window.png +share/mate/help/mucharmap/en_GB/figures/mucharmap_window.png +share/mate/help/mucharmap/en_GB/mucharmap.xml +share/mate/help/mucharmap/es/figures/mucharmap_start_window.png +share/mate/help/mucharmap/es/figures/mucharmap_window.png +share/mate/help/mucharmap/es/mucharmap.xml +share/mate/help/mucharmap/fi/figures/mucharmap_start_window.png +share/mate/help/mucharmap/fi/figures/mucharmap_window.png +share/mate/help/mucharmap/fi/mucharmap.xml +share/mate/help/mucharmap/fr/figures/mucharmap_start_window.png +share/mate/help/mucharmap/fr/figures/mucharmap_window.png +share/mate/help/mucharmap/fr/mucharmap.xml +share/mate/help/mucharmap/ko/figures/mucharmap_start_window.png +share/mate/help/mucharmap/ko/figures/mucharmap_window.png +share/mate/help/mucharmap/ko/mucharmap.xml +share/mate/help/mucharmap/oc/figures/mucharmap_start_window.png +share/mate/help/mucharmap/oc/figures/mucharmap_window.png +share/mate/help/mucharmap/oc/mucharmap.xml +share/mate/help/mucharmap/pt_BR/figures/mucharmap_start_window.png +share/mate/help/mucharmap/pt_BR/figures/mucharmap_window.png +share/mate/help/mucharmap/pt_BR/mucharmap.xml +share/mate/help/mucharmap/ru/figures/mucharmap_start_window.png +share/mate/help/mucharmap/ru/figures/mucharmap_window.png +share/mate/help/mucharmap/ru/mucharmap.xml +share/mate/help/mucharmap/sv/figures/mucharmap_start_window.png +share/mate/help/mucharmap/sv/figures/mucharmap_window.png +share/mate/help/mucharmap/sv/mucharmap.xml +share/mate/help/mucharmap/vi/figures/mucharmap_start_window.png +share/mate/help/mucharmap/vi/figures/mucharmap_window.png +share/mate/help/mucharmap/vi/mucharmap.xml +share/mate/help/mucharmap/zh_CN/figures/mucharmap_start_window.png +share/mate/help/mucharmap/zh_CN/figures/mucharmap_window.png +share/mate/help/mucharmap/zh_CN/mucharmap.xml +share/omf/mucharmap/mucharmap-C.omf +share/omf/mucharmap/mucharmap-bg.omf +share/omf/mucharmap/mucharmap-ca.omf +share/omf/mucharmap/mucharmap-cs.omf +share/omf/mucharmap/mucharmap-de.omf +share/omf/mucharmap/mucharmap-el.omf +share/omf/mucharmap/mucharmap-en_GB.omf +share/omf/mucharmap/mucharmap-es.omf +share/omf/mucharmap/mucharmap-fi.omf +share/omf/mucharmap/mucharmap-fr.omf +share/omf/mucharmap/mucharmap-ko.omf +share/omf/mucharmap/mucharmap-oc.omf +share/omf/mucharmap/mucharmap-pt_BR.omf +share/omf/mucharmap/mucharmap-ru.omf +share/omf/mucharmap/mucharmap-sv.omf +share/omf/mucharmap/mucharmap-vi.omf +share/omf/mucharmap/mucharmap-zh_CN.omf +@dirrm share/omf/mucharmap +@dirrm share/mate/help/mucharmap/zh_CN/figures +@dirrm share/mate/help/mucharmap/zh_CN +@dirrm share/mate/help/mucharmap/vi/figures +@dirrm share/mate/help/mucharmap/vi +@dirrm share/mate/help/mucharmap/sv/figures +@dirrm share/mate/help/mucharmap/sv +@dirrm share/mate/help/mucharmap/ru/figures +@dirrm share/mate/help/mucharmap/ru +@dirrm share/mate/help/mucharmap/pt_BR/figures +@dirrm share/mate/help/mucharmap/pt_BR +@dirrm share/mate/help/mucharmap/oc/figures +@dirrm share/mate/help/mucharmap/oc +@dirrm share/mate/help/mucharmap/ko/figures +@dirrm share/mate/help/mucharmap/ko +@dirrm share/mate/help/mucharmap/fr/figures +@dirrm share/mate/help/mucharmap/fr +@dirrm share/mate/help/mucharmap/fi/figures +@dirrm share/mate/help/mucharmap/fi +@dirrm share/mate/help/mucharmap/es/figures +@dirrm share/mate/help/mucharmap/es +@dirrm share/mate/help/mucharmap/en_GB/figures +@dirrm share/mate/help/mucharmap/en_GB +@dirrm share/mate/help/mucharmap/el/figures +@dirrm share/mate/help/mucharmap/el +@dirrm share/mate/help/mucharmap/de/figures +@dirrm share/mate/help/mucharmap/de +@dirrm share/mate/help/mucharmap/cs/figures +@dirrm share/mate/help/mucharmap/cs +@dirrm share/mate/help/mucharmap/ca/figures +@dirrm share/mate/help/mucharmap/ca +@dirrm share/mate/help/mucharmap/bg/figures +@dirrm share/mate/help/mucharmap/bg +@dirrm share/mate/help/mucharmap/C/figures +@dirrm share/mate/help/mucharmap/C +@dirrm share/mate/help/mucharmap +@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/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/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm include/mucharmap-2.0/mucharmap +@dirrm include/mucharmap-2.0 diff --git a/deskutils/mate-file-manager-open-terminal/Makefile b/deskutils/mate-file-manager-open-terminal/Makefile new file mode 100644 index 000000000000..9fced652d45d --- /dev/null +++ b/deskutils/mate-file-manager-open-terminal/Makefile @@ -0,0 +1,29 @@ +# Created by: Nicole Reid <root@cooltrainer.org> +# $FreeBSD$ + +PORTNAME= mate-file-manager-open-terminal +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Caja extension which allows you to open a terminal + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen caja common:build desktop intlhack +USE_GNOME= glib20 gnomehier +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env \ + autoheader:env +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.apps.caja-open-terminal.gschema.xml + +.include <bsd.port.mk> diff --git a/deskutils/mate-file-manager-open-terminal/distinfo b/deskutils/mate-file-manager-open-terminal/distinfo new file mode 100644 index 000000000000..18d2b81d8780 --- /dev/null +++ b/deskutils/mate-file-manager-open-terminal/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-file-manager-open-terminal-1.6.0.tar.xz) = 9898d640aad99be84fbc42f3e2e4f90400939480f94ac5a1ed1a09475df944e8 +SIZE (mate/mate-file-manager-open-terminal-1.6.0.tar.xz) = 34712 diff --git a/deskutils/mate-file-manager-open-terminal/pkg-descr b/deskutils/mate-file-manager-open-terminal/pkg-descr new file mode 100644 index 000000000000..413bf031e432 --- /dev/null +++ b/deskutils/mate-file-manager-open-terminal/pkg-descr @@ -0,0 +1,3 @@ +Caja extension which allows you to open a terminal. + +WWW: http://mate-desktop.org/ diff --git a/deskutils/mate-file-manager-open-terminal/pkg-plist b/deskutils/mate-file-manager-open-terminal/pkg-plist new file mode 100644 index 000000000000..d81df6c6dac2 --- /dev/null +++ b/deskutils/mate-file-manager-open-terminal/pkg-plist @@ -0,0 +1,85 @@ +lib/caja/extensions-2.0/libcaja-open-terminal.a +lib/caja/extensions-2.0/libcaja-open-terminal.la +lib/caja/extensions-2.0/libcaja-open-terminal.so +share/MateConf/gsettings/caja-open-terminal.convert +share/locale/am/LC_MESSAGES/caja-open-terminal.mo +share/locale/ar/LC_MESSAGES/caja-open-terminal.mo +share/locale/ast/LC_MESSAGES/caja-open-terminal.mo +share/locale/be/LC_MESSAGES/caja-open-terminal.mo +share/locale/be@latin/LC_MESSAGES/caja-open-terminal.mo +share/locale/bg/LC_MESSAGES/caja-open-terminal.mo +share/locale/bn_IN/LC_MESSAGES/caja-open-terminal.mo +share/locale/ca/LC_MESSAGES/caja-open-terminal.mo +share/locale/cs/LC_MESSAGES/caja-open-terminal.mo +share/locale/da/LC_MESSAGES/caja-open-terminal.mo +share/locale/de/LC_MESSAGES/caja-open-terminal.mo +share/locale/dz/LC_MESSAGES/caja-open-terminal.mo +share/locale/el/LC_MESSAGES/caja-open-terminal.mo +share/locale/en_AU/LC_MESSAGES/caja-open-terminal.mo +share/locale/en_CA/LC_MESSAGES/caja-open-terminal.mo +share/locale/en_GB/LC_MESSAGES/caja-open-terminal.mo +share/locale/eo/LC_MESSAGES/caja-open-terminal.mo +share/locale/es/LC_MESSAGES/caja-open-terminal.mo +share/locale/et/LC_MESSAGES/caja-open-terminal.mo +share/locale/eu/LC_MESSAGES/caja-open-terminal.mo +share/locale/fi/LC_MESSAGES/caja-open-terminal.mo +share/locale/fr/LC_MESSAGES/caja-open-terminal.mo +share/locale/gl/LC_MESSAGES/caja-open-terminal.mo +share/locale/gu/LC_MESSAGES/caja-open-terminal.mo +share/locale/he/LC_MESSAGES/caja-open-terminal.mo +share/locale/hr/LC_MESSAGES/caja-open-terminal.mo +share/locale/hu/LC_MESSAGES/caja-open-terminal.mo +share/locale/id/LC_MESSAGES/caja-open-terminal.mo +share/locale/is/LC_MESSAGES/caja-open-terminal.mo +share/locale/it/LC_MESSAGES/caja-open-terminal.mo +share/locale/ja/LC_MESSAGES/caja-open-terminal.mo +share/locale/ka/LC_MESSAGES/caja-open-terminal.mo +share/locale/ko/LC_MESSAGES/caja-open-terminal.mo +share/locale/ky/LC_MESSAGES/caja-open-terminal.mo +share/locale/lt/LC_MESSAGES/caja-open-terminal.mo +share/locale/lv/LC_MESSAGES/caja-open-terminal.mo +share/locale/mk/LC_MESSAGES/caja-open-terminal.mo +share/locale/ml/LC_MESSAGES/caja-open-terminal.mo +share/locale/ms/LC_MESSAGES/caja-open-terminal.mo +share/locale/nb/LC_MESSAGES/caja-open-terminal.mo +share/locale/ne/LC_MESSAGES/caja-open-terminal.mo +share/locale/nl/LC_MESSAGES/caja-open-terminal.mo +share/locale/oc/LC_MESSAGES/caja-open-terminal.mo +share/locale/or/LC_MESSAGES/caja-open-terminal.mo +share/locale/pa/LC_MESSAGES/caja-open-terminal.mo +share/locale/pl/LC_MESSAGES/caja-open-terminal.mo +share/locale/pt/LC_MESSAGES/caja-open-terminal.mo +share/locale/pt_BR/LC_MESSAGES/caja-open-terminal.mo +share/locale/ro/LC_MESSAGES/caja-open-terminal.mo +share/locale/ru/LC_MESSAGES/caja-open-terminal.mo +share/locale/rw/LC_MESSAGES/caja-open-terminal.mo +share/locale/sk/LC_MESSAGES/caja-open-terminal.mo +share/locale/sl/LC_MESSAGES/caja-open-terminal.mo +share/locale/sq/LC_MESSAGES/caja-open-terminal.mo +share/locale/sr/LC_MESSAGES/caja-open-terminal.mo +share/locale/sr@latin/LC_MESSAGES/caja-open-terminal.mo +share/locale/sv/LC_MESSAGES/caja-open-terminal.mo +share/locale/ta/LC_MESSAGES/caja-open-terminal.mo +share/locale/th/LC_MESSAGES/caja-open-terminal.mo +share/locale/tr/LC_MESSAGES/caja-open-terminal.mo +share/locale/uk/LC_MESSAGES/caja-open-terminal.mo +share/locale/vi/LC_MESSAGES/caja-open-terminal.mo +share/locale/zh_CN/LC_MESSAGES/caja-open-terminal.mo +share/locale/zh_TW/LC_MESSAGES/caja-open-terminal.mo +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@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/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry lib/caja/extensions-2.0 diff --git a/deskutils/mate-menu-editor/Makefile b/deskutils/mate-menu-editor/Makefile new file mode 100644 index 000000000000..88636dbec445 --- /dev/null +++ b/deskutils/mate-menu-editor/Makefile @@ -0,0 +1,32 @@ + +# Created by: FreeBSD GNOME Team +# $FreeBSD$ + +PORTNAME= mate-menu-editor +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Editor for the freedesktop.org menu specification + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack menus +USE_GNOME= pygobject pygtk2 +USE_PYTHON= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/Mozo/util.py + +.include <bsd.port.mk> diff --git a/deskutils/mate-menu-editor/distinfo b/deskutils/mate-menu-editor/distinfo new file mode 100644 index 000000000000..2125e5a0cb87 --- /dev/null +++ b/deskutils/mate-menu-editor/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-menu-editor-1.6.0.tar.xz) = 5c7b96e04ab3e495ae88065d1a084719ce72da050f9b869347edc3fc21ca4f61 +SIZE (mate/mate-menu-editor-1.6.0.tar.xz) = 97936 diff --git a/deskutils/mate-menu-editor/files/patch-Mozo_util.py b/deskutils/mate-menu-editor/files/patch-Mozo_util.py new file mode 100644 index 000000000000..00241393047c --- /dev/null +++ b/deskutils/mate-menu-editor/files/patch-Mozo_util.py @@ -0,0 +1,29 @@ +--- Mozo/util.py.orig 2012-07-29 12:16:35.000000000 -0500 ++++ Mozo/util.py 2012-07-29 12:18:11.000000000 -0500 +@@ -141,7 +141,7 @@ + file_path = os.path.join(system_path, 'applications', file_id) + if os.path.isfile(file_path): + return file_path +- file_path = os.path.join('/', 'usr', 'share', 'applications', file_id) ++ file_path = os.path.join('/', '/usr/local', 'share', 'applications', file_id) + if os.path.isfile(file_path): + return file_path + return False +@@ -166,7 +166,7 @@ + file_path = os.path.join(system_path, 'desktop-directories', file_id) + if os.path.isfile(file_path): + return file_path +- file_path = os.path.join('/', 'usr', 'share', 'desktop-directories', file_id) ++ file_path = os.path.join('/', '/usr/local', 'share', 'desktop-directories', file_id) + if os.path.isfile(file_path): + return file_path + return False +@@ -187,7 +187,7 @@ + file_path = os.path.join(system_path, 'menus', file_name) + if os.path.isfile(file_path): + return file_path +- file_path = os.path.join('/', 'etc', 'xdg', 'menus', file_name) ++ file_path = os.path.join('/', '/usr/local', 'etc', 'xdg', 'menus', file_name) + if os.path.isfile(file_path): + return file_path + return False diff --git a/deskutils/mate-menu-editor/pkg-descr b/deskutils/mate-menu-editor/pkg-descr new file mode 100644 index 000000000000..e3ed8b1f8c45 --- /dev/null +++ b/deskutils/mate-menu-editor/pkg-descr @@ -0,0 +1,6 @@ +Mozo is a simple freedesktop.org compliant menu editor +for MATE that lets you change your menus, simply and +quickly. Just click and type to edit, add, and delete any +menu entry. + +WWW: http://mate-desktop.org/ diff --git a/deskutils/mate-menu-editor/pkg-plist b/deskutils/mate-menu-editor/pkg-plist new file mode 100644 index 000000000000..8060437f5cf4 --- /dev/null +++ b/deskutils/mate-menu-editor/pkg-plist @@ -0,0 +1,180 @@ +bin/mozo +%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.py +%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.pyc +%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.pyo +%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.py +%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.pyc +%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.pyo +%%PYTHON_SITELIBDIR%%/Mozo/__init__.py +%%PYTHON_SITELIBDIR%%/Mozo/__init__.pyc +%%PYTHON_SITELIBDIR%%/Mozo/__init__.pyo +%%PYTHON_SITELIBDIR%%/Mozo/config.py +%%PYTHON_SITELIBDIR%%/Mozo/config.pyc +%%PYTHON_SITELIBDIR%%/Mozo/config.pyo +%%PYTHON_SITELIBDIR%%/Mozo/util.py +%%PYTHON_SITELIBDIR%%/Mozo/util.pyc +%%PYTHON_SITELIBDIR%%/Mozo/util.pyo +share/applications/mozo.desktop +share/icons/hicolor/16x16/apps/mozo.png +share/icons/hicolor/22x22/apps/mozo.png +share/icons/hicolor/24x24/apps/mozo.png +share/icons/hicolor/256x256/apps/mozo.png +share/icons/hicolor/32x32/apps/mozo.png +share/icons/hicolor/48x48/apps/mozo.png +share/locale/af/LC_MESSAGES/mozo.mo +share/locale/am/LC_MESSAGES/mozo.mo +share/locale/an/LC_MESSAGES/mozo.mo +share/locale/ar/LC_MESSAGES/mozo.mo +share/locale/as/LC_MESSAGES/mozo.mo +share/locale/ast/LC_MESSAGES/mozo.mo +share/locale/be/LC_MESSAGES/mozo.mo +share/locale/be@latin/LC_MESSAGES/mozo.mo +share/locale/bem/LC_MESSAGES/mozo.mo +share/locale/bg/LC_MESSAGES/mozo.mo +share/locale/bn/LC_MESSAGES/mozo.mo +share/locale/bn_IN/LC_MESSAGES/mozo.mo +share/locale/br/LC_MESSAGES/mozo.mo +share/locale/ca/LC_MESSAGES/mozo.mo +share/locale/ca@valencia/LC_MESSAGES/mozo.mo +share/locale/crh/LC_MESSAGES/mozo.mo +share/locale/cs/LC_MESSAGES/mozo.mo +share/locale/cy/LC_MESSAGES/mozo.mo +share/locale/da/LC_MESSAGES/mozo.mo +share/locale/de/LC_MESSAGES/mozo.mo +share/locale/dz/LC_MESSAGES/mozo.mo +share/locale/el/LC_MESSAGES/mozo.mo +share/locale/en@shaw/LC_MESSAGES/mozo.mo +share/locale/en_AU/LC_MESSAGES/mozo.mo +share/locale/en_CA/LC_MESSAGES/mozo.mo +share/locale/en_GB/LC_MESSAGES/mozo.mo +share/locale/eo/LC_MESSAGES/mozo.mo +share/locale/es/LC_MESSAGES/mozo.mo +share/locale/es_CL/LC_MESSAGES/mozo.mo +share/locale/et/LC_MESSAGES/mozo.mo +share/locale/eu/LC_MESSAGES/mozo.mo +share/locale/fa/LC_MESSAGES/mozo.mo +share/locale/fi/LC_MESSAGES/mozo.mo +share/locale/fr/LC_MESSAGES/mozo.mo +share/locale/fur/LC_MESSAGES/mozo.mo +share/locale/fy/LC_MESSAGES/mozo.mo +share/locale/ga/LC_MESSAGES/mozo.mo +share/locale/gl/LC_MESSAGES/mozo.mo +share/locale/gu/LC_MESSAGES/mozo.mo +share/locale/he/LC_MESSAGES/mozo.mo +share/locale/hi/LC_MESSAGES/mozo.mo +share/locale/hr/LC_MESSAGES/mozo.mo +share/locale/hu/LC_MESSAGES/mozo.mo +share/locale/hy/LC_MESSAGES/mozo.mo +share/locale/id/LC_MESSAGES/mozo.mo +share/locale/io/LC_MESSAGES/mozo.mo +share/locale/it/LC_MESSAGES/mozo.mo +share/locale/ja/LC_MESSAGES/mozo.mo +share/locale/ka/LC_MESSAGES/mozo.mo +share/locale/kk/LC_MESSAGES/mozo.mo +share/locale/kn/LC_MESSAGES/mozo.mo +share/locale/ko/LC_MESSAGES/mozo.mo +share/locale/ku/LC_MESSAGES/mozo.mo +share/locale/ky/LC_MESSAGES/mozo.mo +share/locale/lt/LC_MESSAGES/mozo.mo +share/locale/lv/LC_MESSAGES/mozo.mo +share/locale/mai/LC_MESSAGES/mozo.mo +share/locale/mg/LC_MESSAGES/mozo.mo +share/locale/mk/LC_MESSAGES/mozo.mo +share/locale/ml/LC_MESSAGES/mozo.mo +share/locale/mn/LC_MESSAGES/mozo.mo +share/locale/mr/LC_MESSAGES/mozo.mo +share/locale/ms/LC_MESSAGES/mozo.mo +share/locale/nb/LC_MESSAGES/mozo.mo +share/locale/nds/LC_MESSAGES/mozo.mo +share/locale/nl/LC_MESSAGES/mozo.mo +share/locale/nn/LC_MESSAGES/mozo.mo +share/locale/oc/LC_MESSAGES/mozo.mo +share/locale/or/LC_MESSAGES/mozo.mo +share/locale/pa/LC_MESSAGES/mozo.mo +share/locale/pl/LC_MESSAGES/mozo.mo +share/locale/ps/LC_MESSAGES/mozo.mo +share/locale/pt/LC_MESSAGES/mozo.mo +share/locale/pt_BR/LC_MESSAGES/mozo.mo +share/locale/ro/LC_MESSAGES/mozo.mo +share/locale/ru/LC_MESSAGES/mozo.mo +share/locale/si/LC_MESSAGES/mozo.mo +share/locale/sk/LC_MESSAGES/mozo.mo +share/locale/sl/LC_MESSAGES/mozo.mo +share/locale/sq/LC_MESSAGES/mozo.mo +share/locale/sr/LC_MESSAGES/mozo.mo +share/locale/sr@latin/LC_MESSAGES/mozo.mo +share/locale/sv/LC_MESSAGES/mozo.mo +share/locale/ta/LC_MESSAGES/mozo.mo +share/locale/te/LC_MESSAGES/mozo.mo +share/locale/th/LC_MESSAGES/mozo.mo +share/locale/tr/LC_MESSAGES/mozo.mo +share/locale/ug/LC_MESSAGES/mozo.mo +share/locale/uk/LC_MESSAGES/mozo.mo +share/locale/uz@cyrillic/LC_MESSAGES/mozo.mo +share/locale/vi/LC_MESSAGES/mozo.mo +share/locale/zh_CN/LC_MESSAGES/mozo.mo +share/locale/zh_HK/LC_MESSAGES/mozo.mo +share/locale/zh_TW/LC_MESSAGES/mozo.mo +share/mozo/mozo.ui +@dirrm share/mozo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/io/LC_MESSAGES +@dirrmtry share/locale/io +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/bem/LC_MESSAGES +@dirrmtry share/locale/bem +@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 +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@dirrm %%PYTHON_SITELIBDIR%%/Mozo diff --git a/deskutils/mate-notification-daemon/Makefile b/deskutils/mate-notification-daemon/Makefile new file mode 100644 index 000000000000..cd815af3e915 --- /dev/null +++ b/deskutils/mate-notification-daemon/Makefile @@ -0,0 +1,39 @@ +# Createdy by: Andreas Kohn <andreas@syndrom23.de> +# $FreeBSD$ + +PORTNAME= mate-notification-daemon +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Send small notifications to your desktop + +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libnotify.so:${PORTSDIR}/devel/libnotify + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack libmatewnck +USE_XORG= x11 +USE_GNOME= glib20 gnomehier gtk20 librsvg2 +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \ + --with-gtk=2.0 +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.NotificationDaemon.gschema.xml + +.include <bsd.port.mk> diff --git a/deskutils/mate-notification-daemon/distinfo b/deskutils/mate-notification-daemon/distinfo new file mode 100644 index 000000000000..162d04335560 --- /dev/null +++ b/deskutils/mate-notification-daemon/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-notification-daemon-1.6.0.tar.xz) = baa96685b20a07dbec1cf3ea945352b5da1a6ca12a0cf693413797e331a30ddd +SIZE (mate/mate-notification-daemon-1.6.0.tar.xz) = 117288 diff --git a/deskutils/mate-notification-daemon/pkg-descr b/deskutils/mate-notification-daemon/pkg-descr new file mode 100644 index 000000000000..a35c77e164c7 --- /dev/null +++ b/deskutils/mate-notification-daemon/pkg-descr @@ -0,0 +1,9 @@ +The Desktop Notifications framework provides a standard way of doing passive +pop-up notifications on the desktop. These are designed to notify the +user of something without interrupting their work with a dialog box that they +must close. Passive popups can automatically disappear after a short period +of time. + +This port contains the daemon. + +WWW: http://mate-desktop.org/ diff --git a/deskutils/mate-notification-daemon/pkg-plist b/deskutils/mate-notification-daemon/pkg-plist new file mode 100644 index 000000000000..09e1a2992949 --- /dev/null +++ b/deskutils/mate-notification-daemon/pkg-plist @@ -0,0 +1,63 @@ +bin/mate-notification-properties +lib/mate-notification-daemon/engines/libcoco.a +lib/mate-notification-daemon/engines/libcoco.la +lib/mate-notification-daemon/engines/libcoco.so +lib/mate-notification-daemon/engines/libnodoka.a +lib/mate-notification-daemon/engines/libnodoka.la +lib/mate-notification-daemon/engines/libnodoka.so +lib/mate-notification-daemon/engines/libslider.a +lib/mate-notification-daemon/engines/libslider.la +lib/mate-notification-daemon/engines/libslider.so +lib/mate-notification-daemon/engines/libstandard.a +lib/mate-notification-daemon/engines/libstandard.la +lib/mate-notification-daemon/engines/libstandard.so +libexec/mate-notification-daemon +share/MateConf/gsettings/mate-notification-daemon.convert +share/applications/mate-notification-properties.desktop +share/dbus-1/services/org.freedesktop.mate.Notifications.service +share/icons/hicolor/16x16/apps/mate-notification-properties.png +share/icons/hicolor/22x22/apps/mate-notification-properties.png +share/icons/hicolor/24x24/apps/mate-notification-properties.png +share/icons/hicolor/32x32/apps/mate-notification-properties.png +share/icons/hicolor/48x48/apps/mate-notification-properties.png +share/icons/hicolor/scalable/apps/mate-notification-properties.svg +share/locale/af/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ar/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ast/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ca/LC_MESSAGES/mate-notification-daemon.mo +share/locale/cs/LC_MESSAGES/mate-notification-daemon.mo +share/locale/da/LC_MESSAGES/mate-notification-daemon.mo +share/locale/de/LC_MESSAGES/mate-notification-daemon.mo +share/locale/el/LC_MESSAGES/mate-notification-daemon.mo +share/locale/es/LC_MESSAGES/mate-notification-daemon.mo +share/locale/es_CL/LC_MESSAGES/mate-notification-daemon.mo +share/locale/et/LC_MESSAGES/mate-notification-daemon.mo +share/locale/eu/LC_MESSAGES/mate-notification-daemon.mo +share/locale/fr/LC_MESSAGES/mate-notification-daemon.mo +share/locale/gl/LC_MESSAGES/mate-notification-daemon.mo +share/locale/he/LC_MESSAGES/mate-notification-daemon.mo +share/locale/hu/LC_MESSAGES/mate-notification-daemon.mo +share/locale/id/LC_MESSAGES/mate-notification-daemon.mo +share/locale/it/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ja/LC_MESSAGES/mate-notification-daemon.mo +share/locale/lt/LC_MESSAGES/mate-notification-daemon.mo +share/locale/nb/LC_MESSAGES/mate-notification-daemon.mo +share/locale/nl/LC_MESSAGES/mate-notification-daemon.mo +share/locale/pa/LC_MESSAGES/mate-notification-daemon.mo +share/locale/pl/LC_MESSAGES/mate-notification-daemon.mo +share/locale/pt/LC_MESSAGES/mate-notification-daemon.mo +share/locale/pt_BR/LC_MESSAGES/mate-notification-daemon.mo +share/locale/ru/LC_MESSAGES/mate-notification-daemon.mo +share/locale/sl/LC_MESSAGES/mate-notification-daemon.mo +share/locale/sv/LC_MESSAGES/mate-notification-daemon.mo +share/locale/tr/LC_MESSAGES/mate-notification-daemon.mo +share/locale/uk/LC_MESSAGES/mate-notification-daemon.mo +share/locale/zh_CN/LC_MESSAGES/mate-notification-daemon.mo +%%DATADIR%%/mate-notification-properties.ui +@dirrm %%DATADIR%% +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrm lib/mate-notification-daemon/engines +@dirrm lib/mate-notification-daemon diff --git a/deskutils/mate-utils/Makefile b/deskutils/mate-utils/Makefile new file mode 100644 index 000000000000..ed0297712bbf --- /dev/null +++ b/deskutils/mate-utils/Makefile @@ -0,0 +1,43 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-utils +PORTVERSION= 1.6.0 +CATEGORIES= deskutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE support utilities + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \ + scrollkeeper-config:${PORTSDIR}/textproc/rarian +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack ltverhack \ + panel +USE_XORG= x11 xext +USE_GNOME= glib20 gnomehier gtk20 +USE_LDCONFIG= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +CONFIGURE_ARGS= --enable-maintainer-flags=no \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.dictionary.gschema.xml \ + org.mate.disk-usage-analyzer.gschema.xml \ + org.mate.screenshot.gschema.xml \ + org.mate.search-tool.gschema.xml \ + org.mate.system-log.gschema.xml + +.include <bsd.port.mk> diff --git a/deskutils/mate-utils/distinfo b/deskutils/mate-utils/distinfo new file mode 100644 index 000000000000..5eb9ba0e7255 --- /dev/null +++ b/deskutils/mate-utils/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-utils-1.6.0.tar.xz) = 150b7ed3831f865b5e1276108f2ad1ce6c2fa129b5689ec50bc35f882f93d01c +SIZE (mate/mate-utils-1.6.0.tar.xz) = 6115504 diff --git a/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c b/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c new file mode 100644 index 000000000000..f29974a81f2c --- /dev/null +++ b/deskutils/mate-utils/files/patch-gsearchtool_gsearchtool-support.c @@ -0,0 +1,10 @@ +--- gsearchtool/gsearchtool-support.c.orig 2008-12-19 16:53:22.000000000 -0500 ++++ gsearchtool/gsearchtool-support.c 2009-02-27 17:30:06.000000000 -0500 +@@ -32,6 +32,7 @@ + #include <string.h> + #include <glib/gi18n.h> + #include <glib.h> ++#include <sys/types.h> + #include <regex.h> + #include <gdk/gdkx.h> + #include <libart_lgpl/art_rgb.h> diff --git a/deskutils/mate-utils/files/patch-logview_logview-manager.c b/deskutils/mate-utils/files/patch-logview_logview-manager.c new file mode 100644 index 000000000000..00ec357ef46e --- /dev/null +++ b/deskutils/mate-utils/files/patch-logview_logview-manager.c @@ -0,0 +1,10 @@ +--- logview/logview-manager.c.orig 2009-03-21 17:25:27.000000000 -0400 ++++ logview/logview-manager.c 2009-03-21 17:25:37.000000000 -0400 +@@ -25,6 +25,7 @@ + + #include <glib/gi18n.h> + ++#include "logview-app.h" + #include "logview-prefs.h" + #include "logview-marshal.h" + diff --git a/deskutils/mate-utils/files/patch-logview_logview-utils.c b/deskutils/mate-utils/files/patch-logview_logview-utils.c new file mode 100644 index 000000000000..4faad70213df --- /dev/null +++ b/deskutils/mate-utils/files/patch-logview_logview-utils.c @@ -0,0 +1,11 @@ +--- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400 ++++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400 +@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line + { + int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0; + GSList *days = NULL; +- GDate *date, *newdate; ++ GDate *date = NULL, *newdate; + struct tm *tmptm; + char *date_string; + Day *day; diff --git a/deskutils/mate-utils/pkg-descr b/deskutils/mate-utils/pkg-descr new file mode 100644 index 000000000000..d59068acf6ca --- /dev/null +++ b/deskutils/mate-utils/pkg-descr @@ -0,0 +1,4 @@ +MATE support utilities, including a dictionary looker-upper, +a frontend for find(1), a system log viewer, and more. + +WWW: http://mate-desktop.org/ diff --git a/deskutils/mate-utils/pkg-plist b/deskutils/mate-utils/pkg-plist new file mode 100644 index 000000000000..4e104eb02403 --- /dev/null +++ b/deskutils/mate-utils/pkg-plist @@ -0,0 +1,816 @@ +bin/mate-dictionary +bin/mate-disk-usage-analyzer +bin/mate-panel-screenshot +bin/mate-screenshot +bin/mate-search-tool +bin/mate-system-log +include/mate-dict/gdict/gdict-client-context.h +include/mate-dict/gdict/gdict-context.h +include/mate-dict/gdict/gdict-database-chooser.h +include/mate-dict/gdict/gdict-defbox.h +include/mate-dict/gdict/gdict-enum-types.h +include/mate-dict/gdict/gdict-source-chooser.h +include/mate-dict/gdict/gdict-source-loader.h +include/mate-dict/gdict/gdict-source.h +include/mate-dict/gdict/gdict-speller.h +include/mate-dict/gdict/gdict-strategy-chooser.h +include/mate-dict/gdict/gdict-utils.h +include/mate-dict/gdict/gdict-version.h +include/mate-dict/gdict/gdict.h +lib/libmatedict.a +lib/libmatedict.la +lib/libmatedict.so +lib/libmatedict.so.6 +libdata/pkgconfig/mate-dict.pc +libexec/mate-dictionary-applet +man/man1/mate-dictionary.1.gz +man/man1/mate-disk-usage-analyzer.1.gz +man/man1/mate-screenshot.1.gz +man/man1/mate-search-tool.1.gz +man/man1/mate-system-log.1.gz +share/MateConf/gsettings/mate-dictionary.convert +share/MateConf/gsettings/mate-disk-usage-analyzer.convert +share/MateConf/gsettings/mate-screenshot.convert +share/MateConf/gsettings/mate-search-tool.convert +share/MateConf/gsettings/mate-system-log.convert +share/applications/mate-dictionary.desktop +share/applications/mate-disk-usage-analyzer.desktop +share/applications/mate-screenshot.desktop +share/applications/mate-search-tool.desktop +share/applications/mate-system-log.desktop +share/dbus-1/services/org.mate.panel.applet.DictionaryAppletFactory.service +share/icons/mate/24x24/apps/baobab.png +share/icons/mate/scalable/apps/baobab.svg +share/locale/af/LC_MESSAGES/mate-utils.mo +share/locale/am/LC_MESSAGES/mate-utils.mo +share/locale/ar/LC_MESSAGES/mate-utils.mo +share/locale/as/LC_MESSAGES/mate-utils.mo +share/locale/ast/LC_MESSAGES/mate-utils.mo +share/locale/az/LC_MESSAGES/mate-utils.mo +share/locale/be/LC_MESSAGES/mate-utils.mo +share/locale/be@latin/LC_MESSAGES/mate-utils.mo +share/locale/bg/LC_MESSAGES/mate-utils.mo +share/locale/bn/LC_MESSAGES/mate-utils.mo +share/locale/bn_IN/LC_MESSAGES/mate-utils.mo +share/locale/br/LC_MESSAGES/mate-utils.mo +share/locale/bs/LC_MESSAGES/mate-utils.mo +share/locale/ca/LC_MESSAGES/mate-utils.mo +share/locale/ca@valencia/LC_MESSAGES/mate-utils.mo +share/locale/crh/LC_MESSAGES/mate-utils.mo +share/locale/cs/LC_MESSAGES/mate-utils.mo +share/locale/cy/LC_MESSAGES/mate-utils.mo +share/locale/da/LC_MESSAGES/mate-utils.mo +share/locale/de/LC_MESSAGES/mate-utils.mo +share/locale/dz/LC_MESSAGES/mate-utils.mo +share/locale/el/LC_MESSAGES/mate-utils.mo +share/locale/en@shaw/LC_MESSAGES/mate-utils.mo +share/locale/en_AU/LC_MESSAGES/mate-utils.mo +share/locale/en_CA/LC_MESSAGES/mate-utils.mo +share/locale/en_GB/LC_MESSAGES/mate-utils.mo +share/locale/eo/LC_MESSAGES/mate-utils.mo +share/locale/es/LC_MESSAGES/mate-utils.mo +share/locale/et/LC_MESSAGES/mate-utils.mo +share/locale/eu/LC_MESSAGES/mate-utils.mo +share/locale/fa/LC_MESSAGES/mate-utils.mo +share/locale/fi/LC_MESSAGES/mate-utils.mo +share/locale/fr/LC_MESSAGES/mate-utils.mo +share/locale/ga/LC_MESSAGES/mate-utils.mo +share/locale/gl/LC_MESSAGES/mate-utils.mo +share/locale/gu/LC_MESSAGES/mate-utils.mo +share/locale/he/LC_MESSAGES/mate-utils.mo +share/locale/hi/LC_MESSAGES/mate-utils.mo +share/locale/hr/LC_MESSAGES/mate-utils.mo +share/locale/hu/LC_MESSAGES/mate-utils.mo +share/locale/id/LC_MESSAGES/mate-utils.mo +share/locale/it/LC_MESSAGES/mate-utils.mo +share/locale/ja/LC_MESSAGES/mate-utils.mo +share/locale/ka/LC_MESSAGES/mate-utils.mo +share/locale/kn/LC_MESSAGES/mate-utils.mo +share/locale/ko/LC_MESSAGES/mate-utils.mo +share/locale/ku/LC_MESSAGES/mate-utils.mo +share/locale/lt/LC_MESSAGES/mate-utils.mo +share/locale/lv/LC_MESSAGES/mate-utils.mo +share/locale/mai/LC_MESSAGES/mate-utils.mo +share/locale/mg/LC_MESSAGES/mate-utils.mo +share/locale/mk/LC_MESSAGES/mate-utils.mo +share/locale/ml/LC_MESSAGES/mate-utils.mo +share/locale/mn/LC_MESSAGES/mate-utils.mo +share/locale/mr/LC_MESSAGES/mate-utils.mo +share/locale/ms/LC_MESSAGES/mate-utils.mo +share/locale/nb/LC_MESSAGES/mate-utils.mo +share/locale/nds/LC_MESSAGES/mate-utils.mo +share/locale/ne/LC_MESSAGES/mate-utils.mo +share/locale/nl/LC_MESSAGES/mate-utils.mo +share/locale/nn/LC_MESSAGES/mate-utils.mo +share/locale/oc/LC_MESSAGES/mate-utils.mo +share/locale/or/LC_MESSAGES/mate-utils.mo +share/locale/pa/LC_MESSAGES/mate-utils.mo +share/locale/pl/LC_MESSAGES/mate-utils.mo +share/locale/ps/LC_MESSAGES/mate-utils.mo +share/locale/pt/LC_MESSAGES/mate-utils.mo +share/locale/pt_BR/LC_MESSAGES/mate-utils.mo +share/locale/ro/LC_MESSAGES/mate-utils.mo +share/locale/ru/LC_MESSAGES/mate-utils.mo +share/locale/rw/LC_MESSAGES/mate-utils.mo +share/locale/si/LC_MESSAGES/mate-utils.mo +share/locale/sk/LC_MESSAGES/mate-utils.mo +share/locale/sl/LC_MESSAGES/mate-utils.mo +share/locale/sq/LC_MESSAGES/mate-utils.mo +share/locale/sr/LC_MESSAGES/mate-utils.mo +share/locale/sr@latin/LC_MESSAGES/mate-utils.mo +share/locale/sv/LC_MESSAGES/mate-utils.mo +share/locale/ta/LC_MESSAGES/mate-utils.mo +share/locale/te/LC_MESSAGES/mate-utils.mo +share/locale/th/LC_MESSAGES/mate-utils.mo +share/locale/tr/LC_MESSAGES/mate-utils.mo +share/locale/ug/LC_MESSAGES/mate-utils.mo +share/locale/uk/LC_MESSAGES/mate-utils.mo +share/locale/vi/LC_MESSAGES/mate-utils.mo +share/locale/wa/LC_MESSAGES/mate-utils.mo +share/locale/xh/LC_MESSAGES/mate-utils.mo +share/locale/zh_CN/LC_MESSAGES/mate-utils.mo +share/locale/zh_HK/LC_MESSAGES/mate-utils.mo +share/locale/zh_TW/LC_MESSAGES/mate-utils.mo +share/mate-dict/sources/default.desktop +share/mate-dict/sources/spanish.desktop +share/mate-dict/sources/thai.desktop +share/mate-dictionary/dictionary-applet-menu.xml +share/mate-dictionary/mate-dictionary-preferences.ui +share/mate-dictionary/mate-dictionary-source.ui +share/mate-dictionary/mate-dictionary-ui.xml +share/mate-disk-usage-analyzer/baobab-dialog-scan-props.ui +share/mate-disk-usage-analyzer/baobab-main-window.ui +share/mate-disk-usage-analyzer/pixmaps/shot.png +share/mate-panel/applets/org.mate.DictionaryApplet.mate-panel-applet +share/mate-screenshot/mate-screenshot.ui +%%DATADIR%%/logview-filter.ui +%%DATADIR%%/logview-toolbar.xml +share/mate/help/mate-dictionary/C/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/C/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/C/legal.xml +share/mate/help/mate-dictionary/C/mate-dictionary.xml +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/ca/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/ca/mate-dictionary.xml +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/cs/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/cs/mate-dictionary.xml +share/mate/help/mate-dictionary/da/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/da/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/da/mate-dictionary.xml +share/mate/help/mate-dictionary/de/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/de/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/de/mate-dictionary.xml +share/mate/help/mate-dictionary/el/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/el/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/el/mate-dictionary.xml +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/en_GB/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/en_GB/mate-dictionary.xml +share/mate/help/mate-dictionary/es/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/es/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/es/mate-dictionary.xml +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/eu/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/eu/mate-dictionary.xml +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/fi/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/fi/mate-dictionary.xml +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/fr/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/fr/mate-dictionary.xml +share/mate/help/mate-dictionary/it/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/it/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/it/mate-dictionary.xml +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/oc/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/oc/mate-dictionary.xml +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/ru/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/ru/mate-dictionary.xml +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/sv/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/sv/mate-dictionary.xml +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/uk/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/uk/mate-dictionary.xml +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-add-source.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-applet-window.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-applet.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-application.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-find.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-lookup.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-preferences-print.png +share/mate/help/mate-dictionary/zh_CN/figures/mate-dictionary-preferences-source.png +share/mate/help/mate-dictionary/zh_CN/mate-dictionary.xml +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/C/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/C/legal.xml +share/mate/help/mate-disk-usage-analyzer/C/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/ca/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/ca/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/cs/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/cs/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/da/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/da/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/de/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/de/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/el/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/el/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/en_GB/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/en_GB/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/es/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/es/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/eu/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/eu/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/fi/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/fi/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/fr/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/fr/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/it/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/it/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/oc/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/oc/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/pl/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/pl/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/ru/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/ru/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/sv/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/sv/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/uk/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/uk/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/zh_CN/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/zh_HK/mate-disk-usage-analyzer.xml +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_fullscan.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_prefs.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_remote.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_ringschart1.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_ringschart2.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_treemaps.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/figures/baobab_window.png +share/mate/help/mate-disk-usage-analyzer/zh_TW/mate-disk-usage-analyzer.xml +share/mate/help/mate-search-tool/C/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/C/legal.xml +share/mate/help/mate-search-tool/C/mate-search-tool.xml +share/mate/help/mate-search-tool/ca/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/ca/mate-search-tool.xml +share/mate/help/mate-search-tool/cs/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/cs/mate-search-tool.xml +share/mate/help/mate-search-tool/de/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/de/mate-search-tool.xml +share/mate/help/mate-search-tool/el/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/el/mate-search-tool.xml +share/mate/help/mate-search-tool/en_GB/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/en_GB/mate-search-tool.xml +share/mate/help/mate-search-tool/es/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/es/mate-search-tool.xml +share/mate/help/mate-search-tool/eu/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/eu/mate-search-tool.xml +share/mate/help/mate-search-tool/fi/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/fi/mate-search-tool.xml +share/mate/help/mate-search-tool/fr/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/fr/mate-search-tool.xml +share/mate/help/mate-search-tool/it/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/it/mate-search-tool.xml +share/mate/help/mate-search-tool/ko/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/ko/mate-search-tool.xml +share/mate/help/mate-search-tool/oc/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/oc/mate-search-tool.xml +share/mate/help/mate-search-tool/ru/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/ru/mate-search-tool.xml +share/mate/help/mate-search-tool/sv/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/sv/mate-search-tool.xml +share/mate/help/mate-search-tool/uk/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/uk/mate-search-tool.xml +share/mate/help/mate-search-tool/zh_CN/figures/mate-search-tool_window.png +share/mate/help/mate-search-tool/zh_CN/mate-search-tool.xml +share/mate/help/mate-system-log/C/figures/syslog_window.png +share/mate/help/mate-system-log/C/legal.xml +share/mate/help/mate-system-log/C/mate-system-log.xml +share/mate/help/mate-system-log/ca/figures/syslog_window.png +share/mate/help/mate-system-log/ca/mate-system-log.xml +share/mate/help/mate-system-log/cs/figures/syslog_window.png +share/mate/help/mate-system-log/cs/mate-system-log.xml +share/mate/help/mate-system-log/de/figures/syslog_window.png +share/mate/help/mate-system-log/de/mate-system-log.xml +share/mate/help/mate-system-log/el/figures/syslog_window.png +share/mate/help/mate-system-log/el/mate-system-log.xml +share/mate/help/mate-system-log/en_GB/figures/syslog_window.png +share/mate/help/mate-system-log/en_GB/mate-system-log.xml +share/mate/help/mate-system-log/es/figures/syslog_window.png +share/mate/help/mate-system-log/es/mate-system-log.xml +share/mate/help/mate-system-log/eu/figures/syslog_window.png +share/mate/help/mate-system-log/eu/mate-system-log.xml +share/mate/help/mate-system-log/fi/figures/syslog_window.png +share/mate/help/mate-system-log/fi/mate-system-log.xml +share/mate/help/mate-system-log/fr/figures/syslog_window.png +share/mate/help/mate-system-log/fr/mate-system-log.xml +share/mate/help/mate-system-log/it/figures/syslog_window.png +share/mate/help/mate-system-log/it/mate-system-log.xml +share/mate/help/mate-system-log/ko/figures/syslog_window.png +share/mate/help/mate-system-log/ko/mate-system-log.xml +share/mate/help/mate-system-log/oc/figures/syslog_window.png +share/mate/help/mate-system-log/oc/mate-system-log.xml +share/mate/help/mate-system-log/ru/figures/syslog_window.png +share/mate/help/mate-system-log/ru/mate-system-log.xml +share/mate/help/mate-system-log/sv/figures/syslog_window.png +share/mate/help/mate-system-log/sv/mate-system-log.xml +share/mate/help/mate-system-log/uk/figures/syslog_window.png +share/mate/help/mate-system-log/uk/mate-system-log.xml +share/mate/help/mate-system-log/zh_CN/figures/syslog_window.png +share/mate/help/mate-system-log/zh_CN/mate-system-log.xml +share/omf/mate-dictionary/mate-dictionary-C.omf +share/omf/mate-dictionary/mate-dictionary-ca.omf +share/omf/mate-dictionary/mate-dictionary-cs.omf +share/omf/mate-dictionary/mate-dictionary-da.omf +share/omf/mate-dictionary/mate-dictionary-de.omf +share/omf/mate-dictionary/mate-dictionary-el.omf +share/omf/mate-dictionary/mate-dictionary-en_GB.omf +share/omf/mate-dictionary/mate-dictionary-es.omf +share/omf/mate-dictionary/mate-dictionary-eu.omf +share/omf/mate-dictionary/mate-dictionary-fi.omf +share/omf/mate-dictionary/mate-dictionary-fr.omf +share/omf/mate-dictionary/mate-dictionary-it.omf +share/omf/mate-dictionary/mate-dictionary-oc.omf +share/omf/mate-dictionary/mate-dictionary-ru.omf +share/omf/mate-dictionary/mate-dictionary-sv.omf +share/omf/mate-dictionary/mate-dictionary-uk.omf +share/omf/mate-dictionary/mate-dictionary-zh_CN.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-C.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-ca.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-cs.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-da.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-de.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-el.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-en_GB.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-es.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-eu.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-fi.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-fr.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-it.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-oc.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-pl.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-ru.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-sv.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-uk.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_CN.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_HK.omf +share/omf/mate-disk-usage-analyzer/mate-disk-usage-analyzer-zh_TW.omf +share/omf/mate-search-tool/mate-search-tool-C.omf +share/omf/mate-search-tool/mate-search-tool-ca.omf +share/omf/mate-search-tool/mate-search-tool-cs.omf +share/omf/mate-search-tool/mate-search-tool-de.omf +share/omf/mate-search-tool/mate-search-tool-el.omf +share/omf/mate-search-tool/mate-search-tool-en_GB.omf +share/omf/mate-search-tool/mate-search-tool-es.omf +share/omf/mate-search-tool/mate-search-tool-eu.omf +share/omf/mate-search-tool/mate-search-tool-fi.omf +share/omf/mate-search-tool/mate-search-tool-fr.omf +share/omf/mate-search-tool/mate-search-tool-it.omf +share/omf/mate-search-tool/mate-search-tool-ko.omf +share/omf/mate-search-tool/mate-search-tool-oc.omf +share/omf/mate-search-tool/mate-search-tool-ru.omf +share/omf/mate-search-tool/mate-search-tool-sv.omf +share/omf/mate-search-tool/mate-search-tool-uk.omf +share/omf/mate-search-tool/mate-search-tool-zh_CN.omf +share/omf/mate-system-log/mate-system-log-C.omf +share/omf/mate-system-log/mate-system-log-ca.omf +share/omf/mate-system-log/mate-system-log-cs.omf +share/omf/mate-system-log/mate-system-log-de.omf +share/omf/mate-system-log/mate-system-log-el.omf +share/omf/mate-system-log/mate-system-log-en_GB.omf +share/omf/mate-system-log/mate-system-log-es.omf +share/omf/mate-system-log/mate-system-log-eu.omf +share/omf/mate-system-log/mate-system-log-fi.omf +share/omf/mate-system-log/mate-system-log-fr.omf +share/omf/mate-system-log/mate-system-log-it.omf +share/omf/mate-system-log/mate-system-log-ko.omf +share/omf/mate-system-log/mate-system-log-oc.omf +share/omf/mate-system-log/mate-system-log-ru.omf +share/omf/mate-system-log/mate-system-log-sv.omf +share/omf/mate-system-log/mate-system-log-uk.omf +share/omf/mate-system-log/mate-system-log-zh_CN.omf +share/pixmaps/mate-search-tool/thumbnail_frame.png +@dirrm share/pixmaps/mate-search-tool +@dirrm share/omf/mate-system-log +@dirrm share/omf/mate-search-tool +@dirrm share/omf/mate-disk-usage-analyzer +@dirrm share/omf/mate-dictionary +@dirrm share/mate/help/mate-system-log/zh_CN/figures +@dirrm share/mate/help/mate-system-log/zh_CN +@dirrm share/mate/help/mate-system-log/uk/figures +@dirrm share/mate/help/mate-system-log/uk +@dirrm share/mate/help/mate-system-log/sv/figures +@dirrm share/mate/help/mate-system-log/sv +@dirrm share/mate/help/mate-system-log/ru/figures +@dirrm share/mate/help/mate-system-log/ru +@dirrm share/mate/help/mate-system-log/oc/figures +@dirrm share/mate/help/mate-system-log/oc +@dirrm share/mate/help/mate-system-log/ko/figures +@dirrm share/mate/help/mate-system-log/ko +@dirrm share/mate/help/mate-system-log/it/figures +@dirrm share/mate/help/mate-system-log/it +@dirrm share/mate/help/mate-system-log/fr/figures +@dirrm share/mate/help/mate-system-log/fr +@dirrm share/mate/help/mate-system-log/fi/figures +@dirrm share/mate/help/mate-system-log/fi +@dirrm share/mate/help/mate-system-log/eu/figures +@dirrm share/mate/help/mate-system-log/eu +@dirrm share/mate/help/mate-system-log/es/figures +@dirrm share/mate/help/mate-system-log/es +@dirrm share/mate/help/mate-system-log/en_GB/figures +@dirrm share/mate/help/mate-system-log/en_GB +@dirrm share/mate/help/mate-system-log/el/figures +@dirrm share/mate/help/mate-system-log/el +@dirrm share/mate/help/mate-system-log/de/figures +@dirrm share/mate/help/mate-system-log/de +@dirrm share/mate/help/mate-system-log/cs/figures +@dirrm share/mate/help/mate-system-log/cs +@dirrm share/mate/help/mate-system-log/ca/figures +@dirrm share/mate/help/mate-system-log/ca +@dirrm share/mate/help/mate-system-log/C/figures +@dirrm share/mate/help/mate-system-log/C +@dirrm share/mate/help/mate-system-log +@dirrm share/mate/help/mate-search-tool/zh_CN/figures +@dirrm share/mate/help/mate-search-tool/zh_CN +@dirrm share/mate/help/mate-search-tool/uk/figures +@dirrm share/mate/help/mate-search-tool/uk +@dirrm share/mate/help/mate-search-tool/sv/figures +@dirrm share/mate/help/mate-search-tool/sv +@dirrm share/mate/help/mate-search-tool/ru/figures +@dirrm share/mate/help/mate-search-tool/ru +@dirrm share/mate/help/mate-search-tool/oc/figures +@dirrm share/mate/help/mate-search-tool/oc +@dirrm share/mate/help/mate-search-tool/ko/figures +@dirrm share/mate/help/mate-search-tool/ko +@dirrm share/mate/help/mate-search-tool/it/figures +@dirrm share/mate/help/mate-search-tool/it +@dirrm share/mate/help/mate-search-tool/fr/figures +@dirrm share/mate/help/mate-search-tool/fr +@dirrm share/mate/help/mate-search-tool/fi/figures +@dirrm share/mate/help/mate-search-tool/fi +@dirrm share/mate/help/mate-search-tool/eu/figures +@dirrm share/mate/help/mate-search-tool/eu +@dirrm share/mate/help/mate-search-tool/es/figures +@dirrm share/mate/help/mate-search-tool/es +@dirrm share/mate/help/mate-search-tool/en_GB/figures +@dirrm share/mate/help/mate-search-tool/en_GB +@dirrm share/mate/help/mate-search-tool/el/figures +@dirrm share/mate/help/mate-search-tool/el +@dirrm share/mate/help/mate-search-tool/de/figures +@dirrm share/mate/help/mate-search-tool/de +@dirrm share/mate/help/mate-search-tool/cs/figures +@dirrm share/mate/help/mate-search-tool/cs +@dirrm share/mate/help/mate-search-tool/ca/figures +@dirrm share/mate/help/mate-search-tool/ca +@dirrm share/mate/help/mate-search-tool/C/figures +@dirrm share/mate/help/mate-search-tool/C +@dirrm share/mate/help/mate-search-tool +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_TW/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_TW +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_HK/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_HK +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_CN/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/zh_CN +@dirrm share/mate/help/mate-disk-usage-analyzer/uk/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/uk +@dirrm share/mate/help/mate-disk-usage-analyzer/sv/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/sv +@dirrm share/mate/help/mate-disk-usage-analyzer/ru/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/ru +@dirrm share/mate/help/mate-disk-usage-analyzer/pl/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/pl +@dirrm share/mate/help/mate-disk-usage-analyzer/oc/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/oc +@dirrm share/mate/help/mate-disk-usage-analyzer/it/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/it +@dirrm share/mate/help/mate-disk-usage-analyzer/fr/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/fr +@dirrm share/mate/help/mate-disk-usage-analyzer/fi/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/fi +@dirrm share/mate/help/mate-disk-usage-analyzer/eu/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/eu +@dirrm share/mate/help/mate-disk-usage-analyzer/es/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/es +@dirrm share/mate/help/mate-disk-usage-analyzer/en_GB/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/en_GB +@dirrm share/mate/help/mate-disk-usage-analyzer/el/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/el +@dirrm share/mate/help/mate-disk-usage-analyzer/de/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/de +@dirrm share/mate/help/mate-disk-usage-analyzer/da/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/da +@dirrm share/mate/help/mate-disk-usage-analyzer/cs/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/cs +@dirrm share/mate/help/mate-disk-usage-analyzer/ca/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/ca +@dirrm share/mate/help/mate-disk-usage-analyzer/C/figures +@dirrm share/mate/help/mate-disk-usage-analyzer/C +@dirrm share/mate/help/mate-disk-usage-analyzer +@dirrm share/mate/help/mate-dictionary/zh_CN/figures +@dirrm share/mate/help/mate-dictionary/zh_CN +@dirrm share/mate/help/mate-dictionary/uk/figures +@dirrm share/mate/help/mate-dictionary/uk +@dirrm share/mate/help/mate-dictionary/sv/figures +@dirrm share/mate/help/mate-dictionary/sv +@dirrm share/mate/help/mate-dictionary/ru/figures +@dirrm share/mate/help/mate-dictionary/ru +@dirrm share/mate/help/mate-dictionary/oc/figures +@dirrm share/mate/help/mate-dictionary/oc +@dirrm share/mate/help/mate-dictionary/it/figures +@dirrm share/mate/help/mate-dictionary/it +@dirrm share/mate/help/mate-dictionary/fr/figures +@dirrm share/mate/help/mate-dictionary/fr +@dirrm share/mate/help/mate-dictionary/fi/figures +@dirrm share/mate/help/mate-dictionary/fi +@dirrm share/mate/help/mate-dictionary/eu/figures +@dirrm share/mate/help/mate-dictionary/eu +@dirrm share/mate/help/mate-dictionary/es/figures +@dirrm share/mate/help/mate-dictionary/es +@dirrm share/mate/help/mate-dictionary/en_GB/figures +@dirrm share/mate/help/mate-dictionary/en_GB +@dirrm share/mate/help/mate-dictionary/el/figures +@dirrm share/mate/help/mate-dictionary/el +@dirrm share/mate/help/mate-dictionary/de/figures +@dirrm share/mate/help/mate-dictionary/de +@dirrm share/mate/help/mate-dictionary/da/figures +@dirrm share/mate/help/mate-dictionary/da +@dirrm share/mate/help/mate-dictionary/cs/figures +@dirrm share/mate/help/mate-dictionary/cs +@dirrm share/mate/help/mate-dictionary/ca/figures +@dirrm share/mate/help/mate-dictionary/ca +@dirrm share/mate/help/mate-dictionary/C/figures +@dirrm share/mate/help/mate-dictionary/C +@dirrm share/mate/help/mate-dictionary +@dirrm %%DATADIR%% +@dirrm share/mate-screenshot +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrm share/mate-disk-usage-analyzer/pixmaps +@dirrm share/mate-disk-usage-analyzer +@dirrm share/mate-dictionary +@dirrm share/mate-dict/sources +@dirrm share/mate-dict +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/icons/mate/scalable/apps +@dirrmtry share/icons/mate/scalable +@dirrmtry share/icons/mate/24x24/apps +@dirrmtry share/icons/mate/24x24 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm include/mate-dict/gdict +@dirrm include/mate-dict diff --git a/devel/Makefile b/devel/Makefile index c1586182bbb5..65afbb3578b9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1194,6 +1194,7 @@ SUBDIR += magit SUBDIR += make++ SUBDIR += makedepend + SUBDIR += mate-common SUBDIR += matreshka SUBDIR += maven-ant-tasks SUBDIR += maven-wrapper diff --git a/devel/mate-common/Makefile b/devel/mate-common/Makefile new file mode 100644 index 000000000000..6cd9aa17b97a --- /dev/null +++ b/devel/mate-common/Makefile @@ -0,0 +1,21 @@ +#Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-common +PORTVERSION= 1.6.2 +CATEGORIES= devel mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Common automake macros for MATE + +PORTSCOUT= limitw:1,even + +USES= gmake pkgconfig:both +USE_XZ= yes +USE_MATE= autogen +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/mate-common/distinfo b/devel/mate-common/distinfo new file mode 100644 index 000000000000..be261317fc5b --- /dev/null +++ b/devel/mate-common/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-common-1.6.2.tar.xz) = d7aafd79d98cdc22d4425baf49c39c16bc702d2c3d1065cc14d63718214a2059 +SIZE (mate/mate-common-1.6.2.tar.xz) = 66876 diff --git a/devel/mate-common/files/patch-macros_mate-autogen b/devel/mate-common/files/patch-macros_mate-autogen new file mode 100644 index 000000000000..5f379b25633a --- /dev/null +++ b/devel/mate-common/files/patch-macros_mate-autogen @@ -0,0 +1,35 @@ +https://bugs.gentoo.org/show_bug.cgi?id=427432 +https://bugzilla.gnome.org/show_bug.cgi?id=680363 + +--- macros/mate-autogen.orig 2009-05-27 23:29:07.000000000 +0200 ++++ macros/mate-autogen 2012-07-24 10:29:13.064750613 +0200 +@@ -77,6 +77,7 @@ + vc_min_version=$4 + vc_source=$5 + vc_status=1 ++ vc_option="--version" + + vc_checkprog=`eval echo "\\$$vc_variable"` + if [ -n "$vc_checkprog" ]; then +@@ -89,11 +90,19 @@ + else + vc_comparator=">=" + fi ++ # The most reliable way to check pkg-config version is to query the actual ++ # virtual ++ # pkg-config package entry's modversion. This works in all known ++ # implementations. ++ ++ if test "x$vc_package" = "xpkg-config"; then ++ vc_option="--modversion pkg-config" ++ fi + printbold "checking for $vc_package $vc_comparator $vc_min_version..." + for vc_checkprog in $vc_checkprogs; do + echo $ECHO_N " testing $vc_checkprog... " $ECHO_C +- if $vc_checkprog --version < /dev/null > /dev/null 2>&1; then +- vc_actual_version=`$vc_checkprog --version | head -n 1 | \ ++ if $vc_checkprog $vc_option < /dev/null > /dev/null 2>&1; then ++ vc_actual_version=`$vc_checkprog $vc_option | head -n 1 | \ + sed 's/^.*[ ]\([0-9.]*[a-z]*\).*$/\1/'` + if compare_versions $vc_min_version $vc_actual_version; then + echo "found $vc_actual_version" diff --git a/devel/mate-common/pkg-descr b/devel/mate-common/pkg-descr new file mode 100644 index 000000000000..cc145d2aabc7 --- /dev/null +++ b/devel/mate-common/pkg-descr @@ -0,0 +1,4 @@ +This is a collection of automake macros used for developing new MATE +applications. + +WWW: http://mate-desktop.org/ diff --git a/devel/mate-common/pkg-plist b/devel/mate-common/pkg-plist new file mode 100644 index 000000000000..b6246e585cb1 --- /dev/null +++ b/devel/mate-common/pkg-plist @@ -0,0 +1,10 @@ +bin/mate-autogen +bin/mate-doc-common +man/man1/mate-autogen.1.gz +man/man1/mate-doc-common.1.gz +share/aclocal/mate-common.m4 +share/aclocal/mate-compiler-flags.m4 +%%DATADIR%%/data/omf.make +%%DATADIR%%/data/xmldocs.make +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% diff --git a/editors/Makefile b/editors/Makefile index db9b970e7fae..9a3852225098 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -213,6 +213,7 @@ SUBDIR += libreoffice-zu SUBDIR += madedit SUBDIR += manedit + SUBDIR += mate-text-editor SUBDIR += mg SUBDIR += mined SUBDIR += mlview diff --git a/editors/mate-text-editor/Makefile b/editors/mate-text-editor/Makefile new file mode 100644 index 000000000000..0879a4706930 --- /dev/null +++ b/editors/mate-text-editor/Makefile @@ -0,0 +1,42 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-text-editor +PORTVERSION= 1.6.0 +CATEGORIES= editors mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Small but powerful text editor for MATE Desktop Environment + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \ + ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack ltasneededhack +USE_XORG= sm x11 +USE_GNOME= glib20 gnomehier gtk20 gtksourceview2 gvfs libxml2 \ + pygobject pygtk2 pygtksourceview +USE_PYTHON= yes +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.pluma.gschema.xml \ + org.mate.pluma.plugins.filebrowser.gschema.xml \ + org.mate.pluma.plugins.time.gschema.xml + +.include <bsd.port.mk> diff --git a/editors/mate-text-editor/distinfo b/editors/mate-text-editor/distinfo new file mode 100644 index 000000000000..065970752b49 --- /dev/null +++ b/editors/mate-text-editor/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-text-editor-1.6.0.tar.xz) = 52339cb8d265d7a538c9b3b3e6a37f68ece5100d18c029dfc87c3f4b61cf8288 +SIZE (mate/mate-text-editor-1.6.0.tar.xz) = 2411656 diff --git a/editors/mate-text-editor/pkg-descr b/editors/mate-text-editor/pkg-descr new file mode 100644 index 000000000000..1c830831709f --- /dev/null +++ b/editors/mate-text-editor/pkg-descr @@ -0,0 +1,11 @@ +mate-text-editor (pluma) is a Gtk+-2 text editor. Its features include: + + * Complete integration with the MATE Environment, including MateMDI + * Global Search and Replace + * Dynamically loaded fonts + * Splitscreen Mode + * Printing support + * Configurable Plugins system + * Unlimited Undo/Redo + +WWW: http://mate-desktop.org/ diff --git a/editors/mate-text-editor/pkg-plist b/editors/mate-text-editor/pkg-plist new file mode 100644 index 000000000000..57aa91d385a3 --- /dev/null +++ b/editors/mate-text-editor/pkg-plist @@ -0,0 +1,653 @@ +bin/mate-text-editor +bin/pluma +include/pluma/pluma-app.h +include/pluma/pluma-commands.h +include/pluma/pluma-debug.h +include/pluma/pluma-document.h +include/pluma/pluma-encodings-combo-box.h +include/pluma/pluma-encodings.h +include/pluma/pluma-file-chooser-dialog.h +include/pluma/pluma-help.h +include/pluma/pluma-message-bus.h +include/pluma/pluma-message-type.h +include/pluma/pluma-message.h +include/pluma/pluma-notebook.h +include/pluma/pluma-panel.h +include/pluma/pluma-plugin.h +include/pluma/pluma-prefs-manager-app.h +include/pluma/pluma-prefs-manager.h +include/pluma/pluma-progress-message-area.h +include/pluma/pluma-status-combo-box.h +include/pluma/pluma-statusbar.h +include/pluma/pluma-tab.h +include/pluma/pluma-utils.h +include/pluma/pluma-view.h +include/pluma/pluma-window.h +lib/pluma/plugin-loaders/libcloader.a +lib/pluma/plugin-loaders/libcloader.la +lib/pluma/plugin-loaders/libcloader.so +lib/pluma/plugin-loaders/libpythonloader.a +lib/pluma/plugin-loaders/libpythonloader.la +lib/pluma/plugin-loaders/libpythonloader.so +lib/pluma/plugins/changecase.pluma-plugin +lib/pluma/plugins/docinfo.pluma-plugin +lib/pluma/plugins/externaltools.pluma-plugin +lib/pluma/plugins/externaltools/__init__.py +lib/pluma/plugins/externaltools/__init__.pyc +lib/pluma/plugins/externaltools/__init__.pyo +lib/pluma/plugins/externaltools/capture.py +lib/pluma/plugins/externaltools/capture.pyc +lib/pluma/plugins/externaltools/capture.pyo +lib/pluma/plugins/externaltools/filelookup.py +lib/pluma/plugins/externaltools/filelookup.pyc +lib/pluma/plugins/externaltools/filelookup.pyo +lib/pluma/plugins/externaltools/functions.py +lib/pluma/plugins/externaltools/functions.pyc +lib/pluma/plugins/externaltools/functions.pyo +lib/pluma/plugins/externaltools/library.py +lib/pluma/plugins/externaltools/library.pyc +lib/pluma/plugins/externaltools/library.pyo +lib/pluma/plugins/externaltools/linkparsing.py +lib/pluma/plugins/externaltools/linkparsing.pyc +lib/pluma/plugins/externaltools/linkparsing.pyo +lib/pluma/plugins/externaltools/manager.py +lib/pluma/plugins/externaltools/manager.pyc +lib/pluma/plugins/externaltools/manager.pyo +lib/pluma/plugins/externaltools/outputpanel.py +lib/pluma/plugins/externaltools/outputpanel.pyc +lib/pluma/plugins/externaltools/outputpanel.pyo +lib/pluma/plugins/filebrowser.pluma-plugin +lib/pluma/plugins/libchangecase.a +lib/pluma/plugins/libchangecase.la +lib/pluma/plugins/libchangecase.so +lib/pluma/plugins/libdocinfo.a +lib/pluma/plugins/libdocinfo.la +lib/pluma/plugins/libdocinfo.so +lib/pluma/plugins/libfilebrowser.a +lib/pluma/plugins/libfilebrowser.la +lib/pluma/plugins/libfilebrowser.so +lib/pluma/plugins/libmodelines.a +lib/pluma/plugins/libmodelines.la +lib/pluma/plugins/libmodelines.so +lib/pluma/plugins/libsort.a +lib/pluma/plugins/libsort.la +lib/pluma/plugins/libsort.so +lib/pluma/plugins/libspell.a +lib/pluma/plugins/libspell.la +lib/pluma/plugins/libspell.so +lib/pluma/plugins/libtaglist.a +lib/pluma/plugins/libtaglist.la +lib/pluma/plugins/libtaglist.so +lib/pluma/plugins/libtime.a +lib/pluma/plugins/libtime.la +lib/pluma/plugins/libtime.so +lib/pluma/plugins/modelines.pluma-plugin +lib/pluma/plugins/pythonconsole.pluma-plugin +lib/pluma/plugins/pythonconsole/__init__.py +lib/pluma/plugins/pythonconsole/__init__.pyc +lib/pluma/plugins/pythonconsole/__init__.pyo +lib/pluma/plugins/pythonconsole/config.py +lib/pluma/plugins/pythonconsole/config.pyc +lib/pluma/plugins/pythonconsole/config.pyo +lib/pluma/plugins/pythonconsole/console.py +lib/pluma/plugins/pythonconsole/console.pyc +lib/pluma/plugins/pythonconsole/console.pyo +lib/pluma/plugins/quickopen.pluma-plugin +lib/pluma/plugins/quickopen/__init__.py +lib/pluma/plugins/quickopen/__init__.pyc +lib/pluma/plugins/quickopen/__init__.pyo +lib/pluma/plugins/quickopen/popup.py +lib/pluma/plugins/quickopen/popup.pyc +lib/pluma/plugins/quickopen/popup.pyo +lib/pluma/plugins/quickopen/virtualdirs.py +lib/pluma/plugins/quickopen/virtualdirs.pyc +lib/pluma/plugins/quickopen/virtualdirs.pyo +lib/pluma/plugins/quickopen/windowhelper.py +lib/pluma/plugins/quickopen/windowhelper.pyc +lib/pluma/plugins/quickopen/windowhelper.pyo +lib/pluma/plugins/snippets.pluma-plugin +lib/pluma/plugins/snippets/Completion.py +lib/pluma/plugins/snippets/Completion.pyc +lib/pluma/plugins/snippets/Completion.pyo +lib/pluma/plugins/snippets/Document.py +lib/pluma/plugins/snippets/Document.pyc +lib/pluma/plugins/snippets/Document.pyo +lib/pluma/plugins/snippets/Exporter.py +lib/pluma/plugins/snippets/Exporter.pyc +lib/pluma/plugins/snippets/Exporter.pyo +lib/pluma/plugins/snippets/Helper.py +lib/pluma/plugins/snippets/Helper.pyc +lib/pluma/plugins/snippets/Helper.pyo +lib/pluma/plugins/snippets/Importer.py +lib/pluma/plugins/snippets/Importer.pyc +lib/pluma/plugins/snippets/Importer.pyo +lib/pluma/plugins/snippets/LanguageManager.py +lib/pluma/plugins/snippets/LanguageManager.pyc +lib/pluma/plugins/snippets/LanguageManager.pyo +lib/pluma/plugins/snippets/Library.py +lib/pluma/plugins/snippets/Library.pyc +lib/pluma/plugins/snippets/Library.pyo +lib/pluma/plugins/snippets/Manager.py +lib/pluma/plugins/snippets/Manager.pyc +lib/pluma/plugins/snippets/Manager.pyo +lib/pluma/plugins/snippets/Parser.py +lib/pluma/plugins/snippets/Parser.pyc +lib/pluma/plugins/snippets/Parser.pyo +lib/pluma/plugins/snippets/Placeholder.py +lib/pluma/plugins/snippets/Placeholder.pyc +lib/pluma/plugins/snippets/Placeholder.pyo +lib/pluma/plugins/snippets/Snippet.py +lib/pluma/plugins/snippets/Snippet.pyc +lib/pluma/plugins/snippets/Snippet.pyo +lib/pluma/plugins/snippets/SubstitutionParser.py +lib/pluma/plugins/snippets/SubstitutionParser.pyc +lib/pluma/plugins/snippets/SubstitutionParser.pyo +lib/pluma/plugins/snippets/WindowHelper.py +lib/pluma/plugins/snippets/WindowHelper.pyc +lib/pluma/plugins/snippets/WindowHelper.pyo +lib/pluma/plugins/snippets/__init__.py +lib/pluma/plugins/snippets/__init__.pyc +lib/pluma/plugins/snippets/__init__.pyo +lib/pluma/plugins/sort.pluma-plugin +lib/pluma/plugins/spell.pluma-plugin +lib/pluma/plugins/taglist.pluma-plugin +lib/pluma/plugins/time.pluma-plugin +libdata/pkgconfig/pluma.pc +libexec/pluma/pluma-bugreport.sh +man/man1/pluma.1.gz +share/MateConf/gsettings/pluma.convert +share/applications/pluma.desktop +share/locale/af/LC_MESSAGES/pluma.mo +share/locale/am/LC_MESSAGES/pluma.mo +share/locale/ar/LC_MESSAGES/pluma.mo +share/locale/as/LC_MESSAGES/pluma.mo +share/locale/ast/LC_MESSAGES/pluma.mo +share/locale/az/LC_MESSAGES/pluma.mo +share/locale/be/LC_MESSAGES/pluma.mo +share/locale/be@latin/LC_MESSAGES/pluma.mo +share/locale/bg/LC_MESSAGES/pluma.mo +share/locale/bn/LC_MESSAGES/pluma.mo +share/locale/bn_IN/LC_MESSAGES/pluma.mo +share/locale/br/LC_MESSAGES/pluma.mo +share/locale/bs/LC_MESSAGES/pluma.mo +share/locale/ca/LC_MESSAGES/pluma.mo +share/locale/ca@valencia/LC_MESSAGES/pluma.mo +share/locale/crh/LC_MESSAGES/pluma.mo +share/locale/cs/LC_MESSAGES/pluma.mo +share/locale/cy/LC_MESSAGES/pluma.mo +share/locale/da/LC_MESSAGES/pluma.mo +share/locale/de/LC_MESSAGES/pluma.mo +share/locale/dz/LC_MESSAGES/pluma.mo +share/locale/el/LC_MESSAGES/pluma.mo +share/locale/en@shaw/LC_MESSAGES/pluma.mo +share/locale/en_AU/LC_MESSAGES/pluma.mo +share/locale/en_CA/LC_MESSAGES/pluma.mo +share/locale/en_GB/LC_MESSAGES/pluma.mo +share/locale/eo/LC_MESSAGES/pluma.mo +share/locale/es/LC_MESSAGES/pluma.mo +share/locale/et/LC_MESSAGES/pluma.mo +share/locale/eu/LC_MESSAGES/pluma.mo +share/locale/fa/LC_MESSAGES/pluma.mo +share/locale/fi/LC_MESSAGES/pluma.mo +share/locale/fr/LC_MESSAGES/pluma.mo +share/locale/ga/LC_MESSAGES/pluma.mo +share/locale/gl/LC_MESSAGES/pluma.mo +share/locale/gu/LC_MESSAGES/pluma.mo +share/locale/he/LC_MESSAGES/pluma.mo +share/locale/hi/LC_MESSAGES/pluma.mo +share/locale/hr/LC_MESSAGES/pluma.mo +share/locale/hu/LC_MESSAGES/pluma.mo +share/locale/hy/LC_MESSAGES/pluma.mo +share/locale/id/LC_MESSAGES/pluma.mo +share/locale/is/LC_MESSAGES/pluma.mo +share/locale/it/LC_MESSAGES/pluma.mo +share/locale/ja/LC_MESSAGES/pluma.mo +share/locale/ka/LC_MESSAGES/pluma.mo +share/locale/kk/LC_MESSAGES/pluma.mo +share/locale/kn/LC_MESSAGES/pluma.mo +share/locale/ko/LC_MESSAGES/pluma.mo +share/locale/ku/LC_MESSAGES/pluma.mo +share/locale/ky/LC_MESSAGES/pluma.mo +share/locale/la/LC_MESSAGES/pluma.mo +share/locale/lt/LC_MESSAGES/pluma.mo +share/locale/lv/LC_MESSAGES/pluma.mo +share/locale/mai/LC_MESSAGES/pluma.mo +share/locale/mg/LC_MESSAGES/pluma.mo +share/locale/mi/LC_MESSAGES/pluma.mo +share/locale/mk/LC_MESSAGES/pluma.mo +share/locale/ml/LC_MESSAGES/pluma.mo +share/locale/mn/LC_MESSAGES/pluma.mo +share/locale/mr/LC_MESSAGES/pluma.mo +share/locale/ms/LC_MESSAGES/pluma.mo +share/locale/nb/LC_MESSAGES/pluma.mo +share/locale/nds/LC_MESSAGES/pluma.mo +share/locale/ne/LC_MESSAGES/pluma.mo +share/locale/nl/LC_MESSAGES/pluma.mo +share/locale/nn/LC_MESSAGES/pluma.mo +share/locale/oc/LC_MESSAGES/pluma.mo +share/locale/or/LC_MESSAGES/pluma.mo +share/locale/pa/LC_MESSAGES/pluma.mo +share/locale/pl/LC_MESSAGES/pluma.mo +share/locale/ps/LC_MESSAGES/pluma.mo +share/locale/pt/LC_MESSAGES/pluma.mo +share/locale/pt_BR/LC_MESSAGES/pluma.mo +share/locale/ro/LC_MESSAGES/pluma.mo +share/locale/ru/LC_MESSAGES/pluma.mo +share/locale/rw/LC_MESSAGES/pluma.mo +share/locale/si/LC_MESSAGES/pluma.mo +share/locale/sk/LC_MESSAGES/pluma.mo +share/locale/sl/LC_MESSAGES/pluma.mo +share/locale/sq/LC_MESSAGES/pluma.mo +share/locale/sr/LC_MESSAGES/pluma.mo +share/locale/sr@latin/LC_MESSAGES/pluma.mo +share/locale/sv/LC_MESSAGES/pluma.mo +share/locale/ta/LC_MESSAGES/pluma.mo +share/locale/te/LC_MESSAGES/pluma.mo +share/locale/th/LC_MESSAGES/pluma.mo +share/locale/tk/LC_MESSAGES/pluma.mo +share/locale/tr/LC_MESSAGES/pluma.mo +share/locale/uk/LC_MESSAGES/pluma.mo +share/locale/vi/LC_MESSAGES/pluma.mo +share/locale/wa/LC_MESSAGES/pluma.mo +share/locale/xh/LC_MESSAGES/pluma.mo +share/locale/zh_CN/LC_MESSAGES/pluma.mo +share/locale/zh_HK/LC_MESSAGES/pluma.mo +share/locale/zh_TW/LC_MESSAGES/pluma.mo +share/mate/help/pluma/C/figures/pluma_format_bold.png +share/mate/help/pluma/C/figures/pluma_format_italic.png +share/mate/help/pluma/C/figures/pluma_format_strikethrough.png +share/mate/help/pluma/C/figures/pluma_format_underline.png +share/mate/help/pluma/C/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/C/figures/pluma_window.png +share/mate/help/pluma/C/legal.xml +share/mate/help/pluma/C/pluma.xml +share/mate/help/pluma/ar/figures/pluma_format_bold.png +share/mate/help/pluma/ar/figures/pluma_format_italic.png +share/mate/help/pluma/ar/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ar/figures/pluma_format_underline.png +share/mate/help/pluma/ar/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ar/figures/pluma_window.png +share/mate/help/pluma/ar/legal.xml +share/mate/help/pluma/ar/pluma.xml +share/mate/help/pluma/bg/figures/pluma_format_bold.png +share/mate/help/pluma/bg/figures/pluma_format_italic.png +share/mate/help/pluma/bg/figures/pluma_format_strikethrough.png +share/mate/help/pluma/bg/figures/pluma_format_underline.png +share/mate/help/pluma/bg/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/bg/figures/pluma_window.png +share/mate/help/pluma/bg/legal.xml +share/mate/help/pluma/bg/pluma.xml +share/mate/help/pluma/ca/figures/pluma_format_bold.png +share/mate/help/pluma/ca/figures/pluma_format_italic.png +share/mate/help/pluma/ca/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ca/figures/pluma_format_underline.png +share/mate/help/pluma/ca/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ca/figures/pluma_window.png +share/mate/help/pluma/ca/legal.xml +share/mate/help/pluma/ca/pluma.xml +share/mate/help/pluma/cs/figures/pluma_format_bold.png +share/mate/help/pluma/cs/figures/pluma_format_italic.png +share/mate/help/pluma/cs/figures/pluma_format_strikethrough.png +share/mate/help/pluma/cs/figures/pluma_format_underline.png +share/mate/help/pluma/cs/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/cs/figures/pluma_window.png +share/mate/help/pluma/cs/legal.xml +share/mate/help/pluma/cs/pluma.xml +share/mate/help/pluma/da/figures/pluma_format_bold.png +share/mate/help/pluma/da/figures/pluma_format_italic.png +share/mate/help/pluma/da/figures/pluma_format_strikethrough.png +share/mate/help/pluma/da/figures/pluma_format_underline.png +share/mate/help/pluma/da/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/da/figures/pluma_window.png +share/mate/help/pluma/da/legal.xml +share/mate/help/pluma/da/pluma.xml +share/mate/help/pluma/de/figures/pluma_format_bold.png +share/mate/help/pluma/de/figures/pluma_format_italic.png +share/mate/help/pluma/de/figures/pluma_format_strikethrough.png +share/mate/help/pluma/de/figures/pluma_format_underline.png +share/mate/help/pluma/de/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/de/figures/pluma_window.png +share/mate/help/pluma/de/legal.xml +share/mate/help/pluma/de/pluma.xml +share/mate/help/pluma/el/figures/pluma_format_bold.png +share/mate/help/pluma/el/figures/pluma_format_italic.png +share/mate/help/pluma/el/figures/pluma_format_strikethrough.png +share/mate/help/pluma/el/figures/pluma_format_underline.png +share/mate/help/pluma/el/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/el/figures/pluma_window.png +share/mate/help/pluma/el/legal.xml +share/mate/help/pluma/el/pluma.xml +share/mate/help/pluma/es/figures/pluma_format_bold.png +share/mate/help/pluma/es/figures/pluma_format_italic.png +share/mate/help/pluma/es/figures/pluma_format_strikethrough.png +share/mate/help/pluma/es/figures/pluma_format_underline.png +share/mate/help/pluma/es/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/es/figures/pluma_window.png +share/mate/help/pluma/es/legal.xml +share/mate/help/pluma/es/pluma.xml +share/mate/help/pluma/fi/figures/pluma_format_bold.png +share/mate/help/pluma/fi/figures/pluma_format_italic.png +share/mate/help/pluma/fi/figures/pluma_format_strikethrough.png +share/mate/help/pluma/fi/figures/pluma_format_underline.png +share/mate/help/pluma/fi/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/fi/figures/pluma_window.png +share/mate/help/pluma/fi/legal.xml +share/mate/help/pluma/fi/pluma.xml +share/mate/help/pluma/fr/figures/pluma_format_bold.png +share/mate/help/pluma/fr/figures/pluma_format_italic.png +share/mate/help/pluma/fr/figures/pluma_format_strikethrough.png +share/mate/help/pluma/fr/figures/pluma_format_underline.png +share/mate/help/pluma/fr/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/fr/figures/pluma_window.png +share/mate/help/pluma/fr/legal.xml +share/mate/help/pluma/fr/pluma.xml +share/mate/help/pluma/hu/figures/pluma_format_bold.png +share/mate/help/pluma/hu/figures/pluma_format_italic.png +share/mate/help/pluma/hu/figures/pluma_format_strikethrough.png +share/mate/help/pluma/hu/figures/pluma_format_underline.png +share/mate/help/pluma/hu/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/hu/figures/pluma_window.png +share/mate/help/pluma/hu/legal.xml +share/mate/help/pluma/hu/pluma.xml +share/mate/help/pluma/it/figures/pluma_format_bold.png +share/mate/help/pluma/it/figures/pluma_format_italic.png +share/mate/help/pluma/it/figures/pluma_format_strikethrough.png +share/mate/help/pluma/it/figures/pluma_format_underline.png +share/mate/help/pluma/it/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/it/figures/pluma_window.png +share/mate/help/pluma/it/legal.xml +share/mate/help/pluma/it/pluma.xml +share/mate/help/pluma/ja/figures/pluma_format_bold.png +share/mate/help/pluma/ja/figures/pluma_format_italic.png +share/mate/help/pluma/ja/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ja/figures/pluma_format_underline.png +share/mate/help/pluma/ja/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ja/figures/pluma_window.png +share/mate/help/pluma/ja/legal.xml +share/mate/help/pluma/ja/pluma.xml +share/mate/help/pluma/ko/figures/pluma_format_bold.png +share/mate/help/pluma/ko/figures/pluma_format_italic.png +share/mate/help/pluma/ko/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ko/figures/pluma_format_underline.png +share/mate/help/pluma/ko/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ko/figures/pluma_window.png +share/mate/help/pluma/ko/legal.xml +share/mate/help/pluma/ko/pluma.xml +share/mate/help/pluma/oc/figures/pluma_format_bold.png +share/mate/help/pluma/oc/figures/pluma_format_italic.png +share/mate/help/pluma/oc/figures/pluma_format_strikethrough.png +share/mate/help/pluma/oc/figures/pluma_format_underline.png +share/mate/help/pluma/oc/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/oc/figures/pluma_window.png +share/mate/help/pluma/oc/legal.xml +share/mate/help/pluma/oc/pluma.xml +share/mate/help/pluma/pt_BR/figures/pluma_format_bold.png +share/mate/help/pluma/pt_BR/figures/pluma_format_italic.png +share/mate/help/pluma/pt_BR/figures/pluma_format_strikethrough.png +share/mate/help/pluma/pt_BR/figures/pluma_format_underline.png +share/mate/help/pluma/pt_BR/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/pt_BR/figures/pluma_window.png +share/mate/help/pluma/pt_BR/legal.xml +share/mate/help/pluma/pt_BR/pluma.xml +share/mate/help/pluma/ru/figures/pluma_format_bold.png +share/mate/help/pluma/ru/figures/pluma_format_italic.png +share/mate/help/pluma/ru/figures/pluma_format_strikethrough.png +share/mate/help/pluma/ru/figures/pluma_format_underline.png +share/mate/help/pluma/ru/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/ru/figures/pluma_window.png +share/mate/help/pluma/ru/legal.xml +share/mate/help/pluma/ru/pluma.xml +share/mate/help/pluma/sv/figures/pluma_format_bold.png +share/mate/help/pluma/sv/figures/pluma_format_italic.png +share/mate/help/pluma/sv/figures/pluma_format_strikethrough.png +share/mate/help/pluma/sv/figures/pluma_format_underline.png +share/mate/help/pluma/sv/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/sv/figures/pluma_window.png +share/mate/help/pluma/sv/legal.xml +share/mate/help/pluma/sv/pluma.xml +share/mate/help/pluma/th/figures/pluma_format_bold.png +share/mate/help/pluma/th/figures/pluma_format_italic.png +share/mate/help/pluma/th/figures/pluma_format_strikethrough.png +share/mate/help/pluma/th/figures/pluma_format_underline.png +share/mate/help/pluma/th/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/th/figures/pluma_window.png +share/mate/help/pluma/th/legal.xml +share/mate/help/pluma/th/pluma.xml +share/mate/help/pluma/uk/figures/pluma_format_bold.png +share/mate/help/pluma/uk/figures/pluma_format_italic.png +share/mate/help/pluma/uk/figures/pluma_format_strikethrough.png +share/mate/help/pluma/uk/figures/pluma_format_underline.png +share/mate/help/pluma/uk/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/uk/figures/pluma_window.png +share/mate/help/pluma/uk/legal.xml +share/mate/help/pluma/uk/pluma.xml +share/mate/help/pluma/zh_CN/figures/pluma_format_bold.png +share/mate/help/pluma/zh_CN/figures/pluma_format_italic.png +share/mate/help/pluma/zh_CN/figures/pluma_format_strikethrough.png +share/mate/help/pluma/zh_CN/figures/pluma_format_underline.png +share/mate/help/pluma/zh_CN/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/zh_CN/figures/pluma_window.png +share/mate/help/pluma/zh_CN/legal.xml +share/mate/help/pluma/zh_CN/pluma.xml +share/mate/help/pluma/zh_HK/figures/pluma_format_bold.png +share/mate/help/pluma/zh_HK/figures/pluma_format_italic.png +share/mate/help/pluma/zh_HK/figures/pluma_format_strikethrough.png +share/mate/help/pluma/zh_HK/figures/pluma_format_underline.png +share/mate/help/pluma/zh_HK/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/zh_HK/figures/pluma_window.png +share/mate/help/pluma/zh_HK/legal.xml +share/mate/help/pluma/zh_HK/pluma.xml +share/mate/help/pluma/zh_TW/figures/pluma_format_bold.png +share/mate/help/pluma/zh_TW/figures/pluma_format_italic.png +share/mate/help/pluma/zh_TW/figures/pluma_format_strikethrough.png +share/mate/help/pluma/zh_TW/figures/pluma_format_underline.png +share/mate/help/pluma/zh_TW/figures/pluma_recent_files_menu_icon.png +share/mate/help/pluma/zh_TW/figures/pluma_window.png +share/mate/help/pluma/zh_TW/legal.xml +share/mate/help/pluma/zh_TW/pluma.xml +share/omf/pluma/pluma-C.omf +share/omf/pluma/pluma-ar.omf +share/omf/pluma/pluma-bg.omf +share/omf/pluma/pluma-ca.omf +share/omf/pluma/pluma-cs.omf +share/omf/pluma/pluma-da.omf +share/omf/pluma/pluma-de.omf +share/omf/pluma/pluma-el.omf +share/omf/pluma/pluma-es.omf +share/omf/pluma/pluma-fi.omf +share/omf/pluma/pluma-fr.omf +share/omf/pluma/pluma-hu.omf +share/omf/pluma/pluma-it.omf +share/omf/pluma/pluma-ja.omf +share/omf/pluma/pluma-ko.omf +share/omf/pluma/pluma-oc.omf +share/omf/pluma/pluma-pt_BR.omf +share/omf/pluma/pluma-ru.omf +share/omf/pluma/pluma-sv.omf +share/omf/pluma/pluma-th.omf +share/omf/pluma/pluma-uk.omf +share/omf/pluma/pluma-zh_CN.omf +share/omf/pluma/pluma-zh_HK.omf +share/omf/pluma/pluma-zh_TW.omf +share/pluma/icons/pluma-plugin.png +share/pluma/plugins/docinfo/docinfo.ui +share/pluma/plugins/externaltools/tools/build +share/pluma/plugins/externaltools/tools/open-terminal-here +share/pluma/plugins/externaltools/tools/remove-trailing-spaces +share/pluma/plugins/externaltools/tools/run-command +share/pluma/plugins/externaltools/tools/search-recursive +share/pluma/plugins/externaltools/tools/switch-c +share/pluma/plugins/externaltools/ui/outputpanel.ui +share/pluma/plugins/externaltools/ui/tools.ui +share/pluma/plugins/filebrowser/pluma-file-browser-widget-ui.xml +share/pluma/plugins/modelines/language-mappings +share/pluma/plugins/pythonconsole/ui/config.ui +share/pluma/plugins/snippets/c.xml +share/pluma/plugins/snippets/chdr.xml +share/pluma/plugins/snippets/cpp.xml +share/pluma/plugins/snippets/css.xml +share/pluma/plugins/snippets/docbook.xml +share/pluma/plugins/snippets/fortran.xml +share/pluma/plugins/snippets/global.xml +share/pluma/plugins/snippets/haskell.xml +share/pluma/plugins/snippets/html.xml +share/pluma/plugins/snippets/idl.xml +share/pluma/plugins/snippets/java.xml +share/pluma/plugins/snippets/javascript.xml +share/pluma/plugins/snippets/lang/snippets.lang +share/pluma/plugins/snippets/latex.xml +share/pluma/plugins/snippets/mallard.xml +share/pluma/plugins/snippets/perl.xml +share/pluma/plugins/snippets/php.xml +share/pluma/plugins/snippets/python.xml +share/pluma/plugins/snippets/ruby.xml +share/pluma/plugins/snippets/sh.xml +share/pluma/plugins/snippets/snippets.xml +share/pluma/plugins/snippets/tcl.xml +share/pluma/plugins/snippets/ui/snippets.ui +share/pluma/plugins/snippets/xml.xml +share/pluma/plugins/snippets/xslt.xml +share/pluma/plugins/sort/sort.ui +share/pluma/plugins/spell/languages-dialog.ui +share/pluma/plugins/spell/spell-checker.ui +share/pluma/plugins/taglist/HTML.tags.gz +share/pluma/plugins/taglist/Latex.tags.gz +share/pluma/plugins/taglist/XSLT.tags.gz +share/pluma/plugins/taglist/XUL.tags.gz +share/pluma/plugins/time/pluma-time-dialog.ui +share/pluma/plugins/time/pluma-time-setup-dialog.ui +share/pluma/ui/pluma-encodings-dialog.ui +share/pluma/ui/pluma-preferences-dialog.ui +share/pluma/ui/pluma-print-preferences.ui +share/pluma/ui/pluma-search-dialog.ui +share/pluma/ui/pluma-ui.xml +@dirrm share/pluma/ui +@dirrm share/pluma/plugins/time +@dirrm share/pluma/plugins/taglist +@dirrm share/pluma/plugins/spell +@dirrm share/pluma/plugins/sort +@dirrm share/pluma/plugins/snippets/ui +@dirrm share/pluma/plugins/snippets/lang +@dirrm share/pluma/plugins/snippets +@dirrm share/pluma/plugins/pythonconsole/ui +@dirrm share/pluma/plugins/pythonconsole +@dirrm share/pluma/plugins/modelines +@dirrm share/pluma/plugins/filebrowser +@dirrm share/pluma/plugins/externaltools/ui +@dirrm share/pluma/plugins/externaltools/tools +@dirrm share/pluma/plugins/externaltools +@dirrm share/pluma/plugins/docinfo +@dirrm share/pluma/plugins +@dirrm share/pluma/icons +@dirrm share/pluma +@dirrm share/omf/pluma +@dirrm share/mate/help/pluma/zh_TW/figures +@dirrm share/mate/help/pluma/zh_TW +@dirrm share/mate/help/pluma/zh_HK/figures +@dirrm share/mate/help/pluma/zh_HK +@dirrm share/mate/help/pluma/zh_CN/figures +@dirrm share/mate/help/pluma/zh_CN +@dirrm share/mate/help/pluma/uk/figures +@dirrm share/mate/help/pluma/uk +@dirrm share/mate/help/pluma/th/figures +@dirrm share/mate/help/pluma/th +@dirrm share/mate/help/pluma/sv/figures +@dirrm share/mate/help/pluma/sv +@dirrm share/mate/help/pluma/ru/figures +@dirrm share/mate/help/pluma/ru +@dirrm share/mate/help/pluma/pt_BR/figures +@dirrm share/mate/help/pluma/pt_BR +@dirrm share/mate/help/pluma/oc/figures +@dirrm share/mate/help/pluma/oc +@dirrm share/mate/help/pluma/ko/figures +@dirrm share/mate/help/pluma/ko +@dirrm share/mate/help/pluma/ja/figures +@dirrm share/mate/help/pluma/ja +@dirrm share/mate/help/pluma/it/figures +@dirrm share/mate/help/pluma/it +@dirrm share/mate/help/pluma/hu/figures +@dirrm share/mate/help/pluma/hu +@dirrm share/mate/help/pluma/fr/figures +@dirrm share/mate/help/pluma/fr +@dirrm share/mate/help/pluma/fi/figures +@dirrm share/mate/help/pluma/fi +@dirrm share/mate/help/pluma/es/figures +@dirrm share/mate/help/pluma/es +@dirrm share/mate/help/pluma/el/figures +@dirrm share/mate/help/pluma/el +@dirrm share/mate/help/pluma/de/figures +@dirrm share/mate/help/pluma/de +@dirrm share/mate/help/pluma/da/figures +@dirrm share/mate/help/pluma/da +@dirrm share/mate/help/pluma/cs/figures +@dirrm share/mate/help/pluma/cs +@dirrm share/mate/help/pluma/ca/figures +@dirrm share/mate/help/pluma/ca +@dirrm share/mate/help/pluma/bg/figures +@dirrm share/mate/help/pluma/bg +@dirrm share/mate/help/pluma/ar/figures +@dirrm share/mate/help/pluma/ar +@dirrm share/mate/help/pluma/C/figures +@dirrm share/mate/help/pluma/C +@dirrm share/mate/help/pluma +@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/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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/la/LC_MESSAGES +@dirrmtry share/locale/la +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm libexec/pluma +@dirrm lib/pluma/plugins/snippets +@dirrm lib/pluma/plugins/quickopen +@dirrm lib/pluma/plugins/pythonconsole +@dirrm lib/pluma/plugins/externaltools +@dirrmtry lib/pluma/plugins +@dirrmtry lib/pluma/plugin-loaders +@dirrmtry lib/pluma +@dirrm include/pluma diff --git a/graphics/Makefile b/graphics/Makefile index 03736b312e44..ab80109cd518 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -574,6 +574,8 @@ SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus + SUBDIR += mate-document-viewer + SUBDIR += mate-image-viewer SUBDIR += maverik SUBDIR += megapov SUBDIR += mesa-demos diff --git a/graphics/mate-document-viewer/Makefile b/graphics/mate-document-viewer/Makefile new file mode 100644 index 000000000000..b261ff4bde3d --- /dev/null +++ b/graphics/mate-document-viewer/Makefile @@ -0,0 +1,113 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-document-viewer +PORTVERSION= 1.6.1 +CATEGORIES= graphics print mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE multi-format document viewer + +BUILD_DEPENDS= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ + libspectre.so:${PORTSDIR}/print/libspectre \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils icontheme intlhack \ + ltasneededhack ltverhack +USE_XORG= sm +USE_GNOME= cairo glib20 gnomehier gtk20 libxml2 +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.Atril.gschema.xml + +OPTIONS_DEFINE= DVI T1LIB CAJA KEYRING COMICS DJVU +OPTIONS_DEFAULT=CAJA KEYRING COMICS +DVI_DESC= DVI viewer support +T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI) +CAJA_DESC= Caja plugin +KEYRING_DESC= Gnome-Keyring without Nautilus +COMICS_DESC= Comic book archives support +DJVU_DESC= DJVU support + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} + +USE_TEX= base +CONFIGURE_ARGS+=--enable-dvi +PLIST_SUB+= DVI="" + +. if ${PORT_OPTIONS:MT1LIB} +LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib +CONFIGURE_ARGS+=--enable-t1lib +.else +CONFIGURE_ARGS+=--disable-t1lib +. endif + +.else +CONFIGURE_ARGS+=--disable-dvi +PLIST_SUB+= DVI="@comment " +.endif + +.if ${PORT_OPTIONS:MCAJA} +USE_MATE+= caja +CONFIGURE_ARGS+=--enable-caja +PLIST_SUB+= CAJA="" +.else +CONFIGURE_ARGS+=--disable-caja +PLIST_SUB+= CAJA="@comment " +.endif + +.if ${PORT_OPTIONS:MKEYRING} +USE_MATE+= libmatekeyring +. else +CONFIGURE_ARGS+=--without-keyring +. endif + +.if ${PORT_OPTIONS:MDJVU} +LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre +CONFIGURE_ARGS+=--enable-djvu +PLIST_SUB+= DJVU="" +.else +CONFIGURE_ARGS+=--disable-djvu +PLIST_SUB+= DJVU="@comment " +.endif + +.if ${PORT_OPTIONS:MCOMICS} +CONFIGURE_ARGS+=--enable-comics +PLIST_SUB+= COMICS="" +.else +CONFIGURE_ARGS+=--disable-comics +PLIST_SUB+= COMICS="@comment " +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|AC_CHECK_HEADERS([execinfo.h])||g' \ + -e 's|" == "|" = "|g' \ + ${WRKSRC}/configure.ac + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatrildocument.so.3 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/atril/3/backends/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libatrilview.so.3 +.if ${PORT_OPTIONS:MCAJA} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/caja/extensions-2.0/libatril-properties-page.so +.endif + +.include <bsd.port.mk> diff --git a/graphics/mate-document-viewer/distinfo b/graphics/mate-document-viewer/distinfo new file mode 100644 index 000000000000..bca79e57c7a4 --- /dev/null +++ b/graphics/mate-document-viewer/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-document-viewer-1.6.1.tar.xz) = 100feb278bb919de874e76bd2344cb49fa60e2819e98b1394226086e34bf59ce +SIZE (mate/mate-document-viewer-1.6.1.tar.xz) = 1682332 diff --git a/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc b/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc new file mode 100644 index 000000000000..debe49cbba30 --- /dev/null +++ b/graphics/mate-document-viewer/files/patch-backend_pdf_ev-poppler.cc @@ -0,0 +1,28 @@ +--- backend/pdf/ev-poppler.cc.orig 2012-07-28 17:20:48.000000000 -0500 ++++ backend/pdf/ev-poppler.cc 2012-07-28 17:20:50.000000000 -0500 +@@ -640,6 +640,7 @@ + PopplerPermissions permissions; + EvPage *page; + char *metadata; ++ gboolean linearized; + + info = g_new0 (EvDocumentInfo, 1); + +@@ -676,7 +677,7 @@ + "producer", &(info->producer), + "creation-date", &(info->creation_date), + "mod-date", &(info->modified_date), +- "linearized", &(info->linearized), ++ "linearized", &linearized, + "metadata", &metadata, + NULL); + +@@ -782,6 +783,8 @@ + info->security = g_strdup (_("No")); + } + ++ info->linearized = linearized ? g_strdup (_("Yes")) : g_strdup (_("No")); ++ + return info; + } + diff --git a/graphics/mate-document-viewer/pkg-descr b/graphics/mate-document-viewer/pkg-descr new file mode 100644 index 000000000000..611bf3a73150 --- /dev/null +++ b/graphics/mate-document-viewer/pkg-descr @@ -0,0 +1,5 @@ +Atril is a document viewer for multiple document formats including PDF and +Postscript. The goal of Atril is to replace document viewers such as ggv and +gpdf with a single, simple application. + +WWW: http://mate-desktop.org/ diff --git a/graphics/mate-document-viewer/pkg-plist b/graphics/mate-document-viewer/pkg-plist new file mode 100644 index 000000000000..93f2d0a83a1c --- /dev/null +++ b/graphics/mate-document-viewer/pkg-plist @@ -0,0 +1,536 @@ +bin/atril +bin/atril-previewer +bin/atril-thumbnailer +include/atril/1.5.0/atril-document.h +include/atril/1.5.0/atril-view.h +include/atril/1.5.0/libdocument/ev-annotation.h +include/atril/1.5.0/libdocument/ev-async-renderer.h +include/atril/1.5.0/libdocument/ev-attachment.h +include/atril/1.5.0/libdocument/ev-backends-manager.h +include/atril/1.5.0/libdocument/ev-document-annotations.h +include/atril/1.5.0/libdocument/ev-document-attachments.h +include/atril/1.5.0/libdocument/ev-document-factory.h +include/atril/1.5.0/libdocument/ev-document-find.h +include/atril/1.5.0/libdocument/ev-document-fonts.h +include/atril/1.5.0/libdocument/ev-document-forms.h +include/atril/1.5.0/libdocument/ev-document-images.h +include/atril/1.5.0/libdocument/ev-document-info.h +include/atril/1.5.0/libdocument/ev-document-layers.h +include/atril/1.5.0/libdocument/ev-document-links.h +include/atril/1.5.0/libdocument/ev-document-misc.h +include/atril/1.5.0/libdocument/ev-document-print.h +include/atril/1.5.0/libdocument/ev-document-security.h +include/atril/1.5.0/libdocument/ev-document-text.h +include/atril/1.5.0/libdocument/ev-document-thumbnails.h +include/atril/1.5.0/libdocument/ev-document-transition.h +include/atril/1.5.0/libdocument/ev-document-type-builtins.h +include/atril/1.5.0/libdocument/ev-document.h +include/atril/1.5.0/libdocument/ev-file-exporter.h +include/atril/1.5.0/libdocument/ev-file-helpers.h +include/atril/1.5.0/libdocument/ev-form-field.h +include/atril/1.5.0/libdocument/ev-image.h +include/atril/1.5.0/libdocument/ev-init.h +include/atril/1.5.0/libdocument/ev-layer.h +include/atril/1.5.0/libdocument/ev-link-action.h +include/atril/1.5.0/libdocument/ev-link-dest.h +include/atril/1.5.0/libdocument/ev-link.h +include/atril/1.5.0/libdocument/ev-mapping-list.h +include/atril/1.5.0/libdocument/ev-page.h +include/atril/1.5.0/libdocument/ev-render-context.h +include/atril/1.5.0/libdocument/ev-selection.h +include/atril/1.5.0/libdocument/ev-transition-effect.h +include/atril/1.5.0/libdocument/ev-version.h +include/atril/1.5.0/libview/ev-document-model.h +include/atril/1.5.0/libview/ev-job-scheduler.h +include/atril/1.5.0/libview/ev-jobs.h +include/atril/1.5.0/libview/ev-print-operation.h +include/atril/1.5.0/libview/ev-stock-icons.h +include/atril/1.5.0/libview/ev-view-presentation.h +include/atril/1.5.0/libview/ev-view-type-builtins.h +include/atril/1.5.0/libview/ev-view.h +%%COMICS%%lib/atril/3/backends/comicsdocument.atril-backend +%%DJVU%%lib/atril/3/backends/djvudocument.atril-backend +%%DVI%%lib/atril/3/backends/dvidocument.atril-backend +%%COMICS%%lib/atril/3/backends/libcomicsdocument.a +%%COMICS%%lib/atril/3/backends/libcomicsdocument.la +%%COMICS%%lib/atril/3/backends/libcomicsdocument.so +%%DJVU%%lib/atril/3/backends/libdjvudocument.a +%%DJVU%%lib/atril/3/backends/libdjvudocument.la +%%DJVU%%lib/atril/3/backends/libdjvudocument.so +%%DVI%%lib/atril/3/backends/libdvidocument.a +%%DVI%%lib/atril/3/backends/libdvidocument.la +%%DVI%%lib/atril/3/backends/libdvidocument.so +lib/atril/3/backends/libpdfdocument.a +lib/atril/3/backends/libpdfdocument.la +lib/atril/3/backends/libpdfdocument.so +lib/atril/3/backends/libpsdocument.a +lib/atril/3/backends/libpsdocument.la +lib/atril/3/backends/libpsdocument.so +lib/atril/3/backends/libtiffdocument.a +lib/atril/3/backends/libtiffdocument.la +lib/atril/3/backends/libtiffdocument.so +lib/atril/3/backends/pdfdocument.atril-backend +lib/atril/3/backends/psdocument.atril-backend +lib/atril/3/backends/tiffdocument.atril-backend +lib/libatrildocument.a +lib/libatrildocument.la +lib/libatrildocument.so +lib/libatrildocument.so.3 +lib/libatrilview.a +lib/libatrilview.la +lib/libatrilview.so +lib/libatrilview.so.3 +%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.a +%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.la +%%CAJA%%lib/caja/extensions-2.0/libatril-properties-page.so +libdata/pkgconfig/atril-document-1.5.0.pc +libdata/pkgconfig/atril-view-1.5.0.pc +libexec/atril-convert-metadata +libexec/atrild +man/man1/atril-previewer.1.gz +man/man1/atril-thumbnailer.1.gz +man/man1/atril.1.gz +share/MateConf/gsettings/atril.convert +share/applications/atril.desktop +share/dbus-1/services/org.mate.atril.Daemon.service +share/gtk-doc/html/atril/EggFindBar.html +share/gtk-doc/html/atril/EvFileMonitor.html +share/gtk-doc/html/atril/EvHistory.html +share/gtk-doc/html/atril/EvMessageArea.html +share/gtk-doc/html/atril/EvNavigationAction.html +share/gtk-doc/html/atril/EvNavigationActionWidget.html +share/gtk-doc/html/atril/EvOpenRecentAction.html +share/gtk-doc/html/atril/EvPageAction.html +share/gtk-doc/html/atril/EvPageActionWidget.html +share/gtk-doc/html/atril/EvPasswordView.html +share/gtk-doc/html/atril/EvProgressMessageArea.html +share/gtk-doc/html/atril/EvSidebar.html +share/gtk-doc/html/atril/EvSidebarAttachments.html +share/gtk-doc/html/atril/EvSidebarLayers.html +share/gtk-doc/html/atril/EvSidebarLinks.html +share/gtk-doc/html/atril/EvSidebarPage.html +share/gtk-doc/html/atril/EvSidebarThumbnails.html +share/gtk-doc/html/atril/EvWindow.html +share/gtk-doc/html/atril/api-index-full.html +share/gtk-doc/html/atril/atril-ev-application.html +share/gtk-doc/html/atril/atril-ev-keyring.html +share/gtk-doc/html/atril/atril-ev-media-player-keys.html +share/gtk-doc/html/atril/atril-ev-metadata.html +share/gtk-doc/html/atril/atril-ev-properties-dialog.html +share/gtk-doc/html/atril/atril-ev-properties-fonts.html +share/gtk-doc/html/atril/atril-ev-properties-license.html +share/gtk-doc/html/atril/atril-ev-utils.html +share/gtk-doc/html/atril/atril-ev-window-title.html +share/gtk-doc/html/atril/atril-frontend.html +share/gtk-doc/html/atril/atril.devhelp2 +share/gtk-doc/html/atril/home.png +share/gtk-doc/html/atril/index.html +share/gtk-doc/html/atril/index.sgml +share/gtk-doc/html/atril/left.png +share/gtk-doc/html/atril/licence.html +share/gtk-doc/html/atril/object-tree.html +share/gtk-doc/html/atril/right.png +share/gtk-doc/html/atril/style.css +share/gtk-doc/html/atril/up.png +share/gtk-doc/html/libatrildocument-1.5.0/EvAnnotation.html +share/gtk-doc/html/libatrildocument-1.5.0/EvAsyncRenderer.html +share/gtk-doc/html/libatrildocument-1.5.0/EvAttachment.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocument.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentAnnotations.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentAttachments.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentFind.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentFonts.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentForms.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentImages.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentInfo.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentLayers.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentLinks.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentPrint.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentSecurity.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentThumbnails.html +share/gtk-doc/html/libatrildocument-1.5.0/EvDocumentTransition.html +share/gtk-doc/html/libatrildocument-1.5.0/EvFileExporter.html +share/gtk-doc/html/libatrildocument-1.5.0/EvFormField.html +share/gtk-doc/html/libatrildocument-1.5.0/EvImage.html +share/gtk-doc/html/libatrildocument-1.5.0/EvLayer.html +share/gtk-doc/html/libatrildocument-1.5.0/EvPage.html +share/gtk-doc/html/libatrildocument-1.5.0/EvRenderContext.html +share/gtk-doc/html/libatrildocument-1.5.0/EvSelection.html +share/gtk-doc/html/libatrildocument-1.5.0/api-index-full.html +share/gtk-doc/html/libatrildocument-1.5.0/document-data.html +share/gtk-doc/html/libatrildocument-1.5.0/document-helpers.html +share/gtk-doc/html/libatrildocument-1.5.0/document-interfaces.html +share/gtk-doc/html/libatrildocument-1.5.0/home.png +share/gtk-doc/html/libatrildocument-1.5.0/index.html +share/gtk-doc/html/libatrildocument-1.5.0/index.sgml +share/gtk-doc/html/libatrildocument-1.5.0/left.png +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-1.5.0.devhelp2 +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-EvDocumentMisc.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-Version-checks.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-backends-manager.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-document-factory.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-file-helpers.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-init.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link-action.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link-dest.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-link.html +share/gtk-doc/html/libatrildocument-1.5.0/libatrildocument-ev-mapping.html +share/gtk-doc/html/libatrildocument-1.5.0/licence.html +share/gtk-doc/html/libatrildocument-1.5.0/object-tree.html +share/gtk-doc/html/libatrildocument-1.5.0/right.png +share/gtk-doc/html/libatrildocument-1.5.0/style.css +share/gtk-doc/html/libatrildocument-1.5.0/up.png +share/gtk-doc/html/libatrilview-1.5.0/EvJob.html +share/gtk-doc/html/libatrilview-1.5.0/api-index-full.html +share/gtk-doc/html/libatrilview-1.5.0/home.png +share/gtk-doc/html/libatrilview-1.5.0/index.html +share/gtk-doc/html/libatrilview-1.5.0/index.sgml +share/gtk-doc/html/libatrilview-1.5.0/left.png +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-1.5.0.devhelp2 +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-annotation-window.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-document-model.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-job-scheduler.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-page-cache.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-print-operation.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-stock-icons.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-cursor.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-presentation.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view-type-builtins.html +share/gtk-doc/html/libatrilview-1.5.0/libatrilview-ev-view.html +share/gtk-doc/html/libatrilview-1.5.0/licence.html +share/gtk-doc/html/libatrilview-1.5.0/object-tree.html +share/gtk-doc/html/libatrilview-1.5.0/right.png +share/gtk-doc/html/libatrilview-1.5.0/style.css +share/gtk-doc/html/libatrilview-1.5.0/up.png +share/gtk-doc/html/libatrilview-1.5.0/view-view.html +share/icons/hicolor/16x16/apps/atril.png +share/icons/hicolor/22x22/apps/atril.png +share/icons/hicolor/24x24/apps/atril.png +share/icons/hicolor/48x48/apps/atril.png +share/icons/hicolor/scalable/apps/atril.svg +share/locale/af/LC_MESSAGES/atril.mo +share/locale/am/LC_MESSAGES/atril.mo +share/locale/ar/LC_MESSAGES/atril.mo +share/locale/as/LC_MESSAGES/atril.mo +share/locale/ast/LC_MESSAGES/atril.mo +share/locale/be/LC_MESSAGES/atril.mo +share/locale/be@latin/LC_MESSAGES/atril.mo +share/locale/bg/LC_MESSAGES/atril.mo +share/locale/bn/LC_MESSAGES/atril.mo +share/locale/bn_IN/LC_MESSAGES/atril.mo +share/locale/br/LC_MESSAGES/atril.mo +share/locale/ca/LC_MESSAGES/atril.mo +share/locale/ca@valencia/LC_MESSAGES/atril.mo +share/locale/cs/LC_MESSAGES/atril.mo +share/locale/cy/LC_MESSAGES/atril.mo +share/locale/da/LC_MESSAGES/atril.mo +share/locale/de/LC_MESSAGES/atril.mo +share/locale/dz/LC_MESSAGES/atril.mo +share/locale/el/LC_MESSAGES/atril.mo +share/locale/en@shaw/LC_MESSAGES/atril.mo +share/locale/en_AU/LC_MESSAGES/atril.mo +share/locale/en_CA/LC_MESSAGES/atril.mo +share/locale/en_GB/LC_MESSAGES/atril.mo +share/locale/eo/LC_MESSAGES/atril.mo +share/locale/es/LC_MESSAGES/atril.mo +share/locale/et/LC_MESSAGES/atril.mo +share/locale/eu/LC_MESSAGES/atril.mo +share/locale/fa/LC_MESSAGES/atril.mo +share/locale/fi/LC_MESSAGES/atril.mo +share/locale/fr/LC_MESSAGES/atril.mo +share/locale/ga/LC_MESSAGES/atril.mo +share/locale/gl/LC_MESSAGES/atril.mo +share/locale/gu/LC_MESSAGES/atril.mo +share/locale/he/LC_MESSAGES/atril.mo +share/locale/hi/LC_MESSAGES/atril.mo +share/locale/hu/LC_MESSAGES/atril.mo +share/locale/id/LC_MESSAGES/atril.mo +share/locale/it/LC_MESSAGES/atril.mo +share/locale/ja/LC_MESSAGES/atril.mo +share/locale/ka/LC_MESSAGES/atril.mo +share/locale/kk/LC_MESSAGES/atril.mo +share/locale/kn/LC_MESSAGES/atril.mo +share/locale/ko/LC_MESSAGES/atril.mo +share/locale/ks/LC_MESSAGES/atril.mo +share/locale/ku/LC_MESSAGES/atril.mo +share/locale/ky/LC_MESSAGES/atril.mo +share/locale/lt/LC_MESSAGES/atril.mo +share/locale/lv/LC_MESSAGES/atril.mo +share/locale/mai/LC_MESSAGES/atril.mo +share/locale/mg/LC_MESSAGES/atril.mo +share/locale/mk/LC_MESSAGES/atril.mo +share/locale/ml/LC_MESSAGES/atril.mo +share/locale/mn/LC_MESSAGES/atril.mo +share/locale/mr/LC_MESSAGES/atril.mo +share/locale/ms/LC_MESSAGES/atril.mo +share/locale/nb/LC_MESSAGES/atril.mo +share/locale/nds/LC_MESSAGES/atril.mo +share/locale/ne/LC_MESSAGES/atril.mo +share/locale/nl/LC_MESSAGES/atril.mo +share/locale/nn/LC_MESSAGES/atril.mo +share/locale/oc/LC_MESSAGES/atril.mo +share/locale/or/LC_MESSAGES/atril.mo +share/locale/pa/LC_MESSAGES/atril.mo +share/locale/pl/LC_MESSAGES/atril.mo +share/locale/ps/LC_MESSAGES/atril.mo +share/locale/pt/LC_MESSAGES/atril.mo +share/locale/pt_BR/LC_MESSAGES/atril.mo +share/locale/ro/LC_MESSAGES/atril.mo +share/locale/ru/LC_MESSAGES/atril.mo +share/locale/rw/LC_MESSAGES/atril.mo +share/locale/si/LC_MESSAGES/atril.mo +share/locale/sk/LC_MESSAGES/atril.mo +share/locale/sl/LC_MESSAGES/atril.mo +share/locale/sq/LC_MESSAGES/atril.mo +share/locale/sr/LC_MESSAGES/atril.mo +share/locale/sr@latin/LC_MESSAGES/atril.mo +share/locale/sv/LC_MESSAGES/atril.mo +share/locale/ta/LC_MESSAGES/atril.mo +share/locale/te/LC_MESSAGES/atril.mo +share/locale/th/LC_MESSAGES/atril.mo +share/locale/tr/LC_MESSAGES/atril.mo +share/locale/uk/LC_MESSAGES/atril.mo +share/locale/vi/LC_MESSAGES/atril.mo +share/locale/wa/LC_MESSAGES/atril.mo +share/locale/zh_CN/LC_MESSAGES/atril.mo +share/locale/zh_HK/LC_MESSAGES/atril.mo +share/locale/zh_TW/LC_MESSAGES/atril.mo +share/mate/help/atril/C/atril.xml +share/mate/help/atril/C/figures/atril_start_window.png +share/mate/help/atril/C/legal.xml +share/mate/help/atril/bg/atril.xml +share/mate/help/atril/bg/figures/atril_start_window.png +share/mate/help/atril/ca/atril.xml +share/mate/help/atril/ca/figures/atril_start_window.png +share/mate/help/atril/cs/atril.xml +share/mate/help/atril/cs/figures/atril_start_window.png +share/mate/help/atril/de/atril.xml +share/mate/help/atril/de/figures/atril_start_window.png +share/mate/help/atril/el/atril.xml +share/mate/help/atril/el/figures/atril_start_window.png +share/mate/help/atril/en_GB/atril.xml +share/mate/help/atril/en_GB/figures/atril_start_window.png +share/mate/help/atril/es/atril.xml +share/mate/help/atril/es/figures/atril_start_window.png +share/mate/help/atril/eu/atril.xml +share/mate/help/atril/eu/figures/atril_start_window.png +share/mate/help/atril/fi/atril.xml +share/mate/help/atril/fi/figures/atril_start_window.png +share/mate/help/atril/fr/atril.xml +share/mate/help/atril/fr/figures/atril_start_window.png +share/mate/help/atril/it/atril.xml +share/mate/help/atril/it/figures/atril_start_window.png +share/mate/help/atril/ja/atril.xml +share/mate/help/atril/ja/figures/atril_start_window.png +share/mate/help/atril/nl/atril.xml +share/mate/help/atril/nl/figures/atril_start_window.png +share/mate/help/atril/oc/atril.xml +share/mate/help/atril/oc/figures/atril_start_window.png +share/mate/help/atril/pt_BR/atril.xml +share/mate/help/atril/pt_BR/figures/atril_start_window.png +share/mate/help/atril/ru/atril.xml +share/mate/help/atril/ru/figures/atril_start_window.png +share/mate/help/atril/sl/atril.xml +share/mate/help/atril/sl/figures/atril_start_window.png +share/mate/help/atril/sr/atril.xml +share/mate/help/atril/sr/figures/atril_start_window.png +share/mate/help/atril/sv/atril.xml +share/mate/help/atril/sv/figures/atril_start_window.png +share/mate/help/atril/uk/atril.xml +share/mate/help/atril/uk/figures/atril_start_window.png +share/mate/help/atril/vi/atril.xml +share/mate/help/atril/vi/figures/atril_start_window.png +share/mate/help/atril/zh_CN/atril.xml +share/mate/help/atril/zh_CN/figures/atril_start_window.png +%%DATADIR%%/atril-previewer-ui.xml +%%DATADIR%%/atril-toolbar.xml +%%DATADIR%%/atril-ui.xml +%%DATADIR%%/hand-open.png +%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png +%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png +%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png +%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png +%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png +%%DATADIR%%/icons/hicolor/22x22/actions/eye.png +%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png +%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png +%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png +%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png +%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png +%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png +%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png +%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png +%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png +%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png +%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png +%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png +%%DATADIR%%/icons/hicolor/48x48/actions/close.png +%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png +%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png +%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png +%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg +%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg +%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg +share/omf/atril/atril-C.omf +share/omf/atril/atril-bg.omf +share/omf/atril/atril-ca.omf +share/omf/atril/atril-cs.omf +share/omf/atril/atril-de.omf +share/omf/atril/atril-el.omf +share/omf/atril/atril-en_GB.omf +share/omf/atril/atril-es.omf +share/omf/atril/atril-eu.omf +share/omf/atril/atril-fi.omf +share/omf/atril/atril-fr.omf +share/omf/atril/atril-it.omf +share/omf/atril/atril-ja.omf +share/omf/atril/atril-nl.omf +share/omf/atril/atril-oc.omf +share/omf/atril/atril-pt_BR.omf +share/omf/atril/atril-ru.omf +share/omf/atril/atril-sl.omf +share/omf/atril/atril-sr.omf +share/omf/atril/atril-sv.omf +share/omf/atril/atril-uk.omf +share/omf/atril/atril-vi.omf +share/omf/atril/atril-zh_CN.omf +share/thumbnailers/atril.thumbnailer +@dirrmtry share/thumbnailers +@dirrm share/omf/atril +@dirrmtry %%DATADIR%%/icons/hicolor/scalable/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/scalable/actions +@dirrmtry %%DATADIR%%/icons/hicolor/scalable +@dirrmtry %%DATADIR%%/icons/hicolor/48x48/actions +@dirrmtry %%DATADIR%%/icons/hicolor/48x48 +@dirrmtry %%DATADIR%%/icons/hicolor/32x32/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/32x32/actions +@dirrmtry %%DATADIR%%/icons/hicolor/32x32 +@dirrmtry %%DATADIR%%/icons/hicolor/24x24/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/24x24/actions +@dirrmtry %%DATADIR%%/icons/hicolor/24x24 +@dirrmtry %%DATADIR%%/icons/hicolor/22x22/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions +@dirrmtry %%DATADIR%%/icons/hicolor/22x22 +@dirrmtry %%DATADIR%%/icons/hicolor/16x16/mimetypes +@dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions +@dirrmtry %%DATADIR%%/icons/hicolor/16x16 +@dirrmtry %%DATADIR%%/icons/hicolor +@dirrmtry %%DATADIR%%/icons +@dirrmtry %%DATADIR%% +@dirrm share/mate/help/atril/zh_CN/figures +@dirrm share/mate/help/atril/zh_CN +@dirrm share/mate/help/atril/vi/figures +@dirrm share/mate/help/atril/vi +@dirrm share/mate/help/atril/uk/figures +@dirrm share/mate/help/atril/uk +@dirrm share/mate/help/atril/sv/figures +@dirrm share/mate/help/atril/sv +@dirrm share/mate/help/atril/sr/figures +@dirrm share/mate/help/atril/sr +@dirrm share/mate/help/atril/sl/figures +@dirrm share/mate/help/atril/sl +@dirrm share/mate/help/atril/ru/figures +@dirrm share/mate/help/atril/ru +@dirrm share/mate/help/atril/pt_BR/figures +@dirrm share/mate/help/atril/pt_BR +@dirrm share/mate/help/atril/oc/figures +@dirrm share/mate/help/atril/oc +@dirrm share/mate/help/atril/nl/figures +@dirrm share/mate/help/atril/nl +@dirrm share/mate/help/atril/ja/figures +@dirrm share/mate/help/atril/ja +@dirrm share/mate/help/atril/it/figures +@dirrm share/mate/help/atril/it +@dirrm share/mate/help/atril/fr/figures +@dirrm share/mate/help/atril/fr +@dirrm share/mate/help/atril/fi/figures +@dirrm share/mate/help/atril/fi +@dirrm share/mate/help/atril/eu/figures +@dirrm share/mate/help/atril/eu +@dirrm share/mate/help/atril/es/figures +@dirrm share/mate/help/atril/es +@dirrm share/mate/help/atril/en_GB/figures +@dirrm share/mate/help/atril/en_GB +@dirrm share/mate/help/atril/el/figures +@dirrm share/mate/help/atril/el +@dirrm share/mate/help/atril/de/figures +@dirrm share/mate/help/atril/de +@dirrm share/mate/help/atril/cs/figures +@dirrm share/mate/help/atril/cs +@dirrm share/mate/help/atril/ca/figures +@dirrm share/mate/help/atril/ca +@dirrm share/mate/help/atril/bg/figures +@dirrm share/mate/help/atril/bg +@dirrm share/mate/help/atril/C/figures +@dirrm share/mate/help/atril/C +@dirrm share/mate/help/atril +@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/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ks/LC_MESSAGES +@dirrmtry share/locale/ks +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/gtk-doc/html/libatrilview-1.5.0 +@dirrmtry share/gtk-doc/html/libatrildocument-1.5.0 +@dirrmtry share/gtk-doc/html/atril +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc +@dirrm lib/atril/3/backends +@dirrm lib/atril/3 +@dirrm lib/atril +@dirrm include/atril/1.5.0/libview +@dirrm include/atril/1.5.0/libdocument +@dirrm include/atril/1.5.0 +@dirrm include/atril diff --git a/graphics/mate-image-viewer/Makefile b/graphics/mate-image-viewer/Makefile new file mode 100644 index 000000000000..541d39f73a52 --- /dev/null +++ b/graphics/mate-image-viewer/Makefile @@ -0,0 +1,74 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-image-viewer +PORTVERSION= 1.6.1 +CATEGORIES= graphics mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Eye of MATE image viewer + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ + shared-mime-info +USE_XZ= yes +USE_MATE= desktop docutils icontheme +USE_XORG= x11 +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 librsvg2 libxml2 +INSTALLS_OMF= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc \ + --disable-python \ + --without-cms +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.eom.gschema.xml + +OPTIONS_DEFINE= EXIF EXEMPI +OPTIONS_DEFAULT=EXIF EXEMPI +EXIF_DESC= Digital camera file meta-data support +EXEMPI_DESC= XMP support + +.include <bsd.port.options.mk> + +_WITH_EXIF= no +_WITH_EXEMPI= no + +.if ${PORT_OPTIONS:MEXIF} +CONFIGURE_ARGS+=--with-libexif +LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif +PLIST_SUB+= EXIF="" +_WITH_EXIF= yes +.else +CONFIGURE_ARGS+=--without-libexif +PLIST_SUB+= EXIF="@comment " +.endif + +.if ${PORT_OPTIONS:MEXEMPI} +CONFIGURE_ARGS+=--with-xmp +LIB_DEPENDS+= libexempi.so:${PORTSDIR}/textproc/exempi +_WITH_EXEMPI= yes +.else +CONFIGURE_ARGS+=--without-xmp +.endif + +.if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes" +PLIST_SUB+= EXIFEXEMPI="" +.else +PLIST_SUB+= EXIFEXEMPI="@comment " +.endif + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eom/plugins/*.so + +.include <bsd.port.mk> diff --git a/graphics/mate-image-viewer/distinfo b/graphics/mate-image-viewer/distinfo new file mode 100644 index 000000000000..b6fc0569f813 --- /dev/null +++ b/graphics/mate-image-viewer/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-image-viewer-1.6.1.tar.xz) = 32a24e473e44a22ce60f0f61d30a1009fcc4bcc702e8ed3bb414f88f1f209545 +SIZE (mate/mate-image-viewer-1.6.1.tar.xz) = 2158620 diff --git a/graphics/mate-image-viewer/pkg-descr b/graphics/mate-image-viewer/pkg-descr new file mode 100644 index 000000000000..0eed93a188bd --- /dev/null +++ b/graphics/mate-image-viewer/pkg-descr @@ -0,0 +1,5 @@ +This is the Eye of Mate, a MATE image viewer and cataloging +application. It provides inline image viewing support for +nautilus. + +WWW: http://mate-desktop.org/ diff --git a/graphics/mate-image-viewer/pkg-plist b/graphics/mate-image-viewer/pkg-plist new file mode 100644 index 000000000000..62306984d884 --- /dev/null +++ b/graphics/mate-image-viewer/pkg-plist @@ -0,0 +1,474 @@ +bin/eom +include/eom-2.20/eom/eom-application.h +include/eom-2.20/eom/eom-debug.h +include/eom-2.20/eom/eom-dialog.h +include/eom-2.20/eom/eom-enums.h +include/eom-2.20/eom/eom-error-message-area.h +include/eom-2.20/eom/eom-exif-details.h +include/eom-2.20/eom/eom-exif-util.h +include/eom-2.20/eom/eom-file-chooser.h +include/eom-2.20/eom/eom-image-save-info.h +include/eom-2.20/eom/eom-image.h +include/eom-2.20/eom/eom-job-queue.h +include/eom-2.20/eom/eom-jobs.h +include/eom-2.20/eom/eom-list-store.h +include/eom-2.20/eom/eom-plugin.h +include/eom-2.20/eom/eom-properties-dialog.h +include/eom-2.20/eom/eom-scroll-view.h +include/eom-2.20/eom/eom-sidebar.h +include/eom-2.20/eom/eom-statusbar.h +include/eom-2.20/eom/eom-thumb-nav.h +include/eom-2.20/eom/eom-thumb-view.h +include/eom-2.20/eom/eom-thumbnail.h +include/eom-2.20/eom/eom-transform.h +include/eom-2.20/eom/eom-window.h +lib/eom/plugins/fullscreen.eom-plugin +lib/eom/plugins/libfullscreen.a +lib/eom/plugins/libfullscreen.la +lib/eom/plugins/libfullscreen.so +lib/eom/plugins/libreload.a +lib/eom/plugins/libreload.la +lib/eom/plugins/libreload.so +lib/eom/plugins/libstatusbar-date.a +lib/eom/plugins/libstatusbar-date.la +lib/eom/plugins/libstatusbar-date.so +lib/eom/plugins/reload.eom-plugin +lib/eom/plugins/statusbar-date.eom-plugin +libdata/pkgconfig/eom.pc +man/man1/eom.1.gz +share/MateConf/gsettings/eom.convert +share/applications/eom.desktop +share/doc/eom/EomDialog.html +share/doc/eom/EomExifDetails.html +share/doc/eom/EomFileChooser.html +share/doc/eom/EomImageSaveInfo.html +share/doc/eom/EomMetadataReaderJpg.html +share/doc/eom/EomMetadataReaderPng.html +share/doc/eom/EomPluginManager.html +share/doc/eom/EomPreferencesDialog.html +share/doc/eom/EomPrintImageSetup.html +share/doc/eom/EomPrintPreview.html +share/doc/eom/EomScrollView.html +share/doc/eom/EomSidebar.html +share/doc/eom/EomStatusbar.html +share/doc/eom/ch01.html +share/doc/eom/ch02.html +share/doc/eom/ch03.html +share/doc/eom/ch04.html +share/doc/eom/ch05.html +share/doc/eom/ch06.html +share/doc/eom/ch07.html +share/doc/eom/eom-eom-application.html +share/doc/eom/eom-eom-config-keys.html +share/doc/eom/eom-eom-debug.html +share/doc/eom/eom-eom-error-message-area.html +share/doc/eom/eom-eom-exif-util.html +share/doc/eom/eom-eom-image.html +share/doc/eom/eom-eom-job-queue.html +share/doc/eom/eom-eom-jobs.html +share/doc/eom/eom-eom-list-store.html +share/doc/eom/eom-eom-metadata-reader.html +share/doc/eom/eom-eom-pixbuf-util.html +share/doc/eom/eom-eom-plugin-engine.html +share/doc/eom/eom-eom-plugin.html +share/doc/eom/eom-eom-print.html +share/doc/eom/eom-eom-properties-dialog.html +share/doc/eom/eom-eom-save-as-dialog-helper.html +share/doc/eom/eom-eom-session.html +share/doc/eom/eom-eom-thumb-nav.html +share/doc/eom/eom-eom-thumb-view.html +share/doc/eom/eom-eom-thumbnail.html +share/doc/eom/eom-eom-transform.html +share/doc/eom/eom-eom-uri-converter.html +share/doc/eom/eom-eom-util.html +share/doc/eom/eom-eom-window.html +share/doc/eom/eom-uta.html +share/doc/eom/eom-zoom.html +share/doc/eom/eom.devhelp2 +share/doc/eom/home.png +share/doc/eom/index.html +share/doc/eom/index.sgml +share/doc/eom/left.png +share/doc/eom/right.png +share/doc/eom/style.css +share/doc/eom/up.png +share/mate-image-viewer/eom-image-properties-dialog.ui +share/mate-image-viewer/eom-multiple-save-as-dialog.ui +share/mate-image-viewer/eom-preferences-dialog.ui +share/mate-image-viewer/eom-toolbar.xml +share/mate-image-viewer/eom-ui.xml +share/mate-image-viewer/gtkrc +share/mate-image-viewer/icons/hicolor/16x16/actions/eom-image-collection.png +share/mate-image-viewer/icons/hicolor/16x16/actions/eom-plugin.png +share/mate-image-viewer/icons/hicolor/16x16/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/22x22/actions/eom-image-collection.png +share/mate-image-viewer/icons/hicolor/22x22/actions/eom-plugin.png +share/mate-image-viewer/icons/hicolor/22x22/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/24x24/actions/eom-image-collection.png +share/mate-image-viewer/icons/hicolor/24x24/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/32x32/actions/eom-image-collection.png +share/mate-image-viewer/icons/hicolor/32x32/actions/eom-plugin.png +share/mate-image-viewer/icons/hicolor/32x32/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/48x48/actions/slideshow-play.png +share/mate-image-viewer/icons/hicolor/scalable/actions/eom-image-collection.svg +share/mate-image-viewer/icons/hicolor/scalable/actions/eom-plugin.svg +share/mate-image-viewer/icons/hicolor/scalable/actions/slideshow-play.svg +share/mate-image-viewer/pixmaps/thumbnail-frame.png +share/icons/hicolor/16x16/apps/eom.png +share/icons/hicolor/22x22/apps/eom.png +share/icons/hicolor/24x24/apps/eom.png +share/icons/hicolor/32x32/apps/eom.png +share/icons/hicolor/scalable/apps/eom.svg +share/locale/af/LC_MESSAGES/eom.mo +share/locale/am/LC_MESSAGES/eom.mo +share/locale/ar/LC_MESSAGES/eom.mo +share/locale/as/LC_MESSAGES/eom.mo +share/locale/ast/LC_MESSAGES/eom.mo +share/locale/az/LC_MESSAGES/eom.mo +share/locale/be/LC_MESSAGES/eom.mo +share/locale/be@latin/LC_MESSAGES/eom.mo +share/locale/bg/LC_MESSAGES/eom.mo +share/locale/bn/LC_MESSAGES/eom.mo +share/locale/bn_IN/LC_MESSAGES/eom.mo +share/locale/br/LC_MESSAGES/eom.mo +share/locale/bs/LC_MESSAGES/eom.mo +share/locale/ca/LC_MESSAGES/eom.mo +share/locale/ca@valencia/LC_MESSAGES/eom.mo +share/locale/cs/LC_MESSAGES/eom.mo +share/locale/cy/LC_MESSAGES/eom.mo +share/locale/da/LC_MESSAGES/eom.mo +share/locale/de/LC_MESSAGES/eom.mo +share/locale/dz/LC_MESSAGES/eom.mo +share/locale/el/LC_MESSAGES/eom.mo +share/locale/en@shaw/LC_MESSAGES/eom.mo +share/locale/en_AU/LC_MESSAGES/eom.mo +share/locale/en_CA/LC_MESSAGES/eom.mo +share/locale/en_GB/LC_MESSAGES/eom.mo +share/locale/eo/LC_MESSAGES/eom.mo +share/locale/es/LC_MESSAGES/eom.mo +share/locale/et/LC_MESSAGES/eom.mo +share/locale/eu/LC_MESSAGES/eom.mo +share/locale/fa/LC_MESSAGES/eom.mo +share/locale/fi/LC_MESSAGES/eom.mo +share/locale/fr/LC_MESSAGES/eom.mo +share/locale/fur/LC_MESSAGES/eom.mo +share/locale/ga/LC_MESSAGES/eom.mo +share/locale/gl/LC_MESSAGES/eom.mo +share/locale/gu/LC_MESSAGES/eom.mo +share/locale/he/LC_MESSAGES/eom.mo +share/locale/hi/LC_MESSAGES/eom.mo +share/locale/hr/LC_MESSAGES/eom.mo +share/locale/hu/LC_MESSAGES/eom.mo +share/locale/id/LC_MESSAGES/eom.mo +share/locale/is/LC_MESSAGES/eom.mo +share/locale/it/LC_MESSAGES/eom.mo +share/locale/ja/LC_MESSAGES/eom.mo +share/locale/ka/LC_MESSAGES/eom.mo +share/locale/kk/LC_MESSAGES/eom.mo +share/locale/kn/LC_MESSAGES/eom.mo +share/locale/ko/LC_MESSAGES/eom.mo +share/locale/ks/LC_MESSAGES/eom.mo +share/locale/ku/LC_MESSAGES/eom.mo +share/locale/ky/LC_MESSAGES/eom.mo +share/locale/lt/LC_MESSAGES/eom.mo +share/locale/lv/LC_MESSAGES/eom.mo +share/locale/mai/LC_MESSAGES/eom.mo +share/locale/mg/LC_MESSAGES/eom.mo +share/locale/mk/LC_MESSAGES/eom.mo +share/locale/ml/LC_MESSAGES/eom.mo +share/locale/mn/LC_MESSAGES/eom.mo +share/locale/mr/LC_MESSAGES/eom.mo +share/locale/ms/LC_MESSAGES/eom.mo +share/locale/nb/LC_MESSAGES/eom.mo +share/locale/nds/LC_MESSAGES/eom.mo +share/locale/ne/LC_MESSAGES/eom.mo +share/locale/nl/LC_MESSAGES/eom.mo +share/locale/nn/LC_MESSAGES/eom.mo +share/locale/nso/LC_MESSAGES/eom.mo +share/locale/oc/LC_MESSAGES/eom.mo +share/locale/or/LC_MESSAGES/eom.mo +share/locale/pa/LC_MESSAGES/eom.mo +share/locale/pl/LC_MESSAGES/eom.mo +share/locale/ps/LC_MESSAGES/eom.mo +share/locale/pt/LC_MESSAGES/eom.mo +share/locale/pt_BR/LC_MESSAGES/eom.mo +share/locale/ro/LC_MESSAGES/eom.mo +share/locale/ru/LC_MESSAGES/eom.mo +share/locale/rw/LC_MESSAGES/eom.mo +share/locale/si/LC_MESSAGES/eom.mo +share/locale/sk/LC_MESSAGES/eom.mo +share/locale/sl/LC_MESSAGES/eom.mo +share/locale/sq/LC_MESSAGES/eom.mo +share/locale/sr/LC_MESSAGES/eom.mo +share/locale/sr@latin/LC_MESSAGES/eom.mo +share/locale/sv/LC_MESSAGES/eom.mo +share/locale/ta/LC_MESSAGES/eom.mo +share/locale/te/LC_MESSAGES/eom.mo +share/locale/th/LC_MESSAGES/eom.mo +share/locale/tk/LC_MESSAGES/eom.mo +share/locale/tr/LC_MESSAGES/eom.mo +share/locale/ug/LC_MESSAGES/eom.mo +share/locale/uk/LC_MESSAGES/eom.mo +share/locale/uz/LC_MESSAGES/eom.mo +share/locale/uz@cyrillic/LC_MESSAGES/eom.mo +share/locale/vi/LC_MESSAGES/eom.mo +share/locale/wa/LC_MESSAGES/eom.mo +share/locale/xh/LC_MESSAGES/eom.mo +share/locale/zh_CN/LC_MESSAGES/eom.mo +share/locale/zh_HK/LC_MESSAGES/eom.mo +share/locale/zh_TW/LC_MESSAGES/eom.mo +share/locale/zu/LC_MESSAGES/eom.mo +share/mate/help/eom/C/eom.xml +share/mate/help/eom/C/figures/eom_save_as_window.png +share/mate/help/eom/C/figures/eom_start_window.png +share/mate/help/eom/C/figures/eom_toolbar_editor_window.png +share/mate/help/eom/C/legal.xml +share/mate/help/eom/ar/eom.xml +share/mate/help/eom/ar/figures/eom_save_as_window.png +share/mate/help/eom/ar/figures/eom_start_window.png +share/mate/help/eom/ar/figures/eom_toolbar_editor_window.png +share/mate/help/eom/ca/eom.xml +share/mate/help/eom/ca/figures/eom_save_as_window.png +share/mate/help/eom/ca/figures/eom_start_window.png +share/mate/help/eom/ca/figures/eom_toolbar_editor_window.png +share/mate/help/eom/cs/eom.xml +share/mate/help/eom/cs/figures/eom_save_as_window.png +share/mate/help/eom/cs/figures/eom_start_window.png +share/mate/help/eom/cs/figures/eom_toolbar_editor_window.png +share/mate/help/eom/da/eom.xml +share/mate/help/eom/da/figures/eom_save_as_window.png +share/mate/help/eom/da/figures/eom_start_window.png +share/mate/help/eom/da/figures/eom_toolbar_editor_window.png +share/mate/help/eom/de/eom.xml +share/mate/help/eom/de/figures/eom_save_as_window.png +share/mate/help/eom/de/figures/eom_start_window.png +share/mate/help/eom/de/figures/eom_toolbar_editor_window.png +share/mate/help/eom/el/eom.xml +share/mate/help/eom/el/figures/eom_save_as_window.png +share/mate/help/eom/el/figures/eom_start_window.png +share/mate/help/eom/el/figures/eom_toolbar_editor_window.png +share/mate/help/eom/en_GB/eom.xml +share/mate/help/eom/en_GB/figures/eom_save_as_window.png +share/mate/help/eom/en_GB/figures/eom_start_window.png +share/mate/help/eom/en_GB/figures/eom_toolbar_editor_window.png +share/mate/help/eom/es/eom.xml +share/mate/help/eom/es/figures/eom_save_as_window.png +share/mate/help/eom/es/figures/eom_start_window.png +share/mate/help/eom/es/figures/eom_toolbar_editor_window.png +share/mate/help/eom/eu/eom.xml +share/mate/help/eom/eu/figures/eom_save_as_window.png +share/mate/help/eom/eu/figures/eom_start_window.png +share/mate/help/eom/eu/figures/eom_toolbar_editor_window.png +share/mate/help/eom/fi/eom.xml +share/mate/help/eom/fi/figures/eom_save_as_window.png +share/mate/help/eom/fi/figures/eom_start_window.png +share/mate/help/eom/fi/figures/eom_toolbar_editor_window.png +share/mate/help/eom/fr/eom.xml +share/mate/help/eom/fr/figures/eom_save_as_window.png +share/mate/help/eom/fr/figures/eom_start_window.png +share/mate/help/eom/fr/figures/eom_toolbar_editor_window.png +share/mate/help/eom/it/eom.xml +share/mate/help/eom/it/figures/eom_save_as_window.png +share/mate/help/eom/it/figures/eom_start_window.png +share/mate/help/eom/it/figures/eom_toolbar_editor_window.png +share/mate/help/eom/ja/eom.xml +share/mate/help/eom/ja/figures/eom_save_as_window.png +share/mate/help/eom/ja/figures/eom_start_window.png +share/mate/help/eom/ja/figures/eom_toolbar_editor_window.png +share/mate/help/eom/ko/eom.xml +share/mate/help/eom/ko/figures/eom_save_as_window.png +share/mate/help/eom/ko/figures/eom_start_window.png +share/mate/help/eom/ko/figures/eom_toolbar_editor_window.png +share/mate/help/eom/oc/eom.xml +share/mate/help/eom/oc/figures/eom_save_as_window.png +share/mate/help/eom/oc/figures/eom_start_window.png +share/mate/help/eom/oc/figures/eom_toolbar_editor_window.png +share/mate/help/eom/pa/eom.xml +share/mate/help/eom/pa/figures/eom_save_as_window.png +share/mate/help/eom/pa/figures/eom_start_window.png +share/mate/help/eom/pa/figures/eom_toolbar_editor_window.png +share/mate/help/eom/pl/eom.xml +share/mate/help/eom/pl/figures/eom_save_as_window.png +share/mate/help/eom/pl/figures/eom_start_window.png +share/mate/help/eom/pl/figures/eom_toolbar_editor_window.png +share/mate/help/eom/pt_BR/eom.xml +share/mate/help/eom/pt_BR/figures/eom_save_as_window.png +share/mate/help/eom/pt_BR/figures/eom_start_window.png +share/mate/help/eom/pt_BR/figures/eom_toolbar_editor_window.png +share/mate/help/eom/ru/eom.xml +share/mate/help/eom/ru/figures/eom_save_as_window.png +share/mate/help/eom/ru/figures/eom_start_window.png +share/mate/help/eom/ru/figures/eom_toolbar_editor_window.png +share/mate/help/eom/sv/eom.xml +share/mate/help/eom/sv/figures/eom_save_as_window.png +share/mate/help/eom/sv/figures/eom_start_window.png +share/mate/help/eom/sv/figures/eom_toolbar_editor_window.png +share/mate/help/eom/th/eom.xml +share/mate/help/eom/th/figures/eom_save_as_window.png +share/mate/help/eom/th/figures/eom_start_window.png +share/mate/help/eom/th/figures/eom_toolbar_editor_window.png +share/mate/help/eom/uk/eom.xml +share/mate/help/eom/uk/figures/eom_save_as_window.png +share/mate/help/eom/uk/figures/eom_start_window.png +share/mate/help/eom/uk/figures/eom_toolbar_editor_window.png +share/mate/help/eom/zh_CN/eom.xml +share/mate/help/eom/zh_CN/figures/eom_save_as_window.png +share/mate/help/eom/zh_CN/figures/eom_start_window.png +share/mate/help/eom/zh_CN/figures/eom_toolbar_editor_window.png +share/mate/help/eom/zh_TW/eom.xml +share/mate/help/eom/zh_TW/figures/eom_save_as_window.png +share/mate/help/eom/zh_TW/figures/eom_start_window.png +share/mate/help/eom/zh_TW/figures/eom_toolbar_editor_window.png +share/omf/eom/eom-C.omf +share/omf/eom/eom-ar.omf +share/omf/eom/eom-ca.omf +share/omf/eom/eom-cs.omf +share/omf/eom/eom-da.omf +share/omf/eom/eom-de.omf +share/omf/eom/eom-el.omf +share/omf/eom/eom-en_GB.omf +share/omf/eom/eom-es.omf +share/omf/eom/eom-eu.omf +share/omf/eom/eom-fi.omf +share/omf/eom/eom-fr.omf +share/omf/eom/eom-it.omf +share/omf/eom/eom-ja.omf +share/omf/eom/eom-ko.omf +share/omf/eom/eom-oc.omf +share/omf/eom/eom-pa.omf +share/omf/eom/eom-pl.omf +share/omf/eom/eom-pt_BR.omf +share/omf/eom/eom-ru.omf +share/omf/eom/eom-sv.omf +share/omf/eom/eom-th.omf +share/omf/eom/eom-uk.omf +share/omf/eom/eom-zh_CN.omf +share/omf/eom/eom-zh_TW.omf +@dirrm share/omf/eom +@dirrm share/mate/help/eom/zh_TW/figures +@dirrm share/mate/help/eom/zh_TW +@dirrm share/mate/help/eom/zh_CN/figures +@dirrm share/mate/help/eom/zh_CN +@dirrm share/mate/help/eom/uk/figures +@dirrm share/mate/help/eom/uk +@dirrm share/mate/help/eom/th/figures +@dirrm share/mate/help/eom/th +@dirrm share/mate/help/eom/sv/figures +@dirrm share/mate/help/eom/sv +@dirrm share/mate/help/eom/ru/figures +@dirrm share/mate/help/eom/ru +@dirrm share/mate/help/eom/pt_BR/figures +@dirrm share/mate/help/eom/pt_BR +@dirrm share/mate/help/eom/pl/figures +@dirrm share/mate/help/eom/pl +@dirrm share/mate/help/eom/pa/figures +@dirrm share/mate/help/eom/pa +@dirrm share/mate/help/eom/oc/figures +@dirrm share/mate/help/eom/oc +@dirrm share/mate/help/eom/ko/figures +@dirrm share/mate/help/eom/ko +@dirrm share/mate/help/eom/ja/figures +@dirrm share/mate/help/eom/ja +@dirrm share/mate/help/eom/it/figures +@dirrm share/mate/help/eom/it +@dirrm share/mate/help/eom/fr/figures +@dirrm share/mate/help/eom/fr +@dirrm share/mate/help/eom/fi/figures +@dirrm share/mate/help/eom/fi +@dirrm share/mate/help/eom/eu/figures +@dirrm share/mate/help/eom/eu +@dirrm share/mate/help/eom/es/figures +@dirrm share/mate/help/eom/es +@dirrm share/mate/help/eom/en_GB/figures +@dirrm share/mate/help/eom/en_GB +@dirrm share/mate/help/eom/el/figures +@dirrm share/mate/help/eom/el +@dirrm share/mate/help/eom/de/figures +@dirrm share/mate/help/eom/de +@dirrm share/mate/help/eom/da/figures +@dirrm share/mate/help/eom/da +@dirrm share/mate/help/eom/cs/figures +@dirrm share/mate/help/eom/cs +@dirrm share/mate/help/eom/ca/figures +@dirrm share/mate/help/eom/ca +@dirrm share/mate/help/eom/ar/figures +@dirrm share/mate/help/eom/ar +@dirrm share/mate/help/eom/C/figures +@dirrm share/mate/help/eom/C +@dirrm share/mate/help/eom +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@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/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ks/LC_MESSAGES +@dirrmtry share/locale/ks +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm share/mate-image-viewer/pixmaps +@dirrm share/mate-image-viewer/icons/hicolor/scalable/actions +@dirrm share/mate-image-viewer/icons/hicolor/scalable +@dirrm share/mate-image-viewer/icons/hicolor/48x48/actions +@dirrm share/mate-image-viewer/icons/hicolor/48x48 +@dirrm share/mate-image-viewer/icons/hicolor/32x32/actions +@dirrm share/mate-image-viewer/icons/hicolor/32x32 +@dirrm share/mate-image-viewer/icons/hicolor/24x24/actions +@dirrm share/mate-image-viewer/icons/hicolor/24x24 +@dirrm share/mate-image-viewer/icons/hicolor/22x22/actions +@dirrm share/mate-image-viewer/icons/hicolor/22x22 +@dirrm share/mate-image-viewer/icons/hicolor/16x16/actions +@dirrm share/mate-image-viewer/icons/hicolor/16x16 +@dirrm share/mate-image-viewer/icons/hicolor +@dirrm share/mate-image-viewer/icons +@dirrm share/mate-image-viewer +@dirrm lib/eom/plugins +@dirrm lib/eom +@dirrm include/eom-2.20/eom +@dirrm include/eom-2.20 diff --git a/math/Makefile b/math/Makefile index de3c0938c0c2..ef19f581e943 100644 --- a/math/Makefile +++ b/math/Makefile @@ -239,6 +239,7 @@ SUBDIR += ltl SUBDIR += ltl2ba SUBDIR += lybniz + SUBDIR += mate-calc SUBDIR += mathomatic SUBDIR += matio SUBDIR += matlab-R2012a-installer diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile new file mode 100644 index 000000000000..7eaa94ca95c1 --- /dev/null +++ b/math/mate-calc/Makefile @@ -0,0 +1,32 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-calc +PORTVERSION= 1.6.0 +CATEGORIES= math mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE calculator tool based on the old calctool for OpenWindows + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack +USE_GNOME= glib20 gnomehier gtk20 libxml2 +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.calc.gschema.xml + +post-configure: + @${REINPLACE_CMD} -e '/^DATADIRNAME/s/lib/share/' \ + ${WRKSRC}/po/Makefile + +.include <bsd.port.mk> diff --git a/math/mate-calc/distinfo b/math/mate-calc/distinfo new file mode 100644 index 000000000000..6b0df7899ed9 --- /dev/null +++ b/math/mate-calc/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-calc-1.6.0.tar.xz) = 400d5c4d2927edfec4abed6c340ddc125d62ec2b99bf272db09d799efcd2993f +SIZE (mate/mate-calc-1.6.0.tar.xz) = 710904 diff --git a/math/mate-calc/files/patch-src_mate-calc-cmd.c b/math/mate-calc/files/patch-src_mate-calc-cmd.c new file mode 100644 index 000000000000..86806b5f0b01 --- /dev/null +++ b/math/mate-calc/files/patch-src_mate-calc-cmd.c @@ -0,0 +1,93 @@ +--- src/mate-calc-cmd.c.orig 2013-03-24 20:56:44.000000000 -0500 ++++ src/mate-calc-cmd.c 2013-03-24 20:58:28.000000000 -0500 +@@ -8,10 +8,12 @@ + * license. + */ + ++#include <errno.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> + #include <sys/types.h> ++#include <sys/param.h> + #include <time.h> + #include <locale.h> + +@@ -22,6 +24,77 @@ + + static MpSerializer *result_serializer; + ++#if __FreeBSD_version < 800067 ++static ssize_t ++getline (char **lineptr, size_t *n, FILE *stream) ++{ ++ char *line, *p; ++ long size, copy; ++ ++ if (lineptr == NULL || n == NULL) { ++ errno = EINVAL; ++ return (ssize_t) -1; ++ } ++ ++ if (ferror (stream)) ++ return (ssize_t) -1; ++ ++ /* Make sure we have a line buffer to start with. */ ++ if (*lineptr == NULL || *n < 2) /* !seen and no buf yet need 2 chars. */ { ++#ifndef MAX_CANON ++#define MAX_CANON 256 ++#endif ++ if (!*lineptr) ++ line = (char *) malloc (MAX_CANON); ++ else ++ line = (char *) realloc (*lineptr, MAX_CANON); ++ if (line == NULL) ++ return (ssize_t) -1; ++ *lineptr = line; ++ *n = MAX_CANON; ++ } ++ ++ line = *lineptr; ++ size = *n; ++ ++ copy = size; ++ p = line; ++ ++ while (1) { ++ long len; ++ ++ while (--copy > 0) { ++ int c = getc (stream); ++ ++ if (c == EOF) ++ goto lose; ++ else if ((*p++ = c) == '\n') ++ goto win; ++ } ++ ++ /* Need to enlarge the line buffer. */ ++ len = p - line; ++ size *= 2; ++ line = (char *) realloc (line, size); ++ if (line == NULL) ++ goto lose; ++ *lineptr = line; ++ *n = size; ++ p = line + len; ++ copy = size - len; ++ } ++ ++lose: ++ if (p == *lineptr) ++ return (ssize_t) -1; ++ ++ /* Return a partial line since we got an error in the middle. */ ++win: ++ *p = '\0'; ++ return p - *lineptr; ++} ++#endif ++ + static void + solve(const char *equation) + { diff --git a/math/mate-calc/pkg-descr b/math/mate-calc/pkg-descr new file mode 100644 index 000000000000..df9fa7a42b73 --- /dev/null +++ b/math/mate-calc/pkg-descr @@ -0,0 +1,5 @@ +Mate-calc is a powerful graphical calulator with financial, logical and +scientific modes. It uses a multiple precision package to do its arithmetic to +give a high degree of accuracy. + +WWW: http://mate-desktop.org/ diff --git a/math/mate-calc/pkg-plist b/math/mate-calc/pkg-plist new file mode 100644 index 000000000000..4f5882af1588 --- /dev/null +++ b/math/mate-calc/pkg-plist @@ -0,0 +1,154 @@ +bin/mate-calc +bin/mate-calc-cmd +bin/mate-calculator +man/man1/mate-calc.1.gz +man/man1/mate-calc-cmd.1.gz +share/applications/mate-calc.desktop +share/locale/af/LC_MESSAGES/mate-calc.mo +share/locale/am/LC_MESSAGES/mate-calc.mo +share/locale/ar/LC_MESSAGES/mate-calc.mo +share/locale/as/LC_MESSAGES/mate-calc.mo +share/locale/ast/LC_MESSAGES/mate-calc.mo +share/locale/az/LC_MESSAGES/mate-calc.mo +share/locale/be/LC_MESSAGES/mate-calc.mo +share/locale/be@latin/LC_MESSAGES/mate-calc.mo +share/locale/bg/LC_MESSAGES/mate-calc.mo +share/locale/bn/LC_MESSAGES/mate-calc.mo +share/locale/bn_IN/LC_MESSAGES/mate-calc.mo +share/locale/bs/LC_MESSAGES/mate-calc.mo +share/locale/ca/LC_MESSAGES/mate-calc.mo +share/locale/ca@valencia/LC_MESSAGES/mate-calc.mo +share/locale/cs/LC_MESSAGES/mate-calc.mo +share/locale/cy/LC_MESSAGES/mate-calc.mo +share/locale/da/LC_MESSAGES/mate-calc.mo +share/locale/de/LC_MESSAGES/mate-calc.mo +share/locale/dz/LC_MESSAGES/mate-calc.mo +share/locale/el/LC_MESSAGES/mate-calc.mo +share/locale/en@shaw/LC_MESSAGES/mate-calc.mo +share/locale/en_AU/LC_MESSAGES/mate-calc.mo +share/locale/en_CA/LC_MESSAGES/mate-calc.mo +share/locale/en_GB/LC_MESSAGES/mate-calc.mo +share/locale/en_US/LC_MESSAGES/mate-calc.mo +share/locale/eo/LC_MESSAGES/mate-calc.mo +share/locale/es/LC_MESSAGES/mate-calc.mo +share/locale/et/LC_MESSAGES/mate-calc.mo +share/locale/eu/LC_MESSAGES/mate-calc.mo +share/locale/fa/LC_MESSAGES/mate-calc.mo +share/locale/fi/LC_MESSAGES/mate-calc.mo +share/locale/fr/LC_MESSAGES/mate-calc.mo +share/locale/ga/LC_MESSAGES/mate-calc.mo +share/locale/gl/LC_MESSAGES/mate-calc.mo +share/locale/gu/LC_MESSAGES/mate-calc.mo +share/locale/he/LC_MESSAGES/mate-calc.mo +share/locale/hi/LC_MESSAGES/mate-calc.mo +share/locale/hr/LC_MESSAGES/mate-calc.mo +share/locale/hu/LC_MESSAGES/mate-calc.mo +share/locale/hy/LC_MESSAGES/mate-calc.mo +share/locale/id/LC_MESSAGES/mate-calc.mo +share/locale/it/LC_MESSAGES/mate-calc.mo +share/locale/ja/LC_MESSAGES/mate-calc.mo +share/locale/ka/LC_MESSAGES/mate-calc.mo +share/locale/kk/LC_MESSAGES/mate-calc.mo +share/locale/km/LC_MESSAGES/mate-calc.mo +share/locale/kn/LC_MESSAGES/mate-calc.mo +share/locale/ko/LC_MESSAGES/mate-calc.mo +share/locale/ku/LC_MESSAGES/mate-calc.mo +share/locale/ky/LC_MESSAGES/mate-calc.mo +share/locale/lt/LC_MESSAGES/mate-calc.mo +share/locale/lv/LC_MESSAGES/mate-calc.mo +share/locale/mai/LC_MESSAGES/mate-calc.mo +share/locale/mg/LC_MESSAGES/mate-calc.mo +share/locale/mk/LC_MESSAGES/mate-calc.mo +share/locale/ml/LC_MESSAGES/mate-calc.mo +share/locale/mn/LC_MESSAGES/mate-calc.mo +share/locale/mr/LC_MESSAGES/mate-calc.mo +share/locale/ms/LC_MESSAGES/mate-calc.mo +share/locale/my/LC_MESSAGES/mate-calc.mo +share/locale/nb/LC_MESSAGES/mate-calc.mo +share/locale/ne/LC_MESSAGES/mate-calc.mo +share/locale/nl/LC_MESSAGES/mate-calc.mo +share/locale/nn/LC_MESSAGES/mate-calc.mo +share/locale/oc/LC_MESSAGES/mate-calc.mo +share/locale/or/LC_MESSAGES/mate-calc.mo +share/locale/pa/LC_MESSAGES/mate-calc.mo +share/locale/pl/LC_MESSAGES/mate-calc.mo +share/locale/pt/LC_MESSAGES/mate-calc.mo +share/locale/pt_BR/LC_MESSAGES/mate-calc.mo +share/locale/ro/LC_MESSAGES/mate-calc.mo +share/locale/ru/LC_MESSAGES/mate-calc.mo +share/locale/rw/LC_MESSAGES/mate-calc.mo +share/locale/si/LC_MESSAGES/mate-calc.mo +share/locale/sk/LC_MESSAGES/mate-calc.mo +share/locale/sl/LC_MESSAGES/mate-calc.mo +share/locale/sq/LC_MESSAGES/mate-calc.mo +share/locale/sr/LC_MESSAGES/mate-calc.mo +share/locale/sr@latin/LC_MESSAGES/mate-calc.mo +share/locale/sv/LC_MESSAGES/mate-calc.mo +share/locale/ta/LC_MESSAGES/mate-calc.mo +share/locale/te/LC_MESSAGES/mate-calc.mo +share/locale/th/LC_MESSAGES/mate-calc.mo +share/locale/tk/LC_MESSAGES/mate-calc.mo +share/locale/tr/LC_MESSAGES/mate-calc.mo +share/locale/ug/LC_MESSAGES/mate-calc.mo +share/locale/uk/LC_MESSAGES/mate-calc.mo +share/locale/vi/LC_MESSAGES/mate-calc.mo +share/locale/xh/LC_MESSAGES/mate-calc.mo +share/locale/zh_CN/LC_MESSAGES/mate-calc.mo +share/locale/zh_HK/LC_MESSAGES/mate-calc.mo +share/locale/zh_TW/LC_MESSAGES/mate-calc.mo +%%DATADIR%%/buttons-advanced.ui +%%DATADIR%%/buttons-basic.ui +%%DATADIR%%/buttons-financial.ui +%%DATADIR%%/buttons-programming.ui +%%DATADIR%%/preferences.ui +@dirrm %%DATADIR%% +@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/my/LC_MESSAGES +@dirrmtry share/locale/my +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/en_US/LC_MESSAGES +@dirrmtry share/locale/en_US +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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/net/Makefile b/net/Makefile index bec441070fe9..4ec7007a622e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -313,6 +313,7 @@ SUBDIR += libgweather SUBDIR += libilbc SUBDIR += libkvkontakte + SUBDIR += libmateweather SUBDIR += libmediawiki SUBDIR += libmms SUBDIR += libmxp diff --git a/net/libmateweather/Makefile b/net/libmateweather/Makefile new file mode 100644 index 000000000000..9925ef8e2ec9 --- /dev/null +++ b/net/libmateweather/Makefile @@ -0,0 +1,35 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libmateweather +PORTVERSION= 1.6.2 +CATEGORIES= net mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library to accessing online weather informations + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_GNOME= glib20 gtk20 libxml2 intlhack ltverhack +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.weather.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmateweather.so.1 + +.include <bsd.port.mk> diff --git a/net/libmateweather/distinfo b/net/libmateweather/distinfo new file mode 100644 index 000000000000..c3af581d3536 --- /dev/null +++ b/net/libmateweather/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/libmateweather-1.6.2.tar.xz) = 2b8c13d448011f1f6ddedcbff5498d5ae6f34cc6330c36010ba25d4062aeda60 +SIZE (mate/libmateweather-1.6.2.tar.xz) = 3494708 diff --git a/net/libmateweather/pkg-descr b/net/libmateweather/pkg-descr new file mode 100644 index 000000000000..36262aad962b --- /dev/null +++ b/net/libmateweather/pkg-descr @@ -0,0 +1,9 @@ +libmateweather is a library to access weather information from online +services for numerous locations. + +libmateweather isn't supported in the devel platform, which means OS vendors +won't guarantee the API/ABI long-term, but authors of open source apps +should feel free to use libmateweather as users can always recompile against +a new version. + +WWW: http://mate-desktop.org/ diff --git a/net/libmateweather/pkg-plist b/net/libmateweather/pkg-plist new file mode 100644 index 000000000000..c41f3687a18c --- /dev/null +++ b/net/libmateweather/pkg-plist @@ -0,0 +1,664 @@ +include/libmateweather/location-entry.h +include/libmateweather/mateweather-enum-types.h +include/libmateweather/mateweather-location.h +include/libmateweather/mateweather-prefs.h +include/libmateweather/mateweather-timezone.h +include/libmateweather/mateweather-xml.h +include/libmateweather/timezone-menu.h +include/libmateweather/weather.h +lib/libmateweather.a +lib/libmateweather.la +lib/libmateweather.so +lib/libmateweather.so.1 +libdata/pkgconfig/mateweather.pc +%%DOCSDIR%%/MateWeatherLocationEntry.html +%%DOCSDIR%%/MateWeatherTimezoneMenu.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/libmateweather-mateweather-location.html +%%DOCSDIR%%/libmateweather-mateweather-mateconf.html +%%DOCSDIR%%/libmateweather-mateweather-prefs.html +%%DOCSDIR%%/libmateweather-mateweather-timezone.html +%%DOCSDIR%%/libmateweather-mateweather-xml.html +%%DOCSDIR%%/libmateweather-weather.html +%%DOCSDIR%%/libmateweather.devhelp2 +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +share/icons/mate/16x16/status/weather-clear-night-000.png +share/icons/mate/16x16/status/weather-clear-night-010.png +share/icons/mate/16x16/status/weather-clear-night-020.png +share/icons/mate/16x16/status/weather-clear-night-030.png +share/icons/mate/16x16/status/weather-clear-night-040.png +share/icons/mate/16x16/status/weather-clear-night-050.png +share/icons/mate/16x16/status/weather-clear-night-060.png +share/icons/mate/16x16/status/weather-clear-night-070.png +share/icons/mate/16x16/status/weather-clear-night-080.png +share/icons/mate/16x16/status/weather-clear-night-090.png +share/icons/mate/16x16/status/weather-clear-night-100.png +share/icons/mate/16x16/status/weather-clear-night-110.png +share/icons/mate/16x16/status/weather-clear-night-120.png +share/icons/mate/16x16/status/weather-clear-night-130.png +share/icons/mate/16x16/status/weather-clear-night-140.png +share/icons/mate/16x16/status/weather-clear-night-150.png +share/icons/mate/16x16/status/weather-clear-night-160.png +share/icons/mate/16x16/status/weather-clear-night-170.png +share/icons/mate/16x16/status/weather-clear-night-190.png +share/icons/mate/16x16/status/weather-clear-night-200.png +share/icons/mate/16x16/status/weather-clear-night-210.png +share/icons/mate/16x16/status/weather-clear-night-220.png +share/icons/mate/16x16/status/weather-clear-night-230.png +share/icons/mate/16x16/status/weather-clear-night-240.png +share/icons/mate/16x16/status/weather-clear-night-250.png +share/icons/mate/16x16/status/weather-clear-night-260.png +share/icons/mate/16x16/status/weather-clear-night-270.png +share/icons/mate/16x16/status/weather-clear-night-280.png +share/icons/mate/16x16/status/weather-clear-night-290.png +share/icons/mate/16x16/status/weather-clear-night-300.png +share/icons/mate/16x16/status/weather-clear-night-310.png +share/icons/mate/16x16/status/weather-clear-night-320.png +share/icons/mate/16x16/status/weather-clear-night-330.png +share/icons/mate/16x16/status/weather-clear-night-340.png +share/icons/mate/16x16/status/weather-clear-night-350.png +share/icons/mate/16x16/status/weather-few-clouds-night-000.png +share/icons/mate/16x16/status/weather-few-clouds-night-010.png +share/icons/mate/16x16/status/weather-few-clouds-night-020.png +share/icons/mate/16x16/status/weather-few-clouds-night-030.png +share/icons/mate/16x16/status/weather-few-clouds-night-040.png +share/icons/mate/16x16/status/weather-few-clouds-night-050.png +share/icons/mate/16x16/status/weather-few-clouds-night-060.png +share/icons/mate/16x16/status/weather-few-clouds-night-070.png +share/icons/mate/16x16/status/weather-few-clouds-night-080.png +share/icons/mate/16x16/status/weather-few-clouds-night-090.png +share/icons/mate/16x16/status/weather-few-clouds-night-100.png +share/icons/mate/16x16/status/weather-few-clouds-night-110.png +share/icons/mate/16x16/status/weather-few-clouds-night-120.png +share/icons/mate/16x16/status/weather-few-clouds-night-130.png +share/icons/mate/16x16/status/weather-few-clouds-night-140.png +share/icons/mate/16x16/status/weather-few-clouds-night-150.png +share/icons/mate/16x16/status/weather-few-clouds-night-160.png +share/icons/mate/16x16/status/weather-few-clouds-night-170.png +share/icons/mate/16x16/status/weather-few-clouds-night-190.png +share/icons/mate/16x16/status/weather-few-clouds-night-200.png +share/icons/mate/16x16/status/weather-few-clouds-night-210.png +share/icons/mate/16x16/status/weather-few-clouds-night-220.png +share/icons/mate/16x16/status/weather-few-clouds-night-230.png +share/icons/mate/16x16/status/weather-few-clouds-night-240.png +share/icons/mate/16x16/status/weather-few-clouds-night-250.png +share/icons/mate/16x16/status/weather-few-clouds-night-260.png +share/icons/mate/16x16/status/weather-few-clouds-night-270.png +share/icons/mate/16x16/status/weather-few-clouds-night-280.png +share/icons/mate/16x16/status/weather-few-clouds-night-290.png +share/icons/mate/16x16/status/weather-few-clouds-night-300.png +share/icons/mate/16x16/status/weather-few-clouds-night-310.png +share/icons/mate/16x16/status/weather-few-clouds-night-320.png +share/icons/mate/16x16/status/weather-few-clouds-night-330.png +share/icons/mate/16x16/status/weather-few-clouds-night-340.png +share/icons/mate/16x16/status/weather-few-clouds-night-350.png +share/icons/mate/22x22/status/weather-clear-night-000.png +share/icons/mate/22x22/status/weather-clear-night-010.png +share/icons/mate/22x22/status/weather-clear-night-020.png +share/icons/mate/22x22/status/weather-clear-night-030.png +share/icons/mate/22x22/status/weather-clear-night-040.png +share/icons/mate/22x22/status/weather-clear-night-050.png +share/icons/mate/22x22/status/weather-clear-night-060.png +share/icons/mate/22x22/status/weather-clear-night-070.png +share/icons/mate/22x22/status/weather-clear-night-080.png +share/icons/mate/22x22/status/weather-clear-night-090.png +share/icons/mate/22x22/status/weather-clear-night-100.png +share/icons/mate/22x22/status/weather-clear-night-110.png +share/icons/mate/22x22/status/weather-clear-night-120.png +share/icons/mate/22x22/status/weather-clear-night-130.png +share/icons/mate/22x22/status/weather-clear-night-140.png +share/icons/mate/22x22/status/weather-clear-night-150.png +share/icons/mate/22x22/status/weather-clear-night-160.png +share/icons/mate/22x22/status/weather-clear-night-170.png +share/icons/mate/22x22/status/weather-clear-night-190.png +share/icons/mate/22x22/status/weather-clear-night-200.png +share/icons/mate/22x22/status/weather-clear-night-210.png +share/icons/mate/22x22/status/weather-clear-night-220.png +share/icons/mate/22x22/status/weather-clear-night-230.png +share/icons/mate/22x22/status/weather-clear-night-240.png +share/icons/mate/22x22/status/weather-clear-night-250.png +share/icons/mate/22x22/status/weather-clear-night-260.png +share/icons/mate/22x22/status/weather-clear-night-270.png +share/icons/mate/22x22/status/weather-clear-night-280.png +share/icons/mate/22x22/status/weather-clear-night-290.png +share/icons/mate/22x22/status/weather-clear-night-300.png +share/icons/mate/22x22/status/weather-clear-night-310.png +share/icons/mate/22x22/status/weather-clear-night-320.png +share/icons/mate/22x22/status/weather-clear-night-330.png +share/icons/mate/22x22/status/weather-clear-night-340.png +share/icons/mate/22x22/status/weather-clear-night-350.png +share/icons/mate/22x22/status/weather-few-clouds-night-000.png +share/icons/mate/22x22/status/weather-few-clouds-night-010.png +share/icons/mate/22x22/status/weather-few-clouds-night-020.png +share/icons/mate/22x22/status/weather-few-clouds-night-030.png +share/icons/mate/22x22/status/weather-few-clouds-night-040.png +share/icons/mate/22x22/status/weather-few-clouds-night-050.png +share/icons/mate/22x22/status/weather-few-clouds-night-060.png +share/icons/mate/22x22/status/weather-few-clouds-night-070.png +share/icons/mate/22x22/status/weather-few-clouds-night-080.png +share/icons/mate/22x22/status/weather-few-clouds-night-090.png +share/icons/mate/22x22/status/weather-few-clouds-night-100.png +share/icons/mate/22x22/status/weather-few-clouds-night-110.png +share/icons/mate/22x22/status/weather-few-clouds-night-120.png +share/icons/mate/22x22/status/weather-few-clouds-night-130.png +share/icons/mate/22x22/status/weather-few-clouds-night-140.png +share/icons/mate/22x22/status/weather-few-clouds-night-150.png +share/icons/mate/22x22/status/weather-few-clouds-night-160.png +share/icons/mate/22x22/status/weather-few-clouds-night-170.png +share/icons/mate/22x22/status/weather-few-clouds-night-190.png +share/icons/mate/22x22/status/weather-few-clouds-night-200.png +share/icons/mate/22x22/status/weather-few-clouds-night-210.png +share/icons/mate/22x22/status/weather-few-clouds-night-220.png +share/icons/mate/22x22/status/weather-few-clouds-night-230.png +share/icons/mate/22x22/status/weather-few-clouds-night-240.png +share/icons/mate/22x22/status/weather-few-clouds-night-250.png +share/icons/mate/22x22/status/weather-few-clouds-night-260.png +share/icons/mate/22x22/status/weather-few-clouds-night-270.png +share/icons/mate/22x22/status/weather-few-clouds-night-280.png +share/icons/mate/22x22/status/weather-few-clouds-night-290.png +share/icons/mate/22x22/status/weather-few-clouds-night-300.png +share/icons/mate/22x22/status/weather-few-clouds-night-310.png +share/icons/mate/22x22/status/weather-few-clouds-night-320.png +share/icons/mate/22x22/status/weather-few-clouds-night-330.png +share/icons/mate/22x22/status/weather-few-clouds-night-340.png +share/icons/mate/22x22/status/weather-few-clouds-night-350.png +share/icons/mate/24x24/status/weather-clear-night-000.png +share/icons/mate/24x24/status/weather-clear-night-010.png +share/icons/mate/24x24/status/weather-clear-night-020.png +share/icons/mate/24x24/status/weather-clear-night-030.png +share/icons/mate/24x24/status/weather-clear-night-040.png +share/icons/mate/24x24/status/weather-clear-night-050.png +share/icons/mate/24x24/status/weather-clear-night-060.png +share/icons/mate/24x24/status/weather-clear-night-070.png +share/icons/mate/24x24/status/weather-clear-night-080.png +share/icons/mate/24x24/status/weather-clear-night-090.png +share/icons/mate/24x24/status/weather-clear-night-100.png +share/icons/mate/24x24/status/weather-clear-night-110.png +share/icons/mate/24x24/status/weather-clear-night-120.png +share/icons/mate/24x24/status/weather-clear-night-130.png +share/icons/mate/24x24/status/weather-clear-night-140.png +share/icons/mate/24x24/status/weather-clear-night-150.png +share/icons/mate/24x24/status/weather-clear-night-160.png +share/icons/mate/24x24/status/weather-clear-night-170.png +share/icons/mate/24x24/status/weather-clear-night-190.png +share/icons/mate/24x24/status/weather-clear-night-200.png +share/icons/mate/24x24/status/weather-clear-night-210.png +share/icons/mate/24x24/status/weather-clear-night-220.png +share/icons/mate/24x24/status/weather-clear-night-230.png +share/icons/mate/24x24/status/weather-clear-night-240.png +share/icons/mate/24x24/status/weather-clear-night-250.png +share/icons/mate/24x24/status/weather-clear-night-260.png +share/icons/mate/24x24/status/weather-clear-night-270.png +share/icons/mate/24x24/status/weather-clear-night-280.png +share/icons/mate/24x24/status/weather-clear-night-290.png +share/icons/mate/24x24/status/weather-clear-night-300.png +share/icons/mate/24x24/status/weather-clear-night-310.png +share/icons/mate/24x24/status/weather-clear-night-320.png +share/icons/mate/24x24/status/weather-clear-night-330.png +share/icons/mate/24x24/status/weather-clear-night-340.png +share/icons/mate/24x24/status/weather-clear-night-350.png +share/icons/mate/24x24/status/weather-few-clouds-night-000.png +share/icons/mate/24x24/status/weather-few-clouds-night-010.png +share/icons/mate/24x24/status/weather-few-clouds-night-020.png +share/icons/mate/24x24/status/weather-few-clouds-night-030.png +share/icons/mate/24x24/status/weather-few-clouds-night-040.png +share/icons/mate/24x24/status/weather-few-clouds-night-050.png +share/icons/mate/24x24/status/weather-few-clouds-night-060.png +share/icons/mate/24x24/status/weather-few-clouds-night-070.png +share/icons/mate/24x24/status/weather-few-clouds-night-080.png +share/icons/mate/24x24/status/weather-few-clouds-night-090.png +share/icons/mate/24x24/status/weather-few-clouds-night-100.png +share/icons/mate/24x24/status/weather-few-clouds-night-110.png +share/icons/mate/24x24/status/weather-few-clouds-night-120.png +share/icons/mate/24x24/status/weather-few-clouds-night-130.png +share/icons/mate/24x24/status/weather-few-clouds-night-140.png +share/icons/mate/24x24/status/weather-few-clouds-night-150.png +share/icons/mate/24x24/status/weather-few-clouds-night-160.png +share/icons/mate/24x24/status/weather-few-clouds-night-170.png +share/icons/mate/24x24/status/weather-few-clouds-night-190.png +share/icons/mate/24x24/status/weather-few-clouds-night-200.png +share/icons/mate/24x24/status/weather-few-clouds-night-210.png +share/icons/mate/24x24/status/weather-few-clouds-night-220.png +share/icons/mate/24x24/status/weather-few-clouds-night-230.png +share/icons/mate/24x24/status/weather-few-clouds-night-240.png +share/icons/mate/24x24/status/weather-few-clouds-night-250.png +share/icons/mate/24x24/status/weather-few-clouds-night-260.png +share/icons/mate/24x24/status/weather-few-clouds-night-270.png +share/icons/mate/24x24/status/weather-few-clouds-night-280.png +share/icons/mate/24x24/status/weather-few-clouds-night-290.png +share/icons/mate/24x24/status/weather-few-clouds-night-300.png +share/icons/mate/24x24/status/weather-few-clouds-night-310.png +share/icons/mate/24x24/status/weather-few-clouds-night-320.png +share/icons/mate/24x24/status/weather-few-clouds-night-330.png +share/icons/mate/24x24/status/weather-few-clouds-night-340.png +share/icons/mate/24x24/status/weather-few-clouds-night-350.png +share/icons/mate/32x32/status/weather-clear-night-000.png +share/icons/mate/32x32/status/weather-clear-night-010.png +share/icons/mate/32x32/status/weather-clear-night-020.png +share/icons/mate/32x32/status/weather-clear-night-030.png +share/icons/mate/32x32/status/weather-clear-night-040.png +share/icons/mate/32x32/status/weather-clear-night-050.png +share/icons/mate/32x32/status/weather-clear-night-060.png +share/icons/mate/32x32/status/weather-clear-night-070.png +share/icons/mate/32x32/status/weather-clear-night-080.png +share/icons/mate/32x32/status/weather-clear-night-090.png +share/icons/mate/32x32/status/weather-clear-night-100.png +share/icons/mate/32x32/status/weather-clear-night-110.png +share/icons/mate/32x32/status/weather-clear-night-120.png +share/icons/mate/32x32/status/weather-clear-night-130.png +share/icons/mate/32x32/status/weather-clear-night-140.png +share/icons/mate/32x32/status/weather-clear-night-150.png +share/icons/mate/32x32/status/weather-clear-night-160.png +share/icons/mate/32x32/status/weather-clear-night-170.png +share/icons/mate/32x32/status/weather-clear-night-190.png +share/icons/mate/32x32/status/weather-clear-night-200.png +share/icons/mate/32x32/status/weather-clear-night-210.png +share/icons/mate/32x32/status/weather-clear-night-220.png +share/icons/mate/32x32/status/weather-clear-night-230.png +share/icons/mate/32x32/status/weather-clear-night-240.png +share/icons/mate/32x32/status/weather-clear-night-250.png +share/icons/mate/32x32/status/weather-clear-night-260.png +share/icons/mate/32x32/status/weather-clear-night-270.png +share/icons/mate/32x32/status/weather-clear-night-280.png +share/icons/mate/32x32/status/weather-clear-night-290.png +share/icons/mate/32x32/status/weather-clear-night-300.png +share/icons/mate/32x32/status/weather-clear-night-310.png +share/icons/mate/32x32/status/weather-clear-night-320.png +share/icons/mate/32x32/status/weather-clear-night-330.png +share/icons/mate/32x32/status/weather-clear-night-340.png +share/icons/mate/32x32/status/weather-clear-night-350.png +share/icons/mate/32x32/status/weather-few-clouds-night-000.png +share/icons/mate/32x32/status/weather-few-clouds-night-010.png +share/icons/mate/32x32/status/weather-few-clouds-night-020.png +share/icons/mate/32x32/status/weather-few-clouds-night-030.png +share/icons/mate/32x32/status/weather-few-clouds-night-040.png +share/icons/mate/32x32/status/weather-few-clouds-night-050.png +share/icons/mate/32x32/status/weather-few-clouds-night-060.png +share/icons/mate/32x32/status/weather-few-clouds-night-070.png +share/icons/mate/32x32/status/weather-few-clouds-night-080.png +share/icons/mate/32x32/status/weather-few-clouds-night-090.png +share/icons/mate/32x32/status/weather-few-clouds-night-100.png +share/icons/mate/32x32/status/weather-few-clouds-night-110.png +share/icons/mate/32x32/status/weather-few-clouds-night-120.png +share/icons/mate/32x32/status/weather-few-clouds-night-130.png +share/icons/mate/32x32/status/weather-few-clouds-night-140.png +share/icons/mate/32x32/status/weather-few-clouds-night-150.png +share/icons/mate/32x32/status/weather-few-clouds-night-160.png +share/icons/mate/32x32/status/weather-few-clouds-night-170.png +share/icons/mate/32x32/status/weather-few-clouds-night-190.png +share/icons/mate/32x32/status/weather-few-clouds-night-200.png +share/icons/mate/32x32/status/weather-few-clouds-night-210.png +share/icons/mate/32x32/status/weather-few-clouds-night-220.png +share/icons/mate/32x32/status/weather-few-clouds-night-230.png +share/icons/mate/32x32/status/weather-few-clouds-night-240.png +share/icons/mate/32x32/status/weather-few-clouds-night-250.png +share/icons/mate/32x32/status/weather-few-clouds-night-260.png +share/icons/mate/32x32/status/weather-few-clouds-night-270.png +share/icons/mate/32x32/status/weather-few-clouds-night-280.png +share/icons/mate/32x32/status/weather-few-clouds-night-290.png +share/icons/mate/32x32/status/weather-few-clouds-night-300.png +share/icons/mate/32x32/status/weather-few-clouds-night-310.png +share/icons/mate/32x32/status/weather-few-clouds-night-320.png +share/icons/mate/32x32/status/weather-few-clouds-night-330.png +share/icons/mate/32x32/status/weather-few-clouds-night-340.png +share/icons/mate/32x32/status/weather-few-clouds-night-350.png +share/icons/mate/scalable/status/weather-clear-night-000.svg +share/icons/mate/scalable/status/weather-clear-night-010.svg +share/icons/mate/scalable/status/weather-clear-night-020.svg +share/icons/mate/scalable/status/weather-clear-night-030.svg +share/icons/mate/scalable/status/weather-clear-night-040.svg +share/icons/mate/scalable/status/weather-clear-night-050.svg +share/icons/mate/scalable/status/weather-clear-night-060.svg +share/icons/mate/scalable/status/weather-clear-night-070.svg +share/icons/mate/scalable/status/weather-clear-night-080.svg +share/icons/mate/scalable/status/weather-clear-night-090.svg +share/icons/mate/scalable/status/weather-clear-night-100.svg +share/icons/mate/scalable/status/weather-clear-night-110.svg +share/icons/mate/scalable/status/weather-clear-night-120.svg +share/icons/mate/scalable/status/weather-clear-night-130.svg +share/icons/mate/scalable/status/weather-clear-night-140.svg +share/icons/mate/scalable/status/weather-clear-night-150.svg +share/icons/mate/scalable/status/weather-clear-night-160.svg +share/icons/mate/scalable/status/weather-clear-night-170.svg +share/icons/mate/scalable/status/weather-clear-night-190.svg +share/icons/mate/scalable/status/weather-clear-night-200.svg +share/icons/mate/scalable/status/weather-clear-night-210.svg +share/icons/mate/scalable/status/weather-clear-night-220.svg +share/icons/mate/scalable/status/weather-clear-night-230.svg +share/icons/mate/scalable/status/weather-clear-night-240.svg +share/icons/mate/scalable/status/weather-clear-night-250.svg +share/icons/mate/scalable/status/weather-clear-night-260.svg +share/icons/mate/scalable/status/weather-clear-night-270.svg +share/icons/mate/scalable/status/weather-clear-night-280.svg +share/icons/mate/scalable/status/weather-clear-night-290.svg +share/icons/mate/scalable/status/weather-clear-night-300.svg +share/icons/mate/scalable/status/weather-clear-night-310.svg +share/icons/mate/scalable/status/weather-clear-night-320.svg +share/icons/mate/scalable/status/weather-clear-night-330.svg +share/icons/mate/scalable/status/weather-clear-night-340.svg +share/icons/mate/scalable/status/weather-clear-night-350.svg +share/icons/mate/scalable/status/weather-few-clouds-night-000.svg +share/icons/mate/scalable/status/weather-few-clouds-night-010.svg +share/icons/mate/scalable/status/weather-few-clouds-night-020.svg +share/icons/mate/scalable/status/weather-few-clouds-night-030.svg +share/icons/mate/scalable/status/weather-few-clouds-night-040.svg +share/icons/mate/scalable/status/weather-few-clouds-night-050.svg +share/icons/mate/scalable/status/weather-few-clouds-night-060.svg +share/icons/mate/scalable/status/weather-few-clouds-night-070.svg +share/icons/mate/scalable/status/weather-few-clouds-night-080.svg +share/icons/mate/scalable/status/weather-few-clouds-night-090.svg +share/icons/mate/scalable/status/weather-few-clouds-night-100.svg +share/icons/mate/scalable/status/weather-few-clouds-night-110.svg +share/icons/mate/scalable/status/weather-few-clouds-night-120.svg +share/icons/mate/scalable/status/weather-few-clouds-night-130.svg +share/icons/mate/scalable/status/weather-few-clouds-night-140.svg +share/icons/mate/scalable/status/weather-few-clouds-night-150.svg +share/icons/mate/scalable/status/weather-few-clouds-night-160.svg +share/icons/mate/scalable/status/weather-few-clouds-night-170.svg +share/icons/mate/scalable/status/weather-few-clouds-night-190.svg +share/icons/mate/scalable/status/weather-few-clouds-night-200.svg +share/icons/mate/scalable/status/weather-few-clouds-night-210.svg +share/icons/mate/scalable/status/weather-few-clouds-night-220.svg +share/icons/mate/scalable/status/weather-few-clouds-night-230.svg +share/icons/mate/scalable/status/weather-few-clouds-night-240.svg +share/icons/mate/scalable/status/weather-few-clouds-night-250.svg +share/icons/mate/scalable/status/weather-few-clouds-night-260.svg +share/icons/mate/scalable/status/weather-few-clouds-night-270.svg +share/icons/mate/scalable/status/weather-few-clouds-night-280.svg +share/icons/mate/scalable/status/weather-few-clouds-night-290.svg +share/icons/mate/scalable/status/weather-few-clouds-night-300.svg +share/icons/mate/scalable/status/weather-few-clouds-night-310.svg +share/icons/mate/scalable/status/weather-few-clouds-night-320.svg +share/icons/mate/scalable/status/weather-few-clouds-night-330.svg +share/icons/mate/scalable/status/weather-few-clouds-night-340.svg +share/icons/mate/scalable/status/weather-few-clouds-night-350.svg +%%DATADIR%%/Locations.ang.xml +%%DATADIR%%/Locations.ar.xml +%%DATADIR%%/Locations.as.xml +%%DATADIR%%/Locations.ast.xml +%%DATADIR%%/Locations.az.xml +%%DATADIR%%/Locations.be.xml +%%DATADIR%%/Locations.be@latin.xml +%%DATADIR%%/Locations.bg.xml +%%DATADIR%%/Locations.bn.xml +%%DATADIR%%/Locations.bn_IN.xml +%%DATADIR%%/Locations.br.xml +%%DATADIR%%/Locations.bs.xml +%%DATADIR%%/Locations.ca.xml +%%DATADIR%%/Locations.ca@valencia.xml +%%DATADIR%%/Locations.crh.xml +%%DATADIR%%/Locations.cs.xml +%%DATADIR%%/Locations.cy.xml +%%DATADIR%%/Locations.da.xml +%%DATADIR%%/Locations.de.xml +%%DATADIR%%/Locations.dz.xml +%%DATADIR%%/Locations.el.xml +%%DATADIR%%/Locations.en@shaw.xml +%%DATADIR%%/Locations.en_CA.xml +%%DATADIR%%/Locations.en_GB.xml +%%DATADIR%%/Locations.eo.xml +%%DATADIR%%/Locations.es.xml +%%DATADIR%%/Locations.et.xml +%%DATADIR%%/Locations.eu.xml +%%DATADIR%%/Locations.fa.xml +%%DATADIR%%/Locations.fi.xml +%%DATADIR%%/Locations.fr.xml +%%DATADIR%%/Locations.ga.xml +%%DATADIR%%/Locations.gl.xml +%%DATADIR%%/Locations.gu.xml +%%DATADIR%%/Locations.he.xml +%%DATADIR%%/Locations.hi.xml +%%DATADIR%%/Locations.hr.xml +%%DATADIR%%/Locations.hu.xml +%%DATADIR%%/Locations.id.xml +%%DATADIR%%/Locations.it.xml +%%DATADIR%%/Locations.ja.xml +%%DATADIR%%/Locations.ka.xml +%%DATADIR%%/Locations.kn.xml +%%DATADIR%%/Locations.ko.xml +%%DATADIR%%/Locations.ku.xml +%%DATADIR%%/Locations.ky.xml +%%DATADIR%%/Locations.lt.xml +%%DATADIR%%/Locations.lv.xml +%%DATADIR%%/Locations.mai.xml +%%DATADIR%%/Locations.mg.xml +%%DATADIR%%/Locations.mk.xml +%%DATADIR%%/Locations.ml.xml +%%DATADIR%%/Locations.mn.xml +%%DATADIR%%/Locations.mr.xml +%%DATADIR%%/Locations.ms.xml +%%DATADIR%%/Locations.nb.xml +%%DATADIR%%/Locations.nds.xml +%%DATADIR%%/Locations.ne.xml +%%DATADIR%%/Locations.nl.xml +%%DATADIR%%/Locations.nn.xml +%%DATADIR%%/Locations.oc.xml +%%DATADIR%%/Locations.or.xml +%%DATADIR%%/Locations.pa.xml +%%DATADIR%%/Locations.pl.xml +%%DATADIR%%/Locations.pt.xml +%%DATADIR%%/Locations.pt_BR.xml +%%DATADIR%%/Locations.ro.xml +%%DATADIR%%/Locations.ru.xml +%%DATADIR%%/Locations.rw.xml +%%DATADIR%%/Locations.si.xml +%%DATADIR%%/Locations.sk.xml +%%DATADIR%%/Locations.sl.xml +%%DATADIR%%/Locations.sq.xml +%%DATADIR%%/Locations.sr.xml +%%DATADIR%%/Locations.sr@latin.xml +%%DATADIR%%/Locations.sv.xml +%%DATADIR%%/Locations.ta.xml +%%DATADIR%%/Locations.te.xml +%%DATADIR%%/Locations.th.xml +%%DATADIR%%/Locations.tr.xml +%%DATADIR%%/Locations.uk.xml +%%DATADIR%%/Locations.vi.xml +%%DATADIR%%/Locations.xml +%%DATADIR%%/Locations.zh_CN.xml +%%DATADIR%%/Locations.zh_HK.xml +%%DATADIR%%/Locations.zh_TW.xml +%%DATADIR%%/locations.dtd +share/locale/af/LC_MESSAGES/libmateweather.mo +share/locale/am/LC_MESSAGES/libmateweather.mo +share/locale/ar/LC_MESSAGES/libmateweather.mo +share/locale/as/LC_MESSAGES/libmateweather.mo +share/locale/ast/LC_MESSAGES/libmateweather.mo +share/locale/az/LC_MESSAGES/libmateweather.mo +share/locale/be/LC_MESSAGES/libmateweather.mo +share/locale/be@latin/LC_MESSAGES/libmateweather.mo +share/locale/bg/LC_MESSAGES/libmateweather.mo +share/locale/bn/LC_MESSAGES/libmateweather.mo +share/locale/bn_IN/LC_MESSAGES/libmateweather.mo +share/locale/br/LC_MESSAGES/libmateweather.mo +share/locale/bs/LC_MESSAGES/libmateweather.mo +share/locale/ca/LC_MESSAGES/libmateweather.mo +share/locale/ca@valencia/LC_MESSAGES/libmateweather.mo +share/locale/crh/LC_MESSAGES/libmateweather.mo +share/locale/cs/LC_MESSAGES/libmateweather.mo +share/locale/cy/LC_MESSAGES/libmateweather.mo +share/locale/da/LC_MESSAGES/libmateweather.mo +share/locale/de/LC_MESSAGES/libmateweather.mo +share/locale/dz/LC_MESSAGES/libmateweather.mo +share/locale/el/LC_MESSAGES/libmateweather.mo +share/locale/en@shaw/LC_MESSAGES/libmateweather.mo +share/locale/en_AU/LC_MESSAGES/libmateweather.mo +share/locale/en_CA/LC_MESSAGES/libmateweather.mo +share/locale/en_GB/LC_MESSAGES/libmateweather.mo +share/locale/eo/LC_MESSAGES/libmateweather.mo +share/locale/es/LC_MESSAGES/libmateweather.mo +share/locale/es_AR/LC_MESSAGES/libmateweather.mo +share/locale/es_CL/LC_MESSAGES/libmateweather.mo +share/locale/es_CO/LC_MESSAGES/libmateweather.mo +share/locale/es_CR/LC_MESSAGES/libmateweather.mo +share/locale/es_DO/LC_MESSAGES/libmateweather.mo +share/locale/es_EC/LC_MESSAGES/libmateweather.mo +share/locale/es_ES/LC_MESSAGES/libmateweather.mo +share/locale/es_GT/LC_MESSAGES/libmateweather.mo +share/locale/es_HN/LC_MESSAGES/libmateweather.mo +share/locale/es_MX/LC_MESSAGES/libmateweather.mo +share/locale/es_NI/LC_MESSAGES/libmateweather.mo +share/locale/es_PA/LC_MESSAGES/libmateweather.mo +share/locale/es_PE/LC_MESSAGES/libmateweather.mo +share/locale/es_PR/LC_MESSAGES/libmateweather.mo +share/locale/es_SV/LC_MESSAGES/libmateweather.mo +share/locale/es_UY/LC_MESSAGES/libmateweather.mo +share/locale/es_VE/LC_MESSAGES/libmateweather.mo +share/locale/et/LC_MESSAGES/libmateweather.mo +share/locale/eu/LC_MESSAGES/libmateweather.mo +share/locale/fa/LC_MESSAGES/libmateweather.mo +share/locale/fi/LC_MESSAGES/libmateweather.mo +share/locale/fr/LC_MESSAGES/libmateweather.mo +share/locale/ga/LC_MESSAGES/libmateweather.mo +share/locale/gl/LC_MESSAGES/libmateweather.mo +share/locale/gu/LC_MESSAGES/libmateweather.mo +share/locale/he/LC_MESSAGES/libmateweather.mo +share/locale/hi/LC_MESSAGES/libmateweather.mo +share/locale/hr/LC_MESSAGES/libmateweather.mo +share/locale/hu/LC_MESSAGES/libmateweather.mo +share/locale/hy/LC_MESSAGES/libmateweather.mo +share/locale/id/LC_MESSAGES/libmateweather.mo +share/locale/is/LC_MESSAGES/libmateweather.mo +share/locale/it/LC_MESSAGES/libmateweather.mo +share/locale/ja/LC_MESSAGES/libmateweather.mo +share/locale/ka/LC_MESSAGES/libmateweather.mo +share/locale/kn/LC_MESSAGES/libmateweather.mo +share/locale/ko/LC_MESSAGES/libmateweather.mo +share/locale/ku/LC_MESSAGES/libmateweather.mo +share/locale/ky/LC_MESSAGES/libmateweather.mo +share/locale/lt/LC_MESSAGES/libmateweather.mo +share/locale/lv/LC_MESSAGES/libmateweather.mo +share/locale/mai/LC_MESSAGES/libmateweather.mo +share/locale/mg/LC_MESSAGES/libmateweather.mo +share/locale/mk/LC_MESSAGES/libmateweather.mo +share/locale/ml/LC_MESSAGES/libmateweather.mo +share/locale/mn/LC_MESSAGES/libmateweather.mo +share/locale/mr/LC_MESSAGES/libmateweather.mo +share/locale/ms/LC_MESSAGES/libmateweather.mo +share/locale/nb/LC_MESSAGES/libmateweather.mo +share/locale/nds/LC_MESSAGES/libmateweather.mo +share/locale/ne/LC_MESSAGES/libmateweather.mo +share/locale/nl/LC_MESSAGES/libmateweather.mo +share/locale/nn/LC_MESSAGES/libmateweather.mo +share/locale/oc/LC_MESSAGES/libmateweather.mo +share/locale/or/LC_MESSAGES/libmateweather.mo +share/locale/pa/LC_MESSAGES/libmateweather.mo +share/locale/pl/LC_MESSAGES/libmateweather.mo +share/locale/pt/LC_MESSAGES/libmateweather.mo +share/locale/pt_BR/LC_MESSAGES/libmateweather.mo +share/locale/ro/LC_MESSAGES/libmateweather.mo +share/locale/ru/LC_MESSAGES/libmateweather.mo +share/locale/rw/LC_MESSAGES/libmateweather.mo +share/locale/si/LC_MESSAGES/libmateweather.mo +share/locale/sk/LC_MESSAGES/libmateweather.mo +share/locale/sl/LC_MESSAGES/libmateweather.mo +share/locale/sq/LC_MESSAGES/libmateweather.mo +share/locale/sr/LC_MESSAGES/libmateweather.mo +share/locale/sr@latin/LC_MESSAGES/libmateweather.mo +share/locale/sv/LC_MESSAGES/libmateweather.mo +share/locale/ta/LC_MESSAGES/libmateweather.mo +share/locale/te/LC_MESSAGES/libmateweather.mo +share/locale/th/LC_MESSAGES/libmateweather.mo +share/locale/tr/LC_MESSAGES/libmateweather.mo +share/locale/uk/LC_MESSAGES/libmateweather.mo +share/locale/vi/LC_MESSAGES/libmateweather.mo +share/locale/wa/LC_MESSAGES/libmateweather.mo +share/locale/xh/LC_MESSAGES/libmateweather.mo +share/locale/zh_CN/LC_MESSAGES/libmateweather.mo +share/locale/zh_HK/LC_MESSAGES/libmateweather.mo +share/locale/zh_TW/LC_MESSAGES/libmateweather.mo +@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/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/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/es_VE/LC_MESSAGES +@dirrmtry share/locale/es_VE +@dirrmtry share/locale/es_UY/LC_MESSAGES +@dirrmtry share/locale/es_UY +@dirrmtry share/locale/es_SV/LC_MESSAGES +@dirrmtry share/locale/es_SV +@dirrmtry share/locale/es_PR/LC_MESSAGES +@dirrmtry share/locale/es_PR +@dirrmtry share/locale/es_PE/LC_MESSAGES +@dirrmtry share/locale/es_PE +@dirrmtry share/locale/es_PA/LC_MESSAGES +@dirrmtry share/locale/es_PA +@dirrmtry share/locale/es_NI/LC_MESSAGES +@dirrmtry share/locale/es_NI +@dirrmtry share/locale/es_HN/LC_MESSAGES +@dirrmtry share/locale/es_HN +@dirrmtry share/locale/es_GT/LC_MESSAGES +@dirrmtry share/locale/es_GT +@dirrmtry share/locale/es_EC/LC_MESSAGES +@dirrmtry share/locale/es_EC +@dirrmtry share/locale/es_DO/LC_MESSAGES +@dirrmtry share/locale/es_DO +@dirrmtry share/locale/es_CR/LC_MESSAGES +@dirrmtry share/locale/es_CR +@dirrmtry share/locale/es_CO/LC_MESSAGES +@dirrmtry share/locale/es_CO +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/es_AR/LC_MESSAGES +@dirrmtry share/locale/es_AR +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm %%DATADIR%% +@dirrmtry share/icons/mate/scalable/status +@dirrmtry share/icons/mate/scalable +@dirrmtry share/icons/mate/32x32/status +@dirrmtry share/icons/mate/32x32 +@dirrmtry share/icons/mate/24x24/status +@dirrmtry share/icons/mate/24x24 +@dirrmtry share/icons/mate/22x22/status +@dirrmtry share/icons/mate/22x22 +@dirrmtry share/icons/mate/16x16/status +@dirrmtry share/icons/mate/16x16 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm %%DOCSDIR%% +@dirrm include/libmateweather diff --git a/security/Makefile b/security/Makefile index c5a527d58d35..c1f555f4cf62 100644 --- a/security/Makefile +++ b/security/Makefile @@ -268,6 +268,7 @@ SUBDIR += libident SUBDIR += libkpass SUBDIR += libksba + SUBDIR += libmatekeyring SUBDIR += libmcrypt SUBDIR += libntlm SUBDIR += libotr @@ -307,6 +308,7 @@ SUBDIR += manipulate_data SUBDIR += masscan SUBDIR += massh + SUBDIR += mate-keyring SUBDIR += matrixssl SUBDIR += mcrypt SUBDIR += md4coll diff --git a/security/libmatekeyring/Makefile b/security/libmatekeyring/Makefile new file mode 100644 index 000000000000..342241e78586 --- /dev/null +++ b/security/libmatekeyring/Makefile @@ -0,0 +1,32 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libmatekeyring +PORTVERSION= 1.6.0 +CATEGORIES= security mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Program that keeps passwords and other secrets + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libdbus-1.so:${PORTSDIR}/devel/dbus + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack ltverhack +USE_GNOME= glib20 +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +.include <bsd.port.mk> diff --git a/security/libmatekeyring/distinfo b/security/libmatekeyring/distinfo new file mode 100644 index 000000000000..c4def19b6300 --- /dev/null +++ b/security/libmatekeyring/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/libmatekeyring-1.6.0.tar.xz) = 7ce673bbf7e2d20811b5197c9a79e813226c4ef8d2719f606ad6d98e5958cc99 +SIZE (mate/libmatekeyring-1.6.0.tar.xz) = 118864 diff --git a/security/libmatekeyring/pkg-descr b/security/libmatekeyring/pkg-descr new file mode 100644 index 000000000000..ed1842d8aaf4 --- /dev/null +++ b/security/libmatekeyring/pkg-descr @@ -0,0 +1,5 @@ +Mate-keyring is a program that keep password and other secrets for +users. The library libmate-keyring is used by applications to integrate +with the MATE keyring system. + +WWW: http://mate-desktop.org/ diff --git a/security/libmatekeyring/pkg-plist b/security/libmatekeyring/pkg-plist new file mode 100644 index 000000000000..1bc86246633a --- /dev/null +++ b/security/libmatekeyring/pkg-plist @@ -0,0 +1,119 @@ +include/mate-keyring-1/mate-keyring-memory.h +include/mate-keyring-1/mate-keyring-result.h +include/mate-keyring-1/mate-keyring.h +lib/libmate-keyring.a +lib/libmate-keyring.la +lib/libmate-keyring.so +lib/libmate-keyring.so.1 +libdata/pkgconfig/mate-keyring-1.pc +share/doc/mate-keyring/ch01.html +share/doc/mate-keyring/home.png +share/doc/mate-keyring/index.html +share/doc/mate-keyring/index.sgml +share/doc/mate-keyring/left.png +share/doc/mate-keyring/mate-keyring-Callbacks.html +share/doc/mate-keyring/mate-keyring-Daemon-Management-Functions.html +share/doc/mate-keyring/mate-keyring-Item-ACLs.html +share/doc/mate-keyring/mate-keyring-Item-Attributes.html +share/doc/mate-keyring/mate-keyring-Item-Information.html +share/doc/mate-keyring/mate-keyring-Keyring-Info.html +share/doc/mate-keyring/mate-keyring-Keyring-Items.html +share/doc/mate-keyring/mate-keyring-Keyrings.html +share/doc/mate-keyring/mate-keyring-Miscellaneous-Functions.html +share/doc/mate-keyring/mate-keyring-Network-Passwords.html +share/doc/mate-keyring/mate-keyring-Non-pageable-Memory.html +share/doc/mate-keyring/mate-keyring-Result-Codes.html +share/doc/mate-keyring/mate-keyring-Search-Functionality.html +share/doc/mate-keyring/mate-keyring-Simple-Password-Storage.html +share/doc/mate-keyring/mate-keyring.devhelp +share/doc/mate-keyring/mate-keyring.devhelp2 +share/doc/mate-keyring/right.png +share/doc/mate-keyring/style.css +share/doc/mate-keyring/up.png +share/locale/am/LC_MESSAGES/libmatekeyring.mo +share/locale/ar/LC_MESSAGES/libmatekeyring.mo +share/locale/ast/LC_MESSAGES/libmatekeyring.mo +share/locale/bg/LC_MESSAGES/libmatekeyring.mo +share/locale/bn/LC_MESSAGES/libmatekeyring.mo +share/locale/bn_IN/LC_MESSAGES/libmatekeyring.mo +share/locale/ca/LC_MESSAGES/libmatekeyring.mo +share/locale/ca@valencia/LC_MESSAGES/libmatekeyring.mo +share/locale/cs/LC_MESSAGES/libmatekeyring.mo +share/locale/da/LC_MESSAGES/libmatekeyring.mo +share/locale/de/LC_MESSAGES/libmatekeyring.mo +share/locale/el/LC_MESSAGES/libmatekeyring.mo +share/locale/en_AU/LC_MESSAGES/libmatekeyring.mo +share/locale/en_GB/LC_MESSAGES/libmatekeyring.mo +share/locale/eo/LC_MESSAGES/libmatekeyring.mo +share/locale/es/LC_MESSAGES/libmatekeyring.mo +share/locale/es_CL/LC_MESSAGES/libmatekeyring.mo +share/locale/et/LC_MESSAGES/libmatekeyring.mo +share/locale/eu/LC_MESSAGES/libmatekeyring.mo +share/locale/fa/LC_MESSAGES/libmatekeyring.mo +share/locale/fi/LC_MESSAGES/libmatekeyring.mo +share/locale/fr/LC_MESSAGES/libmatekeyring.mo +share/locale/fy/LC_MESSAGES/libmatekeyring.mo +share/locale/gl/LC_MESSAGES/libmatekeyring.mo +share/locale/gu/LC_MESSAGES/libmatekeyring.mo +share/locale/he/LC_MESSAGES/libmatekeyring.mo +share/locale/hr/LC_MESSAGES/libmatekeyring.mo +share/locale/hu/LC_MESSAGES/libmatekeyring.mo +share/locale/id/LC_MESSAGES/libmatekeyring.mo +share/locale/it/LC_MESSAGES/libmatekeyring.mo +share/locale/ja/LC_MESSAGES/libmatekeyring.mo +share/locale/kn/LC_MESSAGES/libmatekeyring.mo +share/locale/ko/LC_MESSAGES/libmatekeyring.mo +share/locale/ky/LC_MESSAGES/libmatekeyring.mo +share/locale/lt/LC_MESSAGES/libmatekeyring.mo +share/locale/lv/LC_MESSAGES/libmatekeyring.mo +share/locale/ml/LC_MESSAGES/libmatekeyring.mo +share/locale/mn/LC_MESSAGES/libmatekeyring.mo +share/locale/ms/LC_MESSAGES/libmatekeyring.mo +share/locale/nb/LC_MESSAGES/libmatekeyring.mo +share/locale/nds/LC_MESSAGES/libmatekeyring.mo +share/locale/nl/LC_MESSAGES/libmatekeyring.mo +share/locale/nn/LC_MESSAGES/libmatekeyring.mo +share/locale/or/LC_MESSAGES/libmatekeyring.mo +share/locale/pa/LC_MESSAGES/libmatekeyring.mo +share/locale/pl/LC_MESSAGES/libmatekeyring.mo +share/locale/pt/LC_MESSAGES/libmatekeyring.mo +share/locale/pt_BR/LC_MESSAGES/libmatekeyring.mo +share/locale/ro/LC_MESSAGES/libmatekeyring.mo +share/locale/ru/LC_MESSAGES/libmatekeyring.mo +share/locale/sk/LC_MESSAGES/libmatekeyring.mo +share/locale/sl/LC_MESSAGES/libmatekeyring.mo +share/locale/sq/LC_MESSAGES/libmatekeyring.mo +share/locale/sr/LC_MESSAGES/libmatekeyring.mo +share/locale/sr@latin/LC_MESSAGES/libmatekeyring.mo +share/locale/sv/LC_MESSAGES/libmatekeyring.mo +share/locale/ta/LC_MESSAGES/libmatekeyring.mo +share/locale/th/LC_MESSAGES/libmatekeyring.mo +share/locale/tr/LC_MESSAGES/libmatekeyring.mo +share/locale/ug/LC_MESSAGES/libmatekeyring.mo +share/locale/uk/LC_MESSAGES/libmatekeyring.mo +share/locale/vi/LC_MESSAGES/libmatekeyring.mo +share/locale/zh_CN/LC_MESSAGES/libmatekeyring.mo +share/locale/zh_HK/LC_MESSAGES/libmatekeyring.mo +share/locale/zh_TW/LC_MESSAGES/libmatekeyring.mo +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrm share/doc/mate-keyring +@dirrm include/mate-keyring-1 diff --git a/security/mate-keyring/Makefile b/security/mate-keyring/Makefile new file mode 100644 index 000000000000..5cb03c7ed988 --- /dev/null +++ b/security/mate-keyring/Makefile @@ -0,0 +1,41 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-keyring +PORTVERSION= 1.6.0 +CATEGORIES= security mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A program that keeps passwords and other secrets + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libtasn1.so:${PORTSDIR}/security/libtasn1 +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack libmatekeyring ltverhack +USE_GNOME= gnomehier glib20 gtk20 +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ + --with-root-certs="${LOCALBASE}/share/certs" \ + --with-gtk=2.0 \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.crypto.cache.gschema.xml \ + org.mate.crypto.pgp.gschema.xml + +.include <bsd.port.mk> diff --git a/security/mate-keyring/distinfo b/security/mate-keyring/distinfo new file mode 100644 index 000000000000..85a897b48b5a --- /dev/null +++ b/security/mate-keyring/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-keyring-1.6.0.tar.xz) = f77c48c59a9611baa9721d0a30e78f148629d1754066844bea053cb80141652b +SIZE (mate/mate-keyring-1.6.0.tar.xz) = 1339564 diff --git a/security/mate-keyring/files/patch-configure.ac b/security/mate-keyring/files/patch-configure.ac new file mode 100644 index 000000000000..fcd5bab38705 --- /dev/null +++ b/security/mate-keyring/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2013-03-24 01:28:30.000000000 -0500 ++++ configure.ac 2013-03-24 01:29:26.000000000 -0500 +@@ -284,7 +284,7 @@ + + pam_status="no" + if test "$enable_pam" != "no"; then +- AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, [have_pam=yes; break], have_pam=no) ++ AC_CHECK_HEADERS(security/pam_modules.h, [have_pam=yes; break], have_pam=no) + if test "$enable_pam" = "yes" -a "$have_pam" = "no"; then + AC_MSG_ERROR(The PAM headers are missing) + elif test "$have_pam" = "yes"; then diff --git a/security/mate-keyring/files/patch-daemon_control_gkd-control-client.c b/security/mate-keyring/files/patch-daemon_control_gkd-control-client.c new file mode 100644 index 000000000000..6cdb0ca6a213 --- /dev/null +++ b/security/mate-keyring/files/patch-daemon_control_gkd-control-client.c @@ -0,0 +1,11 @@ +--- daemon/control/gkd-control-client.c.orig 2009-12-21 18:43:16.000000000 -0500 ++++ daemon/control/gkd-control-client.c 2009-12-21 18:44:17.000000000 -0500 +@@ -31,6 +31,8 @@ + #include <errno.h> + #include <fcntl.h> + ++#include <string.h> ++#include <sys/stat.h> + #include <sys/socket.h> + #include <sys/types.h> + #include <sys/un.h> diff --git a/security/mate-keyring/files/patch-egg_egg-unix-credentials.c b/security/mate-keyring/files/patch-egg_egg-unix-credentials.c new file mode 100644 index 000000000000..5ae53f8b02cc --- /dev/null +++ b/security/mate-keyring/files/patch-egg_egg-unix-credentials.c @@ -0,0 +1,44 @@ +--- egg/egg-unix-credentials.c.orig 2010-01-13 00:21:23.000000000 -0500 ++++ egg/egg-unix-credentials.c 2010-01-13 00:25:46.000000000 -0500 +@@ -27,6 +27,7 @@ + + #include <sys/types.h> + #include <sys/socket.h> ++#include <sys/param.h> + #include <sys/uio.h> + #include <sys/un.h> + #include <errno.h> +@@ -37,6 +38,33 @@ + #include <ucred.h> + #endif + ++#if __FreeBSD_version < 701101 ++static char * ++strndup (const char *s, size_t n) ++{ ++ size_t nAvail; ++ char *p; ++ ++ if (s == NULL) ++ return NULL; ++ ++ if (memchr (s, '\0', n) != NULL) { ++ nAvail = strlen(s); ++ if (nAvail > n) ++ nAvail = n; ++ } else{ ++ nAvail = n; ++ } ++ p = malloc (nAvail + 1); ++ if (p == NULL) ++ return NULL; ++ memcpy (p, s, nAvail); ++ p[nAvail] = '\0'; ++ ++ return p; ++} ++#endif ++ + int + egg_unix_credentials_read (int sock, pid_t *pid, uid_t *uid) + { diff --git a/security/mate-keyring/files/patch-pam_gkr-pam-client.c b/security/mate-keyring/files/patch-pam_gkr-pam-client.c new file mode 100644 index 000000000000..c4c0ad88e944 --- /dev/null +++ b/security/mate-keyring/files/patch-pam_gkr-pam-client.c @@ -0,0 +1,18 @@ +--- pam/gkr-pam-client.c.orig 2008-10-07 12:25:23.000000000 -0400 ++++ pam/gkr-pam-client.c 2008-10-07 12:38:36.000000000 -0400 +@@ -96,12 +96,12 @@ check_peer_same_uid (int sock) + struct xucred xuc; + socklen_t xuc_len = sizeof (xuc); + +- if (getsockopt (sock, SOL_SOCKET, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && +- xuc_len == sizeof (xuc)) { ++ if (getsockopt (sock, 0, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && ++ xuc.cr_version == XUCRED_VERSION) { + uid = xuc.cr_uid; + } else { + syslog (GKR_LOG_ERR, "could not get mate-keyring-daemon socket credentials, " +- "(returned len %d/%d)\n", xuc_len, (int)sizeof (xuc)); ++ "(returned version %d/%d)\n", xuc.cr_version, XUCRED_VERSION); + return -1; + } + diff --git a/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c b/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c new file mode 100644 index 000000000000..146d8b69da05 --- /dev/null +++ b/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c @@ -0,0 +1,11 @@ +--- pkcs11/rpc-layer/gkm-rpc-dispatch.c.orig 2010-09-04 12:06:44.000000000 +0200 ++++ pkcs11/rpc-layer/gkm-rpc-dispatch.c 2010-09-04 12:07:12.000000000 +0200 +@@ -784,7 +784,7 @@ rpc_C_Finalize (CallState *cs) + { + CK_SLOT_ID_PTR slots; + CK_ULONG n_slots, i; +- CK_RV ret; ++ CK_RV ret = CKR_OK; + + debug (("C_Finalize: enter")); + diff --git a/security/mate-keyring/pkg-descr b/security/mate-keyring/pkg-descr new file mode 100644 index 000000000000..66f0d73bdefa --- /dev/null +++ b/security/mate-keyring/pkg-descr @@ -0,0 +1,17 @@ +Mate-keyring is a program that keep password and other secrets for +users. It is run as a damon in the session, similar to ssh-agent, and +other applications can locate it by an environment variable. + +The program can manage several keyrings, each with its own master +password, and there is also a session keyring which is never stored to +disk, but forgotten when the session ends. + +The library libmatekeyring is used by applications to integrate with +the MATE keyring system. However, at this point the library hasn't been +tested and used enought to consider the API to be publically +exposed. Therefore use of libmatekeyring is at the moment limited to +internal use in the MATE desktop. However, we hope that the +mate-keyring API will turn out useful and good, so that later it +can be made public for any application to use. + +WWW: http://mate-desktop.org/ diff --git a/security/mate-keyring/pkg-plist b/security/mate-keyring/pkg-plist new file mode 100644 index 000000000000..bd6defa4dfef --- /dev/null +++ b/security/mate-keyring/pkg-plist @@ -0,0 +1,246 @@ +bin/mate-keyring +bin/mate-keyring-daemon +etc/xdg/autostart/mate-keyring-gpg.desktop +etc/xdg/autostart/mate-keyring-pkcs11.desktop +etc/xdg/autostart/mate-keyring-secrets.desktop +etc/xdg/autostart/mate-keyring-ssh.desktop +include/gck/pkcs11.h +include/gck/pkcs11n.h +include/gck/pkcs11x.h +include/mate-gck/gck.h +include/mategcr/gcr/gcr-certificate-basics-widget.h +include/mategcr/gcr/gcr-certificate-chain.h +include/mategcr/gcr/gcr-certificate-details-widget.h +include/mategcr/gcr/gcr-certificate-renderer.h +include/mategcr/gcr/gcr-certificate-widget.h +include/mategcr/gcr/gcr-certificate.h +include/mategcr/gcr/gcr-importer.h +include/mategcr/gcr/gcr-key-renderer.h +include/mategcr/gcr/gcr-key-widget.h +include/mategcr/gcr/gcr-library.h +include/mategcr/gcr/gcr-parser.h +include/mategcr/gcr/gcr-pkcs11-certificate.h +include/mategcr/gcr/gcr-renderer.h +include/mategcr/gcr/gcr-simple-certificate.h +include/mategcr/gcr/gcr-trust.h +include/mategcr/gcr/gcr-types.h +include/mategcr/gcr/gcr-unlock-options-widget.h +include/mategcr/gcr/gcr-unlock-options.h +include/mategcr/gcr/gcr-viewer.h +include/mategcr/gcr/gcr.h +lib/libmategck.a +lib/libmategck.la +lib/libmategck.so +lib/libmategck.so.0 +lib/libmategcr.a +lib/libmategcr.la +lib/libmategcr.so +lib/libmategcr.so.0 +lib/mate-keyring/devel/gkm-mate2-store-standalone.a +lib/mate-keyring/devel/gkm-mate2-store-standalone.la +lib/mate-keyring/devel/gkm-mate2-store-standalone.so +lib/mate-keyring/devel/gkm-roots-store-standalone.a +lib/mate-keyring/devel/gkm-roots-store-standalone.la +lib/mate-keyring/devel/gkm-roots-store-standalone.so +lib/mate-keyring/devel/gkm-ssh-store-standalone.a +lib/mate-keyring/devel/gkm-ssh-store-standalone.la +lib/mate-keyring/devel/gkm-ssh-store-standalone.so +lib/mate-keyring/devel/gkm-xdg-store-standalone.a +lib/mate-keyring/devel/gkm-xdg-store-standalone.la +lib/mate-keyring/devel/gkm-xdg-store-standalone.so +lib/mate-keyring/standalone/gkm-secret-store-standalone.a +lib/mate-keyring/standalone/gkm-secret-store-standalone.la +lib/mate-keyring/standalone/gkm-secret-store-standalone.so +lib/pam_mate_keyring.a +lib/pam_mate_keyring.la +lib/pam_mate_keyring.so +lib/pkcs11/mate-keyring-pkcs11.a +lib/pkcs11/mate-keyring-pkcs11.la +lib/pkcs11/mate-keyring-pkcs11.so +libdata/pkgconfig/mate-gck-0.pc +libdata/pkgconfig/mate-gcr-0.pc +libexec/mate-keyring-prompt +share/MateConf/gsettings/org.mate.crypto.cache.convert +share/MateConf/gsettings/org.mate.crypto.pgp.convert +share/dbus-1/services/org.mate-freedesktop.secrets.service +share/dbus-1/services/org.mate.keyring.service +share/doc/mate-gck/GckModule.html +share/doc/mate-gck/GckObject.html +share/doc/mate-gck/GckSession.html +share/doc/mate-gck/GckSlot.html +share/doc/mate-gck/ch01.html +share/doc/mate-gck/gck-Errors.html +share/doc/mate-gck/gck-GckAttribute.html +share/doc/mate-gck/gck-GckAttributes.html +share/doc/mate-gck/gck-Miscellaneous-Functions.html +share/doc/mate-gck/gck-PKCS11-URIs.html +share/doc/mate-gck/gck.devhelp +share/doc/mate-gck/gck.devhelp2 +share/doc/mate-gck/home.png +share/doc/mate-gck/index.html +share/doc/mate-gck/index.sgml +share/doc/mate-gck/left.png +share/doc/mate-gck/right.png +share/doc/mate-gck/style.css +share/doc/mate-gck/up.png +share/doc/mate-gcr-0/GcrCertificateChain.html +share/doc/mate-gcr-0/GcrPkcs11Certificate.html +share/doc/mate-gcr-0/GcrSimpleCertificate.html +share/doc/mate-gcr-0/certificates.html +share/doc/mate-gcr-0/gcr-GcrCertificate.html +share/doc/mate-gcr-0/gcr-Library-Settings.html +share/doc/mate-gcr-0/gcr-Trust-Storage-and-Lookups.html +share/doc/mate-gcr-0/gcr-gcr-importer.html +share/doc/mate-gcr-0/gcr-gcr-initializer.html +share/doc/mate-gcr-0/gcr-gcr-parser.html +share/doc/mate-gcr-0/gcr.devhelp +share/doc/mate-gcr-0/gcr.devhelp2 +share/doc/mate-gcr-0/home.png +share/doc/mate-gcr-0/index.html +share/doc/mate-gcr-0/index.sgml +share/doc/mate-gcr-0/left.png +share/doc/mate-gcr-0/misc.html +share/doc/mate-gcr-0/right.png +share/doc/mate-gcr-0/storage.html +share/doc/mate-gcr-0/style.css +share/doc/mate-gcr-0/up.png +share/locale/af/LC_MESSAGES/mate-keyring.mo +share/locale/am/LC_MESSAGES/mate-keyring.mo +share/locale/ar/LC_MESSAGES/mate-keyring.mo +share/locale/as/LC_MESSAGES/mate-keyring.mo +share/locale/ast/LC_MESSAGES/mate-keyring.mo +share/locale/az/LC_MESSAGES/mate-keyring.mo +share/locale/be/LC_MESSAGES/mate-keyring.mo +share/locale/be@latin/LC_MESSAGES/mate-keyring.mo +share/locale/bg/LC_MESSAGES/mate-keyring.mo +share/locale/bn/LC_MESSAGES/mate-keyring.mo +share/locale/bn_IN/LC_MESSAGES/mate-keyring.mo +share/locale/bs/LC_MESSAGES/mate-keyring.mo +share/locale/ca/LC_MESSAGES/mate-keyring.mo +share/locale/ca@valencia/LC_MESSAGES/mate-keyring.mo +share/locale/cs/LC_MESSAGES/mate-keyring.mo +share/locale/cy/LC_MESSAGES/mate-keyring.mo +share/locale/da/LC_MESSAGES/mate-keyring.mo +share/locale/de/LC_MESSAGES/mate-keyring.mo +share/locale/dz/LC_MESSAGES/mate-keyring.mo +share/locale/el/LC_MESSAGES/mate-keyring.mo +share/locale/en@shaw/LC_MESSAGES/mate-keyring.mo +share/locale/en_AU/LC_MESSAGES/mate-keyring.mo +share/locale/en_CA/LC_MESSAGES/mate-keyring.mo +share/locale/en_GB/LC_MESSAGES/mate-keyring.mo +share/locale/es/LC_MESSAGES/mate-keyring.mo +share/locale/et/LC_MESSAGES/mate-keyring.mo +share/locale/eu/LC_MESSAGES/mate-keyring.mo +share/locale/fa/LC_MESSAGES/mate-keyring.mo +share/locale/fi/LC_MESSAGES/mate-keyring.mo +share/locale/fr/LC_MESSAGES/mate-keyring.mo +share/locale/ga/LC_MESSAGES/mate-keyring.mo +share/locale/gl/LC_MESSAGES/mate-keyring.mo +share/locale/gu/LC_MESSAGES/mate-keyring.mo +share/locale/he/LC_MESSAGES/mate-keyring.mo +share/locale/hi/LC_MESSAGES/mate-keyring.mo +share/locale/hr/LC_MESSAGES/mate-keyring.mo +share/locale/hu/LC_MESSAGES/mate-keyring.mo +share/locale/id/LC_MESSAGES/mate-keyring.mo +share/locale/is/LC_MESSAGES/mate-keyring.mo +share/locale/it/LC_MESSAGES/mate-keyring.mo +share/locale/ja/LC_MESSAGES/mate-keyring.mo +share/locale/ka/LC_MESSAGES/mate-keyring.mo +share/locale/kn/LC_MESSAGES/mate-keyring.mo +share/locale/ko/LC_MESSAGES/mate-keyring.mo +share/locale/ky/LC_MESSAGES/mate-keyring.mo +share/locale/lt/LC_MESSAGES/mate-keyring.mo +share/locale/lv/LC_MESSAGES/mate-keyring.mo +share/locale/mai/LC_MESSAGES/mate-keyring.mo +share/locale/mg/LC_MESSAGES/mate-keyring.mo +share/locale/mk/LC_MESSAGES/mate-keyring.mo +share/locale/ml/LC_MESSAGES/mate-keyring.mo +share/locale/mn/LC_MESSAGES/mate-keyring.mo +share/locale/mr/LC_MESSAGES/mate-keyring.mo +share/locale/ms/LC_MESSAGES/mate-keyring.mo +share/locale/nb/LC_MESSAGES/mate-keyring.mo +share/locale/ne/LC_MESSAGES/mate-keyring.mo +share/locale/nl/LC_MESSAGES/mate-keyring.mo +share/locale/nn/LC_MESSAGES/mate-keyring.mo +share/locale/oc/LC_MESSAGES/mate-keyring.mo +share/locale/or/LC_MESSAGES/mate-keyring.mo +share/locale/pa/LC_MESSAGES/mate-keyring.mo +share/locale/pl/LC_MESSAGES/mate-keyring.mo +share/locale/pt/LC_MESSAGES/mate-keyring.mo +share/locale/pt_BR/LC_MESSAGES/mate-keyring.mo +share/locale/ro/LC_MESSAGES/mate-keyring.mo +share/locale/ru/LC_MESSAGES/mate-keyring.mo +share/locale/rw/LC_MESSAGES/mate-keyring.mo +share/locale/si/LC_MESSAGES/mate-keyring.mo +share/locale/sk/LC_MESSAGES/mate-keyring.mo +share/locale/sl/LC_MESSAGES/mate-keyring.mo +share/locale/sq/LC_MESSAGES/mate-keyring.mo +share/locale/sr/LC_MESSAGES/mate-keyring.mo +share/locale/sr@latin/LC_MESSAGES/mate-keyring.mo +share/locale/sv/LC_MESSAGES/mate-keyring.mo +share/locale/ta/LC_MESSAGES/mate-keyring.mo +share/locale/te/LC_MESSAGES/mate-keyring.mo +share/locale/th/LC_MESSAGES/mate-keyring.mo +share/locale/tr/LC_MESSAGES/mate-keyring.mo +share/locale/ug/LC_MESSAGES/mate-keyring.mo +share/locale/uk/LC_MESSAGES/mate-keyring.mo +share/locale/vi/LC_MESSAGES/mate-keyring.mo +share/locale/xh/LC_MESSAGES/mate-keyring.mo +share/locale/zh_CN/LC_MESSAGES/mate-keyring.mo +share/locale/zh_HK/LC_MESSAGES/mate-keyring.mo +share/locale/zh_TW/LC_MESSAGES/mate-keyring.mo +%%DATADIR%%/ui/gku-prompt.ui +share/mategcr/ui/gcr-import-dialog.ui +share/mategcr/ui/gcr-unlock-options-widget.ui +@dirrm share/mategcr/ui +@dirrm share/mategcr +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%% +@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/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm share/doc/mate-gcr-0 +@dirrm share/doc/mate-gck +@dirrmtry lib/pkcs11 +@dirrm lib/mate-keyring/standalone +@dirrm lib/mate-keyring/devel +@dirrm lib/mate-keyring +@dirrm include/mategcr/gcr +@dirrm include/mategcr +@dirrm include/mate-gck +@dirrm include/gck diff --git a/sysutils/Makefile b/sysutils/Makefile index f00ea71325ad..b382271b737b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -495,6 +495,11 @@ SUBDIR += manck SUBDIR += mapchan SUBDIR += massadmin + SUBDIR += mate-contol-center + SUBDIR += mate-polkit + SUBDIR += mate-power-manager + SUBDIR += mate-settings-daemon + SUBDIR += mate-system-monitor SUBDIR += mbgtools SUBDIR += mbmon SUBDIR += mcelog diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile new file mode 100644 index 000000000000..e46c6b9f37b8 --- /dev/null +++ b/sysutils/mate-control-center/Makefile @@ -0,0 +1,68 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-control-center +PORTVERSION= 1.6.1 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Control center for MATE project + +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libxklavier.so:${PORTSDIR}/x11/libxklavier \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ + shared-mime-info +USE_XZ= yes +USE_MATE= desktop docutils libmatekbd marco menus settingsdaemon +USE_XORG= x11 xcursor xext xxf86misc xft xi xrandr xscrnsaver +USE_GNOME= dconf glib20 gnomehier gtk20 intlhack libxml2 librsvg2 \ + ltverhack pango +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-appindicator=no +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.control-center.gschema.xml \ + org.mate.control-center.keybinding.gschema.xml + +FIX_FILES= capplets/accessibility/at-properties \ + capplets/display \ + capplets/keyboard capplets/windows + +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ + ${WRKSRC}/capplets/common/mate-theme-info.c + @${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \ + ${WRKSRC}/capplets/display/org.mate.randr.policy.in +.for dir in ${FIX_FILES} + @${REINPLACE_CMD} -e 's|Desktop_in_files = |Desktop_in_files = mate-|g' \ + ${WRKSRC}/${dir}/Makefile.in +.endfor + @${MV} ${WRKSRC}/capplets/accessibility/at-properties/at-properties.desktop.in.in \ + ${WRKSRC}/capplets/accessibility/at-properties/mate-at-properties.desktop.in.in + @${MV} ${WRKSRC}/capplets/display/display-properties.desktop.in.in \ + ${WRKSRC}/capplets/display/mate-display-properties.desktop.in.in + @${MV} ${WRKSRC}/capplets/keyboard/keyboard.desktop.in.in \ + ${WRKSRC}/capplets/keyboard/mate-keyboard.desktop.in.in + @${MV} ${WRKSRC}/capplets/windows/window-properties.desktop.in.in \ + ${WRKSRC}/capplets/windows/mate-window-properties.desktop.in.in + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmate-window-settings.so.1 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/window-manager-settings/libmarco.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libslab.so.0 + +.include <bsd.port.mk> diff --git a/sysutils/mate-control-center/distinfo b/sysutils/mate-control-center/distinfo new file mode 100644 index 000000000000..4e0e31f4efaa --- /dev/null +++ b/sysutils/mate-control-center/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-control-center-1.6.1.tar.xz) = 1e6fce881187d99f46eee2bf304b55fd74c60cb1ecaf687c709b1477122c1220 +SIZE (mate/mate-control-center-1.6.1.tar.xz) = 1275652 diff --git a/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c b/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c new file mode 100644 index 000000000000..79aab3cf74e7 --- /dev/null +++ b/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c @@ -0,0 +1,11 @@ +--- capplets/common/mate-theme-info.c.orig 2009-05-03 20:30:56.000000000 +0200 ++++ capplets/common/mate-theme-info.c 2009-07-19 12:54:25.000000000 +0200 +@@ -1876,7 +1876,7 @@ mate_theme_init () + #ifdef XCURSOR_ICONDIR + /* if there's a separate xcursors dir, add that as well */ + if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) && +- strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) { ++ strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) { + top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR); + add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL); + g_object_unref (top_theme_dir); diff --git a/sysutils/mate-control-center/files/patch-configure b/sysutils/mate-control-center/files/patch-configure new file mode 100644 index 000000000000..212c150fea3b --- /dev/null +++ b/sysutils/mate-control-center/files/patch-configure @@ -0,0 +1,42 @@ +--- configure.orig 2013-10-19 02:27:28.000000000 +0200 ++++ configure 2013-10-19 02:26:55.000000000 +0200 +@@ -18140,7 +18140,7 @@ + ENABLE_UBUNTU=no + fi + +-ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/mate-about-me.desktop.in capplets/about-me/icons/Makefile capplets/accessibility/Makefile capplets/accessibility/at-properties/at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/mate-appearance-properties.desktop.in capplets/appearance/data/mate-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/mate-default-applications-properties.desktop.in capplets/default-applications/mate-default-applications.pc capplets/display/Makefile capplets/display/display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/mate-keybindings.pc capplets/keybindings/mate-keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/mate-settings-mouse.desktop.in capplets/network/Makefile capplets/network/mate-network-properties.desktop.in capplets/windows/Makefile capplets/windows/window-properties.desktop.in font-viewer/Makefile font-viewer/mate-font-viewer.desktop.in help/Makefile libwindow-settings/Makefile libwindow-settings/mate-window-settings-2.0.pc po/Makefile.in libslab/libslab.pc libslab/Makefile shell/Makefile shell/matecc.desktop.in typing-break/Makefile" ++ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/mate-about-me.desktop.in capplets/about-me/icons/Makefile capplets/accessibility/Makefile capplets/accessibility/at-properties/mate-at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/mate-appearance-properties.desktop.in capplets/appearance/data/mate-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/mate-default-applications-properties.desktop.in capplets/default-applications/mate-default-applications.pc capplets/display/Makefile capplets/display/mate-display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/mate-keybindings.pc capplets/keybindings/mate-keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/mate-keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/mate-settings-mouse.desktop.in capplets/network/Makefile capplets/network/mate-network-properties.desktop.in capplets/windows/Makefile capplets/windows/mate-window-properties.desktop.in font-viewer/Makefile font-viewer/mate-font-viewer.desktop.in help/Makefile libwindow-settings/Makefile libwindow-settings/mate-window-settings-2.0.pc po/Makefile.in libslab/libslab.pc libslab/Makefile shell/Makefile shell/matecc.desktop.in typing-break/Makefile" + + + cat >confcache <<\_ACEOF +@@ -19204,7 +19204,7 @@ + "capplets/about-me/mate-about-me.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/about-me/mate-about-me.desktop.in" ;; + "capplets/about-me/icons/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/about-me/icons/Makefile" ;; + "capplets/accessibility/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/Makefile" ;; +- "capplets/accessibility/at-properties/at-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/at-properties.desktop.in" ;; ++ "capplets/accessibility/at-properties/mate-at-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/mate-at-properties.desktop.in" ;; + "capplets/accessibility/at-properties/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/accessibility/at-properties/Makefile" ;; + "capplets/appearance/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/appearance/Makefile" ;; + "capplets/appearance/data/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/appearance/data/Makefile" ;; +@@ -19215,18 +19215,18 @@ + "capplets/default-applications/mate-default-applications-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/default-applications/mate-default-applications-properties.desktop.in" ;; + "capplets/default-applications/mate-default-applications.pc") CONFIG_FILES="$CONFIG_FILES capplets/default-applications/mate-default-applications.pc" ;; + "capplets/display/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/display/Makefile" ;; +- "capplets/display/display-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/display/display-properties.desktop.in" ;; ++ "capplets/display/mate-display-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/display/mate-display-properties.desktop.in" ;; + "capplets/keybindings/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/Makefile" ;; + "capplets/keybindings/mate-keybindings.pc") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/mate-keybindings.pc" ;; + "capplets/keybindings/mate-keybinding.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keybindings/mate-keybinding.desktop.in" ;; + "capplets/keyboard/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/Makefile" ;; +- "capplets/keyboard/keyboard.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/keyboard.desktop.in" ;; ++ "capplets/keyboard/mate-keyboard.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/keyboard/mate-keyboard.desktop.in" ;; + "capplets/mouse/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/mouse/Makefile" ;; + "capplets/mouse/mate-settings-mouse.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/mouse/mate-settings-mouse.desktop.in" ;; + "capplets/network/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/network/Makefile" ;; + "capplets/network/mate-network-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/network/mate-network-properties.desktop.in" ;; + "capplets/windows/Makefile") CONFIG_FILES="$CONFIG_FILES capplets/windows/Makefile" ;; +- "capplets/windows/window-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/windows/window-properties.desktop.in" ;; ++ "capplets/windows/mate-window-properties.desktop.in") CONFIG_FILES="$CONFIG_FILES capplets/windows/mate-window-properties.desktop.in" ;; + "font-viewer/Makefile") CONFIG_FILES="$CONFIG_FILES font-viewer/Makefile" ;; + "font-viewer/mate-font-viewer.desktop.in") CONFIG_FILES="$CONFIG_FILES font-viewer/mate-font-viewer.desktop.in" ;; + "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;; diff --git a/sysutils/mate-control-center/pkg-descr b/sysutils/mate-control-center/pkg-descr new file mode 100644 index 000000000000..f21a9e037869 --- /dev/null +++ b/sysutils/mate-control-center/pkg-descr @@ -0,0 +1,3 @@ +Configuration tools tightly integrated within the MATE desktop. + +WWW: http://mate-desktop.org/ diff --git a/sysutils/mate-control-center/pkg-plist b/sysutils/mate-control-center/pkg-plist new file mode 100644 index 000000000000..b6e617ed5cec --- /dev/null +++ b/sysutils/mate-control-center/pkg-plist @@ -0,0 +1,399 @@ +bin/mate-about-me +bin/mate-appearance-properties +bin/mate-at-properties +bin/mate-control-center +bin/mate-default-applications-properties +bin/mate-display-properties +bin/mate-font-viewer +bin/mate-keybinding-properties +bin/mate-keyboard-properties +bin/mate-mouse-properties +bin/mate-network-properties +bin/mate-thumbnail-font +bin/mate-typing-monitor +bin/mate-window-properties +etc/xdg/menus/matecc.menu +include/libslab/app-resizer.h +include/libslab/app-shell.h +include/libslab/application-tile.h +include/libslab/bookmark-agent.h +include/libslab/directory-tile.h +include/libslab/document-tile.h +include/libslab/double-click-detector.h +include/libslab/libslab-utils.h +include/libslab/mate-utils.h +include/libslab/nameplate-tile.h +include/libslab/nld-marshal.c +include/libslab/nld-marshal.h +include/libslab/search-bar.h +include/libslab/search-context-picker.h +include/libslab/search-entry-watermark.h +include/libslab/search-entry.h +include/libslab/shell-window.h +include/libslab/slab-mate-util.h +include/libslab/slab-section.h +include/libslab/slab.h +include/libslab/system-tile.h +include/libslab/tile.h +include/mate-window-settings-2.0/mate-window-manager.h +include/mate-window-settings-2.0/mate-wm-manager.h +lib/libmate-window-settings.a +lib/libmate-window-settings.la +lib/libmate-window-settings.so +lib/libmate-window-settings.so.1 +lib/libslab.a +lib/libslab.la +lib/libslab.so +lib/libslab.so.0 +lib/window-manager-settings/libmarco.a +lib/window-manager-settings/libmarco.la +lib/window-manager-settings/libmarco.so +libdata/pkgconfig/libslab.pc +libdata/pkgconfig/mate-default-applications.pc +libdata/pkgconfig/mate-keybindings.pc +libdata/pkgconfig/mate-window-settings-2.0.pc +man/man1/mate-about-me.1.gz +man/man1/mate-appearance-properties.1.gz +man/man1/mate-default-applications-properties.1.gz +sbin/mate-display-properties-install-systemwide +share/MateConf/gsettings/mate-control-center.convert +share/applications/mate-at-properties.desktop +share/applications/mate-default-applications-properties.desktop +share/applications/mate-display-properties.desktop +share/applications/mate-keyboard.desktop +share/applications/mate-about-me.desktop +share/applications/mate-appearance-properties.desktop +share/applications/mate-font-viewer.desktop +share/applications/mate-keybinding.desktop +share/applications/mate-network-properties.desktop +share/applications/mate-settings-mouse.desktop +share/applications/mate-theme-installer.desktop +share/applications/mate-window-properties.desktop +share/applications/matecc.desktop +share/desktop-directories/matecc.directory +share/icons/hicolor/16x16/apps/mate-network-properties.png +share/icons/hicolor/16x16/apps/mate-preferences-desktop-display.png +share/icons/hicolor/22x22/apps/mate-network-properties.png +share/icons/hicolor/22x22/apps/mate-preferences-desktop-display.png +share/icons/hicolor/24x24/apps/mate-network-properties.png +share/icons/hicolor/24x24/apps/mate-preferences-desktop-display.png +share/icons/hicolor/32x32/apps/mate-network-properties.png +share/icons/hicolor/32x32/apps/mate-preferences-desktop-display.png +share/icons/hicolor/48x48/apps/mate-network-properties.png +share/icons/hicolor/48x48/apps/mate-typing-monitor.png +share/icons/hicolor/scalable/apps/mate-network-properties.svg +share/icons/hicolor/scalable/apps/mate-preferences-desktop-display.svg +share/icons/hicolor/scalable/apps/mate-typing-monitor.svg +share/locale/af/LC_MESSAGES/mate-control-center.mo +share/locale/am/LC_MESSAGES/mate-control-center.mo +share/locale/ar/LC_MESSAGES/mate-control-center.mo +share/locale/as/LC_MESSAGES/mate-control-center.mo +share/locale/ast/LC_MESSAGES/mate-control-center.mo +share/locale/az/LC_MESSAGES/mate-control-center.mo +share/locale/be/LC_MESSAGES/mate-control-center.mo +share/locale/be@latin/LC_MESSAGES/mate-control-center.mo +share/locale/bg/LC_MESSAGES/mate-control-center.mo +share/locale/bn/LC_MESSAGES/mate-control-center.mo +share/locale/bn_IN/LC_MESSAGES/mate-control-center.mo +share/locale/br/LC_MESSAGES/mate-control-center.mo +share/locale/bs/LC_MESSAGES/mate-control-center.mo +share/locale/ca/LC_MESSAGES/mate-control-center.mo +share/locale/ca@valencia/LC_MESSAGES/mate-control-center.mo +share/locale/crh/LC_MESSAGES/mate-control-center.mo +share/locale/cs/LC_MESSAGES/mate-control-center.mo +share/locale/cy/LC_MESSAGES/mate-control-center.mo +share/locale/da/LC_MESSAGES/mate-control-center.mo +share/locale/de/LC_MESSAGES/mate-control-center.mo +share/locale/dz/LC_MESSAGES/mate-control-center.mo +share/locale/el/LC_MESSAGES/mate-control-center.mo +share/locale/en@shaw/LC_MESSAGES/mate-control-center.mo +share/locale/en_AU/LC_MESSAGES/mate-control-center.mo +share/locale/en_CA/LC_MESSAGES/mate-control-center.mo +share/locale/en_GB/LC_MESSAGES/mate-control-center.mo +share/locale/eo/LC_MESSAGES/mate-control-center.mo +share/locale/es/LC_MESSAGES/mate-control-center.mo +share/locale/et/LC_MESSAGES/mate-control-center.mo +share/locale/eu/LC_MESSAGES/mate-control-center.mo +share/locale/fa/LC_MESSAGES/mate-control-center.mo +share/locale/fi/LC_MESSAGES/mate-control-center.mo +share/locale/fr/LC_MESSAGES/mate-control-center.mo +share/locale/ga/LC_MESSAGES/mate-control-center.mo +share/locale/gl/LC_MESSAGES/mate-control-center.mo +share/locale/gu/LC_MESSAGES/mate-control-center.mo +share/locale/he/LC_MESSAGES/mate-control-center.mo +share/locale/hi/LC_MESSAGES/mate-control-center.mo +share/locale/hr/LC_MESSAGES/mate-control-center.mo +share/locale/hu/LC_MESSAGES/mate-control-center.mo +share/locale/id/LC_MESSAGES/mate-control-center.mo +share/locale/is/LC_MESSAGES/mate-control-center.mo +share/locale/it/LC_MESSAGES/mate-control-center.mo +share/locale/ja/LC_MESSAGES/mate-control-center.mo +share/locale/ka/LC_MESSAGES/mate-control-center.mo +share/locale/kk/LC_MESSAGES/mate-control-center.mo +share/locale/kn/LC_MESSAGES/mate-control-center.mo +share/locale/ko/LC_MESSAGES/mate-control-center.mo +share/locale/ku/LC_MESSAGES/mate-control-center.mo +share/locale/lt/LC_MESSAGES/mate-control-center.mo +share/locale/lv/LC_MESSAGES/mate-control-center.mo +share/locale/mai/LC_MESSAGES/mate-control-center.mo +share/locale/mg/LC_MESSAGES/mate-control-center.mo +share/locale/mk/LC_MESSAGES/mate-control-center.mo +share/locale/ml/LC_MESSAGES/mate-control-center.mo +share/locale/mn/LC_MESSAGES/mate-control-center.mo +share/locale/mr/LC_MESSAGES/mate-control-center.mo +share/locale/ms/LC_MESSAGES/mate-control-center.mo +share/locale/nb/LC_MESSAGES/mate-control-center.mo +share/locale/nds/LC_MESSAGES/mate-control-center.mo +share/locale/ne/LC_MESSAGES/mate-control-center.mo +share/locale/nl/LC_MESSAGES/mate-control-center.mo +share/locale/nn/LC_MESSAGES/mate-control-center.mo +share/locale/nso/LC_MESSAGES/mate-control-center.mo +share/locale/oc/LC_MESSAGES/mate-control-center.mo +share/locale/or/LC_MESSAGES/mate-control-center.mo +share/locale/pa/LC_MESSAGES/mate-control-center.mo +share/locale/pl/LC_MESSAGES/mate-control-center.mo +share/locale/pt/LC_MESSAGES/mate-control-center.mo +share/locale/pt_BR/LC_MESSAGES/mate-control-center.mo +share/locale/ro/LC_MESSAGES/mate-control-center.mo +share/locale/ru/LC_MESSAGES/mate-control-center.mo +share/locale/rw/LC_MESSAGES/mate-control-center.mo +share/locale/si/LC_MESSAGES/mate-control-center.mo +share/locale/sk/LC_MESSAGES/mate-control-center.mo +share/locale/sl/LC_MESSAGES/mate-control-center.mo +share/locale/sq/LC_MESSAGES/mate-control-center.mo +share/locale/sr/LC_MESSAGES/mate-control-center.mo +share/locale/sr@latin/LC_MESSAGES/mate-control-center.mo +share/locale/sv/LC_MESSAGES/mate-control-center.mo +share/locale/ta/LC_MESSAGES/mate-control-center.mo +share/locale/te/LC_MESSAGES/mate-control-center.mo +share/locale/th/LC_MESSAGES/mate-control-center.mo +share/locale/tr/LC_MESSAGES/mate-control-center.mo +share/locale/ug/LC_MESSAGES/mate-control-center.mo +share/locale/uk/LC_MESSAGES/mate-control-center.mo +share/locale/uz/LC_MESSAGES/mate-control-center.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-control-center.mo +share/locale/vi/LC_MESSAGES/mate-control-center.mo +share/locale/wa/LC_MESSAGES/mate-control-center.mo +share/locale/xh/LC_MESSAGES/mate-control-center.mo +share/locale/zh_CN/LC_MESSAGES/mate-control-center.mo +share/locale/zh_HK/LC_MESSAGES/mate-control-center.mo +share/locale/zh_TW/LC_MESSAGES/mate-control-center.mo +share/locale/zu/LC_MESSAGES/mate-control-center.mo +%%DATADIR%%/keybindings/00-multimedia-key.xml +%%DATADIR%%/keybindings/01-desktop-key.xml +%%DATADIR%%/pixmaps/at-startup.png +%%DATADIR%%/pixmaps/at-support.png +%%DATADIR%%/pixmaps/bar-disabled.png +%%DATADIR%%/pixmaps/bar-green.png +%%DATADIR%%/pixmaps/bar-red.png +%%DATADIR%%/pixmaps/bar.png +%%DATADIR%%/pixmaps/double-click-maybe.png +%%DATADIR%%/pixmaps/double-click-off.png +%%DATADIR%%/pixmaps/double-click-on.png +%%DATADIR%%/pixmaps/gtk-theme-thumbnailing.png +%%DATADIR%%/pixmaps/icon-theme-thumbnailing.png +%%DATADIR%%/pixmaps/left-index-finger.png +%%DATADIR%%/pixmaps/left-index-finger.svg +%%DATADIR%%/pixmaps/left-little-finger.png +%%DATADIR%%/pixmaps/left-little-finger.svg +%%DATADIR%%/pixmaps/left-middle-finger.png +%%DATADIR%%/pixmaps/left-middle-finger.svg +%%DATADIR%%/pixmaps/left-ring-finger.png +%%DATADIR%%/pixmaps/left-ring-finger.svg +%%DATADIR%%/pixmaps/left-thumb.png +%%DATADIR%%/pixmaps/left-thumb.svg +%%DATADIR%%/pixmaps/mouse-cursor-normal-large.png +%%DATADIR%%/pixmaps/mouse-cursor-normal.png +%%DATADIR%%/pixmaps/mouse-cursor-white-large.png +%%DATADIR%%/pixmaps/mouse-cursor-white.png +%%DATADIR%%/pixmaps/ocean-stripes.png +%%DATADIR%%/pixmaps/print_error.png +%%DATADIR%%/pixmaps/print_error.svg +%%DATADIR%%/pixmaps/print_ok.png +%%DATADIR%%/pixmaps/print_ok.svg +%%DATADIR%%/pixmaps/right-index-finger.png +%%DATADIR%%/pixmaps/right-index-finger.svg +%%DATADIR%%/pixmaps/right-little-finger.png +%%DATADIR%%/pixmaps/right-little-finger.svg +%%DATADIR%%/pixmaps/right-middle-finger.png +%%DATADIR%%/pixmaps/right-middle-finger.svg +%%DATADIR%%/pixmaps/right-ring-finger.png +%%DATADIR%%/pixmaps/right-ring-finger.svg +%%DATADIR%%/pixmaps/right-thumb.png +%%DATADIR%%/pixmaps/right-thumb.svg +%%DATADIR%%/pixmaps/subpixel-bgr.png +%%DATADIR%%/pixmaps/subpixel-rgb.png +%%DATADIR%%/pixmaps/subpixel-vbgr.png +%%DATADIR%%/pixmaps/subpixel-vrgb.png +%%DATADIR%%/pixmaps/theme-thumbnailing.png +%%DATADIR%%/pixmaps/window-theme-thumbnailing.png +%%DATADIR%%/ui/appearance.ui +%%DATADIR%%/ui/at-enable-dialog.ui +%%DATADIR%%/ui/display-capplet.ui +%%DATADIR%%/ui/mate-about-me-dialog.ui +%%DATADIR%%/ui/mate-about-me-fingerprint.ui +%%DATADIR%%/ui/mate-about-me-password.ui +%%DATADIR%%/ui/mate-default-applications-properties.ui +%%DATADIR%%/ui/mate-keybinding-properties.ui +%%DATADIR%%/ui/mate-keyboard-properties-a11y-notifications.ui +%%DATADIR%%/ui/mate-keyboard-properties-dialog.ui +%%DATADIR%%/ui/mate-keyboard-properties-layout-chooser.ui +%%DATADIR%%/ui/mate-keyboard-properties-model-chooser.ui +%%DATADIR%%/ui/mate-keyboard-properties-options-dialog.ui +%%DATADIR%%/ui/mate-mouse-properties.ui +%%DATADIR%%/ui/mate-network-properties.ui +%%DATADIR%%/ui/mate-window-properties.ui +share/mate/cursor-fonts/cursor-large-white.pcf +share/mate/cursor-fonts/cursor-large.pcf +share/mate/cursor-fonts/cursor-white.pcf +share/mate/help/mate-control-center/C/config-accessibility-keyboard.xml +share/mate/help/mate-control-center/C/config-background.xml +share/mate/help/mate-control-center/C/config-behavior.xml +share/mate/help/mate-control-center/C/config-cds.xml +share/mate/help/mate-control-center/C/config-default-apps.xml +share/mate/help/mate-control-center/C/config-file-type.xml +share/mate/help/mate-control-center/C/config-hints.xml +share/mate/help/mate-control-center/C/config-html.xml +share/mate/help/mate-control-center/C/config-kbd.xml +share/mate/help/mate-control-center/C/config-keybindings.xml +share/mate/help/mate-control-center/C/config-mouse.xml +share/mate/help/mate-control-center/C/config-screensaver.xml +share/mate/help/mate-control-center/C/config-themes.xml +share/mate/help/mate-control-center/C/mate-control-center.xml +share/mate/help/mate-control-center/ca/mate-control-center.xml +share/mate/help/mate-control-center/ca@valencia/mate-control-center.xml +share/mate/help/mate-control-center/cs/mate-control-center.xml +share/mate/help/mate-control-center/de/mate-control-center.xml +share/mate/help/mate-control-center/el/mate-control-center.xml +share/mate/help/mate-control-center/en_GB/mate-control-center.xml +share/mate/help/mate-control-center/es/mate-control-center.xml +share/mate/help/mate-control-center/fr/mate-control-center.xml +share/mate/help/mate-control-center/id/mate-control-center.xml +share/mate/help/mate-control-center/it/mate-control-center.xml +share/mate/help/mate-control-center/ja/mate-control-center.xml +share/mate/help/mate-control-center/oc/mate-control-center.xml +share/mate/help/mate-control-center/pa/mate-control-center.xml +share/mate/help/mate-control-center/pl/mate-control-center.xml +share/mate/help/mate-control-center/pt/mate-control-center.xml +share/mate/help/mate-control-center/pt_BR/mate-control-center.xml +share/mate/help/mate-control-center/ru/mate-control-center.xml +share/mate/help/mate-control-center/sv/mate-control-center.xml +share/mate/help/mate-control-center/th/mate-control-center.xml +share/mate/help/mate-control-center/uk/mate-control-center.xml +share/mate/help/mate-control-center/vi/mate-control-center.xml +share/mate/help/mate-control-center/zh_CN/mate-control-center.xml +share/mime/packages/mate-theme-package.xml +share/omf/mate-control-center/mate-control-center-C.omf +share/omf/mate-control-center/mate-control-center-ca.omf +share/omf/mate-control-center/mate-control-center-ca@valencia.omf +share/omf/mate-control-center/mate-control-center-cs.omf +share/omf/mate-control-center/mate-control-center-de.omf +share/omf/mate-control-center/mate-control-center-el.omf +share/omf/mate-control-center/mate-control-center-en_GB.omf +share/omf/mate-control-center/mate-control-center-es.omf +share/omf/mate-control-center/mate-control-center-fr.omf +share/omf/mate-control-center/mate-control-center-id.omf +share/omf/mate-control-center/mate-control-center-it.omf +share/omf/mate-control-center/mate-control-center-ja.omf +share/omf/mate-control-center/mate-control-center-oc.omf +share/omf/mate-control-center/mate-control-center-pa.omf +share/omf/mate-control-center/mate-control-center-pl.omf +share/omf/mate-control-center/mate-control-center-pt.omf +share/omf/mate-control-center/mate-control-center-pt_BR.omf +share/omf/mate-control-center/mate-control-center-ru.omf +share/omf/mate-control-center/mate-control-center-sv.omf +share/omf/mate-control-center/mate-control-center-th.omf +share/omf/mate-control-center/mate-control-center-uk.omf +share/omf/mate-control-center/mate-control-center-vi.omf +share/omf/mate-control-center/mate-control-center-zh_CN.omf +share/polkit-1/actions/org.mate.randr.policy +share/thumbnailers/mate-font-viewer.thumbnailer +share/mime/application/x-mate-theme-package.xml +@dirrmtry share/thumbnailers +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/omf/mate-control-center +@dirrm share/mate/help/mate-control-center/zh_CN +@dirrm share/mate/help/mate-control-center/vi +@dirrm share/mate/help/mate-control-center/uk +@dirrm share/mate/help/mate-control-center/th +@dirrm share/mate/help/mate-control-center/sv +@dirrm share/mate/help/mate-control-center/ru +@dirrm share/mate/help/mate-control-center/pt_BR +@dirrm share/mate/help/mate-control-center/pt +@dirrm share/mate/help/mate-control-center/pl +@dirrm share/mate/help/mate-control-center/pa +@dirrm share/mate/help/mate-control-center/oc +@dirrm share/mate/help/mate-control-center/ja +@dirrm share/mate/help/mate-control-center/it +@dirrm share/mate/help/mate-control-center/id +@dirrm share/mate/help/mate-control-center/fr +@dirrm share/mate/help/mate-control-center/es +@dirrm share/mate/help/mate-control-center/en_GB +@dirrm share/mate/help/mate-control-center/el +@dirrm share/mate/help/mate-control-center/de +@dirrm share/mate/help/mate-control-center/cs +@dirrm share/mate/help/mate-control-center/ca@valencia +@dirrm share/mate/help/mate-control-center/ca +@dirrm share/mate/help/mate-control-center/C +@dirrm share/mate/help/mate-control-center +@dirrm share/mate/cursor-fonts +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/keybindings +@dirrm %%DATADIR%% +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@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/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@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/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/desktop-directories +@dirrm lib/window-manager-settings +@dirrm include/mate-window-settings-2.0 +@dirrm include/libslab +@dirrmtry etc/xdg/menus diff --git a/sysutils/mate-polkit/Makefile b/sysutils/mate-polkit/Makefile new file mode 100644 index 000000000000..1c99bf31ce99 --- /dev/null +++ b/sysutils/mate-polkit/Makefile @@ -0,0 +1,31 @@ +# Created by: Koop Mast<kwm@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-polkit +PORTVERSION= 1.6.0 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE frontend to the PolicKit framework + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack ltverhack +USE_GNOME= gnomehier gtk20 introspection:build +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --localstatedir=/var +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +.include <bsd.port.mk> diff --git a/sysutils/mate-polkit/distinfo b/sysutils/mate-polkit/distinfo new file mode 100644 index 000000000000..2c8aa1497845 --- /dev/null +++ b/sysutils/mate-polkit/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-polkit-1.6.0.tar.xz) = fa222151e67369ba085fb5d9dd3874716f1fdf2d428d4bb454f2412ed39b87c2 +SIZE (mate/mate-polkit-1.6.0.tar.xz) = 179716 diff --git a/sysutils/mate-polkit/pkg-descr b/sysutils/mate-polkit/pkg-descr new file mode 100644 index 000000000000..bd1b3af0688b --- /dev/null +++ b/sysutils/mate-polkit/pkg-descr @@ -0,0 +1,5 @@ +PolicyKit is a framework for defining policy for system-wide components and +for desktop pieces to configure it. Mate-policyKit is a GTK+/MATE frontend +for that framework. + +WWW: http://mate-desktop.org/ diff --git a/sysutils/mate-polkit/pkg-plist b/sysutils/mate-polkit/pkg-plist new file mode 100644 index 000000000000..29320223681d --- /dev/null +++ b/sysutils/mate-polkit/pkg-plist @@ -0,0 +1,75 @@ +etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop +include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmate.h +include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmatetypes.h +include/polkit-gtk-mate-1/polkitgtkmate/polkitlockbutton.h +lib/girepository-1.0/PolkitGtkMate-1.0.typelib +lib/libpolkit-gtk-mate-1.a +lib/libpolkit-gtk-mate-1.la +lib/libpolkit-gtk-mate-1.so +lib/libpolkit-gtk-mate-1.so.0 +libdata/pkgconfig/polkit-gtk-mate-1.pc +libexec/polkit-mate-authentication-agent-1 +share/gir-1.0/PolkitGtkMate-1.0.gir +share/locale/am/LC_MESSAGES/mate-polkit.mo +share/locale/ar/LC_MESSAGES/mate-polkit.mo +share/locale/be/LC_MESSAGES/mate-polkit.mo +share/locale/bn_IN/LC_MESSAGES/mate-polkit.mo +share/locale/ca/LC_MESSAGES/mate-polkit.mo +share/locale/cs/LC_MESSAGES/mate-polkit.mo +share/locale/da/LC_MESSAGES/mate-polkit.mo +share/locale/de/LC_MESSAGES/mate-polkit.mo +share/locale/el/LC_MESSAGES/mate-polkit.mo +share/locale/en_AU/LC_MESSAGES/mate-polkit.mo +share/locale/en_GB/LC_MESSAGES/mate-polkit.mo +share/locale/es/LC_MESSAGES/mate-polkit.mo +share/locale/eu/LC_MESSAGES/mate-polkit.mo +share/locale/fi/LC_MESSAGES/mate-polkit.mo +share/locale/fr/LC_MESSAGES/mate-polkit.mo +share/locale/gl/LC_MESSAGES/mate-polkit.mo +share/locale/gu/LC_MESSAGES/mate-polkit.mo +share/locale/he/LC_MESSAGES/mate-polkit.mo +share/locale/hi/LC_MESSAGES/mate-polkit.mo +share/locale/hu/LC_MESSAGES/mate-polkit.mo +share/locale/id/LC_MESSAGES/mate-polkit.mo +share/locale/it/LC_MESSAGES/mate-polkit.mo +share/locale/ja/LC_MESSAGES/mate-polkit.mo +share/locale/kn/LC_MESSAGES/mate-polkit.mo +share/locale/ky/LC_MESSAGES/mate-polkit.mo +share/locale/lt/LC_MESSAGES/mate-polkit.mo +share/locale/lv/LC_MESSAGES/mate-polkit.mo +share/locale/ml/LC_MESSAGES/mate-polkit.mo +share/locale/mr/LC_MESSAGES/mate-polkit.mo +share/locale/ms/LC_MESSAGES/mate-polkit.mo +share/locale/nb/LC_MESSAGES/mate-polkit.mo +share/locale/nl/LC_MESSAGES/mate-polkit.mo +share/locale/or/LC_MESSAGES/mate-polkit.mo +share/locale/pa/LC_MESSAGES/mate-polkit.mo +share/locale/pl/LC_MESSAGES/mate-polkit.mo +share/locale/pt/LC_MESSAGES/mate-polkit.mo +share/locale/pt_BR/LC_MESSAGES/mate-polkit.mo +share/locale/ro/LC_MESSAGES/mate-polkit.mo +share/locale/ru/LC_MESSAGES/mate-polkit.mo +share/locale/sk/LC_MESSAGES/mate-polkit.mo +share/locale/sl/LC_MESSAGES/mate-polkit.mo +share/locale/sq/LC_MESSAGES/mate-polkit.mo +share/locale/sv/LC_MESSAGES/mate-polkit.mo +share/locale/ta/LC_MESSAGES/mate-polkit.mo +share/locale/te/LC_MESSAGES/mate-polkit.mo +share/locale/th/LC_MESSAGES/mate-polkit.mo +share/locale/tr/LC_MESSAGES/mate-polkit.mo +share/locale/uk/LC_MESSAGES/mate-polkit.mo +share/locale/zh_CN/LC_MESSAGES/mate-polkit.mo +share/locale/zh_HK/LC_MESSAGES/mate-polkit.mo +share/locale/zh_TW/LC_MESSAGES/mate-polkit.mo +@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/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrm include/polkit-gtk-mate-1/polkitgtkmate +@dirrm include/polkit-gtk-mate-1 diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile new file mode 100644 index 000000000000..172d968bacc3 --- /dev/null +++ b/sysutils/mate-power-manager/Makefile @@ -0,0 +1,49 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-power-manager +PORTVERSION= 1.6.2 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Power management system for the MATE Desktop + +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libnotify.so:${PORTSDIR}/devel/libnotify +RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack libmatekeyring \ + panel +USE_XORG= x11 xext xproto xrandr xrender +USE_GNOME= cairo glib20 gnomehier gtk20 +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ + --disable-docbook-docs \ + --with-gtk=2.0 \ + --with-systemdinhibit=no +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.power-manager.gschema.xml + +post-patch: + @${REINPLACE_CMD} -e "s|docbook2man|docbook2man_disabled|g" \ + ${WRKSRC}/configure.ac + @${CHMOD} +x ${WRKSRC}/autogen.sh + +.include <bsd.port.mk> diff --git a/sysutils/mate-power-manager/distinfo b/sysutils/mate-power-manager/distinfo new file mode 100644 index 000000000000..6881e2e5f7d4 --- /dev/null +++ b/sysutils/mate-power-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-power-manager-1.6.2.tar.xz) = b80d531271f9a7ee692d69173b28f46feba025b4ffcc9e0ab2f5b09934f8d80f +SIZE (mate/mate-power-manager-1.6.2.tar.xz) = 3328976 diff --git a/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am b/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am new file mode 100644 index 000000000000..dc13514c93b1 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am @@ -0,0 +1,10 @@ +--- applets/brightness/Makefile.am.orig 2013-10-19 12:04:49.000000000 +0200 ++++ applets/brightness/Makefile.am 2013-10-19 12:05:17.000000000 +0200 +@@ -34,6 +34,7 @@ + gpm-common.h + + mate_brightness_applet_LDADD = \ ++ $(EXECINFO_LIBS) \ + $(DBUS_LIBS) \ + $(MATE_LIBS) \ + $(PANEL_LIBS) diff --git a/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am new file mode 100644 index 000000000000..43617f92a7e4 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am @@ -0,0 +1,10 @@ +--- applets/inhibit/Makefile.am.orig 2013-10-19 12:05:52.000000000 +0200 ++++ applets/inhibit/Makefile.am 2013-10-19 12:06:06.000000000 +0200 +@@ -34,6 +34,7 @@ + gpm-common.h + + mate_inhibit_applet_LDADD = \ ++ $(EXECINFO_LIBS) \ + $(DBUS_LIBS) \ + $(MATE_LIBS) \ + $(PANEL_LIBS) diff --git a/sysutils/mate-power-manager/files/patch-autogen.sh b/sysutils/mate-power-manager/files/patch-autogen.sh new file mode 100644 index 000000000000..f9c08c5db86b --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-autogen.sh @@ -0,0 +1,27 @@ +--- autogen.sh.orig 2013-10-19 11:55:08.000000000 +0200 ++++ autogen.sh 2013-10-19 11:55:03.000000000 +0200 +@@ -0,0 +1,24 @@ ++#!/bin/sh ++# Run this to generate all the initial makefiles, etc. ++ ++srcdir=`dirname $0` ++test -z "$srcdir" && srcdir=. ++ ++PKG_NAME="mate-power-manager" ++ ++(test -f $srcdir/configure.ac) || { ++ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" ++ echo " top-level $PKG_NAME directory" ++ exit 1 ++} ++ ++which mate-autogen || { ++ echo "You need to install mate-common from the MATE Git" ++ exit 1 ++} ++ ++REQUIRED_AUTOMAKE_VERSION=1.9 ++MATE_DATADIR="$mate_datadir" ++ ++. mate-autogen ++ diff --git a/sysutils/mate-power-manager/files/patch-configure.ac b/sysutils/mate-power-manager/files/patch-configure.ac new file mode 100644 index 000000000000..7b9571b09c3e --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-configure.ac @@ -0,0 +1,43 @@ +--- configure.ac.orig 2012-07-12 13:47:37.000000000 -0500 ++++ configure.ac 2012-07-28 23:08:29.000000000 -0500 +@@ -58,21 +58,14 @@ + WARNINGFLAGS="$WARNINGFLAGS -Wreturn-type" + WARNINGFLAGS="$WARNINGFLAGS -Wformat-nonliteral" + WARNINGFLAGS="$WARNINGFLAGS -Wformat-security" +- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-include-dirs" + WARNINGFLAGS="$WARNINGFLAGS -Wmissing-format-attribute" +- WARNINGFLAGS="$WARNINGFLAGS -Wclobbered" +- WARNINGFLAGS="$WARNINGFLAGS -Wempty-body" +- WARNINGFLAGS="$WARNINGFLAGS -Wignored-qualifiers" + # WARNINGFLAGS="$WARNINGFLAGS -Wsign-compare" +- WARNINGFLAGS="$WARNINGFLAGS -Wtype-limits" + # WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized" + # WARNINGFLAGS="$WARNINGFLAGS -Waggregate-return" + WARNINGFLAGS="$WARNINGFLAGS -Wdeclaration-after-statement" + WARNINGFLAGS="$WARNINGFLAGS -Wshadow" + WARNINGFLAGS="$WARNINGFLAGS -Winline" + # WARNINGFLAGS="$WARNINGFLAGS -Wswitch-enum" +- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-parameter-type" +- WARNINGFLAGS="$WARNINGFLAGS -Woverride-init" + WARNINGFLAGS="$WARNINGFLAGS -Wno-strict-aliasing" + else + WARNINGFLAGS="" +@@ -340,6 +333,18 @@ + fi + AM_CONDITIONAL(HAVE_DOCBOOK2MAN, [test "$DOCBOOK2MAN" != "no"]) + ++dnl ==================================================================== ++dnl check for backtrace support ++dnl ==================================================================== ++ ++AC_CHECK_HEADERS(execinfo.h) ++AC_CHECK_LIB(execinfo, backtrace, [have_backtrace="yes"], [have_backtrace="no"]) ++EXECINFO_LIBS="" ++if test "x$have_backtrace" = "xyes"; then ++ EXECINFO_LIBS="-lexecinfo" ++fi ++AC_SUBST(EXECINFO_LIBS) ++ + dnl --------------------------------------------------------------------------- + dnl - Makefiles, etc. + dnl --------------------------------------------------------------------------- diff --git a/sysutils/mate-power-manager/files/patch-src_Makefile.am b/sysutils/mate-power-manager/files/patch-src_Makefile.am new file mode 100644 index 000000000000..ae3c50f05440 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-src_Makefile.am @@ -0,0 +1,42 @@ +--- src/Makefile.am.orig 2013-10-19 12:02:39.000000000 +0200 ++++ src/Makefile.am 2013-10-19 12:03:48.000000000 +0200 +@@ -95,6 +95,7 @@ + mate_power_backlight_helper_LDADD = \ + libgpmshared.a \ + $(GLIB_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_backlight_helper_CFLAGS = \ +@@ -117,6 +118,7 @@ + $(MATE_LIBS) \ + $(UNIQUE_LIBS) \ + $(DBUS_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_statistics_CFLAGS = \ +@@ -138,6 +140,7 @@ + $(UNIQUE_LIBS) \ + $(GPM_EXTRA_LIBS) \ + $(UPOWER_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_preferences_CFLAGS = \ +@@ -194,6 +197,7 @@ + $(LIBNOTIFY_LIBS) \ + $(GPM_EXTRA_LIBS) \ + $(UPOWER_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_manager_CFLAGS = \ +@@ -262,6 +266,7 @@ + $(X11_LIBS) \ + $(LIBNOTIFY_LIBS) \ + $(GPM_EXTRA_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_self_test_CFLAGS = -DEGG_TEST $(AM_CFLAGS) $(WARNINGFLAGS) diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-load.c b/sysutils/mate-power-manager/files/patch-src_gpm-load.c new file mode 100644 index 000000000000..bd915e986605 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-src_gpm-load.c @@ -0,0 +1,46 @@ +--- src/gpm-load.c.orig 2012-07-28 22:37:47.000000000 -0500 ++++ src/gpm-load.c 2012-07-28 22:39:40.000000000 -0500 +@@ -33,6 +33,10 @@ + #include <kstat.h> + #include <sys/sysinfo.h> + #endif ++#if defined(__FreeBSD__) ++#include <sys/resource.h> ++#include <sys/sysctl.h> ++#endif + #ifdef HAVE_UNISTD_H + #include <unistd.h> + #endif /* HAVE_UNISTD_H */ +@@ -151,6 +155,32 @@ + return FALSE; + } + ++#elif defined(__FreeBSD__) ++ ++/** ++ * gpm_load_get_cpu_values: ++ * @cpu_idle: The idle time reported by the CPU ++ * @cpu_total: The total time reported by the CPU ++ * Return value: Success of reading of the kern.cp_time sysctl. ++ **/ ++static gboolean ++gpm_load_get_cpu_values (long unsigned *cpu_idle, long unsigned *cpu_total) ++{ ++ long cpts[CPUSTATES]; ++ size_t length; ++ ++ length = sizeof (cpts); ++ if (sysctlbyname ("kern.cp_time", cpts, &length, NULL, 0)) { ++ return FALSE; ++ } ++ ++ *cpu_idle = (unsigned long) cpts[CP_IDLE]; ++ *cpu_total = (unsigned long) (cpts[CP_USER] + cpts[CP_NICE] + \ ++ cpts[CP_SYS] + cpts[CP_IDLE] + cpts[CP_INTR]); ++ ++ return TRUE; ++} ++ + #else + + /** diff --git a/sysutils/mate-power-manager/pkg-descr b/sysutils/mate-power-manager/pkg-descr new file mode 100644 index 000000000000..27748b4421bb --- /dev/null +++ b/sysutils/mate-power-manager/pkg-descr @@ -0,0 +1,7 @@ +MATE Power Manager is a MATE session daemon that acts as a policy agent +on top of HAL (the Hardware Abstraction Layer). MATE Power Manager listens +for HAL events and responds with user-configurable reactions. +Currently it supports laptop batteries and AC adapters. Its goal is to be +architecture neutral and free of polling and other hacks. + +WWW: http://mate-desktop.org/ diff --git a/sysutils/mate-power-manager/pkg-plist b/sysutils/mate-power-manager/pkg-plist new file mode 100644 index 000000000000..5807d01028d5 --- /dev/null +++ b/sysutils/mate-power-manager/pkg-plist @@ -0,0 +1,796 @@ +bin/mate-power-bugreport.sh +bin/mate-power-manager +bin/mate-power-preferences +bin/mate-power-statistics +etc/xdg/autostart/mate-power-manager.desktop +libexec/mate-brightness-applet +libexec/mate-inhibit-applet +sbin/mate-power-backlight-helper +share/MateConf/gsettings/mate-power-manager.convert +share/applications/mate-power-preferences.desktop +share/applications/mate-power-statistics.desktop +share/dbus-1/services/mate-power-manager.service +share/dbus-1/services/org.mate.panel.applet.BrightnessAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.InhibitAppletFactory.service +share/icons/hicolor/16x16/apps/mate-brightness-applet.png +share/icons/hicolor/16x16/apps/mate-inhibit-applet.png +share/icons/hicolor/16x16/apps/mate-power-manager.png +share/icons/hicolor/16x16/apps/mate-power-statistics.png +share/icons/hicolor/22x22/apps/mate-brightness-applet.png +share/icons/hicolor/22x22/apps/mate-inhibit-applet.png +share/icons/hicolor/22x22/apps/mate-power-manager.png +share/icons/hicolor/22x22/apps/mate-power-statistics.png +share/icons/hicolor/24x24/apps/mate-brightness-applet.png +share/icons/hicolor/24x24/apps/mate-inhibit-applet.png +share/icons/hicolor/24x24/apps/mate-power-manager.png +share/icons/hicolor/24x24/apps/mate-power-statistics.png +share/icons/hicolor/32x32/apps/mate-brightness-applet.png +share/icons/hicolor/32x32/apps/mate-inhibit-applet.png +share/icons/hicolor/32x32/apps/mate-power-manager.png +share/icons/hicolor/32x32/apps/mate-power-statistics.png +share/icons/hicolor/48x48/apps/mate-brightness-applet.png +share/icons/hicolor/48x48/apps/mate-inhibit-applet.png +share/icons/hicolor/48x48/apps/mate-power-manager.png +share/icons/hicolor/48x48/apps/mate-power-statistics.png +share/icons/hicolor/scalable/apps/mate-brightness-applet.svg +share/icons/hicolor/scalable/apps/mate-inhibit-applet.svg +share/icons/hicolor/scalable/apps/mate-power-manager.svg +share/icons/hicolor/scalable/apps/mate-power-statistics.svg +share/locale/am/LC_MESSAGES/mate-power-manager.mo +share/locale/ar/LC_MESSAGES/mate-power-manager.mo +share/locale/as/LC_MESSAGES/mate-power-manager.mo +share/locale/ast/LC_MESSAGES/mate-power-manager.mo +share/locale/be/LC_MESSAGES/mate-power-manager.mo +share/locale/be@latin/LC_MESSAGES/mate-power-manager.mo +share/locale/bg/LC_MESSAGES/mate-power-manager.mo +share/locale/bn/LC_MESSAGES/mate-power-manager.mo +share/locale/bn_IN/LC_MESSAGES/mate-power-manager.mo +share/locale/ca/LC_MESSAGES/mate-power-manager.mo +share/locale/ca@valencia/LC_MESSAGES/mate-power-manager.mo +share/locale/cs/LC_MESSAGES/mate-power-manager.mo +share/locale/cy/LC_MESSAGES/mate-power-manager.mo +share/locale/da/LC_MESSAGES/mate-power-manager.mo +share/locale/de/LC_MESSAGES/mate-power-manager.mo +share/locale/dz/LC_MESSAGES/mate-power-manager.mo +share/locale/el/LC_MESSAGES/mate-power-manager.mo +share/locale/en@shaw/LC_MESSAGES/mate-power-manager.mo +share/locale/en_AU/LC_MESSAGES/mate-power-manager.mo +share/locale/en_CA/LC_MESSAGES/mate-power-manager.mo +share/locale/en_GB/LC_MESSAGES/mate-power-manager.mo +share/locale/es/LC_MESSAGES/mate-power-manager.mo +share/locale/et/LC_MESSAGES/mate-power-manager.mo +share/locale/eu/LC_MESSAGES/mate-power-manager.mo +share/locale/fa/LC_MESSAGES/mate-power-manager.mo +share/locale/fi/LC_MESSAGES/mate-power-manager.mo +share/locale/fr/LC_MESSAGES/mate-power-manager.mo +share/locale/ga/LC_MESSAGES/mate-power-manager.mo +share/locale/gl/LC_MESSAGES/mate-power-manager.mo +share/locale/gu/LC_MESSAGES/mate-power-manager.mo +share/locale/he/LC_MESSAGES/mate-power-manager.mo +share/locale/hi/LC_MESSAGES/mate-power-manager.mo +share/locale/hr/LC_MESSAGES/mate-power-manager.mo +share/locale/hu/LC_MESSAGES/mate-power-manager.mo +share/locale/id/LC_MESSAGES/mate-power-manager.mo +share/locale/is/LC_MESSAGES/mate-power-manager.mo +share/locale/it/LC_MESSAGES/mate-power-manager.mo +share/locale/ja/LC_MESSAGES/mate-power-manager.mo +share/locale/ka/LC_MESSAGES/mate-power-manager.mo +share/locale/kn/LC_MESSAGES/mate-power-manager.mo +share/locale/ko/LC_MESSAGES/mate-power-manager.mo +share/locale/ku/LC_MESSAGES/mate-power-manager.mo +share/locale/ky/LC_MESSAGES/mate-power-manager.mo +share/locale/lt/LC_MESSAGES/mate-power-manager.mo +share/locale/lv/LC_MESSAGES/mate-power-manager.mo +share/locale/mai/LC_MESSAGES/mate-power-manager.mo +share/locale/mg/LC_MESSAGES/mate-power-manager.mo +share/locale/mk/LC_MESSAGES/mate-power-manager.mo +share/locale/ml/LC_MESSAGES/mate-power-manager.mo +share/locale/mr/LC_MESSAGES/mate-power-manager.mo +share/locale/ms/LC_MESSAGES/mate-power-manager.mo +share/locale/nb/LC_MESSAGES/mate-power-manager.mo +share/locale/nl/LC_MESSAGES/mate-power-manager.mo +share/locale/nn/LC_MESSAGES/mate-power-manager.mo +share/locale/oc/LC_MESSAGES/mate-power-manager.mo +share/locale/or/LC_MESSAGES/mate-power-manager.mo +share/locale/pa/LC_MESSAGES/mate-power-manager.mo +share/locale/pl/LC_MESSAGES/mate-power-manager.mo +share/locale/pt/LC_MESSAGES/mate-power-manager.mo +share/locale/pt_BR/LC_MESSAGES/mate-power-manager.mo +share/locale/ro/LC_MESSAGES/mate-power-manager.mo +share/locale/ru/LC_MESSAGES/mate-power-manager.mo +share/locale/si/LC_MESSAGES/mate-power-manager.mo +share/locale/sk/LC_MESSAGES/mate-power-manager.mo +share/locale/sl/LC_MESSAGES/mate-power-manager.mo +share/locale/sq/LC_MESSAGES/mate-power-manager.mo +share/locale/sr/LC_MESSAGES/mate-power-manager.mo +share/locale/sr@latin/LC_MESSAGES/mate-power-manager.mo +share/locale/sv/LC_MESSAGES/mate-power-manager.mo +share/locale/ta/LC_MESSAGES/mate-power-manager.mo +share/locale/te/LC_MESSAGES/mate-power-manager.mo +share/locale/th/LC_MESSAGES/mate-power-manager.mo +share/locale/tr/LC_MESSAGES/mate-power-manager.mo +share/locale/uk/LC_MESSAGES/mate-power-manager.mo +share/locale/vi/LC_MESSAGES/mate-power-manager.mo +share/locale/zh_CN/LC_MESSAGES/mate-power-manager.mo +share/locale/zh_HK/LC_MESSAGES/mate-power-manager.mo +share/locale/zh_TW/LC_MESSAGES/mate-power-manager.mo +share/mate-2.0/ui/brightness-applet-menu.xml +share/mate-2.0/ui/inhibit-applet-menu.xml +share/mate-panel/applets/org.mate.BrightnessApplet.mate-panel-applet +share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet +%%DATADIR%%/acme.ui +%%DATADIR%%/gpm-feedback-widget.ui +%%DATADIR%%/gpm-prefs-deprecated.ui +%%DATADIR%%/gpm-prefs.ui +%%DATADIR%%/gpm-statistics-deprecated.ui +%%DATADIR%%/gpm-statistics.ui +%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/22x22/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/22x22/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/24x24/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/24x24/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/32x32/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/32x32/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/48x48/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/48x48/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-monitor.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/scalable/actions/gpm-hibernate.svg +%%DATADIR%%/icons/hicolor/scalable/actions/gpm-suspend.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ac-adapter.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-charged.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-empty.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-missing.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-disabled.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-disabled.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-monitor.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg +share/mate/help/mate-power-manager/C/figures/applet-brightness.png +share/mate/help/mate-power-manager/C/figures/applet-inhibit.png +share/mate/help/mate-power-manager/C/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/C/figures/gpm-charged.png +share/mate/help/mate-power-manager/C/figures/gpm-critical.png +share/mate/help/mate-power-manager/C/figures/gpm-low.png +share/mate/help/mate-power-manager/C/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/C/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/C/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/C/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/C/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/C/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/C/figures/gs-prefs.png +share/mate/help/mate-power-manager/C/legal.xml +share/mate/help/mate-power-manager/C/mate-power-manager.xml +share/mate/help/mate-power-manager/ca/figures/applet-brightness.png +share/mate/help/mate-power-manager/ca/figures/applet-inhibit.png +share/mate/help/mate-power-manager/ca/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/ca/figures/gpm-charged.png +share/mate/help/mate-power-manager/ca/figures/gpm-critical.png +share/mate/help/mate-power-manager/ca/figures/gpm-low.png +share/mate/help/mate-power-manager/ca/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/ca/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/ca/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/ca/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/ca/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/ca/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/ca/figures/gs-prefs.png +share/mate/help/mate-power-manager/ca/mate-power-manager.xml +share/mate/help/mate-power-manager/de/figures/applet-brightness.png +share/mate/help/mate-power-manager/de/figures/applet-inhibit.png +share/mate/help/mate-power-manager/de/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/de/figures/gpm-charged.png +share/mate/help/mate-power-manager/de/figures/gpm-critical.png +share/mate/help/mate-power-manager/de/figures/gpm-low.png +share/mate/help/mate-power-manager/de/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/de/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/de/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/de/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/de/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/de/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/de/figures/gs-prefs.png +share/mate/help/mate-power-manager/de/mate-power-manager.xml +share/mate/help/mate-power-manager/el/figures/applet-brightness.png +share/mate/help/mate-power-manager/el/figures/applet-inhibit.png +share/mate/help/mate-power-manager/el/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/el/figures/gpm-charged.png +share/mate/help/mate-power-manager/el/figures/gpm-critical.png +share/mate/help/mate-power-manager/el/figures/gpm-low.png +share/mate/help/mate-power-manager/el/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/el/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/el/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/el/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/el/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/el/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/el/figures/gs-prefs.png +share/mate/help/mate-power-manager/el/mate-power-manager.xml +share/mate/help/mate-power-manager/en_GB/figures/applet-brightness.png +share/mate/help/mate-power-manager/en_GB/figures/applet-inhibit.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-charged.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-critical.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-low.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/en_GB/figures/gs-prefs.png +share/mate/help/mate-power-manager/en_GB/mate-power-manager.xml +share/mate/help/mate-power-manager/es/figures/applet-brightness.png +share/mate/help/mate-power-manager/es/figures/applet-inhibit.png +share/mate/help/mate-power-manager/es/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/es/figures/gpm-charged.png +share/mate/help/mate-power-manager/es/figures/gpm-critical.png +share/mate/help/mate-power-manager/es/figures/gpm-low.png +share/mate/help/mate-power-manager/es/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/es/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/es/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/es/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/es/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/es/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/es/figures/gs-prefs.png +share/mate/help/mate-power-manager/es/mate-power-manager.xml +share/mate/help/mate-power-manager/eu/figures/applet-brightness.png +share/mate/help/mate-power-manager/eu/figures/applet-inhibit.png +share/mate/help/mate-power-manager/eu/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/eu/figures/gpm-charged.png +share/mate/help/mate-power-manager/eu/figures/gpm-critical.png +share/mate/help/mate-power-manager/eu/figures/gpm-low.png +share/mate/help/mate-power-manager/eu/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/eu/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/eu/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/eu/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/eu/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/eu/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/eu/figures/gs-prefs.png +share/mate/help/mate-power-manager/eu/mate-power-manager.xml +share/mate/help/mate-power-manager/fi/figures/applet-brightness.png +share/mate/help/mate-power-manager/fi/figures/applet-inhibit.png +share/mate/help/mate-power-manager/fi/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/fi/figures/gpm-charged.png +share/mate/help/mate-power-manager/fi/figures/gpm-critical.png +share/mate/help/mate-power-manager/fi/figures/gpm-low.png +share/mate/help/mate-power-manager/fi/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/fi/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/fi/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/fi/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/fi/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/fi/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/fi/figures/gs-prefs.png +share/mate/help/mate-power-manager/fi/mate-power-manager.xml +share/mate/help/mate-power-manager/fr/figures/applet-brightness.png +share/mate/help/mate-power-manager/fr/figures/applet-inhibit.png +share/mate/help/mate-power-manager/fr/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/fr/figures/gpm-charged.png +share/mate/help/mate-power-manager/fr/figures/gpm-critical.png +share/mate/help/mate-power-manager/fr/figures/gpm-low.png +share/mate/help/mate-power-manager/fr/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/fr/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/fr/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/fr/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/fr/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/fr/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/fr/figures/gs-prefs.png +share/mate/help/mate-power-manager/fr/mate-power-manager.xml +share/mate/help/mate-power-manager/hu/figures/applet-brightness.png +share/mate/help/mate-power-manager/hu/figures/applet-inhibit.png +share/mate/help/mate-power-manager/hu/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/hu/figures/gpm-charged.png +share/mate/help/mate-power-manager/hu/figures/gpm-critical.png +share/mate/help/mate-power-manager/hu/figures/gpm-low.png +share/mate/help/mate-power-manager/hu/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/hu/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/hu/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/hu/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/hu/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/hu/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/hu/figures/gs-prefs.png +share/mate/help/mate-power-manager/hu/mate-power-manager.xml +share/mate/help/mate-power-manager/it/figures/applet-brightness.png +share/mate/help/mate-power-manager/it/figures/applet-inhibit.png +share/mate/help/mate-power-manager/it/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/it/figures/gpm-charged.png +share/mate/help/mate-power-manager/it/figures/gpm-critical.png +share/mate/help/mate-power-manager/it/figures/gpm-low.png +share/mate/help/mate-power-manager/it/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/it/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/it/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/it/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/it/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/it/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/it/figures/gs-prefs.png +share/mate/help/mate-power-manager/it/mate-power-manager.xml +share/mate/help/mate-power-manager/oc/figures/applet-brightness.png +share/mate/help/mate-power-manager/oc/figures/applet-inhibit.png +share/mate/help/mate-power-manager/oc/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/oc/figures/gpm-charged.png +share/mate/help/mate-power-manager/oc/figures/gpm-critical.png +share/mate/help/mate-power-manager/oc/figures/gpm-low.png +share/mate/help/mate-power-manager/oc/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/oc/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/oc/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/oc/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/oc/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/oc/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/oc/figures/gs-prefs.png +share/mate/help/mate-power-manager/oc/mate-power-manager.xml +share/mate/help/mate-power-manager/pa/figures/applet-brightness.png +share/mate/help/mate-power-manager/pa/figures/applet-inhibit.png +share/mate/help/mate-power-manager/pa/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/pa/figures/gpm-charged.png +share/mate/help/mate-power-manager/pa/figures/gpm-critical.png +share/mate/help/mate-power-manager/pa/figures/gpm-low.png +share/mate/help/mate-power-manager/pa/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/pa/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/pa/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/pa/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/pa/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/pa/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/pa/figures/gs-prefs.png +share/mate/help/mate-power-manager/pa/mate-power-manager.xml +share/mate/help/mate-power-manager/ru/figures/applet-brightness.png +share/mate/help/mate-power-manager/ru/figures/applet-inhibit.png +share/mate/help/mate-power-manager/ru/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/ru/figures/gpm-charged.png +share/mate/help/mate-power-manager/ru/figures/gpm-critical.png +share/mate/help/mate-power-manager/ru/figures/gpm-low.png +share/mate/help/mate-power-manager/ru/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/ru/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/ru/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/ru/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/ru/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/ru/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/ru/figures/gs-prefs.png +share/mate/help/mate-power-manager/ru/mate-power-manager.xml +share/mate/help/mate-power-manager/sv/figures/applet-brightness.png +share/mate/help/mate-power-manager/sv/figures/applet-inhibit.png +share/mate/help/mate-power-manager/sv/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/sv/figures/gpm-charged.png +share/mate/help/mate-power-manager/sv/figures/gpm-critical.png +share/mate/help/mate-power-manager/sv/figures/gpm-low.png +share/mate/help/mate-power-manager/sv/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/sv/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/sv/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/sv/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/sv/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/sv/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/sv/figures/gs-prefs.png +share/mate/help/mate-power-manager/sv/mate-power-manager.xml +share/mate/help/mate-power-manager/zh_CN/figures/applet-brightness.png +share/mate/help/mate-power-manager/zh_CN/figures/applet-inhibit.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-charged.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-critical.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-low.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/zh_CN/figures/gs-prefs.png +share/mate/help/mate-power-manager/zh_CN/mate-power-manager.xml +share/omf/mate-power-manager/mate-power-manager-C.omf +share/omf/mate-power-manager/mate-power-manager-ca.omf +share/omf/mate-power-manager/mate-power-manager-de.omf +share/omf/mate-power-manager/mate-power-manager-el.omf +share/omf/mate-power-manager/mate-power-manager-en_GB.omf +share/omf/mate-power-manager/mate-power-manager-es.omf +share/omf/mate-power-manager/mate-power-manager-eu.omf +share/omf/mate-power-manager/mate-power-manager-fi.omf +share/omf/mate-power-manager/mate-power-manager-fr.omf +share/omf/mate-power-manager/mate-power-manager-hu.omf +share/omf/mate-power-manager/mate-power-manager-it.omf +share/omf/mate-power-manager/mate-power-manager-oc.omf +share/omf/mate-power-manager/mate-power-manager-pa.omf +share/omf/mate-power-manager/mate-power-manager-ru.omf +share/omf/mate-power-manager/mate-power-manager-sv.omf +share/omf/mate-power-manager/mate-power-manager-zh_CN.omf +share/polkit-1/actions/org.mate.power.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/omf/mate-power-manager +@dirrm share/mate/help/mate-power-manager/zh_CN/figures +@dirrm share/mate/help/mate-power-manager/zh_CN +@dirrm share/mate/help/mate-power-manager/sv/figures +@dirrm share/mate/help/mate-power-manager/sv +@dirrm share/mate/help/mate-power-manager/ru/figures +@dirrm share/mate/help/mate-power-manager/ru +@dirrm share/mate/help/mate-power-manager/pa/figures +@dirrm share/mate/help/mate-power-manager/pa +@dirrm share/mate/help/mate-power-manager/oc/figures +@dirrm share/mate/help/mate-power-manager/oc +@dirrm share/mate/help/mate-power-manager/it/figures +@dirrm share/mate/help/mate-power-manager/it +@dirrm share/mate/help/mate-power-manager/hu/figures +@dirrm share/mate/help/mate-power-manager/hu +@dirrm share/mate/help/mate-power-manager/fr/figures +@dirrm share/mate/help/mate-power-manager/fr +@dirrm share/mate/help/mate-power-manager/fi/figures +@dirrm share/mate/help/mate-power-manager/fi +@dirrm share/mate/help/mate-power-manager/eu/figures +@dirrm share/mate/help/mate-power-manager/eu +@dirrm share/mate/help/mate-power-manager/es/figures +@dirrm share/mate/help/mate-power-manager/es +@dirrm share/mate/help/mate-power-manager/en_GB/figures +@dirrm share/mate/help/mate-power-manager/en_GB +@dirrm share/mate/help/mate-power-manager/el/figures +@dirrm share/mate/help/mate-power-manager/el +@dirrm share/mate/help/mate-power-manager/de/figures +@dirrm share/mate/help/mate-power-manager/de +@dirrm share/mate/help/mate-power-manager/ca/figures +@dirrm share/mate/help/mate-power-manager/ca +@dirrm share/mate/help/mate-power-manager/C/figures +@dirrm share/mate/help/mate-power-manager/C +@dirrm share/mate/help/mate-power-manager +@dirrm %%DATADIR%%/icons/hicolor/scalable/status +@dirrm %%DATADIR%%/icons/hicolor/scalable/actions +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/48x48/status +@dirrm %%DATADIR%%/icons/hicolor/48x48/actions +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor/32x32/status +@dirrm %%DATADIR%%/icons/hicolor/32x32/actions +@dirrm %%DATADIR%%/icons/hicolor/32x32 +@dirrm %%DATADIR%%/icons/hicolor/24x24/status +@dirrm %%DATADIR%%/icons/hicolor/24x24/actions +@dirrm %%DATADIR%%/icons/hicolor/24x24 +@dirrm %%DATADIR%%/icons/hicolor/22x22/status +@dirrm %%DATADIR%%/icons/hicolor/22x22/actions +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor/16x16/status +@dirrm %%DATADIR%%/icons/hicolor/16x16/actions +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@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/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile new file mode 100644 index 000000000000..ae2fef359138 --- /dev/null +++ b/sysutils/mate-settings-daemon/Makefile @@ -0,0 +1,63 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-settings-daemon +PORTVERSION= 1.6.1 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE settings daemon + +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libxklavier.so:${PORTSDIR}/x11/libxklavier \ + libnss3.so:${PORTSDIR}/security/nss \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ + libnotify.so:${PORTSDIR}/devel/libnotify +RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= desktop libmatekbd +USE_XORG= xxf86misc +USE_GNOME= dconf glib20 gnomehier gtk20 intlhack +USE_LDCONFIG= yes +USE_GSTREAMER= good +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \ + --disable-pulse +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml \ + org.mate.SettingsDaemon.plugins.background.gschema.xml \ + org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \ + org.mate.SettingsDaemon.plugins.datetime.gschema.xml \ + org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml \ + org.mate.SettingsDaemon.plugins.keybindings.gschema.xml \ + org.mate.SettingsDaemon.plugins.keyboard.gschema.xml \ + org.mate.SettingsDaemon.plugins.media-keys.gschema.xml \ + org.mate.SettingsDaemon.plugins.mouse.gschema.xml \ + org.mate.SettingsDaemon.plugins.mpris.gschema.xml \ + org.mate.SettingsDaemon.plugins.smartcard.gschema.xml \ + org.mate.SettingsDaemon.plugins.sound.gschema.xml \ + org.mate.SettingsDaemon.plugins.typing-break.gschema.xml \ + org.mate.SettingsDaemon.plugins.xrandr.gschema.xml \ + org.mate.SettingsDaemon.plugins.xrdb.gschema.xml \ + org.mate.SettingsDaemon.plugins.xsettings.gschema.xml \ + org.mate.applications-at.gschema.xml \ + org.mate.font-rendering.gschema.xml \ + org.mate.keybindings.gschema.xml \ + org.mate.peripherals-smartcard.gschema.xml \ + org.mate.peripherals-touchpad.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mate-settings-daemon/*.so + +.include <bsd.port.mk> diff --git a/sysutils/mate-settings-daemon/distinfo b/sysutils/mate-settings-daemon/distinfo new file mode 100644 index 000000000000..d61d9cef1b37 --- /dev/null +++ b/sysutils/mate-settings-daemon/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-settings-daemon-1.6.1.tar.xz) = 8104c5c1dfb02a6d7b2743931a04b390baf2e466b8fe612d32a906b1a2fbe64d +SIZE (mate/mate-settings-daemon-1.6.1.tar.xz) = 772420 diff --git a/sysutils/mate-settings-daemon/pkg-descr b/sysutils/mate-settings-daemon/pkg-descr new file mode 100644 index 000000000000..32ab928edc1b --- /dev/null +++ b/sysutils/mate-settings-daemon/pkg-descr @@ -0,0 +1,3 @@ +MATE settings daemon. + +WWW: http://mate-desktop.org/ diff --git a/sysutils/mate-settings-daemon/pkg-plist b/sysutils/mate-settings-daemon/pkg-plist new file mode 100644 index 000000000000..2174cbd87835 --- /dev/null +++ b/sysutils/mate-settings-daemon/pkg-plist @@ -0,0 +1,264 @@ +etc/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf +etc/xdg/autostart/mate-settings-daemon.desktop +include/mate-settings-daemon/mate-settings-client.h +include/mate-settings-daemon/mate-settings-plugin.h +lib/mate-settings-daemon/a11y-keyboard.mate-settings-plugin +lib/mate-settings-daemon/background.mate-settings-plugin +lib/mate-settings-daemon/clipboard.mate-settings-plugin +lib/mate-settings-daemon/housekeeping.mate-settings-plugin +lib/mate-settings-daemon/keybindings.mate-settings-plugin +lib/mate-settings-daemon/keyboard.mate-settings-plugin +lib/mate-settings-daemon/liba11y-keyboard.a +lib/mate-settings-daemon/liba11y-keyboard.la +lib/mate-settings-daemon/liba11y-keyboard.so +lib/mate-settings-daemon/libbackground.a +lib/mate-settings-daemon/libbackground.la +lib/mate-settings-daemon/libbackground.so +lib/mate-settings-daemon/libclipboard.a +lib/mate-settings-daemon/libclipboard.la +lib/mate-settings-daemon/libclipboard.so +lib/mate-settings-daemon/libhousekeeping.a +lib/mate-settings-daemon/libhousekeeping.la +lib/mate-settings-daemon/libhousekeeping.so +lib/mate-settings-daemon/libkeybindings.a +lib/mate-settings-daemon/libkeybindings.la +lib/mate-settings-daemon/libkeybindings.so +lib/mate-settings-daemon/libkeyboard.a +lib/mate-settings-daemon/libkeyboard.la +lib/mate-settings-daemon/libkeyboard.so +lib/mate-settings-daemon/libmedia-keys.a +lib/mate-settings-daemon/libmedia-keys.la +lib/mate-settings-daemon/libmedia-keys.so +lib/mate-settings-daemon/libmouse.a +lib/mate-settings-daemon/libmouse.la +lib/mate-settings-daemon/libmouse.so +lib/mate-settings-daemon/libmpris.a +lib/mate-settings-daemon/libmpris.la +lib/mate-settings-daemon/libmpris.so +lib/mate-settings-daemon/libsmartcard.a +lib/mate-settings-daemon/libsmartcard.la +lib/mate-settings-daemon/libsmartcard.so +lib/mate-settings-daemon/libsound.a +lib/mate-settings-daemon/libsound.la +lib/mate-settings-daemon/libsound.so +lib/mate-settings-daemon/libtyping-break.a +lib/mate-settings-daemon/libtyping-break.la +lib/mate-settings-daemon/libtyping-break.so +lib/mate-settings-daemon/libxrandr.a +lib/mate-settings-daemon/libxrandr.la +lib/mate-settings-daemon/libxrandr.so +lib/mate-settings-daemon/libxrdb.a +lib/mate-settings-daemon/libxrdb.la +lib/mate-settings-daemon/libxrdb.so +lib/mate-settings-daemon/libxsettings.a +lib/mate-settings-daemon/libxsettings.la +lib/mate-settings-daemon/libxsettings.so +lib/mate-settings-daemon/media-keys.mate-settings-plugin +lib/mate-settings-daemon/mouse.mate-settings-plugin +lib/mate-settings-daemon/mpris.mate-settings-plugin +lib/mate-settings-daemon/smartcard.mate-settings-plugin +lib/mate-settings-daemon/sound.mate-settings-plugin +lib/mate-settings-daemon/typing-break.mate-settings-plugin +lib/mate-settings-daemon/xrandr.mate-settings-plugin +lib/mate-settings-daemon/xrdb.mate-settings-plugin +lib/mate-settings-daemon/xsettings.mate-settings-plugin +libdata/pkgconfig/mate-settings-daemon.pc +libexec/mate-settings-daemon +libexec/msd-datetime-mechanism +libexec/msd-locate-pointer +share/MateConf/gsettings/mate-settings-daemon.convert +share/dbus-1/services/org.mate.SettingsDaemon.service +share/dbus-1/system-services/org.mate.SettingsDaemon.DateTimeMechanism.service +share/icons/mate/16x16/actions/touchpad-disabled.png +share/icons/mate/16x16/actions/touchpad-enabled.png +share/icons/mate/16x16/apps/msd-xrandr.png +share/icons/mate/22x22/actions/touchpad-disabled.png +share/icons/mate/22x22/actions/touchpad-enabled.png +share/icons/mate/22x22/apps/msd-xrandr.png +share/icons/mate/24x24/actions/touchpad-disabled.png +share/icons/mate/24x24/actions/touchpad-enabled.png +share/icons/mate/24x24/apps/msd-xrandr.png +share/icons/mate/32x32/actions/touchpad-disabled.png +share/icons/mate/32x32/actions/touchpad-enabled.png +share/icons/mate/32x32/apps/msd-xrandr.png +share/icons/mate/scalable/actions/touchpad-disabled.svg +share/icons/mate/scalable/actions/touchpad-enabled.svg +share/icons/mate/scalable/apps/msd-xrandr.svg +share/locale/af/LC_MESSAGES/mate-settings-daemon.mo +share/locale/am/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ar/LC_MESSAGES/mate-settings-daemon.mo +share/locale/as/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ast/LC_MESSAGES/mate-settings-daemon.mo +share/locale/az/LC_MESSAGES/mate-settings-daemon.mo +share/locale/be/LC_MESSAGES/mate-settings-daemon.mo +share/locale/be@latin/LC_MESSAGES/mate-settings-daemon.mo +share/locale/bg/LC_MESSAGES/mate-settings-daemon.mo +share/locale/bn/LC_MESSAGES/mate-settings-daemon.mo +share/locale/bn_IN/LC_MESSAGES/mate-settings-daemon.mo +share/locale/br/LC_MESSAGES/mate-settings-daemon.mo +share/locale/bs/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ca/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ca@valencia/LC_MESSAGES/mate-settings-daemon.mo +share/locale/crh/LC_MESSAGES/mate-settings-daemon.mo +share/locale/cs/LC_MESSAGES/mate-settings-daemon.mo +share/locale/cy/LC_MESSAGES/mate-settings-daemon.mo +share/locale/da/LC_MESSAGES/mate-settings-daemon.mo +share/locale/de/LC_MESSAGES/mate-settings-daemon.mo +share/locale/dz/LC_MESSAGES/mate-settings-daemon.mo +share/locale/el/LC_MESSAGES/mate-settings-daemon.mo +share/locale/en@shaw/LC_MESSAGES/mate-settings-daemon.mo +share/locale/en_AU/LC_MESSAGES/mate-settings-daemon.mo +share/locale/en_CA/LC_MESSAGES/mate-settings-daemon.mo +share/locale/en_GB/LC_MESSAGES/mate-settings-daemon.mo +share/locale/es/LC_MESSAGES/mate-settings-daemon.mo +share/locale/et/LC_MESSAGES/mate-settings-daemon.mo +share/locale/eu/LC_MESSAGES/mate-settings-daemon.mo +share/locale/fa/LC_MESSAGES/mate-settings-daemon.mo +share/locale/fi/LC_MESSAGES/mate-settings-daemon.mo +share/locale/fr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ga/LC_MESSAGES/mate-settings-daemon.mo +share/locale/gl/LC_MESSAGES/mate-settings-daemon.mo +share/locale/gu/LC_MESSAGES/mate-settings-daemon.mo +share/locale/he/LC_MESSAGES/mate-settings-daemon.mo +share/locale/hi/LC_MESSAGES/mate-settings-daemon.mo +share/locale/hr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/hu/LC_MESSAGES/mate-settings-daemon.mo +share/locale/id/LC_MESSAGES/mate-settings-daemon.mo +share/locale/is/LC_MESSAGES/mate-settings-daemon.mo +share/locale/it/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ja/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ka/LC_MESSAGES/mate-settings-daemon.mo +share/locale/kn/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ko/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ku/LC_MESSAGES/mate-settings-daemon.mo +share/locale/lt/LC_MESSAGES/mate-settings-daemon.mo +share/locale/lv/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mai/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mg/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mk/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ml/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mn/LC_MESSAGES/mate-settings-daemon.mo +share/locale/mr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ms/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nb/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nds/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ne/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nl/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nn/LC_MESSAGES/mate-settings-daemon.mo +share/locale/nso/LC_MESSAGES/mate-settings-daemon.mo +share/locale/oc/LC_MESSAGES/mate-settings-daemon.mo +share/locale/or/LC_MESSAGES/mate-settings-daemon.mo +share/locale/pa/LC_MESSAGES/mate-settings-daemon.mo +share/locale/pl/LC_MESSAGES/mate-settings-daemon.mo +share/locale/pt/LC_MESSAGES/mate-settings-daemon.mo +share/locale/pt_BR/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ro/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ru/LC_MESSAGES/mate-settings-daemon.mo +share/locale/rw/LC_MESSAGES/mate-settings-daemon.mo +share/locale/si/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sk/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sl/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sq/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sr@latin/LC_MESSAGES/mate-settings-daemon.mo +share/locale/sv/LC_MESSAGES/mate-settings-daemon.mo +share/locale/ta/LC_MESSAGES/mate-settings-daemon.mo +share/locale/te/LC_MESSAGES/mate-settings-daemon.mo +share/locale/th/LC_MESSAGES/mate-settings-daemon.mo +share/locale/tr/LC_MESSAGES/mate-settings-daemon.mo +share/locale/uk/LC_MESSAGES/mate-settings-daemon.mo +share/locale/vi/LC_MESSAGES/mate-settings-daemon.mo +share/locale/wa/LC_MESSAGES/mate-settings-daemon.mo +share/locale/xh/LC_MESSAGES/mate-settings-daemon.mo +share/locale/zh_CN/LC_MESSAGES/mate-settings-daemon.mo +share/locale/zh_HK/LC_MESSAGES/mate-settings-daemon.mo +share/locale/zh_TW/LC_MESSAGES/mate-settings-daemon.mo +share/locale/zu/LC_MESSAGES/mate-settings-daemon.mo +%%DATADIR%%/acme.ui +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-off.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-on.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-off.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-on.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-off.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-on.png +%%DATADIR%%/msd-a11y-preferences-dialog.ui +%%DATADIR%%/xrdb/Editres.ad +%%DATADIR%%/xrdb/Emacs.ad +%%DATADIR%%/xrdb/General.ad +%%DATADIR%%/xrdb/Motif.ad +%%DATADIR%%/xrdb/Tk.ad +%%DATADIR%%/xrdb/Xaw.ad +share/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm %%DATADIR%%/xrdb +@dirrm %%DATADIR%%/icons/hicolor/64x64/devices +@dirrm %%DATADIR%%/icons/hicolor/64x64 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@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/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/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/icons/mate/scalable/apps +@dirrmtry share/icons/mate/scalable/actions +@dirrmtry share/icons/mate/scalable +@dirrmtry share/icons/mate/32x32/apps +@dirrmtry share/icons/mate/32x32/actions +@dirrmtry share/icons/mate/32x32 +@dirrmtry share/icons/mate/24x24/apps +@dirrmtry share/icons/mate/24x24/actions +@dirrmtry share/icons/mate/24x24 +@dirrmtry share/icons/mate/22x22/apps +@dirrmtry share/icons/mate/22x22/actions +@dirrmtry share/icons/mate/22x22 +@dirrmtry share/icons/mate/16x16/apps +@dirrmtry share/icons/mate/16x16/actions +@dirrmtry share/icons/mate/16x16 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm lib/mate-settings-daemon +@dirrm include/mate-settings-daemon +@dirrm etc/mate-settings-daemon/xrandr +@dirrm etc/mate-settings-daemon diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile new file mode 100644 index 000000000000..831e9f1e0e60 --- /dev/null +++ b/sysutils/mate-system-monitor/Makefile @@ -0,0 +1,32 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-system-monitor +PORTVERSION= 1.6.1 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE system monitor program + +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= docutils icontheme libmatewnck +USE_GNOME= glib20 gnomehier gtk20 librsvg2 intlhack libxml2 gtkmm24 +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBS="-lutil" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.system-monitor.enums.xml \ + org.mate.system-monitor.gschema.xml + +.include <bsd.port.mk> diff --git a/sysutils/mate-system-monitor/distinfo b/sysutils/mate-system-monitor/distinfo new file mode 100644 index 000000000000..d1b6c766e3df --- /dev/null +++ b/sysutils/mate-system-monitor/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-system-monitor-1.6.1.tar.xz) = c49fc4ec245c869ddd5e464e560d368c6090ab2bf617c6ba9ceb84c3c7a66348 +SIZE (mate/mate-system-monitor-1.6.1.tar.xz) = 2141228 diff --git a/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp b/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp new file mode 100644 index 000000000000..9b934be3ddb8 --- /dev/null +++ b/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp @@ -0,0 +1,11 @@ +--- src/load-graph.cpp.orig 2008-01-14 23:43:43.000000000 -0600 ++++ src/load-graph.cpp 2008-01-14 23:44:15.000000000 -0600 +@@ -412,7 +412,7 @@ + // e.g: ceil(100.5 KiB) = 101 KiB = 101 * 2**(1 * 10) + // where base10 = 1, coef10 = 101, pow2 = 16 + +- unsigned pow2 = std::floor(log2(new_max)); ++ unsigned pow2 = std::floor(log(new_max) / log(2)); + unsigned base10 = pow2 / 10; + unsigned coef10 = std::ceil(new_max / double(1UL << (base10 * 10))); + g_assert(new_max <= (coef10 * (1UL << (base10 * 10)))); diff --git a/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp b/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp new file mode 100644 index 000000000000..c00526174921 --- /dev/null +++ b/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp @@ -0,0 +1,14 @@ +--- src/openfiles.cpp.orig 2008-05-27 16:16:46.000000000 -0400 ++++ src/openfiles.cpp 2008-05-27 16:19:53.000000000 -0400 +@@ -66,7 +66,11 @@ friendlier_hostname(const char *addr_str + goto failsafe; + + if (getnameinfo(res->ai_addr, res->ai_addrlen, hostname, ++#ifdef NI_IDN + sizeof hostname, service, sizeof service, NI_IDN)) ++#else ++ sizeof hostname, service, sizeof service, 0)) ++#endif + goto failsafe; + + if (res) freeaddrinfo(res); diff --git a/sysutils/mate-system-monitor/pkg-descr b/sysutils/mate-system-monitor/pkg-descr new file mode 100644 index 000000000000..cbfc3fe99a3d --- /dev/null +++ b/sysutils/mate-system-monitor/pkg-descr @@ -0,0 +1,3 @@ +MATE system monitor program. + +WWW: http://mate-desktop.org/ diff --git a/sysutils/mate-system-monitor/pkg-plist b/sysutils/mate-system-monitor/pkg-plist new file mode 100644 index 000000000000..4d2571224a25 --- /dev/null +++ b/sysutils/mate-system-monitor/pkg-plist @@ -0,0 +1,378 @@ +bin/mate-system-monitor +man/man1/mate-system-monitor.1.gz +share/MateConf/gsettings/mate-system-monitor.convert +share/applications/mate-system-monitor.desktop +share/locale/am/LC_MESSAGES/mate-system-monitor.mo +share/locale/ar/LC_MESSAGES/mate-system-monitor.mo +share/locale/as/LC_MESSAGES/mate-system-monitor.mo +share/locale/ast/LC_MESSAGES/mate-system-monitor.mo +share/locale/az/LC_MESSAGES/mate-system-monitor.mo +share/locale/be/LC_MESSAGES/mate-system-monitor.mo +share/locale/be@latin/LC_MESSAGES/mate-system-monitor.mo +share/locale/bg/LC_MESSAGES/mate-system-monitor.mo +share/locale/bn/LC_MESSAGES/mate-system-monitor.mo +share/locale/bn_IN/LC_MESSAGES/mate-system-monitor.mo +share/locale/bs/LC_MESSAGES/mate-system-monitor.mo +share/locale/ca/LC_MESSAGES/mate-system-monitor.mo +share/locale/ca@valencia/LC_MESSAGES/mate-system-monitor.mo +share/locale/cs/LC_MESSAGES/mate-system-monitor.mo +share/locale/cy/LC_MESSAGES/mate-system-monitor.mo +share/locale/da/LC_MESSAGES/mate-system-monitor.mo +share/locale/de/LC_MESSAGES/mate-system-monitor.mo +share/locale/dz/LC_MESSAGES/mate-system-monitor.mo +share/locale/el/LC_MESSAGES/mate-system-monitor.mo +share/locale/en@shaw/LC_MESSAGES/mate-system-monitor.mo +share/locale/en_AU/LC_MESSAGES/mate-system-monitor.mo +share/locale/en_CA/LC_MESSAGES/mate-system-monitor.mo +share/locale/en_GB/LC_MESSAGES/mate-system-monitor.mo +share/locale/eo/LC_MESSAGES/mate-system-monitor.mo +share/locale/es/LC_MESSAGES/mate-system-monitor.mo +share/locale/et/LC_MESSAGES/mate-system-monitor.mo +share/locale/eu/LC_MESSAGES/mate-system-monitor.mo +share/locale/fa/LC_MESSAGES/mate-system-monitor.mo +share/locale/fi/LC_MESSAGES/mate-system-monitor.mo +share/locale/fr/LC_MESSAGES/mate-system-monitor.mo +share/locale/ga/LC_MESSAGES/mate-system-monitor.mo +share/locale/gl/LC_MESSAGES/mate-system-monitor.mo +share/locale/gu/LC_MESSAGES/mate-system-monitor.mo +share/locale/he/LC_MESSAGES/mate-system-monitor.mo +share/locale/hi/LC_MESSAGES/mate-system-monitor.mo +share/locale/hr/LC_MESSAGES/mate-system-monitor.mo +share/locale/hu/LC_MESSAGES/mate-system-monitor.mo +share/locale/id/LC_MESSAGES/mate-system-monitor.mo +share/locale/it/LC_MESSAGES/mate-system-monitor.mo +share/locale/ja/LC_MESSAGES/mate-system-monitor.mo +share/locale/ka/LC_MESSAGES/mate-system-monitor.mo +share/locale/kn/LC_MESSAGES/mate-system-monitor.mo +share/locale/ko/LC_MESSAGES/mate-system-monitor.mo +share/locale/ku/LC_MESSAGES/mate-system-monitor.mo +share/locale/ky/LC_MESSAGES/mate-system-monitor.mo +share/locale/li/LC_MESSAGES/mate-system-monitor.mo +share/locale/lt/LC_MESSAGES/mate-system-monitor.mo +share/locale/lv/LC_MESSAGES/mate-system-monitor.mo +share/locale/mai/LC_MESSAGES/mate-system-monitor.mo +share/locale/mg/LC_MESSAGES/mate-system-monitor.mo +share/locale/mk/LC_MESSAGES/mate-system-monitor.mo +share/locale/ml/LC_MESSAGES/mate-system-monitor.mo +share/locale/mn/LC_MESSAGES/mate-system-monitor.mo +share/locale/mr/LC_MESSAGES/mate-system-monitor.mo +share/locale/ms/LC_MESSAGES/mate-system-monitor.mo +share/locale/nb/LC_MESSAGES/mate-system-monitor.mo +share/locale/nds/LC_MESSAGES/mate-system-monitor.mo +share/locale/ne/LC_MESSAGES/mate-system-monitor.mo +share/locale/nl/LC_MESSAGES/mate-system-monitor.mo +share/locale/nn/LC_MESSAGES/mate-system-monitor.mo +share/locale/oc/LC_MESSAGES/mate-system-monitor.mo +share/locale/or/LC_MESSAGES/mate-system-monitor.mo +share/locale/pa/LC_MESSAGES/mate-system-monitor.mo +share/locale/pl/LC_MESSAGES/mate-system-monitor.mo +share/locale/ps/LC_MESSAGES/mate-system-monitor.mo +share/locale/pt/LC_MESSAGES/mate-system-monitor.mo +share/locale/pt_BR/LC_MESSAGES/mate-system-monitor.mo +share/locale/ro/LC_MESSAGES/mate-system-monitor.mo +share/locale/ru/LC_MESSAGES/mate-system-monitor.mo +share/locale/rw/LC_MESSAGES/mate-system-monitor.mo +share/locale/si/LC_MESSAGES/mate-system-monitor.mo +share/locale/sk/LC_MESSAGES/mate-system-monitor.mo +share/locale/sl/LC_MESSAGES/mate-system-monitor.mo +share/locale/sq/LC_MESSAGES/mate-system-monitor.mo +share/locale/sr/LC_MESSAGES/mate-system-monitor.mo +share/locale/sr@latin/LC_MESSAGES/mate-system-monitor.mo +share/locale/sv/LC_MESSAGES/mate-system-monitor.mo +share/locale/ta/LC_MESSAGES/mate-system-monitor.mo +share/locale/te/LC_MESSAGES/mate-system-monitor.mo +share/locale/th/LC_MESSAGES/mate-system-monitor.mo +share/locale/tr/LC_MESSAGES/mate-system-monitor.mo +share/locale/ug/LC_MESSAGES/mate-system-monitor.mo +share/locale/uk/LC_MESSAGES/mate-system-monitor.mo +share/locale/vi/LC_MESSAGES/mate-system-monitor.mo +share/locale/zh_CN/LC_MESSAGES/mate-system-monitor.mo +share/locale/zh_HK/LC_MESSAGES/mate-system-monitor.mo +share/locale/zh_TW/LC_MESSAGES/mate-system-monitor.mo +share/mate/help/mate-system-monitor/C/figures/addColumn.png +share/mate/help/mate-system-monitor/C/figures/changePriority.png +share/mate/help/mate-system-monitor/C/figures/colorPanel.png +share/mate/help/mate-system-monitor/C/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/C/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/C/figures/memoryMaps.png +share/mate/help/mate-system-monitor/C/figures/moreInfo.png +share/mate/help/mate-system-monitor/C/figures/processListing.png +share/mate/help/mate-system-monitor/C/figures/sortButton.png +share/mate/help/mate-system-monitor/C/figures/sortMenu.png +share/mate/help/mate-system-monitor/C/figures/sortMenu2.png +share/mate/help/mate-system-monitor/C/figures/systemMonitor.png +share/mate/help/mate-system-monitor/C/figures/viewMenu.png +share/mate/help/mate-system-monitor/C/legal.xml +share/mate/help/mate-system-monitor/C/mate-system-monitor.xml +share/mate/help/mate-system-monitor/ar/figures/addColumn.png +share/mate/help/mate-system-monitor/ar/figures/changePriority.png +share/mate/help/mate-system-monitor/ar/figures/colorPanel.png +share/mate/help/mate-system-monitor/ar/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/ar/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/ar/figures/memoryMaps.png +share/mate/help/mate-system-monitor/ar/figures/moreInfo.png +share/mate/help/mate-system-monitor/ar/figures/processListing.png +share/mate/help/mate-system-monitor/ar/figures/sortButton.png +share/mate/help/mate-system-monitor/ar/figures/sortMenu.png +share/mate/help/mate-system-monitor/ar/figures/sortMenu2.png +share/mate/help/mate-system-monitor/ar/figures/systemMonitor.png +share/mate/help/mate-system-monitor/ar/figures/viewMenu.png +share/mate/help/mate-system-monitor/ar/mate-system-monitor.xml +share/mate/help/mate-system-monitor/bg/figures/addColumn.png +share/mate/help/mate-system-monitor/bg/figures/changePriority.png +share/mate/help/mate-system-monitor/bg/figures/colorPanel.png +share/mate/help/mate-system-monitor/bg/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/bg/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/bg/figures/memoryMaps.png +share/mate/help/mate-system-monitor/bg/figures/moreInfo.png +share/mate/help/mate-system-monitor/bg/figures/processListing.png +share/mate/help/mate-system-monitor/bg/figures/sortButton.png +share/mate/help/mate-system-monitor/bg/figures/sortMenu.png +share/mate/help/mate-system-monitor/bg/figures/sortMenu2.png +share/mate/help/mate-system-monitor/bg/figures/systemMonitor.png +share/mate/help/mate-system-monitor/bg/figures/viewMenu.png +share/mate/help/mate-system-monitor/bg/mate-system-monitor.xml +share/mate/help/mate-system-monitor/ca/figures/addColumn.png +share/mate/help/mate-system-monitor/ca/figures/changePriority.png +share/mate/help/mate-system-monitor/ca/figures/colorPanel.png +share/mate/help/mate-system-monitor/ca/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/ca/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/ca/figures/memoryMaps.png +share/mate/help/mate-system-monitor/ca/figures/moreInfo.png +share/mate/help/mate-system-monitor/ca/figures/processListing.png +share/mate/help/mate-system-monitor/ca/figures/sortButton.png +share/mate/help/mate-system-monitor/ca/figures/sortMenu.png +share/mate/help/mate-system-monitor/ca/figures/sortMenu2.png +share/mate/help/mate-system-monitor/ca/figures/systemMonitor.png +share/mate/help/mate-system-monitor/ca/figures/viewMenu.png +share/mate/help/mate-system-monitor/ca/mate-system-monitor.xml +share/mate/help/mate-system-monitor/cs/figures/addColumn.png +share/mate/help/mate-system-monitor/cs/figures/changePriority.png +share/mate/help/mate-system-monitor/cs/figures/colorPanel.png +share/mate/help/mate-system-monitor/cs/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/cs/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/cs/figures/memoryMaps.png +share/mate/help/mate-system-monitor/cs/figures/moreInfo.png +share/mate/help/mate-system-monitor/cs/figures/processListing.png +share/mate/help/mate-system-monitor/cs/figures/sortButton.png +share/mate/help/mate-system-monitor/cs/figures/sortMenu.png +share/mate/help/mate-system-monitor/cs/figures/sortMenu2.png +share/mate/help/mate-system-monitor/cs/figures/systemMonitor.png +share/mate/help/mate-system-monitor/cs/figures/viewMenu.png +share/mate/help/mate-system-monitor/cs/mate-system-monitor.xml +share/mate/help/mate-system-monitor/da/figures/addColumn.png +share/mate/help/mate-system-monitor/da/figures/changePriority.png +share/mate/help/mate-system-monitor/da/figures/colorPanel.png +share/mate/help/mate-system-monitor/da/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/da/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/da/figures/memoryMaps.png +share/mate/help/mate-system-monitor/da/figures/moreInfo.png +share/mate/help/mate-system-monitor/da/figures/processListing.png +share/mate/help/mate-system-monitor/da/figures/sortButton.png +share/mate/help/mate-system-monitor/da/figures/sortMenu.png +share/mate/help/mate-system-monitor/da/figures/sortMenu2.png +share/mate/help/mate-system-monitor/da/figures/systemMonitor.png +share/mate/help/mate-system-monitor/da/figures/viewMenu.png +share/mate/help/mate-system-monitor/da/mate-system-monitor.xml +share/mate/help/mate-system-monitor/de/figures/addColumn.png +share/mate/help/mate-system-monitor/de/figures/changePriority.png +share/mate/help/mate-system-monitor/de/figures/colorPanel.png +share/mate/help/mate-system-monitor/de/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/de/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/de/figures/memoryMaps.png +share/mate/help/mate-system-monitor/de/figures/moreInfo.png +share/mate/help/mate-system-monitor/de/figures/processListing.png +share/mate/help/mate-system-monitor/de/figures/sortButton.png +share/mate/help/mate-system-monitor/de/figures/sortMenu.png +share/mate/help/mate-system-monitor/de/figures/sortMenu2.png +share/mate/help/mate-system-monitor/de/figures/systemMonitor.png +share/mate/help/mate-system-monitor/de/figures/viewMenu.png +share/mate/help/mate-system-monitor/de/mate-system-monitor.xml +share/mate/help/mate-system-monitor/el/figures/addColumn.png +share/mate/help/mate-system-monitor/el/figures/changePriority.png +share/mate/help/mate-system-monitor/el/figures/colorPanel.png +share/mate/help/mate-system-monitor/el/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/el/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/el/figures/memoryMaps.png +share/mate/help/mate-system-monitor/el/figures/moreInfo.png +share/mate/help/mate-system-monitor/el/figures/processListing.png +share/mate/help/mate-system-monitor/el/figures/sortButton.png +share/mate/help/mate-system-monitor/el/figures/sortMenu.png +share/mate/help/mate-system-monitor/el/figures/sortMenu2.png +share/mate/help/mate-system-monitor/el/figures/systemMonitor.png +share/mate/help/mate-system-monitor/el/figures/viewMenu.png +share/mate/help/mate-system-monitor/el/mate-system-monitor.xml +share/mate/help/mate-system-monitor/es/figures/addColumn.png +share/mate/help/mate-system-monitor/es/figures/changePriority.png +share/mate/help/mate-system-monitor/es/figures/colorPanel.png +share/mate/help/mate-system-monitor/es/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/es/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/es/figures/memoryMaps.png +share/mate/help/mate-system-monitor/es/figures/moreInfo.png +share/mate/help/mate-system-monitor/es/figures/processListing.png +share/mate/help/mate-system-monitor/es/figures/sortButton.png +share/mate/help/mate-system-monitor/es/figures/sortMenu.png +share/mate/help/mate-system-monitor/es/figures/sortMenu2.png +share/mate/help/mate-system-monitor/es/figures/systemMonitor.png +share/mate/help/mate-system-monitor/es/figures/viewMenu.png +share/mate/help/mate-system-monitor/es/mate-system-monitor.xml +share/mate/help/mate-system-monitor/fr/figures/addColumn.png +share/mate/help/mate-system-monitor/fr/figures/changePriority.png +share/mate/help/mate-system-monitor/fr/figures/colorPanel.png +share/mate/help/mate-system-monitor/fr/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/fr/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/fr/figures/memoryMaps.png +share/mate/help/mate-system-monitor/fr/figures/moreInfo.png +share/mate/help/mate-system-monitor/fr/figures/processListing.png +share/mate/help/mate-system-monitor/fr/figures/sortButton.png +share/mate/help/mate-system-monitor/fr/figures/sortMenu.png +share/mate/help/mate-system-monitor/fr/figures/sortMenu2.png +share/mate/help/mate-system-monitor/fr/figures/systemMonitor.png +share/mate/help/mate-system-monitor/fr/figures/viewMenu.png +share/mate/help/mate-system-monitor/fr/mate-system-monitor.xml +share/mate/help/mate-system-monitor/oc/figures/addColumn.png +share/mate/help/mate-system-monitor/oc/figures/changePriority.png +share/mate/help/mate-system-monitor/oc/figures/colorPanel.png +share/mate/help/mate-system-monitor/oc/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/oc/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/oc/figures/memoryMaps.png +share/mate/help/mate-system-monitor/oc/figures/moreInfo.png +share/mate/help/mate-system-monitor/oc/figures/processListing.png +share/mate/help/mate-system-monitor/oc/figures/sortButton.png +share/mate/help/mate-system-monitor/oc/figures/sortMenu.png +share/mate/help/mate-system-monitor/oc/figures/sortMenu2.png +share/mate/help/mate-system-monitor/oc/figures/systemMonitor.png +share/mate/help/mate-system-monitor/oc/figures/viewMenu.png +share/mate/help/mate-system-monitor/oc/mate-system-monitor.xml +share/mate/help/mate-system-monitor/pa/figures/addColumn.png +share/mate/help/mate-system-monitor/pa/figures/changePriority.png +share/mate/help/mate-system-monitor/pa/figures/colorPanel.png +share/mate/help/mate-system-monitor/pa/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/pa/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/pa/figures/memoryMaps.png +share/mate/help/mate-system-monitor/pa/figures/moreInfo.png +share/mate/help/mate-system-monitor/pa/figures/processListing.png +share/mate/help/mate-system-monitor/pa/figures/sortButton.png +share/mate/help/mate-system-monitor/pa/figures/sortMenu.png +share/mate/help/mate-system-monitor/pa/figures/sortMenu2.png +share/mate/help/mate-system-monitor/pa/figures/systemMonitor.png +share/mate/help/mate-system-monitor/pa/figures/viewMenu.png +share/mate/help/mate-system-monitor/pa/mate-system-monitor.xml +share/mate/help/mate-system-monitor/sv/figures/addColumn.png +share/mate/help/mate-system-monitor/sv/figures/changePriority.png +share/mate/help/mate-system-monitor/sv/figures/colorPanel.png +share/mate/help/mate-system-monitor/sv/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/sv/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/sv/figures/memoryMaps.png +share/mate/help/mate-system-monitor/sv/figures/moreInfo.png +share/mate/help/mate-system-monitor/sv/figures/processListing.png +share/mate/help/mate-system-monitor/sv/figures/sortButton.png +share/mate/help/mate-system-monitor/sv/figures/sortMenu.png +share/mate/help/mate-system-monitor/sv/figures/sortMenu2.png +share/mate/help/mate-system-monitor/sv/figures/systemMonitor.png +share/mate/help/mate-system-monitor/sv/figures/viewMenu.png +share/mate/help/mate-system-monitor/sv/mate-system-monitor.xml +share/mate/help/mate-system-monitor/zh_CN/figures/addColumn.png +share/mate/help/mate-system-monitor/zh_CN/figures/changePriority.png +share/mate/help/mate-system-monitor/zh_CN/figures/colorPanel.png +share/mate/help/mate-system-monitor/zh_CN/figures/columnContextMenu.png +share/mate/help/mate-system-monitor/zh_CN/figures/mate-system-monitor_window.png +share/mate/help/mate-system-monitor/zh_CN/figures/memoryMaps.png +share/mate/help/mate-system-monitor/zh_CN/figures/moreInfo.png +share/mate/help/mate-system-monitor/zh_CN/figures/processListing.png +share/mate/help/mate-system-monitor/zh_CN/figures/sortButton.png +share/mate/help/mate-system-monitor/zh_CN/figures/sortMenu.png +share/mate/help/mate-system-monitor/zh_CN/figures/sortMenu2.png +share/mate/help/mate-system-monitor/zh_CN/figures/systemMonitor.png +share/mate/help/mate-system-monitor/zh_CN/figures/viewMenu.png +share/mate/help/mate-system-monitor/zh_CN/mate-system-monitor.xml +share/omf/mate-system-monitor/mate-system-monitor-C.omf +share/omf/mate-system-monitor/mate-system-monitor-ar.omf +share/omf/mate-system-monitor/mate-system-monitor-bg.omf +share/omf/mate-system-monitor/mate-system-monitor-ca.omf +share/omf/mate-system-monitor/mate-system-monitor-cs.omf +share/omf/mate-system-monitor/mate-system-monitor-da.omf +share/omf/mate-system-monitor/mate-system-monitor-de.omf +share/omf/mate-system-monitor/mate-system-monitor-el.omf +share/omf/mate-system-monitor/mate-system-monitor-es.omf +share/omf/mate-system-monitor/mate-system-monitor-fr.omf +share/omf/mate-system-monitor/mate-system-monitor-oc.omf +share/omf/mate-system-monitor/mate-system-monitor-pa.omf +share/omf/mate-system-monitor/mate-system-monitor-sv.omf +share/omf/mate-system-monitor/mate-system-monitor-zh_CN.omf +share/pixmaps/mate-system-monitor/download.svg +share/pixmaps/mate-system-monitor/side.png +share/pixmaps/mate-system-monitor/upload.svg +@dirrm share/pixmaps/mate-system-monitor +@dirrm share/omf/mate-system-monitor +@dirrm share/mate/help/mate-system-monitor/zh_CN/figures +@dirrm share/mate/help/mate-system-monitor/zh_CN +@dirrm share/mate/help/mate-system-monitor/sv/figures +@dirrm share/mate/help/mate-system-monitor/sv +@dirrm share/mate/help/mate-system-monitor/pa/figures +@dirrm share/mate/help/mate-system-monitor/pa +@dirrm share/mate/help/mate-system-monitor/oc/figures +@dirrm share/mate/help/mate-system-monitor/oc +@dirrm share/mate/help/mate-system-monitor/fr/figures +@dirrm share/mate/help/mate-system-monitor/fr +@dirrm share/mate/help/mate-system-monitor/es/figures +@dirrm share/mate/help/mate-system-monitor/es +@dirrm share/mate/help/mate-system-monitor/el/figures +@dirrm share/mate/help/mate-system-monitor/el +@dirrm share/mate/help/mate-system-monitor/de/figures +@dirrm share/mate/help/mate-system-monitor/de +@dirrm share/mate/help/mate-system-monitor/da/figures +@dirrm share/mate/help/mate-system-monitor/da +@dirrm share/mate/help/mate-system-monitor/cs/figures +@dirrm share/mate/help/mate-system-monitor/cs +@dirrm share/mate/help/mate-system-monitor/ca/figures +@dirrm share/mate/help/mate-system-monitor/ca +@dirrm share/mate/help/mate-system-monitor/bg/figures +@dirrm share/mate/help/mate-system-monitor/bg +@dirrm share/mate/help/mate-system-monitor/ar/figures +@dirrm share/mate/help/mate-system-monitor/ar +@dirrm share/mate/help/mate-system-monitor/C/figures +@dirrm share/mate/help/mate-system-monitor/C +@dirrm share/mate/help/mate-system-monitor +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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/textproc/Makefile b/textproc/Makefile index 3158417a8838..d0a5204d3346 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -421,6 +421,7 @@ SUBDIR += manued.el SUBDIR += markdown SUBDIR += markdown-mode.el + SUBDIR += mate-doc-utils SUBDIR += mathml-xsd SUBDIR += mdocml SUBDIR += meld diff --git a/textproc/mate-doc-utils/Makefile b/textproc/mate-doc-utils/Makefile new file mode 100644 index 000000000000..ab8e6b47b6a8 --- /dev/null +++ b/textproc/mate-doc-utils/Makefile @@ -0,0 +1,45 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-doc-utils +PORTVERSION= 1.6.2 +CATEGORIES= textproc mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE doc utils + +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ + ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 +RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ + ${LOCALBASE}/share/xml/docbook/4.3/catalog.xml:${PORTSDIR}/textproc/docbook-xml-430 \ + ${LOCALBASE}/share/xml/docbook/4.4/catalog.xml:${PORTSDIR}/textproc/docbook-xml-440 \ + xml2po:${PORTSDIR}/textproc/gnome-doc-utils + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack +USE_GNOME= gnomehier libxml2 libxslt +USE_PYTHON= build +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +CONFIGURE_ARGS=--with-omf-dir=${PREFIX}/share/omf +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +post-patch: + @${REINPLACE_CMD} -e 's|-W compat|--traditional|g' \ + ${WRKSRC}/configure.ac + @${CHMOD} +x ${WRKSRC}/autogen.sh + +pre-install: + @${REINPLACE_CMD} -e 's|build_SUBDIRS = xml2po|build_SUBDIRS =|g ; \ + s|po rng xslt|po xslt|g' \ + ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/textproc/mate-doc-utils/distinfo b/textproc/mate-doc-utils/distinfo new file mode 100644 index 000000000000..a2e5171687e8 --- /dev/null +++ b/textproc/mate-doc-utils/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-doc-utils-1.6.2.tar.xz) = dce8ccf5790ec3564424eae73bd5131b5190abb3f915fe1a876d1e9d2156090e +SIZE (mate/mate-doc-utils-1.6.2.tar.xz) = 472156 diff --git a/textproc/mate-doc-utils/files/patch-autogen.sh b/textproc/mate-doc-utils/files/patch-autogen.sh new file mode 100644 index 000000000000..f9c08c5db86b --- /dev/null +++ b/textproc/mate-doc-utils/files/patch-autogen.sh @@ -0,0 +1,27 @@ +--- autogen.sh.orig 2013-10-19 11:55:08.000000000 +0200 ++++ autogen.sh 2013-10-19 11:55:03.000000000 +0200 +@@ -0,0 +1,24 @@ ++#!/bin/sh ++# Run this to generate all the initial makefiles, etc. ++ ++srcdir=`dirname $0` ++test -z "$srcdir" && srcdir=. ++ ++PKG_NAME="mate-power-manager" ++ ++(test -f $srcdir/configure.ac) || { ++ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" ++ echo " top-level $PKG_NAME directory" ++ exit 1 ++} ++ ++which mate-autogen || { ++ echo "You need to install mate-common from the MATE Git" ++ exit 1 ++} ++ ++REQUIRED_AUTOMAKE_VERSION=1.9 ++MATE_DATADIR="$mate_datadir" ++ ++. mate-autogen ++ diff --git a/textproc/mate-doc-utils/pkg-descr b/textproc/mate-doc-utils/pkg-descr new file mode 100644 index 000000000000..437cee92763e --- /dev/null +++ b/textproc/mate-doc-utils/pkg-descr @@ -0,0 +1,7 @@ +The MATE Doc Utils is a collection of documentation utilities for the MATE +project. Notably, it contains utilities for building documentation and all +auxiliary files in the source tree, and it contains the DocBook XSLT +stylesheets that were once distributed with Yelp. Yelp requires MATE Doc +Utils for the XSLT. + +WWW: http://mate-desktop.org/ diff --git a/textproc/mate-doc-utils/pkg-plist b/textproc/mate-doc-utils/pkg-plist new file mode 100644 index 000000000000..87b21852e8e9 --- /dev/null +++ b/textproc/mate-doc-utils/pkg-plist @@ -0,0 +1,307 @@ +bin/mate-doc-prepare +bin/mate-doc-tool +libdata/pkgconfig/mate-doc-utils.pc +share/aclocal/mate-doc-utils.m4 +share/locale/am/LC_MESSAGES/mate-doc-utils.mo +share/locale/ar/LC_MESSAGES/mate-doc-utils.mo +share/locale/as/LC_MESSAGES/mate-doc-utils.mo +share/locale/ast/LC_MESSAGES/mate-doc-utils.mo +share/locale/be@latin/LC_MESSAGES/mate-doc-utils.mo +share/locale/bg/LC_MESSAGES/mate-doc-utils.mo +share/locale/bn/LC_MESSAGES/mate-doc-utils.mo +share/locale/bn_IN/LC_MESSAGES/mate-doc-utils.mo +share/locale/ca/LC_MESSAGES/mate-doc-utils.mo +share/locale/ca@valencia/LC_MESSAGES/mate-doc-utils.mo +share/locale/cs/LC_MESSAGES/mate-doc-utils.mo +share/locale/cy/LC_MESSAGES/mate-doc-utils.mo +share/locale/da/LC_MESSAGES/mate-doc-utils.mo +share/locale/de/LC_MESSAGES/mate-doc-utils.mo +share/locale/dz/LC_MESSAGES/mate-doc-utils.mo +share/locale/el/LC_MESSAGES/mate-doc-utils.mo +share/locale/en@shaw/LC_MESSAGES/mate-doc-utils.mo +share/locale/en_AU/LC_MESSAGES/mate-doc-utils.mo +share/locale/en_CA/LC_MESSAGES/mate-doc-utils.mo +share/locale/en_GB/LC_MESSAGES/mate-doc-utils.mo +share/locale/es/LC_MESSAGES/mate-doc-utils.mo +share/locale/et/LC_MESSAGES/mate-doc-utils.mo +share/locale/eu/LC_MESSAGES/mate-doc-utils.mo +share/locale/fa/LC_MESSAGES/mate-doc-utils.mo +share/locale/fi/LC_MESSAGES/mate-doc-utils.mo +share/locale/fr/LC_MESSAGES/mate-doc-utils.mo +share/locale/ga/LC_MESSAGES/mate-doc-utils.mo +share/locale/gl/LC_MESSAGES/mate-doc-utils.mo +share/locale/gu/LC_MESSAGES/mate-doc-utils.mo +share/locale/he/LC_MESSAGES/mate-doc-utils.mo +share/locale/hi/LC_MESSAGES/mate-doc-utils.mo +share/locale/hr/LC_MESSAGES/mate-doc-utils.mo +share/locale/hu/LC_MESSAGES/mate-doc-utils.mo +share/locale/id/LC_MESSAGES/mate-doc-utils.mo +share/locale/it/LC_MESSAGES/mate-doc-utils.mo +share/locale/ja/LC_MESSAGES/mate-doc-utils.mo +share/locale/ka/LC_MESSAGES/mate-doc-utils.mo +share/locale/kn/LC_MESSAGES/mate-doc-utils.mo +share/locale/ko/LC_MESSAGES/mate-doc-utils.mo +share/locale/lt/LC_MESSAGES/mate-doc-utils.mo +share/locale/lv/LC_MESSAGES/mate-doc-utils.mo +share/locale/mai/LC_MESSAGES/mate-doc-utils.mo +share/locale/mg/LC_MESSAGES/mate-doc-utils.mo +share/locale/mk/LC_MESSAGES/mate-doc-utils.mo +share/locale/ml/LC_MESSAGES/mate-doc-utils.mo +share/locale/mn/LC_MESSAGES/mate-doc-utils.mo +share/locale/mr/LC_MESSAGES/mate-doc-utils.mo +share/locale/ms/LC_MESSAGES/mate-doc-utils.mo +share/locale/nb/LC_MESSAGES/mate-doc-utils.mo +share/locale/ne/LC_MESSAGES/mate-doc-utils.mo +share/locale/nl/LC_MESSAGES/mate-doc-utils.mo +share/locale/nn/LC_MESSAGES/mate-doc-utils.mo +share/locale/oc/LC_MESSAGES/mate-doc-utils.mo +share/locale/or/LC_MESSAGES/mate-doc-utils.mo +share/locale/pa/LC_MESSAGES/mate-doc-utils.mo +share/locale/pl/LC_MESSAGES/mate-doc-utils.mo +share/locale/pt/LC_MESSAGES/mate-doc-utils.mo +share/locale/pt_BR/LC_MESSAGES/mate-doc-utils.mo +share/locale/ro/LC_MESSAGES/mate-doc-utils.mo +share/locale/ru/LC_MESSAGES/mate-doc-utils.mo +share/locale/rw/LC_MESSAGES/mate-doc-utils.mo +share/locale/sk/LC_MESSAGES/mate-doc-utils.mo +share/locale/sl/LC_MESSAGES/mate-doc-utils.mo +share/locale/sq/LC_MESSAGES/mate-doc-utils.mo +share/locale/sr/LC_MESSAGES/mate-doc-utils.mo +share/locale/sr@latin/LC_MESSAGES/mate-doc-utils.mo +share/locale/sv/LC_MESSAGES/mate-doc-utils.mo +share/locale/ta/LC_MESSAGES/mate-doc-utils.mo +share/locale/te/LC_MESSAGES/mate-doc-utils.mo +share/locale/th/LC_MESSAGES/mate-doc-utils.mo +share/locale/tr/LC_MESSAGES/mate-doc-utils.mo +share/locale/ug/LC_MESSAGES/mate-doc-utils.mo +share/locale/uk/LC_MESSAGES/mate-doc-utils.mo +share/locale/vi/LC_MESSAGES/mate-doc-utils.mo +share/locale/wa/LC_MESSAGES/mate-doc-utils.mo +share/locale/zh_CN/LC_MESSAGES/mate-doc-utils.mo +share/locale/zh_HK/LC_MESSAGES/mate-doc-utils.mo +share/locale/zh_TW/LC_MESSAGES/mate-doc-utils.mo +%%DATADIR%%/icons/hicolor/48x48/status/admon-bug.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-caution.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-important.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-note.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-tip.png +%%DATADIR%%/icons/hicolor/48x48/status/admon-warning.png +%%DATADIR%%/icons/hicolor/scalable/status/admon-bug.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-caution.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-important.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-note.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-tip.svg +%%DATADIR%%/icons/hicolor/scalable/status/admon-warning.svg +%%DATADIR%%/mate-doc-utils.make +%%DATADIR%%/template-document.xml +%%DATADIR%%/template.make +%%DATADIR%%/template.omf.in +%%DATADIR%%/templates/legal.xml +%%DATADIR%%/templates/mate-app-template.xml +%%DATADIR%%/templates/mate-applet-template.xml +%%DATADIR%%/watermarks/watermark-blockquote-00AB.png +%%DATADIR%%/watermarks/watermark-blockquote-00BB.png +%%DATADIR%%/watermarks/watermark-blockquote-201C.png +%%DATADIR%%/watermarks/watermark-blockquote-201D.png +%%DATADIR%%/watermarks/watermark-blockquote-201E.png +%%DATADIR%%/watermarks/watermark-code-python.png +%%DATADIR%%/watermarks/watermark-code.png +share/mate/help/mate-doc-make/C/legal.xml +share/mate/help/mate-doc-make/C/make-ref.xml +share/mate/help/mate-doc-make/C/mate-doc-make.xml +share/mate/help/mate-doc-make/de/legal.xml +share/mate/help/mate-doc-make/de/make-ref.xml +share/mate/help/mate-doc-make/de/mate-doc-make.xml +share/mate/help/mate-doc-xslt/C/db-chunk.xml +share/mate/help/mate-doc-xslt/C/db-common.xml +share/mate/help/mate-doc-xslt/C/db-label.xml +share/mate/help/mate-doc-xslt/C/db-title.xml +share/mate/help/mate-doc-xslt/C/db-xref.xml +share/mate/help/mate-doc-xslt/C/db2html-autotoc.xml +share/mate/help/mate-doc-xslt/C/db2html-bibliography.xml +share/mate/help/mate-doc-xslt/C/db2html-block.xml +share/mate/help/mate-doc-xslt/C/db2html-callout.xml +share/mate/help/mate-doc-xslt/C/db2html-classsynopsis.xml +share/mate/help/mate-doc-xslt/C/db2html-cmdsynopsis.xml +share/mate/help/mate-doc-xslt/C/db2html-css.xml +share/mate/help/mate-doc-xslt/C/db2html-division.xml +share/mate/help/mate-doc-xslt/C/db2html-ebnf.xml +share/mate/help/mate-doc-xslt/C/db2html-footnote.xml +share/mate/help/mate-doc-xslt/C/db2html-funcsynopsis.xml +share/mate/help/mate-doc-xslt/C/db2html-index.xml +share/mate/help/mate-doc-xslt/C/db2html-info.xml +share/mate/help/mate-doc-xslt/C/db2html-inline.xml +share/mate/help/mate-doc-xslt/C/db2html-l10n.xml +share/mate/help/mate-doc-xslt/C/db2html-list.xml +share/mate/help/mate-doc-xslt/C/db2html-media.xml +share/mate/help/mate-doc-xslt/C/db2html-qanda.xml +share/mate/help/mate-doc-xslt/C/db2html-refentry.xml +share/mate/help/mate-doc-xslt/C/db2html-table.xml +share/mate/help/mate-doc-xslt/C/db2html-title.xml +share/mate/help/mate-doc-xslt/C/db2html-xref.xml +share/mate/help/mate-doc-xslt/C/db2html.xml +share/mate/help/mate-doc-xslt/C/db2omf.xml +share/mate/help/mate-doc-xslt/C/db2xhtml.xml +share/mate/help/mate-doc-xslt/C/gettext.xml +share/mate/help/mate-doc-xslt/C/l10n-numbers.xml +share/mate/help/mate-doc-xslt/C/legal.xml +share/mate/help/mate-doc-xslt/C/mate-doc-xslt.xml +share/mate/help/mate-doc-xslt/C/theme.xml +share/mate/help/mate-doc-xslt/C/translating.xml +share/mate/help/mate-doc-xslt/C/utils.xml +share/mate/help/mate-doc-xslt/de/db-chunk.xml +share/mate/help/mate-doc-xslt/de/db-common.xml +share/mate/help/mate-doc-xslt/de/db-label.xml +share/mate/help/mate-doc-xslt/de/db-title.xml +share/mate/help/mate-doc-xslt/de/db-xref.xml +share/mate/help/mate-doc-xslt/de/db2html-autotoc.xml +share/mate/help/mate-doc-xslt/de/db2html-bibliography.xml +share/mate/help/mate-doc-xslt/de/db2html-block.xml +share/mate/help/mate-doc-xslt/de/db2html-callout.xml +share/mate/help/mate-doc-xslt/de/db2html-classsynopsis.xml +share/mate/help/mate-doc-xslt/de/db2html-cmdsynopsis.xml +share/mate/help/mate-doc-xslt/de/db2html-css.xml +share/mate/help/mate-doc-xslt/de/db2html-division.xml +share/mate/help/mate-doc-xslt/de/db2html-ebnf.xml +share/mate/help/mate-doc-xslt/de/db2html-footnote.xml +share/mate/help/mate-doc-xslt/de/db2html-funcsynopsis.xml +share/mate/help/mate-doc-xslt/de/db2html-index.xml +share/mate/help/mate-doc-xslt/de/db2html-info.xml +share/mate/help/mate-doc-xslt/de/db2html-inline.xml +share/mate/help/mate-doc-xslt/de/db2html-l10n.xml +share/mate/help/mate-doc-xslt/de/db2html-list.xml +share/mate/help/mate-doc-xslt/de/db2html-media.xml +share/mate/help/mate-doc-xslt/de/db2html-qanda.xml +share/mate/help/mate-doc-xslt/de/db2html-refentry.xml +share/mate/help/mate-doc-xslt/de/db2html-table.xml +share/mate/help/mate-doc-xslt/de/db2html-title.xml +share/mate/help/mate-doc-xslt/de/db2html-xref.xml +share/mate/help/mate-doc-xslt/de/db2html.xml +share/mate/help/mate-doc-xslt/de/db2omf.xml +share/mate/help/mate-doc-xslt/de/db2xhtml.xml +share/mate/help/mate-doc-xslt/de/gettext.xml +share/mate/help/mate-doc-xslt/de/l10n-numbers.xml +share/mate/help/mate-doc-xslt/de/legal.xml +share/mate/help/mate-doc-xslt/de/mate-doc-xslt.xml +share/mate/help/mate-doc-xslt/de/theme.xml +share/mate/help/mate-doc-xslt/de/translating.xml +share/mate/help/mate-doc-xslt/de/utils.xml +share/omf/mate-doc-make/mate-doc-make-C.omf +share/omf/mate-doc-make/mate-doc-make-de.omf +share/omf/mate-doc-xslt/mate-doc-xslt-C.omf +share/omf/mate-doc-xslt/mate-doc-xslt-de.omf +share/xml/mate/xslt/common/theme.xsl +share/xml/mate/xslt/common/utils.xsl +share/xml/mate/xslt/docbook/common/db-chunk.xsl +share/xml/mate/xslt/docbook/common/db-common.xsl +share/xml/mate/xslt/docbook/common/db-label.xsl +share/xml/mate/xslt/docbook/common/db-title.xsl +share/xml/mate/xslt/docbook/common/db-xref.xsl +share/xml/mate/xslt/docbook/html/db2html-autotoc.xsl +share/xml/mate/xslt/docbook/html/db2html-bibliography.xsl +share/xml/mate/xslt/docbook/html/db2html-block.xsl +share/xml/mate/xslt/docbook/html/db2html-callout.xsl +share/xml/mate/xslt/docbook/html/db2html-classsynopsis.xsl +share/xml/mate/xslt/docbook/html/db2html-cmdsynopsis.xsl +share/xml/mate/xslt/docbook/html/db2html-css.xsl +share/xml/mate/xslt/docbook/html/db2html-division.xsl +share/xml/mate/xslt/docbook/html/db2html-ebnf.xsl +share/xml/mate/xslt/docbook/html/db2html-footnote.xsl +share/xml/mate/xslt/docbook/html/db2html-funcsynopsis.xsl +share/xml/mate/xslt/docbook/html/db2html-index.xsl +share/xml/mate/xslt/docbook/html/db2html-info.xsl +share/xml/mate/xslt/docbook/html/db2html-inline.xsl +share/xml/mate/xslt/docbook/html/db2html-l10n.xsl +share/xml/mate/xslt/docbook/html/db2html-list.xsl +share/xml/mate/xslt/docbook/html/db2html-media.xsl +share/xml/mate/xslt/docbook/html/db2html-qanda.xsl +share/xml/mate/xslt/docbook/html/db2html-refentry.xsl +share/xml/mate/xslt/docbook/html/db2html-suppressed.xsl +share/xml/mate/xslt/docbook/html/db2html-table.xsl +share/xml/mate/xslt/docbook/html/db2html-title.xsl +share/xml/mate/xslt/docbook/html/db2html-xref.xsl +share/xml/mate/xslt/docbook/html/db2html.xsl +share/xml/mate/xslt/docbook/html/db2xhtml.xsl +share/xml/mate/xslt/docbook/omf/db2omf.xsl +share/xml/mate/xslt/docbook/utils/chunks.xsl +share/xml/mate/xslt/docbook/utils/credits.xsl +share/xml/mate/xslt/docbook/utils/figures.xsl +share/xml/mate/xslt/docbook/utils/graphics.xsl +share/xml/mate/xslt/docbook/utils/ids.xsl +share/xml/mate/xslt/gettext/gettext.xsl +share/xml/mate/xslt/gettext/l10n-numbers.xsl +share/xml/mate/xslt/gettext/l10n.xml +share/xml/mate/xslt/mallard/cache/mal-cache.xsl +share/xml/mate/xslt/mallard/common/mal-chunk.xsl +share/xml/mate/xslt/mallard/common/mal-link.xsl +share/xml/mate/xslt/mallard/html/mal2html-block.xsl +share/xml/mate/xslt/mallard/html/mal2html-css.xsl +share/xml/mate/xslt/mallard/html/mal2html-inline.xsl +share/xml/mate/xslt/mallard/html/mal2html-list.xsl +share/xml/mate/xslt/mallard/html/mal2html-media.xsl +share/xml/mate/xslt/mallard/html/mal2html-page.xsl +share/xml/mate/xslt/mallard/html/mal2html-table.xsl +share/xml/mate/xslt/mallard/html/mal2html.xsl +share/xml/mate/xslt/mallard/html/mal2xhtml.xsl +@dirrm share/xml/mate/xslt/mallard/html +@dirrm share/xml/mate/xslt/mallard/common +@dirrm share/xml/mate/xslt/mallard/cache +@dirrm share/xml/mate/xslt/mallard +@dirrm share/xml/mate/xslt/gettext +@dirrm share/xml/mate/xslt/docbook/utils +@dirrm share/xml/mate/xslt/docbook/omf +@dirrm share/xml/mate/xslt/docbook/html +@dirrm share/xml/mate/xslt/docbook/common +@dirrm share/xml/mate/xslt/docbook +@dirrm share/xml/mate/xslt/common +@dirrm share/xml/mate/xslt +@dirrm share/xml/mate +@dirrm share/omf/mate-doc-xslt +@dirrm share/omf/mate-doc-make +@dirrm share/mate/help/mate-doc-xslt/de +@dirrm share/mate/help/mate-doc-xslt/C +@dirrm share/mate/help/mate-doc-xslt +@dirrm share/mate/help/mate-doc-make/de +@dirrm share/mate/help/mate-doc-make/C +@dirrm share/mate/help/mate-doc-make +@dirrm %%DATADIR%%/watermarks +@dirrm %%DATADIR%%/templates +@dirrm %%DATADIR%%/icons/hicolor/scalable/status +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/48x48/status +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@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/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/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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-fm/Makefile b/x11-fm/Makefile index ec246e7f7e39..cf326ad115b1 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -15,6 +15,7 @@ SUBDIR += gnome-commander2 SUBDIR += gprename SUBDIR += krusader2 + SUBDIR += mate-file-manager SUBDIR += mtoolsfm SUBDIR += mucommander SUBDIR += nautilus diff --git a/x11-fm/mate-file-manager/Makefile b/x11-fm/mate-file-manager/Makefile new file mode 100644 index 000000000000..cff4cf7a19f2 --- /dev/null +++ b/x11-fm/mate-file-manager/Makefile @@ -0,0 +1,48 @@ +# Created by: ade, archie +# $FreeBSD$ + +PORTNAME= mate-file-manager +PORTVERSION= 1.6.2 +CATEGORIES= x11-fm mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT?= File manager for the MATE desktop + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libexempi.so:${PORTSDIR}/textproc/exempi +RUN_DEPENDS= ${LOCALBASE}/libexec/gvfsd:${PORTSDIR}/devel/gvfs + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ + shared-mime-info +USE_XZ= yes +USE_MATE= desktop icontheme:run +USE_XORG= ice x11 xrender +USE_GNOME= glib20 gnomehier gtk20 intlhack introspection:build \ + libxml2 ltasneededhack ltverhack pango +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBPNG="-L${LOCALBASE}/lib -lpng -lz" +CONFIGURE_ARGS= --enable-static \ + --disable-packagekit \ + --with-gtk=2.0 \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.caja.gschema.xml \ + org.mate.media-handling.gschema.xml + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/caja/extensions-2.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcaja-extension.so.1 + +.include <bsd.port.mk> diff --git a/x11-fm/mate-file-manager/distinfo b/x11-fm/mate-file-manager/distinfo new file mode 100644 index 000000000000..2090a1a25f5f --- /dev/null +++ b/x11-fm/mate-file-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-file-manager-1.6.2.tar.xz) = c1df364fa72ca7e37faf2124cecd90d6d1be9532030d11d2d7bbe2aa93db74f3 +SIZE (mate/mate-file-manager-1.6.2.tar.xz) = 3522924 diff --git a/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c new file mode 100644 index 000000000000..d709dec1e833 --- /dev/null +++ b/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c @@ -0,0 +1,12 @@ +--- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007 ++++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007 +@@ -89,9 +89,7 @@ + #if HAVE_SYS_VFS_H + #include <sys/vfs.h> + #elif HAVE_SYS_MOUNT_H +-#if HAVE_SYS_PARAM_H + #include <sys/param.h> +-#endif + #include <sys/mount.h> + #endif + diff --git a/x11-fm/mate-file-manager/pkg-descr b/x11-fm/mate-file-manager/pkg-descr new file mode 100644 index 000000000000..69e0fa9fd465 --- /dev/null +++ b/x11-fm/mate-file-manager/pkg-descr @@ -0,0 +1,5 @@ +Caja (mate-file-manager) is a file manager tightly integrated into the +MATE destkop.It is also responsible for desktop and icon management, and +provides an intuitive interface for accessing files and webpages. + +WWW: http://mate-desktop.org/ diff --git a/x11-fm/mate-file-manager/pkg-plist b/x11-fm/mate-file-manager/pkg-plist new file mode 100644 index 000000000000..47880327f9f3 --- /dev/null +++ b/x11-fm/mate-file-manager/pkg-plist @@ -0,0 +1,325 @@ +bin/caja +bin/caja-autorun-software +bin/caja-connect-server +bin/caja-file-management-properties +include/caja/libcaja-extension/caja-column-provider.h +include/caja/libcaja-extension/caja-column.h +include/caja/libcaja-extension/caja-extension-types.h +include/caja/libcaja-extension/caja-file-info.h +include/caja/libcaja-extension/caja-info-provider.h +include/caja/libcaja-extension/caja-location-widget-provider.h +include/caja/libcaja-extension/caja-menu-item.h +include/caja/libcaja-extension/caja-menu-provider.h +include/caja/libcaja-extension/caja-menu.h +include/caja/libcaja-extension/caja-property-page-provider.h +include/caja/libcaja-extension/caja-property-page.h +lib/girepository-1.0/Caja-2.0.typelib +lib/libcaja-extension.a +lib/libcaja-extension.la +lib/libcaja-extension.so +lib/libcaja-extension.so.1 +libdata/pkgconfig/libcaja-extension.pc +libexec/caja-convert-metadata +man/man1/caja.1.gz +man/man1/caja-connect-server.1.gz +man/man1/caja-file-management-properties.1.gz +share/MateConf/gsettings/caja.convert +share/applications/caja-autorun-software.desktop +share/applications/caja-browser.desktop +share/applications/caja-computer.desktop +share/applications/caja-file-management-properties.desktop +share/applications/caja-folder-handler.desktop +share/applications/caja-home.desktop +share/applications/caja.desktop +share/applications/mate-network-scheme.desktop +share/caja/browser.xml +share/caja/caja-extras.placeholder +share/caja/caja-suggested.placeholder +share/caja/patterns/blue_gray_rough.png +share/caja/patterns/blue_ridge.png +share/caja/patterns/blue_type.png +share/caja/patterns/brushed_metal.png +share/caja/patterns/burlap.jpg +share/caja/patterns/camouflage.png +share/caja/patterns/chalk.jpg +share/caja/patterns/cork.png +share/caja/patterns/countertop.png +share/caja/patterns/dark-mate.jpg +share/caja/patterns/dots.png +share/caja/patterns/fibers.png +share/caja/patterns/fleur_de_lis.png +share/caja/patterns/floral.png +share/caja/patterns/fossil.png +share/caja/patterns/green_weave.png +share/caja/patterns/ice.png +share/caja/patterns/manila_paper.png +share/caja/patterns/mate.jpg +share/caja/patterns/moss_ridge.png +share/caja/patterns/numbers.png +share/caja/patterns/ocean_stripes.png +share/caja/patterns/purple_marble.png +share/caja/patterns/reset.png +share/caja/patterns/ridged_paper.png +share/caja/patterns/rough_paper.png +share/caja/patterns/sky_ridge.png +share/caja/patterns/snow_ridge.png +share/caja/patterns/stucco.jpg +share/caja/patterns/terracotta.png +share/caja/patterns/wavy_white.png +share/caja/ui/caja-bookmarks-window.ui +share/caja/ui/caja-desktop-icon-view-ui.xml +share/caja/ui/caja-directory-view-ui.xml +share/caja/ui/caja-file-management-properties.ui +share/caja/ui/caja-icon-view-ui.xml +share/caja/ui/caja-list-view-ui.xml +share/caja/ui/caja-navigation-window-ui.xml +share/caja/ui/caja-shell-ui.xml +share/caja/ui/caja-spatial-window-ui.xml +share/dbus-1/services/org.mate.freedesktop.FileManager1.service +share/doc/libcaja-extension/ch01.html +share/doc/libcaja-extension/home.png +share/doc/libcaja-extension/index.html +share/doc/libcaja-extension/index.sgml +share/doc/libcaja-extension/ix01.html +share/doc/libcaja-extension/left.png +share/doc/libcaja-extension/libcaja-extension-caja-column-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-column.html +share/doc/libcaja-extension/libcaja-extension-caja-extension-types.html +share/doc/libcaja-extension/libcaja-extension-caja-file-info.html +share/doc/libcaja-extension/libcaja-extension-caja-info-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-location-widget-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-menu-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-menu.html +share/doc/libcaja-extension/libcaja-extension-caja-property-page-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-property-page.html +share/doc/libcaja-extension/libcaja-extension.devhelp2 +share/doc/libcaja-extension/pt01.html +share/doc/libcaja-extension/right.png +share/doc/libcaja-extension/style.css +share/doc/libcaja-extension/up.png +share/gir-1.0/Caja-2.0.gir +share/icons/hicolor/16x16/apps/caja.png +share/icons/hicolor/22x22/apps/caja.png +share/icons/hicolor/24x24/apps/caja.png +share/icons/hicolor/32x32/apps/caja.png +share/icons/hicolor/scalable/apps/caja.svg +share/locale/af/LC_MESSAGES/caja.mo +share/locale/am/LC_MESSAGES/caja.mo +share/locale/ar/LC_MESSAGES/caja.mo +share/locale/as/LC_MESSAGES/caja.mo +share/locale/ast/LC_MESSAGES/caja.mo +share/locale/az/LC_MESSAGES/caja.mo +share/locale/be/LC_MESSAGES/caja.mo +share/locale/be@latin/LC_MESSAGES/caja.mo +share/locale/bg/LC_MESSAGES/caja.mo +share/locale/bn/LC_MESSAGES/caja.mo +share/locale/bn_IN/LC_MESSAGES/caja.mo +share/locale/br/LC_MESSAGES/caja.mo +share/locale/bs/LC_MESSAGES/caja.mo +share/locale/ca/LC_MESSAGES/caja.mo +share/locale/ca@valencia/LC_MESSAGES/caja.mo +share/locale/crh/LC_MESSAGES/caja.mo +share/locale/cs/LC_MESSAGES/caja.mo +share/locale/cy/LC_MESSAGES/caja.mo +share/locale/da/LC_MESSAGES/caja.mo +share/locale/de/LC_MESSAGES/caja.mo +share/locale/dz/LC_MESSAGES/caja.mo +share/locale/el/LC_MESSAGES/caja.mo +share/locale/en@shaw/LC_MESSAGES/caja.mo +share/locale/en_AU/LC_MESSAGES/caja.mo +share/locale/en_CA/LC_MESSAGES/caja.mo +share/locale/en_GB/LC_MESSAGES/caja.mo +share/locale/eo/LC_MESSAGES/caja.mo +share/locale/es/LC_MESSAGES/caja.mo +share/locale/et/LC_MESSAGES/caja.mo +share/locale/eu/LC_MESSAGES/caja.mo +share/locale/fa/LC_MESSAGES/caja.mo +share/locale/fi/LC_MESSAGES/caja.mo +share/locale/fr/LC_MESSAGES/caja.mo +share/locale/fur/LC_MESSAGES/caja.mo +share/locale/fy/LC_MESSAGES/caja.mo +share/locale/ga/LC_MESSAGES/caja.mo +share/locale/gl/LC_MESSAGES/caja.mo +share/locale/gu/LC_MESSAGES/caja.mo +share/locale/gv/LC_MESSAGES/caja.mo +share/locale/ha/LC_MESSAGES/caja.mo +share/locale/he/LC_MESSAGES/caja.mo +share/locale/hi/LC_MESSAGES/caja.mo +share/locale/hr/LC_MESSAGES/caja.mo +share/locale/hu/LC_MESSAGES/caja.mo +share/locale/hy/LC_MESSAGES/caja.mo +share/locale/id/LC_MESSAGES/caja.mo +share/locale/ig/LC_MESSAGES/caja.mo +share/locale/io/LC_MESSAGES/caja.mo +share/locale/is/LC_MESSAGES/caja.mo +share/locale/it/LC_MESSAGES/caja.mo +share/locale/ja/LC_MESSAGES/caja.mo +share/locale/ka/LC_MESSAGES/caja.mo +share/locale/kk/LC_MESSAGES/caja.mo +share/locale/km/LC_MESSAGES/caja.mo +share/locale/kn/LC_MESSAGES/caja.mo +share/locale/ko/LC_MESSAGES/caja.mo +share/locale/ku/LC_MESSAGES/caja.mo +share/locale/ky/LC_MESSAGES/caja.mo +share/locale/li/LC_MESSAGES/caja.mo +share/locale/lt/LC_MESSAGES/caja.mo +share/locale/lv/LC_MESSAGES/caja.mo +share/locale/mai/LC_MESSAGES/caja.mo +share/locale/mg/LC_MESSAGES/caja.mo +share/locale/mi/LC_MESSAGES/caja.mo +share/locale/mk/LC_MESSAGES/caja.mo +share/locale/ml/LC_MESSAGES/caja.mo +share/locale/mn/LC_MESSAGES/caja.mo +share/locale/mr/LC_MESSAGES/caja.mo +share/locale/ms/LC_MESSAGES/caja.mo +share/locale/nb/LC_MESSAGES/caja.mo +share/locale/nds/LC_MESSAGES/caja.mo +share/locale/ne/LC_MESSAGES/caja.mo +share/locale/nl/LC_MESSAGES/caja.mo +share/locale/nn/LC_MESSAGES/caja.mo +share/locale/nso/LC_MESSAGES/caja.mo +share/locale/oc/LC_MESSAGES/caja.mo +share/locale/or/LC_MESSAGES/caja.mo +share/locale/pa/LC_MESSAGES/caja.mo +share/locale/pl/LC_MESSAGES/caja.mo +share/locale/ps/LC_MESSAGES/caja.mo +share/locale/pt/LC_MESSAGES/caja.mo +share/locale/pt_BR/LC_MESSAGES/caja.mo +share/locale/ro/LC_MESSAGES/caja.mo +share/locale/ru/LC_MESSAGES/caja.mo +share/locale/rw/LC_MESSAGES/caja.mo +share/locale/si/LC_MESSAGES/caja.mo +share/locale/sk/LC_MESSAGES/caja.mo +share/locale/sl/LC_MESSAGES/caja.mo +share/locale/sq/LC_MESSAGES/caja.mo +share/locale/sr/LC_MESSAGES/caja.mo +share/locale/sr@ije/LC_MESSAGES/caja.mo +share/locale/sr@latin/LC_MESSAGES/caja.mo +share/locale/sv/LC_MESSAGES/caja.mo +share/locale/ta/LC_MESSAGES/caja.mo +share/locale/te/LC_MESSAGES/caja.mo +share/locale/th/LC_MESSAGES/caja.mo +share/locale/tk/LC_MESSAGES/caja.mo +share/locale/tr/LC_MESSAGES/caja.mo +share/locale/ug/LC_MESSAGES/caja.mo +share/locale/uk/LC_MESSAGES/caja.mo +share/locale/uz/LC_MESSAGES/caja.mo +share/locale/uz@cyrillic/LC_MESSAGES/caja.mo +share/locale/vi/LC_MESSAGES/caja.mo +share/locale/wa/LC_MESSAGES/caja.mo +share/locale/xh/LC_MESSAGES/caja.mo +share/locale/yi/LC_MESSAGES/caja.mo +share/locale/yo/LC_MESSAGES/caja.mo +share/locale/zh_CN/LC_MESSAGES/caja.mo +share/locale/zh_HK/LC_MESSAGES/caja.mo +share/locale/zh_TW/LC_MESSAGES/caja.mo +share/locale/zu/LC_MESSAGES/caja.mo +share/mate-file-manager/icons/hicolor/16x16/emblems/emblem-note.png +share/mate-file-manager/icons/hicolor/24x24/emblems/emblem-note.png +share/mate-file-manager/icons/hicolor/48x48/emblems/emblem-note.png +share/mime/application/x-mate-saved-search.xml +share/mime/packages/caja.xml +share/pixmaps/caja/audio.svg +share/pixmaps/caja/backgrounds.png +share/pixmaps/caja/chit_frame.png +share/pixmaps/caja/colors.png +share/pixmaps/caja/emblems.png +share/pixmaps/caja/erase.png +share/pixmaps/caja/knob.png +share/pixmaps/caja/thumbnail_frame.png +@dirrm share/pixmaps/caja +@dirrmtry share/mate-file-manager/icons/hicolor/48x48/emblems +@dirrmtry share/mate-file-manager/icons/hicolor/48x48 +@dirrmtry share/mate-file-manager/icons/hicolor/24x24/emblems +@dirrmtry share/mate-file-manager/icons/hicolor/24x24 +@dirrmtry share/mate-file-manager/icons/hicolor/16x16/emblems +@dirrmtry share/mate-file-manager/icons/hicolor/16x16 +@dirrmtry share/mate-file-manager/icons/hicolor +@dirrmtry share/mate-file-manager/icons +@dirrmtry share/mate-file-manager +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@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/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/io/LC_MESSAGES +@dirrmtry share/locale/io +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/gv/LC_MESSAGES +@dirrmtry share/locale/gv +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm share/doc/libcaja-extension +@dirrm share/caja/ui +@dirrm share/caja/patterns +@dirrm share/caja +@dirrmtry lib/caja/extensions-2.0 +@dirrmtry lib/caja +@dirrm include/caja/libcaja-extension +@dirrm include/caja diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 0b9b0eb108dd..f386298b4839 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -134,6 +134,10 @@ SUBDIR += linux-hicolor-icon-theme SUBDIR += lxappearance SUBDIR += lxde-icon-theme + SUBDIR += mate-backgrounds + SUBDIR += mate-icon-theme + SUBDIR += mate-icon-theme-faenza + SUBDIR += mate-themes SUBDIR += metacity-aluminumalloy-cryogenic-theme SUBDIR += metacity-aluminumalloy-smog-theme SUBDIR += metacity-aluminumalloy-toxic-theme diff --git a/x11-themes/mate-backgrounds/Makefile b/x11-themes/mate-backgrounds/Makefile new file mode 100644 index 000000000000..924b4e5b5ce0 --- /dev/null +++ b/x11-themes/mate-backgrounds/Makefile @@ -0,0 +1,25 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-backgrounds +PORTVERSION= 1.6.0 +CATEGORIES= x11-themes graphics mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Collection of backgrounds for MATE + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix +USE_XZ= yes +USE_MATE= autogen common:build intlhack +USE_GNOME= glib20 +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +.include <bsd.port.mk> diff --git a/x11-themes/mate-backgrounds/distinfo b/x11-themes/mate-backgrounds/distinfo new file mode 100644 index 000000000000..bd4656b88c63 --- /dev/null +++ b/x11-themes/mate-backgrounds/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-backgrounds-1.6.0.tar.xz) = 1a97f7e3e8551d3ccba4bf205855ac01e3aaf9db6b3666b89ae17fb7f2b99301 +SIZE (mate/mate-backgrounds-1.6.0.tar.xz) = 10770996 diff --git a/x11-themes/mate-backgrounds/pkg-descr b/x11-themes/mate-backgrounds/pkg-descr new file mode 100644 index 000000000000..d87d1ebedcb1 --- /dev/null +++ b/x11-themes/mate-backgrounds/pkg-descr @@ -0,0 +1,3 @@ +This module contains a set of backgrounds packaged with the MATE desktop. + +WWW: http://mate-desktop.org/ diff --git a/x11-themes/mate-backgrounds/pkg-plist b/x11-themes/mate-backgrounds/pkg-plist new file mode 100644 index 000000000000..68461dac4d18 --- /dev/null +++ b/x11-themes/mate-backgrounds/pkg-plist @@ -0,0 +1,169 @@ +share/backgrounds/mate/abstract/Arc-Colors-Transparent-Wallpaper.png +share/backgrounds/mate/abstract/Flow.png +share/backgrounds/mate/abstract/Gulp.png +share/backgrounds/mate/abstract/Silk.png +share/backgrounds/mate/abstract/Spring.png +share/backgrounds/mate/abstract/Waves.png +share/backgrounds/mate/desktop/GreenTraditional.jpg +share/backgrounds/mate/desktop/Stripes.png +share/backgrounds/mate/nature/Aqua.jpg +share/backgrounds/mate/nature/Blinds.jpg +share/backgrounds/mate/nature/Dune.jpg +share/backgrounds/mate/nature/FreshFlower.jpg +share/backgrounds/mate/nature/Garden.jpg +share/backgrounds/mate/nature/GreenMeadow.jpg +share/backgrounds/mate/nature/LadyBird.jpg +share/backgrounds/mate/nature/RainDrops.jpg +share/backgrounds/mate/nature/Storm.jpg +share/backgrounds/mate/nature/TwoWings.jpg +share/backgrounds/mate/nature/Wood.jpg +share/backgrounds/mate/nature/YellowFlower.jpg +share/locale/af/LC_MESSAGES/mate-backgrounds.mo +share/locale/an/LC_MESSAGES/mate-backgrounds.mo +share/locale/ar/LC_MESSAGES/mate-backgrounds.mo +share/locale/as/LC_MESSAGES/mate-backgrounds.mo +share/locale/ast/LC_MESSAGES/mate-backgrounds.mo +share/locale/be/LC_MESSAGES/mate-backgrounds.mo +share/locale/be@latin/LC_MESSAGES/mate-backgrounds.mo +share/locale/bg/LC_MESSAGES/mate-backgrounds.mo +share/locale/bn/LC_MESSAGES/mate-backgrounds.mo +share/locale/bn_IN/LC_MESSAGES/mate-backgrounds.mo +share/locale/ca/LC_MESSAGES/mate-backgrounds.mo +share/locale/ca@valencia/LC_MESSAGES/mate-backgrounds.mo +share/locale/cs/LC_MESSAGES/mate-backgrounds.mo +share/locale/cy/LC_MESSAGES/mate-backgrounds.mo +share/locale/da/LC_MESSAGES/mate-backgrounds.mo +share/locale/de/LC_MESSAGES/mate-backgrounds.mo +share/locale/dz/LC_MESSAGES/mate-backgrounds.mo +share/locale/el/LC_MESSAGES/mate-backgrounds.mo +share/locale/en@shaw/LC_MESSAGES/mate-backgrounds.mo +share/locale/en_CA/LC_MESSAGES/mate-backgrounds.mo +share/locale/en_GB/LC_MESSAGES/mate-backgrounds.mo +share/locale/eo/LC_MESSAGES/mate-backgrounds.mo +share/locale/es/LC_MESSAGES/mate-backgrounds.mo +share/locale/et/LC_MESSAGES/mate-backgrounds.mo +share/locale/eu/LC_MESSAGES/mate-backgrounds.mo +share/locale/fa/LC_MESSAGES/mate-backgrounds.mo +share/locale/fi/LC_MESSAGES/mate-backgrounds.mo +share/locale/fr/LC_MESSAGES/mate-backgrounds.mo +share/locale/fur/LC_MESSAGES/mate-backgrounds.mo +share/locale/fy/LC_MESSAGES/mate-backgrounds.mo +share/locale/ga/LC_MESSAGES/mate-backgrounds.mo +share/locale/gl/LC_MESSAGES/mate-backgrounds.mo +share/locale/gu/LC_MESSAGES/mate-backgrounds.mo +share/locale/he/LC_MESSAGES/mate-backgrounds.mo +share/locale/hi/LC_MESSAGES/mate-backgrounds.mo +share/locale/hu/LC_MESSAGES/mate-backgrounds.mo +share/locale/hy/LC_MESSAGES/mate-backgrounds.mo +share/locale/id/LC_MESSAGES/mate-backgrounds.mo +share/locale/it/LC_MESSAGES/mate-backgrounds.mo +share/locale/ja/LC_MESSAGES/mate-backgrounds.mo +share/locale/ka/LC_MESSAGES/mate-backgrounds.mo +share/locale/kk/LC_MESSAGES/mate-backgrounds.mo +share/locale/kn/LC_MESSAGES/mate-backgrounds.mo +share/locale/ko/LC_MESSAGES/mate-backgrounds.mo +share/locale/ku/LC_MESSAGES/mate-backgrounds.mo +share/locale/ky/LC_MESSAGES/mate-backgrounds.mo +share/locale/lt/LC_MESSAGES/mate-backgrounds.mo +share/locale/lv/LC_MESSAGES/mate-backgrounds.mo +share/locale/mai/LC_MESSAGES/mate-backgrounds.mo +share/locale/mg/LC_MESSAGES/mate-backgrounds.mo +share/locale/mk/LC_MESSAGES/mate-backgrounds.mo +share/locale/ml/LC_MESSAGES/mate-backgrounds.mo +share/locale/mn/LC_MESSAGES/mate-backgrounds.mo +share/locale/mr/LC_MESSAGES/mate-backgrounds.mo +share/locale/ms/LC_MESSAGES/mate-backgrounds.mo +share/locale/nb/LC_MESSAGES/mate-backgrounds.mo +share/locale/nds/LC_MESSAGES/mate-backgrounds.mo +share/locale/ne/LC_MESSAGES/mate-backgrounds.mo +share/locale/nl/LC_MESSAGES/mate-backgrounds.mo +share/locale/nn/LC_MESSAGES/mate-backgrounds.mo +share/locale/oc/LC_MESSAGES/mate-backgrounds.mo +share/locale/or/LC_MESSAGES/mate-backgrounds.mo +share/locale/pa/LC_MESSAGES/mate-backgrounds.mo +share/locale/pl/LC_MESSAGES/mate-backgrounds.mo +share/locale/ps/LC_MESSAGES/mate-backgrounds.mo +share/locale/pt/LC_MESSAGES/mate-backgrounds.mo +share/locale/pt_BR/LC_MESSAGES/mate-backgrounds.mo +share/locale/ro/LC_MESSAGES/mate-backgrounds.mo +share/locale/ru/LC_MESSAGES/mate-backgrounds.mo +share/locale/rw/LC_MESSAGES/mate-backgrounds.mo +share/locale/si/LC_MESSAGES/mate-backgrounds.mo +share/locale/sk/LC_MESSAGES/mate-backgrounds.mo +share/locale/sl/LC_MESSAGES/mate-backgrounds.mo +share/locale/sq/LC_MESSAGES/mate-backgrounds.mo +share/locale/sr/LC_MESSAGES/mate-backgrounds.mo +share/locale/sr@latin/LC_MESSAGES/mate-backgrounds.mo +share/locale/sv/LC_MESSAGES/mate-backgrounds.mo +share/locale/ta/LC_MESSAGES/mate-backgrounds.mo +share/locale/te/LC_MESSAGES/mate-backgrounds.mo +share/locale/th/LC_MESSAGES/mate-backgrounds.mo +share/locale/tr/LC_MESSAGES/mate-backgrounds.mo +share/locale/uk/LC_MESSAGES/mate-backgrounds.mo +share/locale/uz/LC_MESSAGES/mate-backgrounds.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-backgrounds.mo +share/locale/vi/LC_MESSAGES/mate-backgrounds.mo +share/locale/zh_CN/LC_MESSAGES/mate-backgrounds.mo +share/locale/zh_HK/LC_MESSAGES/mate-backgrounds.mo +share/locale/zh_TW/LC_MESSAGES/mate-backgrounds.mo +share/mate-background-properties/mate-abstract.xml +share/mate-background-properties/mate-desktop.xml +share/mate-background-properties/mate-nature.xml +@dirrm share/mate-background-properties +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@dirrmtry share/backgrounds/mate/nature +@dirrmtry share/backgrounds/mate/desktop +@dirrmtry share/backgrounds/mate/abstract +@dirrmtry share/backgrounds/mate +@dirrmtry share/backgrounds diff --git a/x11-themes/mate-icon-theme-faenza/Makefile b/x11-themes/mate-icon-theme-faenza/Makefile new file mode 100644 index 000000000000..58070514ef1d --- /dev/null +++ b/x11-themes/mate-icon-theme-faenza/Makefile @@ -0,0 +1,32 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-icon-theme-faenza +PORTVERSION= 1.6.0 +CATEGORIES= x11-themes mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Collection of Faenza and Faience icons for the MATE desktop + +PORTSCOUT= limitw:1,even + +USE_XZ= yes +NO_BUILD= yes +INSTALLS_ICONS= yes + +pre-install: +# work around space in filename which make stage scripts barf +. for i in 16 22 24 32 48 + ${MV} ${WRKSRC}/matefaenza/apps/${i}/numpty\ physics.png \ + ${WRKSRC}/matefaenza/apps/${i}/numptyphysics.png +. endfor + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons + cd ${WRKSRC} && ${COPYTREE_SHARE} matefaenza ${STAGEDIR}${PREFIX}/share/icons + cd ${WRKSRC} && ${COPYTREE_SHARE} matefaenzadark ${STAGEDIR}${PREFIX}/share/icons + cd ${WRKSRC} && ${COPYTREE_SHARE} matefaenzagray ${STAGEDIR}${PREFIX}/share/icons + +.include <bsd.port.mk> diff --git a/x11-themes/mate-icon-theme-faenza/distinfo b/x11-themes/mate-icon-theme-faenza/distinfo new file mode 100644 index 000000000000..7f7a3287fdcd --- /dev/null +++ b/x11-themes/mate-icon-theme-faenza/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-icon-theme-faenza-1.6.0.tar.xz) = 8fdf1ebf45b1156230ac923c237e55b26366ffafe19db6c6ba1d46ccb819928b +SIZE (mate/mate-icon-theme-faenza-1.6.0.tar.xz) = 21000520 diff --git a/x11-themes/mate-icon-theme-faenza/pkg-descr b/x11-themes/mate-icon-theme-faenza/pkg-descr new file mode 100644 index 000000000000..cf2fdd50bb70 --- /dev/null +++ b/x11-themes/mate-icon-theme-faenza/pkg-descr @@ -0,0 +1,6 @@ +This icon theme uses Faenza and Faience icon themes by ~Tiheum and +some icons customized for MATE by Rowen Stipe. + +Also, there are some icons from Mint-X-F and Faenza-Fresh icon packs. + +WWW: http://mate-desktop.org/ diff --git a/x11-themes/mate-icon-theme-faenza/pkg-plist b/x11-themes/mate-icon-theme-faenza/pkg-plist new file mode 100644 index 000000000000..5e71c25a3c92 --- /dev/null +++ b/x11-themes/mate-icon-theme-faenza/pkg-plist @@ -0,0 +1,27630 @@ +share/icons/matefaenza/actions/16/add-files-to-archive.png +share/icons/matefaenza/actions/16/add-folder-to-archive.png +share/icons/matefaenza/actions/16/add.png +share/icons/matefaenza/actions/16/address-book-new.png +share/icons/matefaenza/actions/16/application-exit.png +share/icons/matefaenza/actions/16/appointment-new.png +share/icons/matefaenza/actions/16/appointment.png +share/icons/matefaenza/actions/16/audio-cd-duplicate.png +share/icons/matefaenza/actions/16/audio-cd-new.png +share/icons/matefaenza/actions/16/back.png +share/icons/matefaenza/actions/16/bonobo-component-browser.png +share/icons/matefaenza/actions/16/bookmark-new.png +share/icons/matefaenza/actions/16/bookmark_add.png +share/icons/matefaenza/actions/16/bookmark_list_add.png +share/icons/matefaenza/actions/16/bottom.png +share/icons/matefaenza/actions/16/browser-download.png +share/icons/matefaenza/actions/16/cab_extract.png +share/icons/matefaenza/actions/16/call-start.png +share/icons/matefaenza/actions/16/call-stop.png +share/icons/matefaenza/actions/16/centrejust.png +share/icons/matefaenza/actions/16/contact-new.png +share/icons/matefaenza/actions/16/dialog-apply.png +share/icons/matefaenza/actions/16/dialog-no.png +share/icons/matefaenza/actions/16/dialog-ok.png +share/icons/matefaenza/actions/16/dialog-yes.png +share/icons/matefaenza/actions/16/document-export.png +share/icons/matefaenza/actions/16/document-import.png +share/icons/matefaenza/actions/16/document-new.png +share/icons/matefaenza/actions/16/document-open-recent.png +share/icons/matefaenza/actions/16/document-open.png +share/icons/matefaenza/actions/16/document-page-setup.png +share/icons/matefaenza/actions/16/document-print-preview.png +share/icons/matefaenza/actions/16/document-print.png +share/icons/matefaenza/actions/16/document-properties.png +share/icons/matefaenza/actions/16/document-revert.png +share/icons/matefaenza/actions/16/document-save-as.png +share/icons/matefaenza/actions/16/document-save.png +share/icons/matefaenza/actions/16/document-send.png +share/icons/matefaenza/actions/16/down.png +share/icons/matefaenza/actions/16/edit-add.png +share/icons/matefaenza/actions/16/edit-clear.png +share/icons/matefaenza/actions/16/edit-copy.png +share/icons/matefaenza/actions/16/edit-cut.png +share/icons/matefaenza/actions/16/edit-delete.png +share/icons/matefaenza/actions/16/edit-find-replace.png +share/icons/matefaenza/actions/16/edit-find.png +share/icons/matefaenza/actions/16/edit-paste.png +share/icons/matefaenza/actions/16/edit-redo.png +share/icons/matefaenza/actions/16/edit-select-all.png +share/icons/matefaenza/actions/16/edit-undo.png +share/icons/matefaenza/actions/16/editclear.png +share/icons/matefaenza/actions/16/editcopy.png +share/icons/matefaenza/actions/16/editcut.png +share/icons/matefaenza/actions/16/editdelete.png +share/icons/matefaenza/actions/16/editpaste.png +share/icons/matefaenza/actions/16/exit.png +share/icons/matefaenza/actions/16/extract-archive.png +share/icons/matefaenza/actions/16/file_new.png +share/icons/matefaenza/actions/16/filefind.png +share/icons/matefaenza/actions/16/fileopen.png +share/icons/matefaenza/actions/16/fileprint.png +share/icons/matefaenza/actions/16/filesave.png +share/icons/matefaenza/actions/16/filesaveas.png +share/icons/matefaenza/actions/16/find.png +share/icons/matefaenza/actions/16/finish.png +share/icons/matefaenza/actions/16/folder-copy.png +share/icons/matefaenza/actions/16/folder-move.png +share/icons/matefaenza/actions/16/folder-new.png +share/icons/matefaenza/actions/16/folder_new.png +share/icons/matefaenza/actions/16/format-indent-less.png +share/icons/matefaenza/actions/16/format-indent-more.png +share/icons/matefaenza/actions/16/format-justify-center.png +share/icons/matefaenza/actions/16/format-justify-fill.png +share/icons/matefaenza/actions/16/format-justify-left.png +share/icons/matefaenza/actions/16/format-justify-right.png +share/icons/matefaenza/actions/16/format-text-bold.png +share/icons/matefaenza/actions/16/format-text-direction-ltr.png +share/icons/matefaenza/actions/16/format-text-direction-rtl.png +share/icons/matefaenza/actions/16/format-text-italic.png +share/icons/matefaenza/actions/16/format-text-strikethrough.png +share/icons/matefaenza/actions/16/format-text-underline.png +share/icons/matefaenza/actions/16/forward.png +share/icons/matefaenza/actions/16/games-endturn.png +share/icons/matefaenza/actions/16/gnome-app-install-star.png +share/icons/matefaenza/actions/16/gnome-lockscreen.png +share/icons/matefaenza/actions/16/gnome-log-out.png +share/icons/matefaenza/actions/16/gnome-logout.png +share/icons/matefaenza/actions/16/gnome-run.png +share/icons/matefaenza/actions/16/gnome-searchtool.png +share/icons/matefaenza/actions/16/gnome-session-logout.png +share/icons/matefaenza/actions/16/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/16/gnome-stock-mail-new.png +share/icons/matefaenza/actions/16/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/16/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/16/gnome-stock-text-indent.png +share/icons/matefaenza/actions/16/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/16/go-bottom.png +share/icons/matefaenza/actions/16/go-down.png +share/icons/matefaenza/actions/16/go-first.png +share/icons/matefaenza/actions/16/go-home.png +share/icons/matefaenza/actions/16/go-jump.png +share/icons/matefaenza/actions/16/go-last.png +share/icons/matefaenza/actions/16/go-next.png +share/icons/matefaenza/actions/16/go-previous.png +share/icons/matefaenza/actions/16/go-top.png +share/icons/matefaenza/actions/16/go-up.png +share/icons/matefaenza/actions/16/gohome.png +share/icons/matefaenza/actions/16/gtk-about.png +share/icons/matefaenza/actions/16/gtk-add.png +share/icons/matefaenza/actions/16/gtk-apply.png +share/icons/matefaenza/actions/16/gtk-bold.png +share/icons/matefaenza/actions/16/gtk-cancel.png +share/icons/matefaenza/actions/16/gtk-clear.png +share/icons/matefaenza/actions/16/gtk-close.png +share/icons/matefaenza/actions/16/gtk-copy.png +share/icons/matefaenza/actions/16/gtk-cut.png +share/icons/matefaenza/actions/16/gtk-delete.png +share/icons/matefaenza/actions/16/gtk-edit.png +share/icons/matefaenza/actions/16/gtk-execute.png +share/icons/matefaenza/actions/16/gtk-find-and-replace.png +share/icons/matefaenza/actions/16/gtk-find.png +share/icons/matefaenza/actions/16/gtk-fullscreen.png +share/icons/matefaenza/actions/16/gtk-go-back-ltr.png +share/icons/matefaenza/actions/16/gtk-go-back-rtl.png +share/icons/matefaenza/actions/16/gtk-go-down.png +share/icons/matefaenza/actions/16/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/16/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/16/gtk-go-up.png +share/icons/matefaenza/actions/16/gtk-goto-bottom.png +share/icons/matefaenza/actions/16/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/16/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/16/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/16/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/16/gtk-goto-top.png +share/icons/matefaenza/actions/16/gtk-home.png +share/icons/matefaenza/actions/16/gtk-indent-ltr.png +share/icons/matefaenza/actions/16/gtk-indent-rtl.png +share/icons/matefaenza/actions/16/gtk-info.png +share/icons/matefaenza/actions/16/gtk-italic.png +share/icons/matefaenza/actions/16/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/16/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/16/gtk-justify-center.png +share/icons/matefaenza/actions/16/gtk-justify-fill.png +share/icons/matefaenza/actions/16/gtk-justify-left.png +share/icons/matefaenza/actions/16/gtk-justify-right.png +share/icons/matefaenza/actions/16/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/16/gtk-media-next-ltr.png +share/icons/matefaenza/actions/16/gtk-media-next-rtl.png +share/icons/matefaenza/actions/16/gtk-media-pause.png +share/icons/matefaenza/actions/16/gtk-media-play-ltr.png +share/icons/matefaenza/actions/16/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/16/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/16/gtk-media-record.png +share/icons/matefaenza/actions/16/gtk-media-stop.png +share/icons/matefaenza/actions/16/gtk-new.png +share/icons/matefaenza/actions/16/gtk-no.png +share/icons/matefaenza/actions/16/gtk-ok.png +share/icons/matefaenza/actions/16/gtk-open.png +share/icons/matefaenza/actions/16/gtk-paste.png +share/icons/matefaenza/actions/16/gtk-print-preview.png +share/icons/matefaenza/actions/16/gtk-print.png +share/icons/matefaenza/actions/16/gtk-properties.png +share/icons/matefaenza/actions/16/gtk-quit.png +share/icons/matefaenza/actions/16/gtk-redo-ltr.png +share/icons/matefaenza/actions/16/gtk-refresh.png +share/icons/matefaenza/actions/16/gtk-remove.png +share/icons/matefaenza/actions/16/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/16/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/16/gtk-save-as.png +share/icons/matefaenza/actions/16/gtk-save.png +share/icons/matefaenza/actions/16/gtk-select-all.png +share/icons/matefaenza/actions/16/gtk-sort-ascending.png +share/icons/matefaenza/actions/16/gtk-sort-descending.png +share/icons/matefaenza/actions/16/gtk-spell-check.png +share/icons/matefaenza/actions/16/gtk-stop.png +share/icons/matefaenza/actions/16/gtk-strikethrough.png +share/icons/matefaenza/actions/16/gtk-underline.png +share/icons/matefaenza/actions/16/gtk-undo-ltr.png +share/icons/matefaenza/actions/16/gtk-unindent-ltr.png +share/icons/matefaenza/actions/16/gtk-unindent-rtl.png +share/icons/matefaenza/actions/16/gtk-yes.png +share/icons/matefaenza/actions/16/gtk-zoom-100.png +share/icons/matefaenza/actions/16/gtk-zoom-fit.png +share/icons/matefaenza/actions/16/gtk-zoom-in.png +share/icons/matefaenza/actions/16/gtk-zoom-out.png +share/icons/matefaenza/actions/16/help-about.png +share/icons/matefaenza/actions/16/help-contents.png +share/icons/matefaenza/actions/16/im-message-new.png +share/icons/matefaenza/actions/16/insert-image.png +share/icons/matefaenza/actions/16/insert-link.png +share/icons/matefaenza/actions/16/insert-text.png +share/icons/matefaenza/actions/16/internet-radio-new.png +share/icons/matefaenza/actions/16/iso-image-burn.png +share/icons/matefaenza/actions/16/kfind.png +share/icons/matefaenza/actions/16/kfm-home.png +share/icons/matefaenza/actions/16/leftjust.png +share/icons/matefaenza/actions/16/list-add.png +share/icons/matefaenza/actions/16/list-remove.png +share/icons/matefaenza/actions/16/locationbar-erase.png +share/icons/matefaenza/actions/16/lock.png +share/icons/matefaenza/actions/16/lock.xpm +share/icons/matefaenza/actions/16/lpi-bug.png +share/icons/matefaenza/actions/16/lpi-help.png +share/icons/matefaenza/actions/16/lpi-translate.png +share/icons/matefaenza/actions/16/lxde-logout.png +share/icons/matefaenza/actions/16/mail-attachment.png +share/icons/matefaenza/actions/16/mail-folder-sent.png +share/icons/matefaenza/actions/16/mail-forward.png +share/icons/matefaenza/actions/16/mail-inbox.png +share/icons/matefaenza/actions/16/mail-mark-important.png +share/icons/matefaenza/actions/16/mail-mark-junk.png +share/icons/matefaenza/actions/16/mail-mark-not-junk.png +share/icons/matefaenza/actions/16/mail-mark-notjunk.png +share/icons/matefaenza/actions/16/mail-mark-read.png +share/icons/matefaenza/actions/16/mail-mark-unread.png +share/icons/matefaenza/actions/16/mail-message-new.png +share/icons/matefaenza/actions/16/mail-outbox.png +share/icons/matefaenza/actions/16/mail-read.png +share/icons/matefaenza/actions/16/mail-replied.png +share/icons/matefaenza/actions/16/mail-reply-all.png +share/icons/matefaenza/actions/16/mail-reply-sender.png +share/icons/matefaenza/actions/16/mail-send-receive.png +share/icons/matefaenza/actions/16/mail-send.png +share/icons/matefaenza/actions/16/mail-sent.png +share/icons/matefaenza/actions/16/mail-unread.png +share/icons/matefaenza/actions/16/mail_forward.png +share/icons/matefaenza/actions/16/mail_new.png +share/icons/matefaenza/actions/16/mail_reply.png +share/icons/matefaenza/actions/16/mail_replyall.png +share/icons/matefaenza/actions/16/mail_send.png +share/icons/matefaenza/actions/16/media-eject.png +share/icons/matefaenza/actions/16/media-import-audio-cd.png +share/icons/matefaenza/actions/16/media-optical-audio-new.png +share/icons/matefaenza/actions/16/media-optical-burn.png +share/icons/matefaenza/actions/16/media-optical-copy.png +share/icons/matefaenza/actions/16/media-playback-pause.png +share/icons/matefaenza/actions/16/media-playback-start.png +share/icons/matefaenza/actions/16/media-playback-stop.png +share/icons/matefaenza/actions/16/media-playlist-repeat.png +share/icons/matefaenza/actions/16/media-playlist-shuffle.png +share/icons/matefaenza/actions/16/media-record.png +share/icons/matefaenza/actions/16/media-skip-backward.png +share/icons/matefaenza/actions/16/media-skip-forward.png +share/icons/matefaenza/actions/16/media-write-cd.png +share/icons/matefaenza/actions/16/music-library.png +share/icons/matefaenza/actions/16/next.png +share/icons/matefaenza/actions/16/object-flip-horizontal.png +share/icons/matefaenza/actions/16/object-flip-vertical.png +share/icons/matefaenza/actions/16/object-rotate-left.png +share/icons/matefaenza/actions/16/object-rotate-right.png +share/icons/matefaenza/actions/16/ok.png +share/icons/matefaenza/actions/16/package-available-locked.png +share/icons/matefaenza/actions/16/package-available.png +share/icons/matefaenza/actions/16/package-broken.png +share/icons/matefaenza/actions/16/package-downgrade.png +share/icons/matefaenza/actions/16/package-install.png +share/icons/matefaenza/actions/16/package-installed-locked.png +share/icons/matefaenza/actions/16/package-installed-outdated.png +share/icons/matefaenza/actions/16/package-installed-updated.png +share/icons/matefaenza/actions/16/package-new.png +share/icons/matefaenza/actions/16/package-purge.png +share/icons/matefaenza/actions/16/package-reinstall.png +share/icons/matefaenza/actions/16/package-remove.png +share/icons/matefaenza/actions/16/package-supported.png +share/icons/matefaenza/actions/16/package-upgrade.png +share/icons/matefaenza/actions/16/player-eject.png +share/icons/matefaenza/actions/16/player_end.png +share/icons/matefaenza/actions/16/player_pause.png +share/icons/matefaenza/actions/16/player_play.png +share/icons/matefaenza/actions/16/player_record.png +share/icons/matefaenza/actions/16/player_start.png +share/icons/matefaenza/actions/16/player_stop.png +share/icons/matefaenza/actions/16/podcast-new.png +share/icons/matefaenza/actions/16/preview-file.png +share/icons/matefaenza/actions/16/previous.png +share/icons/matefaenza/actions/16/process-stop.png +share/icons/matefaenza/actions/16/redhat-home.png +share/icons/matefaenza/actions/16/redo.png +share/icons/matefaenza/actions/16/reload.png +share/icons/matefaenza/actions/16/reload3.png +share/icons/matefaenza/actions/16/reload_all_tabs.png +share/icons/matefaenza/actions/16/reload_page.png +share/icons/matefaenza/actions/16/remove.png +share/icons/matefaenza/actions/16/revert.png +share/icons/matefaenza/actions/16/rhythmbox-set-star.png +share/icons/matefaenza/actions/16/rightjust.png +share/icons/matefaenza/actions/16/rotate.png +share/icons/matefaenza/actions/16/search.png +share/icons/matefaenza/actions/16/star.png +share/icons/matefaenza/actions/16/start.png +share/icons/matefaenza/actions/16/stock-refresh.png +share/icons/matefaenza/actions/16/stock_about.png +share/icons/matefaenza/actions/16/stock_add-bookmark.png +share/icons/matefaenza/actions/16/stock_attach.png +share/icons/matefaenza/actions/16/stock_bottom.png +share/icons/matefaenza/actions/16/stock_calc-accept.png +share/icons/matefaenza/actions/16/stock_close.png +share/icons/matefaenza/actions/16/stock_copy.png +share/icons/matefaenza/actions/16/stock_cut.png +share/icons/matefaenza/actions/16/stock_delete.png +share/icons/matefaenza/actions/16/stock_down.png +share/icons/matefaenza/actions/16/stock_file-properties.png +share/icons/matefaenza/actions/16/stock_first.png +share/icons/matefaenza/actions/16/stock_folder-copy.png +share/icons/matefaenza/actions/16/stock_folder-move.png +share/icons/matefaenza/actions/16/stock_folder-properties.png +share/icons/matefaenza/actions/16/stock_fullscreen.png +share/icons/matefaenza/actions/16/stock_help-add-bookmark.png +share/icons/matefaenza/actions/16/stock_home.png +share/icons/matefaenza/actions/16/stock_inbox.png +share/icons/matefaenza/actions/16/stock_last.png +share/icons/matefaenza/actions/16/stock_leave-fullscreen.png +share/icons/matefaenza/actions/16/stock_left.png +share/icons/matefaenza/actions/16/stock_mail-compose.png +share/icons/matefaenza/actions/16/stock_mail-filters-apply.png +share/icons/matefaenza/actions/16/stock_mail-forward.png +share/icons/matefaenza/actions/16/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/16/stock_mail-reply.png +share/icons/matefaenza/actions/16/stock_mail-send-receive.png +share/icons/matefaenza/actions/16/stock_mail-send.png +share/icons/matefaenza/actions/16/stock_mark.png +share/icons/matefaenza/actions/16/stock_media-next.png +share/icons/matefaenza/actions/16/stock_media-pause.png +share/icons/matefaenza/actions/16/stock_media-play.png +share/icons/matefaenza/actions/16/stock_media-prev.png +share/icons/matefaenza/actions/16/stock_media-rec.png +share/icons/matefaenza/actions/16/stock_media-stop.png +share/icons/matefaenza/actions/16/stock_new-address-book.png +share/icons/matefaenza/actions/16/stock_new-appointment.png +share/icons/matefaenza/actions/16/stock_new-bcard.png +share/icons/matefaenza/actions/16/stock_new-dir.png +share/icons/matefaenza/actions/16/stock_new-tab.png +share/icons/matefaenza/actions/16/stock_new-text.png +share/icons/matefaenza/actions/16/stock_new-window.png +share/icons/matefaenza/actions/16/stock_no.png +share/icons/matefaenza/actions/16/stock_outbox.png +share/icons/matefaenza/actions/16/stock_paste.png +share/icons/matefaenza/actions/16/stock_print-preview.png +share/icons/matefaenza/actions/16/stock_print-setup.png +share/icons/matefaenza/actions/16/stock_print.png +share/icons/matefaenza/actions/16/stock_properties.png +share/icons/matefaenza/actions/16/stock_redo.png +share/icons/matefaenza/actions/16/stock_repeat.png +share/icons/matefaenza/actions/16/stock_right.png +share/icons/matefaenza/actions/16/stock_save-as.png +share/icons/matefaenza/actions/16/stock_save.png +share/icons/matefaenza/actions/16/stock_search-and-replace.png +share/icons/matefaenza/actions/16/stock_search.png +share/icons/matefaenza/actions/16/stock_select-all.png +share/icons/matefaenza/actions/16/stock_sent-mail.png +share/icons/matefaenza/actions/16/stock_shuffle.png +share/icons/matefaenza/actions/16/stock_spellcheck.png +share/icons/matefaenza/actions/16/stock_stop.png +share/icons/matefaenza/actions/16/stock_text-strikethrough.png +share/icons/matefaenza/actions/16/stock_text_bold.png +share/icons/matefaenza/actions/16/stock_text_center.png +share/icons/matefaenza/actions/16/stock_text_indent.png +share/icons/matefaenza/actions/16/stock_text_italic.png +share/icons/matefaenza/actions/16/stock_text_justify.png +share/icons/matefaenza/actions/16/stock_text_left.png +share/icons/matefaenza/actions/16/stock_text_right.png +share/icons/matefaenza/actions/16/stock_text_underlined.png +share/icons/matefaenza/actions/16/stock_text_unindent.png +share/icons/matefaenza/actions/16/stock_top.png +share/icons/matefaenza/actions/16/stock_undo.png +share/icons/matefaenza/actions/16/stock_up.png +share/icons/matefaenza/actions/16/stock_yes.png +share/icons/matefaenza/actions/16/stock_zoom-1.png +share/icons/matefaenza/actions/16/stock_zoom-in.png +share/icons/matefaenza/actions/16/stock_zoom-out.png +share/icons/matefaenza/actions/16/stock_zoom-page.png +share/icons/matefaenza/actions/16/stop.png +share/icons/matefaenza/actions/16/system-lock-screen.png +share/icons/matefaenza/actions/16/system-log-out.png +share/icons/matefaenza/actions/16/system-restart-panel.png +share/icons/matefaenza/actions/16/system-run.png +share/icons/matefaenza/actions/16/system-search.png +share/icons/matefaenza/actions/16/system-shutdown-panel-restart.png +share/icons/matefaenza/actions/16/system-shutdown-panel.png +share/icons/matefaenza/actions/16/system-shutdown-restart-panel.png +share/icons/matefaenza/actions/16/system-shutdown.png +share/icons/matefaenza/actions/16/system-upgrade.png +share/icons/matefaenza/actions/16/tab-new.png +share/icons/matefaenza/actions/16/tab_new.png +share/icons/matefaenza/actions/16/tag-new.png +share/icons/matefaenza/actions/16/text_bold.png +share/icons/matefaenza/actions/16/text_italic.png +share/icons/matefaenza/actions/16/text_strike.png +share/icons/matefaenza/actions/16/text_under.png +share/icons/matefaenza/actions/16/tools-check-spelling.png +share/icons/matefaenza/actions/16/top.png +share/icons/matefaenza/actions/16/top.xpm +share/icons/matefaenza/actions/16/undo.png +share/icons/matefaenza/actions/16/up.png +share/icons/matefaenza/actions/16/view-fullscreen.png +share/icons/matefaenza/actions/16/view-list-compact-symbolic.png +share/icons/matefaenza/actions/16/view-list-compact.png +share/icons/matefaenza/actions/16/view-list-details-symbolic.png +share/icons/matefaenza/actions/16/view-list-details.png +share/icons/matefaenza/actions/16/view-list-icons-symbolic.png +share/icons/matefaenza/actions/16/view-list-icons.png +share/icons/matefaenza/actions/16/view-refresh.png +share/icons/matefaenza/actions/16/view-restore.png +share/icons/matefaenza/actions/16/view-sort-ascending.png +share/icons/matefaenza/actions/16/view-sort-descending.png +share/icons/matefaenza/actions/16/viewmag+.png +share/icons/matefaenza/actions/16/viewmag-.png +share/icons/matefaenza/actions/16/viewmag1.png +share/icons/matefaenza/actions/16/viewmagfit.png +share/icons/matefaenza/actions/16/visualization.png +share/icons/matefaenza/actions/16/window-close.png +share/icons/matefaenza/actions/16/window-new.png +share/icons/matefaenza/actions/16/window_fullscreen.png +share/icons/matefaenza/actions/16/window_new.png +share/icons/matefaenza/actions/16/window_nofullscreen.png +share/icons/matefaenza/actions/16/xfce-system-exit.png +share/icons/matefaenza/actions/16/xfce-system-lock.png +share/icons/matefaenza/actions/16/xfsm-logout.png +share/icons/matefaenza/actions/16/zoom-best-fit.png +share/icons/matefaenza/actions/16/zoom-fit-best.png +share/icons/matefaenza/actions/16/zoom-fit.png +share/icons/matefaenza/actions/16/zoom-in.png +share/icons/matefaenza/actions/16/zoom-original.png +share/icons/matefaenza/actions/16/zoom-out.png +share/icons/matefaenza/actions/22/add-files-to-archive.png +share/icons/matefaenza/actions/22/add-folder-to-archive.png +share/icons/matefaenza/actions/22/add.png +share/icons/matefaenza/actions/22/address-book-new.png +share/icons/matefaenza/actions/22/application-exit.png +share/icons/matefaenza/actions/22/appointment-new.png +share/icons/matefaenza/actions/22/appointment.png +share/icons/matefaenza/actions/22/audio-cd-duplicate.png +share/icons/matefaenza/actions/22/audio-cd-new.png +share/icons/matefaenza/actions/22/back.png +share/icons/matefaenza/actions/22/bonobo-component-browser.png +share/icons/matefaenza/actions/22/bookmark-new.png +share/icons/matefaenza/actions/22/bookmark_add.png +share/icons/matefaenza/actions/22/bookmark_list_add.png +share/icons/matefaenza/actions/22/bottom.png +share/icons/matefaenza/actions/22/browser-download.png +share/icons/matefaenza/actions/22/cab_extract.png +share/icons/matefaenza/actions/22/call-start.png +share/icons/matefaenza/actions/22/call-stop.png +share/icons/matefaenza/actions/22/centrejust.png +share/icons/matefaenza/actions/22/contact-new.png +share/icons/matefaenza/actions/22/dialog-apply.png +share/icons/matefaenza/actions/22/dialog-no.png +share/icons/matefaenza/actions/22/dialog-ok.png +share/icons/matefaenza/actions/22/dialog-yes.png +share/icons/matefaenza/actions/22/document-export.png +share/icons/matefaenza/actions/22/document-import.png +share/icons/matefaenza/actions/22/document-new.png +share/icons/matefaenza/actions/22/document-open-recent.png +share/icons/matefaenza/actions/22/document-open.png +share/icons/matefaenza/actions/22/document-page-setup.png +share/icons/matefaenza/actions/22/document-print-preview.png +share/icons/matefaenza/actions/22/document-print.png +share/icons/matefaenza/actions/22/document-properties.png +share/icons/matefaenza/actions/22/document-revert.png +share/icons/matefaenza/actions/22/document-save-as.png +share/icons/matefaenza/actions/22/document-save.png +share/icons/matefaenza/actions/22/document-send.png +share/icons/matefaenza/actions/22/down.png +share/icons/matefaenza/actions/22/edit-add.png +share/icons/matefaenza/actions/22/edit-clear.png +share/icons/matefaenza/actions/22/edit-copy.png +share/icons/matefaenza/actions/22/edit-cut.png +share/icons/matefaenza/actions/22/edit-delete.png +share/icons/matefaenza/actions/22/edit-find-replace.png +share/icons/matefaenza/actions/22/edit-find.png +share/icons/matefaenza/actions/22/edit-paste.png +share/icons/matefaenza/actions/22/edit-redo.png +share/icons/matefaenza/actions/22/edit-select-all.png +share/icons/matefaenza/actions/22/edit-undo.png +share/icons/matefaenza/actions/22/editclear.png +share/icons/matefaenza/actions/22/editcopy.png +share/icons/matefaenza/actions/22/editcut.png +share/icons/matefaenza/actions/22/editdelete.png +share/icons/matefaenza/actions/22/editpaste.png +share/icons/matefaenza/actions/22/exit.png +share/icons/matefaenza/actions/22/extract-archive.png +share/icons/matefaenza/actions/22/file_new.png +share/icons/matefaenza/actions/22/filefind.png +share/icons/matefaenza/actions/22/fileopen.png +share/icons/matefaenza/actions/22/fileprint.png +share/icons/matefaenza/actions/22/filesave.png +share/icons/matefaenza/actions/22/filesaveas.png +share/icons/matefaenza/actions/22/find.png +share/icons/matefaenza/actions/22/finish.png +share/icons/matefaenza/actions/22/folder-copy.png +share/icons/matefaenza/actions/22/folder-move.png +share/icons/matefaenza/actions/22/folder-new.png +share/icons/matefaenza/actions/22/folder_new.png +share/icons/matefaenza/actions/22/format-indent-less.png +share/icons/matefaenza/actions/22/format-indent-more.png +share/icons/matefaenza/actions/22/format-justify-center.png +share/icons/matefaenza/actions/22/format-justify-fill.png +share/icons/matefaenza/actions/22/format-justify-left.png +share/icons/matefaenza/actions/22/format-justify-right.png +share/icons/matefaenza/actions/22/format-text-bold.png +share/icons/matefaenza/actions/22/format-text-direction-ltr.png +share/icons/matefaenza/actions/22/format-text-direction-rtl.png +share/icons/matefaenza/actions/22/format-text-italic.png +share/icons/matefaenza/actions/22/format-text-strikethrough.png +share/icons/matefaenza/actions/22/format-text-underline.png +share/icons/matefaenza/actions/22/forward.png +share/icons/matefaenza/actions/22/games-endturn.png +share/icons/matefaenza/actions/22/gnome-app-install-star.png +share/icons/matefaenza/actions/22/gnome-lockscreen.png +share/icons/matefaenza/actions/22/gnome-log-out.png +share/icons/matefaenza/actions/22/gnome-logout.png +share/icons/matefaenza/actions/22/gnome-run.png +share/icons/matefaenza/actions/22/gnome-searchtool.png +share/icons/matefaenza/actions/22/gnome-session-logout.png +share/icons/matefaenza/actions/22/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/22/gnome-stock-mail-new.png +share/icons/matefaenza/actions/22/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/22/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/22/gnome-stock-text-indent.png +share/icons/matefaenza/actions/22/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/22/go-bottom.png +share/icons/matefaenza/actions/22/go-down.png +share/icons/matefaenza/actions/22/go-first.png +share/icons/matefaenza/actions/22/go-home.png +share/icons/matefaenza/actions/22/go-jump.png +share/icons/matefaenza/actions/22/go-last.png +share/icons/matefaenza/actions/22/go-next.png +share/icons/matefaenza/actions/22/go-previous.png +share/icons/matefaenza/actions/22/go-top.png +share/icons/matefaenza/actions/22/go-up.png +share/icons/matefaenza/actions/22/gohome.png +share/icons/matefaenza/actions/22/gtk-about.png +share/icons/matefaenza/actions/22/gtk-add.png +share/icons/matefaenza/actions/22/gtk-apply.png +share/icons/matefaenza/actions/22/gtk-bold.png +share/icons/matefaenza/actions/22/gtk-cancel.png +share/icons/matefaenza/actions/22/gtk-clear.png +share/icons/matefaenza/actions/22/gtk-close.png +share/icons/matefaenza/actions/22/gtk-copy.png +share/icons/matefaenza/actions/22/gtk-cut.png +share/icons/matefaenza/actions/22/gtk-delete.png +share/icons/matefaenza/actions/22/gtk-edit.png +share/icons/matefaenza/actions/22/gtk-execute.png +share/icons/matefaenza/actions/22/gtk-find-and-replace.png +share/icons/matefaenza/actions/22/gtk-find.png +share/icons/matefaenza/actions/22/gtk-fullscreen.png +share/icons/matefaenza/actions/22/gtk-go-back-ltr.png +share/icons/matefaenza/actions/22/gtk-go-back-rtl.png +share/icons/matefaenza/actions/22/gtk-go-down.png +share/icons/matefaenza/actions/22/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/22/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/22/gtk-go-up.png +share/icons/matefaenza/actions/22/gtk-goto-bottom.png +share/icons/matefaenza/actions/22/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/22/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/22/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/22/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/22/gtk-goto-top.png +share/icons/matefaenza/actions/22/gtk-home.png +share/icons/matefaenza/actions/22/gtk-indent-ltr.png +share/icons/matefaenza/actions/22/gtk-indent-rtl.png +share/icons/matefaenza/actions/22/gtk-info.png +share/icons/matefaenza/actions/22/gtk-italic.png +share/icons/matefaenza/actions/22/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/22/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/22/gtk-justify-center.png +share/icons/matefaenza/actions/22/gtk-justify-fill.png +share/icons/matefaenza/actions/22/gtk-justify-left.png +share/icons/matefaenza/actions/22/gtk-justify-right.png +share/icons/matefaenza/actions/22/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/22/gtk-media-next-ltr.png +share/icons/matefaenza/actions/22/gtk-media-next-rtl.png +share/icons/matefaenza/actions/22/gtk-media-pause.png +share/icons/matefaenza/actions/22/gtk-media-play-ltr.png +share/icons/matefaenza/actions/22/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/22/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/22/gtk-media-record.png +share/icons/matefaenza/actions/22/gtk-media-stop.png +share/icons/matefaenza/actions/22/gtk-new.png +share/icons/matefaenza/actions/22/gtk-no.png +share/icons/matefaenza/actions/22/gtk-ok.png +share/icons/matefaenza/actions/22/gtk-open.png +share/icons/matefaenza/actions/22/gtk-paste.png +share/icons/matefaenza/actions/22/gtk-print-preview.png +share/icons/matefaenza/actions/22/gtk-print.png +share/icons/matefaenza/actions/22/gtk-properties.png +share/icons/matefaenza/actions/22/gtk-quit.png +share/icons/matefaenza/actions/22/gtk-redo-ltr.png +share/icons/matefaenza/actions/22/gtk-refresh.png +share/icons/matefaenza/actions/22/gtk-remove.png +share/icons/matefaenza/actions/22/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/22/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/22/gtk-save-as.png +share/icons/matefaenza/actions/22/gtk-save.png +share/icons/matefaenza/actions/22/gtk-select-all.png +share/icons/matefaenza/actions/22/gtk-sort-ascending.png +share/icons/matefaenza/actions/22/gtk-sort-descending.png +share/icons/matefaenza/actions/22/gtk-spell-check.png +share/icons/matefaenza/actions/22/gtk-stop.png +share/icons/matefaenza/actions/22/gtk-strikethrough.png +share/icons/matefaenza/actions/22/gtk-underline.png +share/icons/matefaenza/actions/22/gtk-undo-ltr.png +share/icons/matefaenza/actions/22/gtk-unindent-ltr.png +share/icons/matefaenza/actions/22/gtk-unindent-rtl.png +share/icons/matefaenza/actions/22/gtk-yes.png +share/icons/matefaenza/actions/22/gtk-zoom-100.png +share/icons/matefaenza/actions/22/gtk-zoom-fit.png +share/icons/matefaenza/actions/22/gtk-zoom-in.png +share/icons/matefaenza/actions/22/gtk-zoom-out.png +share/icons/matefaenza/actions/22/help-about.png +share/icons/matefaenza/actions/22/help-contents.png +share/icons/matefaenza/actions/22/im-message-new.png +share/icons/matefaenza/actions/22/insert-image.png +share/icons/matefaenza/actions/22/insert-link.png +share/icons/matefaenza/actions/22/insert-object.png +share/icons/matefaenza/actions/22/insert-text.png +share/icons/matefaenza/actions/22/internet-radio-new.png +share/icons/matefaenza/actions/22/iso-image-burn.png +share/icons/matefaenza/actions/22/kfind.png +share/icons/matefaenza/actions/22/kfm-home.png +share/icons/matefaenza/actions/22/leftjust.png +share/icons/matefaenza/actions/22/list-add.png +share/icons/matefaenza/actions/22/list-remove.png +share/icons/matefaenza/actions/22/locationbar-erase.png +share/icons/matefaenza/actions/22/lock.png +share/icons/matefaenza/actions/22/lock.xpm +share/icons/matefaenza/actions/22/lxde-logout.png +share/icons/matefaenza/actions/22/mail-attachment.png +share/icons/matefaenza/actions/22/mail-folder-sent.png +share/icons/matefaenza/actions/22/mail-forward.png +share/icons/matefaenza/actions/22/mail-inbox.png +share/icons/matefaenza/actions/22/mail-mark-important.png +share/icons/matefaenza/actions/22/mail-mark-junk.png +share/icons/matefaenza/actions/22/mail-mark-not-junk.png +share/icons/matefaenza/actions/22/mail-mark-notjunk.png +share/icons/matefaenza/actions/22/mail-mark-read.png +share/icons/matefaenza/actions/22/mail-mark-unread.png +share/icons/matefaenza/actions/22/mail-message-new.png +share/icons/matefaenza/actions/22/mail-outbox.png +share/icons/matefaenza/actions/22/mail-read.png +share/icons/matefaenza/actions/22/mail-replied.png +share/icons/matefaenza/actions/22/mail-reply-all.png +share/icons/matefaenza/actions/22/mail-reply-sender.png +share/icons/matefaenza/actions/22/mail-send-receive.png +share/icons/matefaenza/actions/22/mail-send.png +share/icons/matefaenza/actions/22/mail-sent.png +share/icons/matefaenza/actions/22/mail-unread.png +share/icons/matefaenza/actions/22/mail_forward.png +share/icons/matefaenza/actions/22/mail_new.png +share/icons/matefaenza/actions/22/mail_reply.png +share/icons/matefaenza/actions/22/mail_replyall.png +share/icons/matefaenza/actions/22/mail_send.png +share/icons/matefaenza/actions/22/media-eject.png +share/icons/matefaenza/actions/22/media-import-audio-cd.png +share/icons/matefaenza/actions/22/media-optical-audio-new.png +share/icons/matefaenza/actions/22/media-optical-burn.png +share/icons/matefaenza/actions/22/media-optical-copy.png +share/icons/matefaenza/actions/22/media-playback-pause.png +share/icons/matefaenza/actions/22/media-playback-start.png +share/icons/matefaenza/actions/22/media-playback-stop.png +share/icons/matefaenza/actions/22/media-playlist-repeat.png +share/icons/matefaenza/actions/22/media-playlist-shuffle.png +share/icons/matefaenza/actions/22/media-record.png +share/icons/matefaenza/actions/22/media-skip-backward.png +share/icons/matefaenza/actions/22/media-skip-forward.png +share/icons/matefaenza/actions/22/media-write-cd.png +share/icons/matefaenza/actions/22/music-library.png +share/icons/matefaenza/actions/22/next.png +share/icons/matefaenza/actions/22/object-flip-horizontal.png +share/icons/matefaenza/actions/22/object-flip-vertical.png +share/icons/matefaenza/actions/22/object-rotate-left.png +share/icons/matefaenza/actions/22/object-rotate-right.png +share/icons/matefaenza/actions/22/offline.png +share/icons/matefaenza/actions/22/ok.png +share/icons/matefaenza/actions/22/online.png +share/icons/matefaenza/actions/22/package-install.png +share/icons/matefaenza/actions/22/package-remove.png +share/icons/matefaenza/actions/22/package-upgrade.png +share/icons/matefaenza/actions/22/player-eject.png +share/icons/matefaenza/actions/22/player_end.png +share/icons/matefaenza/actions/22/player_pause.png +share/icons/matefaenza/actions/22/player_play.png +share/icons/matefaenza/actions/22/player_record.png +share/icons/matefaenza/actions/22/player_start.png +share/icons/matefaenza/actions/22/player_stop.png +share/icons/matefaenza/actions/22/podcast-new.png +share/icons/matefaenza/actions/22/preview-file.png +share/icons/matefaenza/actions/22/previous.png +share/icons/matefaenza/actions/22/process-stop.png +share/icons/matefaenza/actions/22/redhat-home.png +share/icons/matefaenza/actions/22/redo.png +share/icons/matefaenza/actions/22/reload.png +share/icons/matefaenza/actions/22/reload3.png +share/icons/matefaenza/actions/22/reload_all_tabs.png +share/icons/matefaenza/actions/22/reload_page.png +share/icons/matefaenza/actions/22/remove.png +share/icons/matefaenza/actions/22/revert.png +share/icons/matefaenza/actions/22/rhythmbox-set-star.png +share/icons/matefaenza/actions/22/rightjust.png +share/icons/matefaenza/actions/22/rotate.png +share/icons/matefaenza/actions/22/search.png +share/icons/matefaenza/actions/22/star.png +share/icons/matefaenza/actions/22/start.png +share/icons/matefaenza/actions/22/stock-refresh.png +share/icons/matefaenza/actions/22/stock_about.png +share/icons/matefaenza/actions/22/stock_add-bookmark.png +share/icons/matefaenza/actions/22/stock_attach.png +share/icons/matefaenza/actions/22/stock_bookmark.png +share/icons/matefaenza/actions/22/stock_bottom.png +share/icons/matefaenza/actions/22/stock_calc-accept.png +share/icons/matefaenza/actions/22/stock_close.png +share/icons/matefaenza/actions/22/stock_copy.png +share/icons/matefaenza/actions/22/stock_cut.png +share/icons/matefaenza/actions/22/stock_delete.png +share/icons/matefaenza/actions/22/stock_down.png +share/icons/matefaenza/actions/22/stock_file-properties.png +share/icons/matefaenza/actions/22/stock_first.png +share/icons/matefaenza/actions/22/stock_folder-copy.png +share/icons/matefaenza/actions/22/stock_folder-move.png +share/icons/matefaenza/actions/22/stock_folder-properties.png +share/icons/matefaenza/actions/22/stock_fullscreen.png +share/icons/matefaenza/actions/22/stock_help-add-bookmark.png +share/icons/matefaenza/actions/22/stock_home.png +share/icons/matefaenza/actions/22/stock_inbox.png +share/icons/matefaenza/actions/22/stock_last.png +share/icons/matefaenza/actions/22/stock_leave-fullscreen.png +share/icons/matefaenza/actions/22/stock_left.png +share/icons/matefaenza/actions/22/stock_mail-compose.png +share/icons/matefaenza/actions/22/stock_mail-filters-apply.png +share/icons/matefaenza/actions/22/stock_mail-forward.png +share/icons/matefaenza/actions/22/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/22/stock_mail-reply.png +share/icons/matefaenza/actions/22/stock_mail-send-receive.png +share/icons/matefaenza/actions/22/stock_mail-send.png +share/icons/matefaenza/actions/22/stock_mark.png +share/icons/matefaenza/actions/22/stock_media-next.png +share/icons/matefaenza/actions/22/stock_media-pause.png +share/icons/matefaenza/actions/22/stock_media-play.png +share/icons/matefaenza/actions/22/stock_media-prev.png +share/icons/matefaenza/actions/22/stock_media-rec.png +share/icons/matefaenza/actions/22/stock_media-stop.png +share/icons/matefaenza/actions/22/stock_new-address-book.png +share/icons/matefaenza/actions/22/stock_new-appointment.png +share/icons/matefaenza/actions/22/stock_new-bcard.png +share/icons/matefaenza/actions/22/stock_new-dir.png +share/icons/matefaenza/actions/22/stock_new-tab.png +share/icons/matefaenza/actions/22/stock_new-text.png +share/icons/matefaenza/actions/22/stock_new-window.png +share/icons/matefaenza/actions/22/stock_no.png +share/icons/matefaenza/actions/22/stock_outbox.png +share/icons/matefaenza/actions/22/stock_paste.png +share/icons/matefaenza/actions/22/stock_print-preview.png +share/icons/matefaenza/actions/22/stock_print-setup.png +share/icons/matefaenza/actions/22/stock_print.png +share/icons/matefaenza/actions/22/stock_properties.png +share/icons/matefaenza/actions/22/stock_redo.png +share/icons/matefaenza/actions/22/stock_repeat.png +share/icons/matefaenza/actions/22/stock_right.png +share/icons/matefaenza/actions/22/stock_save-as.png +share/icons/matefaenza/actions/22/stock_save.png +share/icons/matefaenza/actions/22/stock_search-and-replace.png +share/icons/matefaenza/actions/22/stock_search.png +share/icons/matefaenza/actions/22/stock_select-all.png +share/icons/matefaenza/actions/22/stock_sent-mail.png +share/icons/matefaenza/actions/22/stock_shuffle.png +share/icons/matefaenza/actions/22/stock_spellcheck.png +share/icons/matefaenza/actions/22/stock_stop.png +share/icons/matefaenza/actions/22/stock_text-strikethrough.png +share/icons/matefaenza/actions/22/stock_text_bold.png +share/icons/matefaenza/actions/22/stock_text_center.png +share/icons/matefaenza/actions/22/stock_text_indent.png +share/icons/matefaenza/actions/22/stock_text_italic.png +share/icons/matefaenza/actions/22/stock_text_justify.png +share/icons/matefaenza/actions/22/stock_text_left.png +share/icons/matefaenza/actions/22/stock_text_right.png +share/icons/matefaenza/actions/22/stock_text_underlined.png +share/icons/matefaenza/actions/22/stock_text_unindent.png +share/icons/matefaenza/actions/22/stock_top.png +share/icons/matefaenza/actions/22/stock_undo.png +share/icons/matefaenza/actions/22/stock_up.png +share/icons/matefaenza/actions/22/stock_yes.png +share/icons/matefaenza/actions/22/stock_zoom-1.png +share/icons/matefaenza/actions/22/stock_zoom-in.png +share/icons/matefaenza/actions/22/stock_zoom-out.png +share/icons/matefaenza/actions/22/stock_zoom-page.png +share/icons/matefaenza/actions/22/stop.png +share/icons/matefaenza/actions/22/system-lock-screen.png +share/icons/matefaenza/actions/22/system-log-out.png +share/icons/matefaenza/actions/22/system-restart-panel.png +share/icons/matefaenza/actions/22/system-run.png +share/icons/matefaenza/actions/22/system-search.png +share/icons/matefaenza/actions/22/system-shutdown-panel-restart.png +share/icons/matefaenza/actions/22/system-shutdown-panel.png +share/icons/matefaenza/actions/22/system-shutdown-restart-panel.png +share/icons/matefaenza/actions/22/system-shutdown.png +share/icons/matefaenza/actions/22/system-upgrade.png +share/icons/matefaenza/actions/22/tab-new.png +share/icons/matefaenza/actions/22/tab_new.png +share/icons/matefaenza/actions/22/tag-new.png +share/icons/matefaenza/actions/22/text_bold.png +share/icons/matefaenza/actions/22/text_italic.png +share/icons/matefaenza/actions/22/text_strike.png +share/icons/matefaenza/actions/22/text_under.png +share/icons/matefaenza/actions/22/tools-check-spelling.png +share/icons/matefaenza/actions/22/top.png +share/icons/matefaenza/actions/22/top.xpm +share/icons/matefaenza/actions/22/undo.png +share/icons/matefaenza/actions/22/up.png +share/icons/matefaenza/actions/22/view-fullscreen.png +share/icons/matefaenza/actions/22/view-list-compact-symbolic.png +share/icons/matefaenza/actions/22/view-list-compact.png +share/icons/matefaenza/actions/22/view-list-details-symbolic.png +share/icons/matefaenza/actions/22/view-list-details.png +share/icons/matefaenza/actions/22/view-list-icons-symbolic.png +share/icons/matefaenza/actions/22/view-list-icons.png +share/icons/matefaenza/actions/22/view-refresh.png +share/icons/matefaenza/actions/22/view-restore.png +share/icons/matefaenza/actions/22/view-sort-ascending.png +share/icons/matefaenza/actions/22/view-sort-descending.png +share/icons/matefaenza/actions/22/viewmag+.png +share/icons/matefaenza/actions/22/viewmag-.png +share/icons/matefaenza/actions/22/viewmag1.png +share/icons/matefaenza/actions/22/viewmagfit.png +share/icons/matefaenza/actions/22/visualization.png +share/icons/matefaenza/actions/22/window-close.png +share/icons/matefaenza/actions/22/window-new.png +share/icons/matefaenza/actions/22/window_fullscreen.png +share/icons/matefaenza/actions/22/window_new.png +share/icons/matefaenza/actions/22/window_nofullscreen.png +share/icons/matefaenza/actions/22/xfce-system-exit.png +share/icons/matefaenza/actions/22/xfce-system-lock.png +share/icons/matefaenza/actions/22/xfsm-logout.png +share/icons/matefaenza/actions/22/zoom-best-fit.png +share/icons/matefaenza/actions/22/zoom-fit-best.png +share/icons/matefaenza/actions/22/zoom-fit.png +share/icons/matefaenza/actions/22/zoom-in.png +share/icons/matefaenza/actions/22/zoom-original.png +share/icons/matefaenza/actions/22/zoom-out.png +share/icons/matefaenza/actions/24/add-files-to-archive.png +share/icons/matefaenza/actions/24/add-folder-to-archive.png +share/icons/matefaenza/actions/24/add.png +share/icons/matefaenza/actions/24/address-book-new.png +share/icons/matefaenza/actions/24/application-exit.png +share/icons/matefaenza/actions/24/appointment-new.png +share/icons/matefaenza/actions/24/appointment.png +share/icons/matefaenza/actions/24/audio-cd-duplicate.png +share/icons/matefaenza/actions/24/audio-cd-new.png +share/icons/matefaenza/actions/24/back.png +share/icons/matefaenza/actions/24/bonobo-component-browser.png +share/icons/matefaenza/actions/24/bookmark-new.png +share/icons/matefaenza/actions/24/bookmark_add.png +share/icons/matefaenza/actions/24/bookmark_list_add.png +share/icons/matefaenza/actions/24/bottom.png +share/icons/matefaenza/actions/24/browser-download.png +share/icons/matefaenza/actions/24/cab_extract.png +share/icons/matefaenza/actions/24/call-start.png +share/icons/matefaenza/actions/24/call-stop.png +share/icons/matefaenza/actions/24/centrejust.png +share/icons/matefaenza/actions/24/contact-new.png +share/icons/matefaenza/actions/24/dialog-apply.png +share/icons/matefaenza/actions/24/dialog-no.png +share/icons/matefaenza/actions/24/dialog-ok.png +share/icons/matefaenza/actions/24/dialog-yes.png +share/icons/matefaenza/actions/24/document-export.png +share/icons/matefaenza/actions/24/document-import.png +share/icons/matefaenza/actions/24/document-new.png +share/icons/matefaenza/actions/24/document-open-recent.png +share/icons/matefaenza/actions/24/document-open.png +share/icons/matefaenza/actions/24/document-page-setup.png +share/icons/matefaenza/actions/24/document-print-preview.png +share/icons/matefaenza/actions/24/document-print.png +share/icons/matefaenza/actions/24/document-properties.png +share/icons/matefaenza/actions/24/document-revert.png +share/icons/matefaenza/actions/24/document-save-as.png +share/icons/matefaenza/actions/24/document-save.png +share/icons/matefaenza/actions/24/document-send.png +share/icons/matefaenza/actions/24/down.png +share/icons/matefaenza/actions/24/edit-add.png +share/icons/matefaenza/actions/24/edit-clear.png +share/icons/matefaenza/actions/24/edit-copy.png +share/icons/matefaenza/actions/24/edit-cut.png +share/icons/matefaenza/actions/24/edit-delete.png +share/icons/matefaenza/actions/24/edit-find-replace.png +share/icons/matefaenza/actions/24/edit-find.png +share/icons/matefaenza/actions/24/edit-paste.png +share/icons/matefaenza/actions/24/edit-redo.png +share/icons/matefaenza/actions/24/edit-select-all.png +share/icons/matefaenza/actions/24/edit-undo.png +share/icons/matefaenza/actions/24/editclear.png +share/icons/matefaenza/actions/24/editcopy.png +share/icons/matefaenza/actions/24/editcut.png +share/icons/matefaenza/actions/24/editdelete.png +share/icons/matefaenza/actions/24/editpaste.png +share/icons/matefaenza/actions/24/exit.png +share/icons/matefaenza/actions/24/extract-archive.png +share/icons/matefaenza/actions/24/file_new.png +share/icons/matefaenza/actions/24/filefind.png +share/icons/matefaenza/actions/24/fileopen.png +share/icons/matefaenza/actions/24/fileprint.png +share/icons/matefaenza/actions/24/filesave.png +share/icons/matefaenza/actions/24/filesaveas.png +share/icons/matefaenza/actions/24/find.png +share/icons/matefaenza/actions/24/finish.png +share/icons/matefaenza/actions/24/folder-copy.png +share/icons/matefaenza/actions/24/folder-move.png +share/icons/matefaenza/actions/24/folder-new.png +share/icons/matefaenza/actions/24/folder_new.png +share/icons/matefaenza/actions/24/format-indent-less.png +share/icons/matefaenza/actions/24/format-indent-more.png +share/icons/matefaenza/actions/24/format-justify-center.png +share/icons/matefaenza/actions/24/format-justify-fill.png +share/icons/matefaenza/actions/24/format-justify-left.png +share/icons/matefaenza/actions/24/format-justify-right.png +share/icons/matefaenza/actions/24/format-text-bold.png +share/icons/matefaenza/actions/24/format-text-direction-ltr.png +share/icons/matefaenza/actions/24/format-text-direction-rtl.png +share/icons/matefaenza/actions/24/format-text-italic.png +share/icons/matefaenza/actions/24/format-text-strikethrough.png +share/icons/matefaenza/actions/24/format-text-underline.png +share/icons/matefaenza/actions/24/forward.png +share/icons/matefaenza/actions/24/games-endturn.png +share/icons/matefaenza/actions/24/gnome-app-install-star.png +share/icons/matefaenza/actions/24/gnome-lockscreen.png +share/icons/matefaenza/actions/24/gnome-log-out.png +share/icons/matefaenza/actions/24/gnome-logout.png +share/icons/matefaenza/actions/24/gnome-run.png +share/icons/matefaenza/actions/24/gnome-searchtool.png +share/icons/matefaenza/actions/24/gnome-session-logout.png +share/icons/matefaenza/actions/24/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/24/gnome-stock-mail-new.png +share/icons/matefaenza/actions/24/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/24/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/24/gnome-stock-text-indent.png +share/icons/matefaenza/actions/24/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/24/go-bottom.png +share/icons/matefaenza/actions/24/go-down.png +share/icons/matefaenza/actions/24/go-first.png +share/icons/matefaenza/actions/24/go-home.png +share/icons/matefaenza/actions/24/go-jump.png +share/icons/matefaenza/actions/24/go-last.png +share/icons/matefaenza/actions/24/go-next.png +share/icons/matefaenza/actions/24/go-previous.png +share/icons/matefaenza/actions/24/go-top.png +share/icons/matefaenza/actions/24/go-up.png +share/icons/matefaenza/actions/24/gohome.png +share/icons/matefaenza/actions/24/gtk-about.png +share/icons/matefaenza/actions/24/gtk-add.png +share/icons/matefaenza/actions/24/gtk-apply.png +share/icons/matefaenza/actions/24/gtk-bold.png +share/icons/matefaenza/actions/24/gtk-cancel.png +share/icons/matefaenza/actions/24/gtk-clear.png +share/icons/matefaenza/actions/24/gtk-close.png +share/icons/matefaenza/actions/24/gtk-copy.png +share/icons/matefaenza/actions/24/gtk-cut.png +share/icons/matefaenza/actions/24/gtk-delete.png +share/icons/matefaenza/actions/24/gtk-edit.png +share/icons/matefaenza/actions/24/gtk-execute.png +share/icons/matefaenza/actions/24/gtk-find-and-replace.png +share/icons/matefaenza/actions/24/gtk-find.png +share/icons/matefaenza/actions/24/gtk-fullscreen.png +share/icons/matefaenza/actions/24/gtk-go-back-ltr.png +share/icons/matefaenza/actions/24/gtk-go-back-rtl.png +share/icons/matefaenza/actions/24/gtk-go-down.png +share/icons/matefaenza/actions/24/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/24/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/24/gtk-go-up.png +share/icons/matefaenza/actions/24/gtk-goto-bottom.png +share/icons/matefaenza/actions/24/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/24/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/24/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/24/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/24/gtk-goto-top.png +share/icons/matefaenza/actions/24/gtk-home.png +share/icons/matefaenza/actions/24/gtk-indent-ltr.png +share/icons/matefaenza/actions/24/gtk-indent-rtl.png +share/icons/matefaenza/actions/24/gtk-info.png +share/icons/matefaenza/actions/24/gtk-italic.png +share/icons/matefaenza/actions/24/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/24/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/24/gtk-justify-center.png +share/icons/matefaenza/actions/24/gtk-justify-fill.png +share/icons/matefaenza/actions/24/gtk-justify-left.png +share/icons/matefaenza/actions/24/gtk-justify-right.png +share/icons/matefaenza/actions/24/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/24/gtk-media-next-ltr.png +share/icons/matefaenza/actions/24/gtk-media-next-rtl.png +share/icons/matefaenza/actions/24/gtk-media-pause.png +share/icons/matefaenza/actions/24/gtk-media-play-ltr.png +share/icons/matefaenza/actions/24/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/24/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/24/gtk-media-record.png +share/icons/matefaenza/actions/24/gtk-media-stop.png +share/icons/matefaenza/actions/24/gtk-new.png +share/icons/matefaenza/actions/24/gtk-no.png +share/icons/matefaenza/actions/24/gtk-ok.png +share/icons/matefaenza/actions/24/gtk-open.png +share/icons/matefaenza/actions/24/gtk-paste.png +share/icons/matefaenza/actions/24/gtk-print-preview.png +share/icons/matefaenza/actions/24/gtk-print.png +share/icons/matefaenza/actions/24/gtk-properties.png +share/icons/matefaenza/actions/24/gtk-quit.png +share/icons/matefaenza/actions/24/gtk-redo-ltr.png +share/icons/matefaenza/actions/24/gtk-refresh.png +share/icons/matefaenza/actions/24/gtk-remove.png +share/icons/matefaenza/actions/24/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/24/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/24/gtk-save-as.png +share/icons/matefaenza/actions/24/gtk-save.png +share/icons/matefaenza/actions/24/gtk-select-all.png +share/icons/matefaenza/actions/24/gtk-sort-ascending.png +share/icons/matefaenza/actions/24/gtk-sort-descending.png +share/icons/matefaenza/actions/24/gtk-spell-check.png +share/icons/matefaenza/actions/24/gtk-stop.png +share/icons/matefaenza/actions/24/gtk-strikethrough.png +share/icons/matefaenza/actions/24/gtk-underline.png +share/icons/matefaenza/actions/24/gtk-undo-ltr.png +share/icons/matefaenza/actions/24/gtk-unindent-ltr.png +share/icons/matefaenza/actions/24/gtk-unindent-rtl.png +share/icons/matefaenza/actions/24/gtk-yes.png +share/icons/matefaenza/actions/24/gtk-zoom-100.png +share/icons/matefaenza/actions/24/gtk-zoom-fit.png +share/icons/matefaenza/actions/24/gtk-zoom-in.png +share/icons/matefaenza/actions/24/gtk-zoom-out.png +share/icons/matefaenza/actions/24/help-about.png +share/icons/matefaenza/actions/24/help-contents.png +share/icons/matefaenza/actions/24/im-message-new.png +share/icons/matefaenza/actions/24/insert-image.png +share/icons/matefaenza/actions/24/insert-link.png +share/icons/matefaenza/actions/24/insert-object.png +share/icons/matefaenza/actions/24/insert-text.png +share/icons/matefaenza/actions/24/internet-radio-new.png +share/icons/matefaenza/actions/24/iso-image-burn.png +share/icons/matefaenza/actions/24/kfind.png +share/icons/matefaenza/actions/24/kfm-home.png +share/icons/matefaenza/actions/24/leftjust.png +share/icons/matefaenza/actions/24/list-add.png +share/icons/matefaenza/actions/24/list-remove.png +share/icons/matefaenza/actions/24/locationbar-erase.png +share/icons/matefaenza/actions/24/lock.png +share/icons/matefaenza/actions/24/lock.xpm +share/icons/matefaenza/actions/24/lxde-logout.png +share/icons/matefaenza/actions/24/mail-attachment.png +share/icons/matefaenza/actions/24/mail-folder-sent.png +share/icons/matefaenza/actions/24/mail-forward.png +share/icons/matefaenza/actions/24/mail-inbox.png +share/icons/matefaenza/actions/24/mail-mark-important.png +share/icons/matefaenza/actions/24/mail-mark-junk.png +share/icons/matefaenza/actions/24/mail-mark-not-junk.png +share/icons/matefaenza/actions/24/mail-mark-notjunk.png +share/icons/matefaenza/actions/24/mail-mark-read.png +share/icons/matefaenza/actions/24/mail-mark-unread.png +share/icons/matefaenza/actions/24/mail-message-new.png +share/icons/matefaenza/actions/24/mail-outbox.png +share/icons/matefaenza/actions/24/mail-read.png +share/icons/matefaenza/actions/24/mail-replied.png +share/icons/matefaenza/actions/24/mail-reply-all.png +share/icons/matefaenza/actions/24/mail-reply-sender.png +share/icons/matefaenza/actions/24/mail-send-receive.png +share/icons/matefaenza/actions/24/mail-send.png +share/icons/matefaenza/actions/24/mail-sent.png +share/icons/matefaenza/actions/24/mail-unread.png +share/icons/matefaenza/actions/24/mail_forward.png +share/icons/matefaenza/actions/24/mail_new.png +share/icons/matefaenza/actions/24/mail_reply.png +share/icons/matefaenza/actions/24/mail_replyall.png +share/icons/matefaenza/actions/24/mail_send.png +share/icons/matefaenza/actions/24/media-eject.png +share/icons/matefaenza/actions/24/media-import-audio-cd.png +share/icons/matefaenza/actions/24/media-optical-audio-new.png +share/icons/matefaenza/actions/24/media-optical-burn.png +share/icons/matefaenza/actions/24/media-optical-copy.png +share/icons/matefaenza/actions/24/media-playback-pause.png +share/icons/matefaenza/actions/24/media-playback-start.png +share/icons/matefaenza/actions/24/media-playback-stop.png +share/icons/matefaenza/actions/24/media-playlist-repeat.png +share/icons/matefaenza/actions/24/media-playlist-shuffle.png +share/icons/matefaenza/actions/24/media-record.png +share/icons/matefaenza/actions/24/media-skip-backward.png +share/icons/matefaenza/actions/24/media-skip-forward.png +share/icons/matefaenza/actions/24/media-write-cd.png +share/icons/matefaenza/actions/24/music-library.png +share/icons/matefaenza/actions/24/next.png +share/icons/matefaenza/actions/24/object-flip-horizontal.png +share/icons/matefaenza/actions/24/object-flip-vertical.png +share/icons/matefaenza/actions/24/object-rotate-left.png +share/icons/matefaenza/actions/24/object-rotate-right.png +share/icons/matefaenza/actions/24/offline.png +share/icons/matefaenza/actions/24/ok.png +share/icons/matefaenza/actions/24/online.png +share/icons/matefaenza/actions/24/package-install.png +share/icons/matefaenza/actions/24/package-remove.png +share/icons/matefaenza/actions/24/package-upgrade.png +share/icons/matefaenza/actions/24/player-eject.png +share/icons/matefaenza/actions/24/player_end.png +share/icons/matefaenza/actions/24/player_pause.png +share/icons/matefaenza/actions/24/player_play.png +share/icons/matefaenza/actions/24/player_record.png +share/icons/matefaenza/actions/24/player_start.png +share/icons/matefaenza/actions/24/player_stop.png +share/icons/matefaenza/actions/24/podcast-new.png +share/icons/matefaenza/actions/24/preview-file.png +share/icons/matefaenza/actions/24/previous.png +share/icons/matefaenza/actions/24/process-stop.png +share/icons/matefaenza/actions/24/redhat-home.png +share/icons/matefaenza/actions/24/redo.png +share/icons/matefaenza/actions/24/reload.png +share/icons/matefaenza/actions/24/reload3.png +share/icons/matefaenza/actions/24/reload_all_tabs.png +share/icons/matefaenza/actions/24/reload_page.png +share/icons/matefaenza/actions/24/remove.png +share/icons/matefaenza/actions/24/revert.png +share/icons/matefaenza/actions/24/rhythmbox-set-star.png +share/icons/matefaenza/actions/24/rightjust.png +share/icons/matefaenza/actions/24/rotate.png +share/icons/matefaenza/actions/24/search.png +share/icons/matefaenza/actions/24/star.png +share/icons/matefaenza/actions/24/start.png +share/icons/matefaenza/actions/24/stock-refresh.png +share/icons/matefaenza/actions/24/stock_about.png +share/icons/matefaenza/actions/24/stock_add-bookmark.png +share/icons/matefaenza/actions/24/stock_attach.png +share/icons/matefaenza/actions/24/stock_bookmark.png +share/icons/matefaenza/actions/24/stock_bottom.png +share/icons/matefaenza/actions/24/stock_calc-accept.png +share/icons/matefaenza/actions/24/stock_close.png +share/icons/matefaenza/actions/24/stock_copy.png +share/icons/matefaenza/actions/24/stock_cut.png +share/icons/matefaenza/actions/24/stock_delete.png +share/icons/matefaenza/actions/24/stock_down.png +share/icons/matefaenza/actions/24/stock_file-properties.png +share/icons/matefaenza/actions/24/stock_first.png +share/icons/matefaenza/actions/24/stock_folder-copy.png +share/icons/matefaenza/actions/24/stock_folder-move.png +share/icons/matefaenza/actions/24/stock_folder-properties.png +share/icons/matefaenza/actions/24/stock_fullscreen.png +share/icons/matefaenza/actions/24/stock_help-add-bookmark.png +share/icons/matefaenza/actions/24/stock_home.png +share/icons/matefaenza/actions/24/stock_inbox.png +share/icons/matefaenza/actions/24/stock_last.png +share/icons/matefaenza/actions/24/stock_leave-fullscreen.png +share/icons/matefaenza/actions/24/stock_left.png +share/icons/matefaenza/actions/24/stock_mail-compose.png +share/icons/matefaenza/actions/24/stock_mail-filters-apply.png +share/icons/matefaenza/actions/24/stock_mail-forward.png +share/icons/matefaenza/actions/24/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/24/stock_mail-reply.png +share/icons/matefaenza/actions/24/stock_mail-send-receive.png +share/icons/matefaenza/actions/24/stock_mail-send.png +share/icons/matefaenza/actions/24/stock_mark.png +share/icons/matefaenza/actions/24/stock_media-next.png +share/icons/matefaenza/actions/24/stock_media-pause.png +share/icons/matefaenza/actions/24/stock_media-play.png +share/icons/matefaenza/actions/24/stock_media-prev.png +share/icons/matefaenza/actions/24/stock_media-rec.png +share/icons/matefaenza/actions/24/stock_media-stop.png +share/icons/matefaenza/actions/24/stock_new-address-book.png +share/icons/matefaenza/actions/24/stock_new-appointment.png +share/icons/matefaenza/actions/24/stock_new-bcard.png +share/icons/matefaenza/actions/24/stock_new-dir.png +share/icons/matefaenza/actions/24/stock_new-tab.png +share/icons/matefaenza/actions/24/stock_new-text.png +share/icons/matefaenza/actions/24/stock_new-window.png +share/icons/matefaenza/actions/24/stock_no.png +share/icons/matefaenza/actions/24/stock_outbox.png +share/icons/matefaenza/actions/24/stock_paste.png +share/icons/matefaenza/actions/24/stock_print-preview.png +share/icons/matefaenza/actions/24/stock_print-setup.png +share/icons/matefaenza/actions/24/stock_print.png +share/icons/matefaenza/actions/24/stock_properties.png +share/icons/matefaenza/actions/24/stock_redo.png +share/icons/matefaenza/actions/24/stock_repeat.png +share/icons/matefaenza/actions/24/stock_right.png +share/icons/matefaenza/actions/24/stock_save-as.png +share/icons/matefaenza/actions/24/stock_save.png +share/icons/matefaenza/actions/24/stock_search-and-replace.png +share/icons/matefaenza/actions/24/stock_search.png +share/icons/matefaenza/actions/24/stock_select-all.png +share/icons/matefaenza/actions/24/stock_sent-mail.png +share/icons/matefaenza/actions/24/stock_shuffle.png +share/icons/matefaenza/actions/24/stock_spellcheck.png +share/icons/matefaenza/actions/24/stock_stop.png +share/icons/matefaenza/actions/24/stock_text-strikethrough.png +share/icons/matefaenza/actions/24/stock_text_bold.png +share/icons/matefaenza/actions/24/stock_text_center.png +share/icons/matefaenza/actions/24/stock_text_indent.png +share/icons/matefaenza/actions/24/stock_text_italic.png +share/icons/matefaenza/actions/24/stock_text_justify.png +share/icons/matefaenza/actions/24/stock_text_left.png +share/icons/matefaenza/actions/24/stock_text_right.png +share/icons/matefaenza/actions/24/stock_text_underlined.png +share/icons/matefaenza/actions/24/stock_text_unindent.png +share/icons/matefaenza/actions/24/stock_top.png +share/icons/matefaenza/actions/24/stock_undo.png +share/icons/matefaenza/actions/24/stock_up.png +share/icons/matefaenza/actions/24/stock_yes.png +share/icons/matefaenza/actions/24/stock_zoom-1.png +share/icons/matefaenza/actions/24/stock_zoom-in.png +share/icons/matefaenza/actions/24/stock_zoom-out.png +share/icons/matefaenza/actions/24/stock_zoom-page.png +share/icons/matefaenza/actions/24/stop.png +share/icons/matefaenza/actions/24/system-lock-screen.png +share/icons/matefaenza/actions/24/system-log-out.png +share/icons/matefaenza/actions/24/system-restart-panel.png +share/icons/matefaenza/actions/24/system-run.png +share/icons/matefaenza/actions/24/system-search.png +share/icons/matefaenza/actions/24/system-shutdown-panel-restart.png +share/icons/matefaenza/actions/24/system-shutdown-panel.png +share/icons/matefaenza/actions/24/system-shutdown-restart-panel.png +share/icons/matefaenza/actions/24/system-shutdown.png +share/icons/matefaenza/actions/24/system-upgrade.png +share/icons/matefaenza/actions/24/tab-new.png +share/icons/matefaenza/actions/24/tab_new.png +share/icons/matefaenza/actions/24/tag-new.png +share/icons/matefaenza/actions/24/text_bold.png +share/icons/matefaenza/actions/24/text_italic.png +share/icons/matefaenza/actions/24/text_strike.png +share/icons/matefaenza/actions/24/text_under.png +share/icons/matefaenza/actions/24/tools-check-spelling.png +share/icons/matefaenza/actions/24/top.png +share/icons/matefaenza/actions/24/top.xpm +share/icons/matefaenza/actions/24/undo.png +share/icons/matefaenza/actions/24/up.png +share/icons/matefaenza/actions/24/view-fullscreen.png +share/icons/matefaenza/actions/24/view-list-compact-symbolic.png +share/icons/matefaenza/actions/24/view-list-compact.png +share/icons/matefaenza/actions/24/view-list-details-symbolic.png +share/icons/matefaenza/actions/24/view-list-details.png +share/icons/matefaenza/actions/24/view-list-icons-symbolic.png +share/icons/matefaenza/actions/24/view-list-icons.png +share/icons/matefaenza/actions/24/view-refresh.png +share/icons/matefaenza/actions/24/view-restore.png +share/icons/matefaenza/actions/24/view-sort-ascending.png +share/icons/matefaenza/actions/24/view-sort-descending.png +share/icons/matefaenza/actions/24/viewmag+.png +share/icons/matefaenza/actions/24/viewmag-.png +share/icons/matefaenza/actions/24/viewmag1.png +share/icons/matefaenza/actions/24/viewmagfit.png +share/icons/matefaenza/actions/24/visualization.png +share/icons/matefaenza/actions/24/window-close.png +share/icons/matefaenza/actions/24/window-new.png +share/icons/matefaenza/actions/24/window_fullscreen.png +share/icons/matefaenza/actions/24/window_new.png +share/icons/matefaenza/actions/24/window_nofullscreen.png +share/icons/matefaenza/actions/24/xfce-system-exit.png +share/icons/matefaenza/actions/24/xfce-system-lock.png +share/icons/matefaenza/actions/24/xfsm-logout.png +share/icons/matefaenza/actions/24/zoom-best-fit.png +share/icons/matefaenza/actions/24/zoom-fit-best.png +share/icons/matefaenza/actions/24/zoom-fit.png +share/icons/matefaenza/actions/24/zoom-in.png +share/icons/matefaenza/actions/24/zoom-original.png +share/icons/matefaenza/actions/24/zoom-out.png +share/icons/matefaenza/actions/32/add-files-to-archive.png +share/icons/matefaenza/actions/32/add-folder-to-archive.png +share/icons/matefaenza/actions/32/add.png +share/icons/matefaenza/actions/32/address-book-new.png +share/icons/matefaenza/actions/32/application-exit.png +share/icons/matefaenza/actions/32/appointment-new.png +share/icons/matefaenza/actions/32/appointment.png +share/icons/matefaenza/actions/32/audio-cd-duplicate.png +share/icons/matefaenza/actions/32/audio-cd-new.png +share/icons/matefaenza/actions/32/back.png +share/icons/matefaenza/actions/32/bonobo-component-browser.png +share/icons/matefaenza/actions/32/bookmark-new.png +share/icons/matefaenza/actions/32/bookmark_add.png +share/icons/matefaenza/actions/32/bookmark_list_add.png +share/icons/matefaenza/actions/32/bottom.png +share/icons/matefaenza/actions/32/browser-download.png +share/icons/matefaenza/actions/32/cab_extract.png +share/icons/matefaenza/actions/32/call-start.png +share/icons/matefaenza/actions/32/call-stop.png +share/icons/matefaenza/actions/32/centrejust.png +share/icons/matefaenza/actions/32/contact-new.png +share/icons/matefaenza/actions/32/dialog-apply.png +share/icons/matefaenza/actions/32/dialog-no.png +share/icons/matefaenza/actions/32/dialog-ok.png +share/icons/matefaenza/actions/32/dialog-yes.png +share/icons/matefaenza/actions/32/document-export.png +share/icons/matefaenza/actions/32/document-import.png +share/icons/matefaenza/actions/32/document-new.png +share/icons/matefaenza/actions/32/document-open-recent.png +share/icons/matefaenza/actions/32/document-open.png +share/icons/matefaenza/actions/32/document-page-setup.png +share/icons/matefaenza/actions/32/document-print-preview.png +share/icons/matefaenza/actions/32/document-print.png +share/icons/matefaenza/actions/32/document-properties.png +share/icons/matefaenza/actions/32/document-revert.png +share/icons/matefaenza/actions/32/document-save-as.png +share/icons/matefaenza/actions/32/document-save.png +share/icons/matefaenza/actions/32/document-send.png +share/icons/matefaenza/actions/32/down.png +share/icons/matefaenza/actions/32/edit-add.png +share/icons/matefaenza/actions/32/edit-clear.png +share/icons/matefaenza/actions/32/edit-copy.png +share/icons/matefaenza/actions/32/edit-cut.png +share/icons/matefaenza/actions/32/edit-delete.png +share/icons/matefaenza/actions/32/edit-find-replace.png +share/icons/matefaenza/actions/32/edit-find.png +share/icons/matefaenza/actions/32/edit-paste.png +share/icons/matefaenza/actions/32/edit-redo.png +share/icons/matefaenza/actions/32/edit-select-all.png +share/icons/matefaenza/actions/32/edit-undo.png +share/icons/matefaenza/actions/32/editclear.png +share/icons/matefaenza/actions/32/editcopy.png +share/icons/matefaenza/actions/32/editcut.png +share/icons/matefaenza/actions/32/editdelete.png +share/icons/matefaenza/actions/32/editpaste.png +share/icons/matefaenza/actions/32/exit.png +share/icons/matefaenza/actions/32/extract-archive.png +share/icons/matefaenza/actions/32/file_new.png +share/icons/matefaenza/actions/32/filefind.png +share/icons/matefaenza/actions/32/fileopen.png +share/icons/matefaenza/actions/32/fileprint.png +share/icons/matefaenza/actions/32/filesave.png +share/icons/matefaenza/actions/32/filesaveas.png +share/icons/matefaenza/actions/32/find.png +share/icons/matefaenza/actions/32/finish.png +share/icons/matefaenza/actions/32/folder-copy.png +share/icons/matefaenza/actions/32/folder-move.png +share/icons/matefaenza/actions/32/folder-new.png +share/icons/matefaenza/actions/32/folder_new.png +share/icons/matefaenza/actions/32/format-indent-less.png +share/icons/matefaenza/actions/32/format-indent-more.png +share/icons/matefaenza/actions/32/format-justify-center.png +share/icons/matefaenza/actions/32/format-justify-fill.png +share/icons/matefaenza/actions/32/format-justify-left.png +share/icons/matefaenza/actions/32/format-justify-right.png +share/icons/matefaenza/actions/32/format-text-bold.png +share/icons/matefaenza/actions/32/format-text-direction-ltr.png +share/icons/matefaenza/actions/32/format-text-direction-rtl.png +share/icons/matefaenza/actions/32/format-text-italic.png +share/icons/matefaenza/actions/32/format-text-strikethrough.png +share/icons/matefaenza/actions/32/format-text-underline.png +share/icons/matefaenza/actions/32/forward.png +share/icons/matefaenza/actions/32/games-endturn.png +share/icons/matefaenza/actions/32/gnome-app-install-star.png +share/icons/matefaenza/actions/32/gnome-lockscreen.png +share/icons/matefaenza/actions/32/gnome-log-out.png +share/icons/matefaenza/actions/32/gnome-logout.png +share/icons/matefaenza/actions/32/gnome-run.png +share/icons/matefaenza/actions/32/gnome-searchtool.png +share/icons/matefaenza/actions/32/gnome-session-logout.png +share/icons/matefaenza/actions/32/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/32/gnome-stock-mail-new.png +share/icons/matefaenza/actions/32/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/32/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/32/gnome-stock-text-indent.png +share/icons/matefaenza/actions/32/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/32/go-bottom.png +share/icons/matefaenza/actions/32/go-down.png +share/icons/matefaenza/actions/32/go-first.png +share/icons/matefaenza/actions/32/go-home.png +share/icons/matefaenza/actions/32/go-jump.png +share/icons/matefaenza/actions/32/go-last.png +share/icons/matefaenza/actions/32/go-next.png +share/icons/matefaenza/actions/32/go-previous.png +share/icons/matefaenza/actions/32/go-top.png +share/icons/matefaenza/actions/32/go-up.png +share/icons/matefaenza/actions/32/gohome.png +share/icons/matefaenza/actions/32/gtk-about.png +share/icons/matefaenza/actions/32/gtk-add.png +share/icons/matefaenza/actions/32/gtk-apply.png +share/icons/matefaenza/actions/32/gtk-bold.png +share/icons/matefaenza/actions/32/gtk-cancel.png +share/icons/matefaenza/actions/32/gtk-clear.png +share/icons/matefaenza/actions/32/gtk-close.png +share/icons/matefaenza/actions/32/gtk-copy.png +share/icons/matefaenza/actions/32/gtk-cut.png +share/icons/matefaenza/actions/32/gtk-delete.png +share/icons/matefaenza/actions/32/gtk-edit.png +share/icons/matefaenza/actions/32/gtk-execute.png +share/icons/matefaenza/actions/32/gtk-find-and-replace.png +share/icons/matefaenza/actions/32/gtk-find.png +share/icons/matefaenza/actions/32/gtk-fullscreen.png +share/icons/matefaenza/actions/32/gtk-go-back-ltr.png +share/icons/matefaenza/actions/32/gtk-go-back-rtl.png +share/icons/matefaenza/actions/32/gtk-go-down.png +share/icons/matefaenza/actions/32/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/32/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/32/gtk-go-up.png +share/icons/matefaenza/actions/32/gtk-goto-bottom.png +share/icons/matefaenza/actions/32/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/32/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/32/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/32/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/32/gtk-goto-top.png +share/icons/matefaenza/actions/32/gtk-home.png +share/icons/matefaenza/actions/32/gtk-indent-ltr.png +share/icons/matefaenza/actions/32/gtk-indent-rtl.png +share/icons/matefaenza/actions/32/gtk-info.png +share/icons/matefaenza/actions/32/gtk-italic.png +share/icons/matefaenza/actions/32/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/32/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/32/gtk-justify-center.png +share/icons/matefaenza/actions/32/gtk-justify-fill.png +share/icons/matefaenza/actions/32/gtk-justify-left.png +share/icons/matefaenza/actions/32/gtk-justify-right.png +share/icons/matefaenza/actions/32/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/32/gtk-media-next-ltr.png +share/icons/matefaenza/actions/32/gtk-media-next-rtl.png +share/icons/matefaenza/actions/32/gtk-media-pause.png +share/icons/matefaenza/actions/32/gtk-media-play-ltr.png +share/icons/matefaenza/actions/32/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/32/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/32/gtk-media-record.png +share/icons/matefaenza/actions/32/gtk-media-stop.png +share/icons/matefaenza/actions/32/gtk-new.png +share/icons/matefaenza/actions/32/gtk-no.png +share/icons/matefaenza/actions/32/gtk-ok.png +share/icons/matefaenza/actions/32/gtk-open.png +share/icons/matefaenza/actions/32/gtk-paste.png +share/icons/matefaenza/actions/32/gtk-print-preview.png +share/icons/matefaenza/actions/32/gtk-print.png +share/icons/matefaenza/actions/32/gtk-properties.png +share/icons/matefaenza/actions/32/gtk-quit.png +share/icons/matefaenza/actions/32/gtk-redo-ltr.png +share/icons/matefaenza/actions/32/gtk-refresh.png +share/icons/matefaenza/actions/32/gtk-remove.png +share/icons/matefaenza/actions/32/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/32/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/32/gtk-save-as.png +share/icons/matefaenza/actions/32/gtk-save.png +share/icons/matefaenza/actions/32/gtk-select-all.png +share/icons/matefaenza/actions/32/gtk-sort-ascending.png +share/icons/matefaenza/actions/32/gtk-sort-descending.png +share/icons/matefaenza/actions/32/gtk-spell-check.png +share/icons/matefaenza/actions/32/gtk-stop.png +share/icons/matefaenza/actions/32/gtk-strikethrough.png +share/icons/matefaenza/actions/32/gtk-underline.png +share/icons/matefaenza/actions/32/gtk-undo-ltr.png +share/icons/matefaenza/actions/32/gtk-unindent-ltr.png +share/icons/matefaenza/actions/32/gtk-unindent-rtl.png +share/icons/matefaenza/actions/32/gtk-yes.png +share/icons/matefaenza/actions/32/gtk-zoom-100.png +share/icons/matefaenza/actions/32/gtk-zoom-fit.png +share/icons/matefaenza/actions/32/gtk-zoom-in.png +share/icons/matefaenza/actions/32/gtk-zoom-out.png +share/icons/matefaenza/actions/32/help-about.png +share/icons/matefaenza/actions/32/help-contents.png +share/icons/matefaenza/actions/32/im-message-new.png +share/icons/matefaenza/actions/32/insert-image.png +share/icons/matefaenza/actions/32/insert-link.png +share/icons/matefaenza/actions/32/insert-object.png +share/icons/matefaenza/actions/32/insert-text.png +share/icons/matefaenza/actions/32/internet-radio-new.png +share/icons/matefaenza/actions/32/iso-image-burn.png +share/icons/matefaenza/actions/32/kfind.png +share/icons/matefaenza/actions/32/kfm-home.png +share/icons/matefaenza/actions/32/leftjust.png +share/icons/matefaenza/actions/32/list-add.png +share/icons/matefaenza/actions/32/list-remove.png +share/icons/matefaenza/actions/32/locationbar-erase.png +share/icons/matefaenza/actions/32/lock.png +share/icons/matefaenza/actions/32/lock.xpm +share/icons/matefaenza/actions/32/lxde-logout.png +share/icons/matefaenza/actions/32/mail-attachment.png +share/icons/matefaenza/actions/32/mail-folder-sent.png +share/icons/matefaenza/actions/32/mail-forward.png +share/icons/matefaenza/actions/32/mail-inbox.png +share/icons/matefaenza/actions/32/mail-mark-important.png +share/icons/matefaenza/actions/32/mail-mark-junk.png +share/icons/matefaenza/actions/32/mail-mark-not-junk.png +share/icons/matefaenza/actions/32/mail-mark-notjunk.png +share/icons/matefaenza/actions/32/mail-mark-read.png +share/icons/matefaenza/actions/32/mail-mark-unread.png +share/icons/matefaenza/actions/32/mail-message-new.png +share/icons/matefaenza/actions/32/mail-outbox.png +share/icons/matefaenza/actions/32/mail-read.png +share/icons/matefaenza/actions/32/mail-replied.png +share/icons/matefaenza/actions/32/mail-reply-all.png +share/icons/matefaenza/actions/32/mail-reply-sender.png +share/icons/matefaenza/actions/32/mail-send-receive.png +share/icons/matefaenza/actions/32/mail-send.png +share/icons/matefaenza/actions/32/mail-sent.png +share/icons/matefaenza/actions/32/mail-unread.png +share/icons/matefaenza/actions/32/mail_forward.png +share/icons/matefaenza/actions/32/mail_new.png +share/icons/matefaenza/actions/32/mail_reply.png +share/icons/matefaenza/actions/32/mail_replyall.png +share/icons/matefaenza/actions/32/mail_send.png +share/icons/matefaenza/actions/32/media-eject.png +share/icons/matefaenza/actions/32/media-import-audio-cd.png +share/icons/matefaenza/actions/32/media-optical-audio-new.png +share/icons/matefaenza/actions/32/media-optical-burn.png +share/icons/matefaenza/actions/32/media-optical-copy.png +share/icons/matefaenza/actions/32/media-optical-data-new.png +share/icons/matefaenza/actions/32/media-optical-video-new.png +share/icons/matefaenza/actions/32/media-playback-pause.png +share/icons/matefaenza/actions/32/media-playback-start.png +share/icons/matefaenza/actions/32/media-playback-stop.png +share/icons/matefaenza/actions/32/media-playlist-repeat.png +share/icons/matefaenza/actions/32/media-playlist-shuffle.png +share/icons/matefaenza/actions/32/media-record.png +share/icons/matefaenza/actions/32/media-skip-backward.png +share/icons/matefaenza/actions/32/media-skip-forward.png +share/icons/matefaenza/actions/32/media-write-cd.png +share/icons/matefaenza/actions/32/next.png +share/icons/matefaenza/actions/32/object-flip-horizontal.png +share/icons/matefaenza/actions/32/object-flip-vertical.png +share/icons/matefaenza/actions/32/object-rotate-left.png +share/icons/matefaenza/actions/32/object-rotate-right.png +share/icons/matefaenza/actions/32/ok.png +share/icons/matefaenza/actions/32/package-install.png +share/icons/matefaenza/actions/32/package-remove.png +share/icons/matefaenza/actions/32/package-upgrade.png +share/icons/matefaenza/actions/32/player-eject.png +share/icons/matefaenza/actions/32/player_end.png +share/icons/matefaenza/actions/32/player_pause.png +share/icons/matefaenza/actions/32/player_play.png +share/icons/matefaenza/actions/32/player_record.png +share/icons/matefaenza/actions/32/player_start.png +share/icons/matefaenza/actions/32/player_stop.png +share/icons/matefaenza/actions/32/podcast-new.png +share/icons/matefaenza/actions/32/preview-file.png +share/icons/matefaenza/actions/32/previous.png +share/icons/matefaenza/actions/32/process-stop.png +share/icons/matefaenza/actions/32/redhat-home.png +share/icons/matefaenza/actions/32/redo.png +share/icons/matefaenza/actions/32/reload.png +share/icons/matefaenza/actions/32/reload3.png +share/icons/matefaenza/actions/32/reload_all_tabs.png +share/icons/matefaenza/actions/32/reload_page.png +share/icons/matefaenza/actions/32/remove.png +share/icons/matefaenza/actions/32/revert.png +share/icons/matefaenza/actions/32/rhythmbox-set-star.png +share/icons/matefaenza/actions/32/rightjust.png +share/icons/matefaenza/actions/32/rotate.png +share/icons/matefaenza/actions/32/search.png +share/icons/matefaenza/actions/32/star.png +share/icons/matefaenza/actions/32/start.png +share/icons/matefaenza/actions/32/stock-refresh.png +share/icons/matefaenza/actions/32/stock_about.png +share/icons/matefaenza/actions/32/stock_add-bookmark.png +share/icons/matefaenza/actions/32/stock_attach.png +share/icons/matefaenza/actions/32/stock_bookmark.png +share/icons/matefaenza/actions/32/stock_bottom.png +share/icons/matefaenza/actions/32/stock_calc-accept.png +share/icons/matefaenza/actions/32/stock_close.png +share/icons/matefaenza/actions/32/stock_copy.png +share/icons/matefaenza/actions/32/stock_cut.png +share/icons/matefaenza/actions/32/stock_delete.png +share/icons/matefaenza/actions/32/stock_down.png +share/icons/matefaenza/actions/32/stock_file-properties.png +share/icons/matefaenza/actions/32/stock_first.png +share/icons/matefaenza/actions/32/stock_folder-copy.png +share/icons/matefaenza/actions/32/stock_folder-move.png +share/icons/matefaenza/actions/32/stock_folder-properties.png +share/icons/matefaenza/actions/32/stock_fullscreen.png +share/icons/matefaenza/actions/32/stock_help-add-bookmark.png +share/icons/matefaenza/actions/32/stock_home.png +share/icons/matefaenza/actions/32/stock_inbox.png +share/icons/matefaenza/actions/32/stock_last.png +share/icons/matefaenza/actions/32/stock_leave-fullscreen.png +share/icons/matefaenza/actions/32/stock_left.png +share/icons/matefaenza/actions/32/stock_mail-compose.png +share/icons/matefaenza/actions/32/stock_mail-filters-apply.png +share/icons/matefaenza/actions/32/stock_mail-forward.png +share/icons/matefaenza/actions/32/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/32/stock_mail-reply.png +share/icons/matefaenza/actions/32/stock_mail-send-receive.png +share/icons/matefaenza/actions/32/stock_mail-send.png +share/icons/matefaenza/actions/32/stock_mark.png +share/icons/matefaenza/actions/32/stock_media-next.png +share/icons/matefaenza/actions/32/stock_media-pause.png +share/icons/matefaenza/actions/32/stock_media-play.png +share/icons/matefaenza/actions/32/stock_media-prev.png +share/icons/matefaenza/actions/32/stock_media-rec.png +share/icons/matefaenza/actions/32/stock_media-stop.png +share/icons/matefaenza/actions/32/stock_new-address-book.png +share/icons/matefaenza/actions/32/stock_new-appointment.png +share/icons/matefaenza/actions/32/stock_new-bcard.png +share/icons/matefaenza/actions/32/stock_new-dir.png +share/icons/matefaenza/actions/32/stock_new-tab.png +share/icons/matefaenza/actions/32/stock_new-text.png +share/icons/matefaenza/actions/32/stock_new-window.png +share/icons/matefaenza/actions/32/stock_no.png +share/icons/matefaenza/actions/32/stock_outbox.png +share/icons/matefaenza/actions/32/stock_paste.png +share/icons/matefaenza/actions/32/stock_print-preview.png +share/icons/matefaenza/actions/32/stock_print-setup.png +share/icons/matefaenza/actions/32/stock_print.png +share/icons/matefaenza/actions/32/stock_properties.png +share/icons/matefaenza/actions/32/stock_redo.png +share/icons/matefaenza/actions/32/stock_repeat.png +share/icons/matefaenza/actions/32/stock_right.png +share/icons/matefaenza/actions/32/stock_save-as.png +share/icons/matefaenza/actions/32/stock_save.png +share/icons/matefaenza/actions/32/stock_search-and-replace.png +share/icons/matefaenza/actions/32/stock_search.png +share/icons/matefaenza/actions/32/stock_select-all.png +share/icons/matefaenza/actions/32/stock_sent-mail.png +share/icons/matefaenza/actions/32/stock_shuffle.png +share/icons/matefaenza/actions/32/stock_spellcheck.png +share/icons/matefaenza/actions/32/stock_stop.png +share/icons/matefaenza/actions/32/stock_text-strikethrough.png +share/icons/matefaenza/actions/32/stock_text_bold.png +share/icons/matefaenza/actions/32/stock_text_center.png +share/icons/matefaenza/actions/32/stock_text_indent.png +share/icons/matefaenza/actions/32/stock_text_italic.png +share/icons/matefaenza/actions/32/stock_text_justify.png +share/icons/matefaenza/actions/32/stock_text_left.png +share/icons/matefaenza/actions/32/stock_text_right.png +share/icons/matefaenza/actions/32/stock_text_underlined.png +share/icons/matefaenza/actions/32/stock_text_unindent.png +share/icons/matefaenza/actions/32/stock_top.png +share/icons/matefaenza/actions/32/stock_undo.png +share/icons/matefaenza/actions/32/stock_up.png +share/icons/matefaenza/actions/32/stock_yes.png +share/icons/matefaenza/actions/32/stock_zoom-1.png +share/icons/matefaenza/actions/32/stock_zoom-in.png +share/icons/matefaenza/actions/32/stock_zoom-out.png +share/icons/matefaenza/actions/32/stock_zoom-page.png +share/icons/matefaenza/actions/32/stop.png +share/icons/matefaenza/actions/32/system-lock-screen.png +share/icons/matefaenza/actions/32/system-log-out.png +share/icons/matefaenza/actions/32/system-run.png +share/icons/matefaenza/actions/32/system-search.png +share/icons/matefaenza/actions/32/system-shutdown.png +share/icons/matefaenza/actions/32/system-upgrade.png +share/icons/matefaenza/actions/32/tab-new.png +share/icons/matefaenza/actions/32/tab_new.png +share/icons/matefaenza/actions/32/tag-new.png +share/icons/matefaenza/actions/32/text_bold.png +share/icons/matefaenza/actions/32/text_italic.png +share/icons/matefaenza/actions/32/text_strike.png +share/icons/matefaenza/actions/32/text_under.png +share/icons/matefaenza/actions/32/tools-check-spelling.png +share/icons/matefaenza/actions/32/top.png +share/icons/matefaenza/actions/32/top.xpm +share/icons/matefaenza/actions/32/undo.png +share/icons/matefaenza/actions/32/up.png +share/icons/matefaenza/actions/32/view-fullscreen.png +share/icons/matefaenza/actions/32/view-list-compact-symbolic.png +share/icons/matefaenza/actions/32/view-list-compact.png +share/icons/matefaenza/actions/32/view-list-details-symbolic.png +share/icons/matefaenza/actions/32/view-list-details.png +share/icons/matefaenza/actions/32/view-list-icons-symbolic.png +share/icons/matefaenza/actions/32/view-list-icons.png +share/icons/matefaenza/actions/32/view-refresh.png +share/icons/matefaenza/actions/32/view-restore.png +share/icons/matefaenza/actions/32/view-sort-ascending.png +share/icons/matefaenza/actions/32/view-sort-descending.png +share/icons/matefaenza/actions/32/viewmag+.png +share/icons/matefaenza/actions/32/viewmag-.png +share/icons/matefaenza/actions/32/viewmag1.png +share/icons/matefaenza/actions/32/viewmagfit.png +share/icons/matefaenza/actions/32/visualization.png +share/icons/matefaenza/actions/32/window-close.png +share/icons/matefaenza/actions/32/window-new.png +share/icons/matefaenza/actions/32/window_fullscreen.png +share/icons/matefaenza/actions/32/window_new.png +share/icons/matefaenza/actions/32/window_nofullscreen.png +share/icons/matefaenza/actions/32/xfce-system-exit.png +share/icons/matefaenza/actions/32/xfce-system-lock.png +share/icons/matefaenza/actions/32/xfsm-logout.png +share/icons/matefaenza/actions/32/zoom-best-fit.png +share/icons/matefaenza/actions/32/zoom-fit-best.png +share/icons/matefaenza/actions/32/zoom-fit.png +share/icons/matefaenza/actions/32/zoom-in.png +share/icons/matefaenza/actions/32/zoom-original.png +share/icons/matefaenza/actions/32/zoom-out.png +share/icons/matefaenza/actions/48/add-files-to-archive.png +share/icons/matefaenza/actions/48/add-folder-to-archive.png +share/icons/matefaenza/actions/48/add.png +share/icons/matefaenza/actions/48/address-book-new.png +share/icons/matefaenza/actions/48/application-exit.png +share/icons/matefaenza/actions/48/appointment-new.png +share/icons/matefaenza/actions/48/appointment.png +share/icons/matefaenza/actions/48/audio-cd-duplicate.png +share/icons/matefaenza/actions/48/audio-cd-new.png +share/icons/matefaenza/actions/48/back.png +share/icons/matefaenza/actions/48/bonobo-component-browser.png +share/icons/matefaenza/actions/48/bookmark-new.png +share/icons/matefaenza/actions/48/bookmark_add.png +share/icons/matefaenza/actions/48/bookmark_list_add.png +share/icons/matefaenza/actions/48/bottom.png +share/icons/matefaenza/actions/48/browser-download.png +share/icons/matefaenza/actions/48/cab_extract.png +share/icons/matefaenza/actions/48/call-start.png +share/icons/matefaenza/actions/48/call-stop.png +share/icons/matefaenza/actions/48/centrejust.png +share/icons/matefaenza/actions/48/contact-new.png +share/icons/matefaenza/actions/48/dialog-apply.png +share/icons/matefaenza/actions/48/dialog-no.png +share/icons/matefaenza/actions/48/dialog-ok.png +share/icons/matefaenza/actions/48/dialog-yes.png +share/icons/matefaenza/actions/48/document-export.png +share/icons/matefaenza/actions/48/document-import.png +share/icons/matefaenza/actions/48/document-new.png +share/icons/matefaenza/actions/48/document-open-recent.png +share/icons/matefaenza/actions/48/document-open.png +share/icons/matefaenza/actions/48/document-page-setup.png +share/icons/matefaenza/actions/48/document-print-preview.png +share/icons/matefaenza/actions/48/document-print.png +share/icons/matefaenza/actions/48/document-properties.png +share/icons/matefaenza/actions/48/document-revert.png +share/icons/matefaenza/actions/48/document-save-as.png +share/icons/matefaenza/actions/48/document-save.png +share/icons/matefaenza/actions/48/document-send.png +share/icons/matefaenza/actions/48/down.png +share/icons/matefaenza/actions/48/edit-add.png +share/icons/matefaenza/actions/48/edit-clear.png +share/icons/matefaenza/actions/48/edit-copy.png +share/icons/matefaenza/actions/48/edit-cut.png +share/icons/matefaenza/actions/48/edit-delete.png +share/icons/matefaenza/actions/48/edit-find-replace.png +share/icons/matefaenza/actions/48/edit-find.png +share/icons/matefaenza/actions/48/edit-paste.png +share/icons/matefaenza/actions/48/edit-redo.png +share/icons/matefaenza/actions/48/edit-select-all.png +share/icons/matefaenza/actions/48/edit-undo.png +share/icons/matefaenza/actions/48/editclear.png +share/icons/matefaenza/actions/48/editcopy.png +share/icons/matefaenza/actions/48/editcut.png +share/icons/matefaenza/actions/48/editdelete.png +share/icons/matefaenza/actions/48/editpaste.png +share/icons/matefaenza/actions/48/exit.png +share/icons/matefaenza/actions/48/extract-archive.png +share/icons/matefaenza/actions/48/file_new.png +share/icons/matefaenza/actions/48/filefind.png +share/icons/matefaenza/actions/48/fileopen.png +share/icons/matefaenza/actions/48/fileprint.png +share/icons/matefaenza/actions/48/filesave.png +share/icons/matefaenza/actions/48/filesaveas.png +share/icons/matefaenza/actions/48/find.png +share/icons/matefaenza/actions/48/finish.png +share/icons/matefaenza/actions/48/folder-copy.png +share/icons/matefaenza/actions/48/folder-move.png +share/icons/matefaenza/actions/48/folder-new.png +share/icons/matefaenza/actions/48/folder_new.png +share/icons/matefaenza/actions/48/format-indent-less.png +share/icons/matefaenza/actions/48/format-indent-more.png +share/icons/matefaenza/actions/48/format-justify-center.png +share/icons/matefaenza/actions/48/format-justify-fill.png +share/icons/matefaenza/actions/48/format-justify-left.png +share/icons/matefaenza/actions/48/format-justify-right.png +share/icons/matefaenza/actions/48/format-text-bold.png +share/icons/matefaenza/actions/48/format-text-direction-ltr.png +share/icons/matefaenza/actions/48/format-text-direction-rtl.png +share/icons/matefaenza/actions/48/format-text-italic.png +share/icons/matefaenza/actions/48/format-text-strikethrough.png +share/icons/matefaenza/actions/48/format-text-underline.png +share/icons/matefaenza/actions/48/forward.png +share/icons/matefaenza/actions/48/games-endturn.png +share/icons/matefaenza/actions/48/gnome-app-install-star.png +share/icons/matefaenza/actions/48/gnome-lockscreen.png +share/icons/matefaenza/actions/48/gnome-log-out.png +share/icons/matefaenza/actions/48/gnome-logout.png +share/icons/matefaenza/actions/48/gnome-run.png +share/icons/matefaenza/actions/48/gnome-searchtool.png +share/icons/matefaenza/actions/48/gnome-session-logout.png +share/icons/matefaenza/actions/48/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/48/gnome-stock-mail-new.png +share/icons/matefaenza/actions/48/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/48/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/48/gnome-stock-text-indent.png +share/icons/matefaenza/actions/48/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/48/go-bottom.png +share/icons/matefaenza/actions/48/go-down.png +share/icons/matefaenza/actions/48/go-first.png +share/icons/matefaenza/actions/48/go-home.png +share/icons/matefaenza/actions/48/go-jump.png +share/icons/matefaenza/actions/48/go-last.png +share/icons/matefaenza/actions/48/go-next.png +share/icons/matefaenza/actions/48/go-previous.png +share/icons/matefaenza/actions/48/go-top.png +share/icons/matefaenza/actions/48/go-up.png +share/icons/matefaenza/actions/48/gohome.png +share/icons/matefaenza/actions/48/gtk-about.png +share/icons/matefaenza/actions/48/gtk-add.png +share/icons/matefaenza/actions/48/gtk-apply.png +share/icons/matefaenza/actions/48/gtk-bold.png +share/icons/matefaenza/actions/48/gtk-cancel.png +share/icons/matefaenza/actions/48/gtk-clear.png +share/icons/matefaenza/actions/48/gtk-close.png +share/icons/matefaenza/actions/48/gtk-copy.png +share/icons/matefaenza/actions/48/gtk-cut.png +share/icons/matefaenza/actions/48/gtk-delete.png +share/icons/matefaenza/actions/48/gtk-edit.png +share/icons/matefaenza/actions/48/gtk-execute.png +share/icons/matefaenza/actions/48/gtk-find-and-replace.png +share/icons/matefaenza/actions/48/gtk-find.png +share/icons/matefaenza/actions/48/gtk-fullscreen.png +share/icons/matefaenza/actions/48/gtk-go-back-ltr.png +share/icons/matefaenza/actions/48/gtk-go-back-rtl.png +share/icons/matefaenza/actions/48/gtk-go-down.png +share/icons/matefaenza/actions/48/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/48/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/48/gtk-go-up.png +share/icons/matefaenza/actions/48/gtk-goto-bottom.png +share/icons/matefaenza/actions/48/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/48/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/48/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/48/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/48/gtk-goto-top.png +share/icons/matefaenza/actions/48/gtk-home.png +share/icons/matefaenza/actions/48/gtk-indent-ltr.png +share/icons/matefaenza/actions/48/gtk-indent-rtl.png +share/icons/matefaenza/actions/48/gtk-info.png +share/icons/matefaenza/actions/48/gtk-italic.png +share/icons/matefaenza/actions/48/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/48/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/48/gtk-justify-center.png +share/icons/matefaenza/actions/48/gtk-justify-fill.png +share/icons/matefaenza/actions/48/gtk-justify-left.png +share/icons/matefaenza/actions/48/gtk-justify-right.png +share/icons/matefaenza/actions/48/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/48/gtk-media-next-ltr.png +share/icons/matefaenza/actions/48/gtk-media-next-rtl.png +share/icons/matefaenza/actions/48/gtk-media-pause.png +share/icons/matefaenza/actions/48/gtk-media-play-ltr.png +share/icons/matefaenza/actions/48/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/48/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/48/gtk-media-record.png +share/icons/matefaenza/actions/48/gtk-media-stop.png +share/icons/matefaenza/actions/48/gtk-new.png +share/icons/matefaenza/actions/48/gtk-no.png +share/icons/matefaenza/actions/48/gtk-ok.png +share/icons/matefaenza/actions/48/gtk-open.png +share/icons/matefaenza/actions/48/gtk-paste.png +share/icons/matefaenza/actions/48/gtk-print-preview.png +share/icons/matefaenza/actions/48/gtk-print.png +share/icons/matefaenza/actions/48/gtk-properties.png +share/icons/matefaenza/actions/48/gtk-quit.png +share/icons/matefaenza/actions/48/gtk-redo-ltr.png +share/icons/matefaenza/actions/48/gtk-refresh.png +share/icons/matefaenza/actions/48/gtk-remove.png +share/icons/matefaenza/actions/48/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/48/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/48/gtk-save-as.png +share/icons/matefaenza/actions/48/gtk-save.png +share/icons/matefaenza/actions/48/gtk-select-all.png +share/icons/matefaenza/actions/48/gtk-sort-ascending.png +share/icons/matefaenza/actions/48/gtk-sort-descending.png +share/icons/matefaenza/actions/48/gtk-spell-check.png +share/icons/matefaenza/actions/48/gtk-stop.png +share/icons/matefaenza/actions/48/gtk-strikethrough.png +share/icons/matefaenza/actions/48/gtk-underline.png +share/icons/matefaenza/actions/48/gtk-undo-ltr.png +share/icons/matefaenza/actions/48/gtk-unindent-ltr.png +share/icons/matefaenza/actions/48/gtk-unindent-rtl.png +share/icons/matefaenza/actions/48/gtk-yes.png +share/icons/matefaenza/actions/48/gtk-zoom-100.png +share/icons/matefaenza/actions/48/gtk-zoom-fit.png +share/icons/matefaenza/actions/48/gtk-zoom-in.png +share/icons/matefaenza/actions/48/gtk-zoom-out.png +share/icons/matefaenza/actions/48/help-about.png +share/icons/matefaenza/actions/48/help-contents.png +share/icons/matefaenza/actions/48/im-message-new.png +share/icons/matefaenza/actions/48/insert-image.png +share/icons/matefaenza/actions/48/insert-link.png +share/icons/matefaenza/actions/48/insert-object.png +share/icons/matefaenza/actions/48/insert-text.png +share/icons/matefaenza/actions/48/internet-radio-new.png +share/icons/matefaenza/actions/48/iso-image-burn.png +share/icons/matefaenza/actions/48/kfind.png +share/icons/matefaenza/actions/48/kfm-home.png +share/icons/matefaenza/actions/48/leftjust.png +share/icons/matefaenza/actions/48/list-add.png +share/icons/matefaenza/actions/48/list-remove.png +share/icons/matefaenza/actions/48/locationbar-erase.png +share/icons/matefaenza/actions/48/lock.png +share/icons/matefaenza/actions/48/lock.xpm +share/icons/matefaenza/actions/48/lxde-logout.png +share/icons/matefaenza/actions/48/mail-attachment.png +share/icons/matefaenza/actions/48/mail-folder-sent.png +share/icons/matefaenza/actions/48/mail-forward.png +share/icons/matefaenza/actions/48/mail-inbox.png +share/icons/matefaenza/actions/48/mail-mark-important.png +share/icons/matefaenza/actions/48/mail-mark-junk.png +share/icons/matefaenza/actions/48/mail-mark-not-junk.png +share/icons/matefaenza/actions/48/mail-mark-notjunk.png +share/icons/matefaenza/actions/48/mail-mark-read.png +share/icons/matefaenza/actions/48/mail-mark-unread.png +share/icons/matefaenza/actions/48/mail-message-new.png +share/icons/matefaenza/actions/48/mail-outbox.png +share/icons/matefaenza/actions/48/mail-read.png +share/icons/matefaenza/actions/48/mail-replied.png +share/icons/matefaenza/actions/48/mail-reply-all.png +share/icons/matefaenza/actions/48/mail-reply-sender.png +share/icons/matefaenza/actions/48/mail-send-receive.png +share/icons/matefaenza/actions/48/mail-send.png +share/icons/matefaenza/actions/48/mail-sent.png +share/icons/matefaenza/actions/48/mail-unread.png +share/icons/matefaenza/actions/48/mail_forward.png +share/icons/matefaenza/actions/48/mail_new.png +share/icons/matefaenza/actions/48/mail_reply.png +share/icons/matefaenza/actions/48/mail_replyall.png +share/icons/matefaenza/actions/48/mail_send.png +share/icons/matefaenza/actions/48/media-eject.png +share/icons/matefaenza/actions/48/media-import-audio-cd.png +share/icons/matefaenza/actions/48/media-optical-audio-new.png +share/icons/matefaenza/actions/48/media-optical-burn.png +share/icons/matefaenza/actions/48/media-optical-copy.png +share/icons/matefaenza/actions/48/media-optical-data-new.png +share/icons/matefaenza/actions/48/media-optical-video-new.png +share/icons/matefaenza/actions/48/media-playback-pause.png +share/icons/matefaenza/actions/48/media-playback-start.png +share/icons/matefaenza/actions/48/media-playback-stop.png +share/icons/matefaenza/actions/48/media-playlist-repeat.png +share/icons/matefaenza/actions/48/media-playlist-shuffle.png +share/icons/matefaenza/actions/48/media-record.png +share/icons/matefaenza/actions/48/media-skip-backward.png +share/icons/matefaenza/actions/48/media-skip-forward.png +share/icons/matefaenza/actions/48/media-write-cd.png +share/icons/matefaenza/actions/48/next.png +share/icons/matefaenza/actions/48/object-flip-horizontal.png +share/icons/matefaenza/actions/48/object-flip-vertical.png +share/icons/matefaenza/actions/48/object-rotate-left.png +share/icons/matefaenza/actions/48/object-rotate-right.png +share/icons/matefaenza/actions/48/ok.png +share/icons/matefaenza/actions/48/package-install.png +share/icons/matefaenza/actions/48/package-remove.png +share/icons/matefaenza/actions/48/package-upgrade.png +share/icons/matefaenza/actions/48/player-eject.png +share/icons/matefaenza/actions/48/player_end.png +share/icons/matefaenza/actions/48/player_pause.png +share/icons/matefaenza/actions/48/player_play.png +share/icons/matefaenza/actions/48/player_record.png +share/icons/matefaenza/actions/48/player_start.png +share/icons/matefaenza/actions/48/player_stop.png +share/icons/matefaenza/actions/48/podcast-new.png +share/icons/matefaenza/actions/48/preview-file.png +share/icons/matefaenza/actions/48/previous.png +share/icons/matefaenza/actions/48/process-stop.png +share/icons/matefaenza/actions/48/redhat-home.png +share/icons/matefaenza/actions/48/redo.png +share/icons/matefaenza/actions/48/reload.png +share/icons/matefaenza/actions/48/reload3.png +share/icons/matefaenza/actions/48/reload_all_tabs.png +share/icons/matefaenza/actions/48/reload_page.png +share/icons/matefaenza/actions/48/remove.png +share/icons/matefaenza/actions/48/revert.png +share/icons/matefaenza/actions/48/rhythmbox-set-star.png +share/icons/matefaenza/actions/48/rightjust.png +share/icons/matefaenza/actions/48/rotate.png +share/icons/matefaenza/actions/48/search.png +share/icons/matefaenza/actions/48/star.png +share/icons/matefaenza/actions/48/start.png +share/icons/matefaenza/actions/48/stock-refresh.png +share/icons/matefaenza/actions/48/stock_about.png +share/icons/matefaenza/actions/48/stock_add-bookmark.png +share/icons/matefaenza/actions/48/stock_attach.png +share/icons/matefaenza/actions/48/stock_bookmark.png +share/icons/matefaenza/actions/48/stock_bottom.png +share/icons/matefaenza/actions/48/stock_calc-accept.png +share/icons/matefaenza/actions/48/stock_close.png +share/icons/matefaenza/actions/48/stock_copy.png +share/icons/matefaenza/actions/48/stock_cut.png +share/icons/matefaenza/actions/48/stock_delete.png +share/icons/matefaenza/actions/48/stock_down.png +share/icons/matefaenza/actions/48/stock_file-properties.png +share/icons/matefaenza/actions/48/stock_first.png +share/icons/matefaenza/actions/48/stock_folder-copy.png +share/icons/matefaenza/actions/48/stock_folder-move.png +share/icons/matefaenza/actions/48/stock_folder-properties.png +share/icons/matefaenza/actions/48/stock_fullscreen.png +share/icons/matefaenza/actions/48/stock_help-add-bookmark.png +share/icons/matefaenza/actions/48/stock_home.png +share/icons/matefaenza/actions/48/stock_inbox.png +share/icons/matefaenza/actions/48/stock_last.png +share/icons/matefaenza/actions/48/stock_leave-fullscreen.png +share/icons/matefaenza/actions/48/stock_left.png +share/icons/matefaenza/actions/48/stock_mail-compose.png +share/icons/matefaenza/actions/48/stock_mail-filters-apply.png +share/icons/matefaenza/actions/48/stock_mail-forward.png +share/icons/matefaenza/actions/48/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/48/stock_mail-reply.png +share/icons/matefaenza/actions/48/stock_mail-send-receive.png +share/icons/matefaenza/actions/48/stock_mail-send.png +share/icons/matefaenza/actions/48/stock_mark.png +share/icons/matefaenza/actions/48/stock_media-next.png +share/icons/matefaenza/actions/48/stock_media-pause.png +share/icons/matefaenza/actions/48/stock_media-play.png +share/icons/matefaenza/actions/48/stock_media-prev.png +share/icons/matefaenza/actions/48/stock_media-rec.png +share/icons/matefaenza/actions/48/stock_media-stop.png +share/icons/matefaenza/actions/48/stock_new-address-book.png +share/icons/matefaenza/actions/48/stock_new-appointment.png +share/icons/matefaenza/actions/48/stock_new-bcard.png +share/icons/matefaenza/actions/48/stock_new-dir.png +share/icons/matefaenza/actions/48/stock_new-tab.png +share/icons/matefaenza/actions/48/stock_new-text.png +share/icons/matefaenza/actions/48/stock_new-window.png +share/icons/matefaenza/actions/48/stock_no.png +share/icons/matefaenza/actions/48/stock_outbox.png +share/icons/matefaenza/actions/48/stock_paste.png +share/icons/matefaenza/actions/48/stock_print-preview.png +share/icons/matefaenza/actions/48/stock_print-setup.png +share/icons/matefaenza/actions/48/stock_print.png +share/icons/matefaenza/actions/48/stock_properties.png +share/icons/matefaenza/actions/48/stock_redo.png +share/icons/matefaenza/actions/48/stock_repeat.png +share/icons/matefaenza/actions/48/stock_right.png +share/icons/matefaenza/actions/48/stock_save-as.png +share/icons/matefaenza/actions/48/stock_save.png +share/icons/matefaenza/actions/48/stock_search-and-replace.png +share/icons/matefaenza/actions/48/stock_search.png +share/icons/matefaenza/actions/48/stock_select-all.png +share/icons/matefaenza/actions/48/stock_sent-mail.png +share/icons/matefaenza/actions/48/stock_shuffle.png +share/icons/matefaenza/actions/48/stock_spellcheck.png +share/icons/matefaenza/actions/48/stock_stop.png +share/icons/matefaenza/actions/48/stock_text-strikethrough.png +share/icons/matefaenza/actions/48/stock_text_bold.png +share/icons/matefaenza/actions/48/stock_text_center.png +share/icons/matefaenza/actions/48/stock_text_indent.png +share/icons/matefaenza/actions/48/stock_text_italic.png +share/icons/matefaenza/actions/48/stock_text_justify.png +share/icons/matefaenza/actions/48/stock_text_left.png +share/icons/matefaenza/actions/48/stock_text_right.png +share/icons/matefaenza/actions/48/stock_text_underlined.png +share/icons/matefaenza/actions/48/stock_text_unindent.png +share/icons/matefaenza/actions/48/stock_top.png +share/icons/matefaenza/actions/48/stock_undo.png +share/icons/matefaenza/actions/48/stock_up.png +share/icons/matefaenza/actions/48/stock_yes.png +share/icons/matefaenza/actions/48/stock_zoom-1.png +share/icons/matefaenza/actions/48/stock_zoom-in.png +share/icons/matefaenza/actions/48/stock_zoom-out.png +share/icons/matefaenza/actions/48/stock_zoom-page.png +share/icons/matefaenza/actions/48/stop.png +share/icons/matefaenza/actions/48/system-lock-screen.png +share/icons/matefaenza/actions/48/system-log-out.png +share/icons/matefaenza/actions/48/system-run.png +share/icons/matefaenza/actions/48/system-search.png +share/icons/matefaenza/actions/48/system-shutdown.png +share/icons/matefaenza/actions/48/system-upgrade.png +share/icons/matefaenza/actions/48/tab-new.png +share/icons/matefaenza/actions/48/tab_new.png +share/icons/matefaenza/actions/48/tag-new.png +share/icons/matefaenza/actions/48/text_bold.png +share/icons/matefaenza/actions/48/text_italic.png +share/icons/matefaenza/actions/48/text_strike.png +share/icons/matefaenza/actions/48/text_under.png +share/icons/matefaenza/actions/48/tools-check-spelling.png +share/icons/matefaenza/actions/48/top.png +share/icons/matefaenza/actions/48/top.xpm +share/icons/matefaenza/actions/48/undo.png +share/icons/matefaenza/actions/48/up.png +share/icons/matefaenza/actions/48/view-fullscreen.png +share/icons/matefaenza/actions/48/view-list-compact-symbolic.png +share/icons/matefaenza/actions/48/view-list-compact.png +share/icons/matefaenza/actions/48/view-list-details-symbolic.png +share/icons/matefaenza/actions/48/view-list-details.png +share/icons/matefaenza/actions/48/view-list-icons-symbolic.png +share/icons/matefaenza/actions/48/view-list-icons.png +share/icons/matefaenza/actions/48/view-refresh.png +share/icons/matefaenza/actions/48/view-restore.png +share/icons/matefaenza/actions/48/view-sort-ascending.png +share/icons/matefaenza/actions/48/view-sort-descending.png +share/icons/matefaenza/actions/48/viewmag+.png +share/icons/matefaenza/actions/48/viewmag-.png +share/icons/matefaenza/actions/48/viewmag1.png +share/icons/matefaenza/actions/48/viewmagfit.png +share/icons/matefaenza/actions/48/visualization.png +share/icons/matefaenza/actions/48/window-close.png +share/icons/matefaenza/actions/48/window-new.png +share/icons/matefaenza/actions/48/window_fullscreen.png +share/icons/matefaenza/actions/48/window_new.png +share/icons/matefaenza/actions/48/window_nofullscreen.png +share/icons/matefaenza/actions/48/xfce-system-exit.png +share/icons/matefaenza/actions/48/xfce-system-lock.png +share/icons/matefaenza/actions/48/xfsm-logout.png +share/icons/matefaenza/actions/48/zoom-best-fit.png +share/icons/matefaenza/actions/48/zoom-fit-best.png +share/icons/matefaenza/actions/48/zoom-fit.png +share/icons/matefaenza/actions/48/zoom-in.png +share/icons/matefaenza/actions/48/zoom-original.png +share/icons/matefaenza/actions/48/zoom-out.png +share/icons/matefaenza/actions/64/add-files-to-archive.png +share/icons/matefaenza/actions/64/add-folder-to-archive.png +share/icons/matefaenza/actions/64/add.png +share/icons/matefaenza/actions/64/address-book-new.png +share/icons/matefaenza/actions/64/application-exit.png +share/icons/matefaenza/actions/64/appointment-new.png +share/icons/matefaenza/actions/64/appointment.png +share/icons/matefaenza/actions/64/audio-cd-duplicate.png +share/icons/matefaenza/actions/64/audio-cd-new.png +share/icons/matefaenza/actions/64/back.png +share/icons/matefaenza/actions/64/bonobo-component-browser.png +share/icons/matefaenza/actions/64/bookmark-new.png +share/icons/matefaenza/actions/64/bookmark_add.png +share/icons/matefaenza/actions/64/bookmark_list_add.png +share/icons/matefaenza/actions/64/bottom.png +share/icons/matefaenza/actions/64/browser-download.png +share/icons/matefaenza/actions/64/cab_extract.png +share/icons/matefaenza/actions/64/call-start.png +share/icons/matefaenza/actions/64/call-stop.png +share/icons/matefaenza/actions/64/centrejust.png +share/icons/matefaenza/actions/64/contact-new.png +share/icons/matefaenza/actions/64/dialog-apply.png +share/icons/matefaenza/actions/64/dialog-no.png +share/icons/matefaenza/actions/64/dialog-ok.png +share/icons/matefaenza/actions/64/dialog-yes.png +share/icons/matefaenza/actions/64/document-export.png +share/icons/matefaenza/actions/64/document-import.png +share/icons/matefaenza/actions/64/document-new.png +share/icons/matefaenza/actions/64/document-open-recent.png +share/icons/matefaenza/actions/64/document-open.png +share/icons/matefaenza/actions/64/document-page-setup.png +share/icons/matefaenza/actions/64/document-print-preview.png +share/icons/matefaenza/actions/64/document-print.png +share/icons/matefaenza/actions/64/document-properties.png +share/icons/matefaenza/actions/64/document-revert.png +share/icons/matefaenza/actions/64/document-save-as.png +share/icons/matefaenza/actions/64/document-save.png +share/icons/matefaenza/actions/64/document-send.png +share/icons/matefaenza/actions/64/down.png +share/icons/matefaenza/actions/64/edit-add.png +share/icons/matefaenza/actions/64/edit-clear.png +share/icons/matefaenza/actions/64/edit-copy.png +share/icons/matefaenza/actions/64/edit-cut.png +share/icons/matefaenza/actions/64/edit-delete.png +share/icons/matefaenza/actions/64/edit-find-replace.png +share/icons/matefaenza/actions/64/edit-find.png +share/icons/matefaenza/actions/64/edit-paste.png +share/icons/matefaenza/actions/64/edit-redo.png +share/icons/matefaenza/actions/64/edit-select-all.png +share/icons/matefaenza/actions/64/edit-undo.png +share/icons/matefaenza/actions/64/editclear.png +share/icons/matefaenza/actions/64/editcopy.png +share/icons/matefaenza/actions/64/editcut.png +share/icons/matefaenza/actions/64/editdelete.png +share/icons/matefaenza/actions/64/editpaste.png +share/icons/matefaenza/actions/64/exit.png +share/icons/matefaenza/actions/64/extract-archive.png +share/icons/matefaenza/actions/64/file_new.png +share/icons/matefaenza/actions/64/filefind.png +share/icons/matefaenza/actions/64/fileopen.png +share/icons/matefaenza/actions/64/fileprint.png +share/icons/matefaenza/actions/64/filesave.png +share/icons/matefaenza/actions/64/filesaveas.png +share/icons/matefaenza/actions/64/find.png +share/icons/matefaenza/actions/64/finish.png +share/icons/matefaenza/actions/64/folder-copy.png +share/icons/matefaenza/actions/64/folder-move.png +share/icons/matefaenza/actions/64/folder-new.png +share/icons/matefaenza/actions/64/folder_new.png +share/icons/matefaenza/actions/64/format-indent-less.png +share/icons/matefaenza/actions/64/format-indent-more.png +share/icons/matefaenza/actions/64/format-justify-center.png +share/icons/matefaenza/actions/64/format-justify-fill.png +share/icons/matefaenza/actions/64/format-justify-left.png +share/icons/matefaenza/actions/64/format-justify-right.png +share/icons/matefaenza/actions/64/format-text-bold.png +share/icons/matefaenza/actions/64/format-text-direction-ltr.png +share/icons/matefaenza/actions/64/format-text-direction-rtl.png +share/icons/matefaenza/actions/64/format-text-italic.png +share/icons/matefaenza/actions/64/format-text-strikethrough.png +share/icons/matefaenza/actions/64/format-text-underline.png +share/icons/matefaenza/actions/64/forward.png +share/icons/matefaenza/actions/64/games-endturn.png +share/icons/matefaenza/actions/64/gnome-app-install-star.png +share/icons/matefaenza/actions/64/gnome-lockscreen.png +share/icons/matefaenza/actions/64/gnome-log-out.png +share/icons/matefaenza/actions/64/gnome-logout.png +share/icons/matefaenza/actions/64/gnome-run.png +share/icons/matefaenza/actions/64/gnome-searchtool.png +share/icons/matefaenza/actions/64/gnome-session-logout.png +share/icons/matefaenza/actions/64/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/64/gnome-stock-mail-new.png +share/icons/matefaenza/actions/64/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/64/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/64/gnome-stock-text-indent.png +share/icons/matefaenza/actions/64/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/64/go-bottom.png +share/icons/matefaenza/actions/64/go-down.png +share/icons/matefaenza/actions/64/go-first.png +share/icons/matefaenza/actions/64/go-home.png +share/icons/matefaenza/actions/64/go-jump.png +share/icons/matefaenza/actions/64/go-last.png +share/icons/matefaenza/actions/64/go-next.png +share/icons/matefaenza/actions/64/go-previous.png +share/icons/matefaenza/actions/64/go-top.png +share/icons/matefaenza/actions/64/go-up.png +share/icons/matefaenza/actions/64/gohome.png +share/icons/matefaenza/actions/64/gtk-about.png +share/icons/matefaenza/actions/64/gtk-add.png +share/icons/matefaenza/actions/64/gtk-apply.png +share/icons/matefaenza/actions/64/gtk-bold.png +share/icons/matefaenza/actions/64/gtk-cancel.png +share/icons/matefaenza/actions/64/gtk-clear.png +share/icons/matefaenza/actions/64/gtk-close.png +share/icons/matefaenza/actions/64/gtk-copy.png +share/icons/matefaenza/actions/64/gtk-cut.png +share/icons/matefaenza/actions/64/gtk-delete.png +share/icons/matefaenza/actions/64/gtk-edit.png +share/icons/matefaenza/actions/64/gtk-execute.png +share/icons/matefaenza/actions/64/gtk-find-and-replace.png +share/icons/matefaenza/actions/64/gtk-find.png +share/icons/matefaenza/actions/64/gtk-fullscreen.png +share/icons/matefaenza/actions/64/gtk-go-back-ltr.png +share/icons/matefaenza/actions/64/gtk-go-back-rtl.png +share/icons/matefaenza/actions/64/gtk-go-down.png +share/icons/matefaenza/actions/64/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/64/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/64/gtk-go-up.png +share/icons/matefaenza/actions/64/gtk-goto-bottom.png +share/icons/matefaenza/actions/64/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/64/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/64/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/64/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/64/gtk-goto-top.png +share/icons/matefaenza/actions/64/gtk-home.png +share/icons/matefaenza/actions/64/gtk-indent-ltr.png +share/icons/matefaenza/actions/64/gtk-indent-rtl.png +share/icons/matefaenza/actions/64/gtk-info.png +share/icons/matefaenza/actions/64/gtk-italic.png +share/icons/matefaenza/actions/64/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/64/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/64/gtk-justify-center.png +share/icons/matefaenza/actions/64/gtk-justify-fill.png +share/icons/matefaenza/actions/64/gtk-justify-left.png +share/icons/matefaenza/actions/64/gtk-justify-right.png +share/icons/matefaenza/actions/64/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/64/gtk-media-next-ltr.png +share/icons/matefaenza/actions/64/gtk-media-next-rtl.png +share/icons/matefaenza/actions/64/gtk-media-pause.png +share/icons/matefaenza/actions/64/gtk-media-play-ltr.png +share/icons/matefaenza/actions/64/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/64/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/64/gtk-media-record.png +share/icons/matefaenza/actions/64/gtk-media-stop.png +share/icons/matefaenza/actions/64/gtk-new.png +share/icons/matefaenza/actions/64/gtk-no.png +share/icons/matefaenza/actions/64/gtk-ok.png +share/icons/matefaenza/actions/64/gtk-open.png +share/icons/matefaenza/actions/64/gtk-paste.png +share/icons/matefaenza/actions/64/gtk-print-preview.png +share/icons/matefaenza/actions/64/gtk-print.png +share/icons/matefaenza/actions/64/gtk-properties.png +share/icons/matefaenza/actions/64/gtk-quit.png +share/icons/matefaenza/actions/64/gtk-redo-ltr.png +share/icons/matefaenza/actions/64/gtk-refresh.png +share/icons/matefaenza/actions/64/gtk-remove.png +share/icons/matefaenza/actions/64/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/64/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/64/gtk-save-as.png +share/icons/matefaenza/actions/64/gtk-save.png +share/icons/matefaenza/actions/64/gtk-select-all.png +share/icons/matefaenza/actions/64/gtk-sort-ascending.png +share/icons/matefaenza/actions/64/gtk-sort-descending.png +share/icons/matefaenza/actions/64/gtk-spell-check.png +share/icons/matefaenza/actions/64/gtk-stop.png +share/icons/matefaenza/actions/64/gtk-strikethrough.png +share/icons/matefaenza/actions/64/gtk-underline.png +share/icons/matefaenza/actions/64/gtk-undo-ltr.png +share/icons/matefaenza/actions/64/gtk-unindent-ltr.png +share/icons/matefaenza/actions/64/gtk-unindent-rtl.png +share/icons/matefaenza/actions/64/gtk-yes.png +share/icons/matefaenza/actions/64/gtk-zoom-100.png +share/icons/matefaenza/actions/64/gtk-zoom-fit.png +share/icons/matefaenza/actions/64/gtk-zoom-in.png +share/icons/matefaenza/actions/64/gtk-zoom-out.png +share/icons/matefaenza/actions/64/help-about.png +share/icons/matefaenza/actions/64/help-contents.png +share/icons/matefaenza/actions/64/im-message-new.png +share/icons/matefaenza/actions/64/insert-image.png +share/icons/matefaenza/actions/64/insert-link.png +share/icons/matefaenza/actions/64/insert-object.png +share/icons/matefaenza/actions/64/insert-text.png +share/icons/matefaenza/actions/64/internet-radio-new.png +share/icons/matefaenza/actions/64/iso-image-burn.png +share/icons/matefaenza/actions/64/kfind.png +share/icons/matefaenza/actions/64/kfm-home.png +share/icons/matefaenza/actions/64/leftjust.png +share/icons/matefaenza/actions/64/list-add.png +share/icons/matefaenza/actions/64/list-remove.png +share/icons/matefaenza/actions/64/locationbar-erase.png +share/icons/matefaenza/actions/64/lock.png +share/icons/matefaenza/actions/64/lxde-logout.png +share/icons/matefaenza/actions/64/mail-attachment.png +share/icons/matefaenza/actions/64/mail-folder-sent.png +share/icons/matefaenza/actions/64/mail-forward.png +share/icons/matefaenza/actions/64/mail-inbox.png +share/icons/matefaenza/actions/64/mail-mark-important.png +share/icons/matefaenza/actions/64/mail-mark-junk.png +share/icons/matefaenza/actions/64/mail-mark-not-junk.png +share/icons/matefaenza/actions/64/mail-mark-notjunk.png +share/icons/matefaenza/actions/64/mail-mark-read.png +share/icons/matefaenza/actions/64/mail-mark-unread.png +share/icons/matefaenza/actions/64/mail-message-new.png +share/icons/matefaenza/actions/64/mail-outbox.png +share/icons/matefaenza/actions/64/mail-read.png +share/icons/matefaenza/actions/64/mail-replied.png +share/icons/matefaenza/actions/64/mail-reply-all.png +share/icons/matefaenza/actions/64/mail-reply-sender.png +share/icons/matefaenza/actions/64/mail-send-receive.png +share/icons/matefaenza/actions/64/mail-send.png +share/icons/matefaenza/actions/64/mail-sent.png +share/icons/matefaenza/actions/64/mail-unread.png +share/icons/matefaenza/actions/64/mail_forward.png +share/icons/matefaenza/actions/64/mail_new.png +share/icons/matefaenza/actions/64/mail_reply.png +share/icons/matefaenza/actions/64/mail_replyall.png +share/icons/matefaenza/actions/64/mail_send.png +share/icons/matefaenza/actions/64/media-eject.png +share/icons/matefaenza/actions/64/media-import-audio-cd.png +share/icons/matefaenza/actions/64/media-optical-audio-new.png +share/icons/matefaenza/actions/64/media-optical-burn.png +share/icons/matefaenza/actions/64/media-optical-copy.png +share/icons/matefaenza/actions/64/media-optical-data-new.png +share/icons/matefaenza/actions/64/media-optical-video-new.png +share/icons/matefaenza/actions/64/media-playback-pause.png +share/icons/matefaenza/actions/64/media-playback-start.png +share/icons/matefaenza/actions/64/media-playback-stop.png +share/icons/matefaenza/actions/64/media-playlist-repeat.png +share/icons/matefaenza/actions/64/media-playlist-shuffle.png +share/icons/matefaenza/actions/64/media-record.png +share/icons/matefaenza/actions/64/media-skip-backward.png +share/icons/matefaenza/actions/64/media-skip-forward.png +share/icons/matefaenza/actions/64/media-write-cd.png +share/icons/matefaenza/actions/64/next.png +share/icons/matefaenza/actions/64/object-flip-horizontal.png +share/icons/matefaenza/actions/64/object-flip-vertical.png +share/icons/matefaenza/actions/64/object-rotate-left.png +share/icons/matefaenza/actions/64/object-rotate-right.png +share/icons/matefaenza/actions/64/ok.png +share/icons/matefaenza/actions/64/package-install.png +share/icons/matefaenza/actions/64/package-remove.png +share/icons/matefaenza/actions/64/package-upgrade.png +share/icons/matefaenza/actions/64/player-eject.png +share/icons/matefaenza/actions/64/player_end.png +share/icons/matefaenza/actions/64/player_pause.png +share/icons/matefaenza/actions/64/player_play.png +share/icons/matefaenza/actions/64/player_record.png +share/icons/matefaenza/actions/64/player_start.png +share/icons/matefaenza/actions/64/player_stop.png +share/icons/matefaenza/actions/64/podcast-new.png +share/icons/matefaenza/actions/64/preview-file.png +share/icons/matefaenza/actions/64/previous.png +share/icons/matefaenza/actions/64/process-stop.png +share/icons/matefaenza/actions/64/redhat-home.png +share/icons/matefaenza/actions/64/redo.png +share/icons/matefaenza/actions/64/reload.png +share/icons/matefaenza/actions/64/reload3.png +share/icons/matefaenza/actions/64/reload_all_tabs.png +share/icons/matefaenza/actions/64/reload_page.png +share/icons/matefaenza/actions/64/remove.png +share/icons/matefaenza/actions/64/revert.png +share/icons/matefaenza/actions/64/rhythmbox-set-star.png +share/icons/matefaenza/actions/64/rightjust.png +share/icons/matefaenza/actions/64/rotate.png +share/icons/matefaenza/actions/64/search.png +share/icons/matefaenza/actions/64/star.png +share/icons/matefaenza/actions/64/start.png +share/icons/matefaenza/actions/64/stock-refresh.png +share/icons/matefaenza/actions/64/stock_about.png +share/icons/matefaenza/actions/64/stock_add-bookmark.png +share/icons/matefaenza/actions/64/stock_attach.png +share/icons/matefaenza/actions/64/stock_bookmark.png +share/icons/matefaenza/actions/64/stock_bottom.png +share/icons/matefaenza/actions/64/stock_calc-accept.png +share/icons/matefaenza/actions/64/stock_close.png +share/icons/matefaenza/actions/64/stock_copy.png +share/icons/matefaenza/actions/64/stock_cut.png +share/icons/matefaenza/actions/64/stock_delete.png +share/icons/matefaenza/actions/64/stock_down.png +share/icons/matefaenza/actions/64/stock_file-properties.png +share/icons/matefaenza/actions/64/stock_first.png +share/icons/matefaenza/actions/64/stock_folder-copy.png +share/icons/matefaenza/actions/64/stock_folder-move.png +share/icons/matefaenza/actions/64/stock_folder-properties.png +share/icons/matefaenza/actions/64/stock_fullscreen.png +share/icons/matefaenza/actions/64/stock_help-add-bookmark.png +share/icons/matefaenza/actions/64/stock_home.png +share/icons/matefaenza/actions/64/stock_inbox.png +share/icons/matefaenza/actions/64/stock_last.png +share/icons/matefaenza/actions/64/stock_leave-fullscreen.png +share/icons/matefaenza/actions/64/stock_left.png +share/icons/matefaenza/actions/64/stock_mail-compose.png +share/icons/matefaenza/actions/64/stock_mail-filters-apply.png +share/icons/matefaenza/actions/64/stock_mail-forward.png +share/icons/matefaenza/actions/64/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/64/stock_mail-reply.png +share/icons/matefaenza/actions/64/stock_mail-send-receive.png +share/icons/matefaenza/actions/64/stock_mail-send.png +share/icons/matefaenza/actions/64/stock_mark.png +share/icons/matefaenza/actions/64/stock_media-next.png +share/icons/matefaenza/actions/64/stock_media-pause.png +share/icons/matefaenza/actions/64/stock_media-play.png +share/icons/matefaenza/actions/64/stock_media-prev.png +share/icons/matefaenza/actions/64/stock_media-rec.png +share/icons/matefaenza/actions/64/stock_media-stop.png +share/icons/matefaenza/actions/64/stock_new-address-book.png +share/icons/matefaenza/actions/64/stock_new-appointment.png +share/icons/matefaenza/actions/64/stock_new-bcard.png +share/icons/matefaenza/actions/64/stock_new-dir.png +share/icons/matefaenza/actions/64/stock_new-tab.png +share/icons/matefaenza/actions/64/stock_new-text.png +share/icons/matefaenza/actions/64/stock_new-window.png +share/icons/matefaenza/actions/64/stock_no.png +share/icons/matefaenza/actions/64/stock_outbox.png +share/icons/matefaenza/actions/64/stock_paste.png +share/icons/matefaenza/actions/64/stock_print-preview.png +share/icons/matefaenza/actions/64/stock_print-setup.png +share/icons/matefaenza/actions/64/stock_print.png +share/icons/matefaenza/actions/64/stock_properties.png +share/icons/matefaenza/actions/64/stock_redo.png +share/icons/matefaenza/actions/64/stock_repeat.png +share/icons/matefaenza/actions/64/stock_right.png +share/icons/matefaenza/actions/64/stock_save-as.png +share/icons/matefaenza/actions/64/stock_save.png +share/icons/matefaenza/actions/64/stock_search-and-replace.png +share/icons/matefaenza/actions/64/stock_search.png +share/icons/matefaenza/actions/64/stock_select-all.png +share/icons/matefaenza/actions/64/stock_sent-mail.png +share/icons/matefaenza/actions/64/stock_shuffle.png +share/icons/matefaenza/actions/64/stock_spellcheck.png +share/icons/matefaenza/actions/64/stock_stop.png +share/icons/matefaenza/actions/64/stock_text-strikethrough.png +share/icons/matefaenza/actions/64/stock_text_bold.png +share/icons/matefaenza/actions/64/stock_text_center.png +share/icons/matefaenza/actions/64/stock_text_indent.png +share/icons/matefaenza/actions/64/stock_text_italic.png +share/icons/matefaenza/actions/64/stock_text_justify.png +share/icons/matefaenza/actions/64/stock_text_left.png +share/icons/matefaenza/actions/64/stock_text_right.png +share/icons/matefaenza/actions/64/stock_text_underlined.png +share/icons/matefaenza/actions/64/stock_text_unindent.png +share/icons/matefaenza/actions/64/stock_top.png +share/icons/matefaenza/actions/64/stock_undo.png +share/icons/matefaenza/actions/64/stock_up.png +share/icons/matefaenza/actions/64/stock_yes.png +share/icons/matefaenza/actions/64/stock_zoom-1.png +share/icons/matefaenza/actions/64/stock_zoom-in.png +share/icons/matefaenza/actions/64/stock_zoom-out.png +share/icons/matefaenza/actions/64/stock_zoom-page.png +share/icons/matefaenza/actions/64/stop.png +share/icons/matefaenza/actions/64/system-lock-screen.png +share/icons/matefaenza/actions/64/system-log-out.png +share/icons/matefaenza/actions/64/system-run.png +share/icons/matefaenza/actions/64/system-search.png +share/icons/matefaenza/actions/64/system-shutdown.png +share/icons/matefaenza/actions/64/system-upgrade.png +share/icons/matefaenza/actions/64/tab-new.png +share/icons/matefaenza/actions/64/tab_new.png +share/icons/matefaenza/actions/64/tag-new.png +share/icons/matefaenza/actions/64/text_bold.png +share/icons/matefaenza/actions/64/text_italic.png +share/icons/matefaenza/actions/64/text_strike.png +share/icons/matefaenza/actions/64/text_under.png +share/icons/matefaenza/actions/64/tools-check-spelling.png +share/icons/matefaenza/actions/64/top.png +share/icons/matefaenza/actions/64/undo.png +share/icons/matefaenza/actions/64/up.png +share/icons/matefaenza/actions/64/view-fullscreen.png +share/icons/matefaenza/actions/64/view-list-compact-symbolic.png +share/icons/matefaenza/actions/64/view-list-compact.png +share/icons/matefaenza/actions/64/view-list-details-symbolic.png +share/icons/matefaenza/actions/64/view-list-details.png +share/icons/matefaenza/actions/64/view-list-icons-symbolic.png +share/icons/matefaenza/actions/64/view-list-icons.png +share/icons/matefaenza/actions/64/view-refresh.png +share/icons/matefaenza/actions/64/view-restore.png +share/icons/matefaenza/actions/64/view-sort-ascending.png +share/icons/matefaenza/actions/64/view-sort-descending.png +share/icons/matefaenza/actions/64/viewmag+.png +share/icons/matefaenza/actions/64/viewmag-.png +share/icons/matefaenza/actions/64/viewmag1.png +share/icons/matefaenza/actions/64/viewmagfit.png +share/icons/matefaenza/actions/64/visualization.png +share/icons/matefaenza/actions/64/window-close.png +share/icons/matefaenza/actions/64/window-new.png +share/icons/matefaenza/actions/64/window_fullscreen.png +share/icons/matefaenza/actions/64/window_new.png +share/icons/matefaenza/actions/64/window_nofullscreen.png +share/icons/matefaenza/actions/64/xfce-system-exit.png +share/icons/matefaenza/actions/64/xfce-system-lock.png +share/icons/matefaenza/actions/64/xfsm-logout.png +share/icons/matefaenza/actions/64/zoom-best-fit.png +share/icons/matefaenza/actions/64/zoom-fit-best.png +share/icons/matefaenza/actions/64/zoom-fit.png +share/icons/matefaenza/actions/64/zoom-in.png +share/icons/matefaenza/actions/64/zoom-original.png +share/icons/matefaenza/actions/64/zoom-out.png +share/icons/matefaenza/actions/96/add-files-to-archive.png +share/icons/matefaenza/actions/96/add-folder-to-archive.png +share/icons/matefaenza/actions/96/add.png +share/icons/matefaenza/actions/96/address-book-new.png +share/icons/matefaenza/actions/96/application-exit.png +share/icons/matefaenza/actions/96/appointment-new.png +share/icons/matefaenza/actions/96/appointment.png +share/icons/matefaenza/actions/96/audio-cd-duplicate.png +share/icons/matefaenza/actions/96/audio-cd-new.png +share/icons/matefaenza/actions/96/back.png +share/icons/matefaenza/actions/96/bonobo-component-browser.png +share/icons/matefaenza/actions/96/bookmark-new.png +share/icons/matefaenza/actions/96/bookmark_add.png +share/icons/matefaenza/actions/96/bookmark_list_add.png +share/icons/matefaenza/actions/96/bottom.png +share/icons/matefaenza/actions/96/browser-download.png +share/icons/matefaenza/actions/96/cab_extract.png +share/icons/matefaenza/actions/96/call-start.png +share/icons/matefaenza/actions/96/call-stop.png +share/icons/matefaenza/actions/96/centrejust.png +share/icons/matefaenza/actions/96/contact-new.png +share/icons/matefaenza/actions/96/dialog-apply.png +share/icons/matefaenza/actions/96/dialog-no.png +share/icons/matefaenza/actions/96/dialog-ok.png +share/icons/matefaenza/actions/96/dialog-yes.png +share/icons/matefaenza/actions/96/document-export.png +share/icons/matefaenza/actions/96/document-import.png +share/icons/matefaenza/actions/96/document-new.png +share/icons/matefaenza/actions/96/document-open-recent.png +share/icons/matefaenza/actions/96/document-open.png +share/icons/matefaenza/actions/96/document-page-setup.png +share/icons/matefaenza/actions/96/document-print-preview.png +share/icons/matefaenza/actions/96/document-print.png +share/icons/matefaenza/actions/96/document-properties.png +share/icons/matefaenza/actions/96/document-revert.png +share/icons/matefaenza/actions/96/document-save-as.png +share/icons/matefaenza/actions/96/document-save.png +share/icons/matefaenza/actions/96/document-send.png +share/icons/matefaenza/actions/96/down.png +share/icons/matefaenza/actions/96/edit-add.png +share/icons/matefaenza/actions/96/edit-clear.png +share/icons/matefaenza/actions/96/edit-copy.png +share/icons/matefaenza/actions/96/edit-cut.png +share/icons/matefaenza/actions/96/edit-delete.png +share/icons/matefaenza/actions/96/edit-find-replace.png +share/icons/matefaenza/actions/96/edit-find.png +share/icons/matefaenza/actions/96/edit-paste.png +share/icons/matefaenza/actions/96/edit-redo.png +share/icons/matefaenza/actions/96/edit-select-all.png +share/icons/matefaenza/actions/96/edit-undo.png +share/icons/matefaenza/actions/96/editclear.png +share/icons/matefaenza/actions/96/editcopy.png +share/icons/matefaenza/actions/96/editcut.png +share/icons/matefaenza/actions/96/editdelete.png +share/icons/matefaenza/actions/96/editpaste.png +share/icons/matefaenza/actions/96/exit.png +share/icons/matefaenza/actions/96/extract-archive.png +share/icons/matefaenza/actions/96/file_new.png +share/icons/matefaenza/actions/96/filefind.png +share/icons/matefaenza/actions/96/fileopen.png +share/icons/matefaenza/actions/96/fileprint.png +share/icons/matefaenza/actions/96/filesave.png +share/icons/matefaenza/actions/96/filesaveas.png +share/icons/matefaenza/actions/96/find.png +share/icons/matefaenza/actions/96/finish.png +share/icons/matefaenza/actions/96/folder-copy.png +share/icons/matefaenza/actions/96/folder-move.png +share/icons/matefaenza/actions/96/folder-new.png +share/icons/matefaenza/actions/96/folder_new.png +share/icons/matefaenza/actions/96/format-indent-less.png +share/icons/matefaenza/actions/96/format-indent-more.png +share/icons/matefaenza/actions/96/format-justify-center.png +share/icons/matefaenza/actions/96/format-justify-fill.png +share/icons/matefaenza/actions/96/format-justify-left.png +share/icons/matefaenza/actions/96/format-justify-right.png +share/icons/matefaenza/actions/96/format-text-bold.png +share/icons/matefaenza/actions/96/format-text-direction-ltr.png +share/icons/matefaenza/actions/96/format-text-direction-rtl.png +share/icons/matefaenza/actions/96/format-text-italic.png +share/icons/matefaenza/actions/96/format-text-strikethrough.png +share/icons/matefaenza/actions/96/format-text-underline.png +share/icons/matefaenza/actions/96/forward.png +share/icons/matefaenza/actions/96/games-endturn.png +share/icons/matefaenza/actions/96/gnome-app-install-star.png +share/icons/matefaenza/actions/96/gnome-lockscreen.png +share/icons/matefaenza/actions/96/gnome-log-out.png +share/icons/matefaenza/actions/96/gnome-logout.png +share/icons/matefaenza/actions/96/gnome-run.png +share/icons/matefaenza/actions/96/gnome-searchtool.png +share/icons/matefaenza/actions/96/gnome-session-logout.png +share/icons/matefaenza/actions/96/gnome-stock-mail-fwd.png +share/icons/matefaenza/actions/96/gnome-stock-mail-new.png +share/icons/matefaenza/actions/96/gnome-stock-mail-rpl.png +share/icons/matefaenza/actions/96/gnome-stock-mail-snd.png +share/icons/matefaenza/actions/96/gnome-stock-text-indent.png +share/icons/matefaenza/actions/96/gnome-stock-text-unindent.png +share/icons/matefaenza/actions/96/go-bottom.png +share/icons/matefaenza/actions/96/go-down.png +share/icons/matefaenza/actions/96/go-first.png +share/icons/matefaenza/actions/96/go-home.png +share/icons/matefaenza/actions/96/go-jump.png +share/icons/matefaenza/actions/96/go-last.png +share/icons/matefaenza/actions/96/go-next.png +share/icons/matefaenza/actions/96/go-previous.png +share/icons/matefaenza/actions/96/go-top.png +share/icons/matefaenza/actions/96/go-up.png +share/icons/matefaenza/actions/96/gohome.png +share/icons/matefaenza/actions/96/gtk-about.png +share/icons/matefaenza/actions/96/gtk-add.png +share/icons/matefaenza/actions/96/gtk-apply.png +share/icons/matefaenza/actions/96/gtk-bold.png +share/icons/matefaenza/actions/96/gtk-cancel.png +share/icons/matefaenza/actions/96/gtk-clear.png +share/icons/matefaenza/actions/96/gtk-close.png +share/icons/matefaenza/actions/96/gtk-copy.png +share/icons/matefaenza/actions/96/gtk-cut.png +share/icons/matefaenza/actions/96/gtk-delete.png +share/icons/matefaenza/actions/96/gtk-edit.png +share/icons/matefaenza/actions/96/gtk-execute.png +share/icons/matefaenza/actions/96/gtk-find-and-replace.png +share/icons/matefaenza/actions/96/gtk-find.png +share/icons/matefaenza/actions/96/gtk-fullscreen.png +share/icons/matefaenza/actions/96/gtk-go-back-ltr.png +share/icons/matefaenza/actions/96/gtk-go-back-rtl.png +share/icons/matefaenza/actions/96/gtk-go-down.png +share/icons/matefaenza/actions/96/gtk-go-forward-ltr.png +share/icons/matefaenza/actions/96/gtk-go-forward-rtl.png +share/icons/matefaenza/actions/96/gtk-go-up.png +share/icons/matefaenza/actions/96/gtk-goto-bottom.png +share/icons/matefaenza/actions/96/gtk-goto-first-ltr.png +share/icons/matefaenza/actions/96/gtk-goto-first-rtl.png +share/icons/matefaenza/actions/96/gtk-goto-last-ltr.png +share/icons/matefaenza/actions/96/gtk-goto-last-rtl.png +share/icons/matefaenza/actions/96/gtk-goto-top.png +share/icons/matefaenza/actions/96/gtk-home.png +share/icons/matefaenza/actions/96/gtk-indent-ltr.png +share/icons/matefaenza/actions/96/gtk-indent-rtl.png +share/icons/matefaenza/actions/96/gtk-info.png +share/icons/matefaenza/actions/96/gtk-italic.png +share/icons/matefaenza/actions/96/gtk-jump-to-ltr.png +share/icons/matefaenza/actions/96/gtk-jump-to-rtl.png +share/icons/matefaenza/actions/96/gtk-justify-center.png +share/icons/matefaenza/actions/96/gtk-justify-fill.png +share/icons/matefaenza/actions/96/gtk-justify-left.png +share/icons/matefaenza/actions/96/gtk-justify-right.png +share/icons/matefaenza/actions/96/gtk-leave-fullscreen.png +share/icons/matefaenza/actions/96/gtk-media-next-ltr.png +share/icons/matefaenza/actions/96/gtk-media-next-rtl.png +share/icons/matefaenza/actions/96/gtk-media-pause.png +share/icons/matefaenza/actions/96/gtk-media-play-ltr.png +share/icons/matefaenza/actions/96/gtk-media-previous-ltr.png +share/icons/matefaenza/actions/96/gtk-media-previous-rtl.png +share/icons/matefaenza/actions/96/gtk-media-record.png +share/icons/matefaenza/actions/96/gtk-media-stop.png +share/icons/matefaenza/actions/96/gtk-new.png +share/icons/matefaenza/actions/96/gtk-no.png +share/icons/matefaenza/actions/96/gtk-ok.png +share/icons/matefaenza/actions/96/gtk-open.png +share/icons/matefaenza/actions/96/gtk-paste.png +share/icons/matefaenza/actions/96/gtk-print-preview.png +share/icons/matefaenza/actions/96/gtk-print.png +share/icons/matefaenza/actions/96/gtk-properties.png +share/icons/matefaenza/actions/96/gtk-quit.png +share/icons/matefaenza/actions/96/gtk-redo-ltr.png +share/icons/matefaenza/actions/96/gtk-refresh.png +share/icons/matefaenza/actions/96/gtk-remove.png +share/icons/matefaenza/actions/96/gtk-revert-to-saved-ltr.png +share/icons/matefaenza/actions/96/gtk-revert-to-saved-rtl.png +share/icons/matefaenza/actions/96/gtk-save-as.png +share/icons/matefaenza/actions/96/gtk-save.png +share/icons/matefaenza/actions/96/gtk-select-all.png +share/icons/matefaenza/actions/96/gtk-sort-ascending.png +share/icons/matefaenza/actions/96/gtk-sort-descending.png +share/icons/matefaenza/actions/96/gtk-spell-check.png +share/icons/matefaenza/actions/96/gtk-stop.png +share/icons/matefaenza/actions/96/gtk-strikethrough.png +share/icons/matefaenza/actions/96/gtk-underline.png +share/icons/matefaenza/actions/96/gtk-undo-ltr.png +share/icons/matefaenza/actions/96/gtk-unindent-ltr.png +share/icons/matefaenza/actions/96/gtk-unindent-rtl.png +share/icons/matefaenza/actions/96/gtk-yes.png +share/icons/matefaenza/actions/96/gtk-zoom-100.png +share/icons/matefaenza/actions/96/gtk-zoom-fit.png +share/icons/matefaenza/actions/96/gtk-zoom-in.png +share/icons/matefaenza/actions/96/gtk-zoom-out.png +share/icons/matefaenza/actions/96/help-about.png +share/icons/matefaenza/actions/96/help-contents.png +share/icons/matefaenza/actions/96/im-message-new.png +share/icons/matefaenza/actions/96/insert-image.png +share/icons/matefaenza/actions/96/insert-link.png +share/icons/matefaenza/actions/96/insert-object.png +share/icons/matefaenza/actions/96/insert-text.png +share/icons/matefaenza/actions/96/internet-radio-new.png +share/icons/matefaenza/actions/96/iso-image-burn.png +share/icons/matefaenza/actions/96/kfind.png +share/icons/matefaenza/actions/96/kfm-home.png +share/icons/matefaenza/actions/96/leftjust.png +share/icons/matefaenza/actions/96/list-add.png +share/icons/matefaenza/actions/96/list-remove.png +share/icons/matefaenza/actions/96/locationbar-erase.png +share/icons/matefaenza/actions/96/lock.png +share/icons/matefaenza/actions/96/lxde-logout.png +share/icons/matefaenza/actions/96/mail-attachment.png +share/icons/matefaenza/actions/96/mail-folder-sent.png +share/icons/matefaenza/actions/96/mail-forward.png +share/icons/matefaenza/actions/96/mail-inbox.png +share/icons/matefaenza/actions/96/mail-mark-important.png +share/icons/matefaenza/actions/96/mail-mark-junk.png +share/icons/matefaenza/actions/96/mail-mark-not-junk.png +share/icons/matefaenza/actions/96/mail-mark-notjunk.png +share/icons/matefaenza/actions/96/mail-mark-read.png +share/icons/matefaenza/actions/96/mail-mark-unread.png +share/icons/matefaenza/actions/96/mail-message-new.png +share/icons/matefaenza/actions/96/mail-outbox.png +share/icons/matefaenza/actions/96/mail-read.png +share/icons/matefaenza/actions/96/mail-replied.png +share/icons/matefaenza/actions/96/mail-reply-all.png +share/icons/matefaenza/actions/96/mail-reply-sender.png +share/icons/matefaenza/actions/96/mail-send-receive.png +share/icons/matefaenza/actions/96/mail-send.png +share/icons/matefaenza/actions/96/mail-sent.png +share/icons/matefaenza/actions/96/mail-unread.png +share/icons/matefaenza/actions/96/mail_forward.png +share/icons/matefaenza/actions/96/mail_new.png +share/icons/matefaenza/actions/96/mail_reply.png +share/icons/matefaenza/actions/96/mail_replyall.png +share/icons/matefaenza/actions/96/mail_send.png +share/icons/matefaenza/actions/96/media-eject.png +share/icons/matefaenza/actions/96/media-import-audio-cd.png +share/icons/matefaenza/actions/96/media-optical-audio-new.png +share/icons/matefaenza/actions/96/media-optical-burn.png +share/icons/matefaenza/actions/96/media-optical-copy.png +share/icons/matefaenza/actions/96/media-optical-data-new.png +share/icons/matefaenza/actions/96/media-optical-video-new.png +share/icons/matefaenza/actions/96/media-playback-pause.png +share/icons/matefaenza/actions/96/media-playback-start.png +share/icons/matefaenza/actions/96/media-playback-stop.png +share/icons/matefaenza/actions/96/media-playlist-repeat.png +share/icons/matefaenza/actions/96/media-playlist-shuffle.png +share/icons/matefaenza/actions/96/media-record.png +share/icons/matefaenza/actions/96/media-skip-backward.png +share/icons/matefaenza/actions/96/media-skip-forward.png +share/icons/matefaenza/actions/96/media-write-cd.png +share/icons/matefaenza/actions/96/next.png +share/icons/matefaenza/actions/96/object-flip-horizontal.png +share/icons/matefaenza/actions/96/object-flip-vertical.png +share/icons/matefaenza/actions/96/object-rotate-left.png +share/icons/matefaenza/actions/96/object-rotate-right.png +share/icons/matefaenza/actions/96/ok.png +share/icons/matefaenza/actions/96/package-install.png +share/icons/matefaenza/actions/96/package-remove.png +share/icons/matefaenza/actions/96/package-upgrade.png +share/icons/matefaenza/actions/96/player-eject.png +share/icons/matefaenza/actions/96/player_end.png +share/icons/matefaenza/actions/96/player_pause.png +share/icons/matefaenza/actions/96/player_play.png +share/icons/matefaenza/actions/96/player_record.png +share/icons/matefaenza/actions/96/player_start.png +share/icons/matefaenza/actions/96/player_stop.png +share/icons/matefaenza/actions/96/podcast-new.png +share/icons/matefaenza/actions/96/preview-file.png +share/icons/matefaenza/actions/96/previous.png +share/icons/matefaenza/actions/96/process-stop.png +share/icons/matefaenza/actions/96/redhat-home.png +share/icons/matefaenza/actions/96/redo.png +share/icons/matefaenza/actions/96/reload.png +share/icons/matefaenza/actions/96/reload3.png +share/icons/matefaenza/actions/96/reload_all_tabs.png +share/icons/matefaenza/actions/96/reload_page.png +share/icons/matefaenza/actions/96/remove.png +share/icons/matefaenza/actions/96/revert.png +share/icons/matefaenza/actions/96/rhythmbox-set-star.png +share/icons/matefaenza/actions/96/rightjust.png +share/icons/matefaenza/actions/96/rotate.png +share/icons/matefaenza/actions/96/search.png +share/icons/matefaenza/actions/96/star.png +share/icons/matefaenza/actions/96/start.png +share/icons/matefaenza/actions/96/stock-refresh.png +share/icons/matefaenza/actions/96/stock_about.png +share/icons/matefaenza/actions/96/stock_add-bookmark.png +share/icons/matefaenza/actions/96/stock_attach.png +share/icons/matefaenza/actions/96/stock_bookmark.png +share/icons/matefaenza/actions/96/stock_bottom.png +share/icons/matefaenza/actions/96/stock_calc-accept.png +share/icons/matefaenza/actions/96/stock_close.png +share/icons/matefaenza/actions/96/stock_copy.png +share/icons/matefaenza/actions/96/stock_cut.png +share/icons/matefaenza/actions/96/stock_delete.png +share/icons/matefaenza/actions/96/stock_down.png +share/icons/matefaenza/actions/96/stock_file-properties.png +share/icons/matefaenza/actions/96/stock_first.png +share/icons/matefaenza/actions/96/stock_folder-copy.png +share/icons/matefaenza/actions/96/stock_folder-move.png +share/icons/matefaenza/actions/96/stock_folder-properties.png +share/icons/matefaenza/actions/96/stock_fullscreen.png +share/icons/matefaenza/actions/96/stock_help-add-bookmark.png +share/icons/matefaenza/actions/96/stock_home.png +share/icons/matefaenza/actions/96/stock_inbox.png +share/icons/matefaenza/actions/96/stock_last.png +share/icons/matefaenza/actions/96/stock_leave-fullscreen.png +share/icons/matefaenza/actions/96/stock_left.png +share/icons/matefaenza/actions/96/stock_mail-compose.png +share/icons/matefaenza/actions/96/stock_mail-filters-apply.png +share/icons/matefaenza/actions/96/stock_mail-forward.png +share/icons/matefaenza/actions/96/stock_mail-reply-to-all.png +share/icons/matefaenza/actions/96/stock_mail-reply.png +share/icons/matefaenza/actions/96/stock_mail-send-receive.png +share/icons/matefaenza/actions/96/stock_mail-send.png +share/icons/matefaenza/actions/96/stock_mark.png +share/icons/matefaenza/actions/96/stock_media-next.png +share/icons/matefaenza/actions/96/stock_media-pause.png +share/icons/matefaenza/actions/96/stock_media-play.png +share/icons/matefaenza/actions/96/stock_media-prev.png +share/icons/matefaenza/actions/96/stock_media-rec.png +share/icons/matefaenza/actions/96/stock_media-stop.png +share/icons/matefaenza/actions/96/stock_new-address-book.png +share/icons/matefaenza/actions/96/stock_new-appointment.png +share/icons/matefaenza/actions/96/stock_new-bcard.png +share/icons/matefaenza/actions/96/stock_new-dir.png +share/icons/matefaenza/actions/96/stock_new-tab.png +share/icons/matefaenza/actions/96/stock_new-text.png +share/icons/matefaenza/actions/96/stock_new-window.png +share/icons/matefaenza/actions/96/stock_no.png +share/icons/matefaenza/actions/96/stock_outbox.png +share/icons/matefaenza/actions/96/stock_paste.png +share/icons/matefaenza/actions/96/stock_print-preview.png +share/icons/matefaenza/actions/96/stock_print-setup.png +share/icons/matefaenza/actions/96/stock_print.png +share/icons/matefaenza/actions/96/stock_properties.png +share/icons/matefaenza/actions/96/stock_redo.png +share/icons/matefaenza/actions/96/stock_repeat.png +share/icons/matefaenza/actions/96/stock_right.png +share/icons/matefaenza/actions/96/stock_save-as.png +share/icons/matefaenza/actions/96/stock_save.png +share/icons/matefaenza/actions/96/stock_search-and-replace.png +share/icons/matefaenza/actions/96/stock_search.png +share/icons/matefaenza/actions/96/stock_select-all.png +share/icons/matefaenza/actions/96/stock_sent-mail.png +share/icons/matefaenza/actions/96/stock_shuffle.png +share/icons/matefaenza/actions/96/stock_spellcheck.png +share/icons/matefaenza/actions/96/stock_stop.png +share/icons/matefaenza/actions/96/stock_text-strikethrough.png +share/icons/matefaenza/actions/96/stock_text_bold.png +share/icons/matefaenza/actions/96/stock_text_center.png +share/icons/matefaenza/actions/96/stock_text_indent.png +share/icons/matefaenza/actions/96/stock_text_italic.png +share/icons/matefaenza/actions/96/stock_text_justify.png +share/icons/matefaenza/actions/96/stock_text_left.png +share/icons/matefaenza/actions/96/stock_text_right.png +share/icons/matefaenza/actions/96/stock_text_underlined.png +share/icons/matefaenza/actions/96/stock_text_unindent.png +share/icons/matefaenza/actions/96/stock_top.png +share/icons/matefaenza/actions/96/stock_undo.png +share/icons/matefaenza/actions/96/stock_up.png +share/icons/matefaenza/actions/96/stock_yes.png +share/icons/matefaenza/actions/96/stock_zoom-1.png +share/icons/matefaenza/actions/96/stock_zoom-in.png +share/icons/matefaenza/actions/96/stock_zoom-out.png +share/icons/matefaenza/actions/96/stock_zoom-page.png +share/icons/matefaenza/actions/96/stop.png +share/icons/matefaenza/actions/96/system-lock-screen.png +share/icons/matefaenza/actions/96/system-log-out.png +share/icons/matefaenza/actions/96/system-run.png +share/icons/matefaenza/actions/96/system-search.png +share/icons/matefaenza/actions/96/system-shutdown.png +share/icons/matefaenza/actions/96/system-upgrade.png +share/icons/matefaenza/actions/96/tab-new.png +share/icons/matefaenza/actions/96/tab_new.png +share/icons/matefaenza/actions/96/tag-new.png +share/icons/matefaenza/actions/96/text_bold.png +share/icons/matefaenza/actions/96/text_italic.png +share/icons/matefaenza/actions/96/text_strike.png +share/icons/matefaenza/actions/96/text_under.png +share/icons/matefaenza/actions/96/tools-check-spelling.png +share/icons/matefaenza/actions/96/top.png +share/icons/matefaenza/actions/96/undo.png +share/icons/matefaenza/actions/96/up.png +share/icons/matefaenza/actions/96/view-fullscreen.png +share/icons/matefaenza/actions/96/view-list-compact-symbolic.png +share/icons/matefaenza/actions/96/view-list-compact.png +share/icons/matefaenza/actions/96/view-list-details-symbolic.png +share/icons/matefaenza/actions/96/view-list-details.png +share/icons/matefaenza/actions/96/view-list-icons-symbolic.png +share/icons/matefaenza/actions/96/view-list-icons.png +share/icons/matefaenza/actions/96/view-refresh.png +share/icons/matefaenza/actions/96/view-restore.png +share/icons/matefaenza/actions/96/view-sort-ascending.png +share/icons/matefaenza/actions/96/view-sort-descending.png +share/icons/matefaenza/actions/96/viewmag+.png +share/icons/matefaenza/actions/96/viewmag-.png +share/icons/matefaenza/actions/96/viewmag1.png +share/icons/matefaenza/actions/96/viewmagfit.png +share/icons/matefaenza/actions/96/visualization.png +share/icons/matefaenza/actions/96/window-close.png +share/icons/matefaenza/actions/96/window-new.png +share/icons/matefaenza/actions/96/window_fullscreen.png +share/icons/matefaenza/actions/96/window_new.png +share/icons/matefaenza/actions/96/window_nofullscreen.png +share/icons/matefaenza/actions/96/xfce-system-exit.png +share/icons/matefaenza/actions/96/xfce-system-lock.png +share/icons/matefaenza/actions/96/xfsm-logout.png +share/icons/matefaenza/actions/96/zoom-best-fit.png +share/icons/matefaenza/actions/96/zoom-fit-best.png +share/icons/matefaenza/actions/96/zoom-fit.png +share/icons/matefaenza/actions/96/zoom-in.png +share/icons/matefaenza/actions/96/zoom-original.png +share/icons/matefaenza/actions/96/zoom-out.png +share/icons/matefaenza/actions/scalable/add-files-to-archive.svg +share/icons/matefaenza/actions/scalable/add-folder-to-archive.svg +share/icons/matefaenza/actions/scalable/add.svg +share/icons/matefaenza/actions/scalable/address-book-new.svg +share/icons/matefaenza/actions/scalable/application-exit.svg +share/icons/matefaenza/actions/scalable/appointment-new.svg +share/icons/matefaenza/actions/scalable/appointment.svg +share/icons/matefaenza/actions/scalable/audio-cd-duplicate.svg +share/icons/matefaenza/actions/scalable/audio-cd-new.svg +share/icons/matefaenza/actions/scalable/back.svg +share/icons/matefaenza/actions/scalable/bonobo-component-browser.svg +share/icons/matefaenza/actions/scalable/bookmark-new.svg +share/icons/matefaenza/actions/scalable/bookmark_add.svg +share/icons/matefaenza/actions/scalable/bookmark_list_add.svg +share/icons/matefaenza/actions/scalable/bottom.svg +share/icons/matefaenza/actions/scalable/browser-download.svg +share/icons/matefaenza/actions/scalable/cab_extract.svg +share/icons/matefaenza/actions/scalable/call-start.svg +share/icons/matefaenza/actions/scalable/call-stop.svg +share/icons/matefaenza/actions/scalable/centrejust.svg +share/icons/matefaenza/actions/scalable/contact-new.svg +share/icons/matefaenza/actions/scalable/dialog-apply.svg +share/icons/matefaenza/actions/scalable/dialog-no.svg +share/icons/matefaenza/actions/scalable/dialog-ok.svg +share/icons/matefaenza/actions/scalable/dialog-yes.svg +share/icons/matefaenza/actions/scalable/document-export.svg +share/icons/matefaenza/actions/scalable/document-import.svg +share/icons/matefaenza/actions/scalable/document-new.svg +share/icons/matefaenza/actions/scalable/document-open-recent-symbolic.svg +share/icons/matefaenza/actions/scalable/document-open-recent.svg +share/icons/matefaenza/actions/scalable/document-open.svg +share/icons/matefaenza/actions/scalable/document-page-setup.svg +share/icons/matefaenza/actions/scalable/document-print-preview.svg +share/icons/matefaenza/actions/scalable/document-print.svg +share/icons/matefaenza/actions/scalable/document-properties.svg +share/icons/matefaenza/actions/scalable/document-revert.svg +share/icons/matefaenza/actions/scalable/document-save-as-symbolic.svg +share/icons/matefaenza/actions/scalable/document-save-as.svg +share/icons/matefaenza/actions/scalable/document-save-symbolic.svg +share/icons/matefaenza/actions/scalable/document-save.svg +share/icons/matefaenza/actions/scalable/document-send.svg +share/icons/matefaenza/actions/scalable/down.svg +share/icons/matefaenza/actions/scalable/edit-add.svg +share/icons/matefaenza/actions/scalable/edit-clear-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-clear.svg +share/icons/matefaenza/actions/scalable/edit-copy-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-copy.svg +share/icons/matefaenza/actions/scalable/edit-cut-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-cut.svg +share/icons/matefaenza/actions/scalable/edit-delete-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-delete.svg +share/icons/matefaenza/actions/scalable/edit-find-replace.svg +share/icons/matefaenza/actions/scalable/edit-find-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-find.svg +share/icons/matefaenza/actions/scalable/edit-paste-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-paste.svg +share/icons/matefaenza/actions/scalable/edit-redo-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-redo.svg +share/icons/matefaenza/actions/scalable/edit-select-all.svg +share/icons/matefaenza/actions/scalable/edit-undo-symbolic.svg +share/icons/matefaenza/actions/scalable/edit-undo.svg +share/icons/matefaenza/actions/scalable/editclear.svg +share/icons/matefaenza/actions/scalable/editcopy.svg +share/icons/matefaenza/actions/scalable/editcut.svg +share/icons/matefaenza/actions/scalable/editdelete.svg +share/icons/matefaenza/actions/scalable/editpaste.svg +share/icons/matefaenza/actions/scalable/exit.svg +share/icons/matefaenza/actions/scalable/extract-archive.svg +share/icons/matefaenza/actions/scalable/file_new.svg +share/icons/matefaenza/actions/scalable/filefind.svg +share/icons/matefaenza/actions/scalable/fileopen.svg +share/icons/matefaenza/actions/scalable/fileprint.svg +share/icons/matefaenza/actions/scalable/filesave.svg +share/icons/matefaenza/actions/scalable/filesaveas.svg +share/icons/matefaenza/actions/scalable/find.svg +share/icons/matefaenza/actions/scalable/finish.svg +share/icons/matefaenza/actions/scalable/folder-copy.svg +share/icons/matefaenza/actions/scalable/folder-move.svg +share/icons/matefaenza/actions/scalable/folder-new.svg +share/icons/matefaenza/actions/scalable/folder_new.svg +share/icons/matefaenza/actions/scalable/format-indent-less-symbolic.svg +share/icons/matefaenza/actions/scalable/format-indent-less.svg +share/icons/matefaenza/actions/scalable/format-indent-more-symbolic.svg +share/icons/matefaenza/actions/scalable/format-indent-more.svg +share/icons/matefaenza/actions/scalable/format-justify-center-symbolic.svg +share/icons/matefaenza/actions/scalable/format-justify-center.svg +share/icons/matefaenza/actions/scalable/format-justify-fill-symbolic.svg +share/icons/matefaenza/actions/scalable/format-justify-fill.svg +share/icons/matefaenza/actions/scalable/format-justify-left-symbolic.svg +share/icons/matefaenza/actions/scalable/format-justify-left.svg +share/icons/matefaenza/actions/scalable/format-justify-right-symbolic.svg +share/icons/matefaenza/actions/scalable/format-justify-right.svg +share/icons/matefaenza/actions/scalable/format-text-bold-symbolic.svg +share/icons/matefaenza/actions/scalable/format-text-bold.svg +share/icons/matefaenza/actions/scalable/format-text-direction-ltr.svg +share/icons/matefaenza/actions/scalable/format-text-direction-rtl.svg +share/icons/matefaenza/actions/scalable/format-text-italic-symbolic.svg +share/icons/matefaenza/actions/scalable/format-text-italic.svg +share/icons/matefaenza/actions/scalable/format-text-strikethrough-symbolic.svg +share/icons/matefaenza/actions/scalable/format-text-strikethrough.svg +share/icons/matefaenza/actions/scalable/format-text-underline-symbolic.svg +share/icons/matefaenza/actions/scalable/format-text-underline.svg +share/icons/matefaenza/actions/scalable/forward.svg +share/icons/matefaenza/actions/scalable/games-endturn.svg +share/icons/matefaenza/actions/scalable/gnome-app-install-star.svg +share/icons/matefaenza/actions/scalable/gnome-lockscreen.svg +share/icons/matefaenza/actions/scalable/gnome-log-out.svg +share/icons/matefaenza/actions/scalable/gnome-logout.svg +share/icons/matefaenza/actions/scalable/gnome-run.svg +share/icons/matefaenza/actions/scalable/gnome-searchtool.svg +share/icons/matefaenza/actions/scalable/gnome-session-logout.svg +share/icons/matefaenza/actions/scalable/gnome-stock-mail-fwd.svg +share/icons/matefaenza/actions/scalable/gnome-stock-mail-new.svg +share/icons/matefaenza/actions/scalable/gnome-stock-mail-rpl.svg +share/icons/matefaenza/actions/scalable/gnome-stock-mail-snd.svg +share/icons/matefaenza/actions/scalable/gnome-stock-text-indent.svg +share/icons/matefaenza/actions/scalable/gnome-stock-text-unindent.svg +share/icons/matefaenza/actions/scalable/go-bottom-symbolic.svg +share/icons/matefaenza/actions/scalable/go-bottom.svg +share/icons/matefaenza/actions/scalable/go-down-symbolic.svg +share/icons/matefaenza/actions/scalable/go-down.svg +share/icons/matefaenza/actions/scalable/go-first-symbolic.svg +share/icons/matefaenza/actions/scalable/go-first.svg +share/icons/matefaenza/actions/scalable/go-home.svg +share/icons/matefaenza/actions/scalable/go-jump.svg +share/icons/matefaenza/actions/scalable/go-last-symbolic.svg +share/icons/matefaenza/actions/scalable/go-last.svg +share/icons/matefaenza/actions/scalable/go-next-symbolic.svg +share/icons/matefaenza/actions/scalable/go-next.svg +share/icons/matefaenza/actions/scalable/go-previous-symbolic.svg +share/icons/matefaenza/actions/scalable/go-previous.svg +share/icons/matefaenza/actions/scalable/go-top-symbolic.svg +share/icons/matefaenza/actions/scalable/go-top.svg +share/icons/matefaenza/actions/scalable/go-up-symbolic.svg +share/icons/matefaenza/actions/scalable/go-up.svg +share/icons/matefaenza/actions/scalable/gohome.svg +share/icons/matefaenza/actions/scalable/gtk-about.svg +share/icons/matefaenza/actions/scalable/gtk-add.svg +share/icons/matefaenza/actions/scalable/gtk-apply.svg +share/icons/matefaenza/actions/scalable/gtk-bold.svg +share/icons/matefaenza/actions/scalable/gtk-cancel.svg +share/icons/matefaenza/actions/scalable/gtk-clear.svg +share/icons/matefaenza/actions/scalable/gtk-close.svg +share/icons/matefaenza/actions/scalable/gtk-copy.svg +share/icons/matefaenza/actions/scalable/gtk-cut.svg +share/icons/matefaenza/actions/scalable/gtk-delete.svg +share/icons/matefaenza/actions/scalable/gtk-edit.svg +share/icons/matefaenza/actions/scalable/gtk-execute.svg +share/icons/matefaenza/actions/scalable/gtk-find-and-replace.svg +share/icons/matefaenza/actions/scalable/gtk-find.svg +share/icons/matefaenza/actions/scalable/gtk-fullscreen.svg +share/icons/matefaenza/actions/scalable/gtk-go-back-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-go-back-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-go-down.svg +share/icons/matefaenza/actions/scalable/gtk-go-forward-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-go-forward-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-go-up.svg +share/icons/matefaenza/actions/scalable/gtk-goto-bottom.svg +share/icons/matefaenza/actions/scalable/gtk-goto-first-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-goto-first-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-goto-last-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-goto-last-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-goto-top.svg +share/icons/matefaenza/actions/scalable/gtk-home.svg +share/icons/matefaenza/actions/scalable/gtk-indent-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-indent-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-info.svg +share/icons/matefaenza/actions/scalable/gtk-italic.svg +share/icons/matefaenza/actions/scalable/gtk-jump-to-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-jump-to-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-justify-center.svg +share/icons/matefaenza/actions/scalable/gtk-justify-fill.svg +share/icons/matefaenza/actions/scalable/gtk-justify-left.svg +share/icons/matefaenza/actions/scalable/gtk-justify-right.svg +share/icons/matefaenza/actions/scalable/gtk-leave-fullscreen.svg +share/icons/matefaenza/actions/scalable/gtk-media-next-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-media-next-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-media-pause.svg +share/icons/matefaenza/actions/scalable/gtk-media-play-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-media-previous-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-media-previous-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-media-record.svg +share/icons/matefaenza/actions/scalable/gtk-media-stop.svg +share/icons/matefaenza/actions/scalable/gtk-new.svg +share/icons/matefaenza/actions/scalable/gtk-no.svg +share/icons/matefaenza/actions/scalable/gtk-ok.svg +share/icons/matefaenza/actions/scalable/gtk-open.svg +share/icons/matefaenza/actions/scalable/gtk-paste.svg +share/icons/matefaenza/actions/scalable/gtk-print-preview.svg +share/icons/matefaenza/actions/scalable/gtk-print.svg +share/icons/matefaenza/actions/scalable/gtk-properties.svg +share/icons/matefaenza/actions/scalable/gtk-quit.svg +share/icons/matefaenza/actions/scalable/gtk-redo-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-refresh.svg +share/icons/matefaenza/actions/scalable/gtk-remove.svg +share/icons/matefaenza/actions/scalable/gtk-revert-to-saved-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-revert-to-saved-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-save-as.svg +share/icons/matefaenza/actions/scalable/gtk-save.svg +share/icons/matefaenza/actions/scalable/gtk-select-all.svg +share/icons/matefaenza/actions/scalable/gtk-sort-ascending.svg +share/icons/matefaenza/actions/scalable/gtk-sort-descending.svg +share/icons/matefaenza/actions/scalable/gtk-spell-check.svg +share/icons/matefaenza/actions/scalable/gtk-stop.svg +share/icons/matefaenza/actions/scalable/gtk-strikethrough.svg +share/icons/matefaenza/actions/scalable/gtk-underline.svg +share/icons/matefaenza/actions/scalable/gtk-undo-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-unindent-ltr.svg +share/icons/matefaenza/actions/scalable/gtk-unindent-rtl.svg +share/icons/matefaenza/actions/scalable/gtk-yes.svg +share/icons/matefaenza/actions/scalable/gtk-zoom-100.svg +share/icons/matefaenza/actions/scalable/gtk-zoom-fit.svg +share/icons/matefaenza/actions/scalable/gtk-zoom-in.svg +share/icons/matefaenza/actions/scalable/gtk-zoom-out.svg +share/icons/matefaenza/actions/scalable/help-about.svg +share/icons/matefaenza/actions/scalable/help-contents.svg +share/icons/matefaenza/actions/scalable/im-message-new.svg +share/icons/matefaenza/actions/scalable/insert-image.svg +share/icons/matefaenza/actions/scalable/insert-link.svg +share/icons/matefaenza/actions/scalable/insert-object.svg +share/icons/matefaenza/actions/scalable/insert-text.svg +share/icons/matefaenza/actions/scalable/internet-radio-new.svg +share/icons/matefaenza/actions/scalable/iso-image-burn.svg +share/icons/matefaenza/actions/scalable/kfind.svg +share/icons/matefaenza/actions/scalable/kfm-home.svg +share/icons/matefaenza/actions/scalable/leftjust.svg +share/icons/matefaenza/actions/scalable/list-add-symbolic.svg +share/icons/matefaenza/actions/scalable/list-add.svg +share/icons/matefaenza/actions/scalable/list-remove-symbolic.svg +share/icons/matefaenza/actions/scalable/list-remove.svg +share/icons/matefaenza/actions/scalable/locationbar-erase.svg +share/icons/matefaenza/actions/scalable/lock.svg +share/icons/matefaenza/actions/scalable/lxde-logout.svg +share/icons/matefaenza/actions/scalable/mail-attachment.svg +share/icons/matefaenza/actions/scalable/mail-folder-sent.svg +share/icons/matefaenza/actions/scalable/mail-forward.svg +share/icons/matefaenza/actions/scalable/mail-inbox.svg +share/icons/matefaenza/actions/scalable/mail-mark-important.svg +share/icons/matefaenza/actions/scalable/mail-mark-junk.svg +share/icons/matefaenza/actions/scalable/mail-mark-not-junk.svg +share/icons/matefaenza/actions/scalable/mail-mark-notjunk.svg +share/icons/matefaenza/actions/scalable/mail-mark-read.svg +share/icons/matefaenza/actions/scalable/mail-mark-unread.svg +share/icons/matefaenza/actions/scalable/mail-message-new.svg +share/icons/matefaenza/actions/scalable/mail-outbox.svg +share/icons/matefaenza/actions/scalable/mail-read.svg +share/icons/matefaenza/actions/scalable/mail-replied.svg +share/icons/matefaenza/actions/scalable/mail-reply-all.svg +share/icons/matefaenza/actions/scalable/mail-reply-sender.svg +share/icons/matefaenza/actions/scalable/mail-send-receive-symbolic.svg +share/icons/matefaenza/actions/scalable/mail-send-receive.svg +share/icons/matefaenza/actions/scalable/mail-send.svg +share/icons/matefaenza/actions/scalable/mail-sent.svg +share/icons/matefaenza/actions/scalable/mail-unread.svg +share/icons/matefaenza/actions/scalable/mail_forward.svg +share/icons/matefaenza/actions/scalable/mail_new.svg +share/icons/matefaenza/actions/scalable/mail_reply.svg +share/icons/matefaenza/actions/scalable/mail_replyall.svg +share/icons/matefaenza/actions/scalable/mail_send.svg +share/icons/matefaenza/actions/scalable/media-eject-symbolic.svg +share/icons/matefaenza/actions/scalable/media-eject.svg +share/icons/matefaenza/actions/scalable/media-import-audio-cd.svg +share/icons/matefaenza/actions/scalable/media-optical-audio-new.svg +share/icons/matefaenza/actions/scalable/media-optical-burn.svg +share/icons/matefaenza/actions/scalable/media-optical-copy.svg +share/icons/matefaenza/actions/scalable/media-optical-data-new.svg +share/icons/matefaenza/actions/scalable/media-optical-video-new.svg +share/icons/matefaenza/actions/scalable/media-playback-pause-symbolic.svg +share/icons/matefaenza/actions/scalable/media-playback-pause.svg +share/icons/matefaenza/actions/scalable/media-playback-start-symbolic.svg +share/icons/matefaenza/actions/scalable/media-playback-start.svg +share/icons/matefaenza/actions/scalable/media-playback-stop-symbolic.svg +share/icons/matefaenza/actions/scalable/media-playback-stop.svg +share/icons/matefaenza/actions/scalable/media-playlist-repeat.svg +share/icons/matefaenza/actions/scalable/media-playlist-shuffle.svg +share/icons/matefaenza/actions/scalable/media-record-symbolic.svg +share/icons/matefaenza/actions/scalable/media-record.svg +share/icons/matefaenza/actions/scalable/media-skip-backward-symbolic.svg +share/icons/matefaenza/actions/scalable/media-skip-backward.svg +share/icons/matefaenza/actions/scalable/media-skip-forward-symbolic.svg +share/icons/matefaenza/actions/scalable/media-skip-forward.svg +share/icons/matefaenza/actions/scalable/media-write-cd.svg +share/icons/matefaenza/actions/scalable/next.svg +share/icons/matefaenza/actions/scalable/object-flip-horizontal.svg +share/icons/matefaenza/actions/scalable/object-flip-vertical.svg +share/icons/matefaenza/actions/scalable/object-rotate-left.svg +share/icons/matefaenza/actions/scalable/object-rotate-right.svg +share/icons/matefaenza/actions/scalable/ok.svg +share/icons/matefaenza/actions/scalable/package-install.svg +share/icons/matefaenza/actions/scalable/package-remove.svg +share/icons/matefaenza/actions/scalable/package-upgrade.svg +share/icons/matefaenza/actions/scalable/player-eject.svg +share/icons/matefaenza/actions/scalable/player_end.svg +share/icons/matefaenza/actions/scalable/player_pause.svg +share/icons/matefaenza/actions/scalable/player_play.svg +share/icons/matefaenza/actions/scalable/player_record.svg +share/icons/matefaenza/actions/scalable/player_start.svg +share/icons/matefaenza/actions/scalable/player_stop.svg +share/icons/matefaenza/actions/scalable/podcast-new.svg +share/icons/matefaenza/actions/scalable/preview-file.svg +share/icons/matefaenza/actions/scalable/previous.svg +share/icons/matefaenza/actions/scalable/process-stop-symbolic.svg +share/icons/matefaenza/actions/scalable/process-stop.svg +share/icons/matefaenza/actions/scalable/redhat-home.svg +share/icons/matefaenza/actions/scalable/redo.svg +share/icons/matefaenza/actions/scalable/reload.svg +share/icons/matefaenza/actions/scalable/reload3.svg +share/icons/matefaenza/actions/scalable/reload_all_tabs.svg +share/icons/matefaenza/actions/scalable/reload_page.svg +share/icons/matefaenza/actions/scalable/remove.svg +share/icons/matefaenza/actions/scalable/revert.svg +share/icons/matefaenza/actions/scalable/rhythmbox-set-star.svg +share/icons/matefaenza/actions/scalable/rightjust.svg +share/icons/matefaenza/actions/scalable/rotate.svg +share/icons/matefaenza/actions/scalable/search.svg +share/icons/matefaenza/actions/scalable/star.svg +share/icons/matefaenza/actions/scalable/start.svg +share/icons/matefaenza/actions/scalable/stock-refresh.svg +share/icons/matefaenza/actions/scalable/stock_about.svg +share/icons/matefaenza/actions/scalable/stock_add-bookmark.svg +share/icons/matefaenza/actions/scalable/stock_attach.svg +share/icons/matefaenza/actions/scalable/stock_bookmark.svg +share/icons/matefaenza/actions/scalable/stock_bottom.svg +share/icons/matefaenza/actions/scalable/stock_calc-accept.svg +share/icons/matefaenza/actions/scalable/stock_close.svg +share/icons/matefaenza/actions/scalable/stock_copy.svg +share/icons/matefaenza/actions/scalable/stock_cut.svg +share/icons/matefaenza/actions/scalable/stock_delete.svg +share/icons/matefaenza/actions/scalable/stock_down.svg +share/icons/matefaenza/actions/scalable/stock_file-properties.svg +share/icons/matefaenza/actions/scalable/stock_first.svg +share/icons/matefaenza/actions/scalable/stock_folder-copy.svg +share/icons/matefaenza/actions/scalable/stock_folder-move.svg +share/icons/matefaenza/actions/scalable/stock_folder-properties.svg +share/icons/matefaenza/actions/scalable/stock_fullscreen.svg +share/icons/matefaenza/actions/scalable/stock_help-add-bookmark.svg +share/icons/matefaenza/actions/scalable/stock_home.svg +share/icons/matefaenza/actions/scalable/stock_inbox.svg +share/icons/matefaenza/actions/scalable/stock_last.svg +share/icons/matefaenza/actions/scalable/stock_leave-fullscreen.svg +share/icons/matefaenza/actions/scalable/stock_left.svg +share/icons/matefaenza/actions/scalable/stock_mail-compose.svg +share/icons/matefaenza/actions/scalable/stock_mail-filters-apply.svg +share/icons/matefaenza/actions/scalable/stock_mail-forward.svg +share/icons/matefaenza/actions/scalable/stock_mail-reply-to-all.svg +share/icons/matefaenza/actions/scalable/stock_mail-reply.svg +share/icons/matefaenza/actions/scalable/stock_mail-send-receive.svg +share/icons/matefaenza/actions/scalable/stock_mail-send.svg +share/icons/matefaenza/actions/scalable/stock_mark.svg +share/icons/matefaenza/actions/scalable/stock_media-next.svg +share/icons/matefaenza/actions/scalable/stock_media-pause.svg +share/icons/matefaenza/actions/scalable/stock_media-play.svg +share/icons/matefaenza/actions/scalable/stock_media-prev.svg +share/icons/matefaenza/actions/scalable/stock_media-rec.svg +share/icons/matefaenza/actions/scalable/stock_media-stop.svg +share/icons/matefaenza/actions/scalable/stock_new-address-book.svg +share/icons/matefaenza/actions/scalable/stock_new-appointment.svg +share/icons/matefaenza/actions/scalable/stock_new-bcard.svg +share/icons/matefaenza/actions/scalable/stock_new-dir.svg +share/icons/matefaenza/actions/scalable/stock_new-tab.svg +share/icons/matefaenza/actions/scalable/stock_new-text.svg +share/icons/matefaenza/actions/scalable/stock_new-window.svg +share/icons/matefaenza/actions/scalable/stock_no.svg +share/icons/matefaenza/actions/scalable/stock_outbox.svg +share/icons/matefaenza/actions/scalable/stock_paste.svg +share/icons/matefaenza/actions/scalable/stock_print-preview.svg +share/icons/matefaenza/actions/scalable/stock_print-setup.svg +share/icons/matefaenza/actions/scalable/stock_print.svg +share/icons/matefaenza/actions/scalable/stock_properties.svg +share/icons/matefaenza/actions/scalable/stock_redo.svg +share/icons/matefaenza/actions/scalable/stock_repeat.svg +share/icons/matefaenza/actions/scalable/stock_right.svg +share/icons/matefaenza/actions/scalable/stock_save-as.svg +share/icons/matefaenza/actions/scalable/stock_save.svg +share/icons/matefaenza/actions/scalable/stock_search-and-replace.svg +share/icons/matefaenza/actions/scalable/stock_search.svg +share/icons/matefaenza/actions/scalable/stock_select-all.svg +share/icons/matefaenza/actions/scalable/stock_sent-mail.svg +share/icons/matefaenza/actions/scalable/stock_shuffle.svg +share/icons/matefaenza/actions/scalable/stock_spellcheck.svg +share/icons/matefaenza/actions/scalable/stock_stop.svg +share/icons/matefaenza/actions/scalable/stock_text-strikethrough.svg +share/icons/matefaenza/actions/scalable/stock_text_bold.svg +share/icons/matefaenza/actions/scalable/stock_text_center.svg +share/icons/matefaenza/actions/scalable/stock_text_indent.svg +share/icons/matefaenza/actions/scalable/stock_text_italic.svg +share/icons/matefaenza/actions/scalable/stock_text_justify.svg +share/icons/matefaenza/actions/scalable/stock_text_left.svg +share/icons/matefaenza/actions/scalable/stock_text_right.svg +share/icons/matefaenza/actions/scalable/stock_text_underlined.svg +share/icons/matefaenza/actions/scalable/stock_text_unindent.svg +share/icons/matefaenza/actions/scalable/stock_top.svg +share/icons/matefaenza/actions/scalable/stock_undo.svg +share/icons/matefaenza/actions/scalable/stock_up.svg +share/icons/matefaenza/actions/scalable/stock_yes.svg +share/icons/matefaenza/actions/scalable/stock_zoom-1.svg +share/icons/matefaenza/actions/scalable/stock_zoom-in.svg +share/icons/matefaenza/actions/scalable/stock_zoom-out.svg +share/icons/matefaenza/actions/scalable/stock_zoom-page.svg +share/icons/matefaenza/actions/scalable/stop.svg +share/icons/matefaenza/actions/scalable/system-lock-screen.svg +share/icons/matefaenza/actions/scalable/system-log-out.svg +share/icons/matefaenza/actions/scalable/system-run-symbolic.svg +share/icons/matefaenza/actions/scalable/system-run.svg +share/icons/matefaenza/actions/scalable/system-search.svg +share/icons/matefaenza/actions/scalable/system-shutdown-symbolic.svg +share/icons/matefaenza/actions/scalable/system-shutdown.svg +share/icons/matefaenza/actions/scalable/system-upgrade.svg +share/icons/matefaenza/actions/scalable/tab-new.svg +share/icons/matefaenza/actions/scalable/tab_new.svg +share/icons/matefaenza/actions/scalable/tag-new.svg +share/icons/matefaenza/actions/scalable/text_bold.svg +share/icons/matefaenza/actions/scalable/text_italic.svg +share/icons/matefaenza/actions/scalable/text_strike.svg +share/icons/matefaenza/actions/scalable/text_under.svg +share/icons/matefaenza/actions/scalable/tools-check-spelling.svg +share/icons/matefaenza/actions/scalable/top.svg +share/icons/matefaenza/actions/scalable/undo.svg +share/icons/matefaenza/actions/scalable/up.svg +share/icons/matefaenza/actions/scalable/view-fullscreen-symbolic.svg +share/icons/matefaenza/actions/scalable/view-fullscreen.svg +share/icons/matefaenza/actions/scalable/view-list-compact-symbolic.svg +share/icons/matefaenza/actions/scalable/view-list-compact.svg +share/icons/matefaenza/actions/scalable/view-list-details-symbolic.svg +share/icons/matefaenza/actions/scalable/view-list-details.svg +share/icons/matefaenza/actions/scalable/view-list-icons-symbolic.svg +share/icons/matefaenza/actions/scalable/view-list-icons.svg +share/icons/matefaenza/actions/scalable/view-refresh-symbolic.svg +share/icons/matefaenza/actions/scalable/view-refresh.svg +share/icons/matefaenza/actions/scalable/view-restore-symbolic.svg +share/icons/matefaenza/actions/scalable/view-restore.svg +share/icons/matefaenza/actions/scalable/view-sort-ascending.svg +share/icons/matefaenza/actions/scalable/view-sort-descending.svg +share/icons/matefaenza/actions/scalable/viewmag+.svg +share/icons/matefaenza/actions/scalable/viewmag-.svg +share/icons/matefaenza/actions/scalable/viewmag1.svg +share/icons/matefaenza/actions/scalable/viewmagfit.svg +share/icons/matefaenza/actions/scalable/visualization.svg +share/icons/matefaenza/actions/scalable/window-close-symbolic.svg +share/icons/matefaenza/actions/scalable/window-close.svg +share/icons/matefaenza/actions/scalable/window-new.svg +share/icons/matefaenza/actions/scalable/window_fullscreen.svg +share/icons/matefaenza/actions/scalable/window_new.svg +share/icons/matefaenza/actions/scalable/window_nofullscreen.svg +share/icons/matefaenza/actions/scalable/xfce-system-exit.svg +share/icons/matefaenza/actions/scalable/xfce-system-lock.svg +share/icons/matefaenza/actions/scalable/xfsm-logout.svg +share/icons/matefaenza/actions/scalable/zoom-best-fit.svg +share/icons/matefaenza/actions/scalable/zoom-fit-best.svg +share/icons/matefaenza/actions/scalable/zoom-fit-symbolic.svg +share/icons/matefaenza/actions/scalable/zoom-fit.svg +share/icons/matefaenza/actions/scalable/zoom-in-symbolic.svg +share/icons/matefaenza/actions/scalable/zoom-in.svg +share/icons/matefaenza/actions/scalable/zoom-original-symbolic.svg +share/icons/matefaenza/actions/scalable/zoom-original.svg +share/icons/matefaenza/actions/scalable/zoom-out-symbolic.svg +share/icons/matefaenza/actions/scalable/zoom-out.svg +share/icons/matefaenza/apps/16/0ad.png +share/icons/matefaenza/apps/16/AdobeAIR.png +share/icons/matefaenza/apps/16/AdobeReader.png +share/icons/matefaenza/apps/16/AdobeReader10.png +share/icons/matefaenza/apps/16/AdobeReader8.png +share/icons/matefaenza/apps/16/AdobeReader9.png +share/icons/matefaenza/apps/16/DC++.png +share/icons/matefaenza/apps/16/DC++.xpm +share/icons/matefaenza/apps/16/EasyTAG_icon.png +share/icons/matefaenza/apps/16/Etermutilities-terminal.png +share/icons/matefaenza/apps/16/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/16/Terminal.png +share/icons/matefaenza/apps/16/Thunar.png +share/icons/matefaenza/apps/16/VBox.png +share/icons/matefaenza/apps/16/WorldOfGoo.png +share/icons/matefaenza/apps/16/Wunderlist.png +share/icons/matefaenza/apps/16/a4.png +share/icons/matefaenza/apps/16/abiword.png +share/icons/matefaenza/apps/16/abiword_48.png +share/icons/matefaenza/apps/16/abrt.png +share/icons/matefaenza/apps/16/access.png +share/icons/matefaenza/apps/16/accessibility-directory.png +share/icons/matefaenza/apps/16/accessories-calculator.png +share/icons/matefaenza/apps/16/accessories-character-map.png +share/icons/matefaenza/apps/16/accessories-dictionary.png +share/icons/matefaenza/apps/16/accessories-text-editor.png +share/icons/matefaenza/apps/16/acroread.png +share/icons/matefaenza/apps/16/activity-log-manager.png +share/icons/matefaenza/apps/16/addressbook.png +share/icons/matefaenza/apps/16/adobe-air.png +share/icons/matefaenza/apps/16/adobe-flashplayer.png +share/icons/matefaenza/apps/16/adobeflashplugin.png +share/icons/matefaenza/apps/16/akregator.png +share/icons/matefaenza/apps/16/alacarte.png +share/icons/matefaenza/apps/16/alchemy.png +share/icons/matefaenza/apps/16/alien-arena.png +share/icons/matefaenza/apps/16/amarok.png +share/icons/matefaenza/apps/16/amazon-mp3-store-source.png +share/icons/matefaenza/apps/16/amazon-store.png +share/icons/matefaenza/apps/16/amule.png +share/icons/matefaenza/apps/16/anjuta.png +share/icons/matefaenza/apps/16/anki.png +share/icons/matefaenza/apps/16/applets-screenshooter.png +share/icons/matefaenza/apps/16/application-default-icon.png +share/icons/matefaenza/apps/16/application-x-clementine.png +share/icons/matefaenza/apps/16/aqualung.png +share/icons/matefaenza/apps/16/as-icon.png +share/icons/matefaenza/apps/16/as-powered.png +share/icons/matefaenza/apps/16/assistant.png +share/icons/matefaenza/apps/16/atril.png +share/icons/matefaenza/apps/16/audacious.png +share/icons/matefaenza/apps/16/audacity.png +share/icons/matefaenza/apps/16/audiobook.png +share/icons/matefaenza/apps/16/autoplus.png +share/icons/matefaenza/apps/16/avant-window-navigator.png +share/icons/matefaenza/apps/16/awn-settings.png +share/icons/matefaenza/apps/16/ax-applet.png +share/icons/matefaenza/apps/16/background.png +share/icons/matefaenza/apps/16/badge-small.png +share/icons/matefaenza/apps/16/banshee-1.png +share/icons/matefaenza/apps/16/banshee.png +share/icons/matefaenza/apps/16/baobab.png +share/icons/matefaenza/apps/16/bash.png +share/icons/matefaenza/apps/16/bazaar.png +share/icons/matefaenza/apps/16/bleachbit.png +share/icons/matefaenza/apps/16/blender.png +share/icons/matefaenza/apps/16/bluefish-icon.png +share/icons/matefaenza/apps/16/bluefish.png +share/icons/matefaenza/apps/16/bluefish.xpm +share/icons/matefaenza/apps/16/bluegriffon.png +share/icons/matefaenza/apps/16/blueman.png +share/icons/matefaenza/apps/16/blueradio-48.png +share/icons/matefaenza/apps/16/blueradio.png +share/icons/matefaenza/apps/16/bluetooth-48.png +share/icons/matefaenza/apps/16/bluetooth.png +share/icons/matefaenza/apps/16/bluetoothradio.png +share/icons/matefaenza/apps/16/boot.png +share/icons/matefaenza/apps/16/brasero.png +share/icons/matefaenza/apps/16/browser-help.png +share/icons/matefaenza/apps/16/browser.png +share/icons/matefaenza/apps/16/browser.xpm +share/icons/matefaenza/apps/16/bt-logo.png +share/icons/matefaenza/apps/16/bug-buddy.png +share/icons/matefaenza/apps/16/bzr-explorer.png +share/icons/matefaenza/apps/16/caffeine.png +share/icons/matefaenza/apps/16/cairo-clock.png +share/icons/matefaenza/apps/16/calc.png +share/icons/matefaenza/apps/16/catfish.png +share/icons/matefaenza/apps/16/ccc_large.png +share/icons/matefaenza/apps/16/ccc_large.xpm +share/icons/matefaenza/apps/16/ccsm.png +share/icons/matefaenza/apps/16/checkbox.png +share/icons/matefaenza/apps/16/checkgmail.png +share/icons/matefaenza/apps/16/cheese.png +share/icons/matefaenza/apps/16/chromium-browser.png +share/icons/matefaenza/apps/16/chromium-browser2.png +share/icons/matefaenza/apps/16/chromium.png +share/icons/matefaenza/apps/16/claws-mail.png +share/icons/matefaenza/apps/16/clementine.png +share/icons/matefaenza/apps/16/clock.png +share/icons/matefaenza/apps/16/clocks.png +share/icons/matefaenza/apps/16/codeblocks.png +share/icons/matefaenza/apps/16/comix.png +share/icons/matefaenza/apps/16/computerjanitor.png +share/icons/matefaenza/apps/16/config-date.png +share/icons/matefaenza/apps/16/config-language.png +share/icons/matefaenza/apps/16/config-users.png +share/icons/matefaenza/apps/16/confity.png +share/icons/matefaenza/apps/16/control-center2.png +share/icons/matefaenza/apps/16/control-center2.xpm +share/icons/matefaenza/apps/16/covergloobus.png +share/icons/matefaenza/apps/16/credentials-preferences.png +share/icons/matefaenza/apps/16/cryptkeeper.png +share/icons/matefaenza/apps/16/cups.png +share/icons/matefaenza/apps/16/dc++.png +share/icons/matefaenza/apps/16/dconf-editor.png +share/icons/matefaenza/apps/16/deadbeef.png +share/icons/matefaenza/apps/16/defcon.png +share/icons/matefaenza/apps/16/deja-dup.png +share/icons/matefaenza/apps/16/deluge-torrent.png +share/icons/matefaenza/apps/16/deluge.png +share/icons/matefaenza/apps/16/designer.png +share/icons/matefaenza/apps/16/desktop-effects.png +share/icons/matefaenza/apps/16/desura.png +share/icons/matefaenza/apps/16/devede.png +share/icons/matefaenza/apps/16/devhelp.png +share/icons/matefaenza/apps/16/dia.png +share/icons/matefaenza/apps/16/display-capplet.png +share/icons/matefaenza/apps/16/display.im6.png +share/icons/matefaenza/apps/16/docky.png +share/icons/matefaenza/apps/16/dolphin.png +share/icons/matefaenza/apps/16/drakconf.png +share/icons/matefaenza/apps/16/drakmenustyle.png +share/icons/matefaenza/apps/16/drakstats.png +share/icons/matefaenza/apps/16/dropbox.png +share/icons/matefaenza/apps/16/dvdrip.png +share/icons/matefaenza/apps/16/eagle.png +share/icons/matefaenza/apps/16/easylife.png +share/icons/matefaenza/apps/16/easytag.png +share/icons/matefaenza/apps/16/eclipse.png +share/icons/matefaenza/apps/16/edit-urpm-sources.png +share/icons/matefaenza/apps/16/eekboard.png +share/icons/matefaenza/apps/16/ejecter.png +share/icons/matefaenza/apps/16/ekiga.png +share/icons/matefaenza/apps/16/emacs.png +share/icons/matefaenza/apps/16/emacs23.png +share/icons/matefaenza/apps/16/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/16/emerillon.png +share/icons/matefaenza/apps/16/emesene.png +share/icons/matefaenza/apps/16/empathy.png +share/icons/matefaenza/apps/16/engrampa.png +share/icons/matefaenza/apps/16/eog.png +share/icons/matefaenza/apps/16/eom.png +share/icons/matefaenza/apps/16/evernote.png +share/icons/matefaenza/apps/16/evince.png +share/icons/matefaenza/apps/16/evolution-calendar.png +share/icons/matefaenza/apps/16/evolution-mail.png +share/icons/matefaenza/apps/16/evolution-memos.png +share/icons/matefaenza/apps/16/evolution-tasks.png +share/icons/matefaenza/apps/16/evolution.png +share/icons/matefaenza/apps/16/exaile.png +share/icons/matefaenza/apps/16/f-spot.png +share/icons/matefaenza/apps/16/facebook.png +share/icons/matefaenza/apps/16/fedora-release-notes.png +share/icons/matefaenza/apps/16/file-manager.png +share/icons/matefaenza/apps/16/file-roller.png +share/icons/matefaenza/apps/16/filezilla.png +share/icons/matefaenza/apps/16/firefox-3.0.png +share/icons/matefaenza/apps/16/firefox-3.5.png +share/icons/matefaenza/apps/16/firefox-4.0.png +share/icons/matefaenza/apps/16/firefox-original.png +share/icons/matefaenza/apps/16/firefox.png +share/icons/matefaenza/apps/16/firestarter.png +share/icons/matefaenza/apps/16/flash-player-properties.png +share/icons/matefaenza/apps/16/flash.png +share/icons/matefaenza/apps/16/flashplayer.png +share/icons/matefaenza/apps/16/flegita.png +share/icons/matefaenza/apps/16/flickr.png +share/icons/matefaenza/apps/16/fontforge.png +share/icons/matefaenza/apps/16/fontmatrix.png +share/icons/matefaenza/apps/16/fonts.png +share/icons/matefaenza/apps/16/fontypython.png +share/icons/matefaenza/apps/16/freetuxtv.png +share/icons/matefaenza/apps/16/fretsonfire.png +share/icons/matefaenza/apps/16/frostwire.png +share/icons/matefaenza/apps/16/fusion-icon.png +share/icons/matefaenza/apps/16/gajim.png +share/icons/matefaenza/apps/16/galculator.png +share/icons/matefaenza/apps/16/gazpacho-icon.png +share/icons/matefaenza/apps/16/gazpacho.png +share/icons/matefaenza/apps/16/gbrainy.png +share/icons/matefaenza/apps/16/gcolor2.png +share/icons/matefaenza/apps/16/gcolor2.xpm +share/icons/matefaenza/apps/16/gconf-editor.png +share/icons/matefaenza/apps/16/gconfeditor.png +share/icons/matefaenza/apps/16/gcstar.png +share/icons/matefaenza/apps/16/gdeb.png +share/icons/matefaenza/apps/16/gdebi.png +share/icons/matefaenza/apps/16/gdm-setup.png +share/icons/matefaenza/apps/16/gdm-xnest.png +share/icons/matefaenza/apps/16/gdm.png +share/icons/matefaenza/apps/16/geany.png +share/icons/matefaenza/apps/16/geogebra.png +share/icons/matefaenza/apps/16/gespeaker.png +share/icons/matefaenza/apps/16/ghex.png +share/icons/matefaenza/apps/16/giggle.png +share/icons/matefaenza/apps/16/gimp.png +share/icons/matefaenza/apps/16/git-cola.png +share/icons/matefaenza/apps/16/git.png +share/icons/matefaenza/apps/16/gkdebconf-icon.png +share/icons/matefaenza/apps/16/gkdebconf.png +share/icons/matefaenza/apps/16/gksu-debian.png +share/icons/matefaenza/apps/16/gksu-root-terminal.png +share/icons/matefaenza/apps/16/glade-3.png +share/icons/matefaenza/apps/16/glade.png +share/icons/matefaenza/apps/16/glippy.png +share/icons/matefaenza/apps/16/gloobus-preview.png +share/icons/matefaenza/apps/16/gloobus.png +share/icons/matefaenza/apps/16/gmail.png +share/icons/matefaenza/apps/16/gmailwatcher.png +share/icons/matefaenza/apps/16/gmdb2.png +share/icons/matefaenza/apps/16/gmusicbrowser.png +share/icons/matefaenza/apps/16/gnochm.png +share/icons/matefaenza/apps/16/gnome-about-logo.png +share/icons/matefaenza/apps/16/gnome-activity-journal.png +share/icons/matefaenza/apps/16/gnome-activity-journal.xpm +share/icons/matefaenza/apps/16/gnome-aisleriot.png +share/icons/matefaenza/apps/16/gnome-app-install.png +share/icons/matefaenza/apps/16/gnome-apt.png +share/icons/matefaenza/apps/16/gnome-audio.png +share/icons/matefaenza/apps/16/gnome-calculator.png +share/icons/matefaenza/apps/16/gnome-calendar.png +share/icons/matefaenza/apps/16/gnome-character-map.png +share/icons/matefaenza/apps/16/gnome-contacts.png +share/icons/matefaenza/apps/16/gnome-desktop-config.png +share/icons/matefaenza/apps/16/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/16/gnome-device-manager.png +share/icons/matefaenza/apps/16/gnome-dictionary.png +share/icons/matefaenza/apps/16/gnome-disks.png +share/icons/matefaenza/apps/16/gnome-display-properties.png +share/icons/matefaenza/apps/16/gnome-do.png +share/icons/matefaenza/apps/16/gnome-documents.png +share/icons/matefaenza/apps/16/gnome-eterm.png +share/icons/matefaenza/apps/16/gnome-freecell.png +share/icons/matefaenza/apps/16/gnome-glchess.png +share/icons/matefaenza/apps/16/gnome-glines.png +share/icons/matefaenza/apps/16/gnome-gmenu.png +share/icons/matefaenza/apps/16/gnome-gnect.png +share/icons/matefaenza/apps/16/gnome-gnibbles.png +share/icons/matefaenza/apps/16/gnome-help.png +share/icons/matefaenza/apps/16/gnome-iagno.png +share/icons/matefaenza/apps/16/gnome-info.png +share/icons/matefaenza/apps/16/gnome-klotski.png +share/icons/matefaenza/apps/16/gnome-lightsoff.png +share/icons/matefaenza/apps/16/gnome-log-out.png +share/icons/matefaenza/apps/16/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/16/gnome-logout.png +share/icons/matefaenza/apps/16/gnome-mahjongg.png +share/icons/matefaenza/apps/16/gnome-mines.png +share/icons/matefaenza/apps/16/gnome-monitor.png +share/icons/matefaenza/apps/16/gnome-mplayer.png +share/icons/matefaenza/apps/16/gnome-nettool.png +share/icons/matefaenza/apps/16/gnome-network-properties.png +share/icons/matefaenza/apps/16/gnome-networktool.png +share/icons/matefaenza/apps/16/gnome-note.png +share/icons/matefaenza/apps/16/gnome-package.png +share/icons/matefaenza/apps/16/gnome-panel-clock.png +share/icons/matefaenza/apps/16/gnome-panel-launcher.png +share/icons/matefaenza/apps/16/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/16/gnome-panel.png +share/icons/matefaenza/apps/16/gnome-power-manager.png +share/icons/matefaenza/apps/16/gnome-power-statistics.png +share/icons/matefaenza/apps/16/gnome-quadrapassel.png +share/icons/matefaenza/apps/16/gnome-remote-desktop.png +share/icons/matefaenza/apps/16/gnome-robots.png +share/icons/matefaenza/apps/16/gnome-samegnome.png +share/icons/matefaenza/apps/16/gnome-screenshot.png +share/icons/matefaenza/apps/16/gnome-session-halt.png +share/icons/matefaenza/apps/16/gnome-session-hibernate.png +share/icons/matefaenza/apps/16/gnome-session-logout.png +share/icons/matefaenza/apps/16/gnome-session-reboot.png +share/icons/matefaenza/apps/16/gnome-session-sleep.png +share/icons/matefaenza/apps/16/gnome-session-suspend.png +share/icons/matefaenza/apps/16/gnome-session-switch.png +share/icons/matefaenza/apps/16/gnome-session.png +share/icons/matefaenza/apps/16/gnome-set-time.png +share/icons/matefaenza/apps/16/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/16/gnome-settings-background.png +share/icons/matefaenza/apps/16/gnome-settings-default-applications.png +share/icons/matefaenza/apps/16/gnome-settings-font.png +share/icons/matefaenza/apps/16/gnome-settings-sound.png +share/icons/matefaenza/apps/16/gnome-settings-theme.png +share/icons/matefaenza/apps/16/gnome-shutdown.png +share/icons/matefaenza/apps/16/gnome-sound-properties.png +share/icons/matefaenza/apps/16/gnome-sound-recorder.png +share/icons/matefaenza/apps/16/gnome-status.png +share/icons/matefaenza/apps/16/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/16/gnome-sudoku.png +share/icons/matefaenza/apps/16/gnome-swell-foop.png +share/icons/matefaenza/apps/16/gnome-system-monitor.png +share/icons/matefaenza/apps/16/gnome-tali.png +share/icons/matefaenza/apps/16/gnome-term.png +share/icons/matefaenza/apps/16/gnome-term.xpm +share/icons/matefaenza/apps/16/gnome-terminal.png +share/icons/matefaenza/apps/16/gnome-terminal.xpm +share/icons/matefaenza/apps/16/gnome-tetravex.png +share/icons/matefaenza/apps/16/gnome-translate.png +share/icons/matefaenza/apps/16/gnome-unknown.png +share/icons/matefaenza/apps/16/gnome-volume-control.png +share/icons/matefaenza/apps/16/gnome-web-browser.png +share/icons/matefaenza/apps/16/gnome-window-manager.png +share/icons/matefaenza/apps/16/gnome-word.png +share/icons/matefaenza/apps/16/gnome-xterm.png +share/icons/matefaenza/apps/16/gnomeradio.png +share/icons/matefaenza/apps/16/gnomine.png +share/icons/matefaenza/apps/16/gnote.png +share/icons/matefaenza/apps/16/gnucash-icon.png +share/icons/matefaenza/apps/16/gnumeric.png +share/icons/matefaenza/apps/16/goa-account-facebook.png +share/icons/matefaenza/apps/16/goa-account-google.png +share/icons/matefaenza/apps/16/goa-account-twitter.png +share/icons/matefaenza/apps/16/goa-account-yahoo.png +share/icons/matefaenza/apps/16/goa-account.png +share/icons/matefaenza/apps/16/goa-panel.png +share/icons/matefaenza/apps/16/gobby-0.5.png +share/icons/matefaenza/apps/16/gobby.png +share/icons/matefaenza/apps/16/goldendict.png +share/icons/matefaenza/apps/16/google-chrome-unstable.png +share/icons/matefaenza/apps/16/google-chrome.png +share/icons/matefaenza/apps/16/google-chrome2.png +share/icons/matefaenza/apps/16/google-earth.png +share/icons/matefaenza/apps/16/google-plus.png +share/icons/matefaenza/apps/16/google.png +share/icons/matefaenza/apps/16/google.xpm +share/icons/matefaenza/apps/16/googleearth.png +share/icons/matefaenza/apps/16/googleearth.xpm +share/icons/matefaenza/apps/16/googlemusicframe.png +share/icons/matefaenza/apps/16/googleplus.png +share/icons/matefaenza/apps/16/gparted.png +share/icons/matefaenza/apps/16/gpicview.png +share/icons/matefaenza/apps/16/gpk-prefs.png +share/icons/matefaenza/apps/16/gpk-repo.png +share/icons/matefaenza/apps/16/gpodder.png +share/icons/matefaenza/apps/16/gresistor.png +share/icons/matefaenza/apps/16/griffith.png +share/icons/matefaenza/apps/16/grisbi.png +share/icons/matefaenza/apps/16/gtg.png +share/icons/matefaenza/apps/16/gthumb.png +share/icons/matefaenza/apps/16/gtk-help.png +share/icons/matefaenza/apps/16/gtk-info.png +share/icons/matefaenza/apps/16/gtk-recordmydesktop.png +share/icons/matefaenza/apps/16/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/16/gtwitter.png +share/icons/matefaenza/apps/16/guake-notification.png +share/icons/matefaenza/apps/16/guake-prefs.png +share/icons/matefaenza/apps/16/guake.png +share/icons/matefaenza/apps/16/guayadeque.png +share/icons/matefaenza/apps/16/gucharmap.png +share/icons/matefaenza/apps/16/gufw.png +share/icons/matefaenza/apps/16/gufw_menu.png +share/icons/matefaenza/apps/16/gunity.png +share/icons/matefaenza/apps/16/gvim.png +share/icons/matefaenza/apps/16/gwenview.png +share/icons/matefaenza/apps/16/gwibber.png +share/icons/matefaenza/apps/16/haguichi.png +share/icons/matefaenza/apps/16/hardinfo.png +share/icons/matefaenza/apps/16/help-browser.png +share/icons/matefaenza/apps/16/help.png +share/icons/matefaenza/apps/16/hi48-app-wireshark.png +share/icons/matefaenza/apps/16/homebank.png +share/icons/matefaenza/apps/16/hotwire.png +share/icons/matefaenza/apps/16/htop.png +share/icons/matefaenza/apps/16/hydrogen.png +share/icons/matefaenza/apps/16/ibus-setup.png +share/icons/matefaenza/apps/16/ibus.png +share/icons/matefaenza/apps/16/icedove.png +share/icons/matefaenza/apps/16/iceweasel.png +share/icons/matefaenza/apps/16/im-chooser.png +share/icons/matefaenza/apps/16/imagemagick.png +share/icons/matefaenza/apps/16/indicator-applet.png +share/icons/matefaenza/apps/16/indicator-weather.png +share/icons/matefaenza/apps/16/inkscape.png +share/icons/matefaenza/apps/16/internet-archive.png +share/icons/matefaenza/apps/16/internet-mail.png +share/icons/matefaenza/apps/16/internet-news-reader.png +share/icons/matefaenza/apps/16/internet-web-browser.png +share/icons/matefaenza/apps/16/itunes.png +share/icons/matefaenza/apps/16/jack-rack.png +share/icons/matefaenza/apps/16/jack.png +share/icons/matefaenza/apps/16/jackbeat.png +share/icons/matefaenza/apps/16/jackeq.png +share/icons/matefaenza/apps/16/jamendo.png +share/icons/matefaenza/apps/16/jamin.png +share/icons/matefaenza/apps/16/jdownloader.png +share/icons/matefaenza/apps/16/jockey-kde.png +share/icons/matefaenza/apps/16/jockey.png +share/icons/matefaenza/apps/16/jokosher.png +share/icons/matefaenza/apps/16/k3b.png +share/icons/matefaenza/apps/16/kadu.png +share/icons/matefaenza/apps/16/kaffeine.png +share/icons/matefaenza/apps/16/kate.png +share/icons/matefaenza/apps/16/kcharselect.png +share/icons/matefaenza/apps/16/kcmkwm.png +share/icons/matefaenza/apps/16/kdenlive.png +share/icons/matefaenza/apps/16/kedit.png +share/icons/matefaenza/apps/16/keepassx.png +share/icons/matefaenza/apps/16/kentoo.png +share/icons/matefaenza/apps/16/key_bindings.png +share/icons/matefaenza/apps/16/keyring-manager.png +share/icons/matefaenza/apps/16/kflickr.png +share/icons/matefaenza/apps/16/kfm.png +share/icons/matefaenza/apps/16/khelpcenter.png +share/icons/matefaenza/apps/16/klavaro.png +share/icons/matefaenza/apps/16/kmail.png +share/icons/matefaenza/apps/16/kmousetool.png +share/icons/matefaenza/apps/16/kmplayer.png +share/icons/matefaenza/apps/16/knotes.png +share/icons/matefaenza/apps/16/kompozer.png +share/icons/matefaenza/apps/16/konsole.png +share/icons/matefaenza/apps/16/kopete.png +share/icons/matefaenza/apps/16/korganizer.png +share/icons/matefaenza/apps/16/kpackage.png +share/icons/matefaenza/apps/16/kplayer.png +share/icons/matefaenza/apps/16/kradio.png +share/icons/matefaenza/apps/16/kradio4.png +share/icons/matefaenza/apps/16/kscreensaver.png +share/icons/matefaenza/apps/16/ksnapshot.png +share/icons/matefaenza/apps/16/ksysguard.png +share/icons/matefaenza/apps/16/ktorrent.png +share/icons/matefaenza/apps/16/ktouch.png +share/icons/matefaenza/apps/16/kupfer.png +share/icons/matefaenza/apps/16/kuser.png +share/icons/matefaenza/apps/16/kwin.png +share/icons/matefaenza/apps/16/kynpatic.png +share/icons/matefaenza/apps/16/last-fm.png +share/icons/matefaenza/apps/16/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/16/lastfm.png +share/icons/matefaenza/apps/16/leafpad.png +share/icons/matefaenza/apps/16/library-internet-radio.png +share/icons/matefaenza/apps/16/library-podcast.png +share/icons/matefaenza/apps/16/libreoffice-printeradmin.png +share/icons/matefaenza/apps/16/libreoffice-startcenter.png +share/icons/matefaenza/apps/16/libreoffice-template.png +share/icons/matefaenza/apps/16/libreoffice-writer.png +share/icons/matefaenza/apps/16/libreoffice3-base.png +share/icons/matefaenza/apps/16/libreoffice3-calc.png +share/icons/matefaenza/apps/16/libreoffice3-draw.png +share/icons/matefaenza/apps/16/libreoffice3-impress.png +share/icons/matefaenza/apps/16/libreoffice3-math.png +share/icons/matefaenza/apps/16/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/16/libreoffice3-startcenter.png +share/icons/matefaenza/apps/16/libreoffice3-template.png +share/icons/matefaenza/apps/16/libreoffice3-writer.png +share/icons/matefaenza/apps/16/libreoffice34-base.png +share/icons/matefaenza/apps/16/libreoffice34-calc.png +share/icons/matefaenza/apps/16/libreoffice34-draw.png +share/icons/matefaenza/apps/16/libreoffice34-impress.png +share/icons/matefaenza/apps/16/libreoffice34-math.png +share/icons/matefaenza/apps/16/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/16/libreoffice34-startcenter.png +share/icons/matefaenza/apps/16/libreoffice34-template.png +share/icons/matefaenza/apps/16/libreoffice34-writer.png +share/icons/matefaenza/apps/16/lifeograph.png +share/icons/matefaenza/apps/16/liferea.png +share/icons/matefaenza/apps/16/linguist.png +share/icons/matefaenza/apps/16/locale.png +share/icons/matefaenza/apps/16/logview.png +share/icons/matefaenza/apps/16/logviewer.png +share/icons/matefaenza/apps/16/love.png +share/icons/matefaenza/apps/16/lxterminal.png +share/icons/matefaenza/apps/16/magnatune.png +share/icons/matefaenza/apps/16/mahjongg.png +share/icons/matefaenza/apps/16/mail-notification.png +share/icons/matefaenza/apps/16/mailnag.png +share/icons/matefaenza/apps/16/mandrivaupdate.png +share/icons/matefaenza/apps/16/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/16/mate-desktop-item-edit.png +share/icons/matefaenza/apps/16/mate-eyes-applet.png +share/icons/matefaenza/apps/16/mate-netspeed-applet.png +share/icons/matefaenza/apps/16/mate-network-properties.png +share/icons/matefaenza/apps/16/mate-notification-properties.png +share/icons/matefaenza/apps/16/mate-panel-clock.png +share/icons/matefaenza/apps/16/mate-panel-launcher.png +share/icons/matefaenza/apps/16/mate-panel-notification-area.png +share/icons/matefaenza/apps/16/mate-panel-window-list.png +share/icons/matefaenza/apps/16/mate-panel-window-menu.png +share/icons/matefaenza/apps/16/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/16/mate-panel.png +share/icons/matefaenza/apps/16/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/16/mate-sensors-applet.png +share/icons/matefaenza/apps/16/mate-session-properties.png +share/icons/matefaenza/apps/16/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/16/mateconf-editor.png +share/icons/matefaenza/apps/16/me-tv.png +share/icons/matefaenza/apps/16/media-player-banshee.png +share/icons/matefaenza/apps/16/meld.png +share/icons/matefaenza/apps/16/memaker.png +share/icons/matefaenza/apps/16/mendeley.png +share/icons/matefaenza/apps/16/mendeleydesktop.png +share/icons/matefaenza/apps/16/menu-editor.png +share/icons/matefaenza/apps/16/midori.png +share/icons/matefaenza/apps/16/minitube.png +share/icons/matefaenza/apps/16/minitunes.png +share/icons/matefaenza/apps/16/miro-guide-source.png +share/icons/matefaenza/apps/16/miro.png +share/icons/matefaenza/apps/16/mitter.png +share/icons/matefaenza/apps/16/mm.png +share/icons/matefaenza/apps/16/monodevelop.png +share/icons/matefaenza/apps/16/monodoc-browser.png +share/icons/matefaenza/apps/16/monodoc-http.png +share/icons/matefaenza/apps/16/mousepad.png +share/icons/matefaenza/apps/16/mozilla-firefox.png +share/icons/matefaenza/apps/16/mozilla-thunderbird.png +share/icons/matefaenza/apps/16/mozo.png +share/icons/matefaenza/apps/16/mplayer.png +share/icons/matefaenza/apps/16/msd-xrandr.png +share/icons/matefaenza/apps/16/mtpaint.png +share/icons/matefaenza/apps/16/multimedia-volume-control.png +share/icons/matefaenza/apps/16/mumble.png +share/icons/matefaenza/apps/16/musescore.png +share/icons/matefaenza/apps/16/musicstore_icon.png +share/icons/matefaenza/apps/16/mypaint.png +share/icons/matefaenza/apps/16/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/16/nautilus-actions.png +share/icons/matefaenza/apps/16/nautilus-cd-burner.png +share/icons/matefaenza/apps/16/nautilus.png +share/icons/matefaenza/apps/16/netbeans.png +share/icons/matefaenza/apps/16/nexuiz.png +share/icons/matefaenza/apps/16/nixnote.png +share/icons/matefaenza/apps/16/numptyphysics.png +share/icons/matefaenza/apps/16/nvidia-current-settings.png +share/icons/matefaenza/apps/16/nvidia-settings.png +share/icons/matefaenza/apps/16/office-address-book.png +share/icons/matefaenza/apps/16/office-calendar.png +share/icons/matefaenza/apps/16/office-date.png +share/icons/matefaenza/apps/16/office-writer.png +share/icons/matefaenza/apps/16/oggconvert.png +share/icons/matefaenza/apps/16/omgwords.png +share/icons/matefaenza/apps/16/onboard.png +share/icons/matefaenza/apps/16/ooo-base.png +share/icons/matefaenza/apps/16/ooo-base3.0.png +share/icons/matefaenza/apps/16/ooo-calc.png +share/icons/matefaenza/apps/16/ooo-calc2.png +share/icons/matefaenza/apps/16/ooo-calc24.png +share/icons/matefaenza/apps/16/ooo-calc3.0.png +share/icons/matefaenza/apps/16/ooo-draw.png +share/icons/matefaenza/apps/16/ooo-draw3.0.png +share/icons/matefaenza/apps/16/ooo-impress.png +share/icons/matefaenza/apps/16/ooo-impress2.png +share/icons/matefaenza/apps/16/ooo-impress24.png +share/icons/matefaenza/apps/16/ooo-impress3.0.png +share/icons/matefaenza/apps/16/ooo-math.png +share/icons/matefaenza/apps/16/ooo-math3.0.png +share/icons/matefaenza/apps/16/ooo-printeradmin.png +share/icons/matefaenza/apps/16/ooo-template.png +share/icons/matefaenza/apps/16/ooo-template3.0.png +share/icons/matefaenza/apps/16/ooo-writer.png +share/icons/matefaenza/apps/16/ooo-writer2.png +share/icons/matefaenza/apps/16/ooo-writer24.png +share/icons/matefaenza/apps/16/ooo-writer3.0.png +share/icons/matefaenza/apps/16/openbravo-erp.png +share/icons/matefaenza/apps/16/openerp-client.png +share/icons/matefaenza/apps/16/openjdk-6.png +share/icons/matefaenza/apps/16/openjdk-7.png +share/icons/matefaenza/apps/16/openofficeorg-base.png +share/icons/matefaenza/apps/16/openofficeorg-calc.png +share/icons/matefaenza/apps/16/openofficeorg-draw.png +share/icons/matefaenza/apps/16/openofficeorg-impress.png +share/icons/matefaenza/apps/16/openofficeorg-math.png +share/icons/matefaenza/apps/16/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/16/openofficeorg-template.png +share/icons/matefaenza/apps/16/openofficeorg-writer.png +share/icons/matefaenza/apps/16/openofficeorg24-calc.png +share/icons/matefaenza/apps/16/openofficeorg24-impress.png +share/icons/matefaenza/apps/16/openofficeorg24-writer.png +share/icons/matefaenza/apps/16/openofficeorg3-base.png +share/icons/matefaenza/apps/16/openofficeorg3-calc.png +share/icons/matefaenza/apps/16/openofficeorg3-draw.png +share/icons/matefaenza/apps/16/openofficeorg3-impress.png +share/icons/matefaenza/apps/16/openofficeorg3-math.png +share/icons/matefaenza/apps/16/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/16/openofficeorg3-template.png +share/icons/matefaenza/apps/16/openofficeorg3-writer.png +share/icons/matefaenza/apps/16/openofficeorg3.0-base.png +share/icons/matefaenza/apps/16/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/16/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/16/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/16/openofficeorg3.0-math.png +share/icons/matefaenza/apps/16/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/16/openofficeorg3.0-template.png +share/icons/matefaenza/apps/16/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/16/openshot.png +share/icons/matefaenza/apps/16/openterm.png +share/icons/matefaenza/apps/16/openttd.png +share/icons/matefaenza/apps/16/opera-browser.png +share/icons/matefaenza/apps/16/opera-browser.xpm +share/icons/matefaenza/apps/16/opera-widget-manager.png +share/icons/matefaenza/apps/16/opera-widget.png +share/icons/matefaenza/apps/16/opera.png +share/icons/matefaenza/apps/16/opera.xpm +share/icons/matefaenza/apps/16/orca.png +share/icons/matefaenza/apps/16/oregano.png +share/icons/matefaenza/apps/16/package-manager-icon.png +share/icons/matefaenza/apps/16/palimpsest.png +share/icons/matefaenza/apps/16/paprefs.png +share/icons/matefaenza/apps/16/parole.png +share/icons/matefaenza/apps/16/partner.png +share/icons/matefaenza/apps/16/password.png +share/icons/matefaenza/apps/16/pdfmod.png +share/icons/matefaenza/apps/16/phatch-inspector.png +share/icons/matefaenza/apps/16/phatch.png +share/icons/matefaenza/apps/16/picasa-fontcfg.png +share/icons/matefaenza/apps/16/picasa-fontcfg.xpm +share/icons/matefaenza/apps/16/picasa.png +share/icons/matefaenza/apps/16/picasa.xpm +share/icons/matefaenza/apps/16/picasa32x32.png +share/icons/matefaenza/apps/16/pidgin.png +share/icons/matefaenza/apps/16/pino.png +share/icons/matefaenza/apps/16/pirut.png +share/icons/matefaenza/apps/16/pithos.png +share/icons/matefaenza/apps/16/pitivi.png +share/icons/matefaenza/apps/16/pk-package-sources.png +share/icons/matefaenza/apps/16/plan.png +share/icons/matefaenza/apps/16/playitslowly.png +share/icons/matefaenza/apps/16/playonlinux.png +share/icons/matefaenza/apps/16/podcast.png +share/icons/matefaenza/apps/16/poedit.png +share/icons/matefaenza/apps/16/porthole.png +share/icons/matefaenza/apps/16/postr.png +share/icons/matefaenza/apps/16/ppa.png +share/icons/matefaenza/apps/16/preferences-color.png +share/icons/matefaenza/apps/16/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/16/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/16/preferences-desktop-display.png +share/icons/matefaenza/apps/16/preferences-desktop-font.png +share/icons/matefaenza/apps/16/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/16/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/16/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/16/preferences-desktop-locale.png +share/icons/matefaenza/apps/16/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/16/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/16/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/16/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/16/preferences-desktop-sound.png +share/icons/matefaenza/apps/16/preferences-desktop-theme.png +share/icons/matefaenza/apps/16/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/16/preferences-management-service.png +share/icons/matefaenza/apps/16/preferences-sound.png +share/icons/matefaenza/apps/16/preferences-system-bluetooth.png +share/icons/matefaenza/apps/16/preferences-system-firewall.png +share/icons/matefaenza/apps/16/preferences-system-network.png +share/icons/matefaenza/apps/16/preferences-system-time.png +share/icons/matefaenza/apps/16/preferences-system-windows.png +share/icons/matefaenza/apps/16/pup.png +share/icons/matefaenza/apps/16/pychess.png +share/icons/matefaenza/apps/16/pyneighborhood_48x48.png +share/icons/matefaenza/apps/16/q4wine.png +share/icons/matefaenza/apps/16/qgit.png +share/icons/matefaenza/apps/16/qjackctl.png +share/icons/matefaenza/apps/16/qtassistant.png +share/icons/matefaenza/apps/16/qtconfig-qt4.png +share/icons/matefaenza/apps/16/qtcreator.png +share/icons/matefaenza/apps/16/qtcreator_logo_32.png +share/icons/matefaenza/apps/16/qtdesigner.png +share/icons/matefaenza/apps/16/qtlinguist.png +share/icons/matefaenza/apps/16/qucs.png +share/icons/matefaenza/apps/16/radio.png +share/icons/matefaenza/apps/16/radiotray.png +share/icons/matefaenza/apps/16/rclock.png +share/icons/matefaenza/apps/16/redhat-filemanager.png +share/icons/matefaenza/apps/16/redhat-server_settings.png +share/icons/matefaenza/apps/16/redhat-tools.png +share/icons/matefaenza/apps/16/redhat-web-browser.png +share/icons/matefaenza/apps/16/remmina.png +share/icons/matefaenza/apps/16/revelation.png +share/icons/matefaenza/apps/16/rhythmbox.png +share/icons/matefaenza/apps/16/ristretto.png +share/icons/matefaenza/apps/16/rosegarden.png +share/icons/matefaenza/apps/16/rpmdrake.png +share/icons/matefaenza/apps/16/rssowl.png +share/icons/matefaenza/apps/16/screenie-qt.png +share/icons/matefaenza/apps/16/screenie.png +share/icons/matefaenza/apps/16/screenruler-icon.png +share/icons/matefaenza/apps/16/screenruler.png +share/icons/matefaenza/apps/16/screensaver.png +share/icons/matefaenza/apps/16/scribes.png +share/icons/matefaenza/apps/16/scribus.png +share/icons/matefaenza/apps/16/seahorse-preferences.png +share/icons/matefaenza/apps/16/seahorse.png +share/icons/matefaenza/apps/16/seamonkey.png +share/icons/matefaenza/apps/16/session-properties.png +share/icons/matefaenza/apps/16/setroubleshoot_icon.png +share/icons/matefaenza/apps/16/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/16/shares.png +share/icons/matefaenza/apps/16/shotwell.png +share/icons/matefaenza/apps/16/shutter.png +share/icons/matefaenza/apps/16/simple-ccsm.png +share/icons/matefaenza/apps/16/skype.png +share/icons/matefaenza/apps/16/sleep.png +share/icons/matefaenza/apps/16/smc.png +share/icons/matefaenza/apps/16/smplayer.png +share/icons/matefaenza/apps/16/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/16/software-properties.png +share/icons/matefaenza/apps/16/softwarecenter-debian.png +share/icons/matefaenza/apps/16/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/16/softwarecenter.png +share/icons/matefaenza/apps/16/sound-juicer.png +share/icons/matefaenza/apps/16/soundconverter.png +share/icons/matefaenza/apps/16/speedcrunch.png +share/icons/matefaenza/apps/16/spotify-linux-48x48.png +share/icons/matefaenza/apps/16/spotify-linux-512x512.png +share/icons/matefaenza/apps/16/spotify.png +share/icons/matefaenza/apps/16/sqlitebrowser.png +share/icons/matefaenza/apps/16/stardict.png +share/icons/matefaenza/apps/16/startupmanager.png +share/icons/matefaenza/apps/16/steam.png +share/icons/matefaenza/apps/16/steampowered.png +share/icons/matefaenza/apps/16/stellarium.png +share/icons/matefaenza/apps/16/sticky-notes.png +share/icons/matefaenza/apps/16/stock_alarm.png +share/icons/matefaenza/apps/16/stock_calendar.png +share/icons/matefaenza/apps/16/stock_help.png +share/icons/matefaenza/apps/16/stock_insert-note.png +share/icons/matefaenza/apps/16/stock_keyring.png +share/icons/matefaenza/apps/16/stock_notes.png +share/icons/matefaenza/apps/16/stock_task.png +share/icons/matefaenza/apps/16/stock_unknown.png +share/icons/matefaenza/apps/16/stock_view-details.png +share/icons/matefaenza/apps/16/style.png +share/icons/matefaenza/apps/16/sun-java.png +share/icons/matefaenza/apps/16/sun-java6.png +share/icons/matefaenza/apps/16/sun-java7.png +share/icons/matefaenza/apps/16/sun-javaws.png +share/icons/matefaenza/apps/16/sun-jcontrol.png +share/icons/matefaenza/apps/16/supertux.png +share/icons/matefaenza/apps/16/susehelpcenter.png +share/icons/matefaenza/apps/16/susers.png +share/icons/matefaenza/apps/16/sylpheed.png +share/icons/matefaenza/apps/16/synapse.png +share/icons/matefaenza/apps/16/synaptic.png +share/icons/matefaenza/apps/16/synfig.png +share/icons/matefaenza/apps/16/sysprof-icon.png +share/icons/matefaenza/apps/16/system-config-authentication.png +share/icons/matefaenza/apps/16/system-config-date.png +share/icons/matefaenza/apps/16/system-config-displayca.png +share/icons/matefaenza/apps/16/system-config-users.png +share/icons/matefaenza/apps/16/system-file-manager.png +share/icons/matefaenza/apps/16/system-hibernate.png +share/icons/matefaenza/apps/16/system-installer.png +share/icons/matefaenza/apps/16/system-restart.png +share/icons/matefaenza/apps/16/system-shut-down.png +share/icons/matefaenza/apps/16/system-software-install.png +share/icons/matefaenza/apps/16/system-software-installer.png +share/icons/matefaenza/apps/16/system-software-update.png +share/icons/matefaenza/apps/16/system-suspend-hibernate.png +share/icons/matefaenza/apps/16/system-suspend.png +share/icons/matefaenza/apps/16/system-switch-java.png +share/icons/matefaenza/apps/16/system-switch-user.png +share/icons/matefaenza/apps/16/system-users.png +share/icons/matefaenza/apps/16/teamviewer.png +share/icons/matefaenza/apps/16/teeworlds.png +share/icons/matefaenza/apps/16/telepathy.png +share/icons/matefaenza/apps/16/terminal.png +share/icons/matefaenza/apps/16/terminal.xpm +share/icons/matefaenza/apps/16/terminator.png +share/icons/matefaenza/apps/16/text-editor.png +share/icons/matefaenza/apps/16/the-board.png +share/icons/matefaenza/apps/16/thunar.png +share/icons/matefaenza/apps/16/thunderbird-icon.png +share/icons/matefaenza/apps/16/thunderbird.png +share/icons/matefaenza/apps/16/tilda.png +share/icons/matefaenza/apps/16/time-admin.png +share/icons/matefaenza/apps/16/time.png +share/icons/matefaenza/apps/16/timer-applet.png +share/icons/matefaenza/apps/16/tomboy-note.png +share/icons/matefaenza/apps/16/tomboy.png +share/icons/matefaenza/apps/16/totem.png +share/icons/matefaenza/apps/16/tracker.png +share/icons/matefaenza/apps/16/transmission.png +share/icons/matefaenza/apps/16/truecrypt.png +share/icons/matefaenza/apps/16/tsclient.png +share/icons/matefaenza/apps/16/tuxguitar.png +share/icons/matefaenza/apps/16/tvtime.png +share/icons/matefaenza/apps/16/twitter.png +share/icons/matefaenza/apps/16/twitux.png +share/icons/matefaenza/apps/16/ubuntu-tweak.png +share/icons/matefaenza/apps/16/ubuntuone-client.png +share/icons/matefaenza/apps/16/ubuntuone-installer.png +share/icons/matefaenza/apps/16/ubuntuone-music.png +share/icons/matefaenza/apps/16/ubuntuone.png +share/icons/matefaenza/apps/16/uck.png +share/icons/matefaenza/apps/16/ufw-frontends.png +share/icons/matefaenza/apps/16/umusicstore.png +share/icons/matefaenza/apps/16/un-reboot.png +share/icons/matefaenza/apps/16/unison-gtk.png +share/icons/matefaenza/apps/16/unknown-channel.png +share/icons/matefaenza/apps/16/update-manager.png +share/icons/matefaenza/apps/16/update-notifier.png +share/icons/matefaenza/apps/16/usb-creator-gtk.png +share/icons/matefaenza/apps/16/usb-creator.png +share/icons/matefaenza/apps/16/user-info.png +share/icons/matefaenza/apps/16/user_auth.png +share/icons/matefaenza/apps/16/usermount.png +share/icons/matefaenza/apps/16/utilities-file-archiver.png +share/icons/matefaenza/apps/16/utilities-log-viewer.png +share/icons/matefaenza/apps/16/utilities-system-monitor.png +share/icons/matefaenza/apps/16/utilities-terminal.png +share/icons/matefaenza/apps/16/varicad.png +share/icons/matefaenza/apps/16/vim.png +share/icons/matefaenza/apps/16/vinagre.png +share/icons/matefaenza/apps/16/virtualbox-ose.png +share/icons/matefaenza/apps/16/virtualbox.png +share/icons/matefaenza/apps/16/vlc.png +share/icons/matefaenza/apps/16/volleybrawl.png +share/icons/matefaenza/apps/16/wallpaper.png +share/icons/matefaenza/apps/16/warmux.png +share/icons/matefaenza/apps/16/warsow.png +share/icons/matefaenza/apps/16/web-browser.png +share/icons/matefaenza/apps/16/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/16/wesnoth.png +share/icons/matefaenza/apps/16/wikipedia.png +share/icons/matefaenza/apps/16/window-manager.png +share/icons/matefaenza/apps/16/wine-notepad.png +share/icons/matefaenza/apps/16/wine-uninstaller.png +share/icons/matefaenza/apps/16/wine-winecfg.png +share/icons/matefaenza/apps/16/wine-winetricks.png +share/icons/matefaenza/apps/16/wine.png +share/icons/matefaenza/apps/16/wireshark.png +share/icons/matefaenza/apps/16/wmtweaks.png +share/icons/matefaenza/apps/16/wordpress.png +share/icons/matefaenza/apps/16/workspace-switcher.png +share/icons/matefaenza/apps/16/wunderlist.png +share/icons/matefaenza/apps/16/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/16/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/16/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/16/wxbanker.png +share/icons/matefaenza/apps/16/x-office-address-book.png +share/icons/matefaenza/apps/16/x-office-calendar.png +share/icons/matefaenza/apps/16/x-system-software-sources.png +share/icons/matefaenza/apps/16/xarchiver.png +share/icons/matefaenza/apps/16/xbmc.png +share/icons/matefaenza/apps/16/xchat-gnome.png +share/icons/matefaenza/apps/16/xchat-mini.png +share/icons/matefaenza/apps/16/xchat.png +share/icons/matefaenza/apps/16/xchat.xpm +share/icons/matefaenza/apps/16/xfburn.png +share/icons/matefaenza/apps/16/xfcalendar.png +share/icons/matefaenza/apps/16/xfce-edit.png +share/icons/matefaenza/apps/16/xfce-filemanager.png +share/icons/matefaenza/apps/16/xfce-mail.png +share/icons/matefaenza/apps/16/xfce-man.png +share/icons/matefaenza/apps/16/xfce-schedule.png +share/icons/matefaenza/apps/16/xfce-sound.png +share/icons/matefaenza/apps/16/xfce-system-info.png +share/icons/matefaenza/apps/16/xfce-terminal.png +share/icons/matefaenza/apps/16/xfce-ui.png +share/icons/matefaenza/apps/16/xfce4-appfinder.png +share/icons/matefaenza/apps/16/xfce4-backdrop.png +share/icons/matefaenza/apps/16/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/16/xfce4-clock.png +share/icons/matefaenza/apps/16/xfce4-dict.png +share/icons/matefaenza/apps/16/xfce4-mcs-manager.png +share/icons/matefaenza/apps/16/xfce4-menueditor.png +share/icons/matefaenza/apps/16/xfce4-notes-plugin.png +share/icons/matefaenza/apps/16/xfce4-panel.png +share/icons/matefaenza/apps/16/xfce4-session.png +share/icons/matefaenza/apps/16/xfce4-workspaces.png +share/icons/matefaenza/apps/16/xfce_unknown.png +share/icons/matefaenza/apps/16/xfsm-hibernate.png +share/icons/matefaenza/apps/16/xfsm-logout.png +share/icons/matefaenza/apps/16/xfsm-reboot.png +share/icons/matefaenza/apps/16/xfsm-shutdown.png +share/icons/matefaenza/apps/16/xfsm-suspend.png +share/icons/matefaenza/apps/16/xfsm-switch.png +share/icons/matefaenza/apps/16/xfwm4.png +share/icons/matefaenza/apps/16/ximian-evolution-calendar.png +share/icons/matefaenza/apps/16/xine.png +share/icons/matefaenza/apps/16/xmoto.png +share/icons/matefaenza/apps/16/xonotic.png +share/icons/matefaenza/apps/16/xoscope.png +share/icons/matefaenza/apps/16/xournal.png +share/icons/matefaenza/apps/16/xpad.png +share/icons/matefaenza/apps/16/xscreensaver.png +share/icons/matefaenza/apps/16/xterm-color_32x32.png +share/icons/matefaenza/apps/16/xterm-color_32x32.xpm +share/icons/matefaenza/apps/16/xterm-color_48x48.png +share/icons/matefaenza/apps/16/xterm-color_48x48.xpm +share/icons/matefaenza/apps/16/xterm.png +share/icons/matefaenza/apps/16/xterm.xpm +share/icons/matefaenza/apps/16/xterm_32x32.png +share/icons/matefaenza/apps/16/xterm_32x32.xpm +share/icons/matefaenza/apps/16/xterm_48x48.png +share/icons/matefaenza/apps/16/xterm_48x48.xpm +share/icons/matefaenza/apps/16/yahoo.png +share/icons/matefaenza/apps/16/youtube.png +share/icons/matefaenza/apps/16/yumex.png +share/icons/matefaenza/apps/16/zeitgeist.png +share/icons/matefaenza/apps/16/zen-icon.png +share/icons/matefaenza/apps/16/zenmap.png +share/icons/matefaenza/apps/16/zim.png +share/icons/matefaenza/apps/16/zsnes.png +share/icons/matefaenza/apps/22/0ad.png +share/icons/matefaenza/apps/22/AdobeAIR.png +share/icons/matefaenza/apps/22/AdobeReader.png +share/icons/matefaenza/apps/22/AdobeReader10.png +share/icons/matefaenza/apps/22/AdobeReader8.png +share/icons/matefaenza/apps/22/AdobeReader9.png +share/icons/matefaenza/apps/22/DC++.png +share/icons/matefaenza/apps/22/DC++.xpm +share/icons/matefaenza/apps/22/EasyTAG_icon.png +share/icons/matefaenza/apps/22/Etermutilities-terminal.png +share/icons/matefaenza/apps/22/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/22/Terminal.png +share/icons/matefaenza/apps/22/Thunar.png +share/icons/matefaenza/apps/22/VBox.png +share/icons/matefaenza/apps/22/WorldOfGoo.png +share/icons/matefaenza/apps/22/Wunderlist.png +share/icons/matefaenza/apps/22/a4.png +share/icons/matefaenza/apps/22/abiword.png +share/icons/matefaenza/apps/22/abiword_48.png +share/icons/matefaenza/apps/22/abrt.png +share/icons/matefaenza/apps/22/access.png +share/icons/matefaenza/apps/22/accessibility-directory.png +share/icons/matefaenza/apps/22/accessories-calculator.png +share/icons/matefaenza/apps/22/accessories-character-map.png +share/icons/matefaenza/apps/22/accessories-dictionary.png +share/icons/matefaenza/apps/22/accessories-text-editor.png +share/icons/matefaenza/apps/22/acroread.png +share/icons/matefaenza/apps/22/activity-log-manager.png +share/icons/matefaenza/apps/22/addressbook.png +share/icons/matefaenza/apps/22/adobe-air.png +share/icons/matefaenza/apps/22/adobe-flashplayer.png +share/icons/matefaenza/apps/22/adobeflashplugin.png +share/icons/matefaenza/apps/22/akregator.png +share/icons/matefaenza/apps/22/alacarte.png +share/icons/matefaenza/apps/22/alchemy.png +share/icons/matefaenza/apps/22/alien-arena.png +share/icons/matefaenza/apps/22/amarok.png +share/icons/matefaenza/apps/22/amazon-mp3-store-source.png +share/icons/matefaenza/apps/22/amazon-store.png +share/icons/matefaenza/apps/22/amule.png +share/icons/matefaenza/apps/22/anjuta.png +share/icons/matefaenza/apps/22/anki.png +share/icons/matefaenza/apps/22/applets-screenshooter.png +share/icons/matefaenza/apps/22/application-default-icon.png +share/icons/matefaenza/apps/22/application-x-clementine.png +share/icons/matefaenza/apps/22/aqualung.png +share/icons/matefaenza/apps/22/as-icon.png +share/icons/matefaenza/apps/22/as-powered.png +share/icons/matefaenza/apps/22/assistant.png +share/icons/matefaenza/apps/22/atril.png +share/icons/matefaenza/apps/22/audacious.png +share/icons/matefaenza/apps/22/audacity.png +share/icons/matefaenza/apps/22/audiobook.png +share/icons/matefaenza/apps/22/autoplus.png +share/icons/matefaenza/apps/22/avant-window-navigator.png +share/icons/matefaenza/apps/22/awn-settings.png +share/icons/matefaenza/apps/22/ax-applet.png +share/icons/matefaenza/apps/22/background.png +share/icons/matefaenza/apps/22/badge-small.png +share/icons/matefaenza/apps/22/banshee-1.png +share/icons/matefaenza/apps/22/banshee.png +share/icons/matefaenza/apps/22/baobab.png +share/icons/matefaenza/apps/22/bash.png +share/icons/matefaenza/apps/22/bazaar.png +share/icons/matefaenza/apps/22/bleachbit.png +share/icons/matefaenza/apps/22/blender.png +share/icons/matefaenza/apps/22/bluefish-icon.png +share/icons/matefaenza/apps/22/bluefish.png +share/icons/matefaenza/apps/22/bluefish.xpm +share/icons/matefaenza/apps/22/bluegriffon.png +share/icons/matefaenza/apps/22/blueman.png +share/icons/matefaenza/apps/22/blueradio-48.png +share/icons/matefaenza/apps/22/blueradio.png +share/icons/matefaenza/apps/22/bluetooth-48.png +share/icons/matefaenza/apps/22/bluetooth.png +share/icons/matefaenza/apps/22/bluetoothradio.png +share/icons/matefaenza/apps/22/boot.png +share/icons/matefaenza/apps/22/brasero.png +share/icons/matefaenza/apps/22/browser-help.png +share/icons/matefaenza/apps/22/browser.png +share/icons/matefaenza/apps/22/browser.xpm +share/icons/matefaenza/apps/22/bt-logo.png +share/icons/matefaenza/apps/22/bug-buddy.png +share/icons/matefaenza/apps/22/bzr-explorer.png +share/icons/matefaenza/apps/22/caffeine.png +share/icons/matefaenza/apps/22/cairo-clock.png +share/icons/matefaenza/apps/22/calc.png +share/icons/matefaenza/apps/22/catfish.png +share/icons/matefaenza/apps/22/ccc_large.png +share/icons/matefaenza/apps/22/ccc_large.xpm +share/icons/matefaenza/apps/22/ccsm.png +share/icons/matefaenza/apps/22/checkbox.png +share/icons/matefaenza/apps/22/checkgmail.png +share/icons/matefaenza/apps/22/cheese.png +share/icons/matefaenza/apps/22/chromium-browser.png +share/icons/matefaenza/apps/22/chromium-browser2.png +share/icons/matefaenza/apps/22/chromium.png +share/icons/matefaenza/apps/22/claws-mail.png +share/icons/matefaenza/apps/22/clementine.png +share/icons/matefaenza/apps/22/clock.png +share/icons/matefaenza/apps/22/clocks.png +share/icons/matefaenza/apps/22/codeblocks.png +share/icons/matefaenza/apps/22/comix.png +share/icons/matefaenza/apps/22/computerjanitor.png +share/icons/matefaenza/apps/22/config-date.png +share/icons/matefaenza/apps/22/config-language.png +share/icons/matefaenza/apps/22/config-users.png +share/icons/matefaenza/apps/22/confity.png +share/icons/matefaenza/apps/22/control-center2.png +share/icons/matefaenza/apps/22/control-center2.xpm +share/icons/matefaenza/apps/22/covergloobus.png +share/icons/matefaenza/apps/22/credentials-preferences.png +share/icons/matefaenza/apps/22/cryptkeeper.png +share/icons/matefaenza/apps/22/cups.png +share/icons/matefaenza/apps/22/dc++.png +share/icons/matefaenza/apps/22/dconf-editor.png +share/icons/matefaenza/apps/22/deadbeef.png +share/icons/matefaenza/apps/22/defcon.png +share/icons/matefaenza/apps/22/deja-dup.png +share/icons/matefaenza/apps/22/deluge-torrent.png +share/icons/matefaenza/apps/22/deluge.png +share/icons/matefaenza/apps/22/designer.png +share/icons/matefaenza/apps/22/desktop-effects.png +share/icons/matefaenza/apps/22/desura.png +share/icons/matefaenza/apps/22/devede.png +share/icons/matefaenza/apps/22/devhelp.png +share/icons/matefaenza/apps/22/dia.png +share/icons/matefaenza/apps/22/display-capplet.png +share/icons/matefaenza/apps/22/display.im6.png +share/icons/matefaenza/apps/22/docky.png +share/icons/matefaenza/apps/22/dolphin.png +share/icons/matefaenza/apps/22/drakconf.png +share/icons/matefaenza/apps/22/drakmenustyle.png +share/icons/matefaenza/apps/22/drakstats.png +share/icons/matefaenza/apps/22/dropbox.png +share/icons/matefaenza/apps/22/dvdrip.png +share/icons/matefaenza/apps/22/eagle.png +share/icons/matefaenza/apps/22/easylife.png +share/icons/matefaenza/apps/22/easytag.png +share/icons/matefaenza/apps/22/eclipse.png +share/icons/matefaenza/apps/22/edit-urpm-sources.png +share/icons/matefaenza/apps/22/eekboard.png +share/icons/matefaenza/apps/22/ejecter.png +share/icons/matefaenza/apps/22/ekiga.png +share/icons/matefaenza/apps/22/emacs.png +share/icons/matefaenza/apps/22/emacs23.png +share/icons/matefaenza/apps/22/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/22/emerillon.png +share/icons/matefaenza/apps/22/emesene.png +share/icons/matefaenza/apps/22/empathy.png +share/icons/matefaenza/apps/22/engrampa.png +share/icons/matefaenza/apps/22/eog.png +share/icons/matefaenza/apps/22/eom.png +share/icons/matefaenza/apps/22/evernote.png +share/icons/matefaenza/apps/22/evince.png +share/icons/matefaenza/apps/22/evolution-calendar.png +share/icons/matefaenza/apps/22/evolution-mail.png +share/icons/matefaenza/apps/22/evolution-memos.png +share/icons/matefaenza/apps/22/evolution-tasks.png +share/icons/matefaenza/apps/22/evolution.png +share/icons/matefaenza/apps/22/exaile.png +share/icons/matefaenza/apps/22/f-spot.png +share/icons/matefaenza/apps/22/facebook.png +share/icons/matefaenza/apps/22/fedora-release-notes.png +share/icons/matefaenza/apps/22/file-manager.png +share/icons/matefaenza/apps/22/file-roller.png +share/icons/matefaenza/apps/22/filezilla.png +share/icons/matefaenza/apps/22/firefox-3.0.png +share/icons/matefaenza/apps/22/firefox-3.5.png +share/icons/matefaenza/apps/22/firefox-4.0.png +share/icons/matefaenza/apps/22/firefox-original.png +share/icons/matefaenza/apps/22/firefox.png +share/icons/matefaenza/apps/22/firestarter.png +share/icons/matefaenza/apps/22/flash-player-properties.png +share/icons/matefaenza/apps/22/flash.png +share/icons/matefaenza/apps/22/flashplayer.png +share/icons/matefaenza/apps/22/flegita.png +share/icons/matefaenza/apps/22/flickr.png +share/icons/matefaenza/apps/22/fontforge.png +share/icons/matefaenza/apps/22/fontmatrix.png +share/icons/matefaenza/apps/22/fonts.png +share/icons/matefaenza/apps/22/fontypython.png +share/icons/matefaenza/apps/22/freetuxtv.png +share/icons/matefaenza/apps/22/fretsonfire.png +share/icons/matefaenza/apps/22/frostwire.png +share/icons/matefaenza/apps/22/fusion-icon.png +share/icons/matefaenza/apps/22/gajim.png +share/icons/matefaenza/apps/22/galculator.png +share/icons/matefaenza/apps/22/gazpacho-icon.png +share/icons/matefaenza/apps/22/gazpacho.png +share/icons/matefaenza/apps/22/gbrainy.png +share/icons/matefaenza/apps/22/gcolor2.png +share/icons/matefaenza/apps/22/gcolor2.xpm +share/icons/matefaenza/apps/22/gconf-editor.png +share/icons/matefaenza/apps/22/gconfeditor.png +share/icons/matefaenza/apps/22/gcstar.png +share/icons/matefaenza/apps/22/gdeb.png +share/icons/matefaenza/apps/22/gdebi.png +share/icons/matefaenza/apps/22/gdm-setup.png +share/icons/matefaenza/apps/22/gdm-xnest.png +share/icons/matefaenza/apps/22/gdm.png +share/icons/matefaenza/apps/22/geany.png +share/icons/matefaenza/apps/22/geogebra.png +share/icons/matefaenza/apps/22/gespeaker.png +share/icons/matefaenza/apps/22/ghex.png +share/icons/matefaenza/apps/22/giggle.png +share/icons/matefaenza/apps/22/gimp.png +share/icons/matefaenza/apps/22/git-cola.png +share/icons/matefaenza/apps/22/git.png +share/icons/matefaenza/apps/22/gkdebconf-icon.png +share/icons/matefaenza/apps/22/gkdebconf.png +share/icons/matefaenza/apps/22/gksu-debian.png +share/icons/matefaenza/apps/22/gksu-root-terminal.png +share/icons/matefaenza/apps/22/glade-3.png +share/icons/matefaenza/apps/22/glade.png +share/icons/matefaenza/apps/22/glippy.png +share/icons/matefaenza/apps/22/gloobus-preview.png +share/icons/matefaenza/apps/22/gloobus.png +share/icons/matefaenza/apps/22/gmail.png +share/icons/matefaenza/apps/22/gmailwatcher.png +share/icons/matefaenza/apps/22/gmdb2.png +share/icons/matefaenza/apps/22/gmusicbrowser.png +share/icons/matefaenza/apps/22/gnochm.png +share/icons/matefaenza/apps/22/gnome-about-logo.png +share/icons/matefaenza/apps/22/gnome-activity-journal.png +share/icons/matefaenza/apps/22/gnome-activity-journal.xpm +share/icons/matefaenza/apps/22/gnome-aisleriot.png +share/icons/matefaenza/apps/22/gnome-app-install.png +share/icons/matefaenza/apps/22/gnome-apt.png +share/icons/matefaenza/apps/22/gnome-audio.png +share/icons/matefaenza/apps/22/gnome-calculator.png +share/icons/matefaenza/apps/22/gnome-calendar.png +share/icons/matefaenza/apps/22/gnome-character-map.png +share/icons/matefaenza/apps/22/gnome-contacts.png +share/icons/matefaenza/apps/22/gnome-desktop-config.png +share/icons/matefaenza/apps/22/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/22/gnome-device-manager.png +share/icons/matefaenza/apps/22/gnome-dictionary.png +share/icons/matefaenza/apps/22/gnome-disks.png +share/icons/matefaenza/apps/22/gnome-display-properties.png +share/icons/matefaenza/apps/22/gnome-do.png +share/icons/matefaenza/apps/22/gnome-documents.png +share/icons/matefaenza/apps/22/gnome-eterm.png +share/icons/matefaenza/apps/22/gnome-freecell.png +share/icons/matefaenza/apps/22/gnome-glchess.png +share/icons/matefaenza/apps/22/gnome-glines.png +share/icons/matefaenza/apps/22/gnome-gmenu.png +share/icons/matefaenza/apps/22/gnome-gnect.png +share/icons/matefaenza/apps/22/gnome-gnibbles.png +share/icons/matefaenza/apps/22/gnome-help.png +share/icons/matefaenza/apps/22/gnome-iagno.png +share/icons/matefaenza/apps/22/gnome-info.png +share/icons/matefaenza/apps/22/gnome-klotski.png +share/icons/matefaenza/apps/22/gnome-lightsoff.png +share/icons/matefaenza/apps/22/gnome-log-out.png +share/icons/matefaenza/apps/22/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/22/gnome-logout.png +share/icons/matefaenza/apps/22/gnome-mahjongg.png +share/icons/matefaenza/apps/22/gnome-mines.png +share/icons/matefaenza/apps/22/gnome-monitor.png +share/icons/matefaenza/apps/22/gnome-mplayer.png +share/icons/matefaenza/apps/22/gnome-nettool.png +share/icons/matefaenza/apps/22/gnome-network-properties.png +share/icons/matefaenza/apps/22/gnome-networktool.png +share/icons/matefaenza/apps/22/gnome-note.png +share/icons/matefaenza/apps/22/gnome-package.png +share/icons/matefaenza/apps/22/gnome-panel-clock.png +share/icons/matefaenza/apps/22/gnome-panel-launcher.png +share/icons/matefaenza/apps/22/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/22/gnome-panel.png +share/icons/matefaenza/apps/22/gnome-power-manager.png +share/icons/matefaenza/apps/22/gnome-power-statistics.png +share/icons/matefaenza/apps/22/gnome-quadrapassel.png +share/icons/matefaenza/apps/22/gnome-remote-desktop.png +share/icons/matefaenza/apps/22/gnome-robots.png +share/icons/matefaenza/apps/22/gnome-samegnome.png +share/icons/matefaenza/apps/22/gnome-screenshot.png +share/icons/matefaenza/apps/22/gnome-session-halt.png +share/icons/matefaenza/apps/22/gnome-session-hibernate.png +share/icons/matefaenza/apps/22/gnome-session-logout.png +share/icons/matefaenza/apps/22/gnome-session-reboot.png +share/icons/matefaenza/apps/22/gnome-session-sleep.png +share/icons/matefaenza/apps/22/gnome-session-suspend.png +share/icons/matefaenza/apps/22/gnome-session-switch.png +share/icons/matefaenza/apps/22/gnome-session.png +share/icons/matefaenza/apps/22/gnome-set-time.png +share/icons/matefaenza/apps/22/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/22/gnome-settings-background.png +share/icons/matefaenza/apps/22/gnome-settings-default-applications.png +share/icons/matefaenza/apps/22/gnome-settings-font.png +share/icons/matefaenza/apps/22/gnome-settings-sound.png +share/icons/matefaenza/apps/22/gnome-settings-theme.png +share/icons/matefaenza/apps/22/gnome-shutdown.png +share/icons/matefaenza/apps/22/gnome-sound-properties.png +share/icons/matefaenza/apps/22/gnome-sound-recorder.png +share/icons/matefaenza/apps/22/gnome-status.png +share/icons/matefaenza/apps/22/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/22/gnome-sudoku.png +share/icons/matefaenza/apps/22/gnome-swell-foop.png +share/icons/matefaenza/apps/22/gnome-system-monitor.png +share/icons/matefaenza/apps/22/gnome-tali.png +share/icons/matefaenza/apps/22/gnome-term.png +share/icons/matefaenza/apps/22/gnome-term.xpm +share/icons/matefaenza/apps/22/gnome-terminal.png +share/icons/matefaenza/apps/22/gnome-terminal.xpm +share/icons/matefaenza/apps/22/gnome-tetravex.png +share/icons/matefaenza/apps/22/gnome-translate.png +share/icons/matefaenza/apps/22/gnome-unknown.png +share/icons/matefaenza/apps/22/gnome-volume-control.png +share/icons/matefaenza/apps/22/gnome-web-browser.png +share/icons/matefaenza/apps/22/gnome-window-manager.png +share/icons/matefaenza/apps/22/gnome-word.png +share/icons/matefaenza/apps/22/gnome-xterm.png +share/icons/matefaenza/apps/22/gnomeradio.png +share/icons/matefaenza/apps/22/gnomine.png +share/icons/matefaenza/apps/22/gnote.png +share/icons/matefaenza/apps/22/gnucash-icon.png +share/icons/matefaenza/apps/22/gnumeric.png +share/icons/matefaenza/apps/22/goa-account-facebook.png +share/icons/matefaenza/apps/22/goa-account-google.png +share/icons/matefaenza/apps/22/goa-account-twitter.png +share/icons/matefaenza/apps/22/goa-account-yahoo.png +share/icons/matefaenza/apps/22/goa-account.png +share/icons/matefaenza/apps/22/goa-panel.png +share/icons/matefaenza/apps/22/gobby-0.5.png +share/icons/matefaenza/apps/22/gobby.png +share/icons/matefaenza/apps/22/goldendict.png +share/icons/matefaenza/apps/22/google-chrome-unstable.png +share/icons/matefaenza/apps/22/google-chrome.png +share/icons/matefaenza/apps/22/google-chrome2.png +share/icons/matefaenza/apps/22/google-earth.png +share/icons/matefaenza/apps/22/google-plus.png +share/icons/matefaenza/apps/22/google.png +share/icons/matefaenza/apps/22/google.xpm +share/icons/matefaenza/apps/22/googleearth.png +share/icons/matefaenza/apps/22/googleearth.xpm +share/icons/matefaenza/apps/22/googlemusicframe.png +share/icons/matefaenza/apps/22/googleplus.png +share/icons/matefaenza/apps/22/gparted.png +share/icons/matefaenza/apps/22/gpicview.png +share/icons/matefaenza/apps/22/gpk-prefs.png +share/icons/matefaenza/apps/22/gpk-repo.png +share/icons/matefaenza/apps/22/gpodder.png +share/icons/matefaenza/apps/22/gresistor.png +share/icons/matefaenza/apps/22/griffith.png +share/icons/matefaenza/apps/22/grisbi.png +share/icons/matefaenza/apps/22/gtg.png +share/icons/matefaenza/apps/22/gthumb.png +share/icons/matefaenza/apps/22/gtk-help.png +share/icons/matefaenza/apps/22/gtk-info.png +share/icons/matefaenza/apps/22/gtk-recordmydesktop.png +share/icons/matefaenza/apps/22/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/22/gtwitter.png +share/icons/matefaenza/apps/22/guake-notification.png +share/icons/matefaenza/apps/22/guake-prefs.png +share/icons/matefaenza/apps/22/guake.png +share/icons/matefaenza/apps/22/guayadeque.png +share/icons/matefaenza/apps/22/gucharmap.png +share/icons/matefaenza/apps/22/gufw.png +share/icons/matefaenza/apps/22/gufw_menu.png +share/icons/matefaenza/apps/22/gunity.png +share/icons/matefaenza/apps/22/gvim.png +share/icons/matefaenza/apps/22/gwenview.png +share/icons/matefaenza/apps/22/gwibber.png +share/icons/matefaenza/apps/22/haguichi.png +share/icons/matefaenza/apps/22/hardinfo.png +share/icons/matefaenza/apps/22/help-browser.png +share/icons/matefaenza/apps/22/help.png +share/icons/matefaenza/apps/22/hi48-app-wireshark.png +share/icons/matefaenza/apps/22/homebank.png +share/icons/matefaenza/apps/22/hotwire.png +share/icons/matefaenza/apps/22/htop.png +share/icons/matefaenza/apps/22/hydrogen.png +share/icons/matefaenza/apps/22/ibus-setup.png +share/icons/matefaenza/apps/22/ibus.png +share/icons/matefaenza/apps/22/icedove.png +share/icons/matefaenza/apps/22/iceweasel.png +share/icons/matefaenza/apps/22/im-chooser.png +share/icons/matefaenza/apps/22/imagemagick.png +share/icons/matefaenza/apps/22/indicator-applet.png +share/icons/matefaenza/apps/22/indicator-weather.png +share/icons/matefaenza/apps/22/inkscape.png +share/icons/matefaenza/apps/22/internet-archive.png +share/icons/matefaenza/apps/22/internet-mail.png +share/icons/matefaenza/apps/22/internet-news-reader.png +share/icons/matefaenza/apps/22/internet-web-browser.png +share/icons/matefaenza/apps/22/itunes.png +share/icons/matefaenza/apps/22/jack-rack.png +share/icons/matefaenza/apps/22/jack.png +share/icons/matefaenza/apps/22/jackbeat.png +share/icons/matefaenza/apps/22/jackeq.png +share/icons/matefaenza/apps/22/jamendo.png +share/icons/matefaenza/apps/22/jamin.png +share/icons/matefaenza/apps/22/jdownloader.png +share/icons/matefaenza/apps/22/jockey-kde.png +share/icons/matefaenza/apps/22/jockey.png +share/icons/matefaenza/apps/22/jokosher.png +share/icons/matefaenza/apps/22/k3b.png +share/icons/matefaenza/apps/22/kadu.png +share/icons/matefaenza/apps/22/kaffeine.png +share/icons/matefaenza/apps/22/kate.png +share/icons/matefaenza/apps/22/kcharselect.png +share/icons/matefaenza/apps/22/kcmkwm.png +share/icons/matefaenza/apps/22/kdenlive.png +share/icons/matefaenza/apps/22/kedit.png +share/icons/matefaenza/apps/22/keepassx.png +share/icons/matefaenza/apps/22/kentoo.png +share/icons/matefaenza/apps/22/key_bindings.png +share/icons/matefaenza/apps/22/keyring-manager.png +share/icons/matefaenza/apps/22/kflickr.png +share/icons/matefaenza/apps/22/kfm.png +share/icons/matefaenza/apps/22/khelpcenter.png +share/icons/matefaenza/apps/22/klavaro.png +share/icons/matefaenza/apps/22/kmail.png +share/icons/matefaenza/apps/22/kmousetool.png +share/icons/matefaenza/apps/22/kmplayer.png +share/icons/matefaenza/apps/22/knotes.png +share/icons/matefaenza/apps/22/kompozer.png +share/icons/matefaenza/apps/22/konsole.png +share/icons/matefaenza/apps/22/kopete.png +share/icons/matefaenza/apps/22/korganizer.png +share/icons/matefaenza/apps/22/kpackage.png +share/icons/matefaenza/apps/22/kplayer.png +share/icons/matefaenza/apps/22/kradio.png +share/icons/matefaenza/apps/22/kradio4.png +share/icons/matefaenza/apps/22/kscreensaver.png +share/icons/matefaenza/apps/22/ksnapshot.png +share/icons/matefaenza/apps/22/ksysguard.png +share/icons/matefaenza/apps/22/ktorrent.png +share/icons/matefaenza/apps/22/ktouch.png +share/icons/matefaenza/apps/22/kupfer.png +share/icons/matefaenza/apps/22/kuser.png +share/icons/matefaenza/apps/22/kwin.png +share/icons/matefaenza/apps/22/kynpatic.png +share/icons/matefaenza/apps/22/last-fm.png +share/icons/matefaenza/apps/22/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/22/lastfm.png +share/icons/matefaenza/apps/22/leafpad.png +share/icons/matefaenza/apps/22/library-internet-radio.png +share/icons/matefaenza/apps/22/library-podcast.png +share/icons/matefaenza/apps/22/libreoffice-base.png +share/icons/matefaenza/apps/22/libreoffice-calc.png +share/icons/matefaenza/apps/22/libreoffice-draw.png +share/icons/matefaenza/apps/22/libreoffice-impress.png +share/icons/matefaenza/apps/22/libreoffice-main.png +share/icons/matefaenza/apps/22/libreoffice-math.png +share/icons/matefaenza/apps/22/libreoffice-printeradmin.png +share/icons/matefaenza/apps/22/libreoffice-startcenter.png +share/icons/matefaenza/apps/22/libreoffice-template.png +share/icons/matefaenza/apps/22/libreoffice-writer.png +share/icons/matefaenza/apps/22/libreoffice3-base.png +share/icons/matefaenza/apps/22/libreoffice3-calc.png +share/icons/matefaenza/apps/22/libreoffice3-draw.png +share/icons/matefaenza/apps/22/libreoffice3-impress.png +share/icons/matefaenza/apps/22/libreoffice3-math.png +share/icons/matefaenza/apps/22/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/22/libreoffice3-startcenter.png +share/icons/matefaenza/apps/22/libreoffice3-template.png +share/icons/matefaenza/apps/22/libreoffice3-writer.png +share/icons/matefaenza/apps/22/libreoffice34-base.png +share/icons/matefaenza/apps/22/libreoffice34-calc.png +share/icons/matefaenza/apps/22/libreoffice34-draw.png +share/icons/matefaenza/apps/22/libreoffice34-impress.png +share/icons/matefaenza/apps/22/libreoffice34-math.png +share/icons/matefaenza/apps/22/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/22/libreoffice34-startcenter.png +share/icons/matefaenza/apps/22/libreoffice34-template.png +share/icons/matefaenza/apps/22/libreoffice34-writer.png +share/icons/matefaenza/apps/22/lifeograph.png +share/icons/matefaenza/apps/22/liferea.png +share/icons/matefaenza/apps/22/linguist.png +share/icons/matefaenza/apps/22/locale.png +share/icons/matefaenza/apps/22/logview.png +share/icons/matefaenza/apps/22/logviewer.png +share/icons/matefaenza/apps/22/love.png +share/icons/matefaenza/apps/22/lxterminal.png +share/icons/matefaenza/apps/22/magnatune.png +share/icons/matefaenza/apps/22/mahjongg.png +share/icons/matefaenza/apps/22/mail-notification.png +share/icons/matefaenza/apps/22/mailnag.png +share/icons/matefaenza/apps/22/mandrivaupdate.png +share/icons/matefaenza/apps/22/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/22/mate-desktop-item-edit.png +share/icons/matefaenza/apps/22/mate-eyes-applet.png +share/icons/matefaenza/apps/22/mate-netspeed-applet.png +share/icons/matefaenza/apps/22/mate-network-properties.png +share/icons/matefaenza/apps/22/mate-notification-properties.png +share/icons/matefaenza/apps/22/mate-panel-clock.png +share/icons/matefaenza/apps/22/mate-panel-launcher.png +share/icons/matefaenza/apps/22/mate-panel-notification-area.png +share/icons/matefaenza/apps/22/mate-panel-window-list.png +share/icons/matefaenza/apps/22/mate-panel-window-menu.png +share/icons/matefaenza/apps/22/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/22/mate-panel.png +share/icons/matefaenza/apps/22/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/22/mate-sensors-applet.png +share/icons/matefaenza/apps/22/mate-session-properties.png +share/icons/matefaenza/apps/22/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/22/mateconf-editor.png +share/icons/matefaenza/apps/22/me-tv.png +share/icons/matefaenza/apps/22/media-player-banshee.png +share/icons/matefaenza/apps/22/meld.png +share/icons/matefaenza/apps/22/memaker.png +share/icons/matefaenza/apps/22/mendeley.png +share/icons/matefaenza/apps/22/mendeleydesktop.png +share/icons/matefaenza/apps/22/menu-editor.png +share/icons/matefaenza/apps/22/midori.png +share/icons/matefaenza/apps/22/minitube.png +share/icons/matefaenza/apps/22/minitunes.png +share/icons/matefaenza/apps/22/miro-guide-source.png +share/icons/matefaenza/apps/22/miro.png +share/icons/matefaenza/apps/22/mitter.png +share/icons/matefaenza/apps/22/mm.png +share/icons/matefaenza/apps/22/monodevelop.png +share/icons/matefaenza/apps/22/monodoc-browser.png +share/icons/matefaenza/apps/22/monodoc-http.png +share/icons/matefaenza/apps/22/mousepad.png +share/icons/matefaenza/apps/22/mozilla-firefox.png +share/icons/matefaenza/apps/22/mozilla-thunderbird.png +share/icons/matefaenza/apps/22/mozo.png +share/icons/matefaenza/apps/22/mplayer.png +share/icons/matefaenza/apps/22/msd-xrandr.png +share/icons/matefaenza/apps/22/mtpaint.png +share/icons/matefaenza/apps/22/multimedia-volume-control.png +share/icons/matefaenza/apps/22/mumble.png +share/icons/matefaenza/apps/22/musescore.png +share/icons/matefaenza/apps/22/musicstore_icon.png +share/icons/matefaenza/apps/22/mypaint.png +share/icons/matefaenza/apps/22/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/22/nautilus-actions.png +share/icons/matefaenza/apps/22/nautilus-cd-burner.png +share/icons/matefaenza/apps/22/nautilus.png +share/icons/matefaenza/apps/22/netbeans.png +share/icons/matefaenza/apps/22/nexuiz.png +share/icons/matefaenza/apps/22/nixnote.png +share/icons/matefaenza/apps/22/nm-stage01-connecting01.png +share/icons/matefaenza/apps/22/nm-stage01-connecting02.png +share/icons/matefaenza/apps/22/nm-stage01-connecting03.png +share/icons/matefaenza/apps/22/nm-stage01-connecting04.png +share/icons/matefaenza/apps/22/nm-stage01-connecting05.png +share/icons/matefaenza/apps/22/nm-stage01-connecting06.png +share/icons/matefaenza/apps/22/nm-stage01-connecting07.png +share/icons/matefaenza/apps/22/nm-stage01-connecting08.png +share/icons/matefaenza/apps/22/nm-stage01-connecting09.png +share/icons/matefaenza/apps/22/nm-stage01-connecting10.png +share/icons/matefaenza/apps/22/nm-stage01-connecting11.png +share/icons/matefaenza/apps/22/nm-stage02-connecting01.png +share/icons/matefaenza/apps/22/nm-stage02-connecting02.png +share/icons/matefaenza/apps/22/nm-stage02-connecting03.png +share/icons/matefaenza/apps/22/nm-stage02-connecting04.png +share/icons/matefaenza/apps/22/nm-stage02-connecting05.png +share/icons/matefaenza/apps/22/nm-stage02-connecting06.png +share/icons/matefaenza/apps/22/nm-stage02-connecting07.png +share/icons/matefaenza/apps/22/nm-stage02-connecting08.png +share/icons/matefaenza/apps/22/nm-stage02-connecting09.png +share/icons/matefaenza/apps/22/nm-stage02-connecting10.png +share/icons/matefaenza/apps/22/nm-stage02-connecting11.png +share/icons/matefaenza/apps/22/nm-stage03-connecting01.png +share/icons/matefaenza/apps/22/nm-stage03-connecting02.png +share/icons/matefaenza/apps/22/nm-stage03-connecting03.png +share/icons/matefaenza/apps/22/nm-stage03-connecting04.png +share/icons/matefaenza/apps/22/nm-stage03-connecting05.png +share/icons/matefaenza/apps/22/nm-stage03-connecting06.png +share/icons/matefaenza/apps/22/nm-stage03-connecting07.png +share/icons/matefaenza/apps/22/nm-stage03-connecting08.png +share/icons/matefaenza/apps/22/nm-stage03-connecting09.png +share/icons/matefaenza/apps/22/nm-stage03-connecting10.png +share/icons/matefaenza/apps/22/nm-stage03-connecting11.png +share/icons/matefaenza/apps/22/nm-vpn-connecting01.png +share/icons/matefaenza/apps/22/nm-vpn-connecting02.png +share/icons/matefaenza/apps/22/nm-vpn-connecting03.png +share/icons/matefaenza/apps/22/nm-vpn-connecting04.png +share/icons/matefaenza/apps/22/nm-vpn-connecting05.png +share/icons/matefaenza/apps/22/nm-vpn-connecting06.png +share/icons/matefaenza/apps/22/nm-vpn-connecting07.png +share/icons/matefaenza/apps/22/nm-vpn-connecting08.png +share/icons/matefaenza/apps/22/nm-vpn-connecting09.png +share/icons/matefaenza/apps/22/nm-vpn-connecting10.png +share/icons/matefaenza/apps/22/nm-vpn-connecting11.png +share/icons/matefaenza/apps/22/numptyphysics.png +share/icons/matefaenza/apps/22/nvidia-current-settings.png +share/icons/matefaenza/apps/22/nvidia-settings.png +share/icons/matefaenza/apps/22/office-address-book.png +share/icons/matefaenza/apps/22/office-calendar.png +share/icons/matefaenza/apps/22/office-date.png +share/icons/matefaenza/apps/22/office-writer.png +share/icons/matefaenza/apps/22/oggconvert.png +share/icons/matefaenza/apps/22/omgwords.png +share/icons/matefaenza/apps/22/onboard.png +share/icons/matefaenza/apps/22/ooo-base.png +share/icons/matefaenza/apps/22/ooo-base3.0.png +share/icons/matefaenza/apps/22/ooo-calc.png +share/icons/matefaenza/apps/22/ooo-calc2.png +share/icons/matefaenza/apps/22/ooo-calc24.png +share/icons/matefaenza/apps/22/ooo-calc3.0.png +share/icons/matefaenza/apps/22/ooo-draw.png +share/icons/matefaenza/apps/22/ooo-draw3.0.png +share/icons/matefaenza/apps/22/ooo-impress.png +share/icons/matefaenza/apps/22/ooo-impress2.png +share/icons/matefaenza/apps/22/ooo-impress24.png +share/icons/matefaenza/apps/22/ooo-impress3.0.png +share/icons/matefaenza/apps/22/ooo-math.png +share/icons/matefaenza/apps/22/ooo-math3.0.png +share/icons/matefaenza/apps/22/ooo-printeradmin.png +share/icons/matefaenza/apps/22/ooo-template.png +share/icons/matefaenza/apps/22/ooo-template3.0.png +share/icons/matefaenza/apps/22/ooo-writer.png +share/icons/matefaenza/apps/22/ooo-writer2.png +share/icons/matefaenza/apps/22/ooo-writer24.png +share/icons/matefaenza/apps/22/ooo-writer3.0.png +share/icons/matefaenza/apps/22/openbravo-erp.png +share/icons/matefaenza/apps/22/openerp-client.png +share/icons/matefaenza/apps/22/openjdk-6.png +share/icons/matefaenza/apps/22/openjdk-7.png +share/icons/matefaenza/apps/22/openofficeorg-base.png +share/icons/matefaenza/apps/22/openofficeorg-calc.png +share/icons/matefaenza/apps/22/openofficeorg-draw.png +share/icons/matefaenza/apps/22/openofficeorg-impress.png +share/icons/matefaenza/apps/22/openofficeorg-math.png +share/icons/matefaenza/apps/22/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/22/openofficeorg-template.png +share/icons/matefaenza/apps/22/openofficeorg-writer.png +share/icons/matefaenza/apps/22/openofficeorg24-calc.png +share/icons/matefaenza/apps/22/openofficeorg24-impress.png +share/icons/matefaenza/apps/22/openofficeorg24-writer.png +share/icons/matefaenza/apps/22/openofficeorg3-base.png +share/icons/matefaenza/apps/22/openofficeorg3-calc.png +share/icons/matefaenza/apps/22/openofficeorg3-draw.png +share/icons/matefaenza/apps/22/openofficeorg3-impress.png +share/icons/matefaenza/apps/22/openofficeorg3-math.png +share/icons/matefaenza/apps/22/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/22/openofficeorg3-template.png +share/icons/matefaenza/apps/22/openofficeorg3-writer.png +share/icons/matefaenza/apps/22/openofficeorg3.0-base.png +share/icons/matefaenza/apps/22/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/22/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/22/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/22/openofficeorg3.0-math.png +share/icons/matefaenza/apps/22/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/22/openofficeorg3.0-template.png +share/icons/matefaenza/apps/22/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/22/openshot.png +share/icons/matefaenza/apps/22/openterm.png +share/icons/matefaenza/apps/22/openttd.png +share/icons/matefaenza/apps/22/opera-browser.png +share/icons/matefaenza/apps/22/opera-browser.xpm +share/icons/matefaenza/apps/22/opera-widget-manager.png +share/icons/matefaenza/apps/22/opera-widget.png +share/icons/matefaenza/apps/22/opera.png +share/icons/matefaenza/apps/22/opera.xpm +share/icons/matefaenza/apps/22/orca.png +share/icons/matefaenza/apps/22/oregano.png +share/icons/matefaenza/apps/22/package-manager-icon.png +share/icons/matefaenza/apps/22/palimpsest.png +share/icons/matefaenza/apps/22/paprefs.png +share/icons/matefaenza/apps/22/parole.png +share/icons/matefaenza/apps/22/partner.png +share/icons/matefaenza/apps/22/password.png +share/icons/matefaenza/apps/22/pdfmod.png +share/icons/matefaenza/apps/22/phatch-inspector.png +share/icons/matefaenza/apps/22/phatch.png +share/icons/matefaenza/apps/22/picasa-fontcfg.png +share/icons/matefaenza/apps/22/picasa-fontcfg.xpm +share/icons/matefaenza/apps/22/picasa.png +share/icons/matefaenza/apps/22/picasa.xpm +share/icons/matefaenza/apps/22/picasa32x32.png +share/icons/matefaenza/apps/22/pidgin.png +share/icons/matefaenza/apps/22/pino.png +share/icons/matefaenza/apps/22/pirut.png +share/icons/matefaenza/apps/22/pithos.png +share/icons/matefaenza/apps/22/pitivi.png +share/icons/matefaenza/apps/22/pk-package-sources.png +share/icons/matefaenza/apps/22/plan.png +share/icons/matefaenza/apps/22/playitslowly.png +share/icons/matefaenza/apps/22/playonlinux.png +share/icons/matefaenza/apps/22/podcast.png +share/icons/matefaenza/apps/22/poedit.png +share/icons/matefaenza/apps/22/porthole.png +share/icons/matefaenza/apps/22/postr.png +share/icons/matefaenza/apps/22/ppa.png +share/icons/matefaenza/apps/22/preferences-color.png +share/icons/matefaenza/apps/22/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/22/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/22/preferences-desktop-display.png +share/icons/matefaenza/apps/22/preferences-desktop-font.png +share/icons/matefaenza/apps/22/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/22/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/22/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/22/preferences-desktop-locale.png +share/icons/matefaenza/apps/22/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/22/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/22/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/22/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/22/preferences-desktop-sound.png +share/icons/matefaenza/apps/22/preferences-desktop-theme.png +share/icons/matefaenza/apps/22/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/22/preferences-management-service.png +share/icons/matefaenza/apps/22/preferences-sound.png +share/icons/matefaenza/apps/22/preferences-system-bluetooth.png +share/icons/matefaenza/apps/22/preferences-system-firewall.png +share/icons/matefaenza/apps/22/preferences-system-network.png +share/icons/matefaenza/apps/22/preferences-system-time.png +share/icons/matefaenza/apps/22/preferences-system-windows.png +share/icons/matefaenza/apps/22/pup.png +share/icons/matefaenza/apps/22/pychess.png +share/icons/matefaenza/apps/22/pyneighborhood_48x48.png +share/icons/matefaenza/apps/22/q4wine.png +share/icons/matefaenza/apps/22/qgit.png +share/icons/matefaenza/apps/22/qjackctl.png +share/icons/matefaenza/apps/22/qtassistant.png +share/icons/matefaenza/apps/22/qtconfig-qt4.png +share/icons/matefaenza/apps/22/qtcreator.png +share/icons/matefaenza/apps/22/qtcreator_logo_32.png +share/icons/matefaenza/apps/22/qtdesigner.png +share/icons/matefaenza/apps/22/qtlinguist.png +share/icons/matefaenza/apps/22/qucs.png +share/icons/matefaenza/apps/22/radio.png +share/icons/matefaenza/apps/22/radiotray.png +share/icons/matefaenza/apps/22/rclock.png +share/icons/matefaenza/apps/22/redhat-filemanager.png +share/icons/matefaenza/apps/22/redhat-server_settings.png +share/icons/matefaenza/apps/22/redhat-tools.png +share/icons/matefaenza/apps/22/redhat-web-browser.png +share/icons/matefaenza/apps/22/remmina.png +share/icons/matefaenza/apps/22/revelation.png +share/icons/matefaenza/apps/22/rhythmbox.png +share/icons/matefaenza/apps/22/ristretto.png +share/icons/matefaenza/apps/22/rosegarden.png +share/icons/matefaenza/apps/22/rpmdrake.png +share/icons/matefaenza/apps/22/rssowl.png +share/icons/matefaenza/apps/22/screenie-qt.png +share/icons/matefaenza/apps/22/screenie.png +share/icons/matefaenza/apps/22/screenruler-icon.png +share/icons/matefaenza/apps/22/screenruler.png +share/icons/matefaenza/apps/22/screensaver.png +share/icons/matefaenza/apps/22/scribes.png +share/icons/matefaenza/apps/22/scribus.png +share/icons/matefaenza/apps/22/seahorse-preferences.png +share/icons/matefaenza/apps/22/seahorse.png +share/icons/matefaenza/apps/22/seamonkey.png +share/icons/matefaenza/apps/22/session-properties.png +share/icons/matefaenza/apps/22/setroubleshoot_icon.png +share/icons/matefaenza/apps/22/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/22/shares.png +share/icons/matefaenza/apps/22/shotwell.png +share/icons/matefaenza/apps/22/shutter.png +share/icons/matefaenza/apps/22/simple-ccsm.png +share/icons/matefaenza/apps/22/skype.png +share/icons/matefaenza/apps/22/sleep.png +share/icons/matefaenza/apps/22/smc.png +share/icons/matefaenza/apps/22/smplayer.png +share/icons/matefaenza/apps/22/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/22/software-properties.png +share/icons/matefaenza/apps/22/softwarecenter-debian.png +share/icons/matefaenza/apps/22/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/22/softwarecenter.png +share/icons/matefaenza/apps/22/sound-juicer.png +share/icons/matefaenza/apps/22/soundconverter.png +share/icons/matefaenza/apps/22/speedcrunch.png +share/icons/matefaenza/apps/22/spotify-linux-48x48.png +share/icons/matefaenza/apps/22/spotify-linux-512x512.png +share/icons/matefaenza/apps/22/spotify.png +share/icons/matefaenza/apps/22/sqlitebrowser.png +share/icons/matefaenza/apps/22/stardict.png +share/icons/matefaenza/apps/22/startupmanager.png +share/icons/matefaenza/apps/22/steam.png +share/icons/matefaenza/apps/22/steampowered.png +share/icons/matefaenza/apps/22/stellarium.png +share/icons/matefaenza/apps/22/sticky-notes.png +share/icons/matefaenza/apps/22/stock_alarm.png +share/icons/matefaenza/apps/22/stock_calendar.png +share/icons/matefaenza/apps/22/stock_help.png +share/icons/matefaenza/apps/22/stock_insert-note.png +share/icons/matefaenza/apps/22/stock_keyring.png +share/icons/matefaenza/apps/22/stock_notes.png +share/icons/matefaenza/apps/22/stock_task.png +share/icons/matefaenza/apps/22/stock_unknown.png +share/icons/matefaenza/apps/22/stock_view-details.png +share/icons/matefaenza/apps/22/style.png +share/icons/matefaenza/apps/22/sun-java.png +share/icons/matefaenza/apps/22/sun-java6.png +share/icons/matefaenza/apps/22/sun-java7.png +share/icons/matefaenza/apps/22/sun-javaws.png +share/icons/matefaenza/apps/22/sun-jcontrol.png +share/icons/matefaenza/apps/22/supertux.png +share/icons/matefaenza/apps/22/susehelpcenter.png +share/icons/matefaenza/apps/22/susers.png +share/icons/matefaenza/apps/22/sylpheed.png +share/icons/matefaenza/apps/22/synapse.png +share/icons/matefaenza/apps/22/synaptic.png +share/icons/matefaenza/apps/22/synfig.png +share/icons/matefaenza/apps/22/sysprof-icon.png +share/icons/matefaenza/apps/22/system-config-authentication.png +share/icons/matefaenza/apps/22/system-config-date.png +share/icons/matefaenza/apps/22/system-config-displayca.png +share/icons/matefaenza/apps/22/system-config-users.png +share/icons/matefaenza/apps/22/system-file-manager.png +share/icons/matefaenza/apps/22/system-hibernate.png +share/icons/matefaenza/apps/22/system-installer.png +share/icons/matefaenza/apps/22/system-restart.png +share/icons/matefaenza/apps/22/system-shut-down.png +share/icons/matefaenza/apps/22/system-software-install.png +share/icons/matefaenza/apps/22/system-software-installer.png +share/icons/matefaenza/apps/22/system-software-update.png +share/icons/matefaenza/apps/22/system-suspend-hibernate.png +share/icons/matefaenza/apps/22/system-suspend.png +share/icons/matefaenza/apps/22/system-switch-java.png +share/icons/matefaenza/apps/22/system-switch-user.png +share/icons/matefaenza/apps/22/system-users.png +share/icons/matefaenza/apps/22/teamviewer.png +share/icons/matefaenza/apps/22/teeworlds.png +share/icons/matefaenza/apps/22/telepathy.png +share/icons/matefaenza/apps/22/terminal.png +share/icons/matefaenza/apps/22/terminal.xpm +share/icons/matefaenza/apps/22/terminator.png +share/icons/matefaenza/apps/22/text-editor.png +share/icons/matefaenza/apps/22/the-board.png +share/icons/matefaenza/apps/22/thunar.png +share/icons/matefaenza/apps/22/thunderbird-icon.png +share/icons/matefaenza/apps/22/thunderbird.png +share/icons/matefaenza/apps/22/tilda.png +share/icons/matefaenza/apps/22/time-admin.png +share/icons/matefaenza/apps/22/time.png +share/icons/matefaenza/apps/22/timer-applet.png +share/icons/matefaenza/apps/22/tomboy-note.png +share/icons/matefaenza/apps/22/tomboy.png +share/icons/matefaenza/apps/22/totem.png +share/icons/matefaenza/apps/22/tracker.png +share/icons/matefaenza/apps/22/transmission.png +share/icons/matefaenza/apps/22/truecrypt.png +share/icons/matefaenza/apps/22/tsclient.png +share/icons/matefaenza/apps/22/tuxguitar.png +share/icons/matefaenza/apps/22/tvtime.png +share/icons/matefaenza/apps/22/twitter.png +share/icons/matefaenza/apps/22/twitux.png +share/icons/matefaenza/apps/22/ubuntu-tweak.png +share/icons/matefaenza/apps/22/ubuntuone-client.png +share/icons/matefaenza/apps/22/ubuntuone-installer.png +share/icons/matefaenza/apps/22/ubuntuone-music.png +share/icons/matefaenza/apps/22/ubuntuone.png +share/icons/matefaenza/apps/22/uck.png +share/icons/matefaenza/apps/22/ufw-frontends.png +share/icons/matefaenza/apps/22/umusicstore.png +share/icons/matefaenza/apps/22/un-reboot.png +share/icons/matefaenza/apps/22/unison-gtk.png +share/icons/matefaenza/apps/22/unknown-channel.png +share/icons/matefaenza/apps/22/update-manager.png +share/icons/matefaenza/apps/22/update-notifier.png +share/icons/matefaenza/apps/22/usb-creator-gtk.png +share/icons/matefaenza/apps/22/usb-creator.png +share/icons/matefaenza/apps/22/user-info.png +share/icons/matefaenza/apps/22/user_auth.png +share/icons/matefaenza/apps/22/usermount.png +share/icons/matefaenza/apps/22/utilities-file-archiver.png +share/icons/matefaenza/apps/22/utilities-log-viewer.png +share/icons/matefaenza/apps/22/utilities-system-monitor.png +share/icons/matefaenza/apps/22/utilities-terminal.png +share/icons/matefaenza/apps/22/varicad.png +share/icons/matefaenza/apps/22/vim.png +share/icons/matefaenza/apps/22/vinagre.png +share/icons/matefaenza/apps/22/virtualbox-ose.png +share/icons/matefaenza/apps/22/virtualbox.png +share/icons/matefaenza/apps/22/vlc.png +share/icons/matefaenza/apps/22/volleybrawl.png +share/icons/matefaenza/apps/22/wallpaper.png +share/icons/matefaenza/apps/22/warmux.png +share/icons/matefaenza/apps/22/warsow.png +share/icons/matefaenza/apps/22/web-browser.png +share/icons/matefaenza/apps/22/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/22/wesnoth.png +share/icons/matefaenza/apps/22/wikipedia.png +share/icons/matefaenza/apps/22/window-manager.png +share/icons/matefaenza/apps/22/wine-notepad.png +share/icons/matefaenza/apps/22/wine-uninstaller.png +share/icons/matefaenza/apps/22/wine-winecfg.png +share/icons/matefaenza/apps/22/wine-winetricks.png +share/icons/matefaenza/apps/22/wine.png +share/icons/matefaenza/apps/22/wireshark.png +share/icons/matefaenza/apps/22/wmtweaks.png +share/icons/matefaenza/apps/22/wordpress.png +share/icons/matefaenza/apps/22/workspace-switcher.png +share/icons/matefaenza/apps/22/wunderlist.png +share/icons/matefaenza/apps/22/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/22/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/22/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/22/wxbanker.png +share/icons/matefaenza/apps/22/x-office-address-book.png +share/icons/matefaenza/apps/22/x-office-calendar.png +share/icons/matefaenza/apps/22/x-system-software-sources.png +share/icons/matefaenza/apps/22/xarchiver.png +share/icons/matefaenza/apps/22/xbmc.png +share/icons/matefaenza/apps/22/xchat-gnome.png +share/icons/matefaenza/apps/22/xchat-mini.png +share/icons/matefaenza/apps/22/xchat.png +share/icons/matefaenza/apps/22/xchat.xpm +share/icons/matefaenza/apps/22/xfburn.png +share/icons/matefaenza/apps/22/xfcalendar.png +share/icons/matefaenza/apps/22/xfce-edit.png +share/icons/matefaenza/apps/22/xfce-filemanager.png +share/icons/matefaenza/apps/22/xfce-mail.png +share/icons/matefaenza/apps/22/xfce-man.png +share/icons/matefaenza/apps/22/xfce-schedule.png +share/icons/matefaenza/apps/22/xfce-sound.png +share/icons/matefaenza/apps/22/xfce-system-info.png +share/icons/matefaenza/apps/22/xfce-terminal.png +share/icons/matefaenza/apps/22/xfce-ui.png +share/icons/matefaenza/apps/22/xfce4-appfinder.png +share/icons/matefaenza/apps/22/xfce4-backdrop.png +share/icons/matefaenza/apps/22/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/22/xfce4-clock.png +share/icons/matefaenza/apps/22/xfce4-dict.png +share/icons/matefaenza/apps/22/xfce4-mcs-manager.png +share/icons/matefaenza/apps/22/xfce4-menueditor.png +share/icons/matefaenza/apps/22/xfce4-notes-plugin.png +share/icons/matefaenza/apps/22/xfce4-panel.png +share/icons/matefaenza/apps/22/xfce4-session.png +share/icons/matefaenza/apps/22/xfce4-workspaces.png +share/icons/matefaenza/apps/22/xfce_unknown.png +share/icons/matefaenza/apps/22/xfsm-hibernate.png +share/icons/matefaenza/apps/22/xfsm-logout.png +share/icons/matefaenza/apps/22/xfsm-reboot.png +share/icons/matefaenza/apps/22/xfsm-shutdown.png +share/icons/matefaenza/apps/22/xfsm-suspend.png +share/icons/matefaenza/apps/22/xfsm-switch.png +share/icons/matefaenza/apps/22/xfwm4.png +share/icons/matefaenza/apps/22/ximian-evolution-calendar.png +share/icons/matefaenza/apps/22/xine.png +share/icons/matefaenza/apps/22/xmoto.png +share/icons/matefaenza/apps/22/xonotic.png +share/icons/matefaenza/apps/22/xoscope.png +share/icons/matefaenza/apps/22/xournal.png +share/icons/matefaenza/apps/22/xpad.png +share/icons/matefaenza/apps/22/xscreensaver.png +share/icons/matefaenza/apps/22/xterm-color_32x32.png +share/icons/matefaenza/apps/22/xterm-color_32x32.xpm +share/icons/matefaenza/apps/22/xterm-color_48x48.png +share/icons/matefaenza/apps/22/xterm-color_48x48.xpm +share/icons/matefaenza/apps/22/xterm.png +share/icons/matefaenza/apps/22/xterm.xpm +share/icons/matefaenza/apps/22/xterm_32x32.png +share/icons/matefaenza/apps/22/xterm_32x32.xpm +share/icons/matefaenza/apps/22/xterm_48x48.png +share/icons/matefaenza/apps/22/xterm_48x48.xpm +share/icons/matefaenza/apps/22/yahoo.png +share/icons/matefaenza/apps/22/youtube.png +share/icons/matefaenza/apps/22/yumex.png +share/icons/matefaenza/apps/22/zeitgeist.png +share/icons/matefaenza/apps/22/zen-icon.png +share/icons/matefaenza/apps/22/zenmap.png +share/icons/matefaenza/apps/22/zim.png +share/icons/matefaenza/apps/22/zsnes.png +share/icons/matefaenza/apps/24/0ad.png +share/icons/matefaenza/apps/24/AdobeAIR.png +share/icons/matefaenza/apps/24/AdobeReader.png +share/icons/matefaenza/apps/24/AdobeReader10.png +share/icons/matefaenza/apps/24/AdobeReader8.png +share/icons/matefaenza/apps/24/AdobeReader9.png +share/icons/matefaenza/apps/24/DC++.png +share/icons/matefaenza/apps/24/DC++.xpm +share/icons/matefaenza/apps/24/EasyTAG_icon.png +share/icons/matefaenza/apps/24/Etermutilities-terminal.png +share/icons/matefaenza/apps/24/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/24/Terminal.png +share/icons/matefaenza/apps/24/Thunar.png +share/icons/matefaenza/apps/24/VBox.png +share/icons/matefaenza/apps/24/WorldOfGoo.png +share/icons/matefaenza/apps/24/Wunderlist.png +share/icons/matefaenza/apps/24/a4.png +share/icons/matefaenza/apps/24/abiword.png +share/icons/matefaenza/apps/24/abiword_48.png +share/icons/matefaenza/apps/24/abrt.png +share/icons/matefaenza/apps/24/access.png +share/icons/matefaenza/apps/24/accessibility-directory.png +share/icons/matefaenza/apps/24/accessories-calculator.png +share/icons/matefaenza/apps/24/accessories-character-map.png +share/icons/matefaenza/apps/24/accessories-dictionary.png +share/icons/matefaenza/apps/24/accessories-text-editor.png +share/icons/matefaenza/apps/24/acroread.png +share/icons/matefaenza/apps/24/activity-log-manager.png +share/icons/matefaenza/apps/24/addressbook.png +share/icons/matefaenza/apps/24/adobe-air.png +share/icons/matefaenza/apps/24/adobe-flashplayer.png +share/icons/matefaenza/apps/24/adobeflashplugin.png +share/icons/matefaenza/apps/24/akregator.png +share/icons/matefaenza/apps/24/alacarte.png +share/icons/matefaenza/apps/24/alchemy.png +share/icons/matefaenza/apps/24/alien-arena.png +share/icons/matefaenza/apps/24/amarok.png +share/icons/matefaenza/apps/24/amazon-mp3-store-source.png +share/icons/matefaenza/apps/24/amazon-store.png +share/icons/matefaenza/apps/24/amule.png +share/icons/matefaenza/apps/24/anjuta.png +share/icons/matefaenza/apps/24/anki.png +share/icons/matefaenza/apps/24/applets-screenshooter.png +share/icons/matefaenza/apps/24/application-default-icon.png +share/icons/matefaenza/apps/24/application-x-clementine.png +share/icons/matefaenza/apps/24/aqualung.png +share/icons/matefaenza/apps/24/as-icon.png +share/icons/matefaenza/apps/24/as-powered.png +share/icons/matefaenza/apps/24/assistant.png +share/icons/matefaenza/apps/24/atril.png +share/icons/matefaenza/apps/24/audacious.png +share/icons/matefaenza/apps/24/audacity.png +share/icons/matefaenza/apps/24/audiobook.png +share/icons/matefaenza/apps/24/autoplus.png +share/icons/matefaenza/apps/24/avant-window-navigator.png +share/icons/matefaenza/apps/24/awn-settings.png +share/icons/matefaenza/apps/24/ax-applet.png +share/icons/matefaenza/apps/24/background.png +share/icons/matefaenza/apps/24/badge-small.png +share/icons/matefaenza/apps/24/banshee-1.png +share/icons/matefaenza/apps/24/banshee.png +share/icons/matefaenza/apps/24/baobab.png +share/icons/matefaenza/apps/24/bash.png +share/icons/matefaenza/apps/24/bazaar.png +share/icons/matefaenza/apps/24/bleachbit.png +share/icons/matefaenza/apps/24/blender.png +share/icons/matefaenza/apps/24/bluefish-icon.png +share/icons/matefaenza/apps/24/bluefish.png +share/icons/matefaenza/apps/24/bluefish.xpm +share/icons/matefaenza/apps/24/bluegriffon.png +share/icons/matefaenza/apps/24/blueman.png +share/icons/matefaenza/apps/24/blueradio-48.png +share/icons/matefaenza/apps/24/blueradio.png +share/icons/matefaenza/apps/24/bluetooth-48.png +share/icons/matefaenza/apps/24/bluetooth.png +share/icons/matefaenza/apps/24/bluetoothradio.png +share/icons/matefaenza/apps/24/boot.png +share/icons/matefaenza/apps/24/brasero.png +share/icons/matefaenza/apps/24/browser-help.png +share/icons/matefaenza/apps/24/browser.png +share/icons/matefaenza/apps/24/browser.xpm +share/icons/matefaenza/apps/24/bt-logo.png +share/icons/matefaenza/apps/24/bug-buddy.png +share/icons/matefaenza/apps/24/bzr-explorer.png +share/icons/matefaenza/apps/24/caffeine.png +share/icons/matefaenza/apps/24/cairo-clock.png +share/icons/matefaenza/apps/24/calc.png +share/icons/matefaenza/apps/24/catfish.png +share/icons/matefaenza/apps/24/ccc_large.png +share/icons/matefaenza/apps/24/ccc_large.xpm +share/icons/matefaenza/apps/24/ccsm.png +share/icons/matefaenza/apps/24/checkbox.png +share/icons/matefaenza/apps/24/checkgmail.png +share/icons/matefaenza/apps/24/cheese.png +share/icons/matefaenza/apps/24/chromium-browser.png +share/icons/matefaenza/apps/24/chromium-browser2.png +share/icons/matefaenza/apps/24/chromium.png +share/icons/matefaenza/apps/24/claws-mail.png +share/icons/matefaenza/apps/24/clementine.png +share/icons/matefaenza/apps/24/clock.png +share/icons/matefaenza/apps/24/clocks.png +share/icons/matefaenza/apps/24/codeblocks.png +share/icons/matefaenza/apps/24/comix.png +share/icons/matefaenza/apps/24/computerjanitor.png +share/icons/matefaenza/apps/24/config-date.png +share/icons/matefaenza/apps/24/config-language.png +share/icons/matefaenza/apps/24/config-users.png +share/icons/matefaenza/apps/24/confity.png +share/icons/matefaenza/apps/24/control-center2.png +share/icons/matefaenza/apps/24/control-center2.xpm +share/icons/matefaenza/apps/24/covergloobus.png +share/icons/matefaenza/apps/24/credentials-preferences.png +share/icons/matefaenza/apps/24/cryptkeeper.png +share/icons/matefaenza/apps/24/cups.png +share/icons/matefaenza/apps/24/dc++.png +share/icons/matefaenza/apps/24/dconf-editor.png +share/icons/matefaenza/apps/24/deadbeef.png +share/icons/matefaenza/apps/24/defcon.png +share/icons/matefaenza/apps/24/deja-dup.png +share/icons/matefaenza/apps/24/deluge-torrent.png +share/icons/matefaenza/apps/24/deluge.png +share/icons/matefaenza/apps/24/designer.png +share/icons/matefaenza/apps/24/desktop-effects.png +share/icons/matefaenza/apps/24/desura.png +share/icons/matefaenza/apps/24/devede.png +share/icons/matefaenza/apps/24/devhelp.png +share/icons/matefaenza/apps/24/dia.png +share/icons/matefaenza/apps/24/display-capplet.png +share/icons/matefaenza/apps/24/display.im6.png +share/icons/matefaenza/apps/24/docky.png +share/icons/matefaenza/apps/24/dolphin.png +share/icons/matefaenza/apps/24/drakconf.png +share/icons/matefaenza/apps/24/drakmenustyle.png +share/icons/matefaenza/apps/24/drakstats.png +share/icons/matefaenza/apps/24/dropbox.png +share/icons/matefaenza/apps/24/dvdrip.png +share/icons/matefaenza/apps/24/eagle.png +share/icons/matefaenza/apps/24/easylife.png +share/icons/matefaenza/apps/24/easytag.png +share/icons/matefaenza/apps/24/eclipse.png +share/icons/matefaenza/apps/24/edit-urpm-sources.png +share/icons/matefaenza/apps/24/eekboard.png +share/icons/matefaenza/apps/24/ejecter.png +share/icons/matefaenza/apps/24/ekiga.png +share/icons/matefaenza/apps/24/emacs.png +share/icons/matefaenza/apps/24/emacs23.png +share/icons/matefaenza/apps/24/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/24/emerillon.png +share/icons/matefaenza/apps/24/emesene.png +share/icons/matefaenza/apps/24/empathy.png +share/icons/matefaenza/apps/24/engrampa.png +share/icons/matefaenza/apps/24/eog.png +share/icons/matefaenza/apps/24/eom.png +share/icons/matefaenza/apps/24/evernote.png +share/icons/matefaenza/apps/24/evince.png +share/icons/matefaenza/apps/24/evolution-calendar.png +share/icons/matefaenza/apps/24/evolution-mail.png +share/icons/matefaenza/apps/24/evolution-memos.png +share/icons/matefaenza/apps/24/evolution-tasks.png +share/icons/matefaenza/apps/24/evolution.png +share/icons/matefaenza/apps/24/exaile.png +share/icons/matefaenza/apps/24/f-spot.png +share/icons/matefaenza/apps/24/facebook.png +share/icons/matefaenza/apps/24/fedora-release-notes.png +share/icons/matefaenza/apps/24/file-manager.png +share/icons/matefaenza/apps/24/file-roller.png +share/icons/matefaenza/apps/24/filezilla.png +share/icons/matefaenza/apps/24/firefox-3.0.png +share/icons/matefaenza/apps/24/firefox-3.5.png +share/icons/matefaenza/apps/24/firefox-4.0.png +share/icons/matefaenza/apps/24/firefox-original.png +share/icons/matefaenza/apps/24/firefox.png +share/icons/matefaenza/apps/24/firestarter.png +share/icons/matefaenza/apps/24/flash-player-properties.png +share/icons/matefaenza/apps/24/flash.png +share/icons/matefaenza/apps/24/flashplayer.png +share/icons/matefaenza/apps/24/flegita.png +share/icons/matefaenza/apps/24/flickr.png +share/icons/matefaenza/apps/24/fontforge.png +share/icons/matefaenza/apps/24/fontmatrix.png +share/icons/matefaenza/apps/24/fonts.png +share/icons/matefaenza/apps/24/fontypython.png +share/icons/matefaenza/apps/24/freetuxtv.png +share/icons/matefaenza/apps/24/fretsonfire.png +share/icons/matefaenza/apps/24/frostwire.png +share/icons/matefaenza/apps/24/fusion-icon.png +share/icons/matefaenza/apps/24/gajim.png +share/icons/matefaenza/apps/24/galculator.png +share/icons/matefaenza/apps/24/gazpacho-icon.png +share/icons/matefaenza/apps/24/gazpacho.png +share/icons/matefaenza/apps/24/gbrainy.png +share/icons/matefaenza/apps/24/gcolor2.png +share/icons/matefaenza/apps/24/gcolor2.xpm +share/icons/matefaenza/apps/24/gconf-editor.png +share/icons/matefaenza/apps/24/gconfeditor.png +share/icons/matefaenza/apps/24/gcstar.png +share/icons/matefaenza/apps/24/gdeb.png +share/icons/matefaenza/apps/24/gdebi.png +share/icons/matefaenza/apps/24/gdm-setup.png +share/icons/matefaenza/apps/24/gdm-xnest.png +share/icons/matefaenza/apps/24/gdm.png +share/icons/matefaenza/apps/24/geany.png +share/icons/matefaenza/apps/24/geogebra.png +share/icons/matefaenza/apps/24/gespeaker.png +share/icons/matefaenza/apps/24/ghex.png +share/icons/matefaenza/apps/24/giggle.png +share/icons/matefaenza/apps/24/gimp.png +share/icons/matefaenza/apps/24/git-cola.png +share/icons/matefaenza/apps/24/git.png +share/icons/matefaenza/apps/24/gkdebconf-icon.png +share/icons/matefaenza/apps/24/gkdebconf.png +share/icons/matefaenza/apps/24/gksu-debian.png +share/icons/matefaenza/apps/24/gksu-root-terminal.png +share/icons/matefaenza/apps/24/glade-3.png +share/icons/matefaenza/apps/24/glade.png +share/icons/matefaenza/apps/24/glippy.png +share/icons/matefaenza/apps/24/gloobus-preview.png +share/icons/matefaenza/apps/24/gloobus.png +share/icons/matefaenza/apps/24/gmail.png +share/icons/matefaenza/apps/24/gmailwatcher.png +share/icons/matefaenza/apps/24/gmdb2.png +share/icons/matefaenza/apps/24/gmusicbrowser.png +share/icons/matefaenza/apps/24/gnochm.png +share/icons/matefaenza/apps/24/gnome-about-logo.png +share/icons/matefaenza/apps/24/gnome-activity-journal.png +share/icons/matefaenza/apps/24/gnome-activity-journal.xpm +share/icons/matefaenza/apps/24/gnome-aisleriot.png +share/icons/matefaenza/apps/24/gnome-app-install.png +share/icons/matefaenza/apps/24/gnome-apt.png +share/icons/matefaenza/apps/24/gnome-audio.png +share/icons/matefaenza/apps/24/gnome-calculator.png +share/icons/matefaenza/apps/24/gnome-calendar.png +share/icons/matefaenza/apps/24/gnome-character-map.png +share/icons/matefaenza/apps/24/gnome-contacts.png +share/icons/matefaenza/apps/24/gnome-desktop-config.png +share/icons/matefaenza/apps/24/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/24/gnome-device-manager.png +share/icons/matefaenza/apps/24/gnome-dictionary.png +share/icons/matefaenza/apps/24/gnome-disks.png +share/icons/matefaenza/apps/24/gnome-display-properties.png +share/icons/matefaenza/apps/24/gnome-do.png +share/icons/matefaenza/apps/24/gnome-documents.png +share/icons/matefaenza/apps/24/gnome-eterm.png +share/icons/matefaenza/apps/24/gnome-freecell.png +share/icons/matefaenza/apps/24/gnome-glchess.png +share/icons/matefaenza/apps/24/gnome-glines.png +share/icons/matefaenza/apps/24/gnome-gmenu.png +share/icons/matefaenza/apps/24/gnome-gnect.png +share/icons/matefaenza/apps/24/gnome-gnibbles.png +share/icons/matefaenza/apps/24/gnome-help.png +share/icons/matefaenza/apps/24/gnome-iagno.png +share/icons/matefaenza/apps/24/gnome-info.png +share/icons/matefaenza/apps/24/gnome-klotski.png +share/icons/matefaenza/apps/24/gnome-lightsoff.png +share/icons/matefaenza/apps/24/gnome-log-out.png +share/icons/matefaenza/apps/24/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/24/gnome-logout.png +share/icons/matefaenza/apps/24/gnome-mahjongg.png +share/icons/matefaenza/apps/24/gnome-mines.png +share/icons/matefaenza/apps/24/gnome-monitor.png +share/icons/matefaenza/apps/24/gnome-mplayer.png +share/icons/matefaenza/apps/24/gnome-nettool.png +share/icons/matefaenza/apps/24/gnome-network-properties.png +share/icons/matefaenza/apps/24/gnome-networktool.png +share/icons/matefaenza/apps/24/gnome-note.png +share/icons/matefaenza/apps/24/gnome-package.png +share/icons/matefaenza/apps/24/gnome-panel-clock.png +share/icons/matefaenza/apps/24/gnome-panel-launcher.png +share/icons/matefaenza/apps/24/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/24/gnome-panel.png +share/icons/matefaenza/apps/24/gnome-power-manager.png +share/icons/matefaenza/apps/24/gnome-power-statistics.png +share/icons/matefaenza/apps/24/gnome-quadrapassel.png +share/icons/matefaenza/apps/24/gnome-remote-desktop.png +share/icons/matefaenza/apps/24/gnome-robots.png +share/icons/matefaenza/apps/24/gnome-samegnome.png +share/icons/matefaenza/apps/24/gnome-screenshot.png +share/icons/matefaenza/apps/24/gnome-session-halt.png +share/icons/matefaenza/apps/24/gnome-session-hibernate.png +share/icons/matefaenza/apps/24/gnome-session-logout.png +share/icons/matefaenza/apps/24/gnome-session-reboot.png +share/icons/matefaenza/apps/24/gnome-session-sleep.png +share/icons/matefaenza/apps/24/gnome-session-suspend.png +share/icons/matefaenza/apps/24/gnome-session-switch.png +share/icons/matefaenza/apps/24/gnome-session.png +share/icons/matefaenza/apps/24/gnome-set-time.png +share/icons/matefaenza/apps/24/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/24/gnome-settings-background.png +share/icons/matefaenza/apps/24/gnome-settings-default-applications.png +share/icons/matefaenza/apps/24/gnome-settings-font.png +share/icons/matefaenza/apps/24/gnome-settings-sound.png +share/icons/matefaenza/apps/24/gnome-settings-theme.png +share/icons/matefaenza/apps/24/gnome-shutdown.png +share/icons/matefaenza/apps/24/gnome-sound-properties.png +share/icons/matefaenza/apps/24/gnome-sound-recorder.png +share/icons/matefaenza/apps/24/gnome-status.png +share/icons/matefaenza/apps/24/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/24/gnome-sudoku.png +share/icons/matefaenza/apps/24/gnome-swell-foop.png +share/icons/matefaenza/apps/24/gnome-system-monitor.png +share/icons/matefaenza/apps/24/gnome-tali.png +share/icons/matefaenza/apps/24/gnome-term.png +share/icons/matefaenza/apps/24/gnome-term.xpm +share/icons/matefaenza/apps/24/gnome-terminal.png +share/icons/matefaenza/apps/24/gnome-terminal.xpm +share/icons/matefaenza/apps/24/gnome-tetravex.png +share/icons/matefaenza/apps/24/gnome-translate.png +share/icons/matefaenza/apps/24/gnome-unknown.png +share/icons/matefaenza/apps/24/gnome-volume-control.png +share/icons/matefaenza/apps/24/gnome-web-browser.png +share/icons/matefaenza/apps/24/gnome-window-manager.png +share/icons/matefaenza/apps/24/gnome-word.png +share/icons/matefaenza/apps/24/gnome-xterm.png +share/icons/matefaenza/apps/24/gnomeradio.png +share/icons/matefaenza/apps/24/gnomine.png +share/icons/matefaenza/apps/24/gnote.png +share/icons/matefaenza/apps/24/gnucash-icon.png +share/icons/matefaenza/apps/24/gnumeric.png +share/icons/matefaenza/apps/24/goa-account-facebook.png +share/icons/matefaenza/apps/24/goa-account-google.png +share/icons/matefaenza/apps/24/goa-account-twitter.png +share/icons/matefaenza/apps/24/goa-account-yahoo.png +share/icons/matefaenza/apps/24/goa-account.png +share/icons/matefaenza/apps/24/goa-panel.png +share/icons/matefaenza/apps/24/gobby-0.5.png +share/icons/matefaenza/apps/24/gobby.png +share/icons/matefaenza/apps/24/goldendict.png +share/icons/matefaenza/apps/24/google-chrome-unstable.png +share/icons/matefaenza/apps/24/google-chrome.png +share/icons/matefaenza/apps/24/google-chrome2.png +share/icons/matefaenza/apps/24/google-earth.png +share/icons/matefaenza/apps/24/google-plus.png +share/icons/matefaenza/apps/24/google.png +share/icons/matefaenza/apps/24/google.xpm +share/icons/matefaenza/apps/24/googleearth.png +share/icons/matefaenza/apps/24/googleearth.xpm +share/icons/matefaenza/apps/24/googlemusicframe.png +share/icons/matefaenza/apps/24/googleplus.png +share/icons/matefaenza/apps/24/gparted.png +share/icons/matefaenza/apps/24/gpicview.png +share/icons/matefaenza/apps/24/gpk-prefs.png +share/icons/matefaenza/apps/24/gpk-repo.png +share/icons/matefaenza/apps/24/gpodder.png +share/icons/matefaenza/apps/24/gresistor.png +share/icons/matefaenza/apps/24/griffith.png +share/icons/matefaenza/apps/24/grisbi.png +share/icons/matefaenza/apps/24/gtg.png +share/icons/matefaenza/apps/24/gthumb.png +share/icons/matefaenza/apps/24/gtk-help.png +share/icons/matefaenza/apps/24/gtk-info.png +share/icons/matefaenza/apps/24/gtk-recordmydesktop.png +share/icons/matefaenza/apps/24/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/24/gtwitter.png +share/icons/matefaenza/apps/24/guake-notification.png +share/icons/matefaenza/apps/24/guake-prefs.png +share/icons/matefaenza/apps/24/guake.png +share/icons/matefaenza/apps/24/guayadeque.png +share/icons/matefaenza/apps/24/gucharmap.png +share/icons/matefaenza/apps/24/gufw.png +share/icons/matefaenza/apps/24/gufw_menu.png +share/icons/matefaenza/apps/24/gunity.png +share/icons/matefaenza/apps/24/gvim.png +share/icons/matefaenza/apps/24/gwenview.png +share/icons/matefaenza/apps/24/gwibber.png +share/icons/matefaenza/apps/24/haguichi.png +share/icons/matefaenza/apps/24/hardinfo.png +share/icons/matefaenza/apps/24/help-browser.png +share/icons/matefaenza/apps/24/help.png +share/icons/matefaenza/apps/24/hi48-app-wireshark.png +share/icons/matefaenza/apps/24/homebank.png +share/icons/matefaenza/apps/24/hotwire.png +share/icons/matefaenza/apps/24/htop.png +share/icons/matefaenza/apps/24/hydrogen.png +share/icons/matefaenza/apps/24/ibus-setup.png +share/icons/matefaenza/apps/24/ibus.png +share/icons/matefaenza/apps/24/icedove.png +share/icons/matefaenza/apps/24/iceweasel.png +share/icons/matefaenza/apps/24/im-chooser.png +share/icons/matefaenza/apps/24/imagemagick.png +share/icons/matefaenza/apps/24/indicator-applet.png +share/icons/matefaenza/apps/24/indicator-weather.png +share/icons/matefaenza/apps/24/inkscape.png +share/icons/matefaenza/apps/24/internet-archive.png +share/icons/matefaenza/apps/24/internet-mail.png +share/icons/matefaenza/apps/24/internet-news-reader.png +share/icons/matefaenza/apps/24/internet-web-browser.png +share/icons/matefaenza/apps/24/itunes.png +share/icons/matefaenza/apps/24/jack-rack.png +share/icons/matefaenza/apps/24/jack.png +share/icons/matefaenza/apps/24/jackbeat.png +share/icons/matefaenza/apps/24/jackeq.png +share/icons/matefaenza/apps/24/jamendo.png +share/icons/matefaenza/apps/24/jamin.png +share/icons/matefaenza/apps/24/jdownloader.png +share/icons/matefaenza/apps/24/jockey-kde.png +share/icons/matefaenza/apps/24/jockey.png +share/icons/matefaenza/apps/24/jokosher.png +share/icons/matefaenza/apps/24/k3b.png +share/icons/matefaenza/apps/24/kadu.png +share/icons/matefaenza/apps/24/kaffeine.png +share/icons/matefaenza/apps/24/kate.png +share/icons/matefaenza/apps/24/kcharselect.png +share/icons/matefaenza/apps/24/kcmkwm.png +share/icons/matefaenza/apps/24/kdenlive.png +share/icons/matefaenza/apps/24/kedit.png +share/icons/matefaenza/apps/24/keepassx.png +share/icons/matefaenza/apps/24/kentoo.png +share/icons/matefaenza/apps/24/key_bindings.png +share/icons/matefaenza/apps/24/keyring-manager.png +share/icons/matefaenza/apps/24/kflickr.png +share/icons/matefaenza/apps/24/kfm.png +share/icons/matefaenza/apps/24/khelpcenter.png +share/icons/matefaenza/apps/24/klavaro.png +share/icons/matefaenza/apps/24/kmail.png +share/icons/matefaenza/apps/24/kmousetool.png +share/icons/matefaenza/apps/24/kmplayer.png +share/icons/matefaenza/apps/24/knotes.png +share/icons/matefaenza/apps/24/kompozer.png +share/icons/matefaenza/apps/24/konsole.png +share/icons/matefaenza/apps/24/kopete.png +share/icons/matefaenza/apps/24/korganizer.png +share/icons/matefaenza/apps/24/kpackage.png +share/icons/matefaenza/apps/24/kplayer.png +share/icons/matefaenza/apps/24/kradio.png +share/icons/matefaenza/apps/24/kradio4.png +share/icons/matefaenza/apps/24/kscreensaver.png +share/icons/matefaenza/apps/24/ksnapshot.png +share/icons/matefaenza/apps/24/ksysguard.png +share/icons/matefaenza/apps/24/ktorrent.png +share/icons/matefaenza/apps/24/ktouch.png +share/icons/matefaenza/apps/24/kupfer.png +share/icons/matefaenza/apps/24/kuser.png +share/icons/matefaenza/apps/24/kwin.png +share/icons/matefaenza/apps/24/kynpatic.png +share/icons/matefaenza/apps/24/last-fm.png +share/icons/matefaenza/apps/24/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/24/lastfm.png +share/icons/matefaenza/apps/24/leafpad.png +share/icons/matefaenza/apps/24/library-internet-radio.png +share/icons/matefaenza/apps/24/library-podcast.png +share/icons/matefaenza/apps/24/libreoffice-base.png +share/icons/matefaenza/apps/24/libreoffice-calc.png +share/icons/matefaenza/apps/24/libreoffice-draw.png +share/icons/matefaenza/apps/24/libreoffice-impress.png +share/icons/matefaenza/apps/24/libreoffice-main.png +share/icons/matefaenza/apps/24/libreoffice-math.png +share/icons/matefaenza/apps/24/libreoffice-printeradmin.png +share/icons/matefaenza/apps/24/libreoffice-startcenter.png +share/icons/matefaenza/apps/24/libreoffice-template.png +share/icons/matefaenza/apps/24/libreoffice-writer.png +share/icons/matefaenza/apps/24/libreoffice3-base.png +share/icons/matefaenza/apps/24/libreoffice3-calc.png +share/icons/matefaenza/apps/24/libreoffice3-draw.png +share/icons/matefaenza/apps/24/libreoffice3-impress.png +share/icons/matefaenza/apps/24/libreoffice3-math.png +share/icons/matefaenza/apps/24/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/24/libreoffice3-startcenter.png +share/icons/matefaenza/apps/24/libreoffice3-template.png +share/icons/matefaenza/apps/24/libreoffice3-writer.png +share/icons/matefaenza/apps/24/libreoffice34-base.png +share/icons/matefaenza/apps/24/libreoffice34-calc.png +share/icons/matefaenza/apps/24/libreoffice34-draw.png +share/icons/matefaenza/apps/24/libreoffice34-impress.png +share/icons/matefaenza/apps/24/libreoffice34-math.png +share/icons/matefaenza/apps/24/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/24/libreoffice34-startcenter.png +share/icons/matefaenza/apps/24/libreoffice34-template.png +share/icons/matefaenza/apps/24/libreoffice34-writer.png +share/icons/matefaenza/apps/24/lifeograph.png +share/icons/matefaenza/apps/24/liferea.png +share/icons/matefaenza/apps/24/linguist.png +share/icons/matefaenza/apps/24/locale.png +share/icons/matefaenza/apps/24/logview.png +share/icons/matefaenza/apps/24/logviewer.png +share/icons/matefaenza/apps/24/love.png +share/icons/matefaenza/apps/24/lxterminal.png +share/icons/matefaenza/apps/24/magnatune.png +share/icons/matefaenza/apps/24/mahjongg.png +share/icons/matefaenza/apps/24/mail-notification.png +share/icons/matefaenza/apps/24/mailnag.png +share/icons/matefaenza/apps/24/mandrivaupdate.png +share/icons/matefaenza/apps/24/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/24/mate-desktop-item-edit.png +share/icons/matefaenza/apps/24/mate-eyes-applet.png +share/icons/matefaenza/apps/24/mate-netspeed-applet.png +share/icons/matefaenza/apps/24/mate-network-properties.png +share/icons/matefaenza/apps/24/mate-notification-properties.png +share/icons/matefaenza/apps/24/mate-panel-clock.png +share/icons/matefaenza/apps/24/mate-panel-launcher.png +share/icons/matefaenza/apps/24/mate-panel-notification-area.png +share/icons/matefaenza/apps/24/mate-panel-window-list.png +share/icons/matefaenza/apps/24/mate-panel-window-menu.png +share/icons/matefaenza/apps/24/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/24/mate-panel.png +share/icons/matefaenza/apps/24/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/24/mate-sensors-applet.png +share/icons/matefaenza/apps/24/mate-session-properties.png +share/icons/matefaenza/apps/24/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/24/mateconf-editor.png +share/icons/matefaenza/apps/24/me-tv.png +share/icons/matefaenza/apps/24/media-player-banshee.png +share/icons/matefaenza/apps/24/meld.png +share/icons/matefaenza/apps/24/memaker.png +share/icons/matefaenza/apps/24/mendeley.png +share/icons/matefaenza/apps/24/mendeleydesktop.png +share/icons/matefaenza/apps/24/menu-editor.png +share/icons/matefaenza/apps/24/midori.png +share/icons/matefaenza/apps/24/minitube.png +share/icons/matefaenza/apps/24/minitunes.png +share/icons/matefaenza/apps/24/miro-guide-source.png +share/icons/matefaenza/apps/24/miro.png +share/icons/matefaenza/apps/24/mitter.png +share/icons/matefaenza/apps/24/mm.png +share/icons/matefaenza/apps/24/monodevelop.png +share/icons/matefaenza/apps/24/monodoc-browser.png +share/icons/matefaenza/apps/24/monodoc-http.png +share/icons/matefaenza/apps/24/mousepad.png +share/icons/matefaenza/apps/24/mozilla-firefox.png +share/icons/matefaenza/apps/24/mozilla-thunderbird.png +share/icons/matefaenza/apps/24/mozo.png +share/icons/matefaenza/apps/24/mplayer.png +share/icons/matefaenza/apps/24/msd-xrandr.png +share/icons/matefaenza/apps/24/mtpaint.png +share/icons/matefaenza/apps/24/multimedia-volume-control.png +share/icons/matefaenza/apps/24/mumble.png +share/icons/matefaenza/apps/24/musescore.png +share/icons/matefaenza/apps/24/musicstore_icon.png +share/icons/matefaenza/apps/24/mypaint.png +share/icons/matefaenza/apps/24/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/24/nautilus-actions.png +share/icons/matefaenza/apps/24/nautilus-cd-burner.png +share/icons/matefaenza/apps/24/nautilus.png +share/icons/matefaenza/apps/24/netbeans.png +share/icons/matefaenza/apps/24/nexuiz.png +share/icons/matefaenza/apps/24/nixnote.png +share/icons/matefaenza/apps/24/nm-stage01-connecting01.png +share/icons/matefaenza/apps/24/nm-stage01-connecting02.png +share/icons/matefaenza/apps/24/nm-stage01-connecting03.png +share/icons/matefaenza/apps/24/nm-stage01-connecting04.png +share/icons/matefaenza/apps/24/nm-stage01-connecting05.png +share/icons/matefaenza/apps/24/nm-stage01-connecting06.png +share/icons/matefaenza/apps/24/nm-stage01-connecting07.png +share/icons/matefaenza/apps/24/nm-stage01-connecting08.png +share/icons/matefaenza/apps/24/nm-stage01-connecting09.png +share/icons/matefaenza/apps/24/nm-stage01-connecting10.png +share/icons/matefaenza/apps/24/nm-stage01-connecting11.png +share/icons/matefaenza/apps/24/nm-stage02-connecting01.png +share/icons/matefaenza/apps/24/nm-stage02-connecting02.png +share/icons/matefaenza/apps/24/nm-stage02-connecting03.png +share/icons/matefaenza/apps/24/nm-stage02-connecting04.png +share/icons/matefaenza/apps/24/nm-stage02-connecting05.png +share/icons/matefaenza/apps/24/nm-stage02-connecting06.png +share/icons/matefaenza/apps/24/nm-stage02-connecting07.png +share/icons/matefaenza/apps/24/nm-stage02-connecting08.png +share/icons/matefaenza/apps/24/nm-stage02-connecting09.png +share/icons/matefaenza/apps/24/nm-stage02-connecting10.png +share/icons/matefaenza/apps/24/nm-stage02-connecting11.png +share/icons/matefaenza/apps/24/nm-stage03-connecting01.png +share/icons/matefaenza/apps/24/nm-stage03-connecting02.png +share/icons/matefaenza/apps/24/nm-stage03-connecting03.png +share/icons/matefaenza/apps/24/nm-stage03-connecting04.png +share/icons/matefaenza/apps/24/nm-stage03-connecting05.png +share/icons/matefaenza/apps/24/nm-stage03-connecting06.png +share/icons/matefaenza/apps/24/nm-stage03-connecting07.png +share/icons/matefaenza/apps/24/nm-stage03-connecting08.png +share/icons/matefaenza/apps/24/nm-stage03-connecting09.png +share/icons/matefaenza/apps/24/nm-stage03-connecting10.png +share/icons/matefaenza/apps/24/nm-stage03-connecting11.png +share/icons/matefaenza/apps/24/nm-vpn-connecting01.png +share/icons/matefaenza/apps/24/nm-vpn-connecting02.png +share/icons/matefaenza/apps/24/nm-vpn-connecting03.png +share/icons/matefaenza/apps/24/nm-vpn-connecting04.png +share/icons/matefaenza/apps/24/nm-vpn-connecting05.png +share/icons/matefaenza/apps/24/nm-vpn-connecting06.png +share/icons/matefaenza/apps/24/nm-vpn-connecting07.png +share/icons/matefaenza/apps/24/nm-vpn-connecting08.png +share/icons/matefaenza/apps/24/nm-vpn-connecting09.png +share/icons/matefaenza/apps/24/nm-vpn-connecting10.png +share/icons/matefaenza/apps/24/nm-vpn-connecting11.png +share/icons/matefaenza/apps/24/numptyphysics.png +share/icons/matefaenza/apps/24/nvidia-current-settings.png +share/icons/matefaenza/apps/24/nvidia-settings.png +share/icons/matefaenza/apps/24/office-address-book.png +share/icons/matefaenza/apps/24/office-calendar.png +share/icons/matefaenza/apps/24/office-date.png +share/icons/matefaenza/apps/24/office-writer.png +share/icons/matefaenza/apps/24/oggconvert.png +share/icons/matefaenza/apps/24/omgwords.png +share/icons/matefaenza/apps/24/onboard.png +share/icons/matefaenza/apps/24/ooo-base.png +share/icons/matefaenza/apps/24/ooo-base3.0.png +share/icons/matefaenza/apps/24/ooo-calc.png +share/icons/matefaenza/apps/24/ooo-calc2.png +share/icons/matefaenza/apps/24/ooo-calc24.png +share/icons/matefaenza/apps/24/ooo-calc3.0.png +share/icons/matefaenza/apps/24/ooo-draw.png +share/icons/matefaenza/apps/24/ooo-draw3.0.png +share/icons/matefaenza/apps/24/ooo-impress.png +share/icons/matefaenza/apps/24/ooo-impress2.png +share/icons/matefaenza/apps/24/ooo-impress24.png +share/icons/matefaenza/apps/24/ooo-impress3.0.png +share/icons/matefaenza/apps/24/ooo-math.png +share/icons/matefaenza/apps/24/ooo-math3.0.png +share/icons/matefaenza/apps/24/ooo-printeradmin.png +share/icons/matefaenza/apps/24/ooo-template.png +share/icons/matefaenza/apps/24/ooo-template3.0.png +share/icons/matefaenza/apps/24/ooo-writer.png +share/icons/matefaenza/apps/24/ooo-writer2.png +share/icons/matefaenza/apps/24/ooo-writer24.png +share/icons/matefaenza/apps/24/ooo-writer3.0.png +share/icons/matefaenza/apps/24/openbravo-erp.png +share/icons/matefaenza/apps/24/openerp-client.png +share/icons/matefaenza/apps/24/openjdk-6.png +share/icons/matefaenza/apps/24/openjdk-7.png +share/icons/matefaenza/apps/24/openofficeorg-base.png +share/icons/matefaenza/apps/24/openofficeorg-calc.png +share/icons/matefaenza/apps/24/openofficeorg-draw.png +share/icons/matefaenza/apps/24/openofficeorg-impress.png +share/icons/matefaenza/apps/24/openofficeorg-math.png +share/icons/matefaenza/apps/24/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/24/openofficeorg-template.png +share/icons/matefaenza/apps/24/openofficeorg-writer.png +share/icons/matefaenza/apps/24/openofficeorg24-calc.png +share/icons/matefaenza/apps/24/openofficeorg24-impress.png +share/icons/matefaenza/apps/24/openofficeorg24-writer.png +share/icons/matefaenza/apps/24/openofficeorg3-base.png +share/icons/matefaenza/apps/24/openofficeorg3-calc.png +share/icons/matefaenza/apps/24/openofficeorg3-draw.png +share/icons/matefaenza/apps/24/openofficeorg3-impress.png +share/icons/matefaenza/apps/24/openofficeorg3-math.png +share/icons/matefaenza/apps/24/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/24/openofficeorg3-template.png +share/icons/matefaenza/apps/24/openofficeorg3-writer.png +share/icons/matefaenza/apps/24/openofficeorg3.0-base.png +share/icons/matefaenza/apps/24/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/24/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/24/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/24/openofficeorg3.0-math.png +share/icons/matefaenza/apps/24/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/24/openofficeorg3.0-template.png +share/icons/matefaenza/apps/24/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/24/openshot.png +share/icons/matefaenza/apps/24/openterm.png +share/icons/matefaenza/apps/24/openttd.png +share/icons/matefaenza/apps/24/opera-browser.png +share/icons/matefaenza/apps/24/opera-browser.xpm +share/icons/matefaenza/apps/24/opera-widget-manager.png +share/icons/matefaenza/apps/24/opera-widget.png +share/icons/matefaenza/apps/24/opera.png +share/icons/matefaenza/apps/24/opera.xpm +share/icons/matefaenza/apps/24/orca.png +share/icons/matefaenza/apps/24/oregano.png +share/icons/matefaenza/apps/24/package-manager-icon.png +share/icons/matefaenza/apps/24/palimpsest.png +share/icons/matefaenza/apps/24/paprefs.png +share/icons/matefaenza/apps/24/parole.png +share/icons/matefaenza/apps/24/partner.png +share/icons/matefaenza/apps/24/password.png +share/icons/matefaenza/apps/24/pdfmod.png +share/icons/matefaenza/apps/24/phatch-inspector.png +share/icons/matefaenza/apps/24/phatch.png +share/icons/matefaenza/apps/24/picasa-fontcfg.png +share/icons/matefaenza/apps/24/picasa-fontcfg.xpm +share/icons/matefaenza/apps/24/picasa.png +share/icons/matefaenza/apps/24/picasa.xpm +share/icons/matefaenza/apps/24/picasa32x32.png +share/icons/matefaenza/apps/24/pidgin.png +share/icons/matefaenza/apps/24/pino.png +share/icons/matefaenza/apps/24/pirut.png +share/icons/matefaenza/apps/24/pithos.png +share/icons/matefaenza/apps/24/pitivi.png +share/icons/matefaenza/apps/24/pk-package-sources.png +share/icons/matefaenza/apps/24/plan.png +share/icons/matefaenza/apps/24/playitslowly.png +share/icons/matefaenza/apps/24/playonlinux.png +share/icons/matefaenza/apps/24/podcast.png +share/icons/matefaenza/apps/24/poedit.png +share/icons/matefaenza/apps/24/porthole.png +share/icons/matefaenza/apps/24/postr.png +share/icons/matefaenza/apps/24/ppa.png +share/icons/matefaenza/apps/24/preferences-color.png +share/icons/matefaenza/apps/24/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/24/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/24/preferences-desktop-display.png +share/icons/matefaenza/apps/24/preferences-desktop-font.png +share/icons/matefaenza/apps/24/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/24/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/24/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/24/preferences-desktop-locale.png +share/icons/matefaenza/apps/24/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/24/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/24/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/24/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/24/preferences-desktop-sound.png +share/icons/matefaenza/apps/24/preferences-desktop-theme.png +share/icons/matefaenza/apps/24/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/24/preferences-management-service.png +share/icons/matefaenza/apps/24/preferences-sound.png +share/icons/matefaenza/apps/24/preferences-system-bluetooth.png +share/icons/matefaenza/apps/24/preferences-system-firewall.png +share/icons/matefaenza/apps/24/preferences-system-network.png +share/icons/matefaenza/apps/24/preferences-system-time.png +share/icons/matefaenza/apps/24/preferences-system-windows.png +share/icons/matefaenza/apps/24/pup.png +share/icons/matefaenza/apps/24/pychess.png +share/icons/matefaenza/apps/24/pyneighborhood_48x48.png +share/icons/matefaenza/apps/24/q4wine.png +share/icons/matefaenza/apps/24/qgit.png +share/icons/matefaenza/apps/24/qjackctl.png +share/icons/matefaenza/apps/24/qtassistant.png +share/icons/matefaenza/apps/24/qtconfig-qt4.png +share/icons/matefaenza/apps/24/qtcreator.png +share/icons/matefaenza/apps/24/qtcreator_logo_32.png +share/icons/matefaenza/apps/24/qtdesigner.png +share/icons/matefaenza/apps/24/qtlinguist.png +share/icons/matefaenza/apps/24/qucs.png +share/icons/matefaenza/apps/24/radio.png +share/icons/matefaenza/apps/24/radiotray.png +share/icons/matefaenza/apps/24/rclock.png +share/icons/matefaenza/apps/24/redhat-filemanager.png +share/icons/matefaenza/apps/24/redhat-server_settings.png +share/icons/matefaenza/apps/24/redhat-tools.png +share/icons/matefaenza/apps/24/redhat-web-browser.png +share/icons/matefaenza/apps/24/remmina.png +share/icons/matefaenza/apps/24/revelation.png +share/icons/matefaenza/apps/24/rhythmbox.png +share/icons/matefaenza/apps/24/ristretto.png +share/icons/matefaenza/apps/24/rosegarden.png +share/icons/matefaenza/apps/24/rpmdrake.png +share/icons/matefaenza/apps/24/rssowl.png +share/icons/matefaenza/apps/24/screenie-qt.png +share/icons/matefaenza/apps/24/screenie.png +share/icons/matefaenza/apps/24/screenruler-icon.png +share/icons/matefaenza/apps/24/screenruler.png +share/icons/matefaenza/apps/24/screensaver.png +share/icons/matefaenza/apps/24/scribes.png +share/icons/matefaenza/apps/24/scribus.png +share/icons/matefaenza/apps/24/seahorse-preferences.png +share/icons/matefaenza/apps/24/seahorse.png +share/icons/matefaenza/apps/24/seamonkey.png +share/icons/matefaenza/apps/24/session-properties.png +share/icons/matefaenza/apps/24/setroubleshoot_icon.png +share/icons/matefaenza/apps/24/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/24/shares.png +share/icons/matefaenza/apps/24/shotwell.png +share/icons/matefaenza/apps/24/shutter.png +share/icons/matefaenza/apps/24/simple-ccsm.png +share/icons/matefaenza/apps/24/skype.png +share/icons/matefaenza/apps/24/sleep.png +share/icons/matefaenza/apps/24/smc.png +share/icons/matefaenza/apps/24/smplayer.png +share/icons/matefaenza/apps/24/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/24/software-properties.png +share/icons/matefaenza/apps/24/softwarecenter-debian.png +share/icons/matefaenza/apps/24/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/24/softwarecenter.png +share/icons/matefaenza/apps/24/sound-juicer.png +share/icons/matefaenza/apps/24/soundconverter.png +share/icons/matefaenza/apps/24/speedcrunch.png +share/icons/matefaenza/apps/24/spotify-linux-48x48.png +share/icons/matefaenza/apps/24/spotify-linux-512x512.png +share/icons/matefaenza/apps/24/spotify.png +share/icons/matefaenza/apps/24/sqlitebrowser.png +share/icons/matefaenza/apps/24/stardict.png +share/icons/matefaenza/apps/24/startupmanager.png +share/icons/matefaenza/apps/24/steam.png +share/icons/matefaenza/apps/24/steampowered.png +share/icons/matefaenza/apps/24/stellarium.png +share/icons/matefaenza/apps/24/sticky-notes.png +share/icons/matefaenza/apps/24/stock_alarm.png +share/icons/matefaenza/apps/24/stock_calendar.png +share/icons/matefaenza/apps/24/stock_help.png +share/icons/matefaenza/apps/24/stock_insert-note.png +share/icons/matefaenza/apps/24/stock_keyring.png +share/icons/matefaenza/apps/24/stock_notes.png +share/icons/matefaenza/apps/24/stock_task.png +share/icons/matefaenza/apps/24/stock_unknown.png +share/icons/matefaenza/apps/24/stock_view-details.png +share/icons/matefaenza/apps/24/style.png +share/icons/matefaenza/apps/24/sun-java.png +share/icons/matefaenza/apps/24/sun-java6.png +share/icons/matefaenza/apps/24/sun-java7.png +share/icons/matefaenza/apps/24/sun-javaws.png +share/icons/matefaenza/apps/24/sun-jcontrol.png +share/icons/matefaenza/apps/24/supertux.png +share/icons/matefaenza/apps/24/susehelpcenter.png +share/icons/matefaenza/apps/24/susers.png +share/icons/matefaenza/apps/24/sylpheed.png +share/icons/matefaenza/apps/24/synapse.png +share/icons/matefaenza/apps/24/synaptic.png +share/icons/matefaenza/apps/24/synfig.png +share/icons/matefaenza/apps/24/sysprof-icon.png +share/icons/matefaenza/apps/24/system-config-authentication.png +share/icons/matefaenza/apps/24/system-config-date.png +share/icons/matefaenza/apps/24/system-config-displayca.png +share/icons/matefaenza/apps/24/system-config-users.png +share/icons/matefaenza/apps/24/system-file-manager.png +share/icons/matefaenza/apps/24/system-hibernate.png +share/icons/matefaenza/apps/24/system-installer.png +share/icons/matefaenza/apps/24/system-restart.png +share/icons/matefaenza/apps/24/system-shut-down.png +share/icons/matefaenza/apps/24/system-software-install.png +share/icons/matefaenza/apps/24/system-software-installer.png +share/icons/matefaenza/apps/24/system-software-update.png +share/icons/matefaenza/apps/24/system-suspend-hibernate.png +share/icons/matefaenza/apps/24/system-suspend.png +share/icons/matefaenza/apps/24/system-switch-java.png +share/icons/matefaenza/apps/24/system-switch-user.png +share/icons/matefaenza/apps/24/system-users.png +share/icons/matefaenza/apps/24/teamviewer.png +share/icons/matefaenza/apps/24/teeworlds.png +share/icons/matefaenza/apps/24/telepathy.png +share/icons/matefaenza/apps/24/terminal.png +share/icons/matefaenza/apps/24/terminal.xpm +share/icons/matefaenza/apps/24/terminator.png +share/icons/matefaenza/apps/24/text-editor.png +share/icons/matefaenza/apps/24/the-board.png +share/icons/matefaenza/apps/24/thunar.png +share/icons/matefaenza/apps/24/thunderbird-icon.png +share/icons/matefaenza/apps/24/thunderbird.png +share/icons/matefaenza/apps/24/tilda.png +share/icons/matefaenza/apps/24/time-admin.png +share/icons/matefaenza/apps/24/time.png +share/icons/matefaenza/apps/24/timer-applet.png +share/icons/matefaenza/apps/24/tomboy-note.png +share/icons/matefaenza/apps/24/tomboy.png +share/icons/matefaenza/apps/24/totem.png +share/icons/matefaenza/apps/24/tracker.png +share/icons/matefaenza/apps/24/transmission.png +share/icons/matefaenza/apps/24/truecrypt.png +share/icons/matefaenza/apps/24/tsclient.png +share/icons/matefaenza/apps/24/tuxguitar.png +share/icons/matefaenza/apps/24/tvtime.png +share/icons/matefaenza/apps/24/twitter.png +share/icons/matefaenza/apps/24/twitux.png +share/icons/matefaenza/apps/24/ubuntu-tweak.png +share/icons/matefaenza/apps/24/ubuntuone-client.png +share/icons/matefaenza/apps/24/ubuntuone-installer.png +share/icons/matefaenza/apps/24/ubuntuone-music.png +share/icons/matefaenza/apps/24/ubuntuone.png +share/icons/matefaenza/apps/24/uck.png +share/icons/matefaenza/apps/24/ufw-frontends.png +share/icons/matefaenza/apps/24/umusicstore.png +share/icons/matefaenza/apps/24/un-reboot.png +share/icons/matefaenza/apps/24/unison-gtk.png +share/icons/matefaenza/apps/24/unknown-channel.png +share/icons/matefaenza/apps/24/update-manager.png +share/icons/matefaenza/apps/24/update-notifier.png +share/icons/matefaenza/apps/24/usb-creator-gtk.png +share/icons/matefaenza/apps/24/usb-creator.png +share/icons/matefaenza/apps/24/user-info.png +share/icons/matefaenza/apps/24/user_auth.png +share/icons/matefaenza/apps/24/usermount.png +share/icons/matefaenza/apps/24/utilities-file-archiver.png +share/icons/matefaenza/apps/24/utilities-log-viewer.png +share/icons/matefaenza/apps/24/utilities-system-monitor.png +share/icons/matefaenza/apps/24/utilities-terminal.png +share/icons/matefaenza/apps/24/varicad.png +share/icons/matefaenza/apps/24/vim.png +share/icons/matefaenza/apps/24/vinagre.png +share/icons/matefaenza/apps/24/virtualbox-ose.png +share/icons/matefaenza/apps/24/virtualbox.png +share/icons/matefaenza/apps/24/vlc.png +share/icons/matefaenza/apps/24/volleybrawl.png +share/icons/matefaenza/apps/24/wallpaper.png +share/icons/matefaenza/apps/24/warmux.png +share/icons/matefaenza/apps/24/warsow.png +share/icons/matefaenza/apps/24/web-browser.png +share/icons/matefaenza/apps/24/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/24/wesnoth.png +share/icons/matefaenza/apps/24/wikipedia.png +share/icons/matefaenza/apps/24/window-manager.png +share/icons/matefaenza/apps/24/wine-notepad.png +share/icons/matefaenza/apps/24/wine-uninstaller.png +share/icons/matefaenza/apps/24/wine-winecfg.png +share/icons/matefaenza/apps/24/wine-winetricks.png +share/icons/matefaenza/apps/24/wine.png +share/icons/matefaenza/apps/24/wireshark.png +share/icons/matefaenza/apps/24/wmtweaks.png +share/icons/matefaenza/apps/24/wordpress.png +share/icons/matefaenza/apps/24/workspace-switcher.png +share/icons/matefaenza/apps/24/wunderlist.png +share/icons/matefaenza/apps/24/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/24/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/24/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/24/wxbanker.png +share/icons/matefaenza/apps/24/x-office-address-book.png +share/icons/matefaenza/apps/24/x-office-calendar.png +share/icons/matefaenza/apps/24/x-system-software-sources.png +share/icons/matefaenza/apps/24/xarchiver.png +share/icons/matefaenza/apps/24/xbmc.png +share/icons/matefaenza/apps/24/xchat-gnome.png +share/icons/matefaenza/apps/24/xchat-mini.png +share/icons/matefaenza/apps/24/xchat.png +share/icons/matefaenza/apps/24/xchat.xpm +share/icons/matefaenza/apps/24/xfburn.png +share/icons/matefaenza/apps/24/xfcalendar.png +share/icons/matefaenza/apps/24/xfce-edit.png +share/icons/matefaenza/apps/24/xfce-filemanager.png +share/icons/matefaenza/apps/24/xfce-mail.png +share/icons/matefaenza/apps/24/xfce-man.png +share/icons/matefaenza/apps/24/xfce-schedule.png +share/icons/matefaenza/apps/24/xfce-sound.png +share/icons/matefaenza/apps/24/xfce-system-info.png +share/icons/matefaenza/apps/24/xfce-terminal.png +share/icons/matefaenza/apps/24/xfce-ui.png +share/icons/matefaenza/apps/24/xfce4-appfinder.png +share/icons/matefaenza/apps/24/xfce4-backdrop.png +share/icons/matefaenza/apps/24/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/24/xfce4-clock.png +share/icons/matefaenza/apps/24/xfce4-dict.png +share/icons/matefaenza/apps/24/xfce4-mcs-manager.png +share/icons/matefaenza/apps/24/xfce4-menueditor.png +share/icons/matefaenza/apps/24/xfce4-notes-plugin.png +share/icons/matefaenza/apps/24/xfce4-panel.png +share/icons/matefaenza/apps/24/xfce4-session.png +share/icons/matefaenza/apps/24/xfce4-workspaces.png +share/icons/matefaenza/apps/24/xfce_unknown.png +share/icons/matefaenza/apps/24/xfsm-hibernate.png +share/icons/matefaenza/apps/24/xfsm-logout.png +share/icons/matefaenza/apps/24/xfsm-reboot.png +share/icons/matefaenza/apps/24/xfsm-shutdown.png +share/icons/matefaenza/apps/24/xfsm-suspend.png +share/icons/matefaenza/apps/24/xfsm-switch.png +share/icons/matefaenza/apps/24/xfwm4.png +share/icons/matefaenza/apps/24/ximian-evolution-calendar.png +share/icons/matefaenza/apps/24/xine.png +share/icons/matefaenza/apps/24/xmoto.png +share/icons/matefaenza/apps/24/xonotic.png +share/icons/matefaenza/apps/24/xoscope.png +share/icons/matefaenza/apps/24/xournal.png +share/icons/matefaenza/apps/24/xpad.png +share/icons/matefaenza/apps/24/xscreensaver.png +share/icons/matefaenza/apps/24/xterm-color_32x32.png +share/icons/matefaenza/apps/24/xterm-color_32x32.xpm +share/icons/matefaenza/apps/24/xterm-color_48x48.png +share/icons/matefaenza/apps/24/xterm-color_48x48.xpm +share/icons/matefaenza/apps/24/xterm.png +share/icons/matefaenza/apps/24/xterm.xpm +share/icons/matefaenza/apps/24/xterm_32x32.png +share/icons/matefaenza/apps/24/xterm_32x32.xpm +share/icons/matefaenza/apps/24/xterm_48x48.png +share/icons/matefaenza/apps/24/xterm_48x48.xpm +share/icons/matefaenza/apps/24/yahoo.png +share/icons/matefaenza/apps/24/youtube.png +share/icons/matefaenza/apps/24/yumex.png +share/icons/matefaenza/apps/24/zeitgeist.png +share/icons/matefaenza/apps/24/zen-icon.png +share/icons/matefaenza/apps/24/zenmap.png +share/icons/matefaenza/apps/24/zim.png +share/icons/matefaenza/apps/24/zsnes.png +share/icons/matefaenza/apps/32/0ad.png +share/icons/matefaenza/apps/32/AdobeAIR.png +share/icons/matefaenza/apps/32/AdobeReader.png +share/icons/matefaenza/apps/32/AdobeReader10.png +share/icons/matefaenza/apps/32/AdobeReader8.png +share/icons/matefaenza/apps/32/AdobeReader9.png +share/icons/matefaenza/apps/32/DC++.png +share/icons/matefaenza/apps/32/DC++.xpm +share/icons/matefaenza/apps/32/Doom3.png +share/icons/matefaenza/apps/32/ET-quakewars.png +share/icons/matefaenza/apps/32/EasyTAG_icon.png +share/icons/matefaenza/apps/32/Etermutilities-terminal.png +share/icons/matefaenza/apps/32/Gish.png +share/icons/matefaenza/apps/32/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/32/Osmos.png +share/icons/matefaenza/apps/32/OsmosDemo.png +share/icons/matefaenza/apps/32/Penumbra.png +share/icons/matefaenza/apps/32/Savage2.png +share/icons/matefaenza/apps/32/Terminal.png +share/icons/matefaenza/apps/32/Thunar.png +share/icons/matefaenza/apps/32/Trine.png +share/icons/matefaenza/apps/32/VBox.png +share/icons/matefaenza/apps/32/WorldOfGoo.png +share/icons/matefaenza/apps/32/WorldOfGooDemo.png +share/icons/matefaenza/apps/32/WorldofPadman.png +share/icons/matefaenza/apps/32/Wunderlist.png +share/icons/matefaenza/apps/32/a4.png +share/icons/matefaenza/apps/32/abiword.png +share/icons/matefaenza/apps/32/abiword_48.png +share/icons/matefaenza/apps/32/abrt.png +share/icons/matefaenza/apps/32/access.png +share/icons/matefaenza/apps/32/accessibility-directory.png +share/icons/matefaenza/apps/32/accessories-calculator.png +share/icons/matefaenza/apps/32/accessories-character-map.png +share/icons/matefaenza/apps/32/accessories-dictionary.png +share/icons/matefaenza/apps/32/accessories-text-editor.png +share/icons/matefaenza/apps/32/acroread.png +share/icons/matefaenza/apps/32/activity-log-manager.png +share/icons/matefaenza/apps/32/addressbook.png +share/icons/matefaenza/apps/32/adobe-air.png +share/icons/matefaenza/apps/32/adobe-flashplayer.png +share/icons/matefaenza/apps/32/adobeflashplugin.png +share/icons/matefaenza/apps/32/akregator.png +share/icons/matefaenza/apps/32/alacarte.png +share/icons/matefaenza/apps/32/alchemy.png +share/icons/matefaenza/apps/32/alien-arena.png +share/icons/matefaenza/apps/32/alien-arena.xpm +share/icons/matefaenza/apps/32/amarok.png +share/icons/matefaenza/apps/32/amazon-mp3-store-source.png +share/icons/matefaenza/apps/32/amazon-store.png +share/icons/matefaenza/apps/32/amnesia-dark-decent.png +share/icons/matefaenza/apps/32/amule.png +share/icons/matefaenza/apps/32/anjuta.png +share/icons/matefaenza/apps/32/anki.png +share/icons/matefaenza/apps/32/applets-screenshooter.png +share/icons/matefaenza/apps/32/application-default-icon.png +share/icons/matefaenza/apps/32/application-x-clementine.png +share/icons/matefaenza/apps/32/aqualung.png +share/icons/matefaenza/apps/32/as-icon.png +share/icons/matefaenza/apps/32/as-powered.png +share/icons/matefaenza/apps/32/assistant.png +share/icons/matefaenza/apps/32/atril.png +share/icons/matefaenza/apps/32/audacious.png +share/icons/matefaenza/apps/32/audacity.png +share/icons/matefaenza/apps/32/audiobook.png +share/icons/matefaenza/apps/32/autoplus.png +share/icons/matefaenza/apps/32/avant-window-navigator.png +share/icons/matefaenza/apps/32/awn-settings.png +share/icons/matefaenza/apps/32/ax-applet.png +share/icons/matefaenza/apps/32/background.png +share/icons/matefaenza/apps/32/badge-small.png +share/icons/matefaenza/apps/32/banshee-1.png +share/icons/matefaenza/apps/32/banshee.png +share/icons/matefaenza/apps/32/baobab.png +share/icons/matefaenza/apps/32/bash.png +share/icons/matefaenza/apps/32/bazaar.png +share/icons/matefaenza/apps/32/bleachbit.png +share/icons/matefaenza/apps/32/blender.png +share/icons/matefaenza/apps/32/bluefish-icon.png +share/icons/matefaenza/apps/32/bluefish.png +share/icons/matefaenza/apps/32/bluefish.xpm +share/icons/matefaenza/apps/32/bluegriffon.png +share/icons/matefaenza/apps/32/blueman.png +share/icons/matefaenza/apps/32/blueradio-48.png +share/icons/matefaenza/apps/32/blueradio.png +share/icons/matefaenza/apps/32/bluetooth-48.png +share/icons/matefaenza/apps/32/bluetooth.png +share/icons/matefaenza/apps/32/bluetoothradio.png +share/icons/matefaenza/apps/32/boot.png +share/icons/matefaenza/apps/32/brasero.png +share/icons/matefaenza/apps/32/browser-help.png +share/icons/matefaenza/apps/32/browser.png +share/icons/matefaenza/apps/32/browser.xpm +share/icons/matefaenza/apps/32/bt-logo.png +share/icons/matefaenza/apps/32/bug-buddy.png +share/icons/matefaenza/apps/32/bzr-explorer.png +share/icons/matefaenza/apps/32/c128.png +share/icons/matefaenza/apps/32/c610.png +share/icons/matefaenza/apps/32/c64.png +share/icons/matefaenza/apps/32/caffeine.png +share/icons/matefaenza/apps/32/cairo-clock.png +share/icons/matefaenza/apps/32/calc.png +share/icons/matefaenza/apps/32/catfish.png +share/icons/matefaenza/apps/32/ccc_large.png +share/icons/matefaenza/apps/32/ccc_large.xpm +share/icons/matefaenza/apps/32/ccsm.png +share/icons/matefaenza/apps/32/checkbox.png +share/icons/matefaenza/apps/32/checkgmail.png +share/icons/matefaenza/apps/32/cheese.png +share/icons/matefaenza/apps/32/chromium-browser.png +share/icons/matefaenza/apps/32/chromium-browser2.png +share/icons/matefaenza/apps/32/chromium.png +share/icons/matefaenza/apps/32/claws-mail.png +share/icons/matefaenza/apps/32/clementine.png +share/icons/matefaenza/apps/32/clock.png +share/icons/matefaenza/apps/32/clocks.png +share/icons/matefaenza/apps/32/codeblocks.png +share/icons/matefaenza/apps/32/comix.png +share/icons/matefaenza/apps/32/computerjanitor.png +share/icons/matefaenza/apps/32/config-date.png +share/icons/matefaenza/apps/32/config-language.png +share/icons/matefaenza/apps/32/config-users.png +share/icons/matefaenza/apps/32/confity.png +share/icons/matefaenza/apps/32/control-center2.png +share/icons/matefaenza/apps/32/control-center2.xpm +share/icons/matefaenza/apps/32/covergloobus.png +share/icons/matefaenza/apps/32/credentials-preferences.png +share/icons/matefaenza/apps/32/cryptkeeper.png +share/icons/matefaenza/apps/32/cups.png +share/icons/matefaenza/apps/32/dc++.png +share/icons/matefaenza/apps/32/dconf-editor.png +share/icons/matefaenza/apps/32/deadbeef.png +share/icons/matefaenza/apps/32/defcon.png +share/icons/matefaenza/apps/32/deja-dup.png +share/icons/matefaenza/apps/32/deluge-torrent.png +share/icons/matefaenza/apps/32/deluge.png +share/icons/matefaenza/apps/32/designer.png +share/icons/matefaenza/apps/32/desktop-effects.png +share/icons/matefaenza/apps/32/desura.png +share/icons/matefaenza/apps/32/devede.png +share/icons/matefaenza/apps/32/devhelp.png +share/icons/matefaenza/apps/32/dia.png +share/icons/matefaenza/apps/32/display-capplet.png +share/icons/matefaenza/apps/32/display.im6.png +share/icons/matefaenza/apps/32/docky.png +share/icons/matefaenza/apps/32/dolphin.png +share/icons/matefaenza/apps/32/dosbox.png +share/icons/matefaenza/apps/32/drakconf.png +share/icons/matefaenza/apps/32/drakmenustyle.png +share/icons/matefaenza/apps/32/drakstats.png +share/icons/matefaenza/apps/32/dropbox.png +share/icons/matefaenza/apps/32/dvdrip.png +share/icons/matefaenza/apps/32/eagle.png +share/icons/matefaenza/apps/32/easylife.png +share/icons/matefaenza/apps/32/easytag.png +share/icons/matefaenza/apps/32/eclipse.png +share/icons/matefaenza/apps/32/edit-urpm-sources.png +share/icons/matefaenza/apps/32/eekboard.png +share/icons/matefaenza/apps/32/ejecter.png +share/icons/matefaenza/apps/32/ekiga.png +share/icons/matefaenza/apps/32/emacs.png +share/icons/matefaenza/apps/32/emacs23.png +share/icons/matefaenza/apps/32/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/32/emerillon.png +share/icons/matefaenza/apps/32/emesene.png +share/icons/matefaenza/apps/32/empathy.png +share/icons/matefaenza/apps/32/engrampa.png +share/icons/matefaenza/apps/32/eog.png +share/icons/matefaenza/apps/32/eom.png +share/icons/matefaenza/apps/32/evernote.png +share/icons/matefaenza/apps/32/evince.png +share/icons/matefaenza/apps/32/evolution-calendar.png +share/icons/matefaenza/apps/32/evolution-mail.png +share/icons/matefaenza/apps/32/evolution-memos.png +share/icons/matefaenza/apps/32/evolution-tasks.png +share/icons/matefaenza/apps/32/evolution.png +share/icons/matefaenza/apps/32/exaile.png +share/icons/matefaenza/apps/32/f-spot.png +share/icons/matefaenza/apps/32/facebook.png +share/icons/matefaenza/apps/32/fedora-release-notes.png +share/icons/matefaenza/apps/32/fightgear.png +share/icons/matefaenza/apps/32/file-manager.png +share/icons/matefaenza/apps/32/file-roller.png +share/icons/matefaenza/apps/32/filezilla.png +share/icons/matefaenza/apps/32/firefox-3.0.png +share/icons/matefaenza/apps/32/firefox-3.5.png +share/icons/matefaenza/apps/32/firefox-4.0.png +share/icons/matefaenza/apps/32/firefox-original.png +share/icons/matefaenza/apps/32/firefox.png +share/icons/matefaenza/apps/32/firestarter.png +share/icons/matefaenza/apps/32/flash-player-properties.png +share/icons/matefaenza/apps/32/flash.png +share/icons/matefaenza/apps/32/flashplayer.png +share/icons/matefaenza/apps/32/flegita.png +share/icons/matefaenza/apps/32/flickr.png +share/icons/matefaenza/apps/32/flightgear.xpm +share/icons/matefaenza/apps/32/fontforge.png +share/icons/matefaenza/apps/32/fontmatrix.png +share/icons/matefaenza/apps/32/fonts.png +share/icons/matefaenza/apps/32/fontypython.png +share/icons/matefaenza/apps/32/freetuxtv.png +share/icons/matefaenza/apps/32/fretsonfire.png +share/icons/matefaenza/apps/32/frostwire.png +share/icons/matefaenza/apps/32/frozen-bubble-icon-32x32.png +share/icons/matefaenza/apps/32/frozen-bubble.png +share/icons/matefaenza/apps/32/frozen-bubble.xpm +share/icons/matefaenza/apps/32/fusion-icon.png +share/icons/matefaenza/apps/32/gajim.png +share/icons/matefaenza/apps/32/galculator.png +share/icons/matefaenza/apps/32/gazpacho-icon.png +share/icons/matefaenza/apps/32/gazpacho.png +share/icons/matefaenza/apps/32/gbrainy.png +share/icons/matefaenza/apps/32/gcolor2.png +share/icons/matefaenza/apps/32/gcolor2.xpm +share/icons/matefaenza/apps/32/gconf-editor.png +share/icons/matefaenza/apps/32/gconfeditor.png +share/icons/matefaenza/apps/32/gcstar.png +share/icons/matefaenza/apps/32/gdeb.png +share/icons/matefaenza/apps/32/gdebi.png +share/icons/matefaenza/apps/32/gdm-setup.png +share/icons/matefaenza/apps/32/gdm-xnest.png +share/icons/matefaenza/apps/32/gdm.png +share/icons/matefaenza/apps/32/geany.png +share/icons/matefaenza/apps/32/geogebra.png +share/icons/matefaenza/apps/32/gespeaker.png +share/icons/matefaenza/apps/32/ghex.png +share/icons/matefaenza/apps/32/giggle.png +share/icons/matefaenza/apps/32/gimp.png +share/icons/matefaenza/apps/32/git-cola.png +share/icons/matefaenza/apps/32/git.png +share/icons/matefaenza/apps/32/gkdebconf-icon.png +share/icons/matefaenza/apps/32/gkdebconf.png +share/icons/matefaenza/apps/32/gksu-debian.png +share/icons/matefaenza/apps/32/gksu-root-terminal.png +share/icons/matefaenza/apps/32/glade-3.png +share/icons/matefaenza/apps/32/glade.png +share/icons/matefaenza/apps/32/glippy.png +share/icons/matefaenza/apps/32/gloobus-preview.png +share/icons/matefaenza/apps/32/gloobus.png +share/icons/matefaenza/apps/32/gmail.png +share/icons/matefaenza/apps/32/gmailwatcher.png +share/icons/matefaenza/apps/32/gmameui.png +share/icons/matefaenza/apps/32/gmdb2.png +share/icons/matefaenza/apps/32/gmusicbrowser.png +share/icons/matefaenza/apps/32/gnochm.png +share/icons/matefaenza/apps/32/gnome-about-logo.png +share/icons/matefaenza/apps/32/gnome-activity-journal.png +share/icons/matefaenza/apps/32/gnome-activity-journal.xpm +share/icons/matefaenza/apps/32/gnome-aisleriot.png +share/icons/matefaenza/apps/32/gnome-app-install.png +share/icons/matefaenza/apps/32/gnome-apt.png +share/icons/matefaenza/apps/32/gnome-audio.png +share/icons/matefaenza/apps/32/gnome-calculator.png +share/icons/matefaenza/apps/32/gnome-calendar.png +share/icons/matefaenza/apps/32/gnome-character-map.png +share/icons/matefaenza/apps/32/gnome-contacts.png +share/icons/matefaenza/apps/32/gnome-desktop-config.png +share/icons/matefaenza/apps/32/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/32/gnome-device-manager.png +share/icons/matefaenza/apps/32/gnome-dictionary.png +share/icons/matefaenza/apps/32/gnome-disks.png +share/icons/matefaenza/apps/32/gnome-display-properties.png +share/icons/matefaenza/apps/32/gnome-do.png +share/icons/matefaenza/apps/32/gnome-documents.png +share/icons/matefaenza/apps/32/gnome-eterm.png +share/icons/matefaenza/apps/32/gnome-freecell.png +share/icons/matefaenza/apps/32/gnome-glchess.png +share/icons/matefaenza/apps/32/gnome-glines.png +share/icons/matefaenza/apps/32/gnome-gmenu.png +share/icons/matefaenza/apps/32/gnome-gnect.png +share/icons/matefaenza/apps/32/gnome-gnibbles.png +share/icons/matefaenza/apps/32/gnome-help.png +share/icons/matefaenza/apps/32/gnome-iagno.png +share/icons/matefaenza/apps/32/gnome-info.png +share/icons/matefaenza/apps/32/gnome-klotski.png +share/icons/matefaenza/apps/32/gnome-lightsoff.png +share/icons/matefaenza/apps/32/gnome-log-out.png +share/icons/matefaenza/apps/32/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/32/gnome-logout.png +share/icons/matefaenza/apps/32/gnome-mahjongg.png +share/icons/matefaenza/apps/32/gnome-mines.png +share/icons/matefaenza/apps/32/gnome-monitor.png +share/icons/matefaenza/apps/32/gnome-mplayer.png +share/icons/matefaenza/apps/32/gnome-nettool.png +share/icons/matefaenza/apps/32/gnome-network-properties.png +share/icons/matefaenza/apps/32/gnome-networktool.png +share/icons/matefaenza/apps/32/gnome-note.png +share/icons/matefaenza/apps/32/gnome-package.png +share/icons/matefaenza/apps/32/gnome-panel-clock.png +share/icons/matefaenza/apps/32/gnome-panel-launcher.png +share/icons/matefaenza/apps/32/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/32/gnome-panel.png +share/icons/matefaenza/apps/32/gnome-power-manager.png +share/icons/matefaenza/apps/32/gnome-power-statistics.png +share/icons/matefaenza/apps/32/gnome-quadrapassel.png +share/icons/matefaenza/apps/32/gnome-remote-desktop.png +share/icons/matefaenza/apps/32/gnome-robots.png +share/icons/matefaenza/apps/32/gnome-samegnome.png +share/icons/matefaenza/apps/32/gnome-screenshot.png +share/icons/matefaenza/apps/32/gnome-session-halt.png +share/icons/matefaenza/apps/32/gnome-session-hibernate.png +share/icons/matefaenza/apps/32/gnome-session-logout.png +share/icons/matefaenza/apps/32/gnome-session-reboot.png +share/icons/matefaenza/apps/32/gnome-session-sleep.png +share/icons/matefaenza/apps/32/gnome-session-suspend.png +share/icons/matefaenza/apps/32/gnome-session-switch.png +share/icons/matefaenza/apps/32/gnome-session.png +share/icons/matefaenza/apps/32/gnome-set-time.png +share/icons/matefaenza/apps/32/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/32/gnome-settings-background.png +share/icons/matefaenza/apps/32/gnome-settings-default-applications.png +share/icons/matefaenza/apps/32/gnome-settings-font.png +share/icons/matefaenza/apps/32/gnome-settings-sound.png +share/icons/matefaenza/apps/32/gnome-settings-theme.png +share/icons/matefaenza/apps/32/gnome-shutdown.png +share/icons/matefaenza/apps/32/gnome-sound-properties.png +share/icons/matefaenza/apps/32/gnome-sound-recorder.png +share/icons/matefaenza/apps/32/gnome-status.png +share/icons/matefaenza/apps/32/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/32/gnome-sudoku.png +share/icons/matefaenza/apps/32/gnome-swell-foop.png +share/icons/matefaenza/apps/32/gnome-system-monitor.png +share/icons/matefaenza/apps/32/gnome-tali.png +share/icons/matefaenza/apps/32/gnome-term.png +share/icons/matefaenza/apps/32/gnome-term.xpm +share/icons/matefaenza/apps/32/gnome-terminal.png +share/icons/matefaenza/apps/32/gnome-terminal.xpm +share/icons/matefaenza/apps/32/gnome-tetravex.png +share/icons/matefaenza/apps/32/gnome-translate.png +share/icons/matefaenza/apps/32/gnome-unknown.png +share/icons/matefaenza/apps/32/gnome-volume-control.png +share/icons/matefaenza/apps/32/gnome-web-browser.png +share/icons/matefaenza/apps/32/gnome-window-manager.png +share/icons/matefaenza/apps/32/gnome-word.png +share/icons/matefaenza/apps/32/gnome-xterm.png +share/icons/matefaenza/apps/32/gnomeradio.png +share/icons/matefaenza/apps/32/gnomine.png +share/icons/matefaenza/apps/32/gnote.png +share/icons/matefaenza/apps/32/gnucash-icon.png +share/icons/matefaenza/apps/32/gnumeric.png +share/icons/matefaenza/apps/32/goa-account-facebook.png +share/icons/matefaenza/apps/32/goa-account-google.png +share/icons/matefaenza/apps/32/goa-account-twitter.png +share/icons/matefaenza/apps/32/goa-account-yahoo.png +share/icons/matefaenza/apps/32/goa-account.png +share/icons/matefaenza/apps/32/goa-panel.png +share/icons/matefaenza/apps/32/gobby-0.5.png +share/icons/matefaenza/apps/32/gobby.png +share/icons/matefaenza/apps/32/goldendict.png +share/icons/matefaenza/apps/32/google-chrome-unstable.png +share/icons/matefaenza/apps/32/google-chrome.png +share/icons/matefaenza/apps/32/google-chrome2.png +share/icons/matefaenza/apps/32/google-earth.png +share/icons/matefaenza/apps/32/google-plus.png +share/icons/matefaenza/apps/32/google.png +share/icons/matefaenza/apps/32/google.xpm +share/icons/matefaenza/apps/32/googleearth.png +share/icons/matefaenza/apps/32/googleearth.xpm +share/icons/matefaenza/apps/32/googlemusicframe.png +share/icons/matefaenza/apps/32/googleplus.png +share/icons/matefaenza/apps/32/gparted.png +share/icons/matefaenza/apps/32/gpicview.png +share/icons/matefaenza/apps/32/gpk-prefs.png +share/icons/matefaenza/apps/32/gpk-repo.png +share/icons/matefaenza/apps/32/gpodder.png +share/icons/matefaenza/apps/32/gresistor.png +share/icons/matefaenza/apps/32/griffith.png +share/icons/matefaenza/apps/32/grisbi.png +share/icons/matefaenza/apps/32/gtg.png +share/icons/matefaenza/apps/32/gthumb.png +share/icons/matefaenza/apps/32/gtk-help.png +share/icons/matefaenza/apps/32/gtk-info.png +share/icons/matefaenza/apps/32/gtk-recordmydesktop.png +share/icons/matefaenza/apps/32/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/32/gtwitter.png +share/icons/matefaenza/apps/32/guake-notification.png +share/icons/matefaenza/apps/32/guake-prefs.png +share/icons/matefaenza/apps/32/guake.png +share/icons/matefaenza/apps/32/guayadeque.png +share/icons/matefaenza/apps/32/gucharmap.png +share/icons/matefaenza/apps/32/gufw.png +share/icons/matefaenza/apps/32/gufw_menu.png +share/icons/matefaenza/apps/32/gunity.png +share/icons/matefaenza/apps/32/gvim.png +share/icons/matefaenza/apps/32/gwenview.png +share/icons/matefaenza/apps/32/gwibber.png +share/icons/matefaenza/apps/32/haguichi.png +share/icons/matefaenza/apps/32/hardinfo.png +share/icons/matefaenza/apps/32/hedgewars.png +share/icons/matefaenza/apps/32/help-browser.png +share/icons/matefaenza/apps/32/help.png +share/icons/matefaenza/apps/32/hi48-app-wireshark.png +share/icons/matefaenza/apps/32/homebank.png +share/icons/matefaenza/apps/32/hotwire.png +share/icons/matefaenza/apps/32/htop.png +share/icons/matefaenza/apps/32/hydrogen.png +share/icons/matefaenza/apps/32/ibus-setup.png +share/icons/matefaenza/apps/32/ibus.png +share/icons/matefaenza/apps/32/icedove.png +share/icons/matefaenza/apps/32/iceweasel.png +share/icons/matefaenza/apps/32/im-chooser.png +share/icons/matefaenza/apps/32/imagemagick.png +share/icons/matefaenza/apps/32/indicator-applet.png +share/icons/matefaenza/apps/32/indicator-weather.png +share/icons/matefaenza/apps/32/inkscape.png +share/icons/matefaenza/apps/32/internet-mail.png +share/icons/matefaenza/apps/32/internet-news-reader.png +share/icons/matefaenza/apps/32/internet-web-browser.png +share/icons/matefaenza/apps/32/itunes.png +share/icons/matefaenza/apps/32/jack-rack.png +share/icons/matefaenza/apps/32/jack.png +share/icons/matefaenza/apps/32/jackbeat.png +share/icons/matefaenza/apps/32/jackeq.png +share/icons/matefaenza/apps/32/jag.png +share/icons/matefaenza/apps/32/jag.xpm +share/icons/matefaenza/apps/32/jag_editor.png +share/icons/matefaenza/apps/32/jamin.png +share/icons/matefaenza/apps/32/jdownloader.png +share/icons/matefaenza/apps/32/jockey-kde.png +share/icons/matefaenza/apps/32/jockey.png +share/icons/matefaenza/apps/32/jokosher.png +share/icons/matefaenza/apps/32/k3b.png +share/icons/matefaenza/apps/32/kadu.png +share/icons/matefaenza/apps/32/kaffeine.png +share/icons/matefaenza/apps/32/kate.png +share/icons/matefaenza/apps/32/kcharselect.png +share/icons/matefaenza/apps/32/kcmkwm.png +share/icons/matefaenza/apps/32/kdenlive.png +share/icons/matefaenza/apps/32/kedit.png +share/icons/matefaenza/apps/32/keepassx.png +share/icons/matefaenza/apps/32/kentoo.png +share/icons/matefaenza/apps/32/key_bindings.png +share/icons/matefaenza/apps/32/keyring-manager.png +share/icons/matefaenza/apps/32/kflickr.png +share/icons/matefaenza/apps/32/kfm.png +share/icons/matefaenza/apps/32/khelpcenter.png +share/icons/matefaenza/apps/32/klavaro.png +share/icons/matefaenza/apps/32/kmail.png +share/icons/matefaenza/apps/32/kmousetool.png +share/icons/matefaenza/apps/32/kmplayer.png +share/icons/matefaenza/apps/32/knotes.png +share/icons/matefaenza/apps/32/kobo-icon.png +share/icons/matefaenza/apps/32/kobo-icon.xpm +share/icons/matefaenza/apps/32/kompozer.png +share/icons/matefaenza/apps/32/konsole.png +share/icons/matefaenza/apps/32/kopete.png +share/icons/matefaenza/apps/32/korganizer.png +share/icons/matefaenza/apps/32/kpackage.png +share/icons/matefaenza/apps/32/kplayer.png +share/icons/matefaenza/apps/32/kradio.png +share/icons/matefaenza/apps/32/kradio4.png +share/icons/matefaenza/apps/32/kscreensaver.png +share/icons/matefaenza/apps/32/ksnapshot.png +share/icons/matefaenza/apps/32/ksysguard.png +share/icons/matefaenza/apps/32/ktorrent.png +share/icons/matefaenza/apps/32/ktouch.png +share/icons/matefaenza/apps/32/kupfer.png +share/icons/matefaenza/apps/32/kuser.png +share/icons/matefaenza/apps/32/kwin.png +share/icons/matefaenza/apps/32/kynpatic.png +share/icons/matefaenza/apps/32/last-fm.png +share/icons/matefaenza/apps/32/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/32/lastfm.png +share/icons/matefaenza/apps/32/leafpad.png +share/icons/matefaenza/apps/32/library-internet-radio.png +share/icons/matefaenza/apps/32/library-podcast.png +share/icons/matefaenza/apps/32/libreoffice-base.png +share/icons/matefaenza/apps/32/libreoffice-calc.png +share/icons/matefaenza/apps/32/libreoffice-draw.png +share/icons/matefaenza/apps/32/libreoffice-impress.png +share/icons/matefaenza/apps/32/libreoffice-main.png +share/icons/matefaenza/apps/32/libreoffice-math.png +share/icons/matefaenza/apps/32/libreoffice-printeradmin.png +share/icons/matefaenza/apps/32/libreoffice-startcenter.png +share/icons/matefaenza/apps/32/libreoffice-template.png +share/icons/matefaenza/apps/32/libreoffice-writer.png +share/icons/matefaenza/apps/32/libreoffice3-base.png +share/icons/matefaenza/apps/32/libreoffice3-calc.png +share/icons/matefaenza/apps/32/libreoffice3-draw.png +share/icons/matefaenza/apps/32/libreoffice3-impress.png +share/icons/matefaenza/apps/32/libreoffice3-math.png +share/icons/matefaenza/apps/32/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/32/libreoffice3-startcenter.png +share/icons/matefaenza/apps/32/libreoffice3-template.png +share/icons/matefaenza/apps/32/libreoffice3-writer.png +share/icons/matefaenza/apps/32/libreoffice34-base.png +share/icons/matefaenza/apps/32/libreoffice34-calc.png +share/icons/matefaenza/apps/32/libreoffice34-draw.png +share/icons/matefaenza/apps/32/libreoffice34-impress.png +share/icons/matefaenza/apps/32/libreoffice34-math.png +share/icons/matefaenza/apps/32/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/32/libreoffice34-startcenter.png +share/icons/matefaenza/apps/32/libreoffice34-template.png +share/icons/matefaenza/apps/32/libreoffice34-writer.png +share/icons/matefaenza/apps/32/lifeograph.png +share/icons/matefaenza/apps/32/liferea.png +share/icons/matefaenza/apps/32/linguist.png +share/icons/matefaenza/apps/32/locale.png +share/icons/matefaenza/apps/32/logview.png +share/icons/matefaenza/apps/32/logviewer.png +share/icons/matefaenza/apps/32/love.png +share/icons/matefaenza/apps/32/lugaru-hd.png +share/icons/matefaenza/apps/32/lxterminal.png +share/icons/matefaenza/apps/32/machinarium.png +share/icons/matefaenza/apps/32/mahjongg.png +share/icons/matefaenza/apps/32/mail-notification.png +share/icons/matefaenza/apps/32/mailnag.png +share/icons/matefaenza/apps/32/mame.png +share/icons/matefaenza/apps/32/mame.xpm +share/icons/matefaenza/apps/32/mandrivaupdate.png +share/icons/matefaenza/apps/32/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/32/mate-desktop-item-edit.png +share/icons/matefaenza/apps/32/mate-eyes-applet.png +share/icons/matefaenza/apps/32/mate-netspeed-applet.png +share/icons/matefaenza/apps/32/mate-network-properties.png +share/icons/matefaenza/apps/32/mate-notification-properties.png +share/icons/matefaenza/apps/32/mate-panel-clock.png +share/icons/matefaenza/apps/32/mate-panel-launcher.png +share/icons/matefaenza/apps/32/mate-panel-notification-area.png +share/icons/matefaenza/apps/32/mate-panel-window-list.png +share/icons/matefaenza/apps/32/mate-panel-window-menu.png +share/icons/matefaenza/apps/32/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/32/mate-panel.png +share/icons/matefaenza/apps/32/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/32/mate-sensors-applet.png +share/icons/matefaenza/apps/32/mate-session-properties.png +share/icons/matefaenza/apps/32/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/32/mateconf-editor.png +share/icons/matefaenza/apps/32/me-tv.png +share/icons/matefaenza/apps/32/media-player-banshee.png +share/icons/matefaenza/apps/32/meld.png +share/icons/matefaenza/apps/32/memaker.png +share/icons/matefaenza/apps/32/mendeley.png +share/icons/matefaenza/apps/32/mendeleydesktop.png +share/icons/matefaenza/apps/32/menu-editor.png +share/icons/matefaenza/apps/32/midori.png +share/icons/matefaenza/apps/32/minecraft.png +share/icons/matefaenza/apps/32/minitube.png +share/icons/matefaenza/apps/32/minitunes.png +share/icons/matefaenza/apps/32/miro-guide-source.png +share/icons/matefaenza/apps/32/miro.png +share/icons/matefaenza/apps/32/mitter.png +share/icons/matefaenza/apps/32/mm.png +share/icons/matefaenza/apps/32/monodevelop.png +share/icons/matefaenza/apps/32/monodoc-browser.png +share/icons/matefaenza/apps/32/monodoc-http.png +share/icons/matefaenza/apps/32/mousepad.png +share/icons/matefaenza/apps/32/mozilla-firefox.png +share/icons/matefaenza/apps/32/mozilla-thunderbird.png +share/icons/matefaenza/apps/32/mozo.png +share/icons/matefaenza/apps/32/mplayer.png +share/icons/matefaenza/apps/32/msd-xrandr.png +share/icons/matefaenza/apps/32/mtpaint.png +share/icons/matefaenza/apps/32/multimedia-volume-control.png +share/icons/matefaenza/apps/32/mumble.png +share/icons/matefaenza/apps/32/musescore.png +share/icons/matefaenza/apps/32/mypaint.png +share/icons/matefaenza/apps/32/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/32/nautilus-actions.png +share/icons/matefaenza/apps/32/nautilus-cd-burner.png +share/icons/matefaenza/apps/32/nautilus.png +share/icons/matefaenza/apps/32/netbeans.png +share/icons/matefaenza/apps/32/nexuiz.png +share/icons/matefaenza/apps/32/nexuiz.xpm +share/icons/matefaenza/apps/32/nixnote.png +share/icons/matefaenza/apps/32/numptyphysics.png +share/icons/matefaenza/apps/32/nvidia-current-settings.png +share/icons/matefaenza/apps/32/nvidia-settings.png +share/icons/matefaenza/apps/32/office-address-book.png +share/icons/matefaenza/apps/32/office-calendar.png +share/icons/matefaenza/apps/32/office-date.png +share/icons/matefaenza/apps/32/office-writer.png +share/icons/matefaenza/apps/32/oggconvert.png +share/icons/matefaenza/apps/32/omgwords.png +share/icons/matefaenza/apps/32/onboard.png +share/icons/matefaenza/apps/32/ooo-base.png +share/icons/matefaenza/apps/32/ooo-base3.0.png +share/icons/matefaenza/apps/32/ooo-calc.png +share/icons/matefaenza/apps/32/ooo-calc2.png +share/icons/matefaenza/apps/32/ooo-calc24.png +share/icons/matefaenza/apps/32/ooo-calc3.0.png +share/icons/matefaenza/apps/32/ooo-draw.png +share/icons/matefaenza/apps/32/ooo-draw3.0.png +share/icons/matefaenza/apps/32/ooo-impress.png +share/icons/matefaenza/apps/32/ooo-impress2.png +share/icons/matefaenza/apps/32/ooo-impress24.png +share/icons/matefaenza/apps/32/ooo-impress3.0.png +share/icons/matefaenza/apps/32/ooo-math.png +share/icons/matefaenza/apps/32/ooo-math3.0.png +share/icons/matefaenza/apps/32/ooo-printeradmin.png +share/icons/matefaenza/apps/32/ooo-template.png +share/icons/matefaenza/apps/32/ooo-template3.0.png +share/icons/matefaenza/apps/32/ooo-writer.png +share/icons/matefaenza/apps/32/ooo-writer2.png +share/icons/matefaenza/apps/32/ooo-writer24.png +share/icons/matefaenza/apps/32/ooo-writer3.0.png +share/icons/matefaenza/apps/32/openarena.png +share/icons/matefaenza/apps/32/openarena32.png +share/icons/matefaenza/apps/32/openbravo-erp.png +share/icons/matefaenza/apps/32/openerp-client.png +share/icons/matefaenza/apps/32/openjdk-6.png +share/icons/matefaenza/apps/32/openjdk-7.png +share/icons/matefaenza/apps/32/openofficeorg-base.png +share/icons/matefaenza/apps/32/openofficeorg-calc.png +share/icons/matefaenza/apps/32/openofficeorg-draw.png +share/icons/matefaenza/apps/32/openofficeorg-impress.png +share/icons/matefaenza/apps/32/openofficeorg-math.png +share/icons/matefaenza/apps/32/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/32/openofficeorg-template.png +share/icons/matefaenza/apps/32/openofficeorg-writer.png +share/icons/matefaenza/apps/32/openofficeorg24-calc.png +share/icons/matefaenza/apps/32/openofficeorg24-impress.png +share/icons/matefaenza/apps/32/openofficeorg24-writer.png +share/icons/matefaenza/apps/32/openofficeorg3-base.png +share/icons/matefaenza/apps/32/openofficeorg3-calc.png +share/icons/matefaenza/apps/32/openofficeorg3-draw.png +share/icons/matefaenza/apps/32/openofficeorg3-impress.png +share/icons/matefaenza/apps/32/openofficeorg3-math.png +share/icons/matefaenza/apps/32/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/32/openofficeorg3-template.png +share/icons/matefaenza/apps/32/openofficeorg3-writer.png +share/icons/matefaenza/apps/32/openofficeorg3.0-base.png +share/icons/matefaenza/apps/32/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/32/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/32/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/32/openofficeorg3.0-math.png +share/icons/matefaenza/apps/32/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/32/openofficeorg3.0-template.png +share/icons/matefaenza/apps/32/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/32/openshot.png +share/icons/matefaenza/apps/32/openterm.png +share/icons/matefaenza/apps/32/openttd.png +share/icons/matefaenza/apps/32/opera-browser.png +share/icons/matefaenza/apps/32/opera-browser.xpm +share/icons/matefaenza/apps/32/opera-widget-manager.png +share/icons/matefaenza/apps/32/opera-widget.png +share/icons/matefaenza/apps/32/opera.png +share/icons/matefaenza/apps/32/opera.xpm +share/icons/matefaenza/apps/32/orca.png +share/icons/matefaenza/apps/32/oregano.png +share/icons/matefaenza/apps/32/package-manager-icon.png +share/icons/matefaenza/apps/32/palimpsest.png +share/icons/matefaenza/apps/32/paprefs.png +share/icons/matefaenza/apps/32/parole.png +share/icons/matefaenza/apps/32/partner.png +share/icons/matefaenza/apps/32/password.png +share/icons/matefaenza/apps/32/pdfmod.png +share/icons/matefaenza/apps/32/pet.png +share/icons/matefaenza/apps/32/phatch-inspector.png +share/icons/matefaenza/apps/32/phatch.png +share/icons/matefaenza/apps/32/picasa-fontcfg.png +share/icons/matefaenza/apps/32/picasa-fontcfg.xpm +share/icons/matefaenza/apps/32/picasa.png +share/icons/matefaenza/apps/32/picasa.xpm +share/icons/matefaenza/apps/32/picasa32x32.png +share/icons/matefaenza/apps/32/pidgin.png +share/icons/matefaenza/apps/32/pingus.png +share/icons/matefaenza/apps/32/pino.png +share/icons/matefaenza/apps/32/pinus.xpm +share/icons/matefaenza/apps/32/pirut.png +share/icons/matefaenza/apps/32/pithos.png +share/icons/matefaenza/apps/32/pitivi.png +share/icons/matefaenza/apps/32/pk-package-sources.png +share/icons/matefaenza/apps/32/plan.png +share/icons/matefaenza/apps/32/playitslowly.png +share/icons/matefaenza/apps/32/playonlinux.png +share/icons/matefaenza/apps/32/plus4.png +share/icons/matefaenza/apps/32/podcast.png +share/icons/matefaenza/apps/32/poedit.png +share/icons/matefaenza/apps/32/porthole.png +share/icons/matefaenza/apps/32/postr.png +share/icons/matefaenza/apps/32/ppa.png +share/icons/matefaenza/apps/32/preferences-color.png +share/icons/matefaenza/apps/32/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/32/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/32/preferences-desktop-display.png +share/icons/matefaenza/apps/32/preferences-desktop-font.png +share/icons/matefaenza/apps/32/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/32/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/32/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/32/preferences-desktop-locale.png +share/icons/matefaenza/apps/32/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/32/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/32/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/32/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/32/preferences-desktop-sound.png +share/icons/matefaenza/apps/32/preferences-desktop-theme.png +share/icons/matefaenza/apps/32/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/32/preferences-management-service.png +share/icons/matefaenza/apps/32/preferences-sound.png +share/icons/matefaenza/apps/32/preferences-system-bluetooth.png +share/icons/matefaenza/apps/32/preferences-system-firewall.png +share/icons/matefaenza/apps/32/preferences-system-network.png +share/icons/matefaenza/apps/32/preferences-system-time.png +share/icons/matefaenza/apps/32/preferences-system-windows.png +share/icons/matefaenza/apps/32/pup.png +share/icons/matefaenza/apps/32/pychess.png +share/icons/matefaenza/apps/32/pyneighborhood_48x48.png +share/icons/matefaenza/apps/32/q4wine.png +share/icons/matefaenza/apps/32/qgit.png +share/icons/matefaenza/apps/32/qjackctl.png +share/icons/matefaenza/apps/32/qtassistant.png +share/icons/matefaenza/apps/32/qtconfig-qt4.png +share/icons/matefaenza/apps/32/qtcreator.png +share/icons/matefaenza/apps/32/qtcreator_logo_32.png +share/icons/matefaenza/apps/32/qtdesigner.png +share/icons/matefaenza/apps/32/qtlinguist.png +share/icons/matefaenza/apps/32/quake.png +share/icons/matefaenza/apps/32/quake2.png +share/icons/matefaenza/apps/32/quake3.png +share/icons/matefaenza/apps/32/quake4.png +share/icons/matefaenza/apps/32/qucs.png +share/icons/matefaenza/apps/32/radio.png +share/icons/matefaenza/apps/32/radiotray.png +share/icons/matefaenza/apps/32/rclock.png +share/icons/matefaenza/apps/32/redhat-filemanager.png +share/icons/matefaenza/apps/32/redhat-server_settings.png +share/icons/matefaenza/apps/32/redhat-tools.png +share/icons/matefaenza/apps/32/redhat-web-browser.png +share/icons/matefaenza/apps/32/remmina.png +share/icons/matefaenza/apps/32/revelation.png +share/icons/matefaenza/apps/32/revenge.png +share/icons/matefaenza/apps/32/rhythmbox.png +share/icons/matefaenza/apps/32/ristretto.png +share/icons/matefaenza/apps/32/rosegarden.png +share/icons/matefaenza/apps/32/rpmdrake.png +share/icons/matefaenza/apps/32/rssowl.png +share/icons/matefaenza/apps/32/sauerbraten.png +share/icons/matefaenza/apps/32/sauerbraten.xpm +share/icons/matefaenza/apps/32/screenie-qt.png +share/icons/matefaenza/apps/32/screenie.png +share/icons/matefaenza/apps/32/screenruler-icon.png +share/icons/matefaenza/apps/32/screenruler.png +share/icons/matefaenza/apps/32/screensaver.png +share/icons/matefaenza/apps/32/scribes.png +share/icons/matefaenza/apps/32/scribus.png +share/icons/matefaenza/apps/32/seahorse-preferences.png +share/icons/matefaenza/apps/32/seahorse.png +share/icons/matefaenza/apps/32/seamonkey.png +share/icons/matefaenza/apps/32/session-properties.png +share/icons/matefaenza/apps/32/setroubleshoot_icon.png +share/icons/matefaenza/apps/32/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/32/shares.png +share/icons/matefaenza/apps/32/shotwell.png +share/icons/matefaenza/apps/32/shutter.png +share/icons/matefaenza/apps/32/simple-ccsm.png +share/icons/matefaenza/apps/32/skype.png +share/icons/matefaenza/apps/32/sleep.png +share/icons/matefaenza/apps/32/slingshot.png +share/icons/matefaenza/apps/32/smc.png +share/icons/matefaenza/apps/32/smplayer.png +share/icons/matefaenza/apps/32/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/32/software-properties.png +share/icons/matefaenza/apps/32/softwarecenter-debian.png +share/icons/matefaenza/apps/32/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/32/softwarecenter.png +share/icons/matefaenza/apps/32/sound-juicer.png +share/icons/matefaenza/apps/32/soundconverter.png +share/icons/matefaenza/apps/32/speedcrunch.png +share/icons/matefaenza/apps/32/spotify-linux-48x48.png +share/icons/matefaenza/apps/32/spotify-linux-512x512.png +share/icons/matefaenza/apps/32/spotify.png +share/icons/matefaenza/apps/32/sqlitebrowser.png +share/icons/matefaenza/apps/32/stardict.png +share/icons/matefaenza/apps/32/startupmanager.png +share/icons/matefaenza/apps/32/steam.png +share/icons/matefaenza/apps/32/steampowered.png +share/icons/matefaenza/apps/32/stellarium.png +share/icons/matefaenza/apps/32/sticky-notes.png +share/icons/matefaenza/apps/32/stock_alarm.png +share/icons/matefaenza/apps/32/stock_calendar.png +share/icons/matefaenza/apps/32/stock_help.png +share/icons/matefaenza/apps/32/stock_insert-note.png +share/icons/matefaenza/apps/32/stock_keyring.png +share/icons/matefaenza/apps/32/stock_notes.png +share/icons/matefaenza/apps/32/stock_task.png +share/icons/matefaenza/apps/32/stock_unknown.png +share/icons/matefaenza/apps/32/stock_view-details.png +share/icons/matefaenza/apps/32/style.png +share/icons/matefaenza/apps/32/sun-java.png +share/icons/matefaenza/apps/32/sun-java6.png +share/icons/matefaenza/apps/32/sun-java7.png +share/icons/matefaenza/apps/32/sun-javaws.png +share/icons/matefaenza/apps/32/sun-jcontrol.png +share/icons/matefaenza/apps/32/supertux.png +share/icons/matefaenza/apps/32/supertuxkart.png +share/icons/matefaenza/apps/32/supertuxkart.xpm +share/icons/matefaenza/apps/32/susehelpcenter.png +share/icons/matefaenza/apps/32/susers.png +share/icons/matefaenza/apps/32/sylpheed.png +share/icons/matefaenza/apps/32/synapse.png +share/icons/matefaenza/apps/32/synaptic.png +share/icons/matefaenza/apps/32/synfig.png +share/icons/matefaenza/apps/32/sysprof-icon.png +share/icons/matefaenza/apps/32/system-config-authentication.png +share/icons/matefaenza/apps/32/system-config-date.png +share/icons/matefaenza/apps/32/system-config-displayca.png +share/icons/matefaenza/apps/32/system-config-users.png +share/icons/matefaenza/apps/32/system-file-manager.png +share/icons/matefaenza/apps/32/system-hibernate.png +share/icons/matefaenza/apps/32/system-installer.png +share/icons/matefaenza/apps/32/system-restart.png +share/icons/matefaenza/apps/32/system-shut-down.png +share/icons/matefaenza/apps/32/system-software-install.png +share/icons/matefaenza/apps/32/system-software-installer.png +share/icons/matefaenza/apps/32/system-software-update.png +share/icons/matefaenza/apps/32/system-suspend-hibernate.png +share/icons/matefaenza/apps/32/system-suspend.png +share/icons/matefaenza/apps/32/system-switch-java.png +share/icons/matefaenza/apps/32/system-switch-user.png +share/icons/matefaenza/apps/32/system-users.png +share/icons/matefaenza/apps/32/teamviewer.png +share/icons/matefaenza/apps/32/teeworlds.png +share/icons/matefaenza/apps/32/telepathy.png +share/icons/matefaenza/apps/32/terminal.png +share/icons/matefaenza/apps/32/terminal.xpm +share/icons/matefaenza/apps/32/terminator.png +share/icons/matefaenza/apps/32/text-editor.png +share/icons/matefaenza/apps/32/the-board.png +share/icons/matefaenza/apps/32/thunar.png +share/icons/matefaenza/apps/32/thunderbird-icon.png +share/icons/matefaenza/apps/32/thunderbird.png +share/icons/matefaenza/apps/32/tilda.png +share/icons/matefaenza/apps/32/time-admin.png +share/icons/matefaenza/apps/32/time.png +share/icons/matefaenza/apps/32/timer-applet.png +share/icons/matefaenza/apps/32/tomboy-note.png +share/icons/matefaenza/apps/32/tomboy.png +share/icons/matefaenza/apps/32/torcs.png +share/icons/matefaenza/apps/32/torcs.xpm +share/icons/matefaenza/apps/32/totem.png +share/icons/matefaenza/apps/32/tracker.png +share/icons/matefaenza/apps/32/transmission.png +share/icons/matefaenza/apps/32/truecrypt.png +share/icons/matefaenza/apps/32/tsclient.png +share/icons/matefaenza/apps/32/tuxguitar.png +share/icons/matefaenza/apps/32/tvtime.png +share/icons/matefaenza/apps/32/twitter.png +share/icons/matefaenza/apps/32/twitux.png +share/icons/matefaenza/apps/32/ubuntu-tweak.png +share/icons/matefaenza/apps/32/ubuntuone-client.png +share/icons/matefaenza/apps/32/ubuntuone-installer.png +share/icons/matefaenza/apps/32/ubuntuone-music.png +share/icons/matefaenza/apps/32/ubuntuone.png +share/icons/matefaenza/apps/32/uck.png +share/icons/matefaenza/apps/32/ufw-frontends.png +share/icons/matefaenza/apps/32/un-reboot.png +share/icons/matefaenza/apps/32/unison-gtk.png +share/icons/matefaenza/apps/32/unreal-tournament.png +share/icons/matefaenza/apps/32/update-manager.png +share/icons/matefaenza/apps/32/update-notifier.png +share/icons/matefaenza/apps/32/urban-terror.png +share/icons/matefaenza/apps/32/usb-creator-gtk.png +share/icons/matefaenza/apps/32/usb-creator.png +share/icons/matefaenza/apps/32/user-info.png +share/icons/matefaenza/apps/32/user_auth.png +share/icons/matefaenza/apps/32/usermount.png +share/icons/matefaenza/apps/32/ut2004.png +share/icons/matefaenza/apps/32/utilities-file-archiver.png +share/icons/matefaenza/apps/32/utilities-log-viewer.png +share/icons/matefaenza/apps/32/utilities-system-monitor.png +share/icons/matefaenza/apps/32/utilities-terminal.png +share/icons/matefaenza/apps/32/varicad.png +share/icons/matefaenza/apps/32/vendetta-online.png +share/icons/matefaenza/apps/32/vic20.png +share/icons/matefaenza/apps/32/vim.png +share/icons/matefaenza/apps/32/vinagre.png +share/icons/matefaenza/apps/32/virtualbox-ose.png +share/icons/matefaenza/apps/32/virtualbox.png +share/icons/matefaenza/apps/32/vlc.png +share/icons/matefaenza/apps/32/volleybrawl.png +share/icons/matefaenza/apps/32/wallpaper.png +share/icons/matefaenza/apps/32/warmux.png +share/icons/matefaenza/apps/32/warsow.png +share/icons/matefaenza/apps/32/web-browser.png +share/icons/matefaenza/apps/32/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/32/wesnoth.png +share/icons/matefaenza/apps/32/wikipedia.png +share/icons/matefaenza/apps/32/window-manager.png +share/icons/matefaenza/apps/32/wine-notepad.png +share/icons/matefaenza/apps/32/wine-uninstaller.png +share/icons/matefaenza/apps/32/wine-winecfg.png +share/icons/matefaenza/apps/32/wine-winetricks.png +share/icons/matefaenza/apps/32/wine.png +share/icons/matefaenza/apps/32/wireshark.png +share/icons/matefaenza/apps/32/wmtweaks.png +share/icons/matefaenza/apps/32/wordpress.png +share/icons/matefaenza/apps/32/workspace-switcher.png +share/icons/matefaenza/apps/32/wormux.png +share/icons/matefaenza/apps/32/wunderlist.png +share/icons/matefaenza/apps/32/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/32/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/32/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/32/wxbanker.png +share/icons/matefaenza/apps/32/x-office-address-book.png +share/icons/matefaenza/apps/32/x-office-calendar.png +share/icons/matefaenza/apps/32/x-system-software-sources.png +share/icons/matefaenza/apps/32/xarchiver.png +share/icons/matefaenza/apps/32/xbmc.png +share/icons/matefaenza/apps/32/xchat-gnome.png +share/icons/matefaenza/apps/32/xchat-mini.png +share/icons/matefaenza/apps/32/xchat.png +share/icons/matefaenza/apps/32/xchat.xpm +share/icons/matefaenza/apps/32/xfburn.png +share/icons/matefaenza/apps/32/xfcalendar.png +share/icons/matefaenza/apps/32/xfce-edit.png +share/icons/matefaenza/apps/32/xfce-filemanager.png +share/icons/matefaenza/apps/32/xfce-mail.png +share/icons/matefaenza/apps/32/xfce-man.png +share/icons/matefaenza/apps/32/xfce-schedule.png +share/icons/matefaenza/apps/32/xfce-sound.png +share/icons/matefaenza/apps/32/xfce-system-info.png +share/icons/matefaenza/apps/32/xfce-terminal.png +share/icons/matefaenza/apps/32/xfce-ui.png +share/icons/matefaenza/apps/32/xfce4-appfinder.png +share/icons/matefaenza/apps/32/xfce4-backdrop.png +share/icons/matefaenza/apps/32/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/32/xfce4-clock.png +share/icons/matefaenza/apps/32/xfce4-dict.png +share/icons/matefaenza/apps/32/xfce4-mcs-manager.png +share/icons/matefaenza/apps/32/xfce4-menueditor.png +share/icons/matefaenza/apps/32/xfce4-notes-plugin.png +share/icons/matefaenza/apps/32/xfce4-panel.png +share/icons/matefaenza/apps/32/xfce4-session.png +share/icons/matefaenza/apps/32/xfce4-workspaces.png +share/icons/matefaenza/apps/32/xfce_unknown.png +share/icons/matefaenza/apps/32/xfsm-hibernate.png +share/icons/matefaenza/apps/32/xfsm-logout.png +share/icons/matefaenza/apps/32/xfsm-reboot.png +share/icons/matefaenza/apps/32/xfsm-shutdown.png +share/icons/matefaenza/apps/32/xfsm-suspend.png +share/icons/matefaenza/apps/32/xfsm-switch.png +share/icons/matefaenza/apps/32/xfwm4.png +share/icons/matefaenza/apps/32/ximian-evolution-calendar.png +share/icons/matefaenza/apps/32/xine.png +share/icons/matefaenza/apps/32/xmoto.png +share/icons/matefaenza/apps/32/xonotic.png +share/icons/matefaenza/apps/32/xoscope.png +share/icons/matefaenza/apps/32/xournal.png +share/icons/matefaenza/apps/32/xpad.png +share/icons/matefaenza/apps/32/xscreensaver.png +share/icons/matefaenza/apps/32/xterm-color_32x32.png +share/icons/matefaenza/apps/32/xterm-color_32x32.xpm +share/icons/matefaenza/apps/32/xterm-color_48x48.png +share/icons/matefaenza/apps/32/xterm-color_48x48.xpm +share/icons/matefaenza/apps/32/xterm.png +share/icons/matefaenza/apps/32/xterm.xpm +share/icons/matefaenza/apps/32/xterm_32x32.png +share/icons/matefaenza/apps/32/xterm_32x32.xpm +share/icons/matefaenza/apps/32/xterm_48x48.png +share/icons/matefaenza/apps/32/xterm_48x48.xpm +share/icons/matefaenza/apps/32/yahoo.png +share/icons/matefaenza/apps/32/youtube.png +share/icons/matefaenza/apps/32/yumex.png +share/icons/matefaenza/apps/32/zeitgeist.png +share/icons/matefaenza/apps/32/zen-icon.png +share/icons/matefaenza/apps/32/zenmap.png +share/icons/matefaenza/apps/32/zim.png +share/icons/matefaenza/apps/32/zsnes.png +share/icons/matefaenza/apps/48/0ad.png +share/icons/matefaenza/apps/48/AdobeAIR.png +share/icons/matefaenza/apps/48/AdobeReader.png +share/icons/matefaenza/apps/48/AdobeReader10.png +share/icons/matefaenza/apps/48/AdobeReader8.png +share/icons/matefaenza/apps/48/AdobeReader9.png +share/icons/matefaenza/apps/48/DC++.png +share/icons/matefaenza/apps/48/DC++.xpm +share/icons/matefaenza/apps/48/Doom3.png +share/icons/matefaenza/apps/48/ET-quakewars.png +share/icons/matefaenza/apps/48/EasyTAG_icon.png +share/icons/matefaenza/apps/48/Etermutilities-terminal.png +share/icons/matefaenza/apps/48/Gish.png +share/icons/matefaenza/apps/48/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/48/Osmos.png +share/icons/matefaenza/apps/48/OsmosDemo.png +share/icons/matefaenza/apps/48/Penumbra.png +share/icons/matefaenza/apps/48/Savage2.png +share/icons/matefaenza/apps/48/Terminal.png +share/icons/matefaenza/apps/48/Thunar.png +share/icons/matefaenza/apps/48/Trine.png +share/icons/matefaenza/apps/48/VBox.png +share/icons/matefaenza/apps/48/WorldOfGoo.png +share/icons/matefaenza/apps/48/WorldOfGooDemo.png +share/icons/matefaenza/apps/48/WorldofPadman.png +share/icons/matefaenza/apps/48/Wunderlist.png +share/icons/matefaenza/apps/48/a4.png +share/icons/matefaenza/apps/48/abiword.png +share/icons/matefaenza/apps/48/abiword_48.png +share/icons/matefaenza/apps/48/abrt.png +share/icons/matefaenza/apps/48/access.png +share/icons/matefaenza/apps/48/accessibility-directory.png +share/icons/matefaenza/apps/48/accessories-calculator.png +share/icons/matefaenza/apps/48/accessories-character-map.png +share/icons/matefaenza/apps/48/accessories-dictionary.png +share/icons/matefaenza/apps/48/accessories-text-editor.png +share/icons/matefaenza/apps/48/acroread.png +share/icons/matefaenza/apps/48/activity-log-manager.png +share/icons/matefaenza/apps/48/addressbook.png +share/icons/matefaenza/apps/48/adobe-air.png +share/icons/matefaenza/apps/48/adobe-flashplayer.png +share/icons/matefaenza/apps/48/adobeflashplugin.png +share/icons/matefaenza/apps/48/akregator.png +share/icons/matefaenza/apps/48/alacarte.png +share/icons/matefaenza/apps/48/alchemy.png +share/icons/matefaenza/apps/48/alien-arena.png +share/icons/matefaenza/apps/48/alien-arena.xpm +share/icons/matefaenza/apps/48/amarok.png +share/icons/matefaenza/apps/48/amazon-mp3-store-source.png +share/icons/matefaenza/apps/48/amazon-store.png +share/icons/matefaenza/apps/48/amnesia-dark-decent.png +share/icons/matefaenza/apps/48/amule.png +share/icons/matefaenza/apps/48/anjuta.png +share/icons/matefaenza/apps/48/anki.png +share/icons/matefaenza/apps/48/applets-screenshooter.png +share/icons/matefaenza/apps/48/application-default-icon.png +share/icons/matefaenza/apps/48/application-x-clementine.png +share/icons/matefaenza/apps/48/aqualung.png +share/icons/matefaenza/apps/48/as-icon.png +share/icons/matefaenza/apps/48/as-powered.png +share/icons/matefaenza/apps/48/assistant.png +share/icons/matefaenza/apps/48/atril.png +share/icons/matefaenza/apps/48/audacious.png +share/icons/matefaenza/apps/48/audacity.png +share/icons/matefaenza/apps/48/audiobook.png +share/icons/matefaenza/apps/48/autoplus.png +share/icons/matefaenza/apps/48/avant-window-navigator.png +share/icons/matefaenza/apps/48/awn-settings.png +share/icons/matefaenza/apps/48/ax-applet.png +share/icons/matefaenza/apps/48/background.png +share/icons/matefaenza/apps/48/badge-small.png +share/icons/matefaenza/apps/48/banshee-1.png +share/icons/matefaenza/apps/48/banshee.png +share/icons/matefaenza/apps/48/baobab.png +share/icons/matefaenza/apps/48/bash.png +share/icons/matefaenza/apps/48/bazaar.png +share/icons/matefaenza/apps/48/bleachbit.png +share/icons/matefaenza/apps/48/blender.png +share/icons/matefaenza/apps/48/bluefish-icon.png +share/icons/matefaenza/apps/48/bluefish.png +share/icons/matefaenza/apps/48/bluefish.xpm +share/icons/matefaenza/apps/48/bluegriffon.png +share/icons/matefaenza/apps/48/blueman.png +share/icons/matefaenza/apps/48/blueradio-48.png +share/icons/matefaenza/apps/48/blueradio.png +share/icons/matefaenza/apps/48/bluetooth-48.png +share/icons/matefaenza/apps/48/bluetooth.png +share/icons/matefaenza/apps/48/bluetoothradio.png +share/icons/matefaenza/apps/48/boot.png +share/icons/matefaenza/apps/48/brasero.png +share/icons/matefaenza/apps/48/browser-help.png +share/icons/matefaenza/apps/48/browser.png +share/icons/matefaenza/apps/48/browser.xpm +share/icons/matefaenza/apps/48/bt-logo.png +share/icons/matefaenza/apps/48/bug-buddy.png +share/icons/matefaenza/apps/48/bzr-explorer.png +share/icons/matefaenza/apps/48/c128.png +share/icons/matefaenza/apps/48/c610.png +share/icons/matefaenza/apps/48/c64.png +share/icons/matefaenza/apps/48/caffeine.png +share/icons/matefaenza/apps/48/cairo-clock.png +share/icons/matefaenza/apps/48/calc.png +share/icons/matefaenza/apps/48/catfish.png +share/icons/matefaenza/apps/48/ccc_large.png +share/icons/matefaenza/apps/48/ccc_large.xpm +share/icons/matefaenza/apps/48/ccsm.png +share/icons/matefaenza/apps/48/checkbox.png +share/icons/matefaenza/apps/48/checkgmail.png +share/icons/matefaenza/apps/48/cheese.png +share/icons/matefaenza/apps/48/chromium-browser.png +share/icons/matefaenza/apps/48/chromium-browser2.png +share/icons/matefaenza/apps/48/chromium.png +share/icons/matefaenza/apps/48/claws-mail.png +share/icons/matefaenza/apps/48/clementine.png +share/icons/matefaenza/apps/48/clock.png +share/icons/matefaenza/apps/48/clocks.png +share/icons/matefaenza/apps/48/codeblocks.png +share/icons/matefaenza/apps/48/comix.png +share/icons/matefaenza/apps/48/computerjanitor.png +share/icons/matefaenza/apps/48/config-date.png +share/icons/matefaenza/apps/48/config-language.png +share/icons/matefaenza/apps/48/config-users.png +share/icons/matefaenza/apps/48/confity.png +share/icons/matefaenza/apps/48/control-center2.png +share/icons/matefaenza/apps/48/control-center2.xpm +share/icons/matefaenza/apps/48/covergloobus.png +share/icons/matefaenza/apps/48/credentials-preferences.png +share/icons/matefaenza/apps/48/cryptkeeper.png +share/icons/matefaenza/apps/48/cups.png +share/icons/matefaenza/apps/48/dc++.png +share/icons/matefaenza/apps/48/dconf-editor.png +share/icons/matefaenza/apps/48/deadbeef.png +share/icons/matefaenza/apps/48/defcon.png +share/icons/matefaenza/apps/48/deja-dup.png +share/icons/matefaenza/apps/48/deluge-torrent.png +share/icons/matefaenza/apps/48/deluge.png +share/icons/matefaenza/apps/48/designer.png +share/icons/matefaenza/apps/48/desktop-effects.png +share/icons/matefaenza/apps/48/desura.png +share/icons/matefaenza/apps/48/devede.png +share/icons/matefaenza/apps/48/devhelp.png +share/icons/matefaenza/apps/48/dia.png +share/icons/matefaenza/apps/48/display-capplet.png +share/icons/matefaenza/apps/48/display.im6.png +share/icons/matefaenza/apps/48/docky.png +share/icons/matefaenza/apps/48/dolphin.png +share/icons/matefaenza/apps/48/dosbox.png +share/icons/matefaenza/apps/48/drakconf.png +share/icons/matefaenza/apps/48/drakmenustyle.png +share/icons/matefaenza/apps/48/drakstats.png +share/icons/matefaenza/apps/48/dropbox.png +share/icons/matefaenza/apps/48/dvdrip.png +share/icons/matefaenza/apps/48/eagle.png +share/icons/matefaenza/apps/48/easylife.png +share/icons/matefaenza/apps/48/easytag.png +share/icons/matefaenza/apps/48/eclipse.png +share/icons/matefaenza/apps/48/edit-urpm-sources.png +share/icons/matefaenza/apps/48/eekboard.png +share/icons/matefaenza/apps/48/ejecter.png +share/icons/matefaenza/apps/48/ekiga.png +share/icons/matefaenza/apps/48/emacs.png +share/icons/matefaenza/apps/48/emacs23.png +share/icons/matefaenza/apps/48/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/48/emerillon.png +share/icons/matefaenza/apps/48/emesene.png +share/icons/matefaenza/apps/48/empathy.png +share/icons/matefaenza/apps/48/engrampa.png +share/icons/matefaenza/apps/48/eog.png +share/icons/matefaenza/apps/48/eom.png +share/icons/matefaenza/apps/48/evernote.png +share/icons/matefaenza/apps/48/evince.png +share/icons/matefaenza/apps/48/evolution-calendar.png +share/icons/matefaenza/apps/48/evolution-mail.png +share/icons/matefaenza/apps/48/evolution-memos.png +share/icons/matefaenza/apps/48/evolution-tasks.png +share/icons/matefaenza/apps/48/evolution.png +share/icons/matefaenza/apps/48/exaile.png +share/icons/matefaenza/apps/48/f-spot.png +share/icons/matefaenza/apps/48/facebook.png +share/icons/matefaenza/apps/48/fedora-release-notes.png +share/icons/matefaenza/apps/48/fightgear.png +share/icons/matefaenza/apps/48/file-manager.png +share/icons/matefaenza/apps/48/file-roller.png +share/icons/matefaenza/apps/48/filezilla.png +share/icons/matefaenza/apps/48/firefox-3.0.png +share/icons/matefaenza/apps/48/firefox-3.5.png +share/icons/matefaenza/apps/48/firefox-4.0.png +share/icons/matefaenza/apps/48/firefox-original.png +share/icons/matefaenza/apps/48/firefox.png +share/icons/matefaenza/apps/48/firestarter.png +share/icons/matefaenza/apps/48/flash-player-properties.png +share/icons/matefaenza/apps/48/flash.png +share/icons/matefaenza/apps/48/flashplayer.png +share/icons/matefaenza/apps/48/flegita.png +share/icons/matefaenza/apps/48/flickr.png +share/icons/matefaenza/apps/48/flightgear.xpm +share/icons/matefaenza/apps/48/fontforge.png +share/icons/matefaenza/apps/48/fontmatrix.png +share/icons/matefaenza/apps/48/fonts.png +share/icons/matefaenza/apps/48/fontypython.png +share/icons/matefaenza/apps/48/freetuxtv.png +share/icons/matefaenza/apps/48/fretsonfire.png +share/icons/matefaenza/apps/48/frostwire.png +share/icons/matefaenza/apps/48/frozen-bubble-icon-48x48.png +share/icons/matefaenza/apps/48/frozen-bubble.png +share/icons/matefaenza/apps/48/fusion-icon.png +share/icons/matefaenza/apps/48/gajim.png +share/icons/matefaenza/apps/48/galculator.png +share/icons/matefaenza/apps/48/gazpacho-icon.png +share/icons/matefaenza/apps/48/gazpacho.png +share/icons/matefaenza/apps/48/gbrainy.png +share/icons/matefaenza/apps/48/gcolor2.png +share/icons/matefaenza/apps/48/gcolor2.xpm +share/icons/matefaenza/apps/48/gconf-editor.png +share/icons/matefaenza/apps/48/gconfeditor.png +share/icons/matefaenza/apps/48/gcstar.png +share/icons/matefaenza/apps/48/gdeb.png +share/icons/matefaenza/apps/48/gdebi.png +share/icons/matefaenza/apps/48/gdm-setup.png +share/icons/matefaenza/apps/48/gdm-xnest.png +share/icons/matefaenza/apps/48/gdm.png +share/icons/matefaenza/apps/48/geany.png +share/icons/matefaenza/apps/48/geogebra.png +share/icons/matefaenza/apps/48/gespeaker.png +share/icons/matefaenza/apps/48/ghex.png +share/icons/matefaenza/apps/48/giggle.png +share/icons/matefaenza/apps/48/gimp.png +share/icons/matefaenza/apps/48/git-cola.png +share/icons/matefaenza/apps/48/git.png +share/icons/matefaenza/apps/48/gkdebconf-icon.png +share/icons/matefaenza/apps/48/gkdebconf.png +share/icons/matefaenza/apps/48/gksu-debian.png +share/icons/matefaenza/apps/48/gksu-root-terminal.png +share/icons/matefaenza/apps/48/glade-3.png +share/icons/matefaenza/apps/48/glade.png +share/icons/matefaenza/apps/48/glippy.png +share/icons/matefaenza/apps/48/gloobus-preview.png +share/icons/matefaenza/apps/48/gloobus.png +share/icons/matefaenza/apps/48/gmail.png +share/icons/matefaenza/apps/48/gmailwatcher.png +share/icons/matefaenza/apps/48/gmameui.png +share/icons/matefaenza/apps/48/gmdb2.png +share/icons/matefaenza/apps/48/gmusicbrowser.png +share/icons/matefaenza/apps/48/gnochm.png +share/icons/matefaenza/apps/48/gnome-about-logo.png +share/icons/matefaenza/apps/48/gnome-activity-journal.png +share/icons/matefaenza/apps/48/gnome-activity-journal.xpm +share/icons/matefaenza/apps/48/gnome-aisleriot.png +share/icons/matefaenza/apps/48/gnome-app-install.png +share/icons/matefaenza/apps/48/gnome-apt.png +share/icons/matefaenza/apps/48/gnome-audio.png +share/icons/matefaenza/apps/48/gnome-calculator.png +share/icons/matefaenza/apps/48/gnome-calendar.png +share/icons/matefaenza/apps/48/gnome-character-map.png +share/icons/matefaenza/apps/48/gnome-contacts.png +share/icons/matefaenza/apps/48/gnome-desktop-config.png +share/icons/matefaenza/apps/48/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/48/gnome-device-manager.png +share/icons/matefaenza/apps/48/gnome-dictionary.png +share/icons/matefaenza/apps/48/gnome-disks.png +share/icons/matefaenza/apps/48/gnome-display-properties.png +share/icons/matefaenza/apps/48/gnome-do.png +share/icons/matefaenza/apps/48/gnome-documents.png +share/icons/matefaenza/apps/48/gnome-eterm.png +share/icons/matefaenza/apps/48/gnome-freecell.png +share/icons/matefaenza/apps/48/gnome-glchess.png +share/icons/matefaenza/apps/48/gnome-glines.png +share/icons/matefaenza/apps/48/gnome-gmenu.png +share/icons/matefaenza/apps/48/gnome-gnect.png +share/icons/matefaenza/apps/48/gnome-gnibbles.png +share/icons/matefaenza/apps/48/gnome-help.png +share/icons/matefaenza/apps/48/gnome-iagno.png +share/icons/matefaenza/apps/48/gnome-info.png +share/icons/matefaenza/apps/48/gnome-klotski.png +share/icons/matefaenza/apps/48/gnome-lightsoff.png +share/icons/matefaenza/apps/48/gnome-log-out.png +share/icons/matefaenza/apps/48/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/48/gnome-logout.png +share/icons/matefaenza/apps/48/gnome-mahjongg.png +share/icons/matefaenza/apps/48/gnome-mines.png +share/icons/matefaenza/apps/48/gnome-monitor.png +share/icons/matefaenza/apps/48/gnome-mplayer.png +share/icons/matefaenza/apps/48/gnome-nettool.png +share/icons/matefaenza/apps/48/gnome-network-properties.png +share/icons/matefaenza/apps/48/gnome-networktool.png +share/icons/matefaenza/apps/48/gnome-note.png +share/icons/matefaenza/apps/48/gnome-package.png +share/icons/matefaenza/apps/48/gnome-panel-clock.png +share/icons/matefaenza/apps/48/gnome-panel-launcher.png +share/icons/matefaenza/apps/48/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/48/gnome-panel.png +share/icons/matefaenza/apps/48/gnome-power-manager.png +share/icons/matefaenza/apps/48/gnome-power-statistics.png +share/icons/matefaenza/apps/48/gnome-quadrapassel.png +share/icons/matefaenza/apps/48/gnome-remote-desktop.png +share/icons/matefaenza/apps/48/gnome-robots.png +share/icons/matefaenza/apps/48/gnome-samegnome.png +share/icons/matefaenza/apps/48/gnome-screenshot.png +share/icons/matefaenza/apps/48/gnome-session-halt.png +share/icons/matefaenza/apps/48/gnome-session-hibernate.png +share/icons/matefaenza/apps/48/gnome-session-logout.png +share/icons/matefaenza/apps/48/gnome-session-reboot.png +share/icons/matefaenza/apps/48/gnome-session-sleep.png +share/icons/matefaenza/apps/48/gnome-session-suspend.png +share/icons/matefaenza/apps/48/gnome-session-switch.png +share/icons/matefaenza/apps/48/gnome-session.png +share/icons/matefaenza/apps/48/gnome-set-time.png +share/icons/matefaenza/apps/48/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/48/gnome-settings-background.png +share/icons/matefaenza/apps/48/gnome-settings-default-applications.png +share/icons/matefaenza/apps/48/gnome-settings-font.png +share/icons/matefaenza/apps/48/gnome-settings-sound.png +share/icons/matefaenza/apps/48/gnome-settings-theme.png +share/icons/matefaenza/apps/48/gnome-shutdown.png +share/icons/matefaenza/apps/48/gnome-sound-properties.png +share/icons/matefaenza/apps/48/gnome-sound-recorder.png +share/icons/matefaenza/apps/48/gnome-status.png +share/icons/matefaenza/apps/48/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/48/gnome-sudoku.png +share/icons/matefaenza/apps/48/gnome-swell-foop.png +share/icons/matefaenza/apps/48/gnome-system-monitor.png +share/icons/matefaenza/apps/48/gnome-tali.png +share/icons/matefaenza/apps/48/gnome-term.png +share/icons/matefaenza/apps/48/gnome-term.xpm +share/icons/matefaenza/apps/48/gnome-terminal.png +share/icons/matefaenza/apps/48/gnome-terminal.xpm +share/icons/matefaenza/apps/48/gnome-tetravex.png +share/icons/matefaenza/apps/48/gnome-translate.png +share/icons/matefaenza/apps/48/gnome-unknown.png +share/icons/matefaenza/apps/48/gnome-volume-control.png +share/icons/matefaenza/apps/48/gnome-web-browser.png +share/icons/matefaenza/apps/48/gnome-window-manager.png +share/icons/matefaenza/apps/48/gnome-word.png +share/icons/matefaenza/apps/48/gnome-xterm.png +share/icons/matefaenza/apps/48/gnomeradio.png +share/icons/matefaenza/apps/48/gnomine.png +share/icons/matefaenza/apps/48/gnote.png +share/icons/matefaenza/apps/48/gnucash-icon.png +share/icons/matefaenza/apps/48/gnumeric.png +share/icons/matefaenza/apps/48/goa-account-facebook.png +share/icons/matefaenza/apps/48/goa-account-google.png +share/icons/matefaenza/apps/48/goa-account-twitter.png +share/icons/matefaenza/apps/48/goa-account-yahoo.png +share/icons/matefaenza/apps/48/goa-account.png +share/icons/matefaenza/apps/48/goa-panel.png +share/icons/matefaenza/apps/48/gobby-0.5.png +share/icons/matefaenza/apps/48/gobby.png +share/icons/matefaenza/apps/48/goldendict.png +share/icons/matefaenza/apps/48/google-chrome-unstable.png +share/icons/matefaenza/apps/48/google-chrome.png +share/icons/matefaenza/apps/48/google-chrome2.png +share/icons/matefaenza/apps/48/google-earth.png +share/icons/matefaenza/apps/48/google-plus.png +share/icons/matefaenza/apps/48/google.png +share/icons/matefaenza/apps/48/google.xpm +share/icons/matefaenza/apps/48/googleearth.png +share/icons/matefaenza/apps/48/googleearth.xpm +share/icons/matefaenza/apps/48/googlemusicframe.png +share/icons/matefaenza/apps/48/googleplus.png +share/icons/matefaenza/apps/48/gparted.png +share/icons/matefaenza/apps/48/gpicview.png +share/icons/matefaenza/apps/48/gpk-prefs.png +share/icons/matefaenza/apps/48/gpk-repo.png +share/icons/matefaenza/apps/48/gpodder.png +share/icons/matefaenza/apps/48/gresistor.png +share/icons/matefaenza/apps/48/griffith.png +share/icons/matefaenza/apps/48/grisbi.png +share/icons/matefaenza/apps/48/gtg.png +share/icons/matefaenza/apps/48/gthumb.png +share/icons/matefaenza/apps/48/gtk-help.png +share/icons/matefaenza/apps/48/gtk-info.png +share/icons/matefaenza/apps/48/gtk-recordmydesktop.png +share/icons/matefaenza/apps/48/gtk-recordmydesktop.xpm +share/icons/matefaenza/apps/48/gtwitter.png +share/icons/matefaenza/apps/48/guake-notification.png +share/icons/matefaenza/apps/48/guake-prefs.png +share/icons/matefaenza/apps/48/guake.png +share/icons/matefaenza/apps/48/guayadeque.png +share/icons/matefaenza/apps/48/gucharmap.png +share/icons/matefaenza/apps/48/gufw.png +share/icons/matefaenza/apps/48/gufw_menu.png +share/icons/matefaenza/apps/48/gunity.png +share/icons/matefaenza/apps/48/gvim.png +share/icons/matefaenza/apps/48/gwenview.png +share/icons/matefaenza/apps/48/gwibber.png +share/icons/matefaenza/apps/48/haguichi.png +share/icons/matefaenza/apps/48/hardinfo.png +share/icons/matefaenza/apps/48/hedgewars.png +share/icons/matefaenza/apps/48/help-browser.png +share/icons/matefaenza/apps/48/help.png +share/icons/matefaenza/apps/48/hi48-app-wireshark.png +share/icons/matefaenza/apps/48/homebank.png +share/icons/matefaenza/apps/48/hotwire.png +share/icons/matefaenza/apps/48/htop.png +share/icons/matefaenza/apps/48/hydrogen.png +share/icons/matefaenza/apps/48/ibus-setup.png +share/icons/matefaenza/apps/48/ibus.png +share/icons/matefaenza/apps/48/icedove.png +share/icons/matefaenza/apps/48/iceweasel.png +share/icons/matefaenza/apps/48/im-chooser.png +share/icons/matefaenza/apps/48/imagemagick.png +share/icons/matefaenza/apps/48/indicator-applet.png +share/icons/matefaenza/apps/48/indicator-weather.png +share/icons/matefaenza/apps/48/inkscape.png +share/icons/matefaenza/apps/48/internet-mail.png +share/icons/matefaenza/apps/48/internet-news-reader.png +share/icons/matefaenza/apps/48/internet-web-browser.png +share/icons/matefaenza/apps/48/itunes.png +share/icons/matefaenza/apps/48/jack-rack.png +share/icons/matefaenza/apps/48/jack.png +share/icons/matefaenza/apps/48/jackbeat.png +share/icons/matefaenza/apps/48/jackeq.png +share/icons/matefaenza/apps/48/jag.png +share/icons/matefaenza/apps/48/jag.xpm +share/icons/matefaenza/apps/48/jag_editor.png +share/icons/matefaenza/apps/48/jamin.png +share/icons/matefaenza/apps/48/jdownloader.png +share/icons/matefaenza/apps/48/jockey-kde.png +share/icons/matefaenza/apps/48/jockey.png +share/icons/matefaenza/apps/48/jokosher.png +share/icons/matefaenza/apps/48/k3b.png +share/icons/matefaenza/apps/48/kadu.png +share/icons/matefaenza/apps/48/kaffeine.png +share/icons/matefaenza/apps/48/kate.png +share/icons/matefaenza/apps/48/kcharselect.png +share/icons/matefaenza/apps/48/kcmkwm.png +share/icons/matefaenza/apps/48/kdenlive.png +share/icons/matefaenza/apps/48/kedit.png +share/icons/matefaenza/apps/48/keepassx.png +share/icons/matefaenza/apps/48/kentoo.png +share/icons/matefaenza/apps/48/key_bindings.png +share/icons/matefaenza/apps/48/keyring-manager.png +share/icons/matefaenza/apps/48/kflickr.png +share/icons/matefaenza/apps/48/kfm.png +share/icons/matefaenza/apps/48/khelpcenter.png +share/icons/matefaenza/apps/48/klavaro.png +share/icons/matefaenza/apps/48/kmail.png +share/icons/matefaenza/apps/48/kmousetool.png +share/icons/matefaenza/apps/48/kmplayer.png +share/icons/matefaenza/apps/48/knotes.png +share/icons/matefaenza/apps/48/kobo-icon.png +share/icons/matefaenza/apps/48/kobo-icon.xpm +share/icons/matefaenza/apps/48/kompozer.png +share/icons/matefaenza/apps/48/konsole.png +share/icons/matefaenza/apps/48/kopete.png +share/icons/matefaenza/apps/48/korganizer.png +share/icons/matefaenza/apps/48/kpackage.png +share/icons/matefaenza/apps/48/kplayer.png +share/icons/matefaenza/apps/48/kradio.png +share/icons/matefaenza/apps/48/kradio4.png +share/icons/matefaenza/apps/48/kscreensaver.png +share/icons/matefaenza/apps/48/ksnapshot.png +share/icons/matefaenza/apps/48/ksysguard.png +share/icons/matefaenza/apps/48/ktorrent.png +share/icons/matefaenza/apps/48/ktouch.png +share/icons/matefaenza/apps/48/kupfer.png +share/icons/matefaenza/apps/48/kuser.png +share/icons/matefaenza/apps/48/kwin.png +share/icons/matefaenza/apps/48/kynpatic.png +share/icons/matefaenza/apps/48/last-fm.png +share/icons/matefaenza/apps/48/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/48/lastfm.png +share/icons/matefaenza/apps/48/leafpad.png +share/icons/matefaenza/apps/48/library-internet-radio.png +share/icons/matefaenza/apps/48/library-podcast.png +share/icons/matefaenza/apps/48/libreoffice-base.png +share/icons/matefaenza/apps/48/libreoffice-calc.png +share/icons/matefaenza/apps/48/libreoffice-draw.png +share/icons/matefaenza/apps/48/libreoffice-impress.png +share/icons/matefaenza/apps/48/libreoffice-main.png +share/icons/matefaenza/apps/48/libreoffice-math.png +share/icons/matefaenza/apps/48/libreoffice-printeradmin.png +share/icons/matefaenza/apps/48/libreoffice-startcenter.png +share/icons/matefaenza/apps/48/libreoffice-template.png +share/icons/matefaenza/apps/48/libreoffice-writer.png +share/icons/matefaenza/apps/48/libreoffice3-base.png +share/icons/matefaenza/apps/48/libreoffice3-calc.png +share/icons/matefaenza/apps/48/libreoffice3-draw.png +share/icons/matefaenza/apps/48/libreoffice3-impress.png +share/icons/matefaenza/apps/48/libreoffice3-math.png +share/icons/matefaenza/apps/48/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/48/libreoffice3-startcenter.png +share/icons/matefaenza/apps/48/libreoffice3-template.png +share/icons/matefaenza/apps/48/libreoffice3-writer.png +share/icons/matefaenza/apps/48/libreoffice34-base.png +share/icons/matefaenza/apps/48/libreoffice34-calc.png +share/icons/matefaenza/apps/48/libreoffice34-draw.png +share/icons/matefaenza/apps/48/libreoffice34-impress.png +share/icons/matefaenza/apps/48/libreoffice34-math.png +share/icons/matefaenza/apps/48/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/48/libreoffice34-startcenter.png +share/icons/matefaenza/apps/48/libreoffice34-template.png +share/icons/matefaenza/apps/48/libreoffice34-writer.png +share/icons/matefaenza/apps/48/lifeograph.png +share/icons/matefaenza/apps/48/liferea.png +share/icons/matefaenza/apps/48/linguist.png +share/icons/matefaenza/apps/48/locale.png +share/icons/matefaenza/apps/48/logview.png +share/icons/matefaenza/apps/48/logviewer.png +share/icons/matefaenza/apps/48/love.png +share/icons/matefaenza/apps/48/lugaru-hd.png +share/icons/matefaenza/apps/48/lxterminal.png +share/icons/matefaenza/apps/48/machinarium.png +share/icons/matefaenza/apps/48/mahjongg.png +share/icons/matefaenza/apps/48/mail-notification.png +share/icons/matefaenza/apps/48/mailnag.png +share/icons/matefaenza/apps/48/mame.png +share/icons/matefaenza/apps/48/mame.xpm +share/icons/matefaenza/apps/48/mandrivaupdate.png +share/icons/matefaenza/apps/48/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/48/mate-desktop-item-edit.png +share/icons/matefaenza/apps/48/mate-eyes-applet.png +share/icons/matefaenza/apps/48/mate-netspeed-applet.png +share/icons/matefaenza/apps/48/mate-network-properties.png +share/icons/matefaenza/apps/48/mate-notification-properties.png +share/icons/matefaenza/apps/48/mate-panel-clock.png +share/icons/matefaenza/apps/48/mate-panel-launcher.png +share/icons/matefaenza/apps/48/mate-panel-notification-area.png +share/icons/matefaenza/apps/48/mate-panel-window-list.png +share/icons/matefaenza/apps/48/mate-panel-window-menu.png +share/icons/matefaenza/apps/48/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/48/mate-panel.png +share/icons/matefaenza/apps/48/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/48/mate-sensors-applet.png +share/icons/matefaenza/apps/48/mate-session-properties.png +share/icons/matefaenza/apps/48/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/48/mateconf-editor.png +share/icons/matefaenza/apps/48/me-tv.png +share/icons/matefaenza/apps/48/media-player-banshee.png +share/icons/matefaenza/apps/48/meld.png +share/icons/matefaenza/apps/48/memaker.png +share/icons/matefaenza/apps/48/mendeley.png +share/icons/matefaenza/apps/48/mendeleydesktop.png +share/icons/matefaenza/apps/48/menu-editor.png +share/icons/matefaenza/apps/48/midori.png +share/icons/matefaenza/apps/48/minecraft.png +share/icons/matefaenza/apps/48/minitube.png +share/icons/matefaenza/apps/48/minitunes.png +share/icons/matefaenza/apps/48/miro-guide-source.png +share/icons/matefaenza/apps/48/miro.png +share/icons/matefaenza/apps/48/mitter.png +share/icons/matefaenza/apps/48/mm.png +share/icons/matefaenza/apps/48/monodevelop.png +share/icons/matefaenza/apps/48/monodoc-browser.png +share/icons/matefaenza/apps/48/mousepad.png +share/icons/matefaenza/apps/48/mozilla-firefox.png +share/icons/matefaenza/apps/48/mozilla-thunderbird.png +share/icons/matefaenza/apps/48/mozo.png +share/icons/matefaenza/apps/48/mplayer.png +share/icons/matefaenza/apps/48/msd-xrandr.png +share/icons/matefaenza/apps/48/mtpaint.png +share/icons/matefaenza/apps/48/multimedia-volume-control.png +share/icons/matefaenza/apps/48/mumble.png +share/icons/matefaenza/apps/48/musescore.png +share/icons/matefaenza/apps/48/mypaint.png +share/icons/matefaenza/apps/48/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/48/nautilus-actions.png +share/icons/matefaenza/apps/48/nautilus-cd-burner.png +share/icons/matefaenza/apps/48/nautilus.png +share/icons/matefaenza/apps/48/netbeans.png +share/icons/matefaenza/apps/48/nexuiz-48x48.png +share/icons/matefaenza/apps/48/nexuiz.png +share/icons/matefaenza/apps/48/nexuiz.xpm +share/icons/matefaenza/apps/48/nixnote.png +share/icons/matefaenza/apps/48/numptyphysics.png +share/icons/matefaenza/apps/48/nvidia-current-settings.png +share/icons/matefaenza/apps/48/nvidia-settings.png +share/icons/matefaenza/apps/48/office-address-book.png +share/icons/matefaenza/apps/48/office-calendar.png +share/icons/matefaenza/apps/48/office-date.png +share/icons/matefaenza/apps/48/office-writer.png +share/icons/matefaenza/apps/48/oggconvert.png +share/icons/matefaenza/apps/48/omgwords.png +share/icons/matefaenza/apps/48/onboard.png +share/icons/matefaenza/apps/48/ooo-base.png +share/icons/matefaenza/apps/48/ooo-base3.0.png +share/icons/matefaenza/apps/48/ooo-calc.png +share/icons/matefaenza/apps/48/ooo-calc2.png +share/icons/matefaenza/apps/48/ooo-calc24.png +share/icons/matefaenza/apps/48/ooo-calc3.0.png +share/icons/matefaenza/apps/48/ooo-draw.png +share/icons/matefaenza/apps/48/ooo-draw3.0.png +share/icons/matefaenza/apps/48/ooo-impress.png +share/icons/matefaenza/apps/48/ooo-impress2.png +share/icons/matefaenza/apps/48/ooo-impress24.png +share/icons/matefaenza/apps/48/ooo-impress3.0.png +share/icons/matefaenza/apps/48/ooo-math.png +share/icons/matefaenza/apps/48/ooo-math3.0.png +share/icons/matefaenza/apps/48/ooo-printeradmin.png +share/icons/matefaenza/apps/48/ooo-template.png +share/icons/matefaenza/apps/48/ooo-template3.0.png +share/icons/matefaenza/apps/48/ooo-writer.png +share/icons/matefaenza/apps/48/ooo-writer2.png +share/icons/matefaenza/apps/48/ooo-writer24.png +share/icons/matefaenza/apps/48/ooo-writer3.0.png +share/icons/matefaenza/apps/48/openarena.png +share/icons/matefaenza/apps/48/openbravo-erp.png +share/icons/matefaenza/apps/48/openerp-client.png +share/icons/matefaenza/apps/48/openjdk-6.png +share/icons/matefaenza/apps/48/openjdk-7.png +share/icons/matefaenza/apps/48/openofficeorg-base.png +share/icons/matefaenza/apps/48/openofficeorg-calc.png +share/icons/matefaenza/apps/48/openofficeorg-draw.png +share/icons/matefaenza/apps/48/openofficeorg-impress.png +share/icons/matefaenza/apps/48/openofficeorg-math.png +share/icons/matefaenza/apps/48/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/48/openofficeorg-template.png +share/icons/matefaenza/apps/48/openofficeorg-writer.png +share/icons/matefaenza/apps/48/openofficeorg24-calc.png +share/icons/matefaenza/apps/48/openofficeorg24-impress.png +share/icons/matefaenza/apps/48/openofficeorg24-writer.png +share/icons/matefaenza/apps/48/openofficeorg3-base.png +share/icons/matefaenza/apps/48/openofficeorg3-calc.png +share/icons/matefaenza/apps/48/openofficeorg3-draw.png +share/icons/matefaenza/apps/48/openofficeorg3-impress.png +share/icons/matefaenza/apps/48/openofficeorg3-math.png +share/icons/matefaenza/apps/48/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/48/openofficeorg3-template.png +share/icons/matefaenza/apps/48/openofficeorg3-writer.png +share/icons/matefaenza/apps/48/openofficeorg3.0-base.png +share/icons/matefaenza/apps/48/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/48/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/48/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/48/openofficeorg3.0-math.png +share/icons/matefaenza/apps/48/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/48/openofficeorg3.0-template.png +share/icons/matefaenza/apps/48/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/48/openshot.png +share/icons/matefaenza/apps/48/openterm.png +share/icons/matefaenza/apps/48/openttd.png +share/icons/matefaenza/apps/48/opera-browser.png +share/icons/matefaenza/apps/48/opera-browser.xpm +share/icons/matefaenza/apps/48/opera-widget-manager.png +share/icons/matefaenza/apps/48/opera-widget.png +share/icons/matefaenza/apps/48/opera.png +share/icons/matefaenza/apps/48/opera.xpm +share/icons/matefaenza/apps/48/orca.png +share/icons/matefaenza/apps/48/oregano.png +share/icons/matefaenza/apps/48/package-manager-icon.png +share/icons/matefaenza/apps/48/palimpsest.png +share/icons/matefaenza/apps/48/paprefs.png +share/icons/matefaenza/apps/48/parole.png +share/icons/matefaenza/apps/48/partner.png +share/icons/matefaenza/apps/48/password.png +share/icons/matefaenza/apps/48/pdfmod.png +share/icons/matefaenza/apps/48/pet.png +share/icons/matefaenza/apps/48/phatch-inspector.png +share/icons/matefaenza/apps/48/phatch.png +share/icons/matefaenza/apps/48/picasa-fontcfg.png +share/icons/matefaenza/apps/48/picasa-fontcfg.xpm +share/icons/matefaenza/apps/48/picasa.png +share/icons/matefaenza/apps/48/picasa.xpm +share/icons/matefaenza/apps/48/picasa32x32.png +share/icons/matefaenza/apps/48/pidgin.png +share/icons/matefaenza/apps/48/pingus.png +share/icons/matefaenza/apps/48/pino.png +share/icons/matefaenza/apps/48/pinus.xpm +share/icons/matefaenza/apps/48/pirut.png +share/icons/matefaenza/apps/48/pithos.png +share/icons/matefaenza/apps/48/pitivi.png +share/icons/matefaenza/apps/48/pk-package-sources.png +share/icons/matefaenza/apps/48/plan.png +share/icons/matefaenza/apps/48/playitslowly.png +share/icons/matefaenza/apps/48/playonlinux.png +share/icons/matefaenza/apps/48/plus4.png +share/icons/matefaenza/apps/48/podcast.png +share/icons/matefaenza/apps/48/poedit.png +share/icons/matefaenza/apps/48/porthole.png +share/icons/matefaenza/apps/48/postr.png +share/icons/matefaenza/apps/48/ppa.png +share/icons/matefaenza/apps/48/preferences-color.png +share/icons/matefaenza/apps/48/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/48/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/48/preferences-desktop-display.png +share/icons/matefaenza/apps/48/preferences-desktop-font.png +share/icons/matefaenza/apps/48/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/48/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/48/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/48/preferences-desktop-locale.png +share/icons/matefaenza/apps/48/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/48/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/48/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/48/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/48/preferences-desktop-sound.png +share/icons/matefaenza/apps/48/preferences-desktop-theme.png +share/icons/matefaenza/apps/48/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/48/preferences-management-service.png +share/icons/matefaenza/apps/48/preferences-sound.png +share/icons/matefaenza/apps/48/preferences-system-bluetooth.png +share/icons/matefaenza/apps/48/preferences-system-firewall.png +share/icons/matefaenza/apps/48/preferences-system-network.png +share/icons/matefaenza/apps/48/preferences-system-time.png +share/icons/matefaenza/apps/48/preferences-system-windows.png +share/icons/matefaenza/apps/48/pup.png +share/icons/matefaenza/apps/48/pychess.png +share/icons/matefaenza/apps/48/pyneighborhood_48x48.png +share/icons/matefaenza/apps/48/q4wine.png +share/icons/matefaenza/apps/48/qgit.png +share/icons/matefaenza/apps/48/qjackctl.png +share/icons/matefaenza/apps/48/qtassistant.png +share/icons/matefaenza/apps/48/qtconfig-qt4.png +share/icons/matefaenza/apps/48/qtcreator.png +share/icons/matefaenza/apps/48/qtcreator_logo_32.png +share/icons/matefaenza/apps/48/qtdesigner.png +share/icons/matefaenza/apps/48/qtlinguist.png +share/icons/matefaenza/apps/48/quake.png +share/icons/matefaenza/apps/48/quake2.png +share/icons/matefaenza/apps/48/quake3.png +share/icons/matefaenza/apps/48/quake4.png +share/icons/matefaenza/apps/48/qucs.png +share/icons/matefaenza/apps/48/radio.png +share/icons/matefaenza/apps/48/radiotray.png +share/icons/matefaenza/apps/48/rclock.png +share/icons/matefaenza/apps/48/redhat-filemanager.png +share/icons/matefaenza/apps/48/redhat-server_settings.png +share/icons/matefaenza/apps/48/redhat-tools.png +share/icons/matefaenza/apps/48/redhat-web-browser.png +share/icons/matefaenza/apps/48/remmina.png +share/icons/matefaenza/apps/48/revelation.png +share/icons/matefaenza/apps/48/revenge.png +share/icons/matefaenza/apps/48/rhythmbox.png +share/icons/matefaenza/apps/48/ristretto.png +share/icons/matefaenza/apps/48/rosegarden.png +share/icons/matefaenza/apps/48/rpmdrake.png +share/icons/matefaenza/apps/48/rssowl.png +share/icons/matefaenza/apps/48/sauerbraten.png +share/icons/matefaenza/apps/48/sauerbraten.xpm +share/icons/matefaenza/apps/48/screenie-qt.png +share/icons/matefaenza/apps/48/screenie.png +share/icons/matefaenza/apps/48/screenruler-icon.png +share/icons/matefaenza/apps/48/screenruler.png +share/icons/matefaenza/apps/48/screensaver.png +share/icons/matefaenza/apps/48/scribes.png +share/icons/matefaenza/apps/48/scribus.png +share/icons/matefaenza/apps/48/seahorse-preferences.png +share/icons/matefaenza/apps/48/seahorse.png +share/icons/matefaenza/apps/48/seamonkey.png +share/icons/matefaenza/apps/48/session-properties.png +share/icons/matefaenza/apps/48/setroubleshoot_icon.png +share/icons/matefaenza/apps/48/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/48/shares.png +share/icons/matefaenza/apps/48/shotwell.png +share/icons/matefaenza/apps/48/shutter.png +share/icons/matefaenza/apps/48/simple-ccsm.png +share/icons/matefaenza/apps/48/skype.png +share/icons/matefaenza/apps/48/sleep.png +share/icons/matefaenza/apps/48/slingshot.png +share/icons/matefaenza/apps/48/smc.png +share/icons/matefaenza/apps/48/smplayer.png +share/icons/matefaenza/apps/48/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/48/software-properties.png +share/icons/matefaenza/apps/48/softwarecenter-debian.png +share/icons/matefaenza/apps/48/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/48/softwarecenter.png +share/icons/matefaenza/apps/48/sound-juicer.png +share/icons/matefaenza/apps/48/soundconverter.png +share/icons/matefaenza/apps/48/speedcrunch.png +share/icons/matefaenza/apps/48/spotify-linux-48x48.png +share/icons/matefaenza/apps/48/spotify-linux-512x512.png +share/icons/matefaenza/apps/48/spotify.png +share/icons/matefaenza/apps/48/sqlitebrowser.png +share/icons/matefaenza/apps/48/stardict.png +share/icons/matefaenza/apps/48/startupmanager.png +share/icons/matefaenza/apps/48/steam.png +share/icons/matefaenza/apps/48/steampowered.png +share/icons/matefaenza/apps/48/stellarium.png +share/icons/matefaenza/apps/48/sticky-notes.png +share/icons/matefaenza/apps/48/stock_alarm.png +share/icons/matefaenza/apps/48/stock_calendar.png +share/icons/matefaenza/apps/48/stock_help.png +share/icons/matefaenza/apps/48/stock_insert-note.png +share/icons/matefaenza/apps/48/stock_keyring.png +share/icons/matefaenza/apps/48/stock_notes.png +share/icons/matefaenza/apps/48/stock_task.png +share/icons/matefaenza/apps/48/stock_unknown.png +share/icons/matefaenza/apps/48/stock_view-details.png +share/icons/matefaenza/apps/48/style.png +share/icons/matefaenza/apps/48/sun-java.png +share/icons/matefaenza/apps/48/sun-java6.png +share/icons/matefaenza/apps/48/sun-java7.png +share/icons/matefaenza/apps/48/sun-javaws.png +share/icons/matefaenza/apps/48/sun-jcontrol.png +share/icons/matefaenza/apps/48/supertux.png +share/icons/matefaenza/apps/48/supertuxkart.png +share/icons/matefaenza/apps/48/supertuxkart.xpm +share/icons/matefaenza/apps/48/susehelpcenter.png +share/icons/matefaenza/apps/48/susers.png +share/icons/matefaenza/apps/48/sylpheed.png +share/icons/matefaenza/apps/48/synapse.png +share/icons/matefaenza/apps/48/synaptic.png +share/icons/matefaenza/apps/48/synfig.png +share/icons/matefaenza/apps/48/sysprof-icon.png +share/icons/matefaenza/apps/48/system-config-authentication.png +share/icons/matefaenza/apps/48/system-config-date.png +share/icons/matefaenza/apps/48/system-config-displayca.png +share/icons/matefaenza/apps/48/system-config-users.png +share/icons/matefaenza/apps/48/system-file-manager.png +share/icons/matefaenza/apps/48/system-hibernate.png +share/icons/matefaenza/apps/48/system-installer.png +share/icons/matefaenza/apps/48/system-restart.png +share/icons/matefaenza/apps/48/system-shut-down.png +share/icons/matefaenza/apps/48/system-software-install.png +share/icons/matefaenza/apps/48/system-software-installer.png +share/icons/matefaenza/apps/48/system-software-update.png +share/icons/matefaenza/apps/48/system-suspend-hibernate.png +share/icons/matefaenza/apps/48/system-suspend.png +share/icons/matefaenza/apps/48/system-switch-java.png +share/icons/matefaenza/apps/48/system-switch-user.png +share/icons/matefaenza/apps/48/system-users.png +share/icons/matefaenza/apps/48/teamviewer.png +share/icons/matefaenza/apps/48/teeworlds.png +share/icons/matefaenza/apps/48/telepathy.png +share/icons/matefaenza/apps/48/terminal.png +share/icons/matefaenza/apps/48/terminal.xpm +share/icons/matefaenza/apps/48/terminator.png +share/icons/matefaenza/apps/48/text-editor.png +share/icons/matefaenza/apps/48/the-board.png +share/icons/matefaenza/apps/48/thunar.png +share/icons/matefaenza/apps/48/thunderbird-icon.png +share/icons/matefaenza/apps/48/thunderbird.png +share/icons/matefaenza/apps/48/tilda.png +share/icons/matefaenza/apps/48/time-admin.png +share/icons/matefaenza/apps/48/time.png +share/icons/matefaenza/apps/48/timer-applet.png +share/icons/matefaenza/apps/48/tomboy-note.png +share/icons/matefaenza/apps/48/tomboy.png +share/icons/matefaenza/apps/48/torcs.png +share/icons/matefaenza/apps/48/torcs.xpm +share/icons/matefaenza/apps/48/totem.png +share/icons/matefaenza/apps/48/tracker.png +share/icons/matefaenza/apps/48/transmission.png +share/icons/matefaenza/apps/48/truecrypt.png +share/icons/matefaenza/apps/48/tsclient.png +share/icons/matefaenza/apps/48/tuxguitar.png +share/icons/matefaenza/apps/48/tvtime.png +share/icons/matefaenza/apps/48/twitter.png +share/icons/matefaenza/apps/48/twitux.png +share/icons/matefaenza/apps/48/ubuntu-tweak.png +share/icons/matefaenza/apps/48/ubuntuone-client.png +share/icons/matefaenza/apps/48/ubuntuone-installer.png +share/icons/matefaenza/apps/48/ubuntuone-music.png +share/icons/matefaenza/apps/48/ubuntuone.png +share/icons/matefaenza/apps/48/uck.png +share/icons/matefaenza/apps/48/ufw-frontends.png +share/icons/matefaenza/apps/48/un-reboot.png +share/icons/matefaenza/apps/48/unison-gtk.png +share/icons/matefaenza/apps/48/unreal-tournament.png +share/icons/matefaenza/apps/48/update-manager.png +share/icons/matefaenza/apps/48/update-notifier.png +share/icons/matefaenza/apps/48/urban-terror.png +share/icons/matefaenza/apps/48/usb-creator-gtk.png +share/icons/matefaenza/apps/48/usb-creator.png +share/icons/matefaenza/apps/48/user-info.png +share/icons/matefaenza/apps/48/user_auth.png +share/icons/matefaenza/apps/48/usermount.png +share/icons/matefaenza/apps/48/ut2004.png +share/icons/matefaenza/apps/48/utilities-file-archiver.png +share/icons/matefaenza/apps/48/utilities-log-viewer.png +share/icons/matefaenza/apps/48/utilities-system-monitor.png +share/icons/matefaenza/apps/48/utilities-terminal.png +share/icons/matefaenza/apps/48/varicad.png +share/icons/matefaenza/apps/48/vendetta-online.png +share/icons/matefaenza/apps/48/vic20.png +share/icons/matefaenza/apps/48/vim.png +share/icons/matefaenza/apps/48/vinagre.png +share/icons/matefaenza/apps/48/virtualbox-ose.png +share/icons/matefaenza/apps/48/virtualbox.png +share/icons/matefaenza/apps/48/vlc.png +share/icons/matefaenza/apps/48/volleybrawl.png +share/icons/matefaenza/apps/48/wallpaper.png +share/icons/matefaenza/apps/48/warmux.png +share/icons/matefaenza/apps/48/warsow.png +share/icons/matefaenza/apps/48/web-browser.png +share/icons/matefaenza/apps/48/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/48/wesnoth.png +share/icons/matefaenza/apps/48/wikipedia.png +share/icons/matefaenza/apps/48/window-manager.png +share/icons/matefaenza/apps/48/wine-notepad.png +share/icons/matefaenza/apps/48/wine-uninstaller.png +share/icons/matefaenza/apps/48/wine-winecfg.png +share/icons/matefaenza/apps/48/wine-winetricks.png +share/icons/matefaenza/apps/48/wine.png +share/icons/matefaenza/apps/48/wireshark.png +share/icons/matefaenza/apps/48/wmtweaks.png +share/icons/matefaenza/apps/48/wordpress.png +share/icons/matefaenza/apps/48/workspace-switcher.png +share/icons/matefaenza/apps/48/wunderlist.png +share/icons/matefaenza/apps/48/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/48/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/48/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/48/wxbanker.png +share/icons/matefaenza/apps/48/x-office-address-book.png +share/icons/matefaenza/apps/48/x-office-calendar.png +share/icons/matefaenza/apps/48/x-system-software-sources.png +share/icons/matefaenza/apps/48/xarchiver.png +share/icons/matefaenza/apps/48/xbmc.png +share/icons/matefaenza/apps/48/xchat-gnome.png +share/icons/matefaenza/apps/48/xchat-mini.png +share/icons/matefaenza/apps/48/xchat.png +share/icons/matefaenza/apps/48/xchat.xpm +share/icons/matefaenza/apps/48/xfburn.png +share/icons/matefaenza/apps/48/xfcalendar.png +share/icons/matefaenza/apps/48/xfce-edit.png +share/icons/matefaenza/apps/48/xfce-filemanager.png +share/icons/matefaenza/apps/48/xfce-mail.png +share/icons/matefaenza/apps/48/xfce-man.png +share/icons/matefaenza/apps/48/xfce-schedule.png +share/icons/matefaenza/apps/48/xfce-sound.png +share/icons/matefaenza/apps/48/xfce-system-info.png +share/icons/matefaenza/apps/48/xfce-terminal.png +share/icons/matefaenza/apps/48/xfce-ui.png +share/icons/matefaenza/apps/48/xfce4-appfinder.png +share/icons/matefaenza/apps/48/xfce4-backdrop.png +share/icons/matefaenza/apps/48/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/48/xfce4-clock.png +share/icons/matefaenza/apps/48/xfce4-dict.png +share/icons/matefaenza/apps/48/xfce4-mcs-manager.png +share/icons/matefaenza/apps/48/xfce4-menueditor.png +share/icons/matefaenza/apps/48/xfce4-notes-plugin.png +share/icons/matefaenza/apps/48/xfce4-panel.png +share/icons/matefaenza/apps/48/xfce4-session.png +share/icons/matefaenza/apps/48/xfce4-workspaces.png +share/icons/matefaenza/apps/48/xfce_unknown.png +share/icons/matefaenza/apps/48/xfsm-hibernate.png +share/icons/matefaenza/apps/48/xfsm-logout.png +share/icons/matefaenza/apps/48/xfsm-reboot.png +share/icons/matefaenza/apps/48/xfsm-shutdown.png +share/icons/matefaenza/apps/48/xfsm-suspend.png +share/icons/matefaenza/apps/48/xfsm-switch.png +share/icons/matefaenza/apps/48/xfwm4.png +share/icons/matefaenza/apps/48/ximian-evolution-calendar.png +share/icons/matefaenza/apps/48/xine.png +share/icons/matefaenza/apps/48/xmoto.png +share/icons/matefaenza/apps/48/xonotic.png +share/icons/matefaenza/apps/48/xoscope.png +share/icons/matefaenza/apps/48/xournal.png +share/icons/matefaenza/apps/48/xpad.png +share/icons/matefaenza/apps/48/xscreensaver.png +share/icons/matefaenza/apps/48/xterm-color_32x32.png +share/icons/matefaenza/apps/48/xterm-color_32x32.xpm +share/icons/matefaenza/apps/48/xterm-color_48x48.png +share/icons/matefaenza/apps/48/xterm-color_48x48.xpm +share/icons/matefaenza/apps/48/xterm.png +share/icons/matefaenza/apps/48/xterm.xpm +share/icons/matefaenza/apps/48/xterm_32x32.png +share/icons/matefaenza/apps/48/xterm_32x32.xpm +share/icons/matefaenza/apps/48/xterm_48x48.png +share/icons/matefaenza/apps/48/xterm_48x48.xpm +share/icons/matefaenza/apps/48/yahoo.png +share/icons/matefaenza/apps/48/youtube.png +share/icons/matefaenza/apps/48/yumex.png +share/icons/matefaenza/apps/48/zeitgeist.png +share/icons/matefaenza/apps/48/zen-icon.png +share/icons/matefaenza/apps/48/zenmap.png +share/icons/matefaenza/apps/48/zim.png +share/icons/matefaenza/apps/48/zsnes.png +share/icons/matefaenza/apps/64/AdobeAIR.png +share/icons/matefaenza/apps/64/AdobeReader.png +share/icons/matefaenza/apps/64/AdobeReader10.png +share/icons/matefaenza/apps/64/AdobeReader8.png +share/icons/matefaenza/apps/64/AdobeReader9.png +share/icons/matefaenza/apps/64/DC++.png +share/icons/matefaenza/apps/64/Doom3.png +share/icons/matefaenza/apps/64/ET-quakewars.png +share/icons/matefaenza/apps/64/EasyTAG_icon.png +share/icons/matefaenza/apps/64/Etermutilities-terminal.png +share/icons/matefaenza/apps/64/Gish.png +share/icons/matefaenza/apps/64/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/64/Osmos.png +share/icons/matefaenza/apps/64/Penumbra.png +share/icons/matefaenza/apps/64/Savage2.png +share/icons/matefaenza/apps/64/Terminal.png +share/icons/matefaenza/apps/64/Thunar.png +share/icons/matefaenza/apps/64/Trine.png +share/icons/matefaenza/apps/64/VBox.png +share/icons/matefaenza/apps/64/WorldOfGoo.png +share/icons/matefaenza/apps/64/WorldOfGooDemo.png +share/icons/matefaenza/apps/64/WorldofPadman.png +share/icons/matefaenza/apps/64/Wunderlist.png +share/icons/matefaenza/apps/64/abiword.png +share/icons/matefaenza/apps/64/abiword_48.png +share/icons/matefaenza/apps/64/abrt.png +share/icons/matefaenza/apps/64/access.png +share/icons/matefaenza/apps/64/accessibility-directory.png +share/icons/matefaenza/apps/64/accessories-calculator.png +share/icons/matefaenza/apps/64/accessories-character-map.png +share/icons/matefaenza/apps/64/accessories-dictionary.png +share/icons/matefaenza/apps/64/accessories-text-editor.png +share/icons/matefaenza/apps/64/acroread.png +share/icons/matefaenza/apps/64/activity-log-manager.png +share/icons/matefaenza/apps/64/addressbook.png +share/icons/matefaenza/apps/64/adobe-air.png +share/icons/matefaenza/apps/64/adobe-flashplayer.png +share/icons/matefaenza/apps/64/adobeflashplugin.png +share/icons/matefaenza/apps/64/akregator.png +share/icons/matefaenza/apps/64/alacarte.png +share/icons/matefaenza/apps/64/alien-arena.png +share/icons/matefaenza/apps/64/alien-arena.xpm +share/icons/matefaenza/apps/64/amarok.png +share/icons/matefaenza/apps/64/amazon-mp3-store-source.png +share/icons/matefaenza/apps/64/amazon-store.png +share/icons/matefaenza/apps/64/amnesia-dark-decent.png +share/icons/matefaenza/apps/64/amule.png +share/icons/matefaenza/apps/64/anjuta.png +share/icons/matefaenza/apps/64/applets-screenshooter.png +share/icons/matefaenza/apps/64/application-default-icon.png +share/icons/matefaenza/apps/64/application-x-clementine.png +share/icons/matefaenza/apps/64/aqualung.png +share/icons/matefaenza/apps/64/as-icon.png +share/icons/matefaenza/apps/64/as-powered.png +share/icons/matefaenza/apps/64/assistant.png +share/icons/matefaenza/apps/64/atril.png +share/icons/matefaenza/apps/64/audacious.png +share/icons/matefaenza/apps/64/audacity.png +share/icons/matefaenza/apps/64/audiobook.png +share/icons/matefaenza/apps/64/autoplus.png +share/icons/matefaenza/apps/64/avant-window-navigator.png +share/icons/matefaenza/apps/64/awn-settings.png +share/icons/matefaenza/apps/64/ax-applet.png +share/icons/matefaenza/apps/64/background.png +share/icons/matefaenza/apps/64/badge-small.png +share/icons/matefaenza/apps/64/banshee-1.png +share/icons/matefaenza/apps/64/banshee.png +share/icons/matefaenza/apps/64/baobab.png +share/icons/matefaenza/apps/64/bash.png +share/icons/matefaenza/apps/64/bazaar.png +share/icons/matefaenza/apps/64/bleachbit.png +share/icons/matefaenza/apps/64/blender.png +share/icons/matefaenza/apps/64/bluefish-icon.png +share/icons/matefaenza/apps/64/bluefish.png +share/icons/matefaenza/apps/64/bluegriffon.png +share/icons/matefaenza/apps/64/blueman.png +share/icons/matefaenza/apps/64/blueradio-48.png +share/icons/matefaenza/apps/64/blueradio.png +share/icons/matefaenza/apps/64/bluetooth-48.png +share/icons/matefaenza/apps/64/bluetooth.png +share/icons/matefaenza/apps/64/bluetoothradio.png +share/icons/matefaenza/apps/64/boot.png +share/icons/matefaenza/apps/64/brasero.png +share/icons/matefaenza/apps/64/browser-help.png +share/icons/matefaenza/apps/64/browser.png +share/icons/matefaenza/apps/64/bt-logo.png +share/icons/matefaenza/apps/64/bug-buddy.png +share/icons/matefaenza/apps/64/bzr-explorer.png +share/icons/matefaenza/apps/64/c128.png +share/icons/matefaenza/apps/64/c610.png +share/icons/matefaenza/apps/64/c64.png +share/icons/matefaenza/apps/64/caffeine.png +share/icons/matefaenza/apps/64/cairo-clock.png +share/icons/matefaenza/apps/64/calc.png +share/icons/matefaenza/apps/64/catfish.png +share/icons/matefaenza/apps/64/ccc_large.png +share/icons/matefaenza/apps/64/ccsm.png +share/icons/matefaenza/apps/64/checkbox.png +share/icons/matefaenza/apps/64/checkgmail.png +share/icons/matefaenza/apps/64/cheese.png +share/icons/matefaenza/apps/64/chromium-browser.png +share/icons/matefaenza/apps/64/chromium-browser2.png +share/icons/matefaenza/apps/64/chromium.png +share/icons/matefaenza/apps/64/claws-mail.png +share/icons/matefaenza/apps/64/clementine.png +share/icons/matefaenza/apps/64/clock.png +share/icons/matefaenza/apps/64/clocks.png +share/icons/matefaenza/apps/64/comix.png +share/icons/matefaenza/apps/64/computerjanitor.png +share/icons/matefaenza/apps/64/config-date.png +share/icons/matefaenza/apps/64/config-language.png +share/icons/matefaenza/apps/64/config-users.png +share/icons/matefaenza/apps/64/control-center2.png +share/icons/matefaenza/apps/64/covergloobus.png +share/icons/matefaenza/apps/64/credentials-preferences.png +share/icons/matefaenza/apps/64/cryptkeeper.png +share/icons/matefaenza/apps/64/cups.png +share/icons/matefaenza/apps/64/dc++.png +share/icons/matefaenza/apps/64/dconf-editor.png +share/icons/matefaenza/apps/64/deadbeef.png +share/icons/matefaenza/apps/64/defcon.png +share/icons/matefaenza/apps/64/deja-dup.png +share/icons/matefaenza/apps/64/deluge-torrent.png +share/icons/matefaenza/apps/64/deluge.png +share/icons/matefaenza/apps/64/designer.png +share/icons/matefaenza/apps/64/desktop-effects.png +share/icons/matefaenza/apps/64/desura.png +share/icons/matefaenza/apps/64/devede.png +share/icons/matefaenza/apps/64/devhelp.png +share/icons/matefaenza/apps/64/dia.png +share/icons/matefaenza/apps/64/display-capplet.png +share/icons/matefaenza/apps/64/display.im6.png +share/icons/matefaenza/apps/64/docky.png +share/icons/matefaenza/apps/64/dosbox.png +share/icons/matefaenza/apps/64/drakconf.png +share/icons/matefaenza/apps/64/drakmenustyle.png +share/icons/matefaenza/apps/64/drakstats.png +share/icons/matefaenza/apps/64/dropbox.png +share/icons/matefaenza/apps/64/dvdrip.png +share/icons/matefaenza/apps/64/easylife.png +share/icons/matefaenza/apps/64/easytag.png +share/icons/matefaenza/apps/64/eclipse.png +share/icons/matefaenza/apps/64/edit-urpm-sources.png +share/icons/matefaenza/apps/64/eekboard.png +share/icons/matefaenza/apps/64/ejecter.png +share/icons/matefaenza/apps/64/ekiga.png +share/icons/matefaenza/apps/64/emacs.png +share/icons/matefaenza/apps/64/emacs23.png +share/icons/matefaenza/apps/64/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/64/emesene.png +share/icons/matefaenza/apps/64/empathy.png +share/icons/matefaenza/apps/64/engrampa.png +share/icons/matefaenza/apps/64/eog.png +share/icons/matefaenza/apps/64/eom.png +share/icons/matefaenza/apps/64/evernote.png +share/icons/matefaenza/apps/64/evince.png +share/icons/matefaenza/apps/64/evolution-calendar.png +share/icons/matefaenza/apps/64/evolution-mail.png +share/icons/matefaenza/apps/64/evolution-memos.png +share/icons/matefaenza/apps/64/evolution-tasks.png +share/icons/matefaenza/apps/64/evolution.png +share/icons/matefaenza/apps/64/exaile.png +share/icons/matefaenza/apps/64/f-spot.png +share/icons/matefaenza/apps/64/facebook.png +share/icons/matefaenza/apps/64/fedora-release-notes.png +share/icons/matefaenza/apps/64/fightgear.png +share/icons/matefaenza/apps/64/file-manager.png +share/icons/matefaenza/apps/64/file-roller.png +share/icons/matefaenza/apps/64/filezilla.png +share/icons/matefaenza/apps/64/firefox-3.0.png +share/icons/matefaenza/apps/64/firefox-3.5.png +share/icons/matefaenza/apps/64/firefox-4.0.png +share/icons/matefaenza/apps/64/firefox-original.png +share/icons/matefaenza/apps/64/firefox.png +share/icons/matefaenza/apps/64/firestarter.png +share/icons/matefaenza/apps/64/flash-player-properties.png +share/icons/matefaenza/apps/64/flash.png +share/icons/matefaenza/apps/64/flashplayer.png +share/icons/matefaenza/apps/64/flegita.png +share/icons/matefaenza/apps/64/flickr.png +share/icons/matefaenza/apps/64/flightgear.xpm +share/icons/matefaenza/apps/64/fonts.png +share/icons/matefaenza/apps/64/freetuxtv.png +share/icons/matefaenza/apps/64/frostwire.png +share/icons/matefaenza/apps/64/frozen-bubble-icon-64x64.png +share/icons/matefaenza/apps/64/frozen-bubble.png +share/icons/matefaenza/apps/64/frozen-bubble.xpm +share/icons/matefaenza/apps/64/fusion-icon.png +share/icons/matefaenza/apps/64/gajim.png +share/icons/matefaenza/apps/64/galculator.png +share/icons/matefaenza/apps/64/gazpacho-icon.png +share/icons/matefaenza/apps/64/gazpacho.png +share/icons/matefaenza/apps/64/gbrainy.png +share/icons/matefaenza/apps/64/gcolor2.png +share/icons/matefaenza/apps/64/gconf-editor.png +share/icons/matefaenza/apps/64/gconfeditor.png +share/icons/matefaenza/apps/64/gcstar.png +share/icons/matefaenza/apps/64/gdeb.png +share/icons/matefaenza/apps/64/gdebi.png +share/icons/matefaenza/apps/64/gdm-setup.png +share/icons/matefaenza/apps/64/gdm-xnest.png +share/icons/matefaenza/apps/64/gdm.png +share/icons/matefaenza/apps/64/geany.png +share/icons/matefaenza/apps/64/gimp.png +share/icons/matefaenza/apps/64/gkdebconf-icon.png +share/icons/matefaenza/apps/64/gkdebconf.png +share/icons/matefaenza/apps/64/gksu-debian.png +share/icons/matefaenza/apps/64/gksu-root-terminal.png +share/icons/matefaenza/apps/64/glade-3.png +share/icons/matefaenza/apps/64/glade.png +share/icons/matefaenza/apps/64/glippy.png +share/icons/matefaenza/apps/64/gloobus-preview.png +share/icons/matefaenza/apps/64/gloobus.png +share/icons/matefaenza/apps/64/gmail.png +share/icons/matefaenza/apps/64/gmailwatcher.png +share/icons/matefaenza/apps/64/gmameui.png +share/icons/matefaenza/apps/64/gmdb2.png +share/icons/matefaenza/apps/64/gmusicbrowser.png +share/icons/matefaenza/apps/64/gnochm.png +share/icons/matefaenza/apps/64/gnome-about-logo.png +share/icons/matefaenza/apps/64/gnome-activity-journal.png +share/icons/matefaenza/apps/64/gnome-aisleriot.png +share/icons/matefaenza/apps/64/gnome-app-install.png +share/icons/matefaenza/apps/64/gnome-apt.png +share/icons/matefaenza/apps/64/gnome-audio.png +share/icons/matefaenza/apps/64/gnome-calculator.png +share/icons/matefaenza/apps/64/gnome-calendar.png +share/icons/matefaenza/apps/64/gnome-character-map.png +share/icons/matefaenza/apps/64/gnome-contacts.png +share/icons/matefaenza/apps/64/gnome-desktop-config.png +share/icons/matefaenza/apps/64/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/64/gnome-device-manager.png +share/icons/matefaenza/apps/64/gnome-dictionary.png +share/icons/matefaenza/apps/64/gnome-disks.png +share/icons/matefaenza/apps/64/gnome-display-properties.png +share/icons/matefaenza/apps/64/gnome-do.png +share/icons/matefaenza/apps/64/gnome-documents.png +share/icons/matefaenza/apps/64/gnome-eterm.png +share/icons/matefaenza/apps/64/gnome-freecell.png +share/icons/matefaenza/apps/64/gnome-glchess.png +share/icons/matefaenza/apps/64/gnome-glines.png +share/icons/matefaenza/apps/64/gnome-gmenu.png +share/icons/matefaenza/apps/64/gnome-gnect.png +share/icons/matefaenza/apps/64/gnome-gnibbles.png +share/icons/matefaenza/apps/64/gnome-help.png +share/icons/matefaenza/apps/64/gnome-iagno.png +share/icons/matefaenza/apps/64/gnome-info.png +share/icons/matefaenza/apps/64/gnome-klotski.png +share/icons/matefaenza/apps/64/gnome-lightsoff.png +share/icons/matefaenza/apps/64/gnome-log-out.png +share/icons/matefaenza/apps/64/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/64/gnome-logout.png +share/icons/matefaenza/apps/64/gnome-mahjongg.png +share/icons/matefaenza/apps/64/gnome-mines.png +share/icons/matefaenza/apps/64/gnome-monitor.png +share/icons/matefaenza/apps/64/gnome-mplayer.png +share/icons/matefaenza/apps/64/gnome-nettool.png +share/icons/matefaenza/apps/64/gnome-network-properties.png +share/icons/matefaenza/apps/64/gnome-networktool.png +share/icons/matefaenza/apps/64/gnome-note.png +share/icons/matefaenza/apps/64/gnome-package.png +share/icons/matefaenza/apps/64/gnome-panel-clock.png +share/icons/matefaenza/apps/64/gnome-panel-launcher.png +share/icons/matefaenza/apps/64/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/64/gnome-panel.png +share/icons/matefaenza/apps/64/gnome-power-manager.png +share/icons/matefaenza/apps/64/gnome-power-statistics.png +share/icons/matefaenza/apps/64/gnome-quadrapassel.png +share/icons/matefaenza/apps/64/gnome-remote-desktop.png +share/icons/matefaenza/apps/64/gnome-robots.png +share/icons/matefaenza/apps/64/gnome-samegnome.png +share/icons/matefaenza/apps/64/gnome-screenshot.png +share/icons/matefaenza/apps/64/gnome-session-halt.png +share/icons/matefaenza/apps/64/gnome-session-hibernate.png +share/icons/matefaenza/apps/64/gnome-session-logout.png +share/icons/matefaenza/apps/64/gnome-session-reboot.png +share/icons/matefaenza/apps/64/gnome-session-sleep.png +share/icons/matefaenza/apps/64/gnome-session-suspend.png +share/icons/matefaenza/apps/64/gnome-session-switch.png +share/icons/matefaenza/apps/64/gnome-session.png +share/icons/matefaenza/apps/64/gnome-set-time.png +share/icons/matefaenza/apps/64/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/64/gnome-settings-background.png +share/icons/matefaenza/apps/64/gnome-settings-default-applications.png +share/icons/matefaenza/apps/64/gnome-settings-font.png +share/icons/matefaenza/apps/64/gnome-settings-sound.png +share/icons/matefaenza/apps/64/gnome-settings-theme.png +share/icons/matefaenza/apps/64/gnome-shutdown.png +share/icons/matefaenza/apps/64/gnome-sound-properties.png +share/icons/matefaenza/apps/64/gnome-sound-recorder.png +share/icons/matefaenza/apps/64/gnome-status.png +share/icons/matefaenza/apps/64/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/64/gnome-sudoku.png +share/icons/matefaenza/apps/64/gnome-swell-foop.png +share/icons/matefaenza/apps/64/gnome-system-monitor.png +share/icons/matefaenza/apps/64/gnome-tali.png +share/icons/matefaenza/apps/64/gnome-term.png +share/icons/matefaenza/apps/64/gnome-terminal.png +share/icons/matefaenza/apps/64/gnome-tetravex.png +share/icons/matefaenza/apps/64/gnome-translate.png +share/icons/matefaenza/apps/64/gnome-unknown.png +share/icons/matefaenza/apps/64/gnome-volume-control.png +share/icons/matefaenza/apps/64/gnome-web-browser.png +share/icons/matefaenza/apps/64/gnome-window-manager.png +share/icons/matefaenza/apps/64/gnome-word.png +share/icons/matefaenza/apps/64/gnome-xterm.png +share/icons/matefaenza/apps/64/gnomeradio.png +share/icons/matefaenza/apps/64/gnomine.png +share/icons/matefaenza/apps/64/gnote.png +share/icons/matefaenza/apps/64/gnucash-icon.png +share/icons/matefaenza/apps/64/gnumeric.png +share/icons/matefaenza/apps/64/goa-account-facebook.png +share/icons/matefaenza/apps/64/goa-account-google.png +share/icons/matefaenza/apps/64/goa-account-twitter.png +share/icons/matefaenza/apps/64/goa-account-yahoo.png +share/icons/matefaenza/apps/64/goa-account.png +share/icons/matefaenza/apps/64/goa-panel.png +share/icons/matefaenza/apps/64/gobby-0.5.png +share/icons/matefaenza/apps/64/gobby.png +share/icons/matefaenza/apps/64/goldendict.png +share/icons/matefaenza/apps/64/google-chrome-unstable.png +share/icons/matefaenza/apps/64/google-chrome.png +share/icons/matefaenza/apps/64/google-chrome2.png +share/icons/matefaenza/apps/64/google-earth.png +share/icons/matefaenza/apps/64/google-plus.png +share/icons/matefaenza/apps/64/google.png +share/icons/matefaenza/apps/64/googleearth.png +share/icons/matefaenza/apps/64/googlemusicframe.png +share/icons/matefaenza/apps/64/googleplus.png +share/icons/matefaenza/apps/64/gparted.png +share/icons/matefaenza/apps/64/gpicview.png +share/icons/matefaenza/apps/64/gpk-prefs.png +share/icons/matefaenza/apps/64/gpk-repo.png +share/icons/matefaenza/apps/64/gpodder.png +share/icons/matefaenza/apps/64/grisbi.png +share/icons/matefaenza/apps/64/gtg.png +share/icons/matefaenza/apps/64/gthumb.png +share/icons/matefaenza/apps/64/gtk-help.png +share/icons/matefaenza/apps/64/gtk-info.png +share/icons/matefaenza/apps/64/gtk-recordmydesktop.png +share/icons/matefaenza/apps/64/gtwitter.png +share/icons/matefaenza/apps/64/guake-notification.png +share/icons/matefaenza/apps/64/guake-prefs.png +share/icons/matefaenza/apps/64/guake.png +share/icons/matefaenza/apps/64/guayadeque.png +share/icons/matefaenza/apps/64/gucharmap.png +share/icons/matefaenza/apps/64/gufw.png +share/icons/matefaenza/apps/64/gufw_menu.png +share/icons/matefaenza/apps/64/gvim.png +share/icons/matefaenza/apps/64/gwenview.png +share/icons/matefaenza/apps/64/gwibber.png +share/icons/matefaenza/apps/64/haguichi.png +share/icons/matefaenza/apps/64/hardinfo.png +share/icons/matefaenza/apps/64/hedgewars.png +share/icons/matefaenza/apps/64/help-browser.png +share/icons/matefaenza/apps/64/help.png +share/icons/matefaenza/apps/64/hi48-app-wireshark.png +share/icons/matefaenza/apps/64/homebank.png +share/icons/matefaenza/apps/64/hotwire.png +share/icons/matefaenza/apps/64/htop.png +share/icons/matefaenza/apps/64/ibus-setup.png +share/icons/matefaenza/apps/64/ibus.png +share/icons/matefaenza/apps/64/icedove.png +share/icons/matefaenza/apps/64/iceweasel.png +share/icons/matefaenza/apps/64/im-chooser.png +share/icons/matefaenza/apps/64/imagemagick.png +share/icons/matefaenza/apps/64/indicator-applet.png +share/icons/matefaenza/apps/64/indicator-weather.png +share/icons/matefaenza/apps/64/inkscape.png +share/icons/matefaenza/apps/64/internet-mail.png +share/icons/matefaenza/apps/64/internet-news-reader.png +share/icons/matefaenza/apps/64/internet-web-browser.png +share/icons/matefaenza/apps/64/itunes.png +share/icons/matefaenza/apps/64/jag.png +share/icons/matefaenza/apps/64/jag.xpm +share/icons/matefaenza/apps/64/jag_editor.png +share/icons/matefaenza/apps/64/jdownloader.png +share/icons/matefaenza/apps/64/jockey-kde.png +share/icons/matefaenza/apps/64/jockey.png +share/icons/matefaenza/apps/64/jokosher.png +share/icons/matefaenza/apps/64/k3b.png +share/icons/matefaenza/apps/64/kaffeine.png +share/icons/matefaenza/apps/64/kate.png +share/icons/matefaenza/apps/64/kcharselect.png +share/icons/matefaenza/apps/64/kcmkwm.png +share/icons/matefaenza/apps/64/kedit.png +share/icons/matefaenza/apps/64/keepassx.png +share/icons/matefaenza/apps/64/kentoo.png +share/icons/matefaenza/apps/64/key_bindings.png +share/icons/matefaenza/apps/64/keyring-manager.png +share/icons/matefaenza/apps/64/kflickr.png +share/icons/matefaenza/apps/64/kfm.png +share/icons/matefaenza/apps/64/khelpcenter.png +share/icons/matefaenza/apps/64/klavaro.png +share/icons/matefaenza/apps/64/kmail.png +share/icons/matefaenza/apps/64/kmousetool.png +share/icons/matefaenza/apps/64/kmplayer.png +share/icons/matefaenza/apps/64/knotes.png +share/icons/matefaenza/apps/64/kobo-icon.png +share/icons/matefaenza/apps/64/kobo-icon.xpm +share/icons/matefaenza/apps/64/konsole.png +share/icons/matefaenza/apps/64/kopete.png +share/icons/matefaenza/apps/64/korganizer.png +share/icons/matefaenza/apps/64/kpackage.png +share/icons/matefaenza/apps/64/kplayer.png +share/icons/matefaenza/apps/64/kradio.png +share/icons/matefaenza/apps/64/kradio4.png +share/icons/matefaenza/apps/64/kscreensaver.png +share/icons/matefaenza/apps/64/ksnapshot.png +share/icons/matefaenza/apps/64/ksysguard.png +share/icons/matefaenza/apps/64/ktorrent.png +share/icons/matefaenza/apps/64/ktouch.png +share/icons/matefaenza/apps/64/kupfer.png +share/icons/matefaenza/apps/64/kuser.png +share/icons/matefaenza/apps/64/kwin.png +share/icons/matefaenza/apps/64/kynpatic.png +share/icons/matefaenza/apps/64/last-fm.png +share/icons/matefaenza/apps/64/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/64/lastfm.png +share/icons/matefaenza/apps/64/leafpad.png +share/icons/matefaenza/apps/64/library-internet-radio.png +share/icons/matefaenza/apps/64/library-podcast.png +share/icons/matefaenza/apps/64/libreoffice-base.png +share/icons/matefaenza/apps/64/libreoffice-calc.png +share/icons/matefaenza/apps/64/libreoffice-draw.png +share/icons/matefaenza/apps/64/libreoffice-impress.png +share/icons/matefaenza/apps/64/libreoffice-main.png +share/icons/matefaenza/apps/64/libreoffice-math.png +share/icons/matefaenza/apps/64/libreoffice-printeradmin.png +share/icons/matefaenza/apps/64/libreoffice-startcenter.png +share/icons/matefaenza/apps/64/libreoffice-template.png +share/icons/matefaenza/apps/64/libreoffice-writer.png +share/icons/matefaenza/apps/64/libreoffice3-base.png +share/icons/matefaenza/apps/64/libreoffice3-calc.png +share/icons/matefaenza/apps/64/libreoffice3-draw.png +share/icons/matefaenza/apps/64/libreoffice3-impress.png +share/icons/matefaenza/apps/64/libreoffice3-math.png +share/icons/matefaenza/apps/64/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/64/libreoffice3-startcenter.png +share/icons/matefaenza/apps/64/libreoffice3-template.png +share/icons/matefaenza/apps/64/libreoffice3-writer.png +share/icons/matefaenza/apps/64/libreoffice34-base.png +share/icons/matefaenza/apps/64/libreoffice34-calc.png +share/icons/matefaenza/apps/64/libreoffice34-draw.png +share/icons/matefaenza/apps/64/libreoffice34-impress.png +share/icons/matefaenza/apps/64/libreoffice34-math.png +share/icons/matefaenza/apps/64/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/64/libreoffice34-startcenter.png +share/icons/matefaenza/apps/64/libreoffice34-template.png +share/icons/matefaenza/apps/64/libreoffice34-writer.png +share/icons/matefaenza/apps/64/liferea.png +share/icons/matefaenza/apps/64/linguist.png +share/icons/matefaenza/apps/64/locale.png +share/icons/matefaenza/apps/64/logview.png +share/icons/matefaenza/apps/64/logviewer.png +share/icons/matefaenza/apps/64/lugaru-hd.png +share/icons/matefaenza/apps/64/lxterminal.png +share/icons/matefaenza/apps/64/machinarium.png +share/icons/matefaenza/apps/64/mahjongg.png +share/icons/matefaenza/apps/64/mail-notification.png +share/icons/matefaenza/apps/64/mailnag.png +share/icons/matefaenza/apps/64/mame.png +share/icons/matefaenza/apps/64/mame.xpm +share/icons/matefaenza/apps/64/mandrivaupdate.png +share/icons/matefaenza/apps/64/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/64/mate-desktop-item-edit.png +share/icons/matefaenza/apps/64/mate-eyes-applet.png +share/icons/matefaenza/apps/64/mate-netspeed-applet.png +share/icons/matefaenza/apps/64/mate-network-properties.png +share/icons/matefaenza/apps/64/mate-notification-properties.png +share/icons/matefaenza/apps/64/mate-panel-clock.png +share/icons/matefaenza/apps/64/mate-panel-launcher.png +share/icons/matefaenza/apps/64/mate-panel-notification-area.png +share/icons/matefaenza/apps/64/mate-panel-window-list.png +share/icons/matefaenza/apps/64/mate-panel-window-menu.png +share/icons/matefaenza/apps/64/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/64/mate-panel.png +share/icons/matefaenza/apps/64/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/64/mate-sensors-applet.png +share/icons/matefaenza/apps/64/mate-session-properties.png +share/icons/matefaenza/apps/64/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/64/mateconf-editor.png +share/icons/matefaenza/apps/64/me-tv.png +share/icons/matefaenza/apps/64/media-player-banshee.png +share/icons/matefaenza/apps/64/meld.png +share/icons/matefaenza/apps/64/mendeley.png +share/icons/matefaenza/apps/64/mendeleydesktop.png +share/icons/matefaenza/apps/64/menu-editor.png +share/icons/matefaenza/apps/64/midori.png +share/icons/matefaenza/apps/64/minecraft.png +share/icons/matefaenza/apps/64/minitube.png +share/icons/matefaenza/apps/64/minitunes.png +share/icons/matefaenza/apps/64/miro-guide-source.png +share/icons/matefaenza/apps/64/miro.png +share/icons/matefaenza/apps/64/mitter.png +share/icons/matefaenza/apps/64/mm.png +share/icons/matefaenza/apps/64/monodevelop.png +share/icons/matefaenza/apps/64/mousepad.png +share/icons/matefaenza/apps/64/mozilla-firefox.png +share/icons/matefaenza/apps/64/mozilla-thunderbird.png +share/icons/matefaenza/apps/64/mozo.png +share/icons/matefaenza/apps/64/mplayer.png +share/icons/matefaenza/apps/64/msd-xrandr.png +share/icons/matefaenza/apps/64/mtpaint.png +share/icons/matefaenza/apps/64/multimedia-volume-control.png +share/icons/matefaenza/apps/64/mypaint.png +share/icons/matefaenza/apps/64/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/64/nautilus-actions.png +share/icons/matefaenza/apps/64/nautilus-cd-burner.png +share/icons/matefaenza/apps/64/nautilus.png +share/icons/matefaenza/apps/64/netbeans.png +share/icons/matefaenza/apps/64/nexuiz.png +share/icons/matefaenza/apps/64/nexuiz.xpm +share/icons/matefaenza/apps/64/nixnote.png +share/icons/matefaenza/apps/64/nvidia-current-settings.png +share/icons/matefaenza/apps/64/nvidia-settings.png +share/icons/matefaenza/apps/64/office-address-book.png +share/icons/matefaenza/apps/64/office-calendar.png +share/icons/matefaenza/apps/64/office-date.png +share/icons/matefaenza/apps/64/office-writer.png +share/icons/matefaenza/apps/64/oggconvert.png +share/icons/matefaenza/apps/64/onboard.png +share/icons/matefaenza/apps/64/ooo-base.png +share/icons/matefaenza/apps/64/ooo-base3.0.png +share/icons/matefaenza/apps/64/ooo-calc.png +share/icons/matefaenza/apps/64/ooo-calc2.png +share/icons/matefaenza/apps/64/ooo-calc24.png +share/icons/matefaenza/apps/64/ooo-calc3.0.png +share/icons/matefaenza/apps/64/ooo-draw.png +share/icons/matefaenza/apps/64/ooo-draw3.0.png +share/icons/matefaenza/apps/64/ooo-impress.png +share/icons/matefaenza/apps/64/ooo-impress2.png +share/icons/matefaenza/apps/64/ooo-impress24.png +share/icons/matefaenza/apps/64/ooo-impress3.0.png +share/icons/matefaenza/apps/64/ooo-math.png +share/icons/matefaenza/apps/64/ooo-math3.0.png +share/icons/matefaenza/apps/64/ooo-printeradmin.png +share/icons/matefaenza/apps/64/ooo-template.png +share/icons/matefaenza/apps/64/ooo-template3.0.png +share/icons/matefaenza/apps/64/ooo-writer.png +share/icons/matefaenza/apps/64/ooo-writer2.png +share/icons/matefaenza/apps/64/ooo-writer24.png +share/icons/matefaenza/apps/64/ooo-writer3.0.png +share/icons/matefaenza/apps/64/openarena.png +share/icons/matefaenza/apps/64/openbravo-erp.png +share/icons/matefaenza/apps/64/openerp-client.png +share/icons/matefaenza/apps/64/openjdk-6.png +share/icons/matefaenza/apps/64/openjdk-7.png +share/icons/matefaenza/apps/64/openofficeorg-base.png +share/icons/matefaenza/apps/64/openofficeorg-calc.png +share/icons/matefaenza/apps/64/openofficeorg-draw.png +share/icons/matefaenza/apps/64/openofficeorg-impress.png +share/icons/matefaenza/apps/64/openofficeorg-math.png +share/icons/matefaenza/apps/64/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/64/openofficeorg-template.png +share/icons/matefaenza/apps/64/openofficeorg-writer.png +share/icons/matefaenza/apps/64/openofficeorg24-calc.png +share/icons/matefaenza/apps/64/openofficeorg24-impress.png +share/icons/matefaenza/apps/64/openofficeorg24-writer.png +share/icons/matefaenza/apps/64/openofficeorg3-base.png +share/icons/matefaenza/apps/64/openofficeorg3-calc.png +share/icons/matefaenza/apps/64/openofficeorg3-draw.png +share/icons/matefaenza/apps/64/openofficeorg3-impress.png +share/icons/matefaenza/apps/64/openofficeorg3-math.png +share/icons/matefaenza/apps/64/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/64/openofficeorg3-template.png +share/icons/matefaenza/apps/64/openofficeorg3-writer.png +share/icons/matefaenza/apps/64/openofficeorg3.0-base.png +share/icons/matefaenza/apps/64/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/64/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/64/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/64/openofficeorg3.0-math.png +share/icons/matefaenza/apps/64/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/64/openofficeorg3.0-template.png +share/icons/matefaenza/apps/64/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/64/openshot.png +share/icons/matefaenza/apps/64/openterm.png +share/icons/matefaenza/apps/64/openttd.png +share/icons/matefaenza/apps/64/opera-browser.png +share/icons/matefaenza/apps/64/opera-widget-manager.png +share/icons/matefaenza/apps/64/opera-widget.png +share/icons/matefaenza/apps/64/opera.png +share/icons/matefaenza/apps/64/orca.png +share/icons/matefaenza/apps/64/package-manager-icon.png +share/icons/matefaenza/apps/64/palimpsest.png +share/icons/matefaenza/apps/64/paprefs.png +share/icons/matefaenza/apps/64/parole.png +share/icons/matefaenza/apps/64/partner.png +share/icons/matefaenza/apps/64/password.png +share/icons/matefaenza/apps/64/pet.png +share/icons/matefaenza/apps/64/phatch-inspector.png +share/icons/matefaenza/apps/64/phatch.png +share/icons/matefaenza/apps/64/picasa-fontcfg.png +share/icons/matefaenza/apps/64/picasa.png +share/icons/matefaenza/apps/64/picasa32x32.png +share/icons/matefaenza/apps/64/pidgin.png +share/icons/matefaenza/apps/64/pingus.png +share/icons/matefaenza/apps/64/pino.png +share/icons/matefaenza/apps/64/pirut.png +share/icons/matefaenza/apps/64/pithos.png +share/icons/matefaenza/apps/64/pitivi.png +share/icons/matefaenza/apps/64/pk-package-sources.png +share/icons/matefaenza/apps/64/plan.png +share/icons/matefaenza/apps/64/playonlinux.png +share/icons/matefaenza/apps/64/plus4.png +share/icons/matefaenza/apps/64/podcast.png +share/icons/matefaenza/apps/64/poedit.png +share/icons/matefaenza/apps/64/porthole.png +share/icons/matefaenza/apps/64/postr.png +share/icons/matefaenza/apps/64/ppa.png +share/icons/matefaenza/apps/64/preferences-color.png +share/icons/matefaenza/apps/64/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/64/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/64/preferences-desktop-display.png +share/icons/matefaenza/apps/64/preferences-desktop-font.png +share/icons/matefaenza/apps/64/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/64/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/64/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/64/preferences-desktop-locale.png +share/icons/matefaenza/apps/64/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/64/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/64/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/64/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/64/preferences-desktop-sound.png +share/icons/matefaenza/apps/64/preferences-desktop-theme.png +share/icons/matefaenza/apps/64/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/64/preferences-management-service.png +share/icons/matefaenza/apps/64/preferences-sound.png +share/icons/matefaenza/apps/64/preferences-system-bluetooth.png +share/icons/matefaenza/apps/64/preferences-system-firewall.png +share/icons/matefaenza/apps/64/preferences-system-network.png +share/icons/matefaenza/apps/64/preferences-system-time.png +share/icons/matefaenza/apps/64/preferences-system-windows.png +share/icons/matefaenza/apps/64/pup.png +share/icons/matefaenza/apps/64/pychess.png +share/icons/matefaenza/apps/64/pyneighborhood_48x48.png +share/icons/matefaenza/apps/64/qtassistant.png +share/icons/matefaenza/apps/64/qtconfig-qt4.png +share/icons/matefaenza/apps/64/qtcreator.png +share/icons/matefaenza/apps/64/qtcreator_logo_32.png +share/icons/matefaenza/apps/64/qtdesigner.png +share/icons/matefaenza/apps/64/qtlinguist.png +share/icons/matefaenza/apps/64/quake.png +share/icons/matefaenza/apps/64/quake2.png +share/icons/matefaenza/apps/64/quake3.png +share/icons/matefaenza/apps/64/quake4.png +share/icons/matefaenza/apps/64/radio.png +share/icons/matefaenza/apps/64/radiotray.png +share/icons/matefaenza/apps/64/rclock.png +share/icons/matefaenza/apps/64/redhat-filemanager.png +share/icons/matefaenza/apps/64/redhat-server_settings.png +share/icons/matefaenza/apps/64/redhat-tools.png +share/icons/matefaenza/apps/64/redhat-web-browser.png +share/icons/matefaenza/apps/64/remmina.png +share/icons/matefaenza/apps/64/revelation.png +share/icons/matefaenza/apps/64/revenge.png +share/icons/matefaenza/apps/64/rhythmbox.png +share/icons/matefaenza/apps/64/ristretto.png +share/icons/matefaenza/apps/64/rpmdrake.png +share/icons/matefaenza/apps/64/rssowl.png +share/icons/matefaenza/apps/64/sauerbraten.png +share/icons/matefaenza/apps/64/sauerbraten.xpm +share/icons/matefaenza/apps/64/screenie-qt.png +share/icons/matefaenza/apps/64/screenie.png +share/icons/matefaenza/apps/64/screenruler-icon.png +share/icons/matefaenza/apps/64/screenruler.png +share/icons/matefaenza/apps/64/screensaver.png +share/icons/matefaenza/apps/64/scribes.png +share/icons/matefaenza/apps/64/scribus.png +share/icons/matefaenza/apps/64/seahorse-preferences.png +share/icons/matefaenza/apps/64/seahorse.png +share/icons/matefaenza/apps/64/session-properties.png +share/icons/matefaenza/apps/64/setroubleshoot_icon.png +share/icons/matefaenza/apps/64/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/64/shares.png +share/icons/matefaenza/apps/64/shotwell.png +share/icons/matefaenza/apps/64/shutter.png +share/icons/matefaenza/apps/64/simple-ccsm.png +share/icons/matefaenza/apps/64/skype.png +share/icons/matefaenza/apps/64/sleep.png +share/icons/matefaenza/apps/64/slingshot.png +share/icons/matefaenza/apps/64/smplayer.png +share/icons/matefaenza/apps/64/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/64/software-properties.png +share/icons/matefaenza/apps/64/softwarecenter-debian.png +share/icons/matefaenza/apps/64/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/64/softwarecenter.png +share/icons/matefaenza/apps/64/sound-juicer.png +share/icons/matefaenza/apps/64/soundconverter.png +share/icons/matefaenza/apps/64/speedcrunch.png +share/icons/matefaenza/apps/64/spotify-linux-48x48.png +share/icons/matefaenza/apps/64/spotify-linux-512x512.png +share/icons/matefaenza/apps/64/spotify.png +share/icons/matefaenza/apps/64/sqlitebrowser.png +share/icons/matefaenza/apps/64/stardict.png +share/icons/matefaenza/apps/64/startupmanager.png +share/icons/matefaenza/apps/64/steam.png +share/icons/matefaenza/apps/64/steampowered.png +share/icons/matefaenza/apps/64/stellarium.png +share/icons/matefaenza/apps/64/sticky-notes.png +share/icons/matefaenza/apps/64/stock_alarm.png +share/icons/matefaenza/apps/64/stock_calendar.png +share/icons/matefaenza/apps/64/stock_help.png +share/icons/matefaenza/apps/64/stock_insert-note.png +share/icons/matefaenza/apps/64/stock_keyring.png +share/icons/matefaenza/apps/64/stock_notes.png +share/icons/matefaenza/apps/64/stock_task.png +share/icons/matefaenza/apps/64/stock_unknown.png +share/icons/matefaenza/apps/64/stock_view-details.png +share/icons/matefaenza/apps/64/style.png +share/icons/matefaenza/apps/64/sun-java.png +share/icons/matefaenza/apps/64/sun-java6.png +share/icons/matefaenza/apps/64/sun-java7.png +share/icons/matefaenza/apps/64/sun-javaws.png +share/icons/matefaenza/apps/64/sun-jcontrol.png +share/icons/matefaenza/apps/64/supertux.png +share/icons/matefaenza/apps/64/supertuxkart.png +share/icons/matefaenza/apps/64/supertuxkart.xpm +share/icons/matefaenza/apps/64/susehelpcenter.png +share/icons/matefaenza/apps/64/susers.png +share/icons/matefaenza/apps/64/sylpheed.png +share/icons/matefaenza/apps/64/synapse.png +share/icons/matefaenza/apps/64/synaptic.png +share/icons/matefaenza/apps/64/sysprof-icon.png +share/icons/matefaenza/apps/64/system-config-authentication.png +share/icons/matefaenza/apps/64/system-config-date.png +share/icons/matefaenza/apps/64/system-config-displayca.png +share/icons/matefaenza/apps/64/system-config-users.png +share/icons/matefaenza/apps/64/system-file-manager.png +share/icons/matefaenza/apps/64/system-hibernate.png +share/icons/matefaenza/apps/64/system-installer.png +share/icons/matefaenza/apps/64/system-restart.png +share/icons/matefaenza/apps/64/system-shut-down.png +share/icons/matefaenza/apps/64/system-software-install.png +share/icons/matefaenza/apps/64/system-software-installer.png +share/icons/matefaenza/apps/64/system-software-update.png +share/icons/matefaenza/apps/64/system-suspend-hibernate.png +share/icons/matefaenza/apps/64/system-suspend.png +share/icons/matefaenza/apps/64/system-switch-java.png +share/icons/matefaenza/apps/64/system-switch-user.png +share/icons/matefaenza/apps/64/system-users.png +share/icons/matefaenza/apps/64/telepathy.png +share/icons/matefaenza/apps/64/terminal.png +share/icons/matefaenza/apps/64/terminator.png +share/icons/matefaenza/apps/64/text-editor.png +share/icons/matefaenza/apps/64/thunar.png +share/icons/matefaenza/apps/64/thunderbird-icon.png +share/icons/matefaenza/apps/64/thunderbird.png +share/icons/matefaenza/apps/64/tilda.png +share/icons/matefaenza/apps/64/time-admin.png +share/icons/matefaenza/apps/64/time.png +share/icons/matefaenza/apps/64/timer-applet.png +share/icons/matefaenza/apps/64/tomboy-note.png +share/icons/matefaenza/apps/64/tomboy.png +share/icons/matefaenza/apps/64/torcs.png +share/icons/matefaenza/apps/64/torcs.xpm +share/icons/matefaenza/apps/64/totem.png +share/icons/matefaenza/apps/64/tracker.png +share/icons/matefaenza/apps/64/transmission.png +share/icons/matefaenza/apps/64/truecrypt.png +share/icons/matefaenza/apps/64/tsclient.png +share/icons/matefaenza/apps/64/tvtime.png +share/icons/matefaenza/apps/64/twitter.png +share/icons/matefaenza/apps/64/twitux.png +share/icons/matefaenza/apps/64/ubuntu-tweak.png +share/icons/matefaenza/apps/64/ubuntuone-client.png +share/icons/matefaenza/apps/64/ubuntuone-installer.png +share/icons/matefaenza/apps/64/ubuntuone-music.png +share/icons/matefaenza/apps/64/ubuntuone.png +share/icons/matefaenza/apps/64/ufw-frontends.png +share/icons/matefaenza/apps/64/un-reboot.png +share/icons/matefaenza/apps/64/unreal-tournament.png +share/icons/matefaenza/apps/64/update-manager.png +share/icons/matefaenza/apps/64/update-notifier.png +share/icons/matefaenza/apps/64/urban-terror.png +share/icons/matefaenza/apps/64/usb-creator-gtk.png +share/icons/matefaenza/apps/64/usb-creator.png +share/icons/matefaenza/apps/64/user-info.png +share/icons/matefaenza/apps/64/user_auth.png +share/icons/matefaenza/apps/64/usermount.png +share/icons/matefaenza/apps/64/ut2004.png +share/icons/matefaenza/apps/64/utilities-file-archiver.png +share/icons/matefaenza/apps/64/utilities-log-viewer.png +share/icons/matefaenza/apps/64/utilities-system-monitor.png +share/icons/matefaenza/apps/64/utilities-terminal.png +share/icons/matefaenza/apps/64/vendetta-online.png +share/icons/matefaenza/apps/64/vic20.png +share/icons/matefaenza/apps/64/vim.png +share/icons/matefaenza/apps/64/vinagre.png +share/icons/matefaenza/apps/64/virtualbox-ose.png +share/icons/matefaenza/apps/64/virtualbox.png +share/icons/matefaenza/apps/64/vlc.png +share/icons/matefaenza/apps/64/wallpaper.png +share/icons/matefaenza/apps/64/warsow.png +share/icons/matefaenza/apps/64/web-browser.png +share/icons/matefaenza/apps/64/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/64/wikipedia.png +share/icons/matefaenza/apps/64/window-manager.png +share/icons/matefaenza/apps/64/wine-notepad.png +share/icons/matefaenza/apps/64/wine-uninstaller.png +share/icons/matefaenza/apps/64/wine-winecfg.png +share/icons/matefaenza/apps/64/wine-winetricks.png +share/icons/matefaenza/apps/64/wine.png +share/icons/matefaenza/apps/64/wireshark.png +share/icons/matefaenza/apps/64/wmtweaks.png +share/icons/matefaenza/apps/64/wordpress.png +share/icons/matefaenza/apps/64/workspace-switcher.png +share/icons/matefaenza/apps/64/wormux.png +share/icons/matefaenza/apps/64/wunderlist.png +share/icons/matefaenza/apps/64/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/64/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/64/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/64/wxbanker.png +share/icons/matefaenza/apps/64/x-office-address-book.png +share/icons/matefaenza/apps/64/x-office-calendar.png +share/icons/matefaenza/apps/64/x-system-software-sources.png +share/icons/matefaenza/apps/64/xarchiver.png +share/icons/matefaenza/apps/64/xbmc.png +share/icons/matefaenza/apps/64/xchat-gnome.png +share/icons/matefaenza/apps/64/xchat-mini.png +share/icons/matefaenza/apps/64/xchat.png +share/icons/matefaenza/apps/64/xfburn.png +share/icons/matefaenza/apps/64/xfcalendar.png +share/icons/matefaenza/apps/64/xfce-edit.png +share/icons/matefaenza/apps/64/xfce-filemanager.png +share/icons/matefaenza/apps/64/xfce-mail.png +share/icons/matefaenza/apps/64/xfce-man.png +share/icons/matefaenza/apps/64/xfce-schedule.png +share/icons/matefaenza/apps/64/xfce-sound.png +share/icons/matefaenza/apps/64/xfce-system-info.png +share/icons/matefaenza/apps/64/xfce-terminal.png +share/icons/matefaenza/apps/64/xfce-ui.png +share/icons/matefaenza/apps/64/xfce4-appfinder.png +share/icons/matefaenza/apps/64/xfce4-backdrop.png +share/icons/matefaenza/apps/64/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/64/xfce4-clock.png +share/icons/matefaenza/apps/64/xfce4-dict.png +share/icons/matefaenza/apps/64/xfce4-mcs-manager.png +share/icons/matefaenza/apps/64/xfce4-menueditor.png +share/icons/matefaenza/apps/64/xfce4-notes-plugin.png +share/icons/matefaenza/apps/64/xfce4-panel.png +share/icons/matefaenza/apps/64/xfce4-session.png +share/icons/matefaenza/apps/64/xfce4-workspaces.png +share/icons/matefaenza/apps/64/xfce_unknown.png +share/icons/matefaenza/apps/64/xfsm-hibernate.png +share/icons/matefaenza/apps/64/xfsm-logout.png +share/icons/matefaenza/apps/64/xfsm-reboot.png +share/icons/matefaenza/apps/64/xfsm-shutdown.png +share/icons/matefaenza/apps/64/xfsm-suspend.png +share/icons/matefaenza/apps/64/xfsm-switch.png +share/icons/matefaenza/apps/64/xfwm4.png +share/icons/matefaenza/apps/64/ximian-evolution-calendar.png +share/icons/matefaenza/apps/64/xine.png +share/icons/matefaenza/apps/64/xonotic.png +share/icons/matefaenza/apps/64/xournal.png +share/icons/matefaenza/apps/64/xpad.png +share/icons/matefaenza/apps/64/xscreensaver.png +share/icons/matefaenza/apps/64/xterm-color_32x32.png +share/icons/matefaenza/apps/64/xterm-color_48x48.png +share/icons/matefaenza/apps/64/xterm.png +share/icons/matefaenza/apps/64/xterm_32x32.png +share/icons/matefaenza/apps/64/xterm_48x48.png +share/icons/matefaenza/apps/64/yahoo.png +share/icons/matefaenza/apps/64/youtube.png +share/icons/matefaenza/apps/64/yumex.png +share/icons/matefaenza/apps/64/zeitgeist.png +share/icons/matefaenza/apps/64/zen-icon.png +share/icons/matefaenza/apps/64/zenmap.png +share/icons/matefaenza/apps/64/zim.png +share/icons/matefaenza/apps/64/zsnes.png +share/icons/matefaenza/apps/96/0ad.png +share/icons/matefaenza/apps/96/AdobeAIR.png +share/icons/matefaenza/apps/96/AdobeReader.png +share/icons/matefaenza/apps/96/AdobeReader10.png +share/icons/matefaenza/apps/96/AdobeReader8.png +share/icons/matefaenza/apps/96/AdobeReader9.png +share/icons/matefaenza/apps/96/DC++.png +share/icons/matefaenza/apps/96/EasyTAG_icon.png +share/icons/matefaenza/apps/96/Etermutilities-terminal.png +share/icons/matefaenza/apps/96/Launchpad-launchpad.net.png +share/icons/matefaenza/apps/96/Terminal.png +share/icons/matefaenza/apps/96/Thunar.png +share/icons/matefaenza/apps/96/VBox.png +share/icons/matefaenza/apps/96/WorldOfGoo.png +share/icons/matefaenza/apps/96/Wunderlist.png +share/icons/matefaenza/apps/96/abiword.png +share/icons/matefaenza/apps/96/abiword_48.png +share/icons/matefaenza/apps/96/abrt.png +share/icons/matefaenza/apps/96/access.png +share/icons/matefaenza/apps/96/accessibility-directory.png +share/icons/matefaenza/apps/96/accessories-calculator.png +share/icons/matefaenza/apps/96/accessories-character-map.png +share/icons/matefaenza/apps/96/accessories-dictionary.png +share/icons/matefaenza/apps/96/accessories-text-editor.png +share/icons/matefaenza/apps/96/acroread.png +share/icons/matefaenza/apps/96/activity-log-manager.png +share/icons/matefaenza/apps/96/addressbook.png +share/icons/matefaenza/apps/96/adobe-air.png +share/icons/matefaenza/apps/96/adobe-flashplayer.png +share/icons/matefaenza/apps/96/adobeflashplugin.png +share/icons/matefaenza/apps/96/akregator.png +share/icons/matefaenza/apps/96/alacarte.png +share/icons/matefaenza/apps/96/amarok.png +share/icons/matefaenza/apps/96/amazon-mp3-store-source.png +share/icons/matefaenza/apps/96/amazon-store.png +share/icons/matefaenza/apps/96/amule.png +share/icons/matefaenza/apps/96/anjuta.png +share/icons/matefaenza/apps/96/applets-screenshooter.png +share/icons/matefaenza/apps/96/application-default-icon.png +share/icons/matefaenza/apps/96/application-x-clementine.png +share/icons/matefaenza/apps/96/aqualung.png +share/icons/matefaenza/apps/96/as-icon.png +share/icons/matefaenza/apps/96/as-powered.png +share/icons/matefaenza/apps/96/assistant.png +share/icons/matefaenza/apps/96/atril.png +share/icons/matefaenza/apps/96/audacious.png +share/icons/matefaenza/apps/96/audacity.png +share/icons/matefaenza/apps/96/audiobook.png +share/icons/matefaenza/apps/96/autoplus.png +share/icons/matefaenza/apps/96/avant-window-navigator.png +share/icons/matefaenza/apps/96/awn-settings.png +share/icons/matefaenza/apps/96/ax-applet.png +share/icons/matefaenza/apps/96/background.png +share/icons/matefaenza/apps/96/badge-small.png +share/icons/matefaenza/apps/96/banshee-1.png +share/icons/matefaenza/apps/96/banshee.png +share/icons/matefaenza/apps/96/baobab.png +share/icons/matefaenza/apps/96/bash.png +share/icons/matefaenza/apps/96/bazaar.png +share/icons/matefaenza/apps/96/bleachbit.png +share/icons/matefaenza/apps/96/blender.png +share/icons/matefaenza/apps/96/bluefish-icon.png +share/icons/matefaenza/apps/96/bluefish.png +share/icons/matefaenza/apps/96/bluegriffon.png +share/icons/matefaenza/apps/96/blueman.png +share/icons/matefaenza/apps/96/blueradio-48.png +share/icons/matefaenza/apps/96/blueradio.png +share/icons/matefaenza/apps/96/bluetooth-48.png +share/icons/matefaenza/apps/96/bluetooth.png +share/icons/matefaenza/apps/96/bluetoothradio.png +share/icons/matefaenza/apps/96/boot.png +share/icons/matefaenza/apps/96/brasero.png +share/icons/matefaenza/apps/96/browser-help.png +share/icons/matefaenza/apps/96/browser.png +share/icons/matefaenza/apps/96/bt-logo.png +share/icons/matefaenza/apps/96/bug-buddy.png +share/icons/matefaenza/apps/96/bzr-explorer.png +share/icons/matefaenza/apps/96/caffeine.png +share/icons/matefaenza/apps/96/cairo-clock.png +share/icons/matefaenza/apps/96/calc.png +share/icons/matefaenza/apps/96/catfish.png +share/icons/matefaenza/apps/96/ccc_large.png +share/icons/matefaenza/apps/96/ccsm.png +share/icons/matefaenza/apps/96/checkbox.png +share/icons/matefaenza/apps/96/checkgmail.png +share/icons/matefaenza/apps/96/cheese.png +share/icons/matefaenza/apps/96/chromium-browser.png +share/icons/matefaenza/apps/96/chromium-browser2.png +share/icons/matefaenza/apps/96/chromium.png +share/icons/matefaenza/apps/96/claws-mail.png +share/icons/matefaenza/apps/96/clementine.png +share/icons/matefaenza/apps/96/clock.png +share/icons/matefaenza/apps/96/clocks.png +share/icons/matefaenza/apps/96/comix.png +share/icons/matefaenza/apps/96/computerjanitor.png +share/icons/matefaenza/apps/96/config-date.png +share/icons/matefaenza/apps/96/config-language.png +share/icons/matefaenza/apps/96/config-users.png +share/icons/matefaenza/apps/96/control-center2.png +share/icons/matefaenza/apps/96/covergloobus.png +share/icons/matefaenza/apps/96/credentials-preferences.png +share/icons/matefaenza/apps/96/cryptkeeper.png +share/icons/matefaenza/apps/96/cups.png +share/icons/matefaenza/apps/96/dc++.png +share/icons/matefaenza/apps/96/dconf-editor.png +share/icons/matefaenza/apps/96/deadbeef.png +share/icons/matefaenza/apps/96/defcon.png +share/icons/matefaenza/apps/96/deja-dup.png +share/icons/matefaenza/apps/96/deluge-torrent.png +share/icons/matefaenza/apps/96/deluge.png +share/icons/matefaenza/apps/96/designer.png +share/icons/matefaenza/apps/96/desktop-effects.png +share/icons/matefaenza/apps/96/desura.png +share/icons/matefaenza/apps/96/devede.png +share/icons/matefaenza/apps/96/devhelp.png +share/icons/matefaenza/apps/96/dia.png +share/icons/matefaenza/apps/96/display-capplet.png +share/icons/matefaenza/apps/96/display.im6.png +share/icons/matefaenza/apps/96/docky.png +share/icons/matefaenza/apps/96/drakconf.png +share/icons/matefaenza/apps/96/drakmenustyle.png +share/icons/matefaenza/apps/96/drakstats.png +share/icons/matefaenza/apps/96/dropbox.png +share/icons/matefaenza/apps/96/dvdrip.png +share/icons/matefaenza/apps/96/easylife.png +share/icons/matefaenza/apps/96/easytag.png +share/icons/matefaenza/apps/96/eclipse.png +share/icons/matefaenza/apps/96/edit-urpm-sources.png +share/icons/matefaenza/apps/96/eekboard.png +share/icons/matefaenza/apps/96/ejecter.png +share/icons/matefaenza/apps/96/ekiga.png +share/icons/matefaenza/apps/96/emacs.png +share/icons/matefaenza/apps/96/emacs23.png +share/icons/matefaenza/apps/96/emerald-theme-manager-icon.png +share/icons/matefaenza/apps/96/emesene.png +share/icons/matefaenza/apps/96/empathy.png +share/icons/matefaenza/apps/96/engrampa.png +share/icons/matefaenza/apps/96/eog.png +share/icons/matefaenza/apps/96/eom.png +share/icons/matefaenza/apps/96/evernote.png +share/icons/matefaenza/apps/96/evince.png +share/icons/matefaenza/apps/96/evolution-calendar.png +share/icons/matefaenza/apps/96/evolution-mail.png +share/icons/matefaenza/apps/96/evolution-memos.png +share/icons/matefaenza/apps/96/evolution-tasks.png +share/icons/matefaenza/apps/96/evolution.png +share/icons/matefaenza/apps/96/exaile.png +share/icons/matefaenza/apps/96/f-spot.png +share/icons/matefaenza/apps/96/facebook.png +share/icons/matefaenza/apps/96/fedora-release-notes.png +share/icons/matefaenza/apps/96/file-manager.png +share/icons/matefaenza/apps/96/file-roller.png +share/icons/matefaenza/apps/96/filezilla.png +share/icons/matefaenza/apps/96/firefox-3.0.png +share/icons/matefaenza/apps/96/firefox-3.5.png +share/icons/matefaenza/apps/96/firefox-4.0.png +share/icons/matefaenza/apps/96/firefox-original.png +share/icons/matefaenza/apps/96/firefox.png +share/icons/matefaenza/apps/96/firestarter.png +share/icons/matefaenza/apps/96/flash-player-properties.png +share/icons/matefaenza/apps/96/flash.png +share/icons/matefaenza/apps/96/flashplayer.png +share/icons/matefaenza/apps/96/flegita.png +share/icons/matefaenza/apps/96/flickr.png +share/icons/matefaenza/apps/96/fonts.png +share/icons/matefaenza/apps/96/freetuxtv.png +share/icons/matefaenza/apps/96/frostwire.png +share/icons/matefaenza/apps/96/fusion-icon.png +share/icons/matefaenza/apps/96/gajim.png +share/icons/matefaenza/apps/96/galculator.png +share/icons/matefaenza/apps/96/gazpacho-icon.png +share/icons/matefaenza/apps/96/gazpacho.png +share/icons/matefaenza/apps/96/gbrainy.png +share/icons/matefaenza/apps/96/gcolor2.png +share/icons/matefaenza/apps/96/gconf-editor.png +share/icons/matefaenza/apps/96/gconfeditor.png +share/icons/matefaenza/apps/96/gcstar.png +share/icons/matefaenza/apps/96/gdeb.png +share/icons/matefaenza/apps/96/gdebi.png +share/icons/matefaenza/apps/96/gdm-setup.png +share/icons/matefaenza/apps/96/gdm-xnest.png +share/icons/matefaenza/apps/96/gdm.png +share/icons/matefaenza/apps/96/geany.png +share/icons/matefaenza/apps/96/gespeaker.png +share/icons/matefaenza/apps/96/ghex.png +share/icons/matefaenza/apps/96/giggle.png +share/icons/matefaenza/apps/96/gimp.png +share/icons/matefaenza/apps/96/gkdebconf-icon.png +share/icons/matefaenza/apps/96/gkdebconf.png +share/icons/matefaenza/apps/96/gksu-debian.png +share/icons/matefaenza/apps/96/gksu-root-terminal.png +share/icons/matefaenza/apps/96/glade-3.png +share/icons/matefaenza/apps/96/glade.png +share/icons/matefaenza/apps/96/glippy.png +share/icons/matefaenza/apps/96/gloobus-preview.png +share/icons/matefaenza/apps/96/gloobus.png +share/icons/matefaenza/apps/96/gmail.png +share/icons/matefaenza/apps/96/gmailwatcher.png +share/icons/matefaenza/apps/96/gmdb2.png +share/icons/matefaenza/apps/96/gmusicbrowser.png +share/icons/matefaenza/apps/96/gnochm.png +share/icons/matefaenza/apps/96/gnome-about-logo.png +share/icons/matefaenza/apps/96/gnome-activity-journal.png +share/icons/matefaenza/apps/96/gnome-aisleriot.png +share/icons/matefaenza/apps/96/gnome-app-install.png +share/icons/matefaenza/apps/96/gnome-apt.png +share/icons/matefaenza/apps/96/gnome-audio.png +share/icons/matefaenza/apps/96/gnome-calculator.png +share/icons/matefaenza/apps/96/gnome-calendar.png +share/icons/matefaenza/apps/96/gnome-character-map.png +share/icons/matefaenza/apps/96/gnome-contacts.png +share/icons/matefaenza/apps/96/gnome-desktop-config.png +share/icons/matefaenza/apps/96/gnome-desktop-item-edit.png +share/icons/matefaenza/apps/96/gnome-device-manager.png +share/icons/matefaenza/apps/96/gnome-dictionary.png +share/icons/matefaenza/apps/96/gnome-disks.png +share/icons/matefaenza/apps/96/gnome-display-properties.png +share/icons/matefaenza/apps/96/gnome-do.png +share/icons/matefaenza/apps/96/gnome-documents.png +share/icons/matefaenza/apps/96/gnome-eterm.png +share/icons/matefaenza/apps/96/gnome-freecell.png +share/icons/matefaenza/apps/96/gnome-glchess.png +share/icons/matefaenza/apps/96/gnome-glines.png +share/icons/matefaenza/apps/96/gnome-gmenu.png +share/icons/matefaenza/apps/96/gnome-gnect.png +share/icons/matefaenza/apps/96/gnome-gnibbles.png +share/icons/matefaenza/apps/96/gnome-help.png +share/icons/matefaenza/apps/96/gnome-iagno.png +share/icons/matefaenza/apps/96/gnome-info.png +share/icons/matefaenza/apps/96/gnome-klotski.png +share/icons/matefaenza/apps/96/gnome-lightsoff.png +share/icons/matefaenza/apps/96/gnome-log-out.png +share/icons/matefaenza/apps/96/gnome-logo-icon-transparent.png +share/icons/matefaenza/apps/96/gnome-logout.png +share/icons/matefaenza/apps/96/gnome-mahjongg.png +share/icons/matefaenza/apps/96/gnome-mines.png +share/icons/matefaenza/apps/96/gnome-monitor.png +share/icons/matefaenza/apps/96/gnome-mplayer.png +share/icons/matefaenza/apps/96/gnome-nettool.png +share/icons/matefaenza/apps/96/gnome-network-properties.png +share/icons/matefaenza/apps/96/gnome-networktool.png +share/icons/matefaenza/apps/96/gnome-note.png +share/icons/matefaenza/apps/96/gnome-package.png +share/icons/matefaenza/apps/96/gnome-panel-clock.png +share/icons/matefaenza/apps/96/gnome-panel-launcher.png +share/icons/matefaenza/apps/96/gnome-panel-workspace-switcher.png +share/icons/matefaenza/apps/96/gnome-panel.png +share/icons/matefaenza/apps/96/gnome-power-manager.png +share/icons/matefaenza/apps/96/gnome-power-statistics.png +share/icons/matefaenza/apps/96/gnome-quadrapassel.png +share/icons/matefaenza/apps/96/gnome-remote-desktop.png +share/icons/matefaenza/apps/96/gnome-robots.png +share/icons/matefaenza/apps/96/gnome-samegnome.png +share/icons/matefaenza/apps/96/gnome-screenshot.png +share/icons/matefaenza/apps/96/gnome-session-halt.png +share/icons/matefaenza/apps/96/gnome-session-hibernate.png +share/icons/matefaenza/apps/96/gnome-session-logout.png +share/icons/matefaenza/apps/96/gnome-session-reboot.png +share/icons/matefaenza/apps/96/gnome-session-sleep.png +share/icons/matefaenza/apps/96/gnome-session-suspend.png +share/icons/matefaenza/apps/96/gnome-session-switch.png +share/icons/matefaenza/apps/96/gnome-session.png +share/icons/matefaenza/apps/96/gnome-set-time.png +share/icons/matefaenza/apps/96/gnome-settings-accessibility-technologies.png +share/icons/matefaenza/apps/96/gnome-settings-background.png +share/icons/matefaenza/apps/96/gnome-settings-default-applications.png +share/icons/matefaenza/apps/96/gnome-settings-font.png +share/icons/matefaenza/apps/96/gnome-settings-sound.png +share/icons/matefaenza/apps/96/gnome-settings-theme.png +share/icons/matefaenza/apps/96/gnome-shutdown.png +share/icons/matefaenza/apps/96/gnome-sound-properties.png +share/icons/matefaenza/apps/96/gnome-sound-recorder.png +share/icons/matefaenza/apps/96/gnome-status.png +share/icons/matefaenza/apps/96/gnome-sticky-notes-applet.png +share/icons/matefaenza/apps/96/gnome-sudoku.png +share/icons/matefaenza/apps/96/gnome-swell-foop.png +share/icons/matefaenza/apps/96/gnome-system-monitor.png +share/icons/matefaenza/apps/96/gnome-tali.png +share/icons/matefaenza/apps/96/gnome-term.png +share/icons/matefaenza/apps/96/gnome-terminal.png +share/icons/matefaenza/apps/96/gnome-tetravex.png +share/icons/matefaenza/apps/96/gnome-translate.png +share/icons/matefaenza/apps/96/gnome-unknown.png +share/icons/matefaenza/apps/96/gnome-volume-control.png +share/icons/matefaenza/apps/96/gnome-web-browser.png +share/icons/matefaenza/apps/96/gnome-window-manager.png +share/icons/matefaenza/apps/96/gnome-word.png +share/icons/matefaenza/apps/96/gnome-xterm.png +share/icons/matefaenza/apps/96/gnomeradio.png +share/icons/matefaenza/apps/96/gnomine.png +share/icons/matefaenza/apps/96/gnote.png +share/icons/matefaenza/apps/96/gnucash-icon.png +share/icons/matefaenza/apps/96/gnumeric.png +share/icons/matefaenza/apps/96/goa-account-facebook.png +share/icons/matefaenza/apps/96/goa-account-google.png +share/icons/matefaenza/apps/96/goa-account-twitter.png +share/icons/matefaenza/apps/96/goa-account-yahoo.png +share/icons/matefaenza/apps/96/goa-account.png +share/icons/matefaenza/apps/96/goa-panel.png +share/icons/matefaenza/apps/96/gobby-0.5.png +share/icons/matefaenza/apps/96/gobby.png +share/icons/matefaenza/apps/96/goldendict.png +share/icons/matefaenza/apps/96/google-chrome-unstable.png +share/icons/matefaenza/apps/96/google-chrome.png +share/icons/matefaenza/apps/96/google-chrome2.png +share/icons/matefaenza/apps/96/google-earth.png +share/icons/matefaenza/apps/96/google-plus.png +share/icons/matefaenza/apps/96/google.png +share/icons/matefaenza/apps/96/googleearth.png +share/icons/matefaenza/apps/96/googlemusicframe.png +share/icons/matefaenza/apps/96/googleplus.png +share/icons/matefaenza/apps/96/gparted.png +share/icons/matefaenza/apps/96/gpicview.png +share/icons/matefaenza/apps/96/gpk-prefs.png +share/icons/matefaenza/apps/96/gpk-repo.png +share/icons/matefaenza/apps/96/gpodder.png +share/icons/matefaenza/apps/96/grisbi.png +share/icons/matefaenza/apps/96/gtg.png +share/icons/matefaenza/apps/96/gthumb.png +share/icons/matefaenza/apps/96/gtk-help.png +share/icons/matefaenza/apps/96/gtk-info.png +share/icons/matefaenza/apps/96/gtk-recordmydesktop.png +share/icons/matefaenza/apps/96/gtwitter.png +share/icons/matefaenza/apps/96/guake-notification.png +share/icons/matefaenza/apps/96/guake-prefs.png +share/icons/matefaenza/apps/96/guake.png +share/icons/matefaenza/apps/96/guayadeque.png +share/icons/matefaenza/apps/96/gucharmap.png +share/icons/matefaenza/apps/96/gufw.png +share/icons/matefaenza/apps/96/gufw_menu.png +share/icons/matefaenza/apps/96/gvim.png +share/icons/matefaenza/apps/96/gwenview.png +share/icons/matefaenza/apps/96/gwibber.png +share/icons/matefaenza/apps/96/haguichi.png +share/icons/matefaenza/apps/96/hardinfo.png +share/icons/matefaenza/apps/96/help-browser.png +share/icons/matefaenza/apps/96/help.png +share/icons/matefaenza/apps/96/hi48-app-wireshark.png +share/icons/matefaenza/apps/96/homebank.png +share/icons/matefaenza/apps/96/hotwire.png +share/icons/matefaenza/apps/96/htop.png +share/icons/matefaenza/apps/96/ibus-setup.png +share/icons/matefaenza/apps/96/ibus.png +share/icons/matefaenza/apps/96/icedove.png +share/icons/matefaenza/apps/96/iceweasel.png +share/icons/matefaenza/apps/96/im-chooser.png +share/icons/matefaenza/apps/96/imagemagick.png +share/icons/matefaenza/apps/96/indicator-applet.png +share/icons/matefaenza/apps/96/indicator-weather.png +share/icons/matefaenza/apps/96/inkscape.png +share/icons/matefaenza/apps/96/internet-mail.png +share/icons/matefaenza/apps/96/internet-news-reader.png +share/icons/matefaenza/apps/96/internet-web-browser.png +share/icons/matefaenza/apps/96/itunes.png +share/icons/matefaenza/apps/96/jdownloader.png +share/icons/matefaenza/apps/96/jockey-kde.png +share/icons/matefaenza/apps/96/jockey.png +share/icons/matefaenza/apps/96/jokosher.png +share/icons/matefaenza/apps/96/k3b.png +share/icons/matefaenza/apps/96/kaffeine.png +share/icons/matefaenza/apps/96/kate.png +share/icons/matefaenza/apps/96/kcharselect.png +share/icons/matefaenza/apps/96/kcmkwm.png +share/icons/matefaenza/apps/96/kedit.png +share/icons/matefaenza/apps/96/keepassx.png +share/icons/matefaenza/apps/96/kentoo.png +share/icons/matefaenza/apps/96/key_bindings.png +share/icons/matefaenza/apps/96/keyring-manager.png +share/icons/matefaenza/apps/96/kflickr.png +share/icons/matefaenza/apps/96/kfm.png +share/icons/matefaenza/apps/96/khelpcenter.png +share/icons/matefaenza/apps/96/klavaro.png +share/icons/matefaenza/apps/96/kmail.png +share/icons/matefaenza/apps/96/kmousetool.png +share/icons/matefaenza/apps/96/kmplayer.png +share/icons/matefaenza/apps/96/knotes.png +share/icons/matefaenza/apps/96/konsole.png +share/icons/matefaenza/apps/96/kopete.png +share/icons/matefaenza/apps/96/korganizer.png +share/icons/matefaenza/apps/96/kpackage.png +share/icons/matefaenza/apps/96/kplayer.png +share/icons/matefaenza/apps/96/kradio.png +share/icons/matefaenza/apps/96/kradio4.png +share/icons/matefaenza/apps/96/kscreensaver.png +share/icons/matefaenza/apps/96/ksnapshot.png +share/icons/matefaenza/apps/96/ksysguard.png +share/icons/matefaenza/apps/96/ktorrent.png +share/icons/matefaenza/apps/96/ktouch.png +share/icons/matefaenza/apps/96/kupfer.png +share/icons/matefaenza/apps/96/kuser.png +share/icons/matefaenza/apps/96/kwin.png +share/icons/matefaenza/apps/96/kynpatic.png +share/icons/matefaenza/apps/96/last-fm.png +share/icons/matefaenza/apps/96/lastfm-audioscrobbler.png +share/icons/matefaenza/apps/96/lastfm.png +share/icons/matefaenza/apps/96/leafpad.png +share/icons/matefaenza/apps/96/library-internet-radio.png +share/icons/matefaenza/apps/96/library-podcast.png +share/icons/matefaenza/apps/96/libreoffice-base.png +share/icons/matefaenza/apps/96/libreoffice-calc.png +share/icons/matefaenza/apps/96/libreoffice-draw.png +share/icons/matefaenza/apps/96/libreoffice-impress.png +share/icons/matefaenza/apps/96/libreoffice-main.png +share/icons/matefaenza/apps/96/libreoffice-math.png +share/icons/matefaenza/apps/96/libreoffice-printeradmin.png +share/icons/matefaenza/apps/96/libreoffice-startcenter.png +share/icons/matefaenza/apps/96/libreoffice-template.png +share/icons/matefaenza/apps/96/libreoffice-writer.png +share/icons/matefaenza/apps/96/libreoffice3-base.png +share/icons/matefaenza/apps/96/libreoffice3-calc.png +share/icons/matefaenza/apps/96/libreoffice3-draw.png +share/icons/matefaenza/apps/96/libreoffice3-impress.png +share/icons/matefaenza/apps/96/libreoffice3-math.png +share/icons/matefaenza/apps/96/libreoffice3-printeradmin.png +share/icons/matefaenza/apps/96/libreoffice3-startcenter.png +share/icons/matefaenza/apps/96/libreoffice3-template.png +share/icons/matefaenza/apps/96/libreoffice3-writer.png +share/icons/matefaenza/apps/96/libreoffice34-base.png +share/icons/matefaenza/apps/96/libreoffice34-calc.png +share/icons/matefaenza/apps/96/libreoffice34-draw.png +share/icons/matefaenza/apps/96/libreoffice34-impress.png +share/icons/matefaenza/apps/96/libreoffice34-math.png +share/icons/matefaenza/apps/96/libreoffice34-printeradmin.png +share/icons/matefaenza/apps/96/libreoffice34-startcenter.png +share/icons/matefaenza/apps/96/libreoffice34-template.png +share/icons/matefaenza/apps/96/libreoffice34-writer.png +share/icons/matefaenza/apps/96/liferea.png +share/icons/matefaenza/apps/96/linguist.png +share/icons/matefaenza/apps/96/locale.png +share/icons/matefaenza/apps/96/logview.png +share/icons/matefaenza/apps/96/logviewer.png +share/icons/matefaenza/apps/96/lxterminal.png +share/icons/matefaenza/apps/96/mahjongg.png +share/icons/matefaenza/apps/96/mail-notification.png +share/icons/matefaenza/apps/96/mailnag.png +share/icons/matefaenza/apps/96/mandrivaupdate.png +share/icons/matefaenza/apps/96/mate-cpu-frequency-applet.png +share/icons/matefaenza/apps/96/mate-desktop-item-edit.png +share/icons/matefaenza/apps/96/mate-eyes-applet.png +share/icons/matefaenza/apps/96/mate-netspeed-applet.png +share/icons/matefaenza/apps/96/mate-network-properties.png +share/icons/matefaenza/apps/96/mate-notification-properties.png +share/icons/matefaenza/apps/96/mate-panel-clock.png +share/icons/matefaenza/apps/96/mate-panel-launcher.png +share/icons/matefaenza/apps/96/mate-panel-notification-area.png +share/icons/matefaenza/apps/96/mate-panel-window-list.png +share/icons/matefaenza/apps/96/mate-panel-window-menu.png +share/icons/matefaenza/apps/96/mate-panel-workspace-switcher.png +share/icons/matefaenza/apps/96/mate-panel.png +share/icons/matefaenza/apps/96/mate-preferences-desktop-display.png +share/icons/matefaenza/apps/96/mate-sensors-applet.png +share/icons/matefaenza/apps/96/mate-session-properties.png +share/icons/matefaenza/apps/96/mate-sticky-notes-applet.png +share/icons/matefaenza/apps/96/mateconf-editor.png +share/icons/matefaenza/apps/96/me-tv.png +share/icons/matefaenza/apps/96/media-player-banshee.png +share/icons/matefaenza/apps/96/meld.png +share/icons/matefaenza/apps/96/mendeley.png +share/icons/matefaenza/apps/96/mendeleydesktop.png +share/icons/matefaenza/apps/96/menu-editor.png +share/icons/matefaenza/apps/96/midori.png +share/icons/matefaenza/apps/96/minitube.png +share/icons/matefaenza/apps/96/minitunes.png +share/icons/matefaenza/apps/96/miro-guide-source.png +share/icons/matefaenza/apps/96/miro.png +share/icons/matefaenza/apps/96/mitter.png +share/icons/matefaenza/apps/96/mm.png +share/icons/matefaenza/apps/96/monodevelop.png +share/icons/matefaenza/apps/96/mousepad.png +share/icons/matefaenza/apps/96/mozilla-firefox.png +share/icons/matefaenza/apps/96/mozilla-thunderbird.png +share/icons/matefaenza/apps/96/mozo.png +share/icons/matefaenza/apps/96/mplayer.png +share/icons/matefaenza/apps/96/msd-xrandr.png +share/icons/matefaenza/apps/96/mtpaint.png +share/icons/matefaenza/apps/96/multimedia-volume-control.png +share/icons/matefaenza/apps/96/mypaint.png +share/icons/matefaenza/apps/96/nautilus-actions-config-tool.png +share/icons/matefaenza/apps/96/nautilus-actions.png +share/icons/matefaenza/apps/96/nautilus-cd-burner.png +share/icons/matefaenza/apps/96/nautilus.png +share/icons/matefaenza/apps/96/netbeans.png +share/icons/matefaenza/apps/96/nixnote.png +share/icons/matefaenza/apps/96/nvidia-current-settings.png +share/icons/matefaenza/apps/96/nvidia-settings.png +share/icons/matefaenza/apps/96/office-address-book.png +share/icons/matefaenza/apps/96/office-calendar.png +share/icons/matefaenza/apps/96/office-date.png +share/icons/matefaenza/apps/96/office-writer.png +share/icons/matefaenza/apps/96/oggconvert.png +share/icons/matefaenza/apps/96/onboard.png +share/icons/matefaenza/apps/96/ooo-base.png +share/icons/matefaenza/apps/96/ooo-base3.0.png +share/icons/matefaenza/apps/96/ooo-calc.png +share/icons/matefaenza/apps/96/ooo-calc2.png +share/icons/matefaenza/apps/96/ooo-calc24.png +share/icons/matefaenza/apps/96/ooo-calc3.0.png +share/icons/matefaenza/apps/96/ooo-draw.png +share/icons/matefaenza/apps/96/ooo-draw3.0.png +share/icons/matefaenza/apps/96/ooo-impress.png +share/icons/matefaenza/apps/96/ooo-impress2.png +share/icons/matefaenza/apps/96/ooo-impress24.png +share/icons/matefaenza/apps/96/ooo-impress3.0.png +share/icons/matefaenza/apps/96/ooo-math.png +share/icons/matefaenza/apps/96/ooo-math3.0.png +share/icons/matefaenza/apps/96/ooo-printeradmin.png +share/icons/matefaenza/apps/96/ooo-template.png +share/icons/matefaenza/apps/96/ooo-template3.0.png +share/icons/matefaenza/apps/96/ooo-writer.png +share/icons/matefaenza/apps/96/ooo-writer2.png +share/icons/matefaenza/apps/96/ooo-writer24.png +share/icons/matefaenza/apps/96/ooo-writer3.0.png +share/icons/matefaenza/apps/96/openbravo-erp.png +share/icons/matefaenza/apps/96/openerp-client.png +share/icons/matefaenza/apps/96/openjdk-6.png +share/icons/matefaenza/apps/96/openjdk-7.png +share/icons/matefaenza/apps/96/openofficeorg-base.png +share/icons/matefaenza/apps/96/openofficeorg-calc.png +share/icons/matefaenza/apps/96/openofficeorg-draw.png +share/icons/matefaenza/apps/96/openofficeorg-impress.png +share/icons/matefaenza/apps/96/openofficeorg-math.png +share/icons/matefaenza/apps/96/openofficeorg-printeradmin.png +share/icons/matefaenza/apps/96/openofficeorg-template.png +share/icons/matefaenza/apps/96/openofficeorg-writer.png +share/icons/matefaenza/apps/96/openofficeorg24-calc.png +share/icons/matefaenza/apps/96/openofficeorg24-impress.png +share/icons/matefaenza/apps/96/openofficeorg24-writer.png +share/icons/matefaenza/apps/96/openofficeorg3-base.png +share/icons/matefaenza/apps/96/openofficeorg3-calc.png +share/icons/matefaenza/apps/96/openofficeorg3-draw.png +share/icons/matefaenza/apps/96/openofficeorg3-impress.png +share/icons/matefaenza/apps/96/openofficeorg3-math.png +share/icons/matefaenza/apps/96/openofficeorg3-printeradmin.png +share/icons/matefaenza/apps/96/openofficeorg3-template.png +share/icons/matefaenza/apps/96/openofficeorg3-writer.png +share/icons/matefaenza/apps/96/openofficeorg3.0-base.png +share/icons/matefaenza/apps/96/openofficeorg3.0-calc.png +share/icons/matefaenza/apps/96/openofficeorg3.0-draw.png +share/icons/matefaenza/apps/96/openofficeorg3.0-impress.png +share/icons/matefaenza/apps/96/openofficeorg3.0-math.png +share/icons/matefaenza/apps/96/openofficeorg3.0-printeradmin.png +share/icons/matefaenza/apps/96/openofficeorg3.0-template.png +share/icons/matefaenza/apps/96/openofficeorg3.0-writer.png +share/icons/matefaenza/apps/96/openshot.png +share/icons/matefaenza/apps/96/openterm.png +share/icons/matefaenza/apps/96/openttd.png +share/icons/matefaenza/apps/96/opera-browser.png +share/icons/matefaenza/apps/96/opera-widget-manager.png +share/icons/matefaenza/apps/96/opera-widget.png +share/icons/matefaenza/apps/96/opera.png +share/icons/matefaenza/apps/96/orca.png +share/icons/matefaenza/apps/96/package-manager-icon.png +share/icons/matefaenza/apps/96/palimpsest.png +share/icons/matefaenza/apps/96/paprefs.png +share/icons/matefaenza/apps/96/parole.png +share/icons/matefaenza/apps/96/partner.png +share/icons/matefaenza/apps/96/password.png +share/icons/matefaenza/apps/96/pdfmod.png +share/icons/matefaenza/apps/96/phatch-inspector.png +share/icons/matefaenza/apps/96/phatch.png +share/icons/matefaenza/apps/96/picasa-fontcfg.png +share/icons/matefaenza/apps/96/picasa.png +share/icons/matefaenza/apps/96/picasa32x32.png +share/icons/matefaenza/apps/96/pidgin.png +share/icons/matefaenza/apps/96/pino.png +share/icons/matefaenza/apps/96/pirut.png +share/icons/matefaenza/apps/96/pithos.png +share/icons/matefaenza/apps/96/pitivi.png +share/icons/matefaenza/apps/96/pk-package-sources.png +share/icons/matefaenza/apps/96/plan.png +share/icons/matefaenza/apps/96/playonlinux.png +share/icons/matefaenza/apps/96/podcast.png +share/icons/matefaenza/apps/96/poedit.png +share/icons/matefaenza/apps/96/porthole.png +share/icons/matefaenza/apps/96/postr.png +share/icons/matefaenza/apps/96/ppa.png +share/icons/matefaenza/apps/96/preferences-color.png +share/icons/matefaenza/apps/96/preferences-desktop-accessibility.png +share/icons/matefaenza/apps/96/preferences-desktop-default-applications.png +share/icons/matefaenza/apps/96/preferences-desktop-display.png +share/icons/matefaenza/apps/96/preferences-desktop-font.png +share/icons/matefaenza/apps/96/preferences-desktop-keyboard-shortcuts.png +share/icons/matefaenza/apps/96/preferences-desktop-keyboard.png +share/icons/matefaenza/apps/96/preferences-desktop-launch-feedback.png +share/icons/matefaenza/apps/96/preferences-desktop-locale.png +share/icons/matefaenza/apps/96/preferences-desktop-multimedia.png +share/icons/matefaenza/apps/96/preferences-desktop-peripherals.png +share/icons/matefaenza/apps/96/preferences-desktop-remote-desktop.png +share/icons/matefaenza/apps/96/preferences-desktop-screensaver.png +share/icons/matefaenza/apps/96/preferences-desktop-sound.png +share/icons/matefaenza/apps/96/preferences-desktop-theme.png +share/icons/matefaenza/apps/96/preferences-desktop-wallpaper.png +share/icons/matefaenza/apps/96/preferences-management-service.png +share/icons/matefaenza/apps/96/preferences-sound.png +share/icons/matefaenza/apps/96/preferences-system-bluetooth.png +share/icons/matefaenza/apps/96/preferences-system-firewall.png +share/icons/matefaenza/apps/96/preferences-system-network.png +share/icons/matefaenza/apps/96/preferences-system-time.png +share/icons/matefaenza/apps/96/preferences-system-windows.png +share/icons/matefaenza/apps/96/pup.png +share/icons/matefaenza/apps/96/pychess.png +share/icons/matefaenza/apps/96/pyneighborhood_48x48.png +share/icons/matefaenza/apps/96/qgit.png +share/icons/matefaenza/apps/96/qtassistant.png +share/icons/matefaenza/apps/96/qtconfig-qt4.png +share/icons/matefaenza/apps/96/qtcreator.png +share/icons/matefaenza/apps/96/qtcreator_logo_32.png +share/icons/matefaenza/apps/96/qtdesigner.png +share/icons/matefaenza/apps/96/qtlinguist.png +share/icons/matefaenza/apps/96/radio.png +share/icons/matefaenza/apps/96/radiotray.png +share/icons/matefaenza/apps/96/rclock.png +share/icons/matefaenza/apps/96/redhat-filemanager.png +share/icons/matefaenza/apps/96/redhat-server_settings.png +share/icons/matefaenza/apps/96/redhat-tools.png +share/icons/matefaenza/apps/96/redhat-web-browser.png +share/icons/matefaenza/apps/96/remmina.png +share/icons/matefaenza/apps/96/revelation.png +share/icons/matefaenza/apps/96/rhythmbox.png +share/icons/matefaenza/apps/96/ristretto.png +share/icons/matefaenza/apps/96/rpmdrake.png +share/icons/matefaenza/apps/96/rssowl.png +share/icons/matefaenza/apps/96/screenie-qt.png +share/icons/matefaenza/apps/96/screenie.png +share/icons/matefaenza/apps/96/screenruler-icon.png +share/icons/matefaenza/apps/96/screenruler.png +share/icons/matefaenza/apps/96/screensaver.png +share/icons/matefaenza/apps/96/scribes.png +share/icons/matefaenza/apps/96/scribus.png +share/icons/matefaenza/apps/96/seahorse-preferences.png +share/icons/matefaenza/apps/96/seahorse.png +share/icons/matefaenza/apps/96/session-properties.png +share/icons/matefaenza/apps/96/setroubleshoot_icon.png +share/icons/matefaenza/apps/96/setroubleshoot_red_icon.png +share/icons/matefaenza/apps/96/shares.png +share/icons/matefaenza/apps/96/shotwell.png +share/icons/matefaenza/apps/96/shutter.png +share/icons/matefaenza/apps/96/simple-ccsm.png +share/icons/matefaenza/apps/96/skype.png +share/icons/matefaenza/apps/96/sleep.png +share/icons/matefaenza/apps/96/smplayer.png +share/icons/matefaenza/apps/96/smuxi-frontend-gnome.png +share/icons/matefaenza/apps/96/software-properties.png +share/icons/matefaenza/apps/96/softwarecenter-debian.png +share/icons/matefaenza/apps/96/softwarecenter-ubuntu.png +share/icons/matefaenza/apps/96/softwarecenter.png +share/icons/matefaenza/apps/96/sound-juicer.png +share/icons/matefaenza/apps/96/soundconverter.png +share/icons/matefaenza/apps/96/speedcrunch.png +share/icons/matefaenza/apps/96/spotify-linux-48x48.png +share/icons/matefaenza/apps/96/spotify-linux-512x512.png +share/icons/matefaenza/apps/96/spotify.png +share/icons/matefaenza/apps/96/sqlitebrowser.png +share/icons/matefaenza/apps/96/stardict.png +share/icons/matefaenza/apps/96/startupmanager.png +share/icons/matefaenza/apps/96/steam.png +share/icons/matefaenza/apps/96/steampowered.png +share/icons/matefaenza/apps/96/stellarium.png +share/icons/matefaenza/apps/96/sticky-notes.png +share/icons/matefaenza/apps/96/stock_alarm.png +share/icons/matefaenza/apps/96/stock_calendar.png +share/icons/matefaenza/apps/96/stock_help.png +share/icons/matefaenza/apps/96/stock_insert-note.png +share/icons/matefaenza/apps/96/stock_keyring.png +share/icons/matefaenza/apps/96/stock_notes.png +share/icons/matefaenza/apps/96/stock_task.png +share/icons/matefaenza/apps/96/stock_unknown.png +share/icons/matefaenza/apps/96/stock_view-details.png +share/icons/matefaenza/apps/96/style.png +share/icons/matefaenza/apps/96/sun-java.png +share/icons/matefaenza/apps/96/sun-java6.png +share/icons/matefaenza/apps/96/sun-java7.png +share/icons/matefaenza/apps/96/sun-javaws.png +share/icons/matefaenza/apps/96/sun-jcontrol.png +share/icons/matefaenza/apps/96/susehelpcenter.png +share/icons/matefaenza/apps/96/susers.png +share/icons/matefaenza/apps/96/sylpheed.png +share/icons/matefaenza/apps/96/synapse.png +share/icons/matefaenza/apps/96/synaptic.png +share/icons/matefaenza/apps/96/sysprof-icon.png +share/icons/matefaenza/apps/96/system-config-authentication.png +share/icons/matefaenza/apps/96/system-config-date.png +share/icons/matefaenza/apps/96/system-config-displayca.png +share/icons/matefaenza/apps/96/system-config-users.png +share/icons/matefaenza/apps/96/system-file-manager.png +share/icons/matefaenza/apps/96/system-hibernate.png +share/icons/matefaenza/apps/96/system-installer.png +share/icons/matefaenza/apps/96/system-restart.png +share/icons/matefaenza/apps/96/system-shut-down.png +share/icons/matefaenza/apps/96/system-software-install.png +share/icons/matefaenza/apps/96/system-software-installer.png +share/icons/matefaenza/apps/96/system-software-update.png +share/icons/matefaenza/apps/96/system-suspend-hibernate.png +share/icons/matefaenza/apps/96/system-suspend.png +share/icons/matefaenza/apps/96/system-switch-java.png +share/icons/matefaenza/apps/96/system-switch-user.png +share/icons/matefaenza/apps/96/system-users.png +share/icons/matefaenza/apps/96/telepathy.png +share/icons/matefaenza/apps/96/terminal.png +share/icons/matefaenza/apps/96/terminator.png +share/icons/matefaenza/apps/96/text-editor.png +share/icons/matefaenza/apps/96/thunar.png +share/icons/matefaenza/apps/96/thunderbird-icon.png +share/icons/matefaenza/apps/96/thunderbird.png +share/icons/matefaenza/apps/96/tilda.png +share/icons/matefaenza/apps/96/time-admin.png +share/icons/matefaenza/apps/96/time.png +share/icons/matefaenza/apps/96/timer-applet.png +share/icons/matefaenza/apps/96/tomboy-note.png +share/icons/matefaenza/apps/96/tomboy.png +share/icons/matefaenza/apps/96/totem.png +share/icons/matefaenza/apps/96/tracker.png +share/icons/matefaenza/apps/96/transmission.png +share/icons/matefaenza/apps/96/truecrypt.png +share/icons/matefaenza/apps/96/tsclient.png +share/icons/matefaenza/apps/96/tvtime.png +share/icons/matefaenza/apps/96/twitter.png +share/icons/matefaenza/apps/96/twitux.png +share/icons/matefaenza/apps/96/ubuntu-tweak.png +share/icons/matefaenza/apps/96/ubuntuone-client.png +share/icons/matefaenza/apps/96/ubuntuone-installer.png +share/icons/matefaenza/apps/96/ubuntuone-music.png +share/icons/matefaenza/apps/96/ubuntuone.png +share/icons/matefaenza/apps/96/ufw-frontends.png +share/icons/matefaenza/apps/96/un-reboot.png +share/icons/matefaenza/apps/96/update-manager.png +share/icons/matefaenza/apps/96/update-notifier.png +share/icons/matefaenza/apps/96/usb-creator-gtk.png +share/icons/matefaenza/apps/96/usb-creator.png +share/icons/matefaenza/apps/96/user-info.png +share/icons/matefaenza/apps/96/user_auth.png +share/icons/matefaenza/apps/96/usermount.png +share/icons/matefaenza/apps/96/utilities-file-archiver.png +share/icons/matefaenza/apps/96/utilities-log-viewer.png +share/icons/matefaenza/apps/96/utilities-system-monitor.png +share/icons/matefaenza/apps/96/utilities-terminal.png +share/icons/matefaenza/apps/96/vim.png +share/icons/matefaenza/apps/96/vinagre.png +share/icons/matefaenza/apps/96/virtualbox-ose.png +share/icons/matefaenza/apps/96/virtualbox.png +share/icons/matefaenza/apps/96/vlc.png +share/icons/matefaenza/apps/96/wallpaper.png +share/icons/matefaenza/apps/96/web-browser.png +share/icons/matefaenza/apps/96/webservice-office-zoho-sheet.png +share/icons/matefaenza/apps/96/wesnoth.png +share/icons/matefaenza/apps/96/wikipedia.png +share/icons/matefaenza/apps/96/window-manager.png +share/icons/matefaenza/apps/96/wine-notepad.png +share/icons/matefaenza/apps/96/wine-uninstaller.png +share/icons/matefaenza/apps/96/wine-winecfg.png +share/icons/matefaenza/apps/96/wine-winetricks.png +share/icons/matefaenza/apps/96/wine.png +share/icons/matefaenza/apps/96/wireshark.png +share/icons/matefaenza/apps/96/wmtweaks.png +share/icons/matefaenza/apps/96/wordpress.png +share/icons/matefaenza/apps/96/workspace-switcher.png +share/icons/matefaenza/apps/96/wunderlist.png +share/icons/matefaenza/apps/96/wwwamazoncom-www.amazon.com.png +share/icons/matefaenza/apps/96/wwwamazoncouk-www.amazon.co.uk.png +share/icons/matefaenza/apps/96/wwwamazonfr-www.amazon.fr.png +share/icons/matefaenza/apps/96/wxbanker.png +share/icons/matefaenza/apps/96/x-office-address-book.png +share/icons/matefaenza/apps/96/x-office-calendar.png +share/icons/matefaenza/apps/96/x-system-software-sources.png +share/icons/matefaenza/apps/96/xarchiver.png +share/icons/matefaenza/apps/96/xbmc.png +share/icons/matefaenza/apps/96/xchat-gnome.png +share/icons/matefaenza/apps/96/xchat-mini.png +share/icons/matefaenza/apps/96/xchat.png +share/icons/matefaenza/apps/96/xfburn.png +share/icons/matefaenza/apps/96/xfcalendar.png +share/icons/matefaenza/apps/96/xfce-edit.png +share/icons/matefaenza/apps/96/xfce-filemanager.png +share/icons/matefaenza/apps/96/xfce-mail.png +share/icons/matefaenza/apps/96/xfce-man.png +share/icons/matefaenza/apps/96/xfce-schedule.png +share/icons/matefaenza/apps/96/xfce-sound.png +share/icons/matefaenza/apps/96/xfce-system-info.png +share/icons/matefaenza/apps/96/xfce-terminal.png +share/icons/matefaenza/apps/96/xfce-ui.png +share/icons/matefaenza/apps/96/xfce4-appfinder.png +share/icons/matefaenza/apps/96/xfce4-backdrop.png +share/icons/matefaenza/apps/96/xfce4-clipman-plugin.png +share/icons/matefaenza/apps/96/xfce4-clock.png +share/icons/matefaenza/apps/96/xfce4-dict.png +share/icons/matefaenza/apps/96/xfce4-mcs-manager.png +share/icons/matefaenza/apps/96/xfce4-menueditor.png +share/icons/matefaenza/apps/96/xfce4-notes-plugin.png +share/icons/matefaenza/apps/96/xfce4-panel.png +share/icons/matefaenza/apps/96/xfce4-session.png +share/icons/matefaenza/apps/96/xfce4-workspaces.png +share/icons/matefaenza/apps/96/xfce_unknown.png +share/icons/matefaenza/apps/96/xfsm-hibernate.png +share/icons/matefaenza/apps/96/xfsm-logout.png +share/icons/matefaenza/apps/96/xfsm-reboot.png +share/icons/matefaenza/apps/96/xfsm-shutdown.png +share/icons/matefaenza/apps/96/xfsm-suspend.png +share/icons/matefaenza/apps/96/xfsm-switch.png +share/icons/matefaenza/apps/96/xfwm4.png +share/icons/matefaenza/apps/96/ximian-evolution-calendar.png +share/icons/matefaenza/apps/96/xine.png +share/icons/matefaenza/apps/96/xournal.png +share/icons/matefaenza/apps/96/xpad.png +share/icons/matefaenza/apps/96/xscreensaver.png +share/icons/matefaenza/apps/96/xterm-color_32x32.png +share/icons/matefaenza/apps/96/xterm-color_48x48.png +share/icons/matefaenza/apps/96/xterm.png +share/icons/matefaenza/apps/96/xterm_32x32.png +share/icons/matefaenza/apps/96/xterm_48x48.png +share/icons/matefaenza/apps/96/yahoo.png +share/icons/matefaenza/apps/96/youtube.png +share/icons/matefaenza/apps/96/yumex.png +share/icons/matefaenza/apps/96/zeitgeist.png +share/icons/matefaenza/apps/96/zen-icon.png +share/icons/matefaenza/apps/96/zenmap.png +share/icons/matefaenza/apps/96/zim.png +share/icons/matefaenza/apps/96/zsnes.png +share/icons/matefaenza/apps/scalable/0ad.svg +share/icons/matefaenza/apps/scalable/96x96.png +share/icons/matefaenza/apps/scalable/AdobeAIR.svg +share/icons/matefaenza/apps/scalable/AdobeReader.svg +share/icons/matefaenza/apps/scalable/AdobeReader10.svg +share/icons/matefaenza/apps/scalable/AdobeReader8.svg +share/icons/matefaenza/apps/scalable/AdobeReader9.svg +share/icons/matefaenza/apps/scalable/DC++.svg +share/icons/matefaenza/apps/scalable/Doom3.svg +share/icons/matefaenza/apps/scalable/ET-quakewars.svg +share/icons/matefaenza/apps/scalable/EasyTAG_icon.svg +share/icons/matefaenza/apps/scalable/Etermutilities-terminal.svg +share/icons/matefaenza/apps/scalable/Gish.svg +share/icons/matefaenza/apps/scalable/Launchpad-launchpad.net.svg +share/icons/matefaenza/apps/scalable/Osmos.svg +share/icons/matefaenza/apps/scalable/OsmosDemo.svg +share/icons/matefaenza/apps/scalable/Penumbra.svg +share/icons/matefaenza/apps/scalable/Savage2.svg +share/icons/matefaenza/apps/scalable/Terminal.svg +share/icons/matefaenza/apps/scalable/Thunar.svg +share/icons/matefaenza/apps/scalable/Trine.svg +share/icons/matefaenza/apps/scalable/UrbanTerror.svg +share/icons/matefaenza/apps/scalable/VBox.svg +share/icons/matefaenza/apps/scalable/WorldOfGoo.svg +share/icons/matefaenza/apps/scalable/WorldOfGooDemo.svg +share/icons/matefaenza/apps/scalable/WorldofPadman.svg +share/icons/matefaenza/apps/scalable/Wunderlist.svg +share/icons/matefaenza/apps/scalable/a4.svg +share/icons/matefaenza/apps/scalable/abiword.svg +share/icons/matefaenza/apps/scalable/abiword_48.svg +share/icons/matefaenza/apps/scalable/abrt.svg +share/icons/matefaenza/apps/scalable/access.svg +share/icons/matefaenza/apps/scalable/accessibility-directory.svg +share/icons/matefaenza/apps/scalable/accessories-calculator.svg +share/icons/matefaenza/apps/scalable/accessories-character-map.svg +share/icons/matefaenza/apps/scalable/accessories-dictionary.svg +share/icons/matefaenza/apps/scalable/accessories-text-editor.svg +share/icons/matefaenza/apps/scalable/acroread.svg +share/icons/matefaenza/apps/scalable/activity-log-manager.svg +share/icons/matefaenza/apps/scalable/addressbook.svg +share/icons/matefaenza/apps/scalable/adobe-air.svg +share/icons/matefaenza/apps/scalable/adobe-flashplayer.svg +share/icons/matefaenza/apps/scalable/adobeflashplugin.svg +share/icons/matefaenza/apps/scalable/akregator.svg +share/icons/matefaenza/apps/scalable/alacarte.svg +share/icons/matefaenza/apps/scalable/alchemy.svg +share/icons/matefaenza/apps/scalable/alien-arena.svg +share/icons/matefaenza/apps/scalable/amarok.svg +share/icons/matefaenza/apps/scalable/amazon-mp3-store-source.svg +share/icons/matefaenza/apps/scalable/amazon-store.svg +share/icons/matefaenza/apps/scalable/amnesia-dark-decent.svg +share/icons/matefaenza/apps/scalable/amule.svg +share/icons/matefaenza/apps/scalable/anjuta.svg +share/icons/matefaenza/apps/scalable/anki.svg +share/icons/matefaenza/apps/scalable/applets-screenshooter.svg +share/icons/matefaenza/apps/scalable/application-default-icon.svg +share/icons/matefaenza/apps/scalable/application-x-clementine.svg +share/icons/matefaenza/apps/scalable/aqualung.svg +share/icons/matefaenza/apps/scalable/as-icon.svg +share/icons/matefaenza/apps/scalable/as-powered.svg +share/icons/matefaenza/apps/scalable/assistant.svg +share/icons/matefaenza/apps/scalable/atril.svg +share/icons/matefaenza/apps/scalable/audacious.svg +share/icons/matefaenza/apps/scalable/audacity.svg +share/icons/matefaenza/apps/scalable/audiobook.svg +share/icons/matefaenza/apps/scalable/autoplus.svg +share/icons/matefaenza/apps/scalable/avant-window-navigator.svg +share/icons/matefaenza/apps/scalable/awn-settings.svg +share/icons/matefaenza/apps/scalable/ax-applet.svg +share/icons/matefaenza/apps/scalable/background.svg +share/icons/matefaenza/apps/scalable/badge-small.svg +share/icons/matefaenza/apps/scalable/banshee-1.svg +share/icons/matefaenza/apps/scalable/banshee.svg +share/icons/matefaenza/apps/scalable/baobab.svg +share/icons/matefaenza/apps/scalable/bash.svg +share/icons/matefaenza/apps/scalable/bazaar.svg +share/icons/matefaenza/apps/scalable/bleachbit.svg +share/icons/matefaenza/apps/scalable/blender.svg +share/icons/matefaenza/apps/scalable/bluefish-icon.svg +share/icons/matefaenza/apps/scalable/bluefish.svg +share/icons/matefaenza/apps/scalable/bluegriffon.svg +share/icons/matefaenza/apps/scalable/blueman.svg +share/icons/matefaenza/apps/scalable/blueradio-48.svg +share/icons/matefaenza/apps/scalable/blueradio.svg +share/icons/matefaenza/apps/scalable/bluetooth-48.svg +share/icons/matefaenza/apps/scalable/bluetooth.svg +share/icons/matefaenza/apps/scalable/bluetoothradio.svg +share/icons/matefaenza/apps/scalable/boot.svg +share/icons/matefaenza/apps/scalable/brasero.svg +share/icons/matefaenza/apps/scalable/browser-help.svg +share/icons/matefaenza/apps/scalable/browser.svg +share/icons/matefaenza/apps/scalable/bt-logo.svg +share/icons/matefaenza/apps/scalable/bug-buddy.svg +share/icons/matefaenza/apps/scalable/bzr-explorer.svg +share/icons/matefaenza/apps/scalable/c128.svg +share/icons/matefaenza/apps/scalable/c610.svg +share/icons/matefaenza/apps/scalable/c64.svg +share/icons/matefaenza/apps/scalable/caffeine.svg +share/icons/matefaenza/apps/scalable/cairo-clock.svg +share/icons/matefaenza/apps/scalable/calc.svg +share/icons/matefaenza/apps/scalable/catfish.svg +share/icons/matefaenza/apps/scalable/ccc_large.svg +share/icons/matefaenza/apps/scalable/ccsm.svg +share/icons/matefaenza/apps/scalable/checkbox.svg +share/icons/matefaenza/apps/scalable/checkgmail.svg +share/icons/matefaenza/apps/scalable/cheese.svg +share/icons/matefaenza/apps/scalable/chromium-browser.svg +share/icons/matefaenza/apps/scalable/chromium-browser2.svg +share/icons/matefaenza/apps/scalable/chromium.svg +share/icons/matefaenza/apps/scalable/claws-mail.svg +share/icons/matefaenza/apps/scalable/clementine.svg +share/icons/matefaenza/apps/scalable/clock.svg +share/icons/matefaenza/apps/scalable/clocks.svg +share/icons/matefaenza/apps/scalable/codeblocks.svg +share/icons/matefaenza/apps/scalable/comix.svg +share/icons/matefaenza/apps/scalable/computerjanitor.svg +share/icons/matefaenza/apps/scalable/config-date.svg +share/icons/matefaenza/apps/scalable/config-language.svg +share/icons/matefaenza/apps/scalable/config-users.svg +share/icons/matefaenza/apps/scalable/confity.svg +share/icons/matefaenza/apps/scalable/control-center2.svg +share/icons/matefaenza/apps/scalable/covergloobus.svg +share/icons/matefaenza/apps/scalable/credentials-preferences.svg +share/icons/matefaenza/apps/scalable/cryptkeeper.svg +share/icons/matefaenza/apps/scalable/cups.svg +share/icons/matefaenza/apps/scalable/dc++.svg +share/icons/matefaenza/apps/scalable/dconf-editor.svg +share/icons/matefaenza/apps/scalable/deadbeef.svg +share/icons/matefaenza/apps/scalable/defcon.svg +share/icons/matefaenza/apps/scalable/deja-dup.svg +share/icons/matefaenza/apps/scalable/deluge-torrent.svg +share/icons/matefaenza/apps/scalable/deluge.svg +share/icons/matefaenza/apps/scalable/designer.svg +share/icons/matefaenza/apps/scalable/desktop-effects.svg +share/icons/matefaenza/apps/scalable/desura.svg +share/icons/matefaenza/apps/scalable/devede.svg +share/icons/matefaenza/apps/scalable/devhelp.svg +share/icons/matefaenza/apps/scalable/dia.svg +share/icons/matefaenza/apps/scalable/display-capplet.svg +share/icons/matefaenza/apps/scalable/display.im6.svg +share/icons/matefaenza/apps/scalable/docky.svg +share/icons/matefaenza/apps/scalable/dolphin.svg +share/icons/matefaenza/apps/scalable/dosbox.svg +share/icons/matefaenza/apps/scalable/drakconf.svg +share/icons/matefaenza/apps/scalable/drakmenustyle.svg +share/icons/matefaenza/apps/scalable/drakstats.svg +share/icons/matefaenza/apps/scalable/dropbox.svg +share/icons/matefaenza/apps/scalable/dvdrip.svg +share/icons/matefaenza/apps/scalable/eagle.svg +share/icons/matefaenza/apps/scalable/easylife.svg +share/icons/matefaenza/apps/scalable/easytag.svg +share/icons/matefaenza/apps/scalable/eclipse.svg +share/icons/matefaenza/apps/scalable/edit-urpm-sources.svg +share/icons/matefaenza/apps/scalable/eekboard.svg +share/icons/matefaenza/apps/scalable/ejecter.svg +share/icons/matefaenza/apps/scalable/ekiga.svg +share/icons/matefaenza/apps/scalable/emacs.svg +share/icons/matefaenza/apps/scalable/emacs23.svg +share/icons/matefaenza/apps/scalable/emerald-theme-manager-icon.svg +share/icons/matefaenza/apps/scalable/emerillon.svg +share/icons/matefaenza/apps/scalable/emesene.svg +share/icons/matefaenza/apps/scalable/empathy.svg +share/icons/matefaenza/apps/scalable/engrampa.svg +share/icons/matefaenza/apps/scalable/eog.svg +share/icons/matefaenza/apps/scalable/eom.svg +share/icons/matefaenza/apps/scalable/evernote.svg +share/icons/matefaenza/apps/scalable/evince.svg +share/icons/matefaenza/apps/scalable/evolution-calendar.svg +share/icons/matefaenza/apps/scalable/evolution-mail.svg +share/icons/matefaenza/apps/scalable/evolution-memos.svg +share/icons/matefaenza/apps/scalable/evolution-tasks.svg +share/icons/matefaenza/apps/scalable/evolution.svg +share/icons/matefaenza/apps/scalable/exaile.svg +share/icons/matefaenza/apps/scalable/f-spot.svg +share/icons/matefaenza/apps/scalable/facebook.svg +share/icons/matefaenza/apps/scalable/fedora-release-notes.svg +share/icons/matefaenza/apps/scalable/file-manager.svg +share/icons/matefaenza/apps/scalable/file-roller.svg +share/icons/matefaenza/apps/scalable/filezilla.svg +share/icons/matefaenza/apps/scalable/firefox-3.0.svg +share/icons/matefaenza/apps/scalable/firefox-3.5.svg +share/icons/matefaenza/apps/scalable/firefox-4.0.svg +share/icons/matefaenza/apps/scalable/firefox-original.svg +share/icons/matefaenza/apps/scalable/firefox.svg +share/icons/matefaenza/apps/scalable/firestarter.svg +share/icons/matefaenza/apps/scalable/flash-player-properties.svg +share/icons/matefaenza/apps/scalable/flash.svg +share/icons/matefaenza/apps/scalable/flashplayer.svg +share/icons/matefaenza/apps/scalable/flegita.svg +share/icons/matefaenza/apps/scalable/flickr.svg +share/icons/matefaenza/apps/scalable/flightgear.svg +share/icons/matefaenza/apps/scalable/fontforge.svg +share/icons/matefaenza/apps/scalable/fontmatrix.svg +share/icons/matefaenza/apps/scalable/fonts.svg +share/icons/matefaenza/apps/scalable/fontypython.svg +share/icons/matefaenza/apps/scalable/freetuxtv.svg +share/icons/matefaenza/apps/scalable/fretsonfire.svg +share/icons/matefaenza/apps/scalable/frostwire.svg +share/icons/matefaenza/apps/scalable/frozen-bubble-icon-48x48.svg +share/icons/matefaenza/apps/scalable/frozen-bubble.svg +share/icons/matefaenza/apps/scalable/fusion-icon.svg +share/icons/matefaenza/apps/scalable/gajim.svg +share/icons/matefaenza/apps/scalable/galculator.svg +share/icons/matefaenza/apps/scalable/gazpacho-icon.svg +share/icons/matefaenza/apps/scalable/gazpacho.svg +share/icons/matefaenza/apps/scalable/gbrainy.svg +share/icons/matefaenza/apps/scalable/gcolor2.svg +share/icons/matefaenza/apps/scalable/gconf-editor.svg +share/icons/matefaenza/apps/scalable/gconfeditor.svg +share/icons/matefaenza/apps/scalable/gcstar.svg +share/icons/matefaenza/apps/scalable/gdeb.svg +share/icons/matefaenza/apps/scalable/gdebi.svg +share/icons/matefaenza/apps/scalable/gdm-setup.svg +share/icons/matefaenza/apps/scalable/gdm-xnest.svg +share/icons/matefaenza/apps/scalable/gdm.svg +share/icons/matefaenza/apps/scalable/geany.svg +share/icons/matefaenza/apps/scalable/geogebra.svg +share/icons/matefaenza/apps/scalable/gespeaker.svg +share/icons/matefaenza/apps/scalable/ghex.svg +share/icons/matefaenza/apps/scalable/giggle.svg +share/icons/matefaenza/apps/scalable/gimp.svg +share/icons/matefaenza/apps/scalable/git-cola.svg +share/icons/matefaenza/apps/scalable/git.svg +share/icons/matefaenza/apps/scalable/gkdebconf-icon.svg +share/icons/matefaenza/apps/scalable/gkdebconf.svg +share/icons/matefaenza/apps/scalable/gksu-debian.svg +share/icons/matefaenza/apps/scalable/gksu-root-terminal.svg +share/icons/matefaenza/apps/scalable/glade-3.svg +share/icons/matefaenza/apps/scalable/glade.svg +share/icons/matefaenza/apps/scalable/glippy.svg +share/icons/matefaenza/apps/scalable/gloobus-preview.svg +share/icons/matefaenza/apps/scalable/gloobus.svg +share/icons/matefaenza/apps/scalable/gmail.svg +share/icons/matefaenza/apps/scalable/gmailwatcher.svg +share/icons/matefaenza/apps/scalable/gmameui.svg +share/icons/matefaenza/apps/scalable/gmdb2.svg +share/icons/matefaenza/apps/scalable/gmusicbrowser.svg +share/icons/matefaenza/apps/scalable/gnochm.svg +share/icons/matefaenza/apps/scalable/gnome-about-logo.svg +share/icons/matefaenza/apps/scalable/gnome-activity-journal.svg +share/icons/matefaenza/apps/scalable/gnome-aisleriot.svg +share/icons/matefaenza/apps/scalable/gnome-app-install.svg +share/icons/matefaenza/apps/scalable/gnome-apt.svg +share/icons/matefaenza/apps/scalable/gnome-audio.svg +share/icons/matefaenza/apps/scalable/gnome-calculator.svg +share/icons/matefaenza/apps/scalable/gnome-calendar.svg +share/icons/matefaenza/apps/scalable/gnome-character-map.svg +share/icons/matefaenza/apps/scalable/gnome-contacts.svg +share/icons/matefaenza/apps/scalable/gnome-desktop-config.svg +share/icons/matefaenza/apps/scalable/gnome-desktop-item-edit.svg +share/icons/matefaenza/apps/scalable/gnome-device-manager.svg +share/icons/matefaenza/apps/scalable/gnome-dictionary.svg +share/icons/matefaenza/apps/scalable/gnome-disks.svg +share/icons/matefaenza/apps/scalable/gnome-display-properties.svg +share/icons/matefaenza/apps/scalable/gnome-do.svg +share/icons/matefaenza/apps/scalable/gnome-documents.svg +share/icons/matefaenza/apps/scalable/gnome-eterm.svg +share/icons/matefaenza/apps/scalable/gnome-freecell.svg +share/icons/matefaenza/apps/scalable/gnome-glchess.svg +share/icons/matefaenza/apps/scalable/gnome-glines.svg +share/icons/matefaenza/apps/scalable/gnome-gmenu.svg +share/icons/matefaenza/apps/scalable/gnome-gnect.svg +share/icons/matefaenza/apps/scalable/gnome-gnibbles.svg +share/icons/matefaenza/apps/scalable/gnome-help.svg +share/icons/matefaenza/apps/scalable/gnome-iagno.svg +share/icons/matefaenza/apps/scalable/gnome-info.svg +share/icons/matefaenza/apps/scalable/gnome-klotski.svg +share/icons/matefaenza/apps/scalable/gnome-lightsoff.svg +share/icons/matefaenza/apps/scalable/gnome-log-out.svg +share/icons/matefaenza/apps/scalable/gnome-logo-icon-transparent.svg +share/icons/matefaenza/apps/scalable/gnome-logout.svg +share/icons/matefaenza/apps/scalable/gnome-mahjongg.svg +share/icons/matefaenza/apps/scalable/gnome-mines.svg +share/icons/matefaenza/apps/scalable/gnome-monitor.svg +share/icons/matefaenza/apps/scalable/gnome-mplayer.svg +share/icons/matefaenza/apps/scalable/gnome-nettool.svg +share/icons/matefaenza/apps/scalable/gnome-network-properties.svg +share/icons/matefaenza/apps/scalable/gnome-networktool.svg +share/icons/matefaenza/apps/scalable/gnome-note.svg +share/icons/matefaenza/apps/scalable/gnome-package.svg +share/icons/matefaenza/apps/scalable/gnome-panel-clock.svg +share/icons/matefaenza/apps/scalable/gnome-panel-launcher.svg +share/icons/matefaenza/apps/scalable/gnome-panel-workspace-switcher.svg +share/icons/matefaenza/apps/scalable/gnome-panel.svg +share/icons/matefaenza/apps/scalable/gnome-power-manager.svg +share/icons/matefaenza/apps/scalable/gnome-power-statistics.svg +share/icons/matefaenza/apps/scalable/gnome-quadrapassel.svg +share/icons/matefaenza/apps/scalable/gnome-remote-desktop.svg +share/icons/matefaenza/apps/scalable/gnome-robots.svg +share/icons/matefaenza/apps/scalable/gnome-samegnome.svg +share/icons/matefaenza/apps/scalable/gnome-screenshot.svg +share/icons/matefaenza/apps/scalable/gnome-session-halt.svg +share/icons/matefaenza/apps/scalable/gnome-session-hibernate.svg +share/icons/matefaenza/apps/scalable/gnome-session-logout.svg +share/icons/matefaenza/apps/scalable/gnome-session-reboot.svg +share/icons/matefaenza/apps/scalable/gnome-session-sleep.svg +share/icons/matefaenza/apps/scalable/gnome-session-suspend.svg +share/icons/matefaenza/apps/scalable/gnome-session-switch.svg +share/icons/matefaenza/apps/scalable/gnome-session.svg +share/icons/matefaenza/apps/scalable/gnome-set-time.svg +share/icons/matefaenza/apps/scalable/gnome-settings-accessibility-technologies.svg +share/icons/matefaenza/apps/scalable/gnome-settings-background.svg +share/icons/matefaenza/apps/scalable/gnome-settings-default-applications.svg +share/icons/matefaenza/apps/scalable/gnome-settings-font.svg +share/icons/matefaenza/apps/scalable/gnome-settings-sound.svg +share/icons/matefaenza/apps/scalable/gnome-settings-theme.svg +share/icons/matefaenza/apps/scalable/gnome-shutdown.svg +share/icons/matefaenza/apps/scalable/gnome-sound-properties.svg +share/icons/matefaenza/apps/scalable/gnome-sound-recorder.svg +share/icons/matefaenza/apps/scalable/gnome-status.svg +share/icons/matefaenza/apps/scalable/gnome-sticky-notes-applet.svg +share/icons/matefaenza/apps/scalable/gnome-sudoku.svg +share/icons/matefaenza/apps/scalable/gnome-swell-foop.svg +share/icons/matefaenza/apps/scalable/gnome-system-monitor.svg +share/icons/matefaenza/apps/scalable/gnome-tali.svg +share/icons/matefaenza/apps/scalable/gnome-term.svg +share/icons/matefaenza/apps/scalable/gnome-terminal.svg +share/icons/matefaenza/apps/scalable/gnome-tetravex.svg +share/icons/matefaenza/apps/scalable/gnome-translate.svg +share/icons/matefaenza/apps/scalable/gnome-unknown.svg +share/icons/matefaenza/apps/scalable/gnome-volume-control.svg +share/icons/matefaenza/apps/scalable/gnome-web-browser.svg +share/icons/matefaenza/apps/scalable/gnome-window-manager.svg +share/icons/matefaenza/apps/scalable/gnome-word.svg +share/icons/matefaenza/apps/scalable/gnome-xterm.svg +share/icons/matefaenza/apps/scalable/gnomeradio.svg +share/icons/matefaenza/apps/scalable/gnomine.svg +share/icons/matefaenza/apps/scalable/gnote.svg +share/icons/matefaenza/apps/scalable/gnucash-icon.svg +share/icons/matefaenza/apps/scalable/gnumeric.svg +share/icons/matefaenza/apps/scalable/goa-account-facebook.svg +share/icons/matefaenza/apps/scalable/goa-account-google.svg +share/icons/matefaenza/apps/scalable/goa-account-twitter.svg +share/icons/matefaenza/apps/scalable/goa-account-yahoo.svg +share/icons/matefaenza/apps/scalable/goa-account.svg +share/icons/matefaenza/apps/scalable/goa-panel.svg +share/icons/matefaenza/apps/scalable/gobby-0.5.svg +share/icons/matefaenza/apps/scalable/gobby.svg +share/icons/matefaenza/apps/scalable/goldendict.svg +share/icons/matefaenza/apps/scalable/google-chrome-unstable.svg +share/icons/matefaenza/apps/scalable/google-chrome.svg +share/icons/matefaenza/apps/scalable/google-chrome2.svg +share/icons/matefaenza/apps/scalable/google-earth.svg +share/icons/matefaenza/apps/scalable/google-plus.svg +share/icons/matefaenza/apps/scalable/google.svg +share/icons/matefaenza/apps/scalable/googleearth.svg +share/icons/matefaenza/apps/scalable/googlemusicframe.svg +share/icons/matefaenza/apps/scalable/googleplus.svg +share/icons/matefaenza/apps/scalable/gparted.svg +share/icons/matefaenza/apps/scalable/gpicview.svg +share/icons/matefaenza/apps/scalable/gpk-prefs.svg +share/icons/matefaenza/apps/scalable/gpk-repo.svg +share/icons/matefaenza/apps/scalable/gpodder.svg +share/icons/matefaenza/apps/scalable/gresistor.svg +share/icons/matefaenza/apps/scalable/griffith.svg +share/icons/matefaenza/apps/scalable/grisbi.svg +share/icons/matefaenza/apps/scalable/gtg.svg +share/icons/matefaenza/apps/scalable/gthumb.svg +share/icons/matefaenza/apps/scalable/gtk-help.svg +share/icons/matefaenza/apps/scalable/gtk-info.svg +share/icons/matefaenza/apps/scalable/gtk-recordmydesktop.svg +share/icons/matefaenza/apps/scalable/gtwitter.svg +share/icons/matefaenza/apps/scalable/guake-notification.svg +share/icons/matefaenza/apps/scalable/guake-prefs.svg +share/icons/matefaenza/apps/scalable/guake.svg +share/icons/matefaenza/apps/scalable/guayadeque.svg +share/icons/matefaenza/apps/scalable/gucharmap.svg +share/icons/matefaenza/apps/scalable/gufw.svg +share/icons/matefaenza/apps/scalable/gufw_menu.svg +share/icons/matefaenza/apps/scalable/gunity.svg +share/icons/matefaenza/apps/scalable/gvim.svg +share/icons/matefaenza/apps/scalable/gwenview.svg +share/icons/matefaenza/apps/scalable/gwibber.svg +share/icons/matefaenza/apps/scalable/haguichi.svg +share/icons/matefaenza/apps/scalable/hardinfo.svg +share/icons/matefaenza/apps/scalable/hedgewars.svg +share/icons/matefaenza/apps/scalable/help-browser.svg +share/icons/matefaenza/apps/scalable/help.svg +share/icons/matefaenza/apps/scalable/hi48-app-wireshark.svg +share/icons/matefaenza/apps/scalable/homebank.svg +share/icons/matefaenza/apps/scalable/hotwire.svg +share/icons/matefaenza/apps/scalable/htop.svg +share/icons/matefaenza/apps/scalable/hydrogen.svg +share/icons/matefaenza/apps/scalable/ibus-setup.svg +share/icons/matefaenza/apps/scalable/ibus.svg +share/icons/matefaenza/apps/scalable/icedove.svg +share/icons/matefaenza/apps/scalable/iceweasel.svg +share/icons/matefaenza/apps/scalable/im-chooser.svg +share/icons/matefaenza/apps/scalable/imagemagick.svg +share/icons/matefaenza/apps/scalable/indicator-applet.svg +share/icons/matefaenza/apps/scalable/indicator-weather.svg +share/icons/matefaenza/apps/scalable/inkscape.svg +share/icons/matefaenza/apps/scalable/internet-mail.svg +share/icons/matefaenza/apps/scalable/internet-news-reader.svg +share/icons/matefaenza/apps/scalable/internet-web-browser.svg +share/icons/matefaenza/apps/scalable/itunes.svg +share/icons/matefaenza/apps/scalable/jack-rack.svg +share/icons/matefaenza/apps/scalable/jack.svg +share/icons/matefaenza/apps/scalable/jackbeat.svg +share/icons/matefaenza/apps/scalable/jackeq.svg +share/icons/matefaenza/apps/scalable/jag.svg +share/icons/matefaenza/apps/scalable/jag_editor.svg +share/icons/matefaenza/apps/scalable/jamin.svg +share/icons/matefaenza/apps/scalable/jdownloader.svg +share/icons/matefaenza/apps/scalable/jockey-kde.svg +share/icons/matefaenza/apps/scalable/jockey.svg +share/icons/matefaenza/apps/scalable/jokosher.svg +share/icons/matefaenza/apps/scalable/k3b.svg +share/icons/matefaenza/apps/scalable/kadu.svg +share/icons/matefaenza/apps/scalable/kaffeine.svg +share/icons/matefaenza/apps/scalable/kate.svg +share/icons/matefaenza/apps/scalable/kcharselect.svg +share/icons/matefaenza/apps/scalable/kcmkwm.svg +share/icons/matefaenza/apps/scalable/kdenlive.svg +share/icons/matefaenza/apps/scalable/kedit.svg +share/icons/matefaenza/apps/scalable/keepassx.svg +share/icons/matefaenza/apps/scalable/kentoo.svg +share/icons/matefaenza/apps/scalable/key_bindings.svg +share/icons/matefaenza/apps/scalable/keyring-manager.svg +share/icons/matefaenza/apps/scalable/kflickr.svg +share/icons/matefaenza/apps/scalable/kfm.svg +share/icons/matefaenza/apps/scalable/kgeography.svg +share/icons/matefaenza/apps/scalable/khelpcenter.svg +share/icons/matefaenza/apps/scalable/klavaro.svg +share/icons/matefaenza/apps/scalable/kmail.svg +share/icons/matefaenza/apps/scalable/kmousetool.svg +share/icons/matefaenza/apps/scalable/kmplayer.svg +share/icons/matefaenza/apps/scalable/knotes.svg +share/icons/matefaenza/apps/scalable/kobo-icon.svg +share/icons/matefaenza/apps/scalable/kobo-icon.xpm +share/icons/matefaenza/apps/scalable/kompozer.svg +share/icons/matefaenza/apps/scalable/konsole.svg +share/icons/matefaenza/apps/scalable/kopete.svg +share/icons/matefaenza/apps/scalable/korganizer.svg +share/icons/matefaenza/apps/scalable/kpackage.svg +share/icons/matefaenza/apps/scalable/kplayer.svg +share/icons/matefaenza/apps/scalable/kradio.svg +share/icons/matefaenza/apps/scalable/kradio4.svg +share/icons/matefaenza/apps/scalable/kscreensaver.svg +share/icons/matefaenza/apps/scalable/ksnapshot.svg +share/icons/matefaenza/apps/scalable/ksysguard.svg +share/icons/matefaenza/apps/scalable/ktorrent.svg +share/icons/matefaenza/apps/scalable/ktouch.svg +share/icons/matefaenza/apps/scalable/kupfer.svg +share/icons/matefaenza/apps/scalable/kuser.svg +share/icons/matefaenza/apps/scalable/kwin.svg +share/icons/matefaenza/apps/scalable/kynpatic.svg +share/icons/matefaenza/apps/scalable/last-fm.svg +share/icons/matefaenza/apps/scalable/lastfm-audioscrobbler.svg +share/icons/matefaenza/apps/scalable/lastfm.svg +share/icons/matefaenza/apps/scalable/leafpad.svg +share/icons/matefaenza/apps/scalable/library-internet-radio.svg +share/icons/matefaenza/apps/scalable/library-podcast.svg +share/icons/matefaenza/apps/scalable/libreoffice-base.svg +share/icons/matefaenza/apps/scalable/libreoffice-calc.svg +share/icons/matefaenza/apps/scalable/libreoffice-draw.svg +share/icons/matefaenza/apps/scalable/libreoffice-impress.svg +share/icons/matefaenza/apps/scalable/libreoffice-main.svg +share/icons/matefaenza/apps/scalable/libreoffice-math.svg +share/icons/matefaenza/apps/scalable/libreoffice-printeradmin.svg +share/icons/matefaenza/apps/scalable/libreoffice-startcenter.svg +share/icons/matefaenza/apps/scalable/libreoffice-template.svg +share/icons/matefaenza/apps/scalable/libreoffice-writer.svg +share/icons/matefaenza/apps/scalable/libreoffice3-base.svg +share/icons/matefaenza/apps/scalable/libreoffice3-calc.svg +share/icons/matefaenza/apps/scalable/libreoffice3-draw.svg +share/icons/matefaenza/apps/scalable/libreoffice3-impress.svg +share/icons/matefaenza/apps/scalable/libreoffice3-math.svg +share/icons/matefaenza/apps/scalable/libreoffice3-printeradmin.svg +share/icons/matefaenza/apps/scalable/libreoffice3-startcenter.svg +share/icons/matefaenza/apps/scalable/libreoffice3-template.svg +share/icons/matefaenza/apps/scalable/libreoffice3-writer.svg +share/icons/matefaenza/apps/scalable/libreoffice34-base.svg +share/icons/matefaenza/apps/scalable/libreoffice34-calc.svg +share/icons/matefaenza/apps/scalable/libreoffice34-draw.svg +share/icons/matefaenza/apps/scalable/libreoffice34-impress.svg +share/icons/matefaenza/apps/scalable/libreoffice34-math.svg +share/icons/matefaenza/apps/scalable/libreoffice34-printeradmin.svg +share/icons/matefaenza/apps/scalable/libreoffice34-startcenter.svg +share/icons/matefaenza/apps/scalable/libreoffice34-template.svg +share/icons/matefaenza/apps/scalable/libreoffice34-writer.svg +share/icons/matefaenza/apps/scalable/lifeograph.svg +share/icons/matefaenza/apps/scalable/liferea.svg +share/icons/matefaenza/apps/scalable/linguist.svg +share/icons/matefaenza/apps/scalable/locale.svg +share/icons/matefaenza/apps/scalable/logview.svg +share/icons/matefaenza/apps/scalable/logviewer.svg +share/icons/matefaenza/apps/scalable/love.svg +share/icons/matefaenza/apps/scalable/lugaru-hd.svg +share/icons/matefaenza/apps/scalable/lxterminal.svg +share/icons/matefaenza/apps/scalable/machinarium.svg +share/icons/matefaenza/apps/scalable/mahjongg.svg +share/icons/matefaenza/apps/scalable/mail-notification.svg +share/icons/matefaenza/apps/scalable/mailnag.svg +share/icons/matefaenza/apps/scalable/mame.svg +share/icons/matefaenza/apps/scalable/mandrivaupdate.svg +share/icons/matefaenza/apps/scalable/mate-cpu-frequency-applet.svg +share/icons/matefaenza/apps/scalable/mate-desktop-item-edit.svg +share/icons/matefaenza/apps/scalable/mate-eyes-applet.svg +share/icons/matefaenza/apps/scalable/mate-netspeed-applet.svg +share/icons/matefaenza/apps/scalable/mate-network-properties.svg +share/icons/matefaenza/apps/scalable/mate-notification-properties.svg +share/icons/matefaenza/apps/scalable/mate-panel-clock.svg +share/icons/matefaenza/apps/scalable/mate-panel-launcher.svg +share/icons/matefaenza/apps/scalable/mate-panel-notification-area.svg +share/icons/matefaenza/apps/scalable/mate-panel-window-list.svg +share/icons/matefaenza/apps/scalable/mate-panel-window-menu.svg +share/icons/matefaenza/apps/scalable/mate-panel-workspace-switcher.svg +share/icons/matefaenza/apps/scalable/mate-panel.svg +share/icons/matefaenza/apps/scalable/mate-preferences-desktop-display.svg +share/icons/matefaenza/apps/scalable/mate-sensors-applet.svg +share/icons/matefaenza/apps/scalable/mate-session-properties.svg +share/icons/matefaenza/apps/scalable/mate-sticky-notes-applet.svg +share/icons/matefaenza/apps/scalable/mateconf-editor.svg +share/icons/matefaenza/apps/scalable/me-tv.svg +share/icons/matefaenza/apps/scalable/media-player-banshee.svg +share/icons/matefaenza/apps/scalable/meld.svg +share/icons/matefaenza/apps/scalable/memaker.svg +share/icons/matefaenza/apps/scalable/mendeley.svg +share/icons/matefaenza/apps/scalable/mendeleydesktop.svg +share/icons/matefaenza/apps/scalable/menu-editor.svg +share/icons/matefaenza/apps/scalable/midori.svg +share/icons/matefaenza/apps/scalable/minecraft.svg +share/icons/matefaenza/apps/scalable/minitube.svg +share/icons/matefaenza/apps/scalable/minitunes.svg +share/icons/matefaenza/apps/scalable/miro-guide-source.svg +share/icons/matefaenza/apps/scalable/miro.svg +share/icons/matefaenza/apps/scalable/mitter.svg +share/icons/matefaenza/apps/scalable/mm.svg +share/icons/matefaenza/apps/scalable/monodevelop.svg +share/icons/matefaenza/apps/scalable/monodoc-browser.svg +share/icons/matefaenza/apps/scalable/mousepad.svg +share/icons/matefaenza/apps/scalable/mozilla-firefox.svg +share/icons/matefaenza/apps/scalable/mozilla-thunderbird.svg +share/icons/matefaenza/apps/scalable/mozo.svg +share/icons/matefaenza/apps/scalable/mplayer.svg +share/icons/matefaenza/apps/scalable/msd-xrandr.svg +share/icons/matefaenza/apps/scalable/mtpaint.svg +share/icons/matefaenza/apps/scalable/multimedia-volume-control.svg +share/icons/matefaenza/apps/scalable/mumble.svg +share/icons/matefaenza/apps/scalable/musescore.svg +share/icons/matefaenza/apps/scalable/mypaint.svg +share/icons/matefaenza/apps/scalable/nautilus-actions-config-tool.svg +share/icons/matefaenza/apps/scalable/nautilus-actions.svg +share/icons/matefaenza/apps/scalable/nautilus-cd-burner.svg +share/icons/matefaenza/apps/scalable/nautilus.svg +share/icons/matefaenza/apps/scalable/netbeans.svg +share/icons/matefaenza/apps/scalable/nexuiz.svg +share/icons/matefaenza/apps/scalable/nexuiz.xpm +share/icons/matefaenza/apps/scalable/nexuiz48x48.svg +share/icons/matefaenza/apps/scalable/nixnote.svg +share/icons/matefaenza/apps/scalable/numptyphysics.svg +share/icons/matefaenza/apps/scalable/nvidia-current-settings.svg +share/icons/matefaenza/apps/scalable/nvidia-settings.svg +share/icons/matefaenza/apps/scalable/office-address-book.svg +share/icons/matefaenza/apps/scalable/office-calendar.svg +share/icons/matefaenza/apps/scalable/office-date.svg +share/icons/matefaenza/apps/scalable/office-writer.svg +share/icons/matefaenza/apps/scalable/oggconvert.svg +share/icons/matefaenza/apps/scalable/omgwords.svg +share/icons/matefaenza/apps/scalable/onboard.svg +share/icons/matefaenza/apps/scalable/ooo-base.svg +share/icons/matefaenza/apps/scalable/ooo-base3.0.svg +share/icons/matefaenza/apps/scalable/ooo-calc.svg +share/icons/matefaenza/apps/scalable/ooo-calc2.svg +share/icons/matefaenza/apps/scalable/ooo-calc24.svg +share/icons/matefaenza/apps/scalable/ooo-calc3.0.svg +share/icons/matefaenza/apps/scalable/ooo-draw.svg +share/icons/matefaenza/apps/scalable/ooo-draw3.0.svg +share/icons/matefaenza/apps/scalable/ooo-impress.svg +share/icons/matefaenza/apps/scalable/ooo-impress2.svg +share/icons/matefaenza/apps/scalable/ooo-impress24.svg +share/icons/matefaenza/apps/scalable/ooo-impress3.0.svg +share/icons/matefaenza/apps/scalable/ooo-math.svg +share/icons/matefaenza/apps/scalable/ooo-math3.0.svg +share/icons/matefaenza/apps/scalable/ooo-printeradmin.svg +share/icons/matefaenza/apps/scalable/ooo-template.svg +share/icons/matefaenza/apps/scalable/ooo-template3.0.svg +share/icons/matefaenza/apps/scalable/ooo-writer.svg +share/icons/matefaenza/apps/scalable/ooo-writer2.svg +share/icons/matefaenza/apps/scalable/ooo-writer24.svg +share/icons/matefaenza/apps/scalable/ooo-writer3.0.svg +share/icons/matefaenza/apps/scalable/openarena.svg +share/icons/matefaenza/apps/scalable/openbravo-erp.svg +share/icons/matefaenza/apps/scalable/openerp-client.svg +share/icons/matefaenza/apps/scalable/openjdk-6.svg +share/icons/matefaenza/apps/scalable/openjdk-7.svg +share/icons/matefaenza/apps/scalable/openofficeorg-base.svg +share/icons/matefaenza/apps/scalable/openofficeorg-calc.svg +share/icons/matefaenza/apps/scalable/openofficeorg-draw.svg +share/icons/matefaenza/apps/scalable/openofficeorg-impress.svg +share/icons/matefaenza/apps/scalable/openofficeorg-math.svg +share/icons/matefaenza/apps/scalable/openofficeorg-printeradmin.svg +share/icons/matefaenza/apps/scalable/openofficeorg-template.svg +share/icons/matefaenza/apps/scalable/openofficeorg-writer.svg +share/icons/matefaenza/apps/scalable/openofficeorg24-calc.svg +share/icons/matefaenza/apps/scalable/openofficeorg24-impress.svg +share/icons/matefaenza/apps/scalable/openofficeorg24-writer.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-base.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-calc.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-draw.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-impress.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-math.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-printeradmin.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-template.svg +share/icons/matefaenza/apps/scalable/openofficeorg3-writer.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-base.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-calc.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-draw.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-impress.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-math.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-printeradmin.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-template.svg +share/icons/matefaenza/apps/scalable/openofficeorg3.0-writer.svg +share/icons/matefaenza/apps/scalable/openshot.svg +share/icons/matefaenza/apps/scalable/openterm.svg +share/icons/matefaenza/apps/scalable/openttd.svg +share/icons/matefaenza/apps/scalable/opera-browser.svg +share/icons/matefaenza/apps/scalable/opera-widget-manager.svg +share/icons/matefaenza/apps/scalable/opera-widget.svg +share/icons/matefaenza/apps/scalable/opera.svg +share/icons/matefaenza/apps/scalable/orca.svg +share/icons/matefaenza/apps/scalable/oregano.svg +share/icons/matefaenza/apps/scalable/package-manager-icon.svg +share/icons/matefaenza/apps/scalable/palimpsest.svg +share/icons/matefaenza/apps/scalable/paprefs.svg +share/icons/matefaenza/apps/scalable/parole.svg +share/icons/matefaenza/apps/scalable/partner.svg +share/icons/matefaenza/apps/scalable/password.svg +share/icons/matefaenza/apps/scalable/pdfmod.svg +share/icons/matefaenza/apps/scalable/pet.svg +share/icons/matefaenza/apps/scalable/phatch-inspector.svg +share/icons/matefaenza/apps/scalable/phatch.svg +share/icons/matefaenza/apps/scalable/picasa-fontcfg.svg +share/icons/matefaenza/apps/scalable/picasa.svg +share/icons/matefaenza/apps/scalable/picasa32x32.svg +share/icons/matefaenza/apps/scalable/pidgin.svg +share/icons/matefaenza/apps/scalable/pingus.svg +share/icons/matefaenza/apps/scalable/pino.svg +share/icons/matefaenza/apps/scalable/pirut.svg +share/icons/matefaenza/apps/scalable/pithos.svg +share/icons/matefaenza/apps/scalable/pitivi.svg +share/icons/matefaenza/apps/scalable/pk-package-sources.svg +share/icons/matefaenza/apps/scalable/plan.svg +share/icons/matefaenza/apps/scalable/playitslowly.svg +share/icons/matefaenza/apps/scalable/playonlinux.svg +share/icons/matefaenza/apps/scalable/plus4.svg +share/icons/matefaenza/apps/scalable/podcast.svg +share/icons/matefaenza/apps/scalable/poedit.svg +share/icons/matefaenza/apps/scalable/porthole.svg +share/icons/matefaenza/apps/scalable/postr.svg +share/icons/matefaenza/apps/scalable/ppa.svg +share/icons/matefaenza/apps/scalable/preferences-color.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-accessibility-symbolic.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-accessibility.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-default-applications.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-display.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-font.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-keyboard-shortcuts.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-keyboard.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-launch-feedback.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-locale.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-multimedia.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-peripherals.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-remote-desktop.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-screensaver.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-sound.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-theme.svg +share/icons/matefaenza/apps/scalable/preferences-desktop-wallpaper.svg +share/icons/matefaenza/apps/scalable/preferences-management-service.svg +share/icons/matefaenza/apps/scalable/preferences-sound.svg +share/icons/matefaenza/apps/scalable/preferences-system-bluetooth.svg +share/icons/matefaenza/apps/scalable/preferences-system-firewall.svg +share/icons/matefaenza/apps/scalable/preferences-system-network.svg +share/icons/matefaenza/apps/scalable/preferences-system-time.svg +share/icons/matefaenza/apps/scalable/preferences-system-windows.svg +share/icons/matefaenza/apps/scalable/pup.svg +share/icons/matefaenza/apps/scalable/pychess.svg +share/icons/matefaenza/apps/scalable/pyneighborhood_48x48.svg +share/icons/matefaenza/apps/scalable/q4wine.svg +share/icons/matefaenza/apps/scalable/qgit.svg +share/icons/matefaenza/apps/scalable/qjackctl.svg +share/icons/matefaenza/apps/scalable/qtassistant.svg +share/icons/matefaenza/apps/scalable/qtconfig-qt4.svg +share/icons/matefaenza/apps/scalable/qtcreator.svg +share/icons/matefaenza/apps/scalable/qtcreator_logo_32.svg +share/icons/matefaenza/apps/scalable/qtdesigner.svg +share/icons/matefaenza/apps/scalable/qtlinguist.svg +share/icons/matefaenza/apps/scalable/quake.svg +share/icons/matefaenza/apps/scalable/quake2.svg +share/icons/matefaenza/apps/scalable/quake3.svg +share/icons/matefaenza/apps/scalable/quake4.svg +share/icons/matefaenza/apps/scalable/qucs.svg +share/icons/matefaenza/apps/scalable/radio.svg +share/icons/matefaenza/apps/scalable/radiotray.svg +share/icons/matefaenza/apps/scalable/rclock.svg +share/icons/matefaenza/apps/scalable/redhat-filemanager.svg +share/icons/matefaenza/apps/scalable/redhat-server_settings.svg +share/icons/matefaenza/apps/scalable/redhat-tools.svg +share/icons/matefaenza/apps/scalable/redhat-web-browser.svg +share/icons/matefaenza/apps/scalable/remmina.svg +share/icons/matefaenza/apps/scalable/revelation.svg +share/icons/matefaenza/apps/scalable/revenge.svg +share/icons/matefaenza/apps/scalable/rhythmbox.svg +share/icons/matefaenza/apps/scalable/ristretto.svg +share/icons/matefaenza/apps/scalable/rosegarden.svg +share/icons/matefaenza/apps/scalable/rpmdrake.svg +share/icons/matefaenza/apps/scalable/rssowl.svg +share/icons/matefaenza/apps/scalable/sauerbraten.svg +share/icons/matefaenza/apps/scalable/screenie-qt.svg +share/icons/matefaenza/apps/scalable/screenie.svg +share/icons/matefaenza/apps/scalable/screenruler-icon.svg +share/icons/matefaenza/apps/scalable/screenruler.svg +share/icons/matefaenza/apps/scalable/screensaver.svg +share/icons/matefaenza/apps/scalable/scribes.svg +share/icons/matefaenza/apps/scalable/scribus.svg +share/icons/matefaenza/apps/scalable/seahorse-preferences.svg +share/icons/matefaenza/apps/scalable/seahorse.svg +share/icons/matefaenza/apps/scalable/seamonkey.svg +share/icons/matefaenza/apps/scalable/session-properties.svg +share/icons/matefaenza/apps/scalable/setroubleshoot_icon.svg +share/icons/matefaenza/apps/scalable/setroubleshoot_red_icon.svg +share/icons/matefaenza/apps/scalable/shares.svg +share/icons/matefaenza/apps/scalable/shotwell.svg +share/icons/matefaenza/apps/scalable/shutter.svg +share/icons/matefaenza/apps/scalable/simple-ccsm.svg +share/icons/matefaenza/apps/scalable/skype.svg +share/icons/matefaenza/apps/scalable/sleep.svg +share/icons/matefaenza/apps/scalable/slingshot.svg +share/icons/matefaenza/apps/scalable/smc.svg +share/icons/matefaenza/apps/scalable/smplayer.svg +share/icons/matefaenza/apps/scalable/smuxi-frontend-gnome.svg +share/icons/matefaenza/apps/scalable/software-properties.svg +share/icons/matefaenza/apps/scalable/softwarecenter-debian.svg +share/icons/matefaenza/apps/scalable/softwarecenter-ubuntu.svg +share/icons/matefaenza/apps/scalable/softwarecenter.svg +share/icons/matefaenza/apps/scalable/sound-juicer.svg +share/icons/matefaenza/apps/scalable/soundconverter.svg +share/icons/matefaenza/apps/scalable/speedcrunch.svg +share/icons/matefaenza/apps/scalable/spotify-linux-48x48.svg +share/icons/matefaenza/apps/scalable/spotify-linux-512x512.svg +share/icons/matefaenza/apps/scalable/spotify.svg +share/icons/matefaenza/apps/scalable/sqlitebrowser.svg +share/icons/matefaenza/apps/scalable/stardict.svg +share/icons/matefaenza/apps/scalable/startupmanager.svg +share/icons/matefaenza/apps/scalable/steam.svg +share/icons/matefaenza/apps/scalable/steampowered.svg +share/icons/matefaenza/apps/scalable/stellarium.svg +share/icons/matefaenza/apps/scalable/sticky-notes.svg +share/icons/matefaenza/apps/scalable/stock_alarm.svg +share/icons/matefaenza/apps/scalable/stock_calendar.svg +share/icons/matefaenza/apps/scalable/stock_help.svg +share/icons/matefaenza/apps/scalable/stock_insert-note.svg +share/icons/matefaenza/apps/scalable/stock_keyring.svg +share/icons/matefaenza/apps/scalable/stock_notes.svg +share/icons/matefaenza/apps/scalable/stock_task.svg +share/icons/matefaenza/apps/scalable/stock_unknown.svg +share/icons/matefaenza/apps/scalable/stock_view-details.svg +share/icons/matefaenza/apps/scalable/style.svg +share/icons/matefaenza/apps/scalable/sun-java.svg +share/icons/matefaenza/apps/scalable/sun-java6.svg +share/icons/matefaenza/apps/scalable/sun-java7.svg +share/icons/matefaenza/apps/scalable/sun-javaws.svg +share/icons/matefaenza/apps/scalable/sun-jcontrol.svg +share/icons/matefaenza/apps/scalable/supertux.svg +share/icons/matefaenza/apps/scalable/supertuxkart.svg +share/icons/matefaenza/apps/scalable/susehelpcenter.svg +share/icons/matefaenza/apps/scalable/susers.svg +share/icons/matefaenza/apps/scalable/sylpheed.svg +share/icons/matefaenza/apps/scalable/synapse.svg +share/icons/matefaenza/apps/scalable/synaptic.svg +share/icons/matefaenza/apps/scalable/synfig.svg +share/icons/matefaenza/apps/scalable/sysprof-icon.svg +share/icons/matefaenza/apps/scalable/system-config-authentication.svg +share/icons/matefaenza/apps/scalable/system-config-date.svg +share/icons/matefaenza/apps/scalable/system-config-displayca.svg +share/icons/matefaenza/apps/scalable/system-config-users.svg +share/icons/matefaenza/apps/scalable/system-file-manager.svg +share/icons/matefaenza/apps/scalable/system-hibernate.svg +share/icons/matefaenza/apps/scalable/system-installer.svg +share/icons/matefaenza/apps/scalable/system-restart.svg +share/icons/matefaenza/apps/scalable/system-shut-down.svg +share/icons/matefaenza/apps/scalable/system-software-install.svg +share/icons/matefaenza/apps/scalable/system-software-installer.svg +share/icons/matefaenza/apps/scalable/system-software-update.svg +share/icons/matefaenza/apps/scalable/system-suspend-hibernate.svg +share/icons/matefaenza/apps/scalable/system-suspend.svg +share/icons/matefaenza/apps/scalable/system-switch-java.svg +share/icons/matefaenza/apps/scalable/system-switch-user.svg +share/icons/matefaenza/apps/scalable/system-users.svg +share/icons/matefaenza/apps/scalable/teamviewer.svg +share/icons/matefaenza/apps/scalable/teeworlds.svg +share/icons/matefaenza/apps/scalable/telepathy.svg +share/icons/matefaenza/apps/scalable/terminal.svg +share/icons/matefaenza/apps/scalable/terminator.svg +share/icons/matefaenza/apps/scalable/text-editor.svg +share/icons/matefaenza/apps/scalable/the-board.svg +share/icons/matefaenza/apps/scalable/thunar.svg +share/icons/matefaenza/apps/scalable/thunderbird-icon.svg +share/icons/matefaenza/apps/scalable/thunderbird.svg +share/icons/matefaenza/apps/scalable/tilda.svg +share/icons/matefaenza/apps/scalable/time-admin.svg +share/icons/matefaenza/apps/scalable/time.svg +share/icons/matefaenza/apps/scalable/timer-applet.svg +share/icons/matefaenza/apps/scalable/tomboy-note.svg +share/icons/matefaenza/apps/scalable/tomboy.svg +share/icons/matefaenza/apps/scalable/torcs.svg +share/icons/matefaenza/apps/scalable/totem.svg +share/icons/matefaenza/apps/scalable/tracker.svg +share/icons/matefaenza/apps/scalable/transmission.svg +share/icons/matefaenza/apps/scalable/truecrypt.svg +share/icons/matefaenza/apps/scalable/tsclient.svg +share/icons/matefaenza/apps/scalable/tuxguitar.svg +share/icons/matefaenza/apps/scalable/tvtime.svg +share/icons/matefaenza/apps/scalable/twitter.svg +share/icons/matefaenza/apps/scalable/twitux.svg +share/icons/matefaenza/apps/scalable/ubuntu-tweak.svg +share/icons/matefaenza/apps/scalable/ubuntuone-client.svg +share/icons/matefaenza/apps/scalable/ubuntuone-installer.svg +share/icons/matefaenza/apps/scalable/ubuntuone-music.svg +share/icons/matefaenza/apps/scalable/ubuntuone.svg +share/icons/matefaenza/apps/scalable/uck.svg +share/icons/matefaenza/apps/scalable/ufw-frontends.svg +share/icons/matefaenza/apps/scalable/un-reboot.svg +share/icons/matefaenza/apps/scalable/unison-gtk.svg +share/icons/matefaenza/apps/scalable/unreal-tournament.svg +share/icons/matefaenza/apps/scalable/unreal-tournament2004.svg +share/icons/matefaenza/apps/scalable/update-manager.svg +share/icons/matefaenza/apps/scalable/update-notifier.svg +share/icons/matefaenza/apps/scalable/usb-creator-gtk.svg +share/icons/matefaenza/apps/scalable/usb-creator.svg +share/icons/matefaenza/apps/scalable/user-info.svg +share/icons/matefaenza/apps/scalable/user_auth.svg +share/icons/matefaenza/apps/scalable/usermount.svg +share/icons/matefaenza/apps/scalable/utilities-file-archiver.svg +share/icons/matefaenza/apps/scalable/utilities-log-viewer.svg +share/icons/matefaenza/apps/scalable/utilities-system-monitor.svg +share/icons/matefaenza/apps/scalable/utilities-terminal.svg +share/icons/matefaenza/apps/scalable/varicad.svg +share/icons/matefaenza/apps/scalable/vendetta-online.svg +share/icons/matefaenza/apps/scalable/vic20.svg +share/icons/matefaenza/apps/scalable/vim.svg +share/icons/matefaenza/apps/scalable/vinagre.svg +share/icons/matefaenza/apps/scalable/virtualbox-ose.svg +share/icons/matefaenza/apps/scalable/virtualbox.svg +share/icons/matefaenza/apps/scalable/vlc.svg +share/icons/matefaenza/apps/scalable/volleybrawl.svg +share/icons/matefaenza/apps/scalable/wallpaper.svg +share/icons/matefaenza/apps/scalable/warmux.svg +share/icons/matefaenza/apps/scalable/warsow.svg +share/icons/matefaenza/apps/scalable/web-browser.svg +share/icons/matefaenza/apps/scalable/webservice-office-zoho-sheet.svg +share/icons/matefaenza/apps/scalable/wesnoth-1.8.svg +share/icons/matefaenza/apps/scalable/wesnoth.svg +share/icons/matefaenza/apps/scalable/wikipedia.svg +share/icons/matefaenza/apps/scalable/window-manager.svg +share/icons/matefaenza/apps/scalable/wine-notepad.svg +share/icons/matefaenza/apps/scalable/wine-uninstaller.svg +share/icons/matefaenza/apps/scalable/wine-winecfg.svg +share/icons/matefaenza/apps/scalable/wine-winetricks.svg +share/icons/matefaenza/apps/scalable/wine.svg +share/icons/matefaenza/apps/scalable/wireshark.svg +share/icons/matefaenza/apps/scalable/wmtweaks.svg +share/icons/matefaenza/apps/scalable/wordpress.svg +share/icons/matefaenza/apps/scalable/workspace-switcher.svg +share/icons/matefaenza/apps/scalable/wormux.svg +share/icons/matefaenza/apps/scalable/wunderlist.svg +share/icons/matefaenza/apps/scalable/wwwamazoncom-www.amazon.com.svg +share/icons/matefaenza/apps/scalable/wwwamazoncouk-www.amazon.co.uk.svg +share/icons/matefaenza/apps/scalable/wwwamazonfr-www.amazon.fr.svg +share/icons/matefaenza/apps/scalable/wxbanker.svg +share/icons/matefaenza/apps/scalable/x-office-address-book.svg +share/icons/matefaenza/apps/scalable/x-office-calendar.svg +share/icons/matefaenza/apps/scalable/x-system-software-sources.svg +share/icons/matefaenza/apps/scalable/xarchiver.svg +share/icons/matefaenza/apps/scalable/xbmc.svg +share/icons/matefaenza/apps/scalable/xchat-gnome.svg +share/icons/matefaenza/apps/scalable/xchat-mini.svg +share/icons/matefaenza/apps/scalable/xchat.svg +share/icons/matefaenza/apps/scalable/xfburn.svg +share/icons/matefaenza/apps/scalable/xfcalendar.svg +share/icons/matefaenza/apps/scalable/xfce-edit.svg +share/icons/matefaenza/apps/scalable/xfce-filemanager.svg +share/icons/matefaenza/apps/scalable/xfce-mail.svg +share/icons/matefaenza/apps/scalable/xfce-man.svg +share/icons/matefaenza/apps/scalable/xfce-schedule.svg +share/icons/matefaenza/apps/scalable/xfce-sound.svg +share/icons/matefaenza/apps/scalable/xfce-system-info.svg +share/icons/matefaenza/apps/scalable/xfce-terminal.svg +share/icons/matefaenza/apps/scalable/xfce-ui.svg +share/icons/matefaenza/apps/scalable/xfce4-appfinder.svg +share/icons/matefaenza/apps/scalable/xfce4-backdrop.svg +share/icons/matefaenza/apps/scalable/xfce4-clipman-plugin.svg +share/icons/matefaenza/apps/scalable/xfce4-clock.svg +share/icons/matefaenza/apps/scalable/xfce4-dict.svg +share/icons/matefaenza/apps/scalable/xfce4-mcs-manager.svg +share/icons/matefaenza/apps/scalable/xfce4-menueditor.svg +share/icons/matefaenza/apps/scalable/xfce4-notes-plugin.svg +share/icons/matefaenza/apps/scalable/xfce4-panel.svg +share/icons/matefaenza/apps/scalable/xfce4-session.svg +share/icons/matefaenza/apps/scalable/xfce4-workspaces.svg +share/icons/matefaenza/apps/scalable/xfce_unknown.svg +share/icons/matefaenza/apps/scalable/xfsm-hibernate.svg +share/icons/matefaenza/apps/scalable/xfsm-logout.svg +share/icons/matefaenza/apps/scalable/xfsm-reboot.svg +share/icons/matefaenza/apps/scalable/xfsm-shutdown.svg +share/icons/matefaenza/apps/scalable/xfsm-suspend.svg +share/icons/matefaenza/apps/scalable/xfsm-switch.svg +share/icons/matefaenza/apps/scalable/xfwm4.svg +share/icons/matefaenza/apps/scalable/ximian-evolution-calendar.svg +share/icons/matefaenza/apps/scalable/xine.svg +share/icons/matefaenza/apps/scalable/xmoto.svg +share/icons/matefaenza/apps/scalable/xonotic.svg +share/icons/matefaenza/apps/scalable/xoscope.svg +share/icons/matefaenza/apps/scalable/xournal.svg +share/icons/matefaenza/apps/scalable/xpad.svg +share/icons/matefaenza/apps/scalable/xscreensaver.svg +share/icons/matefaenza/apps/scalable/xterm-color_32x32.svg +share/icons/matefaenza/apps/scalable/xterm-color_48x48.svg +share/icons/matefaenza/apps/scalable/xterm.svg +share/icons/matefaenza/apps/scalable/xterm_32x32.svg +share/icons/matefaenza/apps/scalable/xterm_48x48.svg +share/icons/matefaenza/apps/scalable/yahoo.svg +share/icons/matefaenza/apps/scalable/youtube.svg +share/icons/matefaenza/apps/scalable/yumex.svg +share/icons/matefaenza/apps/scalable/zeitgeist.svg +share/icons/matefaenza/apps/scalable/zen-icon.svg +share/icons/matefaenza/apps/scalable/zenmap.svg +share/icons/matefaenza/apps/scalable/zim.svg +share/icons/matefaenza/apps/scalable/zsnes.svg +share/icons/matefaenza/categories/16/applications-accessories.png +share/icons/matefaenza/categories/16/applications-astronomy.png +share/icons/matefaenza/categories/16/applications-boardgames.png +share/icons/matefaenza/categories/16/applications-cardgames.png +share/icons/matefaenza/categories/16/applications-debugging.png +share/icons/matefaenza/categories/16/applications-development.png +share/icons/matefaenza/categories/16/applications-electronics.png +share/icons/matefaenza/categories/16/applications-fonts.png +share/icons/matefaenza/categories/16/applications-games.png +share/icons/matefaenza/categories/16/applications-graphics.png +share/icons/matefaenza/categories/16/applications-interfacedesign.png +share/icons/matefaenza/categories/16/applications-internet.png +share/icons/matefaenza/categories/16/applications-java.png +share/icons/matefaenza/categories/16/applications-mail.png +share/icons/matefaenza/categories/16/applications-mathematics.png +share/icons/matefaenza/categories/16/applications-monodevelopment.png +share/icons/matefaenza/categories/16/applications-multimedia.png +share/icons/matefaenza/categories/16/applications-office.png +share/icons/matefaenza/categories/16/applications-other.png +share/icons/matefaenza/categories/16/applications-painting.png +share/icons/matefaenza/categories/16/applications-photography.png +share/icons/matefaenza/categories/16/applications-publishing.png +share/icons/matefaenza/categories/16/applications-puzzles.png +share/icons/matefaenza/categories/16/applications-python.png +share/icons/matefaenza/categories/16/applications-ruby.png +share/icons/matefaenza/categories/16/applications-science.png +share/icons/matefaenza/categories/16/applications-system.png +share/icons/matefaenza/categories/16/applications-utilities.png +share/icons/matefaenza/categories/16/applications-viewers.png +share/icons/matefaenza/categories/16/applications-webbrowsers.png +share/icons/matefaenza/categories/16/configuration_section.png +share/icons/matefaenza/categories/16/gnome-applications.png +share/icons/matefaenza/categories/16/gnome-control-center.png +share/icons/matefaenza/categories/16/gnome-devel.png +share/icons/matefaenza/categories/16/gnome-globe.png +share/icons/matefaenza/categories/16/gnome-graphics.png +share/icons/matefaenza/categories/16/gnome-joystick.png +share/icons/matefaenza/categories/16/gnome-multimedia.png +share/icons/matefaenza/categories/16/gnome-other.png +share/icons/matefaenza/categories/16/gnome-settings.png +share/icons/matefaenza/categories/16/gnome-system.png +share/icons/matefaenza/categories/16/gnome-util.png +share/icons/matefaenza/categories/16/gtk-preferences.png +share/icons/matefaenza/categories/16/kcontrol.png +share/icons/matefaenza/categories/16/multimedia_section.png +share/icons/matefaenza/categories/16/package_development.png +share/icons/matefaenza/categories/16/package_games.png +share/icons/matefaenza/categories/16/package_graphics.png +share/icons/matefaenza/categories/16/package_multimedia.png +share/icons/matefaenza/categories/16/package_network.png +share/icons/matefaenza/categories/16/package_office.png +share/icons/matefaenza/categories/16/package_system.png +share/icons/matefaenza/categories/16/package_utilities.png +share/icons/matefaenza/categories/16/preferences-desktop-personal.png +share/icons/matefaenza/categories/16/preferences-desktop.png +share/icons/matefaenza/categories/16/preferences-other.png +share/icons/matefaenza/categories/16/preferences-system.png +share/icons/matefaenza/categories/16/redhat-accessories.png +share/icons/matefaenza/categories/16/redhat-games.png +share/icons/matefaenza/categories/16/redhat-graphics.png +share/icons/matefaenza/categories/16/redhat-internet.png +share/icons/matefaenza/categories/16/redhat-office.png +share/icons/matefaenza/categories/16/redhat-preferences.png +share/icons/matefaenza/categories/16/redhat-programming.png +share/icons/matefaenza/categories/16/redhat-sound_video.png +share/icons/matefaenza/categories/16/redhat-system_tools.png +share/icons/matefaenza/categories/16/stock_internet.png +share/icons/matefaenza/categories/16/system_section.png +share/icons/matefaenza/categories/16/xfce-devel.png +share/icons/matefaenza/categories/16/xfce-games.png +share/icons/matefaenza/categories/16/xfce-graphics.png +share/icons/matefaenza/categories/16/xfce-internet.png +share/icons/matefaenza/categories/16/xfce-multimedia.png +share/icons/matefaenza/categories/16/xfce-office.png +share/icons/matefaenza/categories/16/xfce-system.png +share/icons/matefaenza/categories/16/xfce-utils.png +share/icons/matefaenza/categories/16/xfce4-settings.png +share/icons/matefaenza/categories/22/applications-accessories.png +share/icons/matefaenza/categories/22/applications-astronomy.png +share/icons/matefaenza/categories/22/applications-boardgames.png +share/icons/matefaenza/categories/22/applications-cardgames.png +share/icons/matefaenza/categories/22/applications-debugging.png +share/icons/matefaenza/categories/22/applications-development.png +share/icons/matefaenza/categories/22/applications-electronics.png +share/icons/matefaenza/categories/22/applications-fonts.png +share/icons/matefaenza/categories/22/applications-games.png +share/icons/matefaenza/categories/22/applications-graphics.png +share/icons/matefaenza/categories/22/applications-interfacedesign.png +share/icons/matefaenza/categories/22/applications-internet.png +share/icons/matefaenza/categories/22/applications-java.png +share/icons/matefaenza/categories/22/applications-mail.png +share/icons/matefaenza/categories/22/applications-mathematics.png +share/icons/matefaenza/categories/22/applications-monodevelopment.png +share/icons/matefaenza/categories/22/applications-multimedia.png +share/icons/matefaenza/categories/22/applications-office.png +share/icons/matefaenza/categories/22/applications-other.png +share/icons/matefaenza/categories/22/applications-painting.png +share/icons/matefaenza/categories/22/applications-photography.png +share/icons/matefaenza/categories/22/applications-publishing.png +share/icons/matefaenza/categories/22/applications-puzzles.png +share/icons/matefaenza/categories/22/applications-python.png +share/icons/matefaenza/categories/22/applications-ruby.png +share/icons/matefaenza/categories/22/applications-science.png +share/icons/matefaenza/categories/22/applications-system.png +share/icons/matefaenza/categories/22/applications-utilities.png +share/icons/matefaenza/categories/22/applications-viewers.png +share/icons/matefaenza/categories/22/applications-webbrowsers.png +share/icons/matefaenza/categories/22/configuration_section.png +share/icons/matefaenza/categories/22/gnome-applications.png +share/icons/matefaenza/categories/22/gnome-control-center.png +share/icons/matefaenza/categories/22/gnome-devel.png +share/icons/matefaenza/categories/22/gnome-globe.png +share/icons/matefaenza/categories/22/gnome-graphics.png +share/icons/matefaenza/categories/22/gnome-joystick.png +share/icons/matefaenza/categories/22/gnome-multimedia.png +share/icons/matefaenza/categories/22/gnome-other.png +share/icons/matefaenza/categories/22/gnome-settings.png +share/icons/matefaenza/categories/22/gnome-system.png +share/icons/matefaenza/categories/22/gnome-util.png +share/icons/matefaenza/categories/22/gtk-preferences.png +share/icons/matefaenza/categories/22/kcontrol.png +share/icons/matefaenza/categories/22/multimedia_section.png +share/icons/matefaenza/categories/22/package_development.png +share/icons/matefaenza/categories/22/package_games.png +share/icons/matefaenza/categories/22/package_graphics.png +share/icons/matefaenza/categories/22/package_multimedia.png +share/icons/matefaenza/categories/22/package_network.png +share/icons/matefaenza/categories/22/package_office.png +share/icons/matefaenza/categories/22/package_system.png +share/icons/matefaenza/categories/22/package_utilities.png +share/icons/matefaenza/categories/22/preferences-desktop-personal.png +share/icons/matefaenza/categories/22/preferences-desktop.png +share/icons/matefaenza/categories/22/preferences-other.png +share/icons/matefaenza/categories/22/preferences-system.png +share/icons/matefaenza/categories/22/redhat-accessories.png +share/icons/matefaenza/categories/22/redhat-games.png +share/icons/matefaenza/categories/22/redhat-graphics.png +share/icons/matefaenza/categories/22/redhat-internet.png +share/icons/matefaenza/categories/22/redhat-office.png +share/icons/matefaenza/categories/22/redhat-preferences.png +share/icons/matefaenza/categories/22/redhat-programming.png +share/icons/matefaenza/categories/22/redhat-sound_video.png +share/icons/matefaenza/categories/22/redhat-system_tools.png +share/icons/matefaenza/categories/22/stock_internet.png +share/icons/matefaenza/categories/22/system_section.png +share/icons/matefaenza/categories/22/xfce-devel.png +share/icons/matefaenza/categories/22/xfce-games.png +share/icons/matefaenza/categories/22/xfce-graphics.png +share/icons/matefaenza/categories/22/xfce-internet.png +share/icons/matefaenza/categories/22/xfce-multimedia.png +share/icons/matefaenza/categories/22/xfce-office.png +share/icons/matefaenza/categories/22/xfce-system.png +share/icons/matefaenza/categories/22/xfce-utils.png +share/icons/matefaenza/categories/22/xfce4-settings.png +share/icons/matefaenza/categories/24/applications-accessories.png +share/icons/matefaenza/categories/24/applications-astronomy.png +share/icons/matefaenza/categories/24/applications-boardgames.png +share/icons/matefaenza/categories/24/applications-cardgames.png +share/icons/matefaenza/categories/24/applications-debugging.png +share/icons/matefaenza/categories/24/applications-development.png +share/icons/matefaenza/categories/24/applications-electronics.png +share/icons/matefaenza/categories/24/applications-fonts.png +share/icons/matefaenza/categories/24/applications-games.png +share/icons/matefaenza/categories/24/applications-graphics.png +share/icons/matefaenza/categories/24/applications-interfacedesign.png +share/icons/matefaenza/categories/24/applications-internet.png +share/icons/matefaenza/categories/24/applications-java.png +share/icons/matefaenza/categories/24/applications-mail.png +share/icons/matefaenza/categories/24/applications-mathematics.png +share/icons/matefaenza/categories/24/applications-monodevelopment.png +share/icons/matefaenza/categories/24/applications-multimedia.png +share/icons/matefaenza/categories/24/applications-office.png +share/icons/matefaenza/categories/24/applications-other.png +share/icons/matefaenza/categories/24/applications-painting.png +share/icons/matefaenza/categories/24/applications-photography.png +share/icons/matefaenza/categories/24/applications-publishing.png +share/icons/matefaenza/categories/24/applications-puzzles.png +share/icons/matefaenza/categories/24/applications-python.png +share/icons/matefaenza/categories/24/applications-ruby.png +share/icons/matefaenza/categories/24/applications-science.png +share/icons/matefaenza/categories/24/applications-system.png +share/icons/matefaenza/categories/24/applications-utilities.png +share/icons/matefaenza/categories/24/applications-viewers.png +share/icons/matefaenza/categories/24/applications-webbrowsers.png +share/icons/matefaenza/categories/24/configuration_section.png +share/icons/matefaenza/categories/24/gnome-applications.png +share/icons/matefaenza/categories/24/gnome-control-center.png +share/icons/matefaenza/categories/24/gnome-devel.png +share/icons/matefaenza/categories/24/gnome-globe.png +share/icons/matefaenza/categories/24/gnome-graphics.png +share/icons/matefaenza/categories/24/gnome-joystick.png +share/icons/matefaenza/categories/24/gnome-multimedia.png +share/icons/matefaenza/categories/24/gnome-other.png +share/icons/matefaenza/categories/24/gnome-settings.png +share/icons/matefaenza/categories/24/gnome-system.png +share/icons/matefaenza/categories/24/gnome-util.png +share/icons/matefaenza/categories/24/gtk-preferences.png +share/icons/matefaenza/categories/24/kcontrol.png +share/icons/matefaenza/categories/24/multimedia_section.png +share/icons/matefaenza/categories/24/package_development.png +share/icons/matefaenza/categories/24/package_games.png +share/icons/matefaenza/categories/24/package_graphics.png +share/icons/matefaenza/categories/24/package_multimedia.png +share/icons/matefaenza/categories/24/package_network.png +share/icons/matefaenza/categories/24/package_office.png +share/icons/matefaenza/categories/24/package_system.png +share/icons/matefaenza/categories/24/package_utilities.png +share/icons/matefaenza/categories/24/preferences-desktop-personal.png +share/icons/matefaenza/categories/24/preferences-desktop.png +share/icons/matefaenza/categories/24/preferences-other.png +share/icons/matefaenza/categories/24/preferences-system.png +share/icons/matefaenza/categories/24/redhat-accessories.png +share/icons/matefaenza/categories/24/redhat-games.png +share/icons/matefaenza/categories/24/redhat-graphics.png +share/icons/matefaenza/categories/24/redhat-internet.png +share/icons/matefaenza/categories/24/redhat-office.png +share/icons/matefaenza/categories/24/redhat-preferences.png +share/icons/matefaenza/categories/24/redhat-programming.png +share/icons/matefaenza/categories/24/redhat-sound_video.png +share/icons/matefaenza/categories/24/redhat-system_tools.png +share/icons/matefaenza/categories/24/stock_internet.png +share/icons/matefaenza/categories/24/system_section.png +share/icons/matefaenza/categories/24/xfce-devel.png +share/icons/matefaenza/categories/24/xfce-games.png +share/icons/matefaenza/categories/24/xfce-graphics.png +share/icons/matefaenza/categories/24/xfce-internet.png +share/icons/matefaenza/categories/24/xfce-multimedia.png +share/icons/matefaenza/categories/24/xfce-office.png +share/icons/matefaenza/categories/24/xfce-system.png +share/icons/matefaenza/categories/24/xfce-utils.png +share/icons/matefaenza/categories/24/xfce4-settings.png +share/icons/matefaenza/categories/32/applications-accessories.png +share/icons/matefaenza/categories/32/applications-astronomy.png +share/icons/matefaenza/categories/32/applications-boardgames.png +share/icons/matefaenza/categories/32/applications-cardgames.png +share/icons/matefaenza/categories/32/applications-debugging.png +share/icons/matefaenza/categories/32/applications-development.png +share/icons/matefaenza/categories/32/applications-electronics.png +share/icons/matefaenza/categories/32/applications-fonts.png +share/icons/matefaenza/categories/32/applications-games.png +share/icons/matefaenza/categories/32/applications-graphics.png +share/icons/matefaenza/categories/32/applications-interfacedesign.png +share/icons/matefaenza/categories/32/applications-internet.png +share/icons/matefaenza/categories/32/applications-java.png +share/icons/matefaenza/categories/32/applications-mail.png +share/icons/matefaenza/categories/32/applications-mathematics.png +share/icons/matefaenza/categories/32/applications-monodevelopment.png +share/icons/matefaenza/categories/32/applications-multimedia.png +share/icons/matefaenza/categories/32/applications-office.png +share/icons/matefaenza/categories/32/applications-other.png +share/icons/matefaenza/categories/32/applications-painting.png +share/icons/matefaenza/categories/32/applications-photography.png +share/icons/matefaenza/categories/32/applications-publishing.png +share/icons/matefaenza/categories/32/applications-puzzles.png +share/icons/matefaenza/categories/32/applications-python.png +share/icons/matefaenza/categories/32/applications-ruby.png +share/icons/matefaenza/categories/32/applications-science.png +share/icons/matefaenza/categories/32/applications-system.png +share/icons/matefaenza/categories/32/applications-utilities.png +share/icons/matefaenza/categories/32/applications-viewers.png +share/icons/matefaenza/categories/32/applications-webbrowsers.png +share/icons/matefaenza/categories/32/configuration_section.png +share/icons/matefaenza/categories/32/gnome-applications.png +share/icons/matefaenza/categories/32/gnome-control-center.png +share/icons/matefaenza/categories/32/gnome-devel.png +share/icons/matefaenza/categories/32/gnome-globe.png +share/icons/matefaenza/categories/32/gnome-graphics.png +share/icons/matefaenza/categories/32/gnome-joystick.png +share/icons/matefaenza/categories/32/gnome-multimedia.png +share/icons/matefaenza/categories/32/gnome-other.png +share/icons/matefaenza/categories/32/gnome-settings.png +share/icons/matefaenza/categories/32/gnome-system.png +share/icons/matefaenza/categories/32/gnome-util.png +share/icons/matefaenza/categories/32/gtk-preferences.png +share/icons/matefaenza/categories/32/kcontrol.png +share/icons/matefaenza/categories/32/multimedia_section.png +share/icons/matefaenza/categories/32/package_development.png +share/icons/matefaenza/categories/32/package_games.png +share/icons/matefaenza/categories/32/package_graphics.png +share/icons/matefaenza/categories/32/package_multimedia.png +share/icons/matefaenza/categories/32/package_network.png +share/icons/matefaenza/categories/32/package_office.png +share/icons/matefaenza/categories/32/package_system.png +share/icons/matefaenza/categories/32/package_utilities.png +share/icons/matefaenza/categories/32/preferences-desktop-personal.png +share/icons/matefaenza/categories/32/preferences-desktop.png +share/icons/matefaenza/categories/32/preferences-other.png +share/icons/matefaenza/categories/32/preferences-system.png +share/icons/matefaenza/categories/32/redhat-accessories.png +share/icons/matefaenza/categories/32/redhat-games.png +share/icons/matefaenza/categories/32/redhat-graphics.png +share/icons/matefaenza/categories/32/redhat-internet.png +share/icons/matefaenza/categories/32/redhat-office.png +share/icons/matefaenza/categories/32/redhat-preferences.png +share/icons/matefaenza/categories/32/redhat-programming.png +share/icons/matefaenza/categories/32/redhat-sound_video.png +share/icons/matefaenza/categories/32/redhat-system_tools.png +share/icons/matefaenza/categories/32/stock_internet.png +share/icons/matefaenza/categories/32/system_section.png +share/icons/matefaenza/categories/32/xfce-devel.png +share/icons/matefaenza/categories/32/xfce-games.png +share/icons/matefaenza/categories/32/xfce-graphics.png +share/icons/matefaenza/categories/32/xfce-internet.png +share/icons/matefaenza/categories/32/xfce-multimedia.png +share/icons/matefaenza/categories/32/xfce-office.png +share/icons/matefaenza/categories/32/xfce-system.png +share/icons/matefaenza/categories/32/xfce-utils.png +share/icons/matefaenza/categories/32/xfce4-settings.png +share/icons/matefaenza/categories/48/applications-accessories.png +share/icons/matefaenza/categories/48/applications-astronomy.png +share/icons/matefaenza/categories/48/applications-boardgames.png +share/icons/matefaenza/categories/48/applications-cardgames.png +share/icons/matefaenza/categories/48/applications-debugging.png +share/icons/matefaenza/categories/48/applications-development.png +share/icons/matefaenza/categories/48/applications-electronics.png +share/icons/matefaenza/categories/48/applications-fonts.png +share/icons/matefaenza/categories/48/applications-games.png +share/icons/matefaenza/categories/48/applications-graphics.png +share/icons/matefaenza/categories/48/applications-interfacedesign.png +share/icons/matefaenza/categories/48/applications-internet.png +share/icons/matefaenza/categories/48/applications-java.png +share/icons/matefaenza/categories/48/applications-mail.png +share/icons/matefaenza/categories/48/applications-mathematics.png +share/icons/matefaenza/categories/48/applications-monodevelopment.png +share/icons/matefaenza/categories/48/applications-multimedia.png +share/icons/matefaenza/categories/48/applications-office.png +share/icons/matefaenza/categories/48/applications-other.png +share/icons/matefaenza/categories/48/applications-painting.png +share/icons/matefaenza/categories/48/applications-photography.png +share/icons/matefaenza/categories/48/applications-publishing.png +share/icons/matefaenza/categories/48/applications-puzzles.png +share/icons/matefaenza/categories/48/applications-python.png +share/icons/matefaenza/categories/48/applications-ruby.png +share/icons/matefaenza/categories/48/applications-science.png +share/icons/matefaenza/categories/48/applications-system.png +share/icons/matefaenza/categories/48/applications-utilities.png +share/icons/matefaenza/categories/48/applications-viewers.png +share/icons/matefaenza/categories/48/applications-webbrowsers.png +share/icons/matefaenza/categories/48/configuration_section.png +share/icons/matefaenza/categories/48/gnome-applications.png +share/icons/matefaenza/categories/48/gnome-control-center.png +share/icons/matefaenza/categories/48/gnome-devel.png +share/icons/matefaenza/categories/48/gnome-globe.png +share/icons/matefaenza/categories/48/gnome-graphics.png +share/icons/matefaenza/categories/48/gnome-joystick.png +share/icons/matefaenza/categories/48/gnome-multimedia.png +share/icons/matefaenza/categories/48/gnome-other.png +share/icons/matefaenza/categories/48/gnome-settings.png +share/icons/matefaenza/categories/48/gnome-system.png +share/icons/matefaenza/categories/48/gnome-util.png +share/icons/matefaenza/categories/48/gtk-preferences.png +share/icons/matefaenza/categories/48/kcontrol.png +share/icons/matefaenza/categories/48/multimedia_section.png +share/icons/matefaenza/categories/48/package_development.png +share/icons/matefaenza/categories/48/package_games.png +share/icons/matefaenza/categories/48/package_graphics.png +share/icons/matefaenza/categories/48/package_multimedia.png +share/icons/matefaenza/categories/48/package_network.png +share/icons/matefaenza/categories/48/package_office.png +share/icons/matefaenza/categories/48/package_system.png +share/icons/matefaenza/categories/48/package_utilities.png +share/icons/matefaenza/categories/48/preferences-desktop-personal.png +share/icons/matefaenza/categories/48/preferences-desktop.png +share/icons/matefaenza/categories/48/preferences-other.png +share/icons/matefaenza/categories/48/preferences-system.png +share/icons/matefaenza/categories/48/redhat-accessories.png +share/icons/matefaenza/categories/48/redhat-games.png +share/icons/matefaenza/categories/48/redhat-graphics.png +share/icons/matefaenza/categories/48/redhat-internet.png +share/icons/matefaenza/categories/48/redhat-office.png +share/icons/matefaenza/categories/48/redhat-preferences.png +share/icons/matefaenza/categories/48/redhat-programming.png +share/icons/matefaenza/categories/48/redhat-sound_video.png +share/icons/matefaenza/categories/48/redhat-system_tools.png +share/icons/matefaenza/categories/48/stock_internet.png +share/icons/matefaenza/categories/48/system_section.png +share/icons/matefaenza/categories/48/xfce-devel.png +share/icons/matefaenza/categories/48/xfce-games.png +share/icons/matefaenza/categories/48/xfce-graphics.png +share/icons/matefaenza/categories/48/xfce-internet.png +share/icons/matefaenza/categories/48/xfce-multimedia.png +share/icons/matefaenza/categories/48/xfce-office.png +share/icons/matefaenza/categories/48/xfce-system.png +share/icons/matefaenza/categories/48/xfce-utils.png +share/icons/matefaenza/categories/48/xfce4-settings.png +share/icons/matefaenza/categories/64/applications-accessories.png +share/icons/matefaenza/categories/64/applications-astronomy.png +share/icons/matefaenza/categories/64/applications-boardgames.png +share/icons/matefaenza/categories/64/applications-cardgames.png +share/icons/matefaenza/categories/64/applications-debugging.png +share/icons/matefaenza/categories/64/applications-development.png +share/icons/matefaenza/categories/64/applications-electronics.png +share/icons/matefaenza/categories/64/applications-fonts.png +share/icons/matefaenza/categories/64/applications-games.png +share/icons/matefaenza/categories/64/applications-graphics.png +share/icons/matefaenza/categories/64/applications-interfacedesign.png +share/icons/matefaenza/categories/64/applications-internet.png +share/icons/matefaenza/categories/64/applications-java.png +share/icons/matefaenza/categories/64/applications-mail.png +share/icons/matefaenza/categories/64/applications-mathematics.png +share/icons/matefaenza/categories/64/applications-monodevelopment.png +share/icons/matefaenza/categories/64/applications-multimedia.png +share/icons/matefaenza/categories/64/applications-office.png +share/icons/matefaenza/categories/64/applications-other.png +share/icons/matefaenza/categories/64/applications-painting.png +share/icons/matefaenza/categories/64/applications-photography.png +share/icons/matefaenza/categories/64/applications-publishing.png +share/icons/matefaenza/categories/64/applications-puzzles.png +share/icons/matefaenza/categories/64/applications-python.png +share/icons/matefaenza/categories/64/applications-ruby.png +share/icons/matefaenza/categories/64/applications-science.png +share/icons/matefaenza/categories/64/applications-system.png +share/icons/matefaenza/categories/64/applications-utilities.png +share/icons/matefaenza/categories/64/applications-viewers.png +share/icons/matefaenza/categories/64/applications-webbrowsers.png +share/icons/matefaenza/categories/64/configuration_section.png +share/icons/matefaenza/categories/64/gnome-applications.png +share/icons/matefaenza/categories/64/gnome-control-center.png +share/icons/matefaenza/categories/64/gnome-devel.png +share/icons/matefaenza/categories/64/gnome-globe.png +share/icons/matefaenza/categories/64/gnome-graphics.png +share/icons/matefaenza/categories/64/gnome-joystick.png +share/icons/matefaenza/categories/64/gnome-multimedia.png +share/icons/matefaenza/categories/64/gnome-other.png +share/icons/matefaenza/categories/64/gnome-settings.png +share/icons/matefaenza/categories/64/gnome-system.png +share/icons/matefaenza/categories/64/gnome-util.png +share/icons/matefaenza/categories/64/gtk-preferences.png +share/icons/matefaenza/categories/64/kcontrol.png +share/icons/matefaenza/categories/64/multimedia_section.png +share/icons/matefaenza/categories/64/package_development.png +share/icons/matefaenza/categories/64/package_games.png +share/icons/matefaenza/categories/64/package_graphics.png +share/icons/matefaenza/categories/64/package_multimedia.png +share/icons/matefaenza/categories/64/package_network.png +share/icons/matefaenza/categories/64/package_office.png +share/icons/matefaenza/categories/64/package_system.png +share/icons/matefaenza/categories/64/package_utilities.png +share/icons/matefaenza/categories/64/preferences-desktop-personal.png +share/icons/matefaenza/categories/64/preferences-desktop.png +share/icons/matefaenza/categories/64/preferences-other.png +share/icons/matefaenza/categories/64/preferences-system.png +share/icons/matefaenza/categories/64/redhat-accessories.png +share/icons/matefaenza/categories/64/redhat-games.png +share/icons/matefaenza/categories/64/redhat-graphics.png +share/icons/matefaenza/categories/64/redhat-internet.png +share/icons/matefaenza/categories/64/redhat-office.png +share/icons/matefaenza/categories/64/redhat-preferences.png +share/icons/matefaenza/categories/64/redhat-programming.png +share/icons/matefaenza/categories/64/redhat-sound_video.png +share/icons/matefaenza/categories/64/redhat-system_tools.png +share/icons/matefaenza/categories/64/stock_internet.png +share/icons/matefaenza/categories/64/system_section.png +share/icons/matefaenza/categories/64/xfce-devel.png +share/icons/matefaenza/categories/64/xfce-games.png +share/icons/matefaenza/categories/64/xfce-graphics.png +share/icons/matefaenza/categories/64/xfce-internet.png +share/icons/matefaenza/categories/64/xfce-multimedia.png +share/icons/matefaenza/categories/64/xfce-office.png +share/icons/matefaenza/categories/64/xfce-system.png +share/icons/matefaenza/categories/64/xfce-utils.png +share/icons/matefaenza/categories/64/xfce4-settings.png +share/icons/matefaenza/categories/96/applications-accessories.png +share/icons/matefaenza/categories/96/applications-astronomy.png +share/icons/matefaenza/categories/96/applications-boardgames.png +share/icons/matefaenza/categories/96/applications-cardgames.png +share/icons/matefaenza/categories/96/applications-debugging.png +share/icons/matefaenza/categories/96/applications-development.png +share/icons/matefaenza/categories/96/applications-electronics.png +share/icons/matefaenza/categories/96/applications-fonts.png +share/icons/matefaenza/categories/96/applications-games.png +share/icons/matefaenza/categories/96/applications-graphics.png +share/icons/matefaenza/categories/96/applications-interfacedesign.png +share/icons/matefaenza/categories/96/applications-internet.png +share/icons/matefaenza/categories/96/applications-java.png +share/icons/matefaenza/categories/96/applications-mail.png +share/icons/matefaenza/categories/96/applications-mathematics.png +share/icons/matefaenza/categories/96/applications-monodevelopment.png +share/icons/matefaenza/categories/96/applications-multimedia.png +share/icons/matefaenza/categories/96/applications-office.png +share/icons/matefaenza/categories/96/applications-other.png +share/icons/matefaenza/categories/96/applications-painting.png +share/icons/matefaenza/categories/96/applications-photography.png +share/icons/matefaenza/categories/96/applications-publishing.png +share/icons/matefaenza/categories/96/applications-puzzles.png +share/icons/matefaenza/categories/96/applications-python.png +share/icons/matefaenza/categories/96/applications-ruby.png +share/icons/matefaenza/categories/96/applications-science.png +share/icons/matefaenza/categories/96/applications-system.png +share/icons/matefaenza/categories/96/applications-utilities.png +share/icons/matefaenza/categories/96/applications-viewers.png +share/icons/matefaenza/categories/96/applications-webbrowsers.png +share/icons/matefaenza/categories/96/configuration_section.png +share/icons/matefaenza/categories/96/gnome-applications.png +share/icons/matefaenza/categories/96/gnome-control-center.png +share/icons/matefaenza/categories/96/gnome-devel.png +share/icons/matefaenza/categories/96/gnome-globe.png +share/icons/matefaenza/categories/96/gnome-graphics.png +share/icons/matefaenza/categories/96/gnome-joystick.png +share/icons/matefaenza/categories/96/gnome-multimedia.png +share/icons/matefaenza/categories/96/gnome-other.png +share/icons/matefaenza/categories/96/gnome-settings.png +share/icons/matefaenza/categories/96/gnome-system.png +share/icons/matefaenza/categories/96/gnome-util.png +share/icons/matefaenza/categories/96/gtk-preferences.png +share/icons/matefaenza/categories/96/kcontrol.png +share/icons/matefaenza/categories/96/multimedia_section.png +share/icons/matefaenza/categories/96/package_development.png +share/icons/matefaenza/categories/96/package_games.png +share/icons/matefaenza/categories/96/package_graphics.png +share/icons/matefaenza/categories/96/package_multimedia.png +share/icons/matefaenza/categories/96/package_network.png +share/icons/matefaenza/categories/96/package_office.png +share/icons/matefaenza/categories/96/package_system.png +share/icons/matefaenza/categories/96/package_utilities.png +share/icons/matefaenza/categories/96/preferences-desktop-personal.png +share/icons/matefaenza/categories/96/preferences-desktop.png +share/icons/matefaenza/categories/96/preferences-other.png +share/icons/matefaenza/categories/96/preferences-system.png +share/icons/matefaenza/categories/96/redhat-accessories.png +share/icons/matefaenza/categories/96/redhat-games.png +share/icons/matefaenza/categories/96/redhat-graphics.png +share/icons/matefaenza/categories/96/redhat-internet.png +share/icons/matefaenza/categories/96/redhat-office.png +share/icons/matefaenza/categories/96/redhat-preferences.png +share/icons/matefaenza/categories/96/redhat-programming.png +share/icons/matefaenza/categories/96/redhat-sound_video.png +share/icons/matefaenza/categories/96/redhat-system_tools.png +share/icons/matefaenza/categories/96/stock_internet.png +share/icons/matefaenza/categories/96/system_section.png +share/icons/matefaenza/categories/96/xfce-devel.png +share/icons/matefaenza/categories/96/xfce-games.png +share/icons/matefaenza/categories/96/xfce-graphics.png +share/icons/matefaenza/categories/96/xfce-internet.png +share/icons/matefaenza/categories/96/xfce-multimedia.png +share/icons/matefaenza/categories/96/xfce-office.png +share/icons/matefaenza/categories/96/xfce-system.png +share/icons/matefaenza/categories/96/xfce-utils.png +share/icons/matefaenza/categories/96/xfce4-settings.png +share/icons/matefaenza/categories/scalable/applications-accessories.svg +share/icons/matefaenza/categories/scalable/applications-astronomy.svg +share/icons/matefaenza/categories/scalable/applications-boardgames.svg +share/icons/matefaenza/categories/scalable/applications-cardgames.svg +share/icons/matefaenza/categories/scalable/applications-debugging.svg +share/icons/matefaenza/categories/scalable/applications-development.svg +share/icons/matefaenza/categories/scalable/applications-electronics.svg +share/icons/matefaenza/categories/scalable/applications-fonts.svg +share/icons/matefaenza/categories/scalable/applications-games.svg +share/icons/matefaenza/categories/scalable/applications-graphics.svg +share/icons/matefaenza/categories/scalable/applications-interfacedesign.svg +share/icons/matefaenza/categories/scalable/applications-internet.svg +share/icons/matefaenza/categories/scalable/applications-java.svg +share/icons/matefaenza/categories/scalable/applications-mail.svg +share/icons/matefaenza/categories/scalable/applications-mathematics.svg +share/icons/matefaenza/categories/scalable/applications-monodevelopment.svg +share/icons/matefaenza/categories/scalable/applications-multimedia.svg +share/icons/matefaenza/categories/scalable/applications-office.svg +share/icons/matefaenza/categories/scalable/applications-other.svg +share/icons/matefaenza/categories/scalable/applications-painting.svg +share/icons/matefaenza/categories/scalable/applications-photography.svg +share/icons/matefaenza/categories/scalable/applications-publishing.svg +share/icons/matefaenza/categories/scalable/applications-puzzles.svg +share/icons/matefaenza/categories/scalable/applications-python.svg +share/icons/matefaenza/categories/scalable/applications-ruby.svg +share/icons/matefaenza/categories/scalable/applications-science.svg +share/icons/matefaenza/categories/scalable/applications-system.svg +share/icons/matefaenza/categories/scalable/applications-utilities.svg +share/icons/matefaenza/categories/scalable/applications-viewers.svg +share/icons/matefaenza/categories/scalable/applications-webbrowsers.svg +share/icons/matefaenza/categories/scalable/configuration_section.svg +share/icons/matefaenza/categories/scalable/gnome-applications.svg +share/icons/matefaenza/categories/scalable/gnome-control-center.svg +share/icons/matefaenza/categories/scalable/gnome-devel.svg +share/icons/matefaenza/categories/scalable/gnome-globe.svg +share/icons/matefaenza/categories/scalable/gnome-graphics.svg +share/icons/matefaenza/categories/scalable/gnome-joystick.svg +share/icons/matefaenza/categories/scalable/gnome-multimedia.svg +share/icons/matefaenza/categories/scalable/gnome-other.svg +share/icons/matefaenza/categories/scalable/gnome-settings.svg +share/icons/matefaenza/categories/scalable/gnome-system.svg +share/icons/matefaenza/categories/scalable/gnome-util.svg +share/icons/matefaenza/categories/scalable/gtk-preferences.svg +share/icons/matefaenza/categories/scalable/kcontrol.svg +share/icons/matefaenza/categories/scalable/multimedia_section.svg +share/icons/matefaenza/categories/scalable/package_development.svg +share/icons/matefaenza/categories/scalable/package_games.svg +share/icons/matefaenza/categories/scalable/package_graphics.svg +share/icons/matefaenza/categories/scalable/package_multimedia.svg +share/icons/matefaenza/categories/scalable/package_network.svg +share/icons/matefaenza/categories/scalable/package_office.svg +share/icons/matefaenza/categories/scalable/package_system.svg +share/icons/matefaenza/categories/scalable/package_utilities.svg +share/icons/matefaenza/categories/scalable/preferences-desktop-personal.svg +share/icons/matefaenza/categories/scalable/preferences-desktop.svg +share/icons/matefaenza/categories/scalable/preferences-other.svg +share/icons/matefaenza/categories/scalable/preferences-system.svg +share/icons/matefaenza/categories/scalable/redhat-accessories.svg +share/icons/matefaenza/categories/scalable/redhat-games.svg +share/icons/matefaenza/categories/scalable/redhat-graphics.svg +share/icons/matefaenza/categories/scalable/redhat-internet.svg +share/icons/matefaenza/categories/scalable/redhat-office.svg +share/icons/matefaenza/categories/scalable/redhat-preferences.svg +share/icons/matefaenza/categories/scalable/redhat-programming.svg +share/icons/matefaenza/categories/scalable/redhat-sound_video.svg +share/icons/matefaenza/categories/scalable/redhat-system_tools.svg +share/icons/matefaenza/categories/scalable/stock_internet.svg +share/icons/matefaenza/categories/scalable/system_section.svg +share/icons/matefaenza/categories/scalable/xfce-devel.svg +share/icons/matefaenza/categories/scalable/xfce-games.svg +share/icons/matefaenza/categories/scalable/xfce-graphics.svg +share/icons/matefaenza/categories/scalable/xfce-internet.svg +share/icons/matefaenza/categories/scalable/xfce-multimedia.svg +share/icons/matefaenza/categories/scalable/xfce-office.svg +share/icons/matefaenza/categories/scalable/xfce-system.svg +share/icons/matefaenza/categories/scalable/xfce-utils.svg +share/icons/matefaenza/categories/scalable/xfce4-settings.svg +share/icons/matefaenza/devices/16/audio-card.png +share/icons/matefaenza/devices/16/battery-good-charging.png +share/icons/matefaenza/devices/16/battery.png +share/icons/matefaenza/devices/16/block-device.png +share/icons/matefaenza/devices/16/camera-photo.png +share/icons/matefaenza/devices/16/camera-web.png +share/icons/matefaenza/devices/16/camera.png +share/icons/matefaenza/devices/16/camera_unmount.png +share/icons/matefaenza/devices/16/cdrom_unmount.png +share/icons/matefaenza/devices/16/cdwriter_unmount.png +share/icons/matefaenza/devices/16/chardevice.png +share/icons/matefaenza/devices/16/computer.png +share/icons/matefaenza/devices/16/cupsprinter.png +share/icons/matefaenza/devices/16/display.png +share/icons/matefaenza/devices/16/drive-cdrom.png +share/icons/matefaenza/devices/16/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/16/drive-harddisk-scsi.png +share/icons/matefaenza/devices/16/drive-harddisk-system.png +share/icons/matefaenza/devices/16/drive-harddisk-usb.png +share/icons/matefaenza/devices/16/drive-harddisk.png +share/icons/matefaenza/devices/16/drive-optical.png +share/icons/matefaenza/devices/16/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/16/drive-removable-media-scsi.png +share/icons/matefaenza/devices/16/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/16/drive-removable-media-usb.png +share/icons/matefaenza/devices/16/drive-removable-media.png +share/icons/matefaenza/devices/16/dvd_unmount.png +share/icons/matefaenza/devices/16/gnome-cd.png +share/icons/matefaenza/devices/16/gnome-computer.png +share/icons/matefaenza/devices/16/gnome-dev-battery.png +share/icons/matefaenza/devices/16/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/16/gnome-dev-cdrom.png +share/icons/matefaenza/devices/16/gnome-dev-computer.png +share/icons/matefaenza/devices/16/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/16/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/16/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/16/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/16/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/16/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/16/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/16/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/16/gnome-dev-dvd.png +share/icons/matefaenza/devices/16/gnome-dev-ethernet.png +share/icons/matefaenza/devices/16/gnome-dev-floppy.png +share/icons/matefaenza/devices/16/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/16/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/16/gnome-dev-harddisk.png +share/icons/matefaenza/devices/16/gnome-dev-ipod.png +share/icons/matefaenza/devices/16/gnome-dev-keyboard.png +share/icons/matefaenza/devices/16/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/16/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/16/gnome-dev-network.png +share/icons/matefaenza/devices/16/gnome-dev-printer-network.png +share/icons/matefaenza/devices/16/gnome-dev-printer-new.png +share/icons/matefaenza/devices/16/gnome-dev-printer.png +share/icons/matefaenza/devices/16/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/16/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/16/gnome-dev-removable.png +share/icons/matefaenza/devices/16/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/16/gnome-dev-wavelan.png +share/icons/matefaenza/devices/16/gnome-fs-client.png +share/icons/matefaenza/devices/16/gtk-cdrom.png +share/icons/matefaenza/devices/16/gtk-floppy.png +share/icons/matefaenza/devices/16/gtk-harddisk.png +share/icons/matefaenza/devices/16/gtkpod.png +share/icons/matefaenza/devices/16/harddrive.png +share/icons/matefaenza/devices/16/hdd_unmount.png +share/icons/matefaenza/devices/16/i-network-printer.png +share/icons/matefaenza/devices/16/input-gaming.png +share/icons/matefaenza/devices/16/input-keyboard.png +share/icons/matefaenza/devices/16/input-mouse.png +share/icons/matefaenza/devices/16/input-tablet.png +share/icons/matefaenza/devices/16/ipod_mount.png +share/icons/matefaenza/devices/16/joystick.png +share/icons/matefaenza/devices/16/keyboard.png +share/icons/matefaenza/devices/16/kjobviewer.png +share/icons/matefaenza/devices/16/kxkb.png +share/icons/matefaenza/devices/16/media-cdr.png +share/icons/matefaenza/devices/16/media-cdrom-audio.png +share/icons/matefaenza/devices/16/media-cdrom.png +share/icons/matefaenza/devices/16/media-cdrw.png +share/icons/matefaenza/devices/16/media-dvd.png +share/icons/matefaenza/devices/16/media-dvdrw.png +share/icons/matefaenza/devices/16/media-floppy.png +share/icons/matefaenza/devices/16/media-optical-audio.png +share/icons/matefaenza/devices/16/media-optical-cd-r.png +share/icons/matefaenza/devices/16/media-optical-cd-rw.png +share/icons/matefaenza/devices/16/media-optical-cd.png +share/icons/matefaenza/devices/16/media-optical-cdr.png +share/icons/matefaenza/devices/16/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/16/media-optical-dvd-r.png +share/icons/matefaenza/devices/16/media-optical-dvd-ram.png +share/icons/matefaenza/devices/16/media-optical-dvd-rom.png +share/icons/matefaenza/devices/16/media-optical-dvd-rw.png +share/icons/matefaenza/devices/16/media-optical-dvd.png +share/icons/matefaenza/devices/16/media-optical.png +share/icons/matefaenza/devices/16/media-removable.png +share/icons/matefaenza/devices/16/monitor.png +share/icons/matefaenza/devices/16/mouse.png +share/icons/matefaenza/devices/16/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/16/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/16/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/16/multimedia-player-ipod.png +share/icons/matefaenza/devices/16/multimedia-player.png +share/icons/matefaenza/devices/16/music-player.png +share/icons/matefaenza/devices/16/network-vpn.png +share/icons/matefaenza/devices/16/network-wired-disconnected.png +share/icons/matefaenza/devices/16/network-wired.png +share/icons/matefaenza/devices/16/network-wireless.png +share/icons/matefaenza/devices/16/network_fs.png +share/icons/matefaenza/devices/16/nfs.png +share/icons/matefaenza/devices/16/pda.png +share/icons/matefaenza/devices/16/printer-remote.png +share/icons/matefaenza/devices/16/printer.png +share/icons/matefaenza/devices/16/printer1.png +share/icons/matefaenza/devices/16/printmgr.png +share/icons/matefaenza/devices/16/samba.png +share/icons/matefaenza/devices/16/scanner.png +share/icons/matefaenza/devices/16/stock_music-library.png +share/icons/matefaenza/devices/16/stock_printers.png +share/icons/matefaenza/devices/16/system-floppy.png +share/icons/matefaenza/devices/16/system.png +share/icons/matefaenza/devices/16/usbpendrive_unmount.png +share/icons/matefaenza/devices/16/video-display.png +share/icons/matefaenza/devices/16/xfce-mount.png +share/icons/matefaenza/devices/16/xfce-printer.png +share/icons/matefaenza/devices/16/xfce4-display.png +share/icons/matefaenza/devices/16/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/16/xfce4-mouse.png +share/icons/matefaenza/devices/16/yast_HD.png +share/icons/matefaenza/devices/16/yast_idetude.png +share/icons/matefaenza/devices/16/yast_joystick.png +share/icons/matefaenza/devices/16/yast_mouse.png +share/icons/matefaenza/devices/16/yast_printer.png +share/icons/matefaenza/devices/16/yast_soundcard.png +share/icons/matefaenza/devices/22/audio-card.png +share/icons/matefaenza/devices/22/battery-good-charging.png +share/icons/matefaenza/devices/22/battery.png +share/icons/matefaenza/devices/22/block-device.png +share/icons/matefaenza/devices/22/camera-photo.png +share/icons/matefaenza/devices/22/camera-web.png +share/icons/matefaenza/devices/22/camera.png +share/icons/matefaenza/devices/22/camera_unmount.png +share/icons/matefaenza/devices/22/cdrom_unmount.png +share/icons/matefaenza/devices/22/cdwriter_unmount.png +share/icons/matefaenza/devices/22/chardevice.png +share/icons/matefaenza/devices/22/computer.png +share/icons/matefaenza/devices/22/cupsprinter.png +share/icons/matefaenza/devices/22/display.png +share/icons/matefaenza/devices/22/drive-cdrom.png +share/icons/matefaenza/devices/22/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/22/drive-harddisk-scsi.png +share/icons/matefaenza/devices/22/drive-harddisk-system.png +share/icons/matefaenza/devices/22/drive-harddisk-usb.png +share/icons/matefaenza/devices/22/drive-harddisk.png +share/icons/matefaenza/devices/22/drive-optical.png +share/icons/matefaenza/devices/22/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/22/drive-removable-media-scsi.png +share/icons/matefaenza/devices/22/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/22/drive-removable-media-usb.png +share/icons/matefaenza/devices/22/drive-removable-media.png +share/icons/matefaenza/devices/22/dvd_unmount.png +share/icons/matefaenza/devices/22/gnome-cd.png +share/icons/matefaenza/devices/22/gnome-computer.png +share/icons/matefaenza/devices/22/gnome-dev-battery.png +share/icons/matefaenza/devices/22/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/22/gnome-dev-cdrom.png +share/icons/matefaenza/devices/22/gnome-dev-computer.png +share/icons/matefaenza/devices/22/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/22/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/22/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/22/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/22/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/22/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/22/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/22/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/22/gnome-dev-dvd.png +share/icons/matefaenza/devices/22/gnome-dev-ethernet.png +share/icons/matefaenza/devices/22/gnome-dev-floppy.png +share/icons/matefaenza/devices/22/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/22/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/22/gnome-dev-harddisk.png +share/icons/matefaenza/devices/22/gnome-dev-ipod.png +share/icons/matefaenza/devices/22/gnome-dev-keyboard.png +share/icons/matefaenza/devices/22/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/22/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/22/gnome-dev-network.png +share/icons/matefaenza/devices/22/gnome-dev-printer-network.png +share/icons/matefaenza/devices/22/gnome-dev-printer-new.png +share/icons/matefaenza/devices/22/gnome-dev-printer.png +share/icons/matefaenza/devices/22/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/22/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/22/gnome-dev-removable.png +share/icons/matefaenza/devices/22/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/22/gnome-dev-wavelan.png +share/icons/matefaenza/devices/22/gnome-fs-client.png +share/icons/matefaenza/devices/22/gtk-cdrom.png +share/icons/matefaenza/devices/22/gtk-floppy.png +share/icons/matefaenza/devices/22/gtk-harddisk.png +share/icons/matefaenza/devices/22/gtkpod.png +share/icons/matefaenza/devices/22/harddrive.png +share/icons/matefaenza/devices/22/hdd_unmount.png +share/icons/matefaenza/devices/22/i-network-printer.png +share/icons/matefaenza/devices/22/input-gaming.png +share/icons/matefaenza/devices/22/input-keyboard.png +share/icons/matefaenza/devices/22/input-mouse.png +share/icons/matefaenza/devices/22/input-tablet.png +share/icons/matefaenza/devices/22/ipod_mount.png +share/icons/matefaenza/devices/22/joystick.png +share/icons/matefaenza/devices/22/keyboard.png +share/icons/matefaenza/devices/22/kjobviewer.png +share/icons/matefaenza/devices/22/kxkb.png +share/icons/matefaenza/devices/22/media-cdr.png +share/icons/matefaenza/devices/22/media-cdrom-audio.png +share/icons/matefaenza/devices/22/media-cdrom.png +share/icons/matefaenza/devices/22/media-cdrw.png +share/icons/matefaenza/devices/22/media-dvd.png +share/icons/matefaenza/devices/22/media-dvdrw.png +share/icons/matefaenza/devices/22/media-floppy.png +share/icons/matefaenza/devices/22/media-optical-audio.png +share/icons/matefaenza/devices/22/media-optical-cd-r.png +share/icons/matefaenza/devices/22/media-optical-cd-rw.png +share/icons/matefaenza/devices/22/media-optical-cd.png +share/icons/matefaenza/devices/22/media-optical-cdr.png +share/icons/matefaenza/devices/22/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/22/media-optical-dvd-r.png +share/icons/matefaenza/devices/22/media-optical-dvd-ram.png +share/icons/matefaenza/devices/22/media-optical-dvd-rom.png +share/icons/matefaenza/devices/22/media-optical-dvd-rw.png +share/icons/matefaenza/devices/22/media-optical-dvd.png +share/icons/matefaenza/devices/22/media-optical.png +share/icons/matefaenza/devices/22/media-removable.png +share/icons/matefaenza/devices/22/monitor.png +share/icons/matefaenza/devices/22/mouse.png +share/icons/matefaenza/devices/22/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/22/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/22/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/22/multimedia-player-ipod.png +share/icons/matefaenza/devices/22/multimedia-player.png +share/icons/matefaenza/devices/22/music-player.png +share/icons/matefaenza/devices/22/network-vpn.png +share/icons/matefaenza/devices/22/network-wired-disconnected.png +share/icons/matefaenza/devices/22/network-wired.png +share/icons/matefaenza/devices/22/network-wireless.png +share/icons/matefaenza/devices/22/network_fs.png +share/icons/matefaenza/devices/22/nfs.png +share/icons/matefaenza/devices/22/pda.png +share/icons/matefaenza/devices/22/printer-remote.png +share/icons/matefaenza/devices/22/printer.png +share/icons/matefaenza/devices/22/printer1.png +share/icons/matefaenza/devices/22/printmgr.png +share/icons/matefaenza/devices/22/samba.png +share/icons/matefaenza/devices/22/scanner.png +share/icons/matefaenza/devices/22/stock_music-library.png +share/icons/matefaenza/devices/22/stock_printers.png +share/icons/matefaenza/devices/22/system-floppy.png +share/icons/matefaenza/devices/22/system.png +share/icons/matefaenza/devices/22/usbpendrive_unmount.png +share/icons/matefaenza/devices/22/video-display.png +share/icons/matefaenza/devices/22/xfce-mount.png +share/icons/matefaenza/devices/22/xfce-printer.png +share/icons/matefaenza/devices/22/xfce4-display.png +share/icons/matefaenza/devices/22/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/22/xfce4-mouse.png +share/icons/matefaenza/devices/22/yast_HD.png +share/icons/matefaenza/devices/22/yast_idetude.png +share/icons/matefaenza/devices/22/yast_joystick.png +share/icons/matefaenza/devices/22/yast_mouse.png +share/icons/matefaenza/devices/22/yast_printer.png +share/icons/matefaenza/devices/22/yast_soundcard.png +share/icons/matefaenza/devices/24/audio-card.png +share/icons/matefaenza/devices/24/battery-good-charging.png +share/icons/matefaenza/devices/24/battery.png +share/icons/matefaenza/devices/24/block-device.png +share/icons/matefaenza/devices/24/camera-photo.png +share/icons/matefaenza/devices/24/camera-web.png +share/icons/matefaenza/devices/24/camera.png +share/icons/matefaenza/devices/24/camera_unmount.png +share/icons/matefaenza/devices/24/cdrom_unmount.png +share/icons/matefaenza/devices/24/cdwriter_unmount.png +share/icons/matefaenza/devices/24/chardevice.png +share/icons/matefaenza/devices/24/computer.png +share/icons/matefaenza/devices/24/cupsprinter.png +share/icons/matefaenza/devices/24/display.png +share/icons/matefaenza/devices/24/drive-cdrom.png +share/icons/matefaenza/devices/24/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/24/drive-harddisk-scsi.png +share/icons/matefaenza/devices/24/drive-harddisk-system.png +share/icons/matefaenza/devices/24/drive-harddisk-usb.png +share/icons/matefaenza/devices/24/drive-harddisk.png +share/icons/matefaenza/devices/24/drive-optical.png +share/icons/matefaenza/devices/24/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/24/drive-removable-media-scsi.png +share/icons/matefaenza/devices/24/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/24/drive-removable-media-usb.png +share/icons/matefaenza/devices/24/drive-removable-media.png +share/icons/matefaenza/devices/24/dvd_unmount.png +share/icons/matefaenza/devices/24/gnome-cd.png +share/icons/matefaenza/devices/24/gnome-computer.png +share/icons/matefaenza/devices/24/gnome-dev-battery.png +share/icons/matefaenza/devices/24/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/24/gnome-dev-cdrom.png +share/icons/matefaenza/devices/24/gnome-dev-computer.png +share/icons/matefaenza/devices/24/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/24/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/24/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/24/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/24/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/24/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/24/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/24/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/24/gnome-dev-dvd.png +share/icons/matefaenza/devices/24/gnome-dev-ethernet.png +share/icons/matefaenza/devices/24/gnome-dev-floppy.png +share/icons/matefaenza/devices/24/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/24/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/24/gnome-dev-harddisk.png +share/icons/matefaenza/devices/24/gnome-dev-ipod.png +share/icons/matefaenza/devices/24/gnome-dev-keyboard.png +share/icons/matefaenza/devices/24/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/24/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/24/gnome-dev-network.png +share/icons/matefaenza/devices/24/gnome-dev-printer-network.png +share/icons/matefaenza/devices/24/gnome-dev-printer-new.png +share/icons/matefaenza/devices/24/gnome-dev-printer.png +share/icons/matefaenza/devices/24/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/24/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/24/gnome-dev-removable.png +share/icons/matefaenza/devices/24/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/24/gnome-dev-wavelan.png +share/icons/matefaenza/devices/24/gnome-fs-client.png +share/icons/matefaenza/devices/24/gtk-cdrom.png +share/icons/matefaenza/devices/24/gtk-floppy.png +share/icons/matefaenza/devices/24/gtk-harddisk.png +share/icons/matefaenza/devices/24/gtkpod.png +share/icons/matefaenza/devices/24/harddrive.png +share/icons/matefaenza/devices/24/hdd_unmount.png +share/icons/matefaenza/devices/24/i-network-printer.png +share/icons/matefaenza/devices/24/input-gaming.png +share/icons/matefaenza/devices/24/input-keyboard.png +share/icons/matefaenza/devices/24/input-mouse.png +share/icons/matefaenza/devices/24/input-tablet.png +share/icons/matefaenza/devices/24/ipod_mount.png +share/icons/matefaenza/devices/24/joystick.png +share/icons/matefaenza/devices/24/keyboard.png +share/icons/matefaenza/devices/24/kjobviewer.png +share/icons/matefaenza/devices/24/kxkb.png +share/icons/matefaenza/devices/24/media-cdr.png +share/icons/matefaenza/devices/24/media-cdrom-audio.png +share/icons/matefaenza/devices/24/media-cdrom.png +share/icons/matefaenza/devices/24/media-cdrw.png +share/icons/matefaenza/devices/24/media-dvd.png +share/icons/matefaenza/devices/24/media-dvdrw.png +share/icons/matefaenza/devices/24/media-floppy.png +share/icons/matefaenza/devices/24/media-optical-audio.png +share/icons/matefaenza/devices/24/media-optical-cd-r.png +share/icons/matefaenza/devices/24/media-optical-cd-rw.png +share/icons/matefaenza/devices/24/media-optical-cd.png +share/icons/matefaenza/devices/24/media-optical-cdr.png +share/icons/matefaenza/devices/24/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/24/media-optical-dvd-r.png +share/icons/matefaenza/devices/24/media-optical-dvd-ram.png +share/icons/matefaenza/devices/24/media-optical-dvd-rom.png +share/icons/matefaenza/devices/24/media-optical-dvd-rw.png +share/icons/matefaenza/devices/24/media-optical-dvd.png +share/icons/matefaenza/devices/24/media-optical.png +share/icons/matefaenza/devices/24/media-removable.png +share/icons/matefaenza/devices/24/monitor.png +share/icons/matefaenza/devices/24/mouse.png +share/icons/matefaenza/devices/24/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/24/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/24/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/24/multimedia-player-ipod.png +share/icons/matefaenza/devices/24/multimedia-player.png +share/icons/matefaenza/devices/24/music-player.png +share/icons/matefaenza/devices/24/network-vpn.png +share/icons/matefaenza/devices/24/network-wired-disconnected.png +share/icons/matefaenza/devices/24/network-wired.png +share/icons/matefaenza/devices/24/network-wireless.png +share/icons/matefaenza/devices/24/network_fs.png +share/icons/matefaenza/devices/24/nfs.png +share/icons/matefaenza/devices/24/pda.png +share/icons/matefaenza/devices/24/printer-remote.png +share/icons/matefaenza/devices/24/printer.png +share/icons/matefaenza/devices/24/printer1.png +share/icons/matefaenza/devices/24/printmgr.png +share/icons/matefaenza/devices/24/samba.png +share/icons/matefaenza/devices/24/scanner.png +share/icons/matefaenza/devices/24/stock_music-library.png +share/icons/matefaenza/devices/24/stock_printers.png +share/icons/matefaenza/devices/24/system-floppy.png +share/icons/matefaenza/devices/24/system.png +share/icons/matefaenza/devices/24/usbpendrive_unmount.png +share/icons/matefaenza/devices/24/video-display.png +share/icons/matefaenza/devices/24/xfce-mount.png +share/icons/matefaenza/devices/24/xfce-printer.png +share/icons/matefaenza/devices/24/xfce4-display.png +share/icons/matefaenza/devices/24/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/24/xfce4-mouse.png +share/icons/matefaenza/devices/24/yast_HD.png +share/icons/matefaenza/devices/24/yast_idetude.png +share/icons/matefaenza/devices/24/yast_joystick.png +share/icons/matefaenza/devices/24/yast_mouse.png +share/icons/matefaenza/devices/24/yast_printer.png +share/icons/matefaenza/devices/24/yast_soundcard.png +share/icons/matefaenza/devices/32/audio-card.png +share/icons/matefaenza/devices/32/battery-good-charging.png +share/icons/matefaenza/devices/32/battery.png +share/icons/matefaenza/devices/32/block-device.png +share/icons/matefaenza/devices/32/camera-photo.png +share/icons/matefaenza/devices/32/camera-web.png +share/icons/matefaenza/devices/32/camera.png +share/icons/matefaenza/devices/32/camera_unmount.png +share/icons/matefaenza/devices/32/cdrom_unmount.png +share/icons/matefaenza/devices/32/cdwriter_unmount.png +share/icons/matefaenza/devices/32/chardevice.png +share/icons/matefaenza/devices/32/computer.png +share/icons/matefaenza/devices/32/cupsprinter.png +share/icons/matefaenza/devices/32/display.png +share/icons/matefaenza/devices/32/drive-cdrom.png +share/icons/matefaenza/devices/32/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/32/drive-harddisk-scsi.png +share/icons/matefaenza/devices/32/drive-harddisk-system.png +share/icons/matefaenza/devices/32/drive-harddisk-usb.png +share/icons/matefaenza/devices/32/drive-harddisk.png +share/icons/matefaenza/devices/32/drive-optical.png +share/icons/matefaenza/devices/32/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/32/drive-removable-media-scsi.png +share/icons/matefaenza/devices/32/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/32/drive-removable-media-usb.png +share/icons/matefaenza/devices/32/drive-removable-media.png +share/icons/matefaenza/devices/32/dvd_unmount.png +share/icons/matefaenza/devices/32/gnome-cd.png +share/icons/matefaenza/devices/32/gnome-computer.png +share/icons/matefaenza/devices/32/gnome-dev-battery.png +share/icons/matefaenza/devices/32/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/32/gnome-dev-cdrom.png +share/icons/matefaenza/devices/32/gnome-dev-computer.png +share/icons/matefaenza/devices/32/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/32/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/32/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/32/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/32/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/32/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/32/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/32/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/32/gnome-dev-dvd.png +share/icons/matefaenza/devices/32/gnome-dev-ethernet.png +share/icons/matefaenza/devices/32/gnome-dev-floppy.png +share/icons/matefaenza/devices/32/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/32/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/32/gnome-dev-harddisk.png +share/icons/matefaenza/devices/32/gnome-dev-ipod.png +share/icons/matefaenza/devices/32/gnome-dev-keyboard.png +share/icons/matefaenza/devices/32/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/32/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/32/gnome-dev-network.png +share/icons/matefaenza/devices/32/gnome-dev-printer-network.png +share/icons/matefaenza/devices/32/gnome-dev-printer-new.png +share/icons/matefaenza/devices/32/gnome-dev-printer.png +share/icons/matefaenza/devices/32/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/32/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/32/gnome-dev-removable.png +share/icons/matefaenza/devices/32/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/32/gnome-dev-wavelan.png +share/icons/matefaenza/devices/32/gnome-fs-client.png +share/icons/matefaenza/devices/32/gtk-cdrom.png +share/icons/matefaenza/devices/32/gtk-floppy.png +share/icons/matefaenza/devices/32/gtk-harddisk.png +share/icons/matefaenza/devices/32/gtkpod.png +share/icons/matefaenza/devices/32/harddrive.png +share/icons/matefaenza/devices/32/hdd_unmount.png +share/icons/matefaenza/devices/32/i-network-printer.png +share/icons/matefaenza/devices/32/input-gaming.png +share/icons/matefaenza/devices/32/input-keyboard.png +share/icons/matefaenza/devices/32/input-mouse.png +share/icons/matefaenza/devices/32/input-tablet.png +share/icons/matefaenza/devices/32/ipod_mount.png +share/icons/matefaenza/devices/32/joystick.png +share/icons/matefaenza/devices/32/keyboard.png +share/icons/matefaenza/devices/32/kjobviewer.png +share/icons/matefaenza/devices/32/kxkb.png +share/icons/matefaenza/devices/32/media-cdr.png +share/icons/matefaenza/devices/32/media-cdrom-audio.png +share/icons/matefaenza/devices/32/media-cdrom.png +share/icons/matefaenza/devices/32/media-cdrw.png +share/icons/matefaenza/devices/32/media-dvd.png +share/icons/matefaenza/devices/32/media-dvdrw.png +share/icons/matefaenza/devices/32/media-floppy.png +share/icons/matefaenza/devices/32/media-optical-audio.png +share/icons/matefaenza/devices/32/media-optical-cd-r.png +share/icons/matefaenza/devices/32/media-optical-cd-rw.png +share/icons/matefaenza/devices/32/media-optical-cd.png +share/icons/matefaenza/devices/32/media-optical-cdr.png +share/icons/matefaenza/devices/32/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/32/media-optical-dvd-r.png +share/icons/matefaenza/devices/32/media-optical-dvd-ram.png +share/icons/matefaenza/devices/32/media-optical-dvd-rom.png +share/icons/matefaenza/devices/32/media-optical-dvd-rw.png +share/icons/matefaenza/devices/32/media-optical-dvd.png +share/icons/matefaenza/devices/32/media-optical.png +share/icons/matefaenza/devices/32/media-removable.png +share/icons/matefaenza/devices/32/monitor.png +share/icons/matefaenza/devices/32/mouse.png +share/icons/matefaenza/devices/32/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/32/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/32/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/32/multimedia-player-ipod.png +share/icons/matefaenza/devices/32/multimedia-player.png +share/icons/matefaenza/devices/32/music-player.png +share/icons/matefaenza/devices/32/network-vpn.png +share/icons/matefaenza/devices/32/network-wired-disconnected.png +share/icons/matefaenza/devices/32/network-wired.png +share/icons/matefaenza/devices/32/network-wireless.png +share/icons/matefaenza/devices/32/network_fs.png +share/icons/matefaenza/devices/32/nfs.png +share/icons/matefaenza/devices/32/pda.png +share/icons/matefaenza/devices/32/printer-remote.png +share/icons/matefaenza/devices/32/printer.png +share/icons/matefaenza/devices/32/printer1.png +share/icons/matefaenza/devices/32/printmgr.png +share/icons/matefaenza/devices/32/samba.png +share/icons/matefaenza/devices/32/scanner.png +share/icons/matefaenza/devices/32/stock_music-library.png +share/icons/matefaenza/devices/32/stock_printers.png +share/icons/matefaenza/devices/32/system-floppy.png +share/icons/matefaenza/devices/32/system.png +share/icons/matefaenza/devices/32/usbpendrive_unmount.png +share/icons/matefaenza/devices/32/video-display.png +share/icons/matefaenza/devices/32/xfce-mount.png +share/icons/matefaenza/devices/32/xfce-printer.png +share/icons/matefaenza/devices/32/xfce4-display.png +share/icons/matefaenza/devices/32/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/32/xfce4-mouse.png +share/icons/matefaenza/devices/32/yast_HD.png +share/icons/matefaenza/devices/32/yast_idetude.png +share/icons/matefaenza/devices/32/yast_joystick.png +share/icons/matefaenza/devices/32/yast_mouse.png +share/icons/matefaenza/devices/32/yast_printer.png +share/icons/matefaenza/devices/32/yast_soundcard.png +share/icons/matefaenza/devices/48/audio-card.png +share/icons/matefaenza/devices/48/battery-good-charging.png +share/icons/matefaenza/devices/48/battery.png +share/icons/matefaenza/devices/48/block-device.png +share/icons/matefaenza/devices/48/camera-photo.png +share/icons/matefaenza/devices/48/camera-web.png +share/icons/matefaenza/devices/48/camera.png +share/icons/matefaenza/devices/48/camera_unmount.png +share/icons/matefaenza/devices/48/cdrom_unmount.png +share/icons/matefaenza/devices/48/cdwriter_unmount.png +share/icons/matefaenza/devices/48/chardevice.png +share/icons/matefaenza/devices/48/computer.png +share/icons/matefaenza/devices/48/cupsprinter.png +share/icons/matefaenza/devices/48/display.png +share/icons/matefaenza/devices/48/drive-cdrom.png +share/icons/matefaenza/devices/48/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/48/drive-harddisk-scsi.png +share/icons/matefaenza/devices/48/drive-harddisk-system.png +share/icons/matefaenza/devices/48/drive-harddisk-usb.png +share/icons/matefaenza/devices/48/drive-harddisk.png +share/icons/matefaenza/devices/48/drive-optical.png +share/icons/matefaenza/devices/48/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/48/drive-removable-media-scsi.png +share/icons/matefaenza/devices/48/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/48/drive-removable-media-usb.png +share/icons/matefaenza/devices/48/drive-removable-media.png +share/icons/matefaenza/devices/48/dvd_unmount.png +share/icons/matefaenza/devices/48/gnome-cd.png +share/icons/matefaenza/devices/48/gnome-computer.png +share/icons/matefaenza/devices/48/gnome-dev-battery.png +share/icons/matefaenza/devices/48/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/48/gnome-dev-cdrom.png +share/icons/matefaenza/devices/48/gnome-dev-computer.png +share/icons/matefaenza/devices/48/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/48/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/48/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/48/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/48/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/48/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/48/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/48/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/48/gnome-dev-dvd.png +share/icons/matefaenza/devices/48/gnome-dev-ethernet.png +share/icons/matefaenza/devices/48/gnome-dev-floppy.png +share/icons/matefaenza/devices/48/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/48/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/48/gnome-dev-harddisk.png +share/icons/matefaenza/devices/48/gnome-dev-ipod.png +share/icons/matefaenza/devices/48/gnome-dev-keyboard.png +share/icons/matefaenza/devices/48/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/48/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/48/gnome-dev-network.png +share/icons/matefaenza/devices/48/gnome-dev-printer-network.png +share/icons/matefaenza/devices/48/gnome-dev-printer-new.png +share/icons/matefaenza/devices/48/gnome-dev-printer.png +share/icons/matefaenza/devices/48/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/48/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/48/gnome-dev-removable.png +share/icons/matefaenza/devices/48/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/48/gnome-dev-wavelan.png +share/icons/matefaenza/devices/48/gnome-fs-client.png +share/icons/matefaenza/devices/48/gtk-cdrom.png +share/icons/matefaenza/devices/48/gtk-floppy.png +share/icons/matefaenza/devices/48/gtk-harddisk.png +share/icons/matefaenza/devices/48/gtkpod.png +share/icons/matefaenza/devices/48/harddrive.png +share/icons/matefaenza/devices/48/hdd_unmount.png +share/icons/matefaenza/devices/48/i-network-printer.png +share/icons/matefaenza/devices/48/input-gaming.png +share/icons/matefaenza/devices/48/input-keyboard.png +share/icons/matefaenza/devices/48/input-mouse.png +share/icons/matefaenza/devices/48/input-tablet.png +share/icons/matefaenza/devices/48/ipod_mount.png +share/icons/matefaenza/devices/48/joystick.png +share/icons/matefaenza/devices/48/keyboard.png +share/icons/matefaenza/devices/48/kjobviewer.png +share/icons/matefaenza/devices/48/kxkb.png +share/icons/matefaenza/devices/48/media-cdr.png +share/icons/matefaenza/devices/48/media-cdrom-audio.png +share/icons/matefaenza/devices/48/media-cdrom.png +share/icons/matefaenza/devices/48/media-cdrw.png +share/icons/matefaenza/devices/48/media-dvd.png +share/icons/matefaenza/devices/48/media-dvdrw.png +share/icons/matefaenza/devices/48/media-floppy.png +share/icons/matefaenza/devices/48/media-optical-audio.png +share/icons/matefaenza/devices/48/media-optical-cd-r.png +share/icons/matefaenza/devices/48/media-optical-cd-rw.png +share/icons/matefaenza/devices/48/media-optical-cd.png +share/icons/matefaenza/devices/48/media-optical-cdr.png +share/icons/matefaenza/devices/48/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/48/media-optical-dvd-r.png +share/icons/matefaenza/devices/48/media-optical-dvd-ram.png +share/icons/matefaenza/devices/48/media-optical-dvd-rom.png +share/icons/matefaenza/devices/48/media-optical-dvd-rw.png +share/icons/matefaenza/devices/48/media-optical-dvd.png +share/icons/matefaenza/devices/48/media-optical.png +share/icons/matefaenza/devices/48/media-removable.png +share/icons/matefaenza/devices/48/monitor.png +share/icons/matefaenza/devices/48/mouse.png +share/icons/matefaenza/devices/48/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/48/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/48/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/48/multimedia-player-ipod.png +share/icons/matefaenza/devices/48/multimedia-player.png +share/icons/matefaenza/devices/48/music-player.png +share/icons/matefaenza/devices/48/network-vpn.png +share/icons/matefaenza/devices/48/network-wired-disconnected.png +share/icons/matefaenza/devices/48/network-wired.png +share/icons/matefaenza/devices/48/network-wireless.png +share/icons/matefaenza/devices/48/network_fs.png +share/icons/matefaenza/devices/48/nfs.png +share/icons/matefaenza/devices/48/pda.png +share/icons/matefaenza/devices/48/printer-remote.png +share/icons/matefaenza/devices/48/printer.png +share/icons/matefaenza/devices/48/printer1.png +share/icons/matefaenza/devices/48/printmgr.png +share/icons/matefaenza/devices/48/samba.png +share/icons/matefaenza/devices/48/scanner.png +share/icons/matefaenza/devices/48/stock_music-library.png +share/icons/matefaenza/devices/48/stock_printers.png +share/icons/matefaenza/devices/48/system-floppy.png +share/icons/matefaenza/devices/48/system.png +share/icons/matefaenza/devices/48/usbpendrive_unmount.png +share/icons/matefaenza/devices/48/video-display.png +share/icons/matefaenza/devices/48/xfce-mount.png +share/icons/matefaenza/devices/48/xfce-printer.png +share/icons/matefaenza/devices/48/xfce4-display.png +share/icons/matefaenza/devices/48/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/48/xfce4-mouse.png +share/icons/matefaenza/devices/48/yast_HD.png +share/icons/matefaenza/devices/48/yast_idetude.png +share/icons/matefaenza/devices/48/yast_joystick.png +share/icons/matefaenza/devices/48/yast_mouse.png +share/icons/matefaenza/devices/48/yast_printer.png +share/icons/matefaenza/devices/48/yast_soundcard.png +share/icons/matefaenza/devices/64/audio-card.png +share/icons/matefaenza/devices/64/battery-good-charging.png +share/icons/matefaenza/devices/64/battery.png +share/icons/matefaenza/devices/64/block-device.png +share/icons/matefaenza/devices/64/camera-photo.png +share/icons/matefaenza/devices/64/camera-web.png +share/icons/matefaenza/devices/64/camera.png +share/icons/matefaenza/devices/64/camera_unmount.png +share/icons/matefaenza/devices/64/cdrom_unmount.png +share/icons/matefaenza/devices/64/cdwriter_unmount.png +share/icons/matefaenza/devices/64/chardevice.png +share/icons/matefaenza/devices/64/computer.png +share/icons/matefaenza/devices/64/cupsprinter.png +share/icons/matefaenza/devices/64/display.png +share/icons/matefaenza/devices/64/drive-cdrom.png +share/icons/matefaenza/devices/64/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/64/drive-harddisk-scsi.png +share/icons/matefaenza/devices/64/drive-harddisk-system.png +share/icons/matefaenza/devices/64/drive-harddisk-usb.png +share/icons/matefaenza/devices/64/drive-harddisk.png +share/icons/matefaenza/devices/64/drive-optical.png +share/icons/matefaenza/devices/64/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/64/drive-removable-media-scsi.png +share/icons/matefaenza/devices/64/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/64/drive-removable-media-usb.png +share/icons/matefaenza/devices/64/drive-removable-media.png +share/icons/matefaenza/devices/64/dvd_unmount.png +share/icons/matefaenza/devices/64/gnome-cd.png +share/icons/matefaenza/devices/64/gnome-computer.png +share/icons/matefaenza/devices/64/gnome-dev-battery.png +share/icons/matefaenza/devices/64/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/64/gnome-dev-cdrom.png +share/icons/matefaenza/devices/64/gnome-dev-computer.png +share/icons/matefaenza/devices/64/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/64/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/64/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/64/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/64/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/64/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/64/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/64/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/64/gnome-dev-dvd.png +share/icons/matefaenza/devices/64/gnome-dev-ethernet.png +share/icons/matefaenza/devices/64/gnome-dev-floppy.png +share/icons/matefaenza/devices/64/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/64/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/64/gnome-dev-harddisk.png +share/icons/matefaenza/devices/64/gnome-dev-ipod.png +share/icons/matefaenza/devices/64/gnome-dev-keyboard.png +share/icons/matefaenza/devices/64/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/64/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/64/gnome-dev-network.png +share/icons/matefaenza/devices/64/gnome-dev-printer-network.png +share/icons/matefaenza/devices/64/gnome-dev-printer-new.png +share/icons/matefaenza/devices/64/gnome-dev-printer.png +share/icons/matefaenza/devices/64/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/64/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/64/gnome-dev-removable.png +share/icons/matefaenza/devices/64/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/64/gnome-dev-wavelan.png +share/icons/matefaenza/devices/64/gnome-fs-client.png +share/icons/matefaenza/devices/64/gtk-cdrom.png +share/icons/matefaenza/devices/64/gtk-floppy.png +share/icons/matefaenza/devices/64/gtk-harddisk.png +share/icons/matefaenza/devices/64/gtkpod.png +share/icons/matefaenza/devices/64/harddrive.png +share/icons/matefaenza/devices/64/hdd_unmount.png +share/icons/matefaenza/devices/64/i-network-printer.png +share/icons/matefaenza/devices/64/input-gaming.png +share/icons/matefaenza/devices/64/input-keyboard.png +share/icons/matefaenza/devices/64/input-mouse.png +share/icons/matefaenza/devices/64/input-tablet.png +share/icons/matefaenza/devices/64/ipod_mount.png +share/icons/matefaenza/devices/64/joystick.png +share/icons/matefaenza/devices/64/keyboard.png +share/icons/matefaenza/devices/64/kjobviewer.png +share/icons/matefaenza/devices/64/kxkb.png +share/icons/matefaenza/devices/64/media-cdr.png +share/icons/matefaenza/devices/64/media-cdrom-audio.png +share/icons/matefaenza/devices/64/media-cdrom.png +share/icons/matefaenza/devices/64/media-cdrw.png +share/icons/matefaenza/devices/64/media-dvd.png +share/icons/matefaenza/devices/64/media-dvdrw.png +share/icons/matefaenza/devices/64/media-floppy.png +share/icons/matefaenza/devices/64/media-optical-audio.png +share/icons/matefaenza/devices/64/media-optical-cd-r.png +share/icons/matefaenza/devices/64/media-optical-cd-rw.png +share/icons/matefaenza/devices/64/media-optical-cd.png +share/icons/matefaenza/devices/64/media-optical-cdr.png +share/icons/matefaenza/devices/64/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/64/media-optical-dvd-r.png +share/icons/matefaenza/devices/64/media-optical-dvd-ram.png +share/icons/matefaenza/devices/64/media-optical-dvd-rom.png +share/icons/matefaenza/devices/64/media-optical-dvd-rw.png +share/icons/matefaenza/devices/64/media-optical-dvd.png +share/icons/matefaenza/devices/64/media-optical.png +share/icons/matefaenza/devices/64/media-removable.png +share/icons/matefaenza/devices/64/monitor.png +share/icons/matefaenza/devices/64/mouse.png +share/icons/matefaenza/devices/64/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/64/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/64/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/64/multimedia-player-ipod.png +share/icons/matefaenza/devices/64/multimedia-player.png +share/icons/matefaenza/devices/64/music-player.png +share/icons/matefaenza/devices/64/network-vpn.png +share/icons/matefaenza/devices/64/network-wired-disconnected.png +share/icons/matefaenza/devices/64/network-wired.png +share/icons/matefaenza/devices/64/network-wireless.png +share/icons/matefaenza/devices/64/network_fs.png +share/icons/matefaenza/devices/64/nfs.png +share/icons/matefaenza/devices/64/pda.png +share/icons/matefaenza/devices/64/printer-remote.png +share/icons/matefaenza/devices/64/printer.png +share/icons/matefaenza/devices/64/printer1.png +share/icons/matefaenza/devices/64/printmgr.png +share/icons/matefaenza/devices/64/samba.png +share/icons/matefaenza/devices/64/scanner.png +share/icons/matefaenza/devices/64/stock_music-library.png +share/icons/matefaenza/devices/64/stock_printers.png +share/icons/matefaenza/devices/64/system-floppy.png +share/icons/matefaenza/devices/64/system.png +share/icons/matefaenza/devices/64/usbpendrive_unmount.png +share/icons/matefaenza/devices/64/video-display.png +share/icons/matefaenza/devices/64/xfce-mount.png +share/icons/matefaenza/devices/64/xfce-printer.png +share/icons/matefaenza/devices/64/xfce4-display.png +share/icons/matefaenza/devices/64/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/64/xfce4-mouse.png +share/icons/matefaenza/devices/64/yast_HD.png +share/icons/matefaenza/devices/64/yast_idetude.png +share/icons/matefaenza/devices/64/yast_joystick.png +share/icons/matefaenza/devices/64/yast_mouse.png +share/icons/matefaenza/devices/64/yast_printer.png +share/icons/matefaenza/devices/64/yast_soundcard.png +share/icons/matefaenza/devices/96/audio-card.png +share/icons/matefaenza/devices/96/battery-good-charging.png +share/icons/matefaenza/devices/96/battery.png +share/icons/matefaenza/devices/96/block-device.png +share/icons/matefaenza/devices/96/camera-photo.png +share/icons/matefaenza/devices/96/camera-web.png +share/icons/matefaenza/devices/96/camera.png +share/icons/matefaenza/devices/96/camera_unmount.png +share/icons/matefaenza/devices/96/cdrom_unmount.png +share/icons/matefaenza/devices/96/cdwriter_unmount.png +share/icons/matefaenza/devices/96/chardevice.png +share/icons/matefaenza/devices/96/computer.png +share/icons/matefaenza/devices/96/cupsprinter.png +share/icons/matefaenza/devices/96/display.png +share/icons/matefaenza/devices/96/drive-cdrom.png +share/icons/matefaenza/devices/96/drive-harddisk-ieee1394.png +share/icons/matefaenza/devices/96/drive-harddisk-scsi.png +share/icons/matefaenza/devices/96/drive-harddisk-system.png +share/icons/matefaenza/devices/96/drive-harddisk-usb.png +share/icons/matefaenza/devices/96/drive-harddisk.png +share/icons/matefaenza/devices/96/drive-optical.png +share/icons/matefaenza/devices/96/drive-removable-media-ieee1394.png +share/icons/matefaenza/devices/96/drive-removable-media-scsi.png +share/icons/matefaenza/devices/96/drive-removable-media-usb-pendrive.png +share/icons/matefaenza/devices/96/drive-removable-media-usb.png +share/icons/matefaenza/devices/96/drive-removable-media.png +share/icons/matefaenza/devices/96/dvd_unmount.png +share/icons/matefaenza/devices/96/gnome-cd.png +share/icons/matefaenza/devices/96/gnome-computer.png +share/icons/matefaenza/devices/96/gnome-dev-battery.png +share/icons/matefaenza/devices/96/gnome-dev-cdrom-audio.png +share/icons/matefaenza/devices/96/gnome-dev-cdrom.png +share/icons/matefaenza/devices/96/gnome-dev-computer.png +share/icons/matefaenza/devices/96/gnome-dev-disc-audio.png +share/icons/matefaenza/devices/96/gnome-dev-disc-cdr.png +share/icons/matefaenza/devices/96/gnome-dev-disc-cdrom.png +share/icons/matefaenza/devices/96/gnome-dev-disc-cdrw.png +share/icons/matefaenza/devices/96/gnome-dev-disc-dvdram.png +share/icons/matefaenza/devices/96/gnome-dev-disc-dvdrom.png +share/icons/matefaenza/devices/96/gnome-dev-disc-dvdrw.png +share/icons/matefaenza/devices/96/gnome-dev-dvd-alt.png +share/icons/matefaenza/devices/96/gnome-dev-dvd.png +share/icons/matefaenza/devices/96/gnome-dev-ethernet.png +share/icons/matefaenza/devices/96/gnome-dev-floppy.png +share/icons/matefaenza/devices/96/gnome-dev-harddisk-1394.png +share/icons/matefaenza/devices/96/gnome-dev-harddisk-usb.png +share/icons/matefaenza/devices/96/gnome-dev-harddisk.png +share/icons/matefaenza/devices/96/gnome-dev-ipod.png +share/icons/matefaenza/devices/96/gnome-dev-keyboard.png +share/icons/matefaenza/devices/96/gnome-dev-mouse-ball.png +share/icons/matefaenza/devices/96/gnome-dev-mouse-optical.png +share/icons/matefaenza/devices/96/gnome-dev-network.png +share/icons/matefaenza/devices/96/gnome-dev-printer-network.png +share/icons/matefaenza/devices/96/gnome-dev-printer-new.png +share/icons/matefaenza/devices/96/gnome-dev-printer.png +share/icons/matefaenza/devices/96/gnome-dev-removable-1394.png +share/icons/matefaenza/devices/96/gnome-dev-removable-usb.png +share/icons/matefaenza/devices/96/gnome-dev-removable.png +share/icons/matefaenza/devices/96/gnome-dev-unknown-1394.png +share/icons/matefaenza/devices/96/gnome-dev-wavelan.png +share/icons/matefaenza/devices/96/gnome-fs-client.png +share/icons/matefaenza/devices/96/gtk-cdrom.png +share/icons/matefaenza/devices/96/gtk-floppy.png +share/icons/matefaenza/devices/96/gtk-harddisk.png +share/icons/matefaenza/devices/96/gtkpod.png +share/icons/matefaenza/devices/96/harddrive.png +share/icons/matefaenza/devices/96/hdd_unmount.png +share/icons/matefaenza/devices/96/i-network-printer.png +share/icons/matefaenza/devices/96/input-gaming.png +share/icons/matefaenza/devices/96/input-keyboard.png +share/icons/matefaenza/devices/96/input-mouse.png +share/icons/matefaenza/devices/96/input-tablet.png +share/icons/matefaenza/devices/96/ipod_mount.png +share/icons/matefaenza/devices/96/joystick.png +share/icons/matefaenza/devices/96/keyboard.png +share/icons/matefaenza/devices/96/kjobviewer.png +share/icons/matefaenza/devices/96/kxkb.png +share/icons/matefaenza/devices/96/media-cdr.png +share/icons/matefaenza/devices/96/media-cdrom-audio.png +share/icons/matefaenza/devices/96/media-cdrom.png +share/icons/matefaenza/devices/96/media-cdrw.png +share/icons/matefaenza/devices/96/media-dvd.png +share/icons/matefaenza/devices/96/media-dvdrw.png +share/icons/matefaenza/devices/96/media-floppy.png +share/icons/matefaenza/devices/96/media-optical-audio.png +share/icons/matefaenza/devices/96/media-optical-cd-r.png +share/icons/matefaenza/devices/96/media-optical-cd-rw.png +share/icons/matefaenza/devices/96/media-optical-cd.png +share/icons/matefaenza/devices/96/media-optical-cdr.png +share/icons/matefaenza/devices/96/media-optical-dvd-r-plus.png +share/icons/matefaenza/devices/96/media-optical-dvd-r.png +share/icons/matefaenza/devices/96/media-optical-dvd-ram.png +share/icons/matefaenza/devices/96/media-optical-dvd-rom.png +share/icons/matefaenza/devices/96/media-optical-dvd-rw.png +share/icons/matefaenza/devices/96/media-optical-dvd.png +share/icons/matefaenza/devices/96/media-optical.png +share/icons/matefaenza/devices/96/media-removable.png +share/icons/matefaenza/devices/96/monitor.png +share/icons/matefaenza/devices/96/mouse.png +share/icons/matefaenza/devices/96/multimedia-player-apple-ipod-touch.png +share/icons/matefaenza/devices/96/multimedia-player-apple-ipod.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-blue.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-green.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-grey.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-orange.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-pink.png +share/icons/matefaenza/devices/96/multimedia-player-ipod-touch.png +share/icons/matefaenza/devices/96/multimedia-player-ipod.png +share/icons/matefaenza/devices/96/multimedia-player.png +share/icons/matefaenza/devices/96/music-player.png +share/icons/matefaenza/devices/96/network-vpn.png +share/icons/matefaenza/devices/96/network-wired-disconnected.png +share/icons/matefaenza/devices/96/network-wired.png +share/icons/matefaenza/devices/96/network-wireless.png +share/icons/matefaenza/devices/96/network_fs.png +share/icons/matefaenza/devices/96/nfs.png +share/icons/matefaenza/devices/96/pda.png +share/icons/matefaenza/devices/96/printer-remote.png +share/icons/matefaenza/devices/96/printer.png +share/icons/matefaenza/devices/96/printer1.png +share/icons/matefaenza/devices/96/printmgr.png +share/icons/matefaenza/devices/96/samba.png +share/icons/matefaenza/devices/96/scanner.png +share/icons/matefaenza/devices/96/stock_music-library.png +share/icons/matefaenza/devices/96/stock_printers.png +share/icons/matefaenza/devices/96/system-floppy.png +share/icons/matefaenza/devices/96/system.png +share/icons/matefaenza/devices/96/usbpendrive_unmount.png +share/icons/matefaenza/devices/96/video-display.png +share/icons/matefaenza/devices/96/xfce-mount.png +share/icons/matefaenza/devices/96/xfce-printer.png +share/icons/matefaenza/devices/96/xfce4-display.png +share/icons/matefaenza/devices/96/xfce4-keyboard.svg.png +share/icons/matefaenza/devices/96/xfce4-mouse.png +share/icons/matefaenza/devices/96/yast_HD.png +share/icons/matefaenza/devices/96/yast_idetude.png +share/icons/matefaenza/devices/96/yast_joystick.png +share/icons/matefaenza/devices/96/yast_mouse.png +share/icons/matefaenza/devices/96/yast_printer.png +share/icons/matefaenza/devices/96/yast_soundcard.png +share/icons/matefaenza/devices/scalable/audio-card.svg +share/icons/matefaenza/devices/scalable/audio-input-microphone-symbolic.svg +share/icons/matefaenza/devices/scalable/battery-good-charging.svg +share/icons/matefaenza/devices/scalable/battery.svg +share/icons/matefaenza/devices/scalable/block-device.svg +share/icons/matefaenza/devices/scalable/camera-photo-symbolic.svg +share/icons/matefaenza/devices/scalable/camera-photo.svg +share/icons/matefaenza/devices/scalable/camera-web-symbolic.svg +share/icons/matefaenza/devices/scalable/camera-web.svg +share/icons/matefaenza/devices/scalable/camera.svg +share/icons/matefaenza/devices/scalable/camera_unmount.svg +share/icons/matefaenza/devices/scalable/cdrom_unmount.svg +share/icons/matefaenza/devices/scalable/cdwriter_unmount.svg +share/icons/matefaenza/devices/scalable/chardevice.svg +share/icons/matefaenza/devices/scalable/computer-symbolic.svg +share/icons/matefaenza/devices/scalable/computer.svg +share/icons/matefaenza/devices/scalable/cupsprinter.svg +share/icons/matefaenza/devices/scalable/display.svg +share/icons/matefaenza/devices/scalable/drive-cdrom.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-ieee1394.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-scsi.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-symbolic.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-system.svg +share/icons/matefaenza/devices/scalable/drive-harddisk-usb.svg +share/icons/matefaenza/devices/scalable/drive-harddisk.svg +share/icons/matefaenza/devices/scalable/drive-optical.svg +share/icons/matefaenza/devices/scalable/drive-removable-media-ieee1394.svg +share/icons/matefaenza/devices/scalable/drive-removable-media-scsi.svg +share/icons/matefaenza/devices/scalable/drive-removable-media-usb-pendrive.svg +share/icons/matefaenza/devices/scalable/drive-removable-media-usb.svg +share/icons/matefaenza/devices/scalable/drive-removable-media.svg +share/icons/matefaenza/devices/scalable/dvd_unmount.svg +share/icons/matefaenza/devices/scalable/gnome-cd.svg +share/icons/matefaenza/devices/scalable/gnome-computer.svg +share/icons/matefaenza/devices/scalable/gnome-dev-battery.svg +share/icons/matefaenza/devices/scalable/gnome-dev-cdrom-audio.svg +share/icons/matefaenza/devices/scalable/gnome-dev-cdrom.svg +share/icons/matefaenza/devices/scalable/gnome-dev-computer.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-audio.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-cdr.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-cdrom.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-cdrw.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-dvdram.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-dvdrom.svg +share/icons/matefaenza/devices/scalable/gnome-dev-disc-dvdrw.svg +share/icons/matefaenza/devices/scalable/gnome-dev-dvd-alt.svg +share/icons/matefaenza/devices/scalable/gnome-dev-dvd.svg +share/icons/matefaenza/devices/scalable/gnome-dev-ethernet.svg +share/icons/matefaenza/devices/scalable/gnome-dev-floppy.svg +share/icons/matefaenza/devices/scalable/gnome-dev-harddisk-1394.svg +share/icons/matefaenza/devices/scalable/gnome-dev-harddisk-usb.svg +share/icons/matefaenza/devices/scalable/gnome-dev-harddisk.svg +share/icons/matefaenza/devices/scalable/gnome-dev-ipod.svg +share/icons/matefaenza/devices/scalable/gnome-dev-keyboard.svg +share/icons/matefaenza/devices/scalable/gnome-dev-mouse-ball.svg +share/icons/matefaenza/devices/scalable/gnome-dev-mouse-optical.svg +share/icons/matefaenza/devices/scalable/gnome-dev-network.svg +share/icons/matefaenza/devices/scalable/gnome-dev-printer-network.svg +share/icons/matefaenza/devices/scalable/gnome-dev-printer-new.svg +share/icons/matefaenza/devices/scalable/gnome-dev-printer.svg +share/icons/matefaenza/devices/scalable/gnome-dev-removable-1394.svg +share/icons/matefaenza/devices/scalable/gnome-dev-removable-usb.svg +share/icons/matefaenza/devices/scalable/gnome-dev-removable.svg +share/icons/matefaenza/devices/scalable/gnome-dev-unknown-1394.svg +share/icons/matefaenza/devices/scalable/gnome-dev-wavelan.svg +share/icons/matefaenza/devices/scalable/gnome-fs-client.svg +share/icons/matefaenza/devices/scalable/gtk-cdrom.svg +share/icons/matefaenza/devices/scalable/gtk-floppy.svg +share/icons/matefaenza/devices/scalable/gtk-harddisk.svg +share/icons/matefaenza/devices/scalable/gtkpod.svg +share/icons/matefaenza/devices/scalable/harddrive.svg +share/icons/matefaenza/devices/scalable/hdd_unmount.svg +share/icons/matefaenza/devices/scalable/i-network-printer.svg +share/icons/matefaenza/devices/scalable/input-gaming.svg +share/icons/matefaenza/devices/scalable/input-keyboard-symbolic.svg +share/icons/matefaenza/devices/scalable/input-keyboard.svg +share/icons/matefaenza/devices/scalable/input-mouse.svg +share/icons/matefaenza/devices/scalable/input-tablet.svg +share/icons/matefaenza/devices/scalable/ipod_mount.svg +share/icons/matefaenza/devices/scalable/joystick.svg +share/icons/matefaenza/devices/scalable/keyboard.svg +share/icons/matefaenza/devices/scalable/kjobviewer.svg +share/icons/matefaenza/devices/scalable/kxkb.svg +share/icons/matefaenza/devices/scalable/media-cdr.svg +share/icons/matefaenza/devices/scalable/media-cdrom-audio.svg +share/icons/matefaenza/devices/scalable/media-cdrom.svg +share/icons/matefaenza/devices/scalable/media-cdrw.svg +share/icons/matefaenza/devices/scalable/media-dvd.svg +share/icons/matefaenza/devices/scalable/media-dvdrw.svg +share/icons/matefaenza/devices/scalable/media-floppy.svg +share/icons/matefaenza/devices/scalable/media-optical-audio.svg +share/icons/matefaenza/devices/scalable/media-optical-cd-r.svg +share/icons/matefaenza/devices/scalable/media-optical-cd-rw.svg +share/icons/matefaenza/devices/scalable/media-optical-cd.svg +share/icons/matefaenza/devices/scalable/media-optical-cdr.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-r-plus.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-r.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-ram.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-rom.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd-rw.svg +share/icons/matefaenza/devices/scalable/media-optical-dvd.svg +share/icons/matefaenza/devices/scalable/media-optical-symbolic.svg +share/icons/matefaenza/devices/scalable/media-optical.svg +share/icons/matefaenza/devices/scalable/media-removable.svg +share/icons/matefaenza/devices/scalable/monitor.svg +share/icons/matefaenza/devices/scalable/mouse.svg +share/icons/matefaenza/devices/scalable/multimedia-player-apple-ipod-touch.svg +share/icons/matefaenza/devices/scalable/multimedia-player-apple-ipod.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-blue.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-green.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-grey.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-orange.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-pink.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod-touch.svg +share/icons/matefaenza/devices/scalable/multimedia-player-ipod.svg +share/icons/matefaenza/devices/scalable/multimedia-player.svg +share/icons/matefaenza/devices/scalable/music-player.svg +share/icons/matefaenza/devices/scalable/network-vpn.svg +share/icons/matefaenza/devices/scalable/network-wired-disconnected.svg +share/icons/matefaenza/devices/scalable/network-wired.svg +share/icons/matefaenza/devices/scalable/network-wireless.svg +share/icons/matefaenza/devices/scalable/network_fs.svg +share/icons/matefaenza/devices/scalable/nfs.svg +share/icons/matefaenza/devices/scalable/pda.svg +share/icons/matefaenza/devices/scalable/phone-symbolic.svg +share/icons/matefaenza/devices/scalable/printer-remote.svg +share/icons/matefaenza/devices/scalable/printer-symbolic.svg +share/icons/matefaenza/devices/scalable/printer.svg +share/icons/matefaenza/devices/scalable/printer1.svg +share/icons/matefaenza/devices/scalable/printmgr.svg +share/icons/matefaenza/devices/scalable/samba.svg +share/icons/matefaenza/devices/scalable/scanner.svg +share/icons/matefaenza/devices/scalable/stock_music-library.svg +share/icons/matefaenza/devices/scalable/stock_printers.svg +share/icons/matefaenza/devices/scalable/system-floppy.svg +share/icons/matefaenza/devices/scalable/system.svg +share/icons/matefaenza/devices/scalable/usbpendrive_unmount.svg +share/icons/matefaenza/devices/scalable/video-display-symbolic.svg +share/icons/matefaenza/devices/scalable/video-display.svg +share/icons/matefaenza/devices/scalable/xfce-mount.svg +share/icons/matefaenza/devices/scalable/xfce-printer.svg +share/icons/matefaenza/devices/scalable/xfce4-display.svg +share/icons/matefaenza/devices/scalable/xfce4-keyboard.svg.svg +share/icons/matefaenza/devices/scalable/xfce4-mouse.svg +share/icons/matefaenza/devices/scalable/yast_HD.svg +share/icons/matefaenza/devices/scalable/yast_idetude.svg +share/icons/matefaenza/devices/scalable/yast_joystick.svg +share/icons/matefaenza/devices/scalable/yast_mouse.svg +share/icons/matefaenza/devices/scalable/yast_printer.svg +share/icons/matefaenza/devices/scalable/yast_soundcard.svg +share/icons/matefaenza/emblems/16/emblem-OK.icon +share/icons/matefaenza/emblems/16/emblem-art.icon +share/icons/matefaenza/emblems/16/emblem-art.png +share/icons/matefaenza/emblems/16/emblem-camera.icon +share/icons/matefaenza/emblems/16/emblem-camera.png +share/icons/matefaenza/emblems/16/emblem-cool.icon +share/icons/matefaenza/emblems/16/emblem-danger.icon +share/icons/matefaenza/emblems/16/emblem-danger.png +share/icons/matefaenza/emblems/16/emblem-default.icon +share/icons/matefaenza/emblems/16/emblem-default.png +share/icons/matefaenza/emblems/16/emblem-desktop.icon +share/icons/matefaenza/emblems/16/emblem-desktop.png +share/icons/matefaenza/emblems/16/emblem-development.icon +share/icons/matefaenza/emblems/16/emblem-development.png +share/icons/matefaenza/emblems/16/emblem-documents.icon +share/icons/matefaenza/emblems/16/emblem-documents.png +share/icons/matefaenza/emblems/16/emblem-downloads.icon +share/icons/matefaenza/emblems/16/emblem-downloads.png +share/icons/matefaenza/emblems/16/emblem-draft.icon +share/icons/matefaenza/emblems/16/emblem-favorite.icon +share/icons/matefaenza/emblems/16/emblem-favorite.png +share/icons/matefaenza/emblems/16/emblem-generic.icon +share/icons/matefaenza/emblems/16/emblem-generic.png +share/icons/matefaenza/emblems/16/emblem-important.icon +share/icons/matefaenza/emblems/16/emblem-important.png +share/icons/matefaenza/emblems/16/emblem-mail.icon +share/icons/matefaenza/emblems/16/emblem-mail.png +share/icons/matefaenza/emblems/16/emblem-marketing.icon +share/icons/matefaenza/emblems/16/emblem-marketing.png +share/icons/matefaenza/emblems/16/emblem-money.icon +share/icons/matefaenza/emblems/16/emblem-money.png +share/icons/matefaenza/emblems/16/emblem-multimedia.icon +share/icons/matefaenza/emblems/16/emblem-multimedia.png +share/icons/matefaenza/emblems/16/emblem-new.icon +share/icons/matefaenza/emblems/16/emblem-new.png +share/icons/matefaenza/emblems/16/emblem-noread.icon +share/icons/matefaenza/emblems/16/emblem-noread.png +share/icons/matefaenza/emblems/16/emblem-nowrite.icon +share/icons/matefaenza/emblems/16/emblem-nowrite.png +share/icons/matefaenza/emblems/16/emblem-ohno.icon +share/icons/matefaenza/emblems/16/emblem-package.icon +share/icons/matefaenza/emblems/16/emblem-package.png +share/icons/matefaenza/emblems/16/emblem-people.icon +share/icons/matefaenza/emblems/16/emblem-people.png +share/icons/matefaenza/emblems/16/emblem-personal.icon +share/icons/matefaenza/emblems/16/emblem-personal.png +share/icons/matefaenza/emblems/16/emblem-photos.icon +share/icons/matefaenza/emblems/16/emblem-pictures.icon +share/icons/matefaenza/emblems/16/emblem-plan.icon +share/icons/matefaenza/emblems/16/emblem-presentation.icon +share/icons/matefaenza/emblems/16/emblem-presentation.png +share/icons/matefaenza/emblems/16/emblem-readonly.icon +share/icons/matefaenza/emblems/16/emblem-readonly.png +share/icons/matefaenza/emblems/16/emblem-sales.icon +share/icons/matefaenza/emblems/16/emblem-sales.png +share/icons/matefaenza/emblems/16/emblem-shared.icon +share/icons/matefaenza/emblems/16/emblem-shared.png +share/icons/matefaenza/emblems/16/emblem-sound.icon +share/icons/matefaenza/emblems/16/emblem-sound.png +share/icons/matefaenza/emblems/16/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/16/emblem-symbolic-link.png +share/icons/matefaenza/emblems/16/emblem-synchronizing.png +share/icons/matefaenza/emblems/16/emblem-system.icon +share/icons/matefaenza/emblems/16/emblem-system.png +share/icons/matefaenza/emblems/16/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/16/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/16/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/16/emblem-unreadable.icon +share/icons/matefaenza/emblems/16/emblem-unreadable.png +share/icons/matefaenza/emblems/16/emblem-urgent.icon +share/icons/matefaenza/emblems/16/emblem-urgent.png +share/icons/matefaenza/emblems/16/emblem-videos.icon +share/icons/matefaenza/emblems/16/emblem-videos.png +share/icons/matefaenza/emblems/16/emblem-web.icon +share/icons/matefaenza/emblems/16/emblem-web.png +share/icons/matefaenza/emblems/16/important.png +share/icons/matefaenza/emblems/22/emblem-OK.icon +share/icons/matefaenza/emblems/22/emblem-art.icon +share/icons/matefaenza/emblems/22/emblem-art.png +share/icons/matefaenza/emblems/22/emblem-camera.icon +share/icons/matefaenza/emblems/22/emblem-camera.png +share/icons/matefaenza/emblems/22/emblem-cool.icon +share/icons/matefaenza/emblems/22/emblem-danger.icon +share/icons/matefaenza/emblems/22/emblem-danger.png +share/icons/matefaenza/emblems/22/emblem-default.icon +share/icons/matefaenza/emblems/22/emblem-default.png +share/icons/matefaenza/emblems/22/emblem-desktop.icon +share/icons/matefaenza/emblems/22/emblem-desktop.png +share/icons/matefaenza/emblems/22/emblem-development.icon +share/icons/matefaenza/emblems/22/emblem-development.png +share/icons/matefaenza/emblems/22/emblem-documents.icon +share/icons/matefaenza/emblems/22/emblem-documents.png +share/icons/matefaenza/emblems/22/emblem-downloads.icon +share/icons/matefaenza/emblems/22/emblem-downloads.png +share/icons/matefaenza/emblems/22/emblem-draft.icon +share/icons/matefaenza/emblems/22/emblem-favorite.icon +share/icons/matefaenza/emblems/22/emblem-favorite.png +share/icons/matefaenza/emblems/22/emblem-generic.icon +share/icons/matefaenza/emblems/22/emblem-generic.png +share/icons/matefaenza/emblems/22/emblem-important.icon +share/icons/matefaenza/emblems/22/emblem-important.png +share/icons/matefaenza/emblems/22/emblem-mail.icon +share/icons/matefaenza/emblems/22/emblem-mail.png +share/icons/matefaenza/emblems/22/emblem-marketing.icon +share/icons/matefaenza/emblems/22/emblem-marketing.png +share/icons/matefaenza/emblems/22/emblem-money.icon +share/icons/matefaenza/emblems/22/emblem-money.png +share/icons/matefaenza/emblems/22/emblem-multimedia.icon +share/icons/matefaenza/emblems/22/emblem-multimedia.png +share/icons/matefaenza/emblems/22/emblem-new.icon +share/icons/matefaenza/emblems/22/emblem-new.png +share/icons/matefaenza/emblems/22/emblem-noread.icon +share/icons/matefaenza/emblems/22/emblem-noread.png +share/icons/matefaenza/emblems/22/emblem-nowrite.icon +share/icons/matefaenza/emblems/22/emblem-nowrite.png +share/icons/matefaenza/emblems/22/emblem-ohno.icon +share/icons/matefaenza/emblems/22/emblem-package.icon +share/icons/matefaenza/emblems/22/emblem-package.png +share/icons/matefaenza/emblems/22/emblem-people.icon +share/icons/matefaenza/emblems/22/emblem-people.png +share/icons/matefaenza/emblems/22/emblem-personal.icon +share/icons/matefaenza/emblems/22/emblem-personal.png +share/icons/matefaenza/emblems/22/emblem-photos.icon +share/icons/matefaenza/emblems/22/emblem-pictures.icon +share/icons/matefaenza/emblems/22/emblem-plan.icon +share/icons/matefaenza/emblems/22/emblem-presentation.icon +share/icons/matefaenza/emblems/22/emblem-presentation.png +share/icons/matefaenza/emblems/22/emblem-readonly.icon +share/icons/matefaenza/emblems/22/emblem-readonly.png +share/icons/matefaenza/emblems/22/emblem-sales.icon +share/icons/matefaenza/emblems/22/emblem-sales.png +share/icons/matefaenza/emblems/22/emblem-shared.icon +share/icons/matefaenza/emblems/22/emblem-shared.png +share/icons/matefaenza/emblems/22/emblem-sound.icon +share/icons/matefaenza/emblems/22/emblem-sound.png +share/icons/matefaenza/emblems/22/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/22/emblem-symbolic-link.png +share/icons/matefaenza/emblems/22/emblem-synchronizing.png +share/icons/matefaenza/emblems/22/emblem-system.icon +share/icons/matefaenza/emblems/22/emblem-system.png +share/icons/matefaenza/emblems/22/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/22/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/22/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/22/emblem-unreadable.icon +share/icons/matefaenza/emblems/22/emblem-unreadable.png +share/icons/matefaenza/emblems/22/emblem-urgent.icon +share/icons/matefaenza/emblems/22/emblem-urgent.png +share/icons/matefaenza/emblems/22/emblem-videos.icon +share/icons/matefaenza/emblems/22/emblem-videos.png +share/icons/matefaenza/emblems/22/emblem-web.icon +share/icons/matefaenza/emblems/22/emblem-web.png +share/icons/matefaenza/emblems/22/important.png +share/icons/matefaenza/emblems/24/emblem-OK.icon +share/icons/matefaenza/emblems/24/emblem-art.icon +share/icons/matefaenza/emblems/24/emblem-art.png +share/icons/matefaenza/emblems/24/emblem-camera.icon +share/icons/matefaenza/emblems/24/emblem-camera.png +share/icons/matefaenza/emblems/24/emblem-cool.icon +share/icons/matefaenza/emblems/24/emblem-danger.icon +share/icons/matefaenza/emblems/24/emblem-danger.png +share/icons/matefaenza/emblems/24/emblem-default.icon +share/icons/matefaenza/emblems/24/emblem-default.png +share/icons/matefaenza/emblems/24/emblem-desktop.icon +share/icons/matefaenza/emblems/24/emblem-desktop.png +share/icons/matefaenza/emblems/24/emblem-development.icon +share/icons/matefaenza/emblems/24/emblem-development.png +share/icons/matefaenza/emblems/24/emblem-documents.icon +share/icons/matefaenza/emblems/24/emblem-documents.png +share/icons/matefaenza/emblems/24/emblem-downloads.icon +share/icons/matefaenza/emblems/24/emblem-downloads.png +share/icons/matefaenza/emblems/24/emblem-draft.icon +share/icons/matefaenza/emblems/24/emblem-favorite.icon +share/icons/matefaenza/emblems/24/emblem-favorite.png +share/icons/matefaenza/emblems/24/emblem-generic.icon +share/icons/matefaenza/emblems/24/emblem-generic.png +share/icons/matefaenza/emblems/24/emblem-important.icon +share/icons/matefaenza/emblems/24/emblem-important.png +share/icons/matefaenza/emblems/24/emblem-mail.icon +share/icons/matefaenza/emblems/24/emblem-mail.png +share/icons/matefaenza/emblems/24/emblem-marketing.icon +share/icons/matefaenza/emblems/24/emblem-marketing.png +share/icons/matefaenza/emblems/24/emblem-money.icon +share/icons/matefaenza/emblems/24/emblem-money.png +share/icons/matefaenza/emblems/24/emblem-multimedia.icon +share/icons/matefaenza/emblems/24/emblem-multimedia.png +share/icons/matefaenza/emblems/24/emblem-new.icon +share/icons/matefaenza/emblems/24/emblem-new.png +share/icons/matefaenza/emblems/24/emblem-noread.icon +share/icons/matefaenza/emblems/24/emblem-noread.png +share/icons/matefaenza/emblems/24/emblem-nowrite.icon +share/icons/matefaenza/emblems/24/emblem-nowrite.png +share/icons/matefaenza/emblems/24/emblem-ohno.icon +share/icons/matefaenza/emblems/24/emblem-package.icon +share/icons/matefaenza/emblems/24/emblem-package.png +share/icons/matefaenza/emblems/24/emblem-people.icon +share/icons/matefaenza/emblems/24/emblem-people.png +share/icons/matefaenza/emblems/24/emblem-personal.icon +share/icons/matefaenza/emblems/24/emblem-personal.png +share/icons/matefaenza/emblems/24/emblem-photos.icon +share/icons/matefaenza/emblems/24/emblem-pictures.icon +share/icons/matefaenza/emblems/24/emblem-plan.icon +share/icons/matefaenza/emblems/24/emblem-presentation.icon +share/icons/matefaenza/emblems/24/emblem-presentation.png +share/icons/matefaenza/emblems/24/emblem-readonly.icon +share/icons/matefaenza/emblems/24/emblem-readonly.png +share/icons/matefaenza/emblems/24/emblem-sales.icon +share/icons/matefaenza/emblems/24/emblem-sales.png +share/icons/matefaenza/emblems/24/emblem-shared.icon +share/icons/matefaenza/emblems/24/emblem-shared.png +share/icons/matefaenza/emblems/24/emblem-sound.icon +share/icons/matefaenza/emblems/24/emblem-sound.png +share/icons/matefaenza/emblems/24/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/24/emblem-symbolic-link.png +share/icons/matefaenza/emblems/24/emblem-synchronizing.png +share/icons/matefaenza/emblems/24/emblem-system.icon +share/icons/matefaenza/emblems/24/emblem-system.png +share/icons/matefaenza/emblems/24/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/24/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/24/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/24/emblem-unreadable.icon +share/icons/matefaenza/emblems/24/emblem-unreadable.png +share/icons/matefaenza/emblems/24/emblem-urgent.icon +share/icons/matefaenza/emblems/24/emblem-urgent.png +share/icons/matefaenza/emblems/24/emblem-videos.icon +share/icons/matefaenza/emblems/24/emblem-videos.png +share/icons/matefaenza/emblems/24/emblem-web.icon +share/icons/matefaenza/emblems/24/emblem-web.png +share/icons/matefaenza/emblems/24/important.png +share/icons/matefaenza/emblems/32/emblem-OK.icon +share/icons/matefaenza/emblems/32/emblem-art.icon +share/icons/matefaenza/emblems/32/emblem-art.png +share/icons/matefaenza/emblems/32/emblem-camera.icon +share/icons/matefaenza/emblems/32/emblem-camera.png +share/icons/matefaenza/emblems/32/emblem-cool.icon +share/icons/matefaenza/emblems/32/emblem-danger.icon +share/icons/matefaenza/emblems/32/emblem-danger.png +share/icons/matefaenza/emblems/32/emblem-default.icon +share/icons/matefaenza/emblems/32/emblem-default.png +share/icons/matefaenza/emblems/32/emblem-desktop.icon +share/icons/matefaenza/emblems/32/emblem-desktop.png +share/icons/matefaenza/emblems/32/emblem-development.icon +share/icons/matefaenza/emblems/32/emblem-development.png +share/icons/matefaenza/emblems/32/emblem-documents.icon +share/icons/matefaenza/emblems/32/emblem-documents.png +share/icons/matefaenza/emblems/32/emblem-downloads.icon +share/icons/matefaenza/emblems/32/emblem-downloads.png +share/icons/matefaenza/emblems/32/emblem-draft.icon +share/icons/matefaenza/emblems/32/emblem-favorite.icon +share/icons/matefaenza/emblems/32/emblem-favorite.png +share/icons/matefaenza/emblems/32/emblem-generic.icon +share/icons/matefaenza/emblems/32/emblem-generic.png +share/icons/matefaenza/emblems/32/emblem-important.icon +share/icons/matefaenza/emblems/32/emblem-important.png +share/icons/matefaenza/emblems/32/emblem-mail.icon +share/icons/matefaenza/emblems/32/emblem-mail.png +share/icons/matefaenza/emblems/32/emblem-marketing.icon +share/icons/matefaenza/emblems/32/emblem-marketing.png +share/icons/matefaenza/emblems/32/emblem-money.icon +share/icons/matefaenza/emblems/32/emblem-money.png +share/icons/matefaenza/emblems/32/emblem-multimedia.icon +share/icons/matefaenza/emblems/32/emblem-multimedia.png +share/icons/matefaenza/emblems/32/emblem-new.icon +share/icons/matefaenza/emblems/32/emblem-new.png +share/icons/matefaenza/emblems/32/emblem-noread.icon +share/icons/matefaenza/emblems/32/emblem-noread.png +share/icons/matefaenza/emblems/32/emblem-nowrite.icon +share/icons/matefaenza/emblems/32/emblem-nowrite.png +share/icons/matefaenza/emblems/32/emblem-ohno.icon +share/icons/matefaenza/emblems/32/emblem-package.icon +share/icons/matefaenza/emblems/32/emblem-package.png +share/icons/matefaenza/emblems/32/emblem-people.icon +share/icons/matefaenza/emblems/32/emblem-people.png +share/icons/matefaenza/emblems/32/emblem-personal.icon +share/icons/matefaenza/emblems/32/emblem-personal.png +share/icons/matefaenza/emblems/32/emblem-photos.icon +share/icons/matefaenza/emblems/32/emblem-pictures.icon +share/icons/matefaenza/emblems/32/emblem-plan.icon +share/icons/matefaenza/emblems/32/emblem-presentation.icon +share/icons/matefaenza/emblems/32/emblem-presentation.png +share/icons/matefaenza/emblems/32/emblem-readonly.icon +share/icons/matefaenza/emblems/32/emblem-readonly.png +share/icons/matefaenza/emblems/32/emblem-sales.icon +share/icons/matefaenza/emblems/32/emblem-sales.png +share/icons/matefaenza/emblems/32/emblem-shared.icon +share/icons/matefaenza/emblems/32/emblem-shared.png +share/icons/matefaenza/emblems/32/emblem-sound.icon +share/icons/matefaenza/emblems/32/emblem-sound.png +share/icons/matefaenza/emblems/32/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/32/emblem-symbolic-link.png +share/icons/matefaenza/emblems/32/emblem-synchronizing.png +share/icons/matefaenza/emblems/32/emblem-system.icon +share/icons/matefaenza/emblems/32/emblem-system.png +share/icons/matefaenza/emblems/32/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/32/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/32/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/32/emblem-unreadable.icon +share/icons/matefaenza/emblems/32/emblem-unreadable.png +share/icons/matefaenza/emblems/32/emblem-urgent.icon +share/icons/matefaenza/emblems/32/emblem-urgent.png +share/icons/matefaenza/emblems/32/emblem-videos.icon +share/icons/matefaenza/emblems/32/emblem-videos.png +share/icons/matefaenza/emblems/32/emblem-web.icon +share/icons/matefaenza/emblems/32/emblem-web.png +share/icons/matefaenza/emblems/32/important.png +share/icons/matefaenza/emblems/48/emblem-OK.icon +share/icons/matefaenza/emblems/48/emblem-art.icon +share/icons/matefaenza/emblems/48/emblem-art.png +share/icons/matefaenza/emblems/48/emblem-camera.icon +share/icons/matefaenza/emblems/48/emblem-camera.png +share/icons/matefaenza/emblems/48/emblem-cool.icon +share/icons/matefaenza/emblems/48/emblem-danger.icon +share/icons/matefaenza/emblems/48/emblem-danger.png +share/icons/matefaenza/emblems/48/emblem-default.icon +share/icons/matefaenza/emblems/48/emblem-default.png +share/icons/matefaenza/emblems/48/emblem-desktop.icon +share/icons/matefaenza/emblems/48/emblem-desktop.png +share/icons/matefaenza/emblems/48/emblem-development.icon +share/icons/matefaenza/emblems/48/emblem-development.png +share/icons/matefaenza/emblems/48/emblem-documents.icon +share/icons/matefaenza/emblems/48/emblem-documents.png +share/icons/matefaenza/emblems/48/emblem-downloads.icon +share/icons/matefaenza/emblems/48/emblem-downloads.png +share/icons/matefaenza/emblems/48/emblem-draft.icon +share/icons/matefaenza/emblems/48/emblem-favorite.icon +share/icons/matefaenza/emblems/48/emblem-favorite.png +share/icons/matefaenza/emblems/48/emblem-generic.icon +share/icons/matefaenza/emblems/48/emblem-generic.png +share/icons/matefaenza/emblems/48/emblem-important.icon +share/icons/matefaenza/emblems/48/emblem-important.png +share/icons/matefaenza/emblems/48/emblem-mail.icon +share/icons/matefaenza/emblems/48/emblem-mail.png +share/icons/matefaenza/emblems/48/emblem-marketing.icon +share/icons/matefaenza/emblems/48/emblem-marketing.png +share/icons/matefaenza/emblems/48/emblem-money.icon +share/icons/matefaenza/emblems/48/emblem-money.png +share/icons/matefaenza/emblems/48/emblem-multimedia.icon +share/icons/matefaenza/emblems/48/emblem-multimedia.png +share/icons/matefaenza/emblems/48/emblem-new.icon +share/icons/matefaenza/emblems/48/emblem-new.png +share/icons/matefaenza/emblems/48/emblem-noread.icon +share/icons/matefaenza/emblems/48/emblem-noread.png +share/icons/matefaenza/emblems/48/emblem-nowrite.icon +share/icons/matefaenza/emblems/48/emblem-nowrite.png +share/icons/matefaenza/emblems/48/emblem-ohno.icon +share/icons/matefaenza/emblems/48/emblem-package.icon +share/icons/matefaenza/emblems/48/emblem-package.png +share/icons/matefaenza/emblems/48/emblem-people.icon +share/icons/matefaenza/emblems/48/emblem-people.png +share/icons/matefaenza/emblems/48/emblem-personal.icon +share/icons/matefaenza/emblems/48/emblem-personal.png +share/icons/matefaenza/emblems/48/emblem-photos.icon +share/icons/matefaenza/emblems/48/emblem-pictures.icon +share/icons/matefaenza/emblems/48/emblem-plan.icon +share/icons/matefaenza/emblems/48/emblem-presentation.icon +share/icons/matefaenza/emblems/48/emblem-presentation.png +share/icons/matefaenza/emblems/48/emblem-readonly.icon +share/icons/matefaenza/emblems/48/emblem-readonly.png +share/icons/matefaenza/emblems/48/emblem-sales.icon +share/icons/matefaenza/emblems/48/emblem-sales.png +share/icons/matefaenza/emblems/48/emblem-shared.icon +share/icons/matefaenza/emblems/48/emblem-shared.png +share/icons/matefaenza/emblems/48/emblem-sound.icon +share/icons/matefaenza/emblems/48/emblem-sound.png +share/icons/matefaenza/emblems/48/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/48/emblem-symbolic-link.png +share/icons/matefaenza/emblems/48/emblem-synchronizing.png +share/icons/matefaenza/emblems/48/emblem-system.icon +share/icons/matefaenza/emblems/48/emblem-system.png +share/icons/matefaenza/emblems/48/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/48/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/48/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/48/emblem-unreadable.icon +share/icons/matefaenza/emblems/48/emblem-unreadable.png +share/icons/matefaenza/emblems/48/emblem-urgent.icon +share/icons/matefaenza/emblems/48/emblem-urgent.png +share/icons/matefaenza/emblems/48/emblem-videos.icon +share/icons/matefaenza/emblems/48/emblem-videos.png +share/icons/matefaenza/emblems/48/emblem-web.icon +share/icons/matefaenza/emblems/48/emblem-web.png +share/icons/matefaenza/emblems/48/important.png +share/icons/matefaenza/emblems/64/emblem-OK.icon +share/icons/matefaenza/emblems/64/emblem-art.icon +share/icons/matefaenza/emblems/64/emblem-art.png +share/icons/matefaenza/emblems/64/emblem-camera.icon +share/icons/matefaenza/emblems/64/emblem-camera.png +share/icons/matefaenza/emblems/64/emblem-cool.icon +share/icons/matefaenza/emblems/64/emblem-danger.icon +share/icons/matefaenza/emblems/64/emblem-danger.png +share/icons/matefaenza/emblems/64/emblem-default.icon +share/icons/matefaenza/emblems/64/emblem-default.png +share/icons/matefaenza/emblems/64/emblem-desktop.icon +share/icons/matefaenza/emblems/64/emblem-desktop.png +share/icons/matefaenza/emblems/64/emblem-development.icon +share/icons/matefaenza/emblems/64/emblem-development.png +share/icons/matefaenza/emblems/64/emblem-documents.icon +share/icons/matefaenza/emblems/64/emblem-documents.png +share/icons/matefaenza/emblems/64/emblem-downloads.icon +share/icons/matefaenza/emblems/64/emblem-downloads.png +share/icons/matefaenza/emblems/64/emblem-draft.icon +share/icons/matefaenza/emblems/64/emblem-favorite.icon +share/icons/matefaenza/emblems/64/emblem-favorite.png +share/icons/matefaenza/emblems/64/emblem-generic.icon +share/icons/matefaenza/emblems/64/emblem-generic.png +share/icons/matefaenza/emblems/64/emblem-important.icon +share/icons/matefaenza/emblems/64/emblem-important.png +share/icons/matefaenza/emblems/64/emblem-mail.icon +share/icons/matefaenza/emblems/64/emblem-mail.png +share/icons/matefaenza/emblems/64/emblem-marketing.icon +share/icons/matefaenza/emblems/64/emblem-marketing.png +share/icons/matefaenza/emblems/64/emblem-money.icon +share/icons/matefaenza/emblems/64/emblem-money.png +share/icons/matefaenza/emblems/64/emblem-multimedia.icon +share/icons/matefaenza/emblems/64/emblem-multimedia.png +share/icons/matefaenza/emblems/64/emblem-new.icon +share/icons/matefaenza/emblems/64/emblem-new.png +share/icons/matefaenza/emblems/64/emblem-noread.icon +share/icons/matefaenza/emblems/64/emblem-noread.png +share/icons/matefaenza/emblems/64/emblem-nowrite.icon +share/icons/matefaenza/emblems/64/emblem-nowrite.png +share/icons/matefaenza/emblems/64/emblem-ohno.icon +share/icons/matefaenza/emblems/64/emblem-package.icon +share/icons/matefaenza/emblems/64/emblem-package.png +share/icons/matefaenza/emblems/64/emblem-people.icon +share/icons/matefaenza/emblems/64/emblem-people.png +share/icons/matefaenza/emblems/64/emblem-personal.icon +share/icons/matefaenza/emblems/64/emblem-personal.png +share/icons/matefaenza/emblems/64/emblem-photos.icon +share/icons/matefaenza/emblems/64/emblem-pictures.icon +share/icons/matefaenza/emblems/64/emblem-plan.icon +share/icons/matefaenza/emblems/64/emblem-presentation.icon +share/icons/matefaenza/emblems/64/emblem-presentation.png +share/icons/matefaenza/emblems/64/emblem-readonly.icon +share/icons/matefaenza/emblems/64/emblem-readonly.png +share/icons/matefaenza/emblems/64/emblem-sales.icon +share/icons/matefaenza/emblems/64/emblem-sales.png +share/icons/matefaenza/emblems/64/emblem-shared.icon +share/icons/matefaenza/emblems/64/emblem-shared.png +share/icons/matefaenza/emblems/64/emblem-sound.icon +share/icons/matefaenza/emblems/64/emblem-sound.png +share/icons/matefaenza/emblems/64/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/64/emblem-symbolic-link.png +share/icons/matefaenza/emblems/64/emblem-synchronizing.png +share/icons/matefaenza/emblems/64/emblem-system.icon +share/icons/matefaenza/emblems/64/emblem-system.png +share/icons/matefaenza/emblems/64/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/64/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/64/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/64/emblem-unreadable.icon +share/icons/matefaenza/emblems/64/emblem-unreadable.png +share/icons/matefaenza/emblems/64/emblem-urgent.icon +share/icons/matefaenza/emblems/64/emblem-urgent.png +share/icons/matefaenza/emblems/64/emblem-videos.icon +share/icons/matefaenza/emblems/64/emblem-videos.png +share/icons/matefaenza/emblems/64/emblem-web.icon +share/icons/matefaenza/emblems/64/emblem-web.png +share/icons/matefaenza/emblems/64/important.png +share/icons/matefaenza/emblems/8/emblem-new.png +share/icons/matefaenza/emblems/96/emblem-OK.icon +share/icons/matefaenza/emblems/96/emblem-art.icon +share/icons/matefaenza/emblems/96/emblem-art.png +share/icons/matefaenza/emblems/96/emblem-camera.icon +share/icons/matefaenza/emblems/96/emblem-camera.png +share/icons/matefaenza/emblems/96/emblem-cool.icon +share/icons/matefaenza/emblems/96/emblem-danger.icon +share/icons/matefaenza/emblems/96/emblem-danger.png +share/icons/matefaenza/emblems/96/emblem-default.icon +share/icons/matefaenza/emblems/96/emblem-default.png +share/icons/matefaenza/emblems/96/emblem-desktop.icon +share/icons/matefaenza/emblems/96/emblem-desktop.png +share/icons/matefaenza/emblems/96/emblem-development.icon +share/icons/matefaenza/emblems/96/emblem-development.png +share/icons/matefaenza/emblems/96/emblem-documents.icon +share/icons/matefaenza/emblems/96/emblem-documents.png +share/icons/matefaenza/emblems/96/emblem-downloads.icon +share/icons/matefaenza/emblems/96/emblem-downloads.png +share/icons/matefaenza/emblems/96/emblem-draft.icon +share/icons/matefaenza/emblems/96/emblem-favorite.icon +share/icons/matefaenza/emblems/96/emblem-favorite.png +share/icons/matefaenza/emblems/96/emblem-generic.icon +share/icons/matefaenza/emblems/96/emblem-generic.png +share/icons/matefaenza/emblems/96/emblem-important.icon +share/icons/matefaenza/emblems/96/emblem-important.png +share/icons/matefaenza/emblems/96/emblem-mail.icon +share/icons/matefaenza/emblems/96/emblem-mail.png +share/icons/matefaenza/emblems/96/emblem-marketing.icon +share/icons/matefaenza/emblems/96/emblem-marketing.png +share/icons/matefaenza/emblems/96/emblem-money.icon +share/icons/matefaenza/emblems/96/emblem-money.png +share/icons/matefaenza/emblems/96/emblem-multimedia.icon +share/icons/matefaenza/emblems/96/emblem-multimedia.png +share/icons/matefaenza/emblems/96/emblem-new.icon +share/icons/matefaenza/emblems/96/emblem-new.png +share/icons/matefaenza/emblems/96/emblem-noread.icon +share/icons/matefaenza/emblems/96/emblem-noread.png +share/icons/matefaenza/emblems/96/emblem-nowrite.icon +share/icons/matefaenza/emblems/96/emblem-nowrite.png +share/icons/matefaenza/emblems/96/emblem-ohno.icon +share/icons/matefaenza/emblems/96/emblem-package.icon +share/icons/matefaenza/emblems/96/emblem-package.png +share/icons/matefaenza/emblems/96/emblem-people.icon +share/icons/matefaenza/emblems/96/emblem-people.png +share/icons/matefaenza/emblems/96/emblem-personal.icon +share/icons/matefaenza/emblems/96/emblem-personal.png +share/icons/matefaenza/emblems/96/emblem-photos.icon +share/icons/matefaenza/emblems/96/emblem-pictures.icon +share/icons/matefaenza/emblems/96/emblem-plan.icon +share/icons/matefaenza/emblems/96/emblem-presentation.icon +share/icons/matefaenza/emblems/96/emblem-presentation.png +share/icons/matefaenza/emblems/96/emblem-readonly.icon +share/icons/matefaenza/emblems/96/emblem-readonly.png +share/icons/matefaenza/emblems/96/emblem-sales.icon +share/icons/matefaenza/emblems/96/emblem-sales.png +share/icons/matefaenza/emblems/96/emblem-shared.icon +share/icons/matefaenza/emblems/96/emblem-shared.png +share/icons/matefaenza/emblems/96/emblem-sound.icon +share/icons/matefaenza/emblems/96/emblem-sound.png +share/icons/matefaenza/emblems/96/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/96/emblem-symbolic-link.png +share/icons/matefaenza/emblems/96/emblem-synchronizing.png +share/icons/matefaenza/emblems/96/emblem-system.icon +share/icons/matefaenza/emblems/96/emblem-system.png +share/icons/matefaenza/emblems/96/emblem-ubuntuone-synchronized.png +share/icons/matefaenza/emblems/96/emblem-ubuntuone-unsynchronized.png +share/icons/matefaenza/emblems/96/emblem-ubuntuone-updating.png +share/icons/matefaenza/emblems/96/emblem-unreadable.icon +share/icons/matefaenza/emblems/96/emblem-unreadable.png +share/icons/matefaenza/emblems/96/emblem-urgent.icon +share/icons/matefaenza/emblems/96/emblem-urgent.png +share/icons/matefaenza/emblems/96/emblem-videos.icon +share/icons/matefaenza/emblems/96/emblem-videos.png +share/icons/matefaenza/emblems/96/emblem-web.icon +share/icons/matefaenza/emblems/96/emblem-web.png +share/icons/matefaenza/emblems/96/important.png +share/icons/matefaenza/emblems/scalable/emblem-OK.icon +share/icons/matefaenza/emblems/scalable/emblem-art.icon +share/icons/matefaenza/emblems/scalable/emblem-art.svg +share/icons/matefaenza/emblems/scalable/emblem-camera.icon +share/icons/matefaenza/emblems/scalable/emblem-camera.svg +share/icons/matefaenza/emblems/scalable/emblem-cool.icon +share/icons/matefaenza/emblems/scalable/emblem-danger.icon +share/icons/matefaenza/emblems/scalable/emblem-danger.svg +share/icons/matefaenza/emblems/scalable/emblem-default.icon +share/icons/matefaenza/emblems/scalable/emblem-default.svg +share/icons/matefaenza/emblems/scalable/emblem-desktop.icon +share/icons/matefaenza/emblems/scalable/emblem-desktop.svg +share/icons/matefaenza/emblems/scalable/emblem-development.icon +share/icons/matefaenza/emblems/scalable/emblem-development.svg +share/icons/matefaenza/emblems/scalable/emblem-documents.icon +share/icons/matefaenza/emblems/scalable/emblem-documents.svg +share/icons/matefaenza/emblems/scalable/emblem-downloads.icon +share/icons/matefaenza/emblems/scalable/emblem-downloads.svg +share/icons/matefaenza/emblems/scalable/emblem-draft.icon +share/icons/matefaenza/emblems/scalable/emblem-favorite.icon +share/icons/matefaenza/emblems/scalable/emblem-favorite.svg +share/icons/matefaenza/emblems/scalable/emblem-generic.icon +share/icons/matefaenza/emblems/scalable/emblem-generic.svg +share/icons/matefaenza/emblems/scalable/emblem-important.icon +share/icons/matefaenza/emblems/scalable/emblem-important.svg +share/icons/matefaenza/emblems/scalable/emblem-mail.icon +share/icons/matefaenza/emblems/scalable/emblem-mail.svg +share/icons/matefaenza/emblems/scalable/emblem-marketing.icon +share/icons/matefaenza/emblems/scalable/emblem-marketing.svg +share/icons/matefaenza/emblems/scalable/emblem-money.icon +share/icons/matefaenza/emblems/scalable/emblem-money.svg +share/icons/matefaenza/emblems/scalable/emblem-multimedia.icon +share/icons/matefaenza/emblems/scalable/emblem-multimedia.svg +share/icons/matefaenza/emblems/scalable/emblem-new.icon +share/icons/matefaenza/emblems/scalable/emblem-new.svg +share/icons/matefaenza/emblems/scalable/emblem-noread.icon +share/icons/matefaenza/emblems/scalable/emblem-noread.svg +share/icons/matefaenza/emblems/scalable/emblem-nowrite.icon +share/icons/matefaenza/emblems/scalable/emblem-nowrite.svg +share/icons/matefaenza/emblems/scalable/emblem-ohno.icon +share/icons/matefaenza/emblems/scalable/emblem-package.icon +share/icons/matefaenza/emblems/scalable/emblem-package.svg +share/icons/matefaenza/emblems/scalable/emblem-people.icon +share/icons/matefaenza/emblems/scalable/emblem-people.svg +share/icons/matefaenza/emblems/scalable/emblem-personal.icon +share/icons/matefaenza/emblems/scalable/emblem-personal.svg +share/icons/matefaenza/emblems/scalable/emblem-photos.icon +share/icons/matefaenza/emblems/scalable/emblem-pictures.icon +share/icons/matefaenza/emblems/scalable/emblem-plan.icon +share/icons/matefaenza/emblems/scalable/emblem-presentation.icon +share/icons/matefaenza/emblems/scalable/emblem-presentation.svg +share/icons/matefaenza/emblems/scalable/emblem-readonly.icon +share/icons/matefaenza/emblems/scalable/emblem-readonly.svg +share/icons/matefaenza/emblems/scalable/emblem-sales.icon +share/icons/matefaenza/emblems/scalable/emblem-sales.svg +share/icons/matefaenza/emblems/scalable/emblem-shared.icon +share/icons/matefaenza/emblems/scalable/emblem-shared.svg +share/icons/matefaenza/emblems/scalable/emblem-sound.icon +share/icons/matefaenza/emblems/scalable/emblem-sound.svg +share/icons/matefaenza/emblems/scalable/emblem-symbolic-link.icon +share/icons/matefaenza/emblems/scalable/emblem-symbolic-link.svg +share/icons/matefaenza/emblems/scalable/emblem-synchronizing.svg +share/icons/matefaenza/emblems/scalable/emblem-system.icon +share/icons/matefaenza/emblems/scalable/emblem-system.svg +share/icons/matefaenza/emblems/scalable/emblem-ubuntuone-synchronized.svg +share/icons/matefaenza/emblems/scalable/emblem-ubuntuone-unsynchronized.svg +share/icons/matefaenza/emblems/scalable/emblem-ubuntuone-updating.svg +share/icons/matefaenza/emblems/scalable/emblem-unreadable.icon +share/icons/matefaenza/emblems/scalable/emblem-unreadable.svg +share/icons/matefaenza/emblems/scalable/emblem-urgent.icon +share/icons/matefaenza/emblems/scalable/emblem-urgent.svg +share/icons/matefaenza/emblems/scalable/emblem-videos.icon +share/icons/matefaenza/emblems/scalable/emblem-videos.svg +share/icons/matefaenza/emblems/scalable/emblem-web.icon +share/icons/matefaenza/emblems/scalable/emblem-web.svg +share/icons/matefaenza/emblems/scalable/important.svg +share/icons/matefaenza/extras/deadbeef/pixmaps/play_24.png +share/icons/matefaenza/extras/keepassx/icons/keepassx.png +share/icons/matefaenza/extras/lastfm/icons/user_black22.png +share/icons/matefaenza/extras/lastfm/icons/user_blue22.png +share/icons/matefaenza/extras/lastfm/icons/user_green22.png +share/icons/matefaenza/extras/lastfm/icons/user_orange22.png +share/icons/matefaenza/extras/lastfm/icons/user_red22.png +share/icons/matefaenza/extras/liferea/pixmaps/available.png +share/icons/matefaenza/extras/liferea/pixmaps/available_offline.png +share/icons/matefaenza/extras/liferea/pixmaps/empty.png +share/icons/matefaenza/extras/liferea/pixmaps/empty_offline.png +share/icons/matefaenza/extras/nyan/mayancat-santa.png +share/icons/matefaenza/extras/nyan/mayancat.gif +share/icons/matefaenza/extras/pixmaps/guake/guake-tray.png +share/icons/matefaenza/extras/radiotray/images/radiotray_connecting.png +share/icons/matefaenza/extras/radiotray/images/radiotray_off.png +share/icons/matefaenza/extras/radiotray/images/radiotray_on.png +share/icons/matefaenza/index.theme +share/icons/matefaenza/mimetypes/16/application-7zip.png +share/icons/matefaenza/mimetypes/16/application-atom+xml.png +share/icons/matefaenza/mimetypes/16/application-illustrator.png +share/icons/matefaenza/mimetypes/16/application-javascript.png +share/icons/matefaenza/mimetypes/16/application-mbox.png +share/icons/matefaenza/mimetypes/16/application-msword.png +share/icons/matefaenza/mimetypes/16/application-octet-stream.png +share/icons/matefaenza/mimetypes/16/application-ogg.png +share/icons/matefaenza/mimetypes/16/application-pdf.png +share/icons/matefaenza/mimetypes/16/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/16/application-pgp-keys.png +share/icons/matefaenza/mimetypes/16/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/16/application-rss+xml.png +share/icons/matefaenza/mimetypes/16/application-rtf.png +share/icons/matefaenza/mimetypes/16/application-text.png +share/icons/matefaenza/mimetypes/16/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/16/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/16/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/16/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/16/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/16/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/16/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/16/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/16/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/16/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/16/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/16/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/16/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/16/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/16/application-x-7zip.png +share/icons/matefaenza/mimetypes/16/application-x-ace.png +share/icons/matefaenza/mimetypes/16/application-x-arc.png +share/icons/matefaenza/mimetypes/16/application-x-archive.png +share/icons/matefaenza/mimetypes/16/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/16/application-x-cd-image.png +share/icons/matefaenza/mimetypes/16/application-x-class-file.png +share/icons/matefaenza/mimetypes/16/application-x-compress.png +share/icons/matefaenza/mimetypes/16/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/16/application-x-csproj.png +share/icons/matefaenza/mimetypes/16/application-x-cue.png +share/icons/matefaenza/mimetypes/16/application-x-deb.png +share/icons/matefaenza/mimetypes/16/application-x-designer.png +share/icons/matefaenza/mimetypes/16/application-x-desktop.png +share/icons/matefaenza/mimetypes/16/application-x-executable.png +share/icons/matefaenza/mimetypes/16/application-x-extension-html.png +share/icons/matefaenza/mimetypes/16/application-x-flash-video.png +share/icons/matefaenza/mimetypes/16/application-x-glade.png +share/icons/matefaenza/mimetypes/16/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/16/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/16/application-x-gzip.png +share/icons/matefaenza/mimetypes/16/application-x-jar.png +share/icons/matefaenza/mimetypes/16/application-x-java-archive.png +share/icons/matefaenza/mimetypes/16/application-x-java.png +share/icons/matefaenza/mimetypes/16/application-x-javascript.png +share/icons/matefaenza/mimetypes/16/application-x-keepass.png +share/icons/matefaenza/mimetypes/16/application-x-lha.png +share/icons/matefaenza/mimetypes/16/application-x-lhz.png +share/icons/matefaenza/mimetypes/16/application-x-m4.png +share/icons/matefaenza/mimetypes/16/application-x-matroska.png +share/icons/matefaenza/mimetypes/16/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/16/application-x-msdownload.png +share/icons/matefaenza/mimetypes/16/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/16/application-x-pak.png +share/icons/matefaenza/mimetypes/16/application-x-pem-key.png +share/icons/matefaenza/mimetypes/16/application-x-php.png +share/icons/matefaenza/mimetypes/16/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/16/application-x-rar.png +share/icons/matefaenza/mimetypes/16/application-x-rpm.png +share/icons/matefaenza/mimetypes/16/application-x-ruby.png +share/icons/matefaenza/mimetypes/16/application-x-scribus.png +share/icons/matefaenza/mimetypes/16/application-x-shellscript.png +share/icons/matefaenza/mimetypes/16/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/16/application-x-sln.png +share/icons/matefaenza/mimetypes/16/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/16/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/16/application-x-tar.png +share/icons/matefaenza/mimetypes/16/application-x-theme.png +share/icons/matefaenza/mimetypes/16/application-x-trash.png +share/icons/matefaenza/mimetypes/16/application-x-zip.png +share/icons/matefaenza/mimetypes/16/application-xml.png +share/icons/matefaenza/mimetypes/16/application-zip.png +share/icons/matefaenza/mimetypes/16/audio-mpeg.png +share/icons/matefaenza/mimetypes/16/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/16/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/16/audio-x-generic.png +share/icons/matefaenza/mimetypes/16/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/16/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/16/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/16/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/16/audio-x-scpls.png +share/icons/matefaenza/mimetypes/16/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/16/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/16/audio-x-wav.png +share/icons/matefaenza/mimetypes/16/authors.png +share/icons/matefaenza/mimetypes/16/binary.png +share/icons/matefaenza/mimetypes/16/deb.png +share/icons/matefaenza/mimetypes/16/document.png +share/icons/matefaenza/mimetypes/16/empty.png +share/icons/matefaenza/mimetypes/16/encrypted.png +share/icons/matefaenza/mimetypes/16/exec.png +share/icons/matefaenza/mimetypes/16/extension.png +share/icons/matefaenza/mimetypes/16/folder_tar.png +share/icons/matefaenza/mimetypes/16/font-x-generic.png +share/icons/matefaenza/mimetypes/16/font.png +share/icons/matefaenza/mimetypes/16/font.xpm +share/icons/matefaenza/mimetypes/16/font_bitmap.png +share/icons/matefaenza/mimetypes/16/font_truetype.png +share/icons/matefaenza/mimetypes/16/font_type1.png +share/icons/matefaenza/mimetypes/16/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/16/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/16/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/16/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/16/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/16/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/16/gnome-mime-image.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/16/gnome-mime-text.png +share/icons/matefaenza/mimetypes/16/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/16/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/16/gnome-mime-video.png +share/icons/matefaenza/mimetypes/16/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/16/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/16/gnome-package.png +share/icons/matefaenza/mimetypes/16/gtk-file.png +share/icons/matefaenza/mimetypes/16/html.png +share/icons/matefaenza/mimetypes/16/image-bmp.png +share/icons/matefaenza/mimetypes/16/image-gif.png +share/icons/matefaenza/mimetypes/16/image-jpeg.png +share/icons/matefaenza/mimetypes/16/image-jpeg2000.png +share/icons/matefaenza/mimetypes/16/image-png.png +share/icons/matefaenza/mimetypes/16/image-svg+xml.png +share/icons/matefaenza/mimetypes/16/image-tiff.png +share/icons/matefaenza/mimetypes/16/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/16/image-x-eps.png +share/icons/matefaenza/mimetypes/16/image-x-generic.png +share/icons/matefaenza/mimetypes/16/image-x-ico.png +share/icons/matefaenza/mimetypes/16/image-x-icon.png +share/icons/matefaenza/mimetypes/16/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/16/image-x-psd.png +share/icons/matefaenza/mimetypes/16/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/16/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/16/image-x-tga.png +share/icons/matefaenza/mimetypes/16/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/16/image-x-xcf.png +share/icons/matefaenza/mimetypes/16/image.png +share/icons/matefaenza/mimetypes/16/jpeg.png +share/icons/matefaenza/mimetypes/16/jpg.png +share/icons/matefaenza/mimetypes/16/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/16/media-audio.png +share/icons/matefaenza/mimetypes/16/media-image.png +share/icons/matefaenza/mimetypes/16/media-video.png +share/icons/matefaenza/mimetypes/16/message-rfc822.png +share/icons/matefaenza/mimetypes/16/message.png +share/icons/matefaenza/mimetypes/16/misc.png +share/icons/matefaenza/mimetypes/16/multipart-encrypted.png +share/icons/matefaenza/mimetypes/16/none.png +share/icons/matefaenza/mimetypes/16/office-document.png +share/icons/matefaenza/mimetypes/16/office-illustration.png +share/icons/matefaenza/mimetypes/16/office-spreadsheet.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/16/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/16/opera-extension.png +share/icons/matefaenza/mimetypes/16/opera-unite-application.png +share/icons/matefaenza/mimetypes/16/opera-widget.png +share/icons/matefaenza/mimetypes/16/package-x-generic.png +share/icons/matefaenza/mimetypes/16/package.png +share/icons/matefaenza/mimetypes/16/package_editors.png +share/icons/matefaenza/mimetypes/16/package_wordprocessing.png +share/icons/matefaenza/mimetypes/16/pdf.png +share/icons/matefaenza/mimetypes/16/phatch-actionlist.png +share/icons/matefaenza/mimetypes/16/playlist-automatic.png +share/icons/matefaenza/mimetypes/16/playlist.png +share/icons/matefaenza/mimetypes/16/rpm.png +share/icons/matefaenza/mimetypes/16/shellscript.png +share/icons/matefaenza/mimetypes/16/sound.png +share/icons/matefaenza/mimetypes/16/source-playlist.png +share/icons/matefaenza/mimetypes/16/source-smart-playlist.png +share/icons/matefaenza/mimetypes/16/spreadsheet.png +share/icons/matefaenza/mimetypes/16/stock_addressbook.png +share/icons/matefaenza/mimetypes/16/stock_calendar.png +share/icons/matefaenza/mimetypes/16/stock_script.png +share/icons/matefaenza/mimetypes/16/svg.png +share/icons/matefaenza/mimetypes/16/tar.png +share/icons/matefaenza/mimetypes/16/template_source.png +share/icons/matefaenza/mimetypes/16/text-css.png +share/icons/matefaenza/mimetypes/16/text-enriched.png +share/icons/matefaenza/mimetypes/16/text-html.png +share/icons/matefaenza/mimetypes/16/text-htmlh.png +share/icons/matefaenza/mimetypes/16/text-mht.png +share/icons/matefaenza/mimetypes/16/text-plain.png +share/icons/matefaenza/mimetypes/16/text-richtext.png +share/icons/matefaenza/mimetypes/16/text-spreadsheet.png +share/icons/matefaenza/mimetypes/16/text-x-authors.png +share/icons/matefaenza/mimetypes/16/text-x-bak.png +share/icons/matefaenza/mimetypes/16/text-x-bibtex.png +share/icons/matefaenza/mimetypes/16/text-x-c++.png +share/icons/matefaenza/mimetypes/16/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/16/text-x-c++src.png +share/icons/matefaenza/mimetypes/16/text-x-c.png +share/icons/matefaenza/mimetypes/16/text-x-changelog.png +share/icons/matefaenza/mimetypes/16/text-x-chdr.png +share/icons/matefaenza/mimetypes/16/text-x-copying.png +share/icons/matefaenza/mimetypes/16/text-x-credits.png +share/icons/matefaenza/mimetypes/16/text-x-csrc.png +share/icons/matefaenza/mimetypes/16/text-x-css.png +share/icons/matefaenza/mimetypes/16/text-x-generic-template.png +share/icons/matefaenza/mimetypes/16/text-x-generic.png +share/icons/matefaenza/mimetypes/16/text-x-install.png +share/icons/matefaenza/mimetypes/16/text-x-java-source.png +share/icons/matefaenza/mimetypes/16/text-x-java.png +share/icons/matefaenza/mimetypes/16/text-x-javascript.png +share/icons/matefaenza/mimetypes/16/text-x-makefile.png +share/icons/matefaenza/mimetypes/16/text-x-preview.png +share/icons/matefaenza/mimetypes/16/text-x-python.png +share/icons/matefaenza/mimetypes/16/text-x-readme.png +share/icons/matefaenza/mimetypes/16/text-x-script.png +share/icons/matefaenza/mimetypes/16/text-x-source.png +share/icons/matefaenza/mimetypes/16/text-x-sql.png +share/icons/matefaenza/mimetypes/16/text-x-tex.png +share/icons/matefaenza/mimetypes/16/text-x-vcard.png +share/icons/matefaenza/mimetypes/16/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/16/text-xml.png +share/icons/matefaenza/mimetypes/16/txt.png +share/icons/matefaenza/mimetypes/16/txt2.png +share/icons/matefaenza/mimetypes/16/unknown.png +share/icons/matefaenza/mimetypes/16/vcalendar.png +share/icons/matefaenza/mimetypes/16/video-x-generic.png +share/icons/matefaenza/mimetypes/16/video.png +share/icons/matefaenza/mimetypes/16/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/16/wordprocessing.png +share/icons/matefaenza/mimetypes/16/www.png +share/icons/matefaenza/mimetypes/16/x-dia-diagram.png +share/icons/matefaenza/mimetypes/16/x-office-address-book.png +share/icons/matefaenza/mimetypes/16/x-office-document.png +share/icons/matefaenza/mimetypes/16/x-office-drawing.png +share/icons/matefaenza/mimetypes/16/x-office-presentation.png +share/icons/matefaenza/mimetypes/16/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/16/zip.png +share/icons/matefaenza/mimetypes/22/application-7zip.png +share/icons/matefaenza/mimetypes/22/application-atom+xml.png +share/icons/matefaenza/mimetypes/22/application-illustrator.png +share/icons/matefaenza/mimetypes/22/application-javascript.png +share/icons/matefaenza/mimetypes/22/application-mbox.png +share/icons/matefaenza/mimetypes/22/application-msword.png +share/icons/matefaenza/mimetypes/22/application-octet-stream.png +share/icons/matefaenza/mimetypes/22/application-ogg.png +share/icons/matefaenza/mimetypes/22/application-pdf.png +share/icons/matefaenza/mimetypes/22/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/22/application-pgp-keys.png +share/icons/matefaenza/mimetypes/22/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/22/application-rss+xml.png +share/icons/matefaenza/mimetypes/22/application-rtf.png +share/icons/matefaenza/mimetypes/22/application-text.png +share/icons/matefaenza/mimetypes/22/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/22/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/22/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/22/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/22/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/22/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/22/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/22/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/22/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/22/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/22/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/22/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/22/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/22/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/22/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/22/application-x-7zip.png +share/icons/matefaenza/mimetypes/22/application-x-ace.png +share/icons/matefaenza/mimetypes/22/application-x-arc.png +share/icons/matefaenza/mimetypes/22/application-x-archive.png +share/icons/matefaenza/mimetypes/22/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/22/application-x-cd-image.png +share/icons/matefaenza/mimetypes/22/application-x-class-file.png +share/icons/matefaenza/mimetypes/22/application-x-compress.png +share/icons/matefaenza/mimetypes/22/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/22/application-x-csproj.png +share/icons/matefaenza/mimetypes/22/application-x-cue.png +share/icons/matefaenza/mimetypes/22/application-x-deb.png +share/icons/matefaenza/mimetypes/22/application-x-designer.png +share/icons/matefaenza/mimetypes/22/application-x-desktop.png +share/icons/matefaenza/mimetypes/22/application-x-executable.png +share/icons/matefaenza/mimetypes/22/application-x-extension-html.png +share/icons/matefaenza/mimetypes/22/application-x-flash-video.png +share/icons/matefaenza/mimetypes/22/application-x-glade.png +share/icons/matefaenza/mimetypes/22/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/22/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/22/application-x-gzip.png +share/icons/matefaenza/mimetypes/22/application-x-jar.png +share/icons/matefaenza/mimetypes/22/application-x-java-archive.png +share/icons/matefaenza/mimetypes/22/application-x-java.png +share/icons/matefaenza/mimetypes/22/application-x-javascript.png +share/icons/matefaenza/mimetypes/22/application-x-keepass.png +share/icons/matefaenza/mimetypes/22/application-x-lha.png +share/icons/matefaenza/mimetypes/22/application-x-lhz.png +share/icons/matefaenza/mimetypes/22/application-x-m4.png +share/icons/matefaenza/mimetypes/22/application-x-matroska.png +share/icons/matefaenza/mimetypes/22/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/22/application-x-msdownload.png +share/icons/matefaenza/mimetypes/22/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/22/application-x-pak.png +share/icons/matefaenza/mimetypes/22/application-x-pem-key.png +share/icons/matefaenza/mimetypes/22/application-x-php.png +share/icons/matefaenza/mimetypes/22/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/22/application-x-rar.png +share/icons/matefaenza/mimetypes/22/application-x-rpm.png +share/icons/matefaenza/mimetypes/22/application-x-ruby.png +share/icons/matefaenza/mimetypes/22/application-x-scribus.png +share/icons/matefaenza/mimetypes/22/application-x-shellscript.png +share/icons/matefaenza/mimetypes/22/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/22/application-x-sln.png +share/icons/matefaenza/mimetypes/22/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/22/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/22/application-x-tar.png +share/icons/matefaenza/mimetypes/22/application-x-theme.png +share/icons/matefaenza/mimetypes/22/application-x-trash.png +share/icons/matefaenza/mimetypes/22/application-x-zip.png +share/icons/matefaenza/mimetypes/22/application-xml.png +share/icons/matefaenza/mimetypes/22/application-zip.png +share/icons/matefaenza/mimetypes/22/audio-mpeg.png +share/icons/matefaenza/mimetypes/22/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/22/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/22/audio-x-generic.png +share/icons/matefaenza/mimetypes/22/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/22/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/22/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/22/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/22/audio-x-scpls.png +share/icons/matefaenza/mimetypes/22/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/22/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/22/audio-x-wav.png +share/icons/matefaenza/mimetypes/22/authors.png +share/icons/matefaenza/mimetypes/22/binary.png +share/icons/matefaenza/mimetypes/22/deb.png +share/icons/matefaenza/mimetypes/22/document.png +share/icons/matefaenza/mimetypes/22/empty.png +share/icons/matefaenza/mimetypes/22/encrypted.png +share/icons/matefaenza/mimetypes/22/exec.png +share/icons/matefaenza/mimetypes/22/extension.png +share/icons/matefaenza/mimetypes/22/folder_tar.png +share/icons/matefaenza/mimetypes/22/font-x-generic.png +share/icons/matefaenza/mimetypes/22/font.png +share/icons/matefaenza/mimetypes/22/font.xpm +share/icons/matefaenza/mimetypes/22/font_bitmap.png +share/icons/matefaenza/mimetypes/22/font_truetype.png +share/icons/matefaenza/mimetypes/22/font_type1.png +share/icons/matefaenza/mimetypes/22/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/22/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/22/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/22/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/22/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/22/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/22/gnome-mime-image.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/22/gnome-mime-text.png +share/icons/matefaenza/mimetypes/22/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/22/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/22/gnome-mime-video.png +share/icons/matefaenza/mimetypes/22/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/22/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/22/gnome-package.png +share/icons/matefaenza/mimetypes/22/gtk-file.png +share/icons/matefaenza/mimetypes/22/html.png +share/icons/matefaenza/mimetypes/22/image-bmp.png +share/icons/matefaenza/mimetypes/22/image-gif.png +share/icons/matefaenza/mimetypes/22/image-jpeg.png +share/icons/matefaenza/mimetypes/22/image-jpeg2000.png +share/icons/matefaenza/mimetypes/22/image-png.png +share/icons/matefaenza/mimetypes/22/image-svg+xml.png +share/icons/matefaenza/mimetypes/22/image-tiff.png +share/icons/matefaenza/mimetypes/22/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/22/image-x-eps.png +share/icons/matefaenza/mimetypes/22/image-x-generic.png +share/icons/matefaenza/mimetypes/22/image-x-ico.png +share/icons/matefaenza/mimetypes/22/image-x-icon.png +share/icons/matefaenza/mimetypes/22/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/22/image-x-psd.png +share/icons/matefaenza/mimetypes/22/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/22/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/22/image-x-tga.png +share/icons/matefaenza/mimetypes/22/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/22/image-x-xcf.png +share/icons/matefaenza/mimetypes/22/image.png +share/icons/matefaenza/mimetypes/22/jpeg.png +share/icons/matefaenza/mimetypes/22/jpg.png +share/icons/matefaenza/mimetypes/22/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/22/media-audio.png +share/icons/matefaenza/mimetypes/22/media-image.png +share/icons/matefaenza/mimetypes/22/media-video.png +share/icons/matefaenza/mimetypes/22/message-rfc822.png +share/icons/matefaenza/mimetypes/22/message.png +share/icons/matefaenza/mimetypes/22/misc.png +share/icons/matefaenza/mimetypes/22/multipart-encrypted.png +share/icons/matefaenza/mimetypes/22/none.png +share/icons/matefaenza/mimetypes/22/office-document.png +share/icons/matefaenza/mimetypes/22/office-illustration.png +share/icons/matefaenza/mimetypes/22/office-spreadsheet.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/22/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/22/opera-extension.png +share/icons/matefaenza/mimetypes/22/opera-unite-application.png +share/icons/matefaenza/mimetypes/22/opera-widget.png +share/icons/matefaenza/mimetypes/22/package-x-generic.png +share/icons/matefaenza/mimetypes/22/package.png +share/icons/matefaenza/mimetypes/22/package_editors.png +share/icons/matefaenza/mimetypes/22/package_wordprocessing.png +share/icons/matefaenza/mimetypes/22/pdf.png +share/icons/matefaenza/mimetypes/22/phatch-actionlist.png +share/icons/matefaenza/mimetypes/22/playlist-automatic.png +share/icons/matefaenza/mimetypes/22/playlist.png +share/icons/matefaenza/mimetypes/22/rpm.png +share/icons/matefaenza/mimetypes/22/shellscript.png +share/icons/matefaenza/mimetypes/22/sound.png +share/icons/matefaenza/mimetypes/22/source-playlist.png +share/icons/matefaenza/mimetypes/22/source-smart-playlist.png +share/icons/matefaenza/mimetypes/22/spreadsheet.png +share/icons/matefaenza/mimetypes/22/stock_addressbook.png +share/icons/matefaenza/mimetypes/22/stock_calendar.png +share/icons/matefaenza/mimetypes/22/stock_script.png +share/icons/matefaenza/mimetypes/22/svg.png +share/icons/matefaenza/mimetypes/22/tar.png +share/icons/matefaenza/mimetypes/22/template_source.png +share/icons/matefaenza/mimetypes/22/text-css.png +share/icons/matefaenza/mimetypes/22/text-enriched.png +share/icons/matefaenza/mimetypes/22/text-html.png +share/icons/matefaenza/mimetypes/22/text-htmlh.png +share/icons/matefaenza/mimetypes/22/text-mht.png +share/icons/matefaenza/mimetypes/22/text-plain.png +share/icons/matefaenza/mimetypes/22/text-richtext.png +share/icons/matefaenza/mimetypes/22/text-spreadsheet.png +share/icons/matefaenza/mimetypes/22/text-x-authors.png +share/icons/matefaenza/mimetypes/22/text-x-bak.png +share/icons/matefaenza/mimetypes/22/text-x-bibtex.png +share/icons/matefaenza/mimetypes/22/text-x-c++.png +share/icons/matefaenza/mimetypes/22/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/22/text-x-c++src.png +share/icons/matefaenza/mimetypes/22/text-x-c.png +share/icons/matefaenza/mimetypes/22/text-x-changelog.png +share/icons/matefaenza/mimetypes/22/text-x-chdr.png +share/icons/matefaenza/mimetypes/22/text-x-copying.png +share/icons/matefaenza/mimetypes/22/text-x-credits.png +share/icons/matefaenza/mimetypes/22/text-x-csrc.png +share/icons/matefaenza/mimetypes/22/text-x-css.png +share/icons/matefaenza/mimetypes/22/text-x-generic-template.png +share/icons/matefaenza/mimetypes/22/text-x-generic.png +share/icons/matefaenza/mimetypes/22/text-x-install.png +share/icons/matefaenza/mimetypes/22/text-x-java-source.png +share/icons/matefaenza/mimetypes/22/text-x-java.png +share/icons/matefaenza/mimetypes/22/text-x-javascript.png +share/icons/matefaenza/mimetypes/22/text-x-makefile.png +share/icons/matefaenza/mimetypes/22/text-x-preview.png +share/icons/matefaenza/mimetypes/22/text-x-python.png +share/icons/matefaenza/mimetypes/22/text-x-readme.png +share/icons/matefaenza/mimetypes/22/text-x-script.png +share/icons/matefaenza/mimetypes/22/text-x-source.png +share/icons/matefaenza/mimetypes/22/text-x-sql.png +share/icons/matefaenza/mimetypes/22/text-x-tex.png +share/icons/matefaenza/mimetypes/22/text-x-vcard.png +share/icons/matefaenza/mimetypes/22/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/22/text-xml.png +share/icons/matefaenza/mimetypes/22/txt.png +share/icons/matefaenza/mimetypes/22/txt2.png +share/icons/matefaenza/mimetypes/22/unknown.png +share/icons/matefaenza/mimetypes/22/vcalendar.png +share/icons/matefaenza/mimetypes/22/video-x-generic.png +share/icons/matefaenza/mimetypes/22/video.png +share/icons/matefaenza/mimetypes/22/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/22/wordprocessing.png +share/icons/matefaenza/mimetypes/22/www.png +share/icons/matefaenza/mimetypes/22/x-dia-diagram.png +share/icons/matefaenza/mimetypes/22/x-office-address-book.png +share/icons/matefaenza/mimetypes/22/x-office-document.png +share/icons/matefaenza/mimetypes/22/x-office-drawing.png +share/icons/matefaenza/mimetypes/22/x-office-presentation.png +share/icons/matefaenza/mimetypes/22/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/22/zip.png +share/icons/matefaenza/mimetypes/24/application-7zip.png +share/icons/matefaenza/mimetypes/24/application-atom+xml.png +share/icons/matefaenza/mimetypes/24/application-illustrator.png +share/icons/matefaenza/mimetypes/24/application-javascript.png +share/icons/matefaenza/mimetypes/24/application-mbox.png +share/icons/matefaenza/mimetypes/24/application-msword.png +share/icons/matefaenza/mimetypes/24/application-octet-stream.png +share/icons/matefaenza/mimetypes/24/application-ogg.png +share/icons/matefaenza/mimetypes/24/application-pdf.png +share/icons/matefaenza/mimetypes/24/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/24/application-pgp-keys.png +share/icons/matefaenza/mimetypes/24/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/24/application-rss+xml.png +share/icons/matefaenza/mimetypes/24/application-rtf.png +share/icons/matefaenza/mimetypes/24/application-text.png +share/icons/matefaenza/mimetypes/24/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/24/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/24/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/24/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/24/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/24/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/24/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/24/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/24/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/24/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/24/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/24/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/24/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/24/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/24/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/24/application-x-7zip.png +share/icons/matefaenza/mimetypes/24/application-x-ace.png +share/icons/matefaenza/mimetypes/24/application-x-arc.png +share/icons/matefaenza/mimetypes/24/application-x-archive.png +share/icons/matefaenza/mimetypes/24/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/24/application-x-cd-image.png +share/icons/matefaenza/mimetypes/24/application-x-class-file.png +share/icons/matefaenza/mimetypes/24/application-x-compress.png +share/icons/matefaenza/mimetypes/24/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/24/application-x-csproj.png +share/icons/matefaenza/mimetypes/24/application-x-cue.png +share/icons/matefaenza/mimetypes/24/application-x-deb.png +share/icons/matefaenza/mimetypes/24/application-x-designer.png +share/icons/matefaenza/mimetypes/24/application-x-desktop.png +share/icons/matefaenza/mimetypes/24/application-x-executable.png +share/icons/matefaenza/mimetypes/24/application-x-extension-html.png +share/icons/matefaenza/mimetypes/24/application-x-flash-video.png +share/icons/matefaenza/mimetypes/24/application-x-glade.png +share/icons/matefaenza/mimetypes/24/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/24/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/24/application-x-gzip.png +share/icons/matefaenza/mimetypes/24/application-x-jar.png +share/icons/matefaenza/mimetypes/24/application-x-java-archive.png +share/icons/matefaenza/mimetypes/24/application-x-java.png +share/icons/matefaenza/mimetypes/24/application-x-javascript.png +share/icons/matefaenza/mimetypes/24/application-x-keepass.png +share/icons/matefaenza/mimetypes/24/application-x-lha.png +share/icons/matefaenza/mimetypes/24/application-x-lhz.png +share/icons/matefaenza/mimetypes/24/application-x-m4.png +share/icons/matefaenza/mimetypes/24/application-x-matroska.png +share/icons/matefaenza/mimetypes/24/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/24/application-x-msdownload.png +share/icons/matefaenza/mimetypes/24/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/24/application-x-pak.png +share/icons/matefaenza/mimetypes/24/application-x-pem-key.png +share/icons/matefaenza/mimetypes/24/application-x-php.png +share/icons/matefaenza/mimetypes/24/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/24/application-x-rar.png +share/icons/matefaenza/mimetypes/24/application-x-rpm.png +share/icons/matefaenza/mimetypes/24/application-x-ruby.png +share/icons/matefaenza/mimetypes/24/application-x-scribus.png +share/icons/matefaenza/mimetypes/24/application-x-shellscript.png +share/icons/matefaenza/mimetypes/24/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/24/application-x-sln.png +share/icons/matefaenza/mimetypes/24/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/24/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/24/application-x-tar.png +share/icons/matefaenza/mimetypes/24/application-x-theme.png +share/icons/matefaenza/mimetypes/24/application-x-trash.png +share/icons/matefaenza/mimetypes/24/application-x-zip.png +share/icons/matefaenza/mimetypes/24/application-xml.png +share/icons/matefaenza/mimetypes/24/application-zip.png +share/icons/matefaenza/mimetypes/24/audio-mpeg.png +share/icons/matefaenza/mimetypes/24/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/24/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/24/audio-x-generic.png +share/icons/matefaenza/mimetypes/24/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/24/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/24/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/24/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/24/audio-x-scpls.png +share/icons/matefaenza/mimetypes/24/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/24/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/24/audio-x-wav.png +share/icons/matefaenza/mimetypes/24/authors.png +share/icons/matefaenza/mimetypes/24/binary.png +share/icons/matefaenza/mimetypes/24/deb.png +share/icons/matefaenza/mimetypes/24/document.png +share/icons/matefaenza/mimetypes/24/empty.png +share/icons/matefaenza/mimetypes/24/encrypted.png +share/icons/matefaenza/mimetypes/24/exec.png +share/icons/matefaenza/mimetypes/24/extension.png +share/icons/matefaenza/mimetypes/24/folder_tar.png +share/icons/matefaenza/mimetypes/24/font-x-generic.png +share/icons/matefaenza/mimetypes/24/font.png +share/icons/matefaenza/mimetypes/24/font.xpm +share/icons/matefaenza/mimetypes/24/font_bitmap.png +share/icons/matefaenza/mimetypes/24/font_truetype.png +share/icons/matefaenza/mimetypes/24/font_type1.png +share/icons/matefaenza/mimetypes/24/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/24/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/24/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/24/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/24/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/24/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/24/gnome-mime-image.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/24/gnome-mime-text.png +share/icons/matefaenza/mimetypes/24/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/24/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/24/gnome-mime-video.png +share/icons/matefaenza/mimetypes/24/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/24/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/24/gnome-package.png +share/icons/matefaenza/mimetypes/24/gtk-file.png +share/icons/matefaenza/mimetypes/24/html.png +share/icons/matefaenza/mimetypes/24/image-bmp.png +share/icons/matefaenza/mimetypes/24/image-gif.png +share/icons/matefaenza/mimetypes/24/image-jpeg.png +share/icons/matefaenza/mimetypes/24/image-jpeg2000.png +share/icons/matefaenza/mimetypes/24/image-png.png +share/icons/matefaenza/mimetypes/24/image-svg+xml.png +share/icons/matefaenza/mimetypes/24/image-tiff.png +share/icons/matefaenza/mimetypes/24/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/24/image-x-eps.png +share/icons/matefaenza/mimetypes/24/image-x-generic.png +share/icons/matefaenza/mimetypes/24/image-x-ico.png +share/icons/matefaenza/mimetypes/24/image-x-icon.png +share/icons/matefaenza/mimetypes/24/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/24/image-x-psd.png +share/icons/matefaenza/mimetypes/24/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/24/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/24/image-x-tga.png +share/icons/matefaenza/mimetypes/24/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/24/image-x-xcf.png +share/icons/matefaenza/mimetypes/24/image.png +share/icons/matefaenza/mimetypes/24/jpeg.png +share/icons/matefaenza/mimetypes/24/jpg.png +share/icons/matefaenza/mimetypes/24/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/24/media-audio.png +share/icons/matefaenza/mimetypes/24/media-image.png +share/icons/matefaenza/mimetypes/24/media-video.png +share/icons/matefaenza/mimetypes/24/message-rfc822.png +share/icons/matefaenza/mimetypes/24/message.png +share/icons/matefaenza/mimetypes/24/misc.png +share/icons/matefaenza/mimetypes/24/multipart-encrypted.png +share/icons/matefaenza/mimetypes/24/none.png +share/icons/matefaenza/mimetypes/24/office-document.png +share/icons/matefaenza/mimetypes/24/office-illustration.png +share/icons/matefaenza/mimetypes/24/office-spreadsheet.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/24/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/24/opera-extension.png +share/icons/matefaenza/mimetypes/24/opera-unite-application.png +share/icons/matefaenza/mimetypes/24/opera-widget.png +share/icons/matefaenza/mimetypes/24/package-x-generic.png +share/icons/matefaenza/mimetypes/24/package.png +share/icons/matefaenza/mimetypes/24/package_editors.png +share/icons/matefaenza/mimetypes/24/package_wordprocessing.png +share/icons/matefaenza/mimetypes/24/pdf.png +share/icons/matefaenza/mimetypes/24/phatch-actionlist.png +share/icons/matefaenza/mimetypes/24/playlist-automatic.png +share/icons/matefaenza/mimetypes/24/playlist.png +share/icons/matefaenza/mimetypes/24/rpm.png +share/icons/matefaenza/mimetypes/24/shellscript.png +share/icons/matefaenza/mimetypes/24/sound.png +share/icons/matefaenza/mimetypes/24/source-playlist.png +share/icons/matefaenza/mimetypes/24/source-smart-playlist.png +share/icons/matefaenza/mimetypes/24/spreadsheet.png +share/icons/matefaenza/mimetypes/24/stock_addressbook.png +share/icons/matefaenza/mimetypes/24/stock_calendar.png +share/icons/matefaenza/mimetypes/24/stock_script.png +share/icons/matefaenza/mimetypes/24/svg.png +share/icons/matefaenza/mimetypes/24/tar.png +share/icons/matefaenza/mimetypes/24/template_source.png +share/icons/matefaenza/mimetypes/24/text-css.png +share/icons/matefaenza/mimetypes/24/text-enriched.png +share/icons/matefaenza/mimetypes/24/text-html.png +share/icons/matefaenza/mimetypes/24/text-htmlh.png +share/icons/matefaenza/mimetypes/24/text-mht.png +share/icons/matefaenza/mimetypes/24/text-plain.png +share/icons/matefaenza/mimetypes/24/text-richtext.png +share/icons/matefaenza/mimetypes/24/text-spreadsheet.png +share/icons/matefaenza/mimetypes/24/text-x-authors.png +share/icons/matefaenza/mimetypes/24/text-x-bak.png +share/icons/matefaenza/mimetypes/24/text-x-bibtex.png +share/icons/matefaenza/mimetypes/24/text-x-c++.png +share/icons/matefaenza/mimetypes/24/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/24/text-x-c++src.png +share/icons/matefaenza/mimetypes/24/text-x-c.png +share/icons/matefaenza/mimetypes/24/text-x-changelog.png +share/icons/matefaenza/mimetypes/24/text-x-chdr.png +share/icons/matefaenza/mimetypes/24/text-x-copying.png +share/icons/matefaenza/mimetypes/24/text-x-credits.png +share/icons/matefaenza/mimetypes/24/text-x-csrc.png +share/icons/matefaenza/mimetypes/24/text-x-css.png +share/icons/matefaenza/mimetypes/24/text-x-generic-template.png +share/icons/matefaenza/mimetypes/24/text-x-generic.png +share/icons/matefaenza/mimetypes/24/text-x-install.png +share/icons/matefaenza/mimetypes/24/text-x-java-source.png +share/icons/matefaenza/mimetypes/24/text-x-java.png +share/icons/matefaenza/mimetypes/24/text-x-javascript.png +share/icons/matefaenza/mimetypes/24/text-x-makefile.png +share/icons/matefaenza/mimetypes/24/text-x-preview.png +share/icons/matefaenza/mimetypes/24/text-x-python.png +share/icons/matefaenza/mimetypes/24/text-x-readme.png +share/icons/matefaenza/mimetypes/24/text-x-script.png +share/icons/matefaenza/mimetypes/24/text-x-source.png +share/icons/matefaenza/mimetypes/24/text-x-sql.png +share/icons/matefaenza/mimetypes/24/text-x-tex.png +share/icons/matefaenza/mimetypes/24/text-x-vcard.png +share/icons/matefaenza/mimetypes/24/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/24/text-xml.png +share/icons/matefaenza/mimetypes/24/txt.png +share/icons/matefaenza/mimetypes/24/txt2.png +share/icons/matefaenza/mimetypes/24/unknown.png +share/icons/matefaenza/mimetypes/24/vcalendar.png +share/icons/matefaenza/mimetypes/24/video-x-generic.png +share/icons/matefaenza/mimetypes/24/video.png +share/icons/matefaenza/mimetypes/24/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/24/wordprocessing.png +share/icons/matefaenza/mimetypes/24/www.png +share/icons/matefaenza/mimetypes/24/x-dia-diagram.png +share/icons/matefaenza/mimetypes/24/x-office-address-book.png +share/icons/matefaenza/mimetypes/24/x-office-document.png +share/icons/matefaenza/mimetypes/24/x-office-drawing.png +share/icons/matefaenza/mimetypes/24/x-office-presentation.png +share/icons/matefaenza/mimetypes/24/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/24/zip.png +share/icons/matefaenza/mimetypes/32/application-7zip.png +share/icons/matefaenza/mimetypes/32/application-atom+xml.png +share/icons/matefaenza/mimetypes/32/application-illustrator.png +share/icons/matefaenza/mimetypes/32/application-javascript.png +share/icons/matefaenza/mimetypes/32/application-mbox.png +share/icons/matefaenza/mimetypes/32/application-msword.png +share/icons/matefaenza/mimetypes/32/application-octet-stream.png +share/icons/matefaenza/mimetypes/32/application-ogg.png +share/icons/matefaenza/mimetypes/32/application-pdf.png +share/icons/matefaenza/mimetypes/32/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/32/application-pgp-keys.png +share/icons/matefaenza/mimetypes/32/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/32/application-rss+xml.png +share/icons/matefaenza/mimetypes/32/application-rtf.png +share/icons/matefaenza/mimetypes/32/application-text.png +share/icons/matefaenza/mimetypes/32/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/32/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/32/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/32/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/32/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/32/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/32/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/32/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/32/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/32/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/32/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/32/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/32/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/32/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/32/application-x-7zip.png +share/icons/matefaenza/mimetypes/32/application-x-ace.png +share/icons/matefaenza/mimetypes/32/application-x-arc.png +share/icons/matefaenza/mimetypes/32/application-x-archive.png +share/icons/matefaenza/mimetypes/32/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/32/application-x-cd-image.png +share/icons/matefaenza/mimetypes/32/application-x-class-file.png +share/icons/matefaenza/mimetypes/32/application-x-compress.png +share/icons/matefaenza/mimetypes/32/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/32/application-x-csproj.png +share/icons/matefaenza/mimetypes/32/application-x-cue.png +share/icons/matefaenza/mimetypes/32/application-x-deb.png +share/icons/matefaenza/mimetypes/32/application-x-designer.png +share/icons/matefaenza/mimetypes/32/application-x-desktop.png +share/icons/matefaenza/mimetypes/32/application-x-executable.png +share/icons/matefaenza/mimetypes/32/application-x-extension-html.png +share/icons/matefaenza/mimetypes/32/application-x-flash-video.png +share/icons/matefaenza/mimetypes/32/application-x-glade.png +share/icons/matefaenza/mimetypes/32/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/32/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/32/application-x-gzip.png +share/icons/matefaenza/mimetypes/32/application-x-jar.png +share/icons/matefaenza/mimetypes/32/application-x-java-archive.png +share/icons/matefaenza/mimetypes/32/application-x-java.png +share/icons/matefaenza/mimetypes/32/application-x-javascript.png +share/icons/matefaenza/mimetypes/32/application-x-keepass.png +share/icons/matefaenza/mimetypes/32/application-x-lha.png +share/icons/matefaenza/mimetypes/32/application-x-lhz.png +share/icons/matefaenza/mimetypes/32/application-x-m4.png +share/icons/matefaenza/mimetypes/32/application-x-matroska.png +share/icons/matefaenza/mimetypes/32/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/32/application-x-msdownload.png +share/icons/matefaenza/mimetypes/32/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/32/application-x-pak.png +share/icons/matefaenza/mimetypes/32/application-x-pem-key.png +share/icons/matefaenza/mimetypes/32/application-x-php.png +share/icons/matefaenza/mimetypes/32/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/32/application-x-rar.png +share/icons/matefaenza/mimetypes/32/application-x-rpm.png +share/icons/matefaenza/mimetypes/32/application-x-ruby.png +share/icons/matefaenza/mimetypes/32/application-x-scribus.png +share/icons/matefaenza/mimetypes/32/application-x-shellscript.png +share/icons/matefaenza/mimetypes/32/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/32/application-x-sln.png +share/icons/matefaenza/mimetypes/32/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/32/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/32/application-x-tar.png +share/icons/matefaenza/mimetypes/32/application-x-theme.png +share/icons/matefaenza/mimetypes/32/application-x-trash.png +share/icons/matefaenza/mimetypes/32/application-x-zip.png +share/icons/matefaenza/mimetypes/32/application-xml.png +share/icons/matefaenza/mimetypes/32/application-zip.png +share/icons/matefaenza/mimetypes/32/audio-mpeg.png +share/icons/matefaenza/mimetypes/32/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/32/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/32/audio-x-generic.png +share/icons/matefaenza/mimetypes/32/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/32/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/32/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/32/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/32/audio-x-scpls.png +share/icons/matefaenza/mimetypes/32/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/32/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/32/audio-x-wav.png +share/icons/matefaenza/mimetypes/32/authors.png +share/icons/matefaenza/mimetypes/32/binary.png +share/icons/matefaenza/mimetypes/32/deb.png +share/icons/matefaenza/mimetypes/32/document.png +share/icons/matefaenza/mimetypes/32/empty.png +share/icons/matefaenza/mimetypes/32/encrypted.png +share/icons/matefaenza/mimetypes/32/exec.png +share/icons/matefaenza/mimetypes/32/extension.png +share/icons/matefaenza/mimetypes/32/folder_tar.png +share/icons/matefaenza/mimetypes/32/font-x-generic.png +share/icons/matefaenza/mimetypes/32/font.png +share/icons/matefaenza/mimetypes/32/font.xpm +share/icons/matefaenza/mimetypes/32/font_bitmap.png +share/icons/matefaenza/mimetypes/32/font_truetype.png +share/icons/matefaenza/mimetypes/32/font_type1.png +share/icons/matefaenza/mimetypes/32/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/32/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/32/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/32/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/32/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/32/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/32/gnome-mime-image.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/32/gnome-mime-text.png +share/icons/matefaenza/mimetypes/32/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/32/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/32/gnome-mime-video.png +share/icons/matefaenza/mimetypes/32/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/32/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/32/gnome-package.png +share/icons/matefaenza/mimetypes/32/gtk-file.png +share/icons/matefaenza/mimetypes/32/html.png +share/icons/matefaenza/mimetypes/32/image-bmp.png +share/icons/matefaenza/mimetypes/32/image-gif.png +share/icons/matefaenza/mimetypes/32/image-jpeg.png +share/icons/matefaenza/mimetypes/32/image-jpeg2000.png +share/icons/matefaenza/mimetypes/32/image-png.png +share/icons/matefaenza/mimetypes/32/image-svg+xml.png +share/icons/matefaenza/mimetypes/32/image-tiff.png +share/icons/matefaenza/mimetypes/32/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/32/image-x-eps.png +share/icons/matefaenza/mimetypes/32/image-x-generic.png +share/icons/matefaenza/mimetypes/32/image-x-ico.png +share/icons/matefaenza/mimetypes/32/image-x-icon.png +share/icons/matefaenza/mimetypes/32/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/32/image-x-psd.png +share/icons/matefaenza/mimetypes/32/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/32/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/32/image-x-tga.png +share/icons/matefaenza/mimetypes/32/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/32/image-x-xcf.png +share/icons/matefaenza/mimetypes/32/image.png +share/icons/matefaenza/mimetypes/32/jpeg.png +share/icons/matefaenza/mimetypes/32/jpg.png +share/icons/matefaenza/mimetypes/32/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/32/media-audio.png +share/icons/matefaenza/mimetypes/32/media-image.png +share/icons/matefaenza/mimetypes/32/media-video.png +share/icons/matefaenza/mimetypes/32/message-rfc822.png +share/icons/matefaenza/mimetypes/32/message.png +share/icons/matefaenza/mimetypes/32/misc.png +share/icons/matefaenza/mimetypes/32/multipart-encrypted.png +share/icons/matefaenza/mimetypes/32/none.png +share/icons/matefaenza/mimetypes/32/office-document.png +share/icons/matefaenza/mimetypes/32/office-illustration.png +share/icons/matefaenza/mimetypes/32/office-spreadsheet.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/32/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/32/opera-extension.png +share/icons/matefaenza/mimetypes/32/opera-unite-application.png +share/icons/matefaenza/mimetypes/32/opera-widget.png +share/icons/matefaenza/mimetypes/32/package-x-generic.png +share/icons/matefaenza/mimetypes/32/package.png +share/icons/matefaenza/mimetypes/32/package_editors.png +share/icons/matefaenza/mimetypes/32/package_wordprocessing.png +share/icons/matefaenza/mimetypes/32/pdf.png +share/icons/matefaenza/mimetypes/32/phatch-actionlist.png +share/icons/matefaenza/mimetypes/32/playlist-automatic.png +share/icons/matefaenza/mimetypes/32/playlist.png +share/icons/matefaenza/mimetypes/32/rpm.png +share/icons/matefaenza/mimetypes/32/shellscript.png +share/icons/matefaenza/mimetypes/32/sound.png +share/icons/matefaenza/mimetypes/32/source-playlist.png +share/icons/matefaenza/mimetypes/32/source-smart-playlist.png +share/icons/matefaenza/mimetypes/32/spreadsheet.png +share/icons/matefaenza/mimetypes/32/stock_addressbook.png +share/icons/matefaenza/mimetypes/32/stock_calendar.png +share/icons/matefaenza/mimetypes/32/stock_script.png +share/icons/matefaenza/mimetypes/32/svg.png +share/icons/matefaenza/mimetypes/32/tar.png +share/icons/matefaenza/mimetypes/32/template_source.png +share/icons/matefaenza/mimetypes/32/text-css.png +share/icons/matefaenza/mimetypes/32/text-enriched.png +share/icons/matefaenza/mimetypes/32/text-html.png +share/icons/matefaenza/mimetypes/32/text-htmlh.png +share/icons/matefaenza/mimetypes/32/text-mht.png +share/icons/matefaenza/mimetypes/32/text-plain.png +share/icons/matefaenza/mimetypes/32/text-richtext.png +share/icons/matefaenza/mimetypes/32/text-spreadsheet.png +share/icons/matefaenza/mimetypes/32/text-x-authors.png +share/icons/matefaenza/mimetypes/32/text-x-bak.png +share/icons/matefaenza/mimetypes/32/text-x-bibtex.png +share/icons/matefaenza/mimetypes/32/text-x-c++.png +share/icons/matefaenza/mimetypes/32/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/32/text-x-c++src.png +share/icons/matefaenza/mimetypes/32/text-x-c.png +share/icons/matefaenza/mimetypes/32/text-x-changelog.png +share/icons/matefaenza/mimetypes/32/text-x-chdr.png +share/icons/matefaenza/mimetypes/32/text-x-copying.png +share/icons/matefaenza/mimetypes/32/text-x-credits.png +share/icons/matefaenza/mimetypes/32/text-x-csrc.png +share/icons/matefaenza/mimetypes/32/text-x-css.png +share/icons/matefaenza/mimetypes/32/text-x-generic-template.png +share/icons/matefaenza/mimetypes/32/text-x-generic.png +share/icons/matefaenza/mimetypes/32/text-x-install.png +share/icons/matefaenza/mimetypes/32/text-x-java-source.png +share/icons/matefaenza/mimetypes/32/text-x-java.png +share/icons/matefaenza/mimetypes/32/text-x-javascript.png +share/icons/matefaenza/mimetypes/32/text-x-makefile.png +share/icons/matefaenza/mimetypes/32/text-x-preview.icon +share/icons/matefaenza/mimetypes/32/text-x-preview.png +share/icons/matefaenza/mimetypes/32/text-x-python.png +share/icons/matefaenza/mimetypes/32/text-x-readme.png +share/icons/matefaenza/mimetypes/32/text-x-script.png +share/icons/matefaenza/mimetypes/32/text-x-source.png +share/icons/matefaenza/mimetypes/32/text-x-sql.png +share/icons/matefaenza/mimetypes/32/text-x-tex.png +share/icons/matefaenza/mimetypes/32/text-x-vcard.png +share/icons/matefaenza/mimetypes/32/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/32/text-xml.png +share/icons/matefaenza/mimetypes/32/txt.png +share/icons/matefaenza/mimetypes/32/txt2.png +share/icons/matefaenza/mimetypes/32/unknown.png +share/icons/matefaenza/mimetypes/32/vcalendar.png +share/icons/matefaenza/mimetypes/32/video-x-generic.png +share/icons/matefaenza/mimetypes/32/video.png +share/icons/matefaenza/mimetypes/32/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/32/wordprocessing.png +share/icons/matefaenza/mimetypes/32/www.png +share/icons/matefaenza/mimetypes/32/x-dia-diagram.png +share/icons/matefaenza/mimetypes/32/x-office-address-book.png +share/icons/matefaenza/mimetypes/32/x-office-document.png +share/icons/matefaenza/mimetypes/32/x-office-drawing.png +share/icons/matefaenza/mimetypes/32/x-office-presentation.png +share/icons/matefaenza/mimetypes/32/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/32/zip.png +share/icons/matefaenza/mimetypes/48/application-7zip.png +share/icons/matefaenza/mimetypes/48/application-atom+xml.png +share/icons/matefaenza/mimetypes/48/application-illustrator.png +share/icons/matefaenza/mimetypes/48/application-javascript.png +share/icons/matefaenza/mimetypes/48/application-mbox.png +share/icons/matefaenza/mimetypes/48/application-msword.png +share/icons/matefaenza/mimetypes/48/application-octet-stream.png +share/icons/matefaenza/mimetypes/48/application-ogg.png +share/icons/matefaenza/mimetypes/48/application-pdf.png +share/icons/matefaenza/mimetypes/48/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/48/application-pgp-keys.png +share/icons/matefaenza/mimetypes/48/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/48/application-rss+xml.png +share/icons/matefaenza/mimetypes/48/application-rtf.png +share/icons/matefaenza/mimetypes/48/application-text.png +share/icons/matefaenza/mimetypes/48/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/48/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/48/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/48/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/48/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/48/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/48/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/48/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/48/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/48/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/48/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/48/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/48/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/48/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/48/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/48/application-x-7zip.png +share/icons/matefaenza/mimetypes/48/application-x-ace.png +share/icons/matefaenza/mimetypes/48/application-x-arc.png +share/icons/matefaenza/mimetypes/48/application-x-archive.png +share/icons/matefaenza/mimetypes/48/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/48/application-x-cd-image.png +share/icons/matefaenza/mimetypes/48/application-x-class-file.png +share/icons/matefaenza/mimetypes/48/application-x-compress.png +share/icons/matefaenza/mimetypes/48/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/48/application-x-csproj.png +share/icons/matefaenza/mimetypes/48/application-x-cue.png +share/icons/matefaenza/mimetypes/48/application-x-deb.png +share/icons/matefaenza/mimetypes/48/application-x-designer.png +share/icons/matefaenza/mimetypes/48/application-x-desktop.png +share/icons/matefaenza/mimetypes/48/application-x-executable.png +share/icons/matefaenza/mimetypes/48/application-x-extension-html.png +share/icons/matefaenza/mimetypes/48/application-x-flash-video.png +share/icons/matefaenza/mimetypes/48/application-x-glade.png +share/icons/matefaenza/mimetypes/48/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/48/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/48/application-x-gzip.png +share/icons/matefaenza/mimetypes/48/application-x-jar.png +share/icons/matefaenza/mimetypes/48/application-x-java-archive.png +share/icons/matefaenza/mimetypes/48/application-x-java.png +share/icons/matefaenza/mimetypes/48/application-x-javascript.png +share/icons/matefaenza/mimetypes/48/application-x-keepass.png +share/icons/matefaenza/mimetypes/48/application-x-lha.png +share/icons/matefaenza/mimetypes/48/application-x-lhz.png +share/icons/matefaenza/mimetypes/48/application-x-m4.png +share/icons/matefaenza/mimetypes/48/application-x-matroska.png +share/icons/matefaenza/mimetypes/48/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/48/application-x-msdownload.png +share/icons/matefaenza/mimetypes/48/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/48/application-x-pak.png +share/icons/matefaenza/mimetypes/48/application-x-pem-key.png +share/icons/matefaenza/mimetypes/48/application-x-php.png +share/icons/matefaenza/mimetypes/48/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/48/application-x-rar.png +share/icons/matefaenza/mimetypes/48/application-x-rpm.png +share/icons/matefaenza/mimetypes/48/application-x-ruby.png +share/icons/matefaenza/mimetypes/48/application-x-scribus.png +share/icons/matefaenza/mimetypes/48/application-x-shellscript.png +share/icons/matefaenza/mimetypes/48/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/48/application-x-sln.png +share/icons/matefaenza/mimetypes/48/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/48/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/48/application-x-tar.png +share/icons/matefaenza/mimetypes/48/application-x-theme.png +share/icons/matefaenza/mimetypes/48/application-x-trash.png +share/icons/matefaenza/mimetypes/48/application-x-zip.png +share/icons/matefaenza/mimetypes/48/application-xml.png +share/icons/matefaenza/mimetypes/48/application-zip.png +share/icons/matefaenza/mimetypes/48/audio-mpeg.png +share/icons/matefaenza/mimetypes/48/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/48/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/48/audio-x-generic.png +share/icons/matefaenza/mimetypes/48/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/48/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/48/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/48/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/48/audio-x-scpls.png +share/icons/matefaenza/mimetypes/48/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/48/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/48/audio-x-wav.png +share/icons/matefaenza/mimetypes/48/authors.png +share/icons/matefaenza/mimetypes/48/binary.png +share/icons/matefaenza/mimetypes/48/deb.png +share/icons/matefaenza/mimetypes/48/document.png +share/icons/matefaenza/mimetypes/48/empty.png +share/icons/matefaenza/mimetypes/48/encrypted.png +share/icons/matefaenza/mimetypes/48/exec.png +share/icons/matefaenza/mimetypes/48/extension.png +share/icons/matefaenza/mimetypes/48/folder_tar.png +share/icons/matefaenza/mimetypes/48/font-x-generic.png +share/icons/matefaenza/mimetypes/48/font.png +share/icons/matefaenza/mimetypes/48/font.xpm +share/icons/matefaenza/mimetypes/48/font_bitmap.png +share/icons/matefaenza/mimetypes/48/font_truetype.png +share/icons/matefaenza/mimetypes/48/font_type1.png +share/icons/matefaenza/mimetypes/48/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/48/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/48/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/48/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/48/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/48/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/48/gnome-mime-image.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/48/gnome-mime-text.png +share/icons/matefaenza/mimetypes/48/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/48/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/48/gnome-mime-video.png +share/icons/matefaenza/mimetypes/48/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/48/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/48/gnome-package.png +share/icons/matefaenza/mimetypes/48/gtk-file.png +share/icons/matefaenza/mimetypes/48/html.png +share/icons/matefaenza/mimetypes/48/image-bmp.png +share/icons/matefaenza/mimetypes/48/image-gif.png +share/icons/matefaenza/mimetypes/48/image-jpeg.png +share/icons/matefaenza/mimetypes/48/image-jpeg2000.png +share/icons/matefaenza/mimetypes/48/image-png.png +share/icons/matefaenza/mimetypes/48/image-svg+xml.png +share/icons/matefaenza/mimetypes/48/image-tiff.png +share/icons/matefaenza/mimetypes/48/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/48/image-x-eps.png +share/icons/matefaenza/mimetypes/48/image-x-generic.png +share/icons/matefaenza/mimetypes/48/image-x-ico.png +share/icons/matefaenza/mimetypes/48/image-x-icon.png +share/icons/matefaenza/mimetypes/48/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/48/image-x-psd.png +share/icons/matefaenza/mimetypes/48/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/48/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/48/image-x-tga.png +share/icons/matefaenza/mimetypes/48/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/48/image-x-xcf.png +share/icons/matefaenza/mimetypes/48/image.png +share/icons/matefaenza/mimetypes/48/jpeg.png +share/icons/matefaenza/mimetypes/48/jpg.png +share/icons/matefaenza/mimetypes/48/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/48/media-audio.png +share/icons/matefaenza/mimetypes/48/media-image.png +share/icons/matefaenza/mimetypes/48/media-video.png +share/icons/matefaenza/mimetypes/48/message-rfc822.png +share/icons/matefaenza/mimetypes/48/message.png +share/icons/matefaenza/mimetypes/48/misc.png +share/icons/matefaenza/mimetypes/48/multipart-encrypted.png +share/icons/matefaenza/mimetypes/48/none.png +share/icons/matefaenza/mimetypes/48/office-document.png +share/icons/matefaenza/mimetypes/48/office-illustration.png +share/icons/matefaenza/mimetypes/48/office-spreadsheet.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/48/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/48/opera-extension.png +share/icons/matefaenza/mimetypes/48/opera-unite-application.png +share/icons/matefaenza/mimetypes/48/opera-widget.png +share/icons/matefaenza/mimetypes/48/package-x-generic.png +share/icons/matefaenza/mimetypes/48/package.png +share/icons/matefaenza/mimetypes/48/package_editors.png +share/icons/matefaenza/mimetypes/48/package_wordprocessing.png +share/icons/matefaenza/mimetypes/48/pdf.png +share/icons/matefaenza/mimetypes/48/phatch-actionlist.png +share/icons/matefaenza/mimetypes/48/playlist-automatic.png +share/icons/matefaenza/mimetypes/48/playlist.png +share/icons/matefaenza/mimetypes/48/rpm.png +share/icons/matefaenza/mimetypes/48/shellscript.png +share/icons/matefaenza/mimetypes/48/sound.png +share/icons/matefaenza/mimetypes/48/source-playlist.png +share/icons/matefaenza/mimetypes/48/source-smart-playlist.png +share/icons/matefaenza/mimetypes/48/spreadsheet.png +share/icons/matefaenza/mimetypes/48/stock_addressbook.png +share/icons/matefaenza/mimetypes/48/stock_calendar.png +share/icons/matefaenza/mimetypes/48/stock_script.png +share/icons/matefaenza/mimetypes/48/svg.png +share/icons/matefaenza/mimetypes/48/tar.png +share/icons/matefaenza/mimetypes/48/template_source.png +share/icons/matefaenza/mimetypes/48/text-css.png +share/icons/matefaenza/mimetypes/48/text-enriched.png +share/icons/matefaenza/mimetypes/48/text-html.png +share/icons/matefaenza/mimetypes/48/text-htmlh.png +share/icons/matefaenza/mimetypes/48/text-mht.png +share/icons/matefaenza/mimetypes/48/text-plain.png +share/icons/matefaenza/mimetypes/48/text-richtext.png +share/icons/matefaenza/mimetypes/48/text-spreadsheet.png +share/icons/matefaenza/mimetypes/48/text-x-authors.png +share/icons/matefaenza/mimetypes/48/text-x-bak.png +share/icons/matefaenza/mimetypes/48/text-x-bibtex.png +share/icons/matefaenza/mimetypes/48/text-x-c++.png +share/icons/matefaenza/mimetypes/48/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/48/text-x-c++src.png +share/icons/matefaenza/mimetypes/48/text-x-c.png +share/icons/matefaenza/mimetypes/48/text-x-changelog.png +share/icons/matefaenza/mimetypes/48/text-x-chdr.png +share/icons/matefaenza/mimetypes/48/text-x-copying.png +share/icons/matefaenza/mimetypes/48/text-x-credits.png +share/icons/matefaenza/mimetypes/48/text-x-csrc.png +share/icons/matefaenza/mimetypes/48/text-x-css.png +share/icons/matefaenza/mimetypes/48/text-x-generic-template.png +share/icons/matefaenza/mimetypes/48/text-x-generic.png +share/icons/matefaenza/mimetypes/48/text-x-install.png +share/icons/matefaenza/mimetypes/48/text-x-java-source.png +share/icons/matefaenza/mimetypes/48/text-x-java.png +share/icons/matefaenza/mimetypes/48/text-x-javascript.png +share/icons/matefaenza/mimetypes/48/text-x-makefile.png +share/icons/matefaenza/mimetypes/48/text-x-preview.icon +share/icons/matefaenza/mimetypes/48/text-x-preview.png +share/icons/matefaenza/mimetypes/48/text-x-python.png +share/icons/matefaenza/mimetypes/48/text-x-readme.png +share/icons/matefaenza/mimetypes/48/text-x-script.png +share/icons/matefaenza/mimetypes/48/text-x-source.png +share/icons/matefaenza/mimetypes/48/text-x-sql.png +share/icons/matefaenza/mimetypes/48/text-x-tex.png +share/icons/matefaenza/mimetypes/48/text-x-vcard.png +share/icons/matefaenza/mimetypes/48/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/48/text-xml.png +share/icons/matefaenza/mimetypes/48/txt.png +share/icons/matefaenza/mimetypes/48/txt2.png +share/icons/matefaenza/mimetypes/48/unknown.png +share/icons/matefaenza/mimetypes/48/vcalendar.png +share/icons/matefaenza/mimetypes/48/video-x-generic.png +share/icons/matefaenza/mimetypes/48/video.png +share/icons/matefaenza/mimetypes/48/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/48/wordprocessing.png +share/icons/matefaenza/mimetypes/48/www.png +share/icons/matefaenza/mimetypes/48/x-dia-diagram.png +share/icons/matefaenza/mimetypes/48/x-office-address-book.png +share/icons/matefaenza/mimetypes/48/x-office-document.png +share/icons/matefaenza/mimetypes/48/x-office-drawing.png +share/icons/matefaenza/mimetypes/48/x-office-presentation.png +share/icons/matefaenza/mimetypes/48/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/48/zip.png +share/icons/matefaenza/mimetypes/64/application-7zip.png +share/icons/matefaenza/mimetypes/64/application-atom+xml.png +share/icons/matefaenza/mimetypes/64/application-illustrator.png +share/icons/matefaenza/mimetypes/64/application-javascript.png +share/icons/matefaenza/mimetypes/64/application-mbox.png +share/icons/matefaenza/mimetypes/64/application-msword.png +share/icons/matefaenza/mimetypes/64/application-octet-stream.png +share/icons/matefaenza/mimetypes/64/application-ogg.png +share/icons/matefaenza/mimetypes/64/application-pdf.png +share/icons/matefaenza/mimetypes/64/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/64/application-pgp-keys.png +share/icons/matefaenza/mimetypes/64/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/64/application-rss+xml.png +share/icons/matefaenza/mimetypes/64/application-rtf.png +share/icons/matefaenza/mimetypes/64/application-text.png +share/icons/matefaenza/mimetypes/64/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/64/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/64/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/64/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/64/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/64/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/64/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/64/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/64/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/64/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/64/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/64/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/64/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/64/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/64/application-x-7zip.png +share/icons/matefaenza/mimetypes/64/application-x-ace.png +share/icons/matefaenza/mimetypes/64/application-x-arc.png +share/icons/matefaenza/mimetypes/64/application-x-archive.png +share/icons/matefaenza/mimetypes/64/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/64/application-x-cd-image.png +share/icons/matefaenza/mimetypes/64/application-x-class-file.png +share/icons/matefaenza/mimetypes/64/application-x-compress.png +share/icons/matefaenza/mimetypes/64/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/64/application-x-csproj.png +share/icons/matefaenza/mimetypes/64/application-x-cue.png +share/icons/matefaenza/mimetypes/64/application-x-deb.png +share/icons/matefaenza/mimetypes/64/application-x-designer.png +share/icons/matefaenza/mimetypes/64/application-x-desktop.png +share/icons/matefaenza/mimetypes/64/application-x-executable.png +share/icons/matefaenza/mimetypes/64/application-x-extension-html.png +share/icons/matefaenza/mimetypes/64/application-x-flash-video.png +share/icons/matefaenza/mimetypes/64/application-x-glade.png +share/icons/matefaenza/mimetypes/64/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/64/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/64/application-x-gzip.png +share/icons/matefaenza/mimetypes/64/application-x-jar.png +share/icons/matefaenza/mimetypes/64/application-x-java-archive.png +share/icons/matefaenza/mimetypes/64/application-x-java.png +share/icons/matefaenza/mimetypes/64/application-x-javascript.png +share/icons/matefaenza/mimetypes/64/application-x-keepass.png +share/icons/matefaenza/mimetypes/64/application-x-lha.png +share/icons/matefaenza/mimetypes/64/application-x-lhz.png +share/icons/matefaenza/mimetypes/64/application-x-m4.png +share/icons/matefaenza/mimetypes/64/application-x-matroska.png +share/icons/matefaenza/mimetypes/64/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/64/application-x-msdownload.png +share/icons/matefaenza/mimetypes/64/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/64/application-x-pak.png +share/icons/matefaenza/mimetypes/64/application-x-pem-key.png +share/icons/matefaenza/mimetypes/64/application-x-php.png +share/icons/matefaenza/mimetypes/64/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/64/application-x-rar.png +share/icons/matefaenza/mimetypes/64/application-x-rpm.png +share/icons/matefaenza/mimetypes/64/application-x-ruby.png +share/icons/matefaenza/mimetypes/64/application-x-scribus.png +share/icons/matefaenza/mimetypes/64/application-x-shellscript.png +share/icons/matefaenza/mimetypes/64/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/64/application-x-sln.png +share/icons/matefaenza/mimetypes/64/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/64/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/64/application-x-tar.png +share/icons/matefaenza/mimetypes/64/application-x-theme.png +share/icons/matefaenza/mimetypes/64/application-x-trash.png +share/icons/matefaenza/mimetypes/64/application-x-zip.png +share/icons/matefaenza/mimetypes/64/application-xml.png +share/icons/matefaenza/mimetypes/64/application-zip.png +share/icons/matefaenza/mimetypes/64/audio-mpeg.png +share/icons/matefaenza/mimetypes/64/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/64/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/64/audio-x-generic.png +share/icons/matefaenza/mimetypes/64/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/64/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/64/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/64/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/64/audio-x-scpls.png +share/icons/matefaenza/mimetypes/64/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/64/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/64/audio-x-wav.png +share/icons/matefaenza/mimetypes/64/authors.png +share/icons/matefaenza/mimetypes/64/binary.png +share/icons/matefaenza/mimetypes/64/deb.png +share/icons/matefaenza/mimetypes/64/document.png +share/icons/matefaenza/mimetypes/64/empty.png +share/icons/matefaenza/mimetypes/64/encrypted.png +share/icons/matefaenza/mimetypes/64/exec.png +share/icons/matefaenza/mimetypes/64/extension.png +share/icons/matefaenza/mimetypes/64/folder_tar.png +share/icons/matefaenza/mimetypes/64/font-x-generic.png +share/icons/matefaenza/mimetypes/64/font.png +share/icons/matefaenza/mimetypes/64/font_bitmap.png +share/icons/matefaenza/mimetypes/64/font_truetype.png +share/icons/matefaenza/mimetypes/64/font_type1.png +share/icons/matefaenza/mimetypes/64/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/64/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/64/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/64/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/64/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/64/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/64/gnome-mime-image.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/64/gnome-mime-text.png +share/icons/matefaenza/mimetypes/64/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/64/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/64/gnome-mime-video.png +share/icons/matefaenza/mimetypes/64/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/64/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/64/gnome-package.png +share/icons/matefaenza/mimetypes/64/gtk-file.png +share/icons/matefaenza/mimetypes/64/html.png +share/icons/matefaenza/mimetypes/64/image-bmp.png +share/icons/matefaenza/mimetypes/64/image-gif.png +share/icons/matefaenza/mimetypes/64/image-jpeg.png +share/icons/matefaenza/mimetypes/64/image-jpeg2000.png +share/icons/matefaenza/mimetypes/64/image-png.png +share/icons/matefaenza/mimetypes/64/image-svg+xml.png +share/icons/matefaenza/mimetypes/64/image-tiff.png +share/icons/matefaenza/mimetypes/64/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/64/image-x-eps.png +share/icons/matefaenza/mimetypes/64/image-x-generic.png +share/icons/matefaenza/mimetypes/64/image-x-ico.png +share/icons/matefaenza/mimetypes/64/image-x-icon.png +share/icons/matefaenza/mimetypes/64/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/64/image-x-psd.png +share/icons/matefaenza/mimetypes/64/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/64/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/64/image-x-tga.png +share/icons/matefaenza/mimetypes/64/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/64/image-x-xcf.png +share/icons/matefaenza/mimetypes/64/image.png +share/icons/matefaenza/mimetypes/64/jpeg.png +share/icons/matefaenza/mimetypes/64/jpg.png +share/icons/matefaenza/mimetypes/64/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/64/media-audio.png +share/icons/matefaenza/mimetypes/64/media-image.png +share/icons/matefaenza/mimetypes/64/media-video.png +share/icons/matefaenza/mimetypes/64/message-rfc822.png +share/icons/matefaenza/mimetypes/64/message.png +share/icons/matefaenza/mimetypes/64/misc.png +share/icons/matefaenza/mimetypes/64/multipart-encrypted.png +share/icons/matefaenza/mimetypes/64/none.png +share/icons/matefaenza/mimetypes/64/office-document.png +share/icons/matefaenza/mimetypes/64/office-illustration.png +share/icons/matefaenza/mimetypes/64/office-spreadsheet.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/64/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/64/opera-extension.png +share/icons/matefaenza/mimetypes/64/opera-unite-application.png +share/icons/matefaenza/mimetypes/64/opera-widget.png +share/icons/matefaenza/mimetypes/64/package-x-generic.png +share/icons/matefaenza/mimetypes/64/package.png +share/icons/matefaenza/mimetypes/64/package_editors.png +share/icons/matefaenza/mimetypes/64/package_wordprocessing.png +share/icons/matefaenza/mimetypes/64/pdf.png +share/icons/matefaenza/mimetypes/64/phatch-actionlist.png +share/icons/matefaenza/mimetypes/64/playlist-automatic.png +share/icons/matefaenza/mimetypes/64/playlist.png +share/icons/matefaenza/mimetypes/64/rpm.png +share/icons/matefaenza/mimetypes/64/shellscript.png +share/icons/matefaenza/mimetypes/64/sound.png +share/icons/matefaenza/mimetypes/64/source-playlist.png +share/icons/matefaenza/mimetypes/64/source-smart-playlist.png +share/icons/matefaenza/mimetypes/64/spreadsheet.png +share/icons/matefaenza/mimetypes/64/stock_addressbook.png +share/icons/matefaenza/mimetypes/64/stock_calendar.png +share/icons/matefaenza/mimetypes/64/stock_script.png +share/icons/matefaenza/mimetypes/64/svg.png +share/icons/matefaenza/mimetypes/64/tar.png +share/icons/matefaenza/mimetypes/64/template_source.png +share/icons/matefaenza/mimetypes/64/text-css.png +share/icons/matefaenza/mimetypes/64/text-enriched.png +share/icons/matefaenza/mimetypes/64/text-html.png +share/icons/matefaenza/mimetypes/64/text-htmlh.png +share/icons/matefaenza/mimetypes/64/text-mht.png +share/icons/matefaenza/mimetypes/64/text-plain.png +share/icons/matefaenza/mimetypes/64/text-richtext.png +share/icons/matefaenza/mimetypes/64/text-spreadsheet.png +share/icons/matefaenza/mimetypes/64/text-x-authors.png +share/icons/matefaenza/mimetypes/64/text-x-bak.png +share/icons/matefaenza/mimetypes/64/text-x-bibtex.png +share/icons/matefaenza/mimetypes/64/text-x-c++.png +share/icons/matefaenza/mimetypes/64/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/64/text-x-c++src.png +share/icons/matefaenza/mimetypes/64/text-x-c.png +share/icons/matefaenza/mimetypes/64/text-x-changelog.png +share/icons/matefaenza/mimetypes/64/text-x-chdr.png +share/icons/matefaenza/mimetypes/64/text-x-copying.png +share/icons/matefaenza/mimetypes/64/text-x-credits.png +share/icons/matefaenza/mimetypes/64/text-x-csrc.png +share/icons/matefaenza/mimetypes/64/text-x-css.png +share/icons/matefaenza/mimetypes/64/text-x-generic-template.png +share/icons/matefaenza/mimetypes/64/text-x-generic.png +share/icons/matefaenza/mimetypes/64/text-x-install.png +share/icons/matefaenza/mimetypes/64/text-x-java-source.png +share/icons/matefaenza/mimetypes/64/text-x-java.png +share/icons/matefaenza/mimetypes/64/text-x-javascript.png +share/icons/matefaenza/mimetypes/64/text-x-makefile.png +share/icons/matefaenza/mimetypes/64/text-x-preview.icon +share/icons/matefaenza/mimetypes/64/text-x-preview.png +share/icons/matefaenza/mimetypes/64/text-x-python.png +share/icons/matefaenza/mimetypes/64/text-x-readme.png +share/icons/matefaenza/mimetypes/64/text-x-script.png +share/icons/matefaenza/mimetypes/64/text-x-source.png +share/icons/matefaenza/mimetypes/64/text-x-sql.png +share/icons/matefaenza/mimetypes/64/text-x-tex.png +share/icons/matefaenza/mimetypes/64/text-x-vcard.png +share/icons/matefaenza/mimetypes/64/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/64/text-xml.png +share/icons/matefaenza/mimetypes/64/txt.png +share/icons/matefaenza/mimetypes/64/txt2.png +share/icons/matefaenza/mimetypes/64/unknown.png +share/icons/matefaenza/mimetypes/64/vcalendar.png +share/icons/matefaenza/mimetypes/64/video-x-generic.png +share/icons/matefaenza/mimetypes/64/video.png +share/icons/matefaenza/mimetypes/64/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/64/wordprocessing.png +share/icons/matefaenza/mimetypes/64/www.png +share/icons/matefaenza/mimetypes/64/x-dia-diagram.png +share/icons/matefaenza/mimetypes/64/x-office-address-book.png +share/icons/matefaenza/mimetypes/64/x-office-document.png +share/icons/matefaenza/mimetypes/64/x-office-drawing.png +share/icons/matefaenza/mimetypes/64/x-office-presentation.png +share/icons/matefaenza/mimetypes/64/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/64/zip.png +share/icons/matefaenza/mimetypes/96/application-7zip.png +share/icons/matefaenza/mimetypes/96/application-atom+xml.png +share/icons/matefaenza/mimetypes/96/application-illustrator.png +share/icons/matefaenza/mimetypes/96/application-javascript.png +share/icons/matefaenza/mimetypes/96/application-mbox.png +share/icons/matefaenza/mimetypes/96/application-msword.png +share/icons/matefaenza/mimetypes/96/application-octet-stream.png +share/icons/matefaenza/mimetypes/96/application-ogg.png +share/icons/matefaenza/mimetypes/96/application-pdf.png +share/icons/matefaenza/mimetypes/96/application-pgp-encrypted.png +share/icons/matefaenza/mimetypes/96/application-pgp-keys.png +share/icons/matefaenza/mimetypes/96/application-pkcs7-mime.png +share/icons/matefaenza/mimetypes/96/application-rss+xml.png +share/icons/matefaenza/mimetypes/96/application-rtf.png +share/icons/matefaenza/mimetypes/96/application-text.png +share/icons/matefaenza/mimetypes/96/application-vnd.ms-access.png +share/icons/matefaenza/mimetypes/96/application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/96/application-vnd.ms-powerpoint.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.database.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/96/application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/96/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/96/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/96/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/96/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/96/application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/96/application-vnd.scribus.png +share/icons/matefaenza/mimetypes/96/application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/96/application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/96/application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/96/application-vnd.wordperfect.png +share/icons/matefaenza/mimetypes/96/application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/96/application-x-7zip.png +share/icons/matefaenza/mimetypes/96/application-x-ace.png +share/icons/matefaenza/mimetypes/96/application-x-arc.png +share/icons/matefaenza/mimetypes/96/application-x-archive.png +share/icons/matefaenza/mimetypes/96/application-x-bittorrent.png +share/icons/matefaenza/mimetypes/96/application-x-cd-image.png +share/icons/matefaenza/mimetypes/96/application-x-class-file.png +share/icons/matefaenza/mimetypes/96/application-x-compress.png +share/icons/matefaenza/mimetypes/96/application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/96/application-x-csproj.png +share/icons/matefaenza/mimetypes/96/application-x-cue.png +share/icons/matefaenza/mimetypes/96/application-x-deb.png +share/icons/matefaenza/mimetypes/96/application-x-designer.png +share/icons/matefaenza/mimetypes/96/application-x-desktop.png +share/icons/matefaenza/mimetypes/96/application-x-executable.png +share/icons/matefaenza/mimetypes/96/application-x-extension-html.png +share/icons/matefaenza/mimetypes/96/application-x-flash-video.png +share/icons/matefaenza/mimetypes/96/application-x-glade.png +share/icons/matefaenza/mimetypes/96/application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/96/application-x-gnumeric.png +share/icons/matefaenza/mimetypes/96/application-x-gzip.png +share/icons/matefaenza/mimetypes/96/application-x-jar.png +share/icons/matefaenza/mimetypes/96/application-x-java-archive.png +share/icons/matefaenza/mimetypes/96/application-x-java.png +share/icons/matefaenza/mimetypes/96/application-x-javascript.png +share/icons/matefaenza/mimetypes/96/application-x-keepass.png +share/icons/matefaenza/mimetypes/96/application-x-lha.png +share/icons/matefaenza/mimetypes/96/application-x-lhz.png +share/icons/matefaenza/mimetypes/96/application-x-m4.png +share/icons/matefaenza/mimetypes/96/application-x-matroska.png +share/icons/matefaenza/mimetypes/96/application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/96/application-x-msdownload.png +share/icons/matefaenza/mimetypes/96/application-x-ole-storage.png +share/icons/matefaenza/mimetypes/96/application-x-pak.png +share/icons/matefaenza/mimetypes/96/application-x-pem-key.png +share/icons/matefaenza/mimetypes/96/application-x-php.png +share/icons/matefaenza/mimetypes/96/application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/96/application-x-rar.png +share/icons/matefaenza/mimetypes/96/application-x-rpm.png +share/icons/matefaenza/mimetypes/96/application-x-ruby.png +share/icons/matefaenza/mimetypes/96/application-x-scribus.png +share/icons/matefaenza/mimetypes/96/application-x-shellscript.png +share/icons/matefaenza/mimetypes/96/application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/96/application-x-sln.png +share/icons/matefaenza/mimetypes/96/application-x-sqlite2.png +share/icons/matefaenza/mimetypes/96/application-x-sqlite3.png +share/icons/matefaenza/mimetypes/96/application-x-tar.png +share/icons/matefaenza/mimetypes/96/application-x-theme.png +share/icons/matefaenza/mimetypes/96/application-x-trash.png +share/icons/matefaenza/mimetypes/96/application-x-zip.png +share/icons/matefaenza/mimetypes/96/application-xml.png +share/icons/matefaenza/mimetypes/96/application-zip.png +share/icons/matefaenza/mimetypes/96/audio-mpeg.png +share/icons/matefaenza/mimetypes/96/audio-x-adpcm.png +share/icons/matefaenza/mimetypes/96/audio-x-flac+ogg.png +share/icons/matefaenza/mimetypes/96/audio-x-generic.png +share/icons/matefaenza/mimetypes/96/audio-x-mp3-playlist.png +share/icons/matefaenza/mimetypes/96/audio-x-mpeg.png +share/icons/matefaenza/mimetypes/96/audio-x-mpegurl.png +share/icons/matefaenza/mimetypes/96/audio-x-ms-wma.png +share/icons/matefaenza/mimetypes/96/audio-x-scpls.png +share/icons/matefaenza/mimetypes/96/audio-x-speex+ogg.png +share/icons/matefaenza/mimetypes/96/audio-x-vorbis+ogg.png +share/icons/matefaenza/mimetypes/96/audio-x-wav.png +share/icons/matefaenza/mimetypes/96/authors.png +share/icons/matefaenza/mimetypes/96/binary.png +share/icons/matefaenza/mimetypes/96/deb.png +share/icons/matefaenza/mimetypes/96/document.png +share/icons/matefaenza/mimetypes/96/empty.png +share/icons/matefaenza/mimetypes/96/encrypted.png +share/icons/matefaenza/mimetypes/96/exec.png +share/icons/matefaenza/mimetypes/96/extension.png +share/icons/matefaenza/mimetypes/96/folder_tar.png +share/icons/matefaenza/mimetypes/96/font-x-generic.png +share/icons/matefaenza/mimetypes/96/font.png +share/icons/matefaenza/mimetypes/96/font_bitmap.png +share/icons/matefaenza/mimetypes/96/font_truetype.png +share/icons/matefaenza/mimetypes/96/font_type1.png +share/icons/matefaenza/mimetypes/96/gnome-exe-thumbnailer-generic-x.png +share/icons/matefaenza/mimetypes/96/gnome-exe-thumbnailer-generic.png +share/icons/matefaenza/mimetypes/96/gnome-exe-thumbnailer-template.png +share/icons/matefaenza/mimetypes/96/gnome-fs-executable.png +share/icons/matefaenza/mimetypes/96/gnome-fs-regular.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-atom+xml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-javascript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-magicpoint.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-msword.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-ogg.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-pdf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-postscript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-rss+xml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-rtf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.ms-excel.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.formula.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.rn-realmedia.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.scribus.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.stardivision.calc.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.stardivision.impress.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.stardivision.writer.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-wordperfect.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-7z-compressed.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-7zip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-abiword.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-ace.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-applix-spreadsheet.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-applix-word.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-archive.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-arj.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-bittorrent.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-bzip-compressed.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-bzip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-class-file.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-compress.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-compressed-tar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-cpio-compressed.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-cpio.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-deb.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-designer.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-desktop.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-dvi.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-executable.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-afm.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-bdf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-linux-psf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-pcf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-sunos-news.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-font-ttf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-glade.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gnome-app-info.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gnome-theme-package.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gnumeric.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gzip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-gzpostscript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-jar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-java-archive.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-java.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-javascript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-killustrator.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-kpresenter.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-kspread.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-kword.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-lha.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-lhz.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-ms-dos-executable.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-php.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-python-bytecode.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-rar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-rpm.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-ruby.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-scribus.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-shellscript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-shockwave-flash.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-stuffit.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-tar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-tarz.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-tex.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-theme.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-x-zip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-xhtml+xml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-xml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-application-zip.png +share/icons/matefaenza/mimetypes/96/gnome-mime-audio.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-bmp.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-gif.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-jpeg.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-png.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-tiff.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-vnd.adobe.photoshop.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-x-cmu-raster.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-x-psd.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image-x-xpixmap.png +share/icons/matefaenza/mimetypes/96/gnome-mime-image.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-css.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-html.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-plain.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-vnd.wap.wml.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-authors.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-c++.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-c++hdr.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-c++src.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-c.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-changelog.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-chdr.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-copying.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-credits.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-csh.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-csharp.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-csrc.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-gtkrc.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-install.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-java-source.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-java.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-javascript.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-makefile.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-python.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-readme.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-sh.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-source.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-vcalendar.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text-x-zsh.png +share/icons/matefaenza/mimetypes/96/gnome-mime-text.png +share/icons/matefaenza/mimetypes/96/gnome-mime-video-x-ms-asf.png +share/icons/matefaenza/mimetypes/96/gnome-mime-video-x-ms-wmv.png +share/icons/matefaenza/mimetypes/96/gnome-mime-video.png +share/icons/matefaenza/mimetypes/96/gnome-mime-x-font-afm.png +share/icons/matefaenza/mimetypes/96/gnome-mime-x-install.png +share/icons/matefaenza/mimetypes/96/gnome-package.png +share/icons/matefaenza/mimetypes/96/gtk-file.png +share/icons/matefaenza/mimetypes/96/html.png +share/icons/matefaenza/mimetypes/96/image-bmp.png +share/icons/matefaenza/mimetypes/96/image-gif.png +share/icons/matefaenza/mimetypes/96/image-jpeg.png +share/icons/matefaenza/mimetypes/96/image-jpeg2000.png +share/icons/matefaenza/mimetypes/96/image-png.png +share/icons/matefaenza/mimetypes/96/image-svg+xml.png +share/icons/matefaenza/mimetypes/96/image-tiff.png +share/icons/matefaenza/mimetypes/96/image-vnd.microsoft.icon.png +share/icons/matefaenza/mimetypes/96/image-x-eps.png +share/icons/matefaenza/mimetypes/96/image-x-generic.png +share/icons/matefaenza/mimetypes/96/image-x-ico.png +share/icons/matefaenza/mimetypes/96/image-x-icon.png +share/icons/matefaenza/mimetypes/96/image-x-portable-bitmap.png +share/icons/matefaenza/mimetypes/96/image-x-psd.png +share/icons/matefaenza/mimetypes/96/image-x-psdimage-x-psd.png +share/icons/matefaenza/mimetypes/96/image-x-svg+xml.png +share/icons/matefaenza/mimetypes/96/image-x-tga.png +share/icons/matefaenza/mimetypes/96/image-x-win-bitmap.png +share/icons/matefaenza/mimetypes/96/image-x-xcf.png +share/icons/matefaenza/mimetypes/96/image.png +share/icons/matefaenza/mimetypes/96/jpeg.png +share/icons/matefaenza/mimetypes/96/jpg.png +share/icons/matefaenza/mimetypes/96/kpresenter_kpr.png +share/icons/matefaenza/mimetypes/96/media-audio.png +share/icons/matefaenza/mimetypes/96/media-image.png +share/icons/matefaenza/mimetypes/96/media-video.png +share/icons/matefaenza/mimetypes/96/message-rfc822.png +share/icons/matefaenza/mimetypes/96/message.png +share/icons/matefaenza/mimetypes/96/misc.png +share/icons/matefaenza/mimetypes/96/multipart-encrypted.png +share/icons/matefaenza/mimetypes/96/none.png +share/icons/matefaenza/mimetypes/96/office-document.png +share/icons/matefaenza/mimetypes/96/office-illustration.png +share/icons/matefaenza/mimetypes/96/office-spreadsheet.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-database.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-drawing.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-extension.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-oasis-database.png +share/icons/matefaenza/mimetypes/96/openofficeorg3-oasis-spreadsheet.png +share/icons/matefaenza/mimetypes/96/opera-extension.png +share/icons/matefaenza/mimetypes/96/opera-unite-application.png +share/icons/matefaenza/mimetypes/96/opera-widget.png +share/icons/matefaenza/mimetypes/96/package-x-generic.png +share/icons/matefaenza/mimetypes/96/package.png +share/icons/matefaenza/mimetypes/96/package_editors.png +share/icons/matefaenza/mimetypes/96/package_wordprocessing.png +share/icons/matefaenza/mimetypes/96/pdf.png +share/icons/matefaenza/mimetypes/96/phatch-actionlist.png +share/icons/matefaenza/mimetypes/96/playlist-automatic.png +share/icons/matefaenza/mimetypes/96/playlist.png +share/icons/matefaenza/mimetypes/96/rpm.png +share/icons/matefaenza/mimetypes/96/shellscript.png +share/icons/matefaenza/mimetypes/96/sound.png +share/icons/matefaenza/mimetypes/96/source-playlist.png +share/icons/matefaenza/mimetypes/96/source-smart-playlist.png +share/icons/matefaenza/mimetypes/96/spreadsheet.png +share/icons/matefaenza/mimetypes/96/stock_addressbook.png +share/icons/matefaenza/mimetypes/96/stock_calendar.png +share/icons/matefaenza/mimetypes/96/stock_script.png +share/icons/matefaenza/mimetypes/96/svg.png +share/icons/matefaenza/mimetypes/96/tar.png +share/icons/matefaenza/mimetypes/96/template_source.png +share/icons/matefaenza/mimetypes/96/text-css.png +share/icons/matefaenza/mimetypes/96/text-enriched.png +share/icons/matefaenza/mimetypes/96/text-html.png +share/icons/matefaenza/mimetypes/96/text-htmlh.png +share/icons/matefaenza/mimetypes/96/text-mht.png +share/icons/matefaenza/mimetypes/96/text-plain.png +share/icons/matefaenza/mimetypes/96/text-richtext.png +share/icons/matefaenza/mimetypes/96/text-spreadsheet.png +share/icons/matefaenza/mimetypes/96/text-x-authors.png +share/icons/matefaenza/mimetypes/96/text-x-bak.png +share/icons/matefaenza/mimetypes/96/text-x-bibtex.png +share/icons/matefaenza/mimetypes/96/text-x-c++.png +share/icons/matefaenza/mimetypes/96/text-x-c++hdr.png +share/icons/matefaenza/mimetypes/96/text-x-c++src.png +share/icons/matefaenza/mimetypes/96/text-x-c.png +share/icons/matefaenza/mimetypes/96/text-x-changelog.png +share/icons/matefaenza/mimetypes/96/text-x-chdr.png +share/icons/matefaenza/mimetypes/96/text-x-copying.png +share/icons/matefaenza/mimetypes/96/text-x-credits.png +share/icons/matefaenza/mimetypes/96/text-x-csrc.png +share/icons/matefaenza/mimetypes/96/text-x-css.png +share/icons/matefaenza/mimetypes/96/text-x-generic-template.png +share/icons/matefaenza/mimetypes/96/text-x-generic.png +share/icons/matefaenza/mimetypes/96/text-x-install.png +share/icons/matefaenza/mimetypes/96/text-x-java-source.png +share/icons/matefaenza/mimetypes/96/text-x-java.png +share/icons/matefaenza/mimetypes/96/text-x-javascript.png +share/icons/matefaenza/mimetypes/96/text-x-makefile.png +share/icons/matefaenza/mimetypes/96/text-x-preview.icon +share/icons/matefaenza/mimetypes/96/text-x-preview.png +share/icons/matefaenza/mimetypes/96/text-x-python.png +share/icons/matefaenza/mimetypes/96/text-x-readme.png +share/icons/matefaenza/mimetypes/96/text-x-script.png +share/icons/matefaenza/mimetypes/96/text-x-source.png +share/icons/matefaenza/mimetypes/96/text-x-sql.png +share/icons/matefaenza/mimetypes/96/text-x-tex.png +share/icons/matefaenza/mimetypes/96/text-x-vcard.png +share/icons/matefaenza/mimetypes/96/text-xhtml+xml.png +share/icons/matefaenza/mimetypes/96/text-xml.png +share/icons/matefaenza/mimetypes/96/txt.png +share/icons/matefaenza/mimetypes/96/txt2.png +share/icons/matefaenza/mimetypes/96/unknown.png +share/icons/matefaenza/mimetypes/96/vcalendar.png +share/icons/matefaenza/mimetypes/96/video-x-generic.png +share/icons/matefaenza/mimetypes/96/video.png +share/icons/matefaenza/mimetypes/96/vnd.oasis.opendocument.drawing.png +share/icons/matefaenza/mimetypes/96/wordprocessing.png +share/icons/matefaenza/mimetypes/96/www.png +share/icons/matefaenza/mimetypes/96/x-dia-diagram.png +share/icons/matefaenza/mimetypes/96/x-office-address-book.png +share/icons/matefaenza/mimetypes/96/x-office-document.png +share/icons/matefaenza/mimetypes/96/x-office-drawing.png +share/icons/matefaenza/mimetypes/96/x-office-presentation.png +share/icons/matefaenza/mimetypes/96/x-office-spreadsheet.png +share/icons/matefaenza/mimetypes/96/zip.png +share/icons/matefaenza/mimetypes/scalable/application-7zip.svg +share/icons/matefaenza/mimetypes/scalable/application-atom+xml.svg +share/icons/matefaenza/mimetypes/scalable/application-illustrator.svg +share/icons/matefaenza/mimetypes/scalable/application-javascript.svg +share/icons/matefaenza/mimetypes/scalable/application-mbox.svg +share/icons/matefaenza/mimetypes/scalable/application-msword.svg +share/icons/matefaenza/mimetypes/scalable/application-octet-stream.svg +share/icons/matefaenza/mimetypes/scalable/application-ogg.svg +share/icons/matefaenza/mimetypes/scalable/application-pdf.svg +share/icons/matefaenza/mimetypes/scalable/application-pgp-encrypted.svg +share/icons/matefaenza/mimetypes/scalable/application-pgp-keys.svg +share/icons/matefaenza/mimetypes/scalable/application-pkcs7-mime.svg +share/icons/matefaenza/mimetypes/scalable/application-rss+xml.svg +share/icons/matefaenza/mimetypes/scalable/application-rtf.svg +share/icons/matefaenza/mimetypes/scalable/application-text.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.ms-access.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.ms-excel.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.ms-powerpoint.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.database.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.formula.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.graphics.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.text-web.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.oasis.opendocument.text.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.openxmlformats-officedocument.presentationml.presentation.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.openxmlformats-officedocument.presentationml.slideshow.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.rn-realmedia.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.scribus.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.sun.xml.calc.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.sun.xml.draw.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.sun.xml.writer.svg +share/icons/matefaenza/mimetypes/scalable/application-vnd.wordperfect.svg +share/icons/matefaenza/mimetypes/scalable/application-x-7z-compressed.svg +share/icons/matefaenza/mimetypes/scalable/application-x-7zip.svg +share/icons/matefaenza/mimetypes/scalable/application-x-ace.svg +share/icons/matefaenza/mimetypes/scalable/application-x-arc.svg +share/icons/matefaenza/mimetypes/scalable/application-x-archive.svg +share/icons/matefaenza/mimetypes/scalable/application-x-bittorrent.svg +share/icons/matefaenza/mimetypes/scalable/application-x-cd-image.svg +share/icons/matefaenza/mimetypes/scalable/application-x-class-file.svg +share/icons/matefaenza/mimetypes/scalable/application-x-compress.svg +share/icons/matefaenza/mimetypes/scalable/application-x-compressed-tar.svg +share/icons/matefaenza/mimetypes/scalable/application-x-csproj.svg +share/icons/matefaenza/mimetypes/scalable/application-x-cue.svg +share/icons/matefaenza/mimetypes/scalable/application-x-deb.svg +share/icons/matefaenza/mimetypes/scalable/application-x-designer.svg +share/icons/matefaenza/mimetypes/scalable/application-x-desktop.svg +share/icons/matefaenza/mimetypes/scalable/application-x-executable.svg +share/icons/matefaenza/mimetypes/scalable/application-x-extension-html.svg +share/icons/matefaenza/mimetypes/scalable/application-x-flash-video.svg +share/icons/matefaenza/mimetypes/scalable/application-x-glade.svg +share/icons/matefaenza/mimetypes/scalable/application-x-gnome-theme-package.svg +share/icons/matefaenza/mimetypes/scalable/application-x-gnumeric.svg +share/icons/matefaenza/mimetypes/scalable/application-x-gzip.svg +share/icons/matefaenza/mimetypes/scalable/application-x-jar.svg +share/icons/matefaenza/mimetypes/scalable/application-x-java-archive.svg +share/icons/matefaenza/mimetypes/scalable/application-x-java.svg +share/icons/matefaenza/mimetypes/scalable/application-x-javascript.svg +share/icons/matefaenza/mimetypes/scalable/application-x-keepass.svg +share/icons/matefaenza/mimetypes/scalable/application-x-lha.svg +share/icons/matefaenza/mimetypes/scalable/application-x-lhz.svg +share/icons/matefaenza/mimetypes/scalable/application-x-m4.svg +share/icons/matefaenza/mimetypes/scalable/application-x-matroska.svg +share/icons/matefaenza/mimetypes/scalable/application-x-ms-dos-executable.svg +share/icons/matefaenza/mimetypes/scalable/application-x-msdownload.svg +share/icons/matefaenza/mimetypes/scalable/application-x-ole-storage.svg +share/icons/matefaenza/mimetypes/scalable/application-x-pak.svg +share/icons/matefaenza/mimetypes/scalable/application-x-pem-key.svg +share/icons/matefaenza/mimetypes/scalable/application-x-php.svg +share/icons/matefaenza/mimetypes/scalable/application-x-python-bytecode.svg +share/icons/matefaenza/mimetypes/scalable/application-x-rar.svg +share/icons/matefaenza/mimetypes/scalable/application-x-rpm.svg +share/icons/matefaenza/mimetypes/scalable/application-x-ruby.svg +share/icons/matefaenza/mimetypes/scalable/application-x-scribus.svg +share/icons/matefaenza/mimetypes/scalable/application-x-shellscript.svg +share/icons/matefaenza/mimetypes/scalable/application-x-shockwave-flash.svg +share/icons/matefaenza/mimetypes/scalable/application-x-sln.svg +share/icons/matefaenza/mimetypes/scalable/application-x-sqlite2.svg +share/icons/matefaenza/mimetypes/scalable/application-x-sqlite3.svg +share/icons/matefaenza/mimetypes/scalable/application-x-tar.svg +share/icons/matefaenza/mimetypes/scalable/application-x-theme.svg +share/icons/matefaenza/mimetypes/scalable/application-x-trash.svg +share/icons/matefaenza/mimetypes/scalable/application-x-zip.svg +share/icons/matefaenza/mimetypes/scalable/application-xml.svg +share/icons/matefaenza/mimetypes/scalable/application-zip.svg +share/icons/matefaenza/mimetypes/scalable/audio-mpeg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-adpcm.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-flac+ogg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-generic-symbolic.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-mp3-playlist.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-mpeg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-mpegurl.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-ms-wma.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-scpls.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-speex+ogg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-vorbis+ogg.svg +share/icons/matefaenza/mimetypes/scalable/audio-x-wav.svg +share/icons/matefaenza/mimetypes/scalable/authors.svg +share/icons/matefaenza/mimetypes/scalable/binary.svg +share/icons/matefaenza/mimetypes/scalable/deb.svg +share/icons/matefaenza/mimetypes/scalable/document.svg +share/icons/matefaenza/mimetypes/scalable/empty.svg +share/icons/matefaenza/mimetypes/scalable/encrypted.svg +share/icons/matefaenza/mimetypes/scalable/exec.svg +share/icons/matefaenza/mimetypes/scalable/extension.svg +share/icons/matefaenza/mimetypes/scalable/folder_tar.svg +share/icons/matefaenza/mimetypes/scalable/font-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/font.svg +share/icons/matefaenza/mimetypes/scalable/font_bitmap.svg +share/icons/matefaenza/mimetypes/scalable/font_truetype.svg +share/icons/matefaenza/mimetypes/scalable/font_type1.svg +share/icons/matefaenza/mimetypes/scalable/gnome-exe-thumbnailer-generic-x.svg +share/icons/matefaenza/mimetypes/scalable/gnome-exe-thumbnailer-generic.svg +share/icons/matefaenza/mimetypes/scalable/gnome-exe-thumbnailer-template.svg +share/icons/matefaenza/mimetypes/scalable/gnome-fs-executable.svg +share/icons/matefaenza/mimetypes/scalable/gnome-fs-regular.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-atom+xml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-javascript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-magicpoint.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-msword.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-ogg.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-pdf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-postscript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-rss+xml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-rtf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.lotus-1-2-3.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.ms-excel.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.formula.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.graphics.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.image.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.presentation.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.text-web.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.oasis.opendocument.text.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.presentation.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.openxmlformats-officedocument.presentationml.slideshow.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.rn-realmedia-secure.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.rn-realmedia-vbr.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.rn-realmedia.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.scribus.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.stardivision.calc.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.stardivision.impress.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.stardivision.writer.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.sun.xml.calc.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.sun.xml.draw.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.sun.xml.impress.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-vnd.sun.xml.writer.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-wordperfect.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-7z-compressed.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-7zip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-abiword.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-ace.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-applix-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-applix-word.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-archive.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-arj.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-bittorrent.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-bzip-compressed-tar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-bzip-compressed.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-bzip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-class-file.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-compress.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-compressed-tar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-cpio-compressed.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-cpio.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-deb.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-designer.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-desktop.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-dvi.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-executable.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-afm.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-bdf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-linux-psf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-pcf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-sunos-news.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-font-ttf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-glade.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gnome-app-info.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gnome-theme-package.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gnumeric.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gzip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-gzpostscript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-jar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-java-archive.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-java.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-javascript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-killustrator.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-kpresenter.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-kspread.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-kword.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-lha.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-lhz.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-ms-dos-executable.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-php.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-python-bytecode.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-rar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-rpm.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-ruby.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-scribus.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-shellscript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-shockwave-flash.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-stuffit.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-tar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-tarz.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-tex.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-theme.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-x-zip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-xhtml+xml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-xml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-application-zip.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-audio.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-bmp.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-gif.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-jpeg.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-png.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-tiff.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-vnd.adobe.photoshop.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-vnd.microsoft.icon.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-x-cmu-raster.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-x-portable-bitmap.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-x-psd.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image-x-xpixmap.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-image.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-css.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-html.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-plain.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-vnd.wap.wml.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-authors.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-c++.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-c++hdr.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-c++src.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-c.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-changelog.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-chdr.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-copying.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-credits.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-csh.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-csharp.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-csrc.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-gtkrc.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-install.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-java-source.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-java.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-javascript.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-makefile.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-python.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-readme.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-sh.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-source.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-vcalendar.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text-x-zsh.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-text.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-video-x-ms-asf.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-video-x-ms-wmv.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-video.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-x-font-afm.svg +share/icons/matefaenza/mimetypes/scalable/gnome-mime-x-install.svg +share/icons/matefaenza/mimetypes/scalable/gnome-package.svg +share/icons/matefaenza/mimetypes/scalable/gtk-file.svg +share/icons/matefaenza/mimetypes/scalable/html.svg +share/icons/matefaenza/mimetypes/scalable/image-bmp.svg +share/icons/matefaenza/mimetypes/scalable/image-gif.svg +share/icons/matefaenza/mimetypes/scalable/image-jpeg.svg +share/icons/matefaenza/mimetypes/scalable/image-jpeg2000.svg +share/icons/matefaenza/mimetypes/scalable/image-png.svg +share/icons/matefaenza/mimetypes/scalable/image-svg+xml.svg +share/icons/matefaenza/mimetypes/scalable/image-tiff.svg +share/icons/matefaenza/mimetypes/scalable/image-vnd.microsoft.icon.svg +share/icons/matefaenza/mimetypes/scalable/image-x-eps.svg +share/icons/matefaenza/mimetypes/scalable/image-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/image-x-ico.svg +share/icons/matefaenza/mimetypes/scalable/image-x-icon.svg +share/icons/matefaenza/mimetypes/scalable/image-x-portable-bitmap.svg +share/icons/matefaenza/mimetypes/scalable/image-x-psd.svg +share/icons/matefaenza/mimetypes/scalable/image-x-psdimage-x-psd.svg +share/icons/matefaenza/mimetypes/scalable/image-x-svg+xml.svg +share/icons/matefaenza/mimetypes/scalable/image-x-tga.svg +share/icons/matefaenza/mimetypes/scalable/image-x-win-bitmap.svg +share/icons/matefaenza/mimetypes/scalable/image-x-xcf.svg +share/icons/matefaenza/mimetypes/scalable/image.svg +share/icons/matefaenza/mimetypes/scalable/jpeg.svg +share/icons/matefaenza/mimetypes/scalable/jpg.svg +share/icons/matefaenza/mimetypes/scalable/kpresenter_kpr.svg +share/icons/matefaenza/mimetypes/scalable/media-audio.svg +share/icons/matefaenza/mimetypes/scalable/media-image.svg +share/icons/matefaenza/mimetypes/scalable/media-video.svg +share/icons/matefaenza/mimetypes/scalable/message-rfc822.svg +share/icons/matefaenza/mimetypes/scalable/message.svg +share/icons/matefaenza/mimetypes/scalable/misc.svg +share/icons/matefaenza/mimetypes/scalable/multipart-encrypted.svg +share/icons/matefaenza/mimetypes/scalable/none.svg +share/icons/matefaenza/mimetypes/scalable/office-document.svg +share/icons/matefaenza/mimetypes/scalable/office-illustration.svg +share/icons/matefaenza/mimetypes/scalable/office-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-database.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-drawing.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-extension.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-oasis-database.svg +share/icons/matefaenza/mimetypes/scalable/openofficeorg3-oasis-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/opera-extension.svg +share/icons/matefaenza/mimetypes/scalable/opera-unite-application.svg +share/icons/matefaenza/mimetypes/scalable/opera-widget.svg +share/icons/matefaenza/mimetypes/scalable/package-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/package.svg +share/icons/matefaenza/mimetypes/scalable/package_editors.svg +share/icons/matefaenza/mimetypes/scalable/package_wordprocessing.svg +share/icons/matefaenza/mimetypes/scalable/pdf.svg +share/icons/matefaenza/mimetypes/scalable/phatch-actionlist.svg +share/icons/matefaenza/mimetypes/scalable/playlist-automatic.svg +share/icons/matefaenza/mimetypes/scalable/playlist.svg +share/icons/matefaenza/mimetypes/scalable/rpm.svg +share/icons/matefaenza/mimetypes/scalable/shellscript.svg +share/icons/matefaenza/mimetypes/scalable/sound.svg +share/icons/matefaenza/mimetypes/scalable/source-playlist.svg +share/icons/matefaenza/mimetypes/scalable/source-smart-playlist.svg +share/icons/matefaenza/mimetypes/scalable/spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/stock_addressbook.svg +share/icons/matefaenza/mimetypes/scalable/stock_calendar.svg +share/icons/matefaenza/mimetypes/scalable/stock_script.svg +share/icons/matefaenza/mimetypes/scalable/svg.svg +share/icons/matefaenza/mimetypes/scalable/tar.svg +share/icons/matefaenza/mimetypes/scalable/template_source.svg +share/icons/matefaenza/mimetypes/scalable/text-css.svg +share/icons/matefaenza/mimetypes/scalable/text-enriched.svg +share/icons/matefaenza/mimetypes/scalable/text-html.svg +share/icons/matefaenza/mimetypes/scalable/text-htmlh.svg +share/icons/matefaenza/mimetypes/scalable/text-mht.svg +share/icons/matefaenza/mimetypes/scalable/text-plain.svg +share/icons/matefaenza/mimetypes/scalable/text-richtext.svg +share/icons/matefaenza/mimetypes/scalable/text-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/text-x-authors.svg +share/icons/matefaenza/mimetypes/scalable/text-x-bak.svg +share/icons/matefaenza/mimetypes/scalable/text-x-bibtex.svg +share/icons/matefaenza/mimetypes/scalable/text-x-c++.svg +share/icons/matefaenza/mimetypes/scalable/text-x-c++hdr.svg +share/icons/matefaenza/mimetypes/scalable/text-x-c++src.svg +share/icons/matefaenza/mimetypes/scalable/text-x-c.svg +share/icons/matefaenza/mimetypes/scalable/text-x-changelog.svg +share/icons/matefaenza/mimetypes/scalable/text-x-chdr.svg +share/icons/matefaenza/mimetypes/scalable/text-x-copying.svg +share/icons/matefaenza/mimetypes/scalable/text-x-credits.svg +share/icons/matefaenza/mimetypes/scalable/text-x-csrc.svg +share/icons/matefaenza/mimetypes/scalable/text-x-css.svg +share/icons/matefaenza/mimetypes/scalable/text-x-generic-template.svg +share/icons/matefaenza/mimetypes/scalable/text-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/text-x-install.svg +share/icons/matefaenza/mimetypes/scalable/text-x-java-source.svg +share/icons/matefaenza/mimetypes/scalable/text-x-java.svg +share/icons/matefaenza/mimetypes/scalable/text-x-javascript.svg +share/icons/matefaenza/mimetypes/scalable/text-x-makefile.svg +share/icons/matefaenza/mimetypes/scalable/text-x-preview.icon +share/icons/matefaenza/mimetypes/scalable/text-x-preview.svg +share/icons/matefaenza/mimetypes/scalable/text-x-python.svg +share/icons/matefaenza/mimetypes/scalable/text-x-readme.svg +share/icons/matefaenza/mimetypes/scalable/text-x-script.svg +share/icons/matefaenza/mimetypes/scalable/text-x-source.svg +share/icons/matefaenza/mimetypes/scalable/text-x-sql.svg +share/icons/matefaenza/mimetypes/scalable/text-x-tex.svg +share/icons/matefaenza/mimetypes/scalable/text-x-vcard.svg +share/icons/matefaenza/mimetypes/scalable/text-xhtml+xml.svg +share/icons/matefaenza/mimetypes/scalable/text-xml.svg +share/icons/matefaenza/mimetypes/scalable/txt.svg +share/icons/matefaenza/mimetypes/scalable/txt2.svg +share/icons/matefaenza/mimetypes/scalable/unknown.svg +share/icons/matefaenza/mimetypes/scalable/vcalendar.svg +share/icons/matefaenza/mimetypes/scalable/video-x-generic.svg +share/icons/matefaenza/mimetypes/scalable/video.svg +share/icons/matefaenza/mimetypes/scalable/vnd.oasis.opendocument.drawing.svg +share/icons/matefaenza/mimetypes/scalable/wordprocessing.svg +share/icons/matefaenza/mimetypes/scalable/www.svg +share/icons/matefaenza/mimetypes/scalable/x-dia-diagram.svg +share/icons/matefaenza/mimetypes/scalable/x-office-address-book.svg +share/icons/matefaenza/mimetypes/scalable/x-office-document.svg +share/icons/matefaenza/mimetypes/scalable/x-office-drawing.svg +share/icons/matefaenza/mimetypes/scalable/x-office-presentation.svg +share/icons/matefaenza/mimetypes/scalable/x-office-spreadsheet.svg +share/icons/matefaenza/mimetypes/scalable/zip.svg +share/icons/matefaenza/places/16/application-x-gnome-saved-search.png +share/icons/matefaenza/places/16/bookmark-missing.png +share/icons/matefaenza/places/16/desktop.png +share/icons/matefaenza/places/16/desktop.xpm +share/icons/matefaenza/places/16/emptytrash.png +share/icons/matefaenza/places/16/folder-documents.png +share/icons/matefaenza/places/16/folder-download.png +share/icons/matefaenza/places/16/folder-downloads.png +share/icons/matefaenza/places/16/folder-drag-accept.png +share/icons/matefaenza/places/16/folder-dropbox.png +share/icons/matefaenza/places/16/folder-home.png +share/icons/matefaenza/places/16/folder-images.png +share/icons/matefaenza/places/16/folder-music.png +share/icons/matefaenza/places/16/folder-open.png +share/icons/matefaenza/places/16/folder-pictures.png +share/icons/matefaenza/places/16/folder-publicshare.png +share/icons/matefaenza/places/16/folder-recent.png +share/icons/matefaenza/places/16/folder-remote-ftp.png +share/icons/matefaenza/places/16/folder-remote-nfs.png +share/icons/matefaenza/places/16/folder-remote-smb.png +share/icons/matefaenza/places/16/folder-remote-ssh.png +share/icons/matefaenza/places/16/folder-remote.png +share/icons/matefaenza/places/16/folder-saved-search.png +share/icons/matefaenza/places/16/folder-system.png +share/icons/matefaenza/places/16/folder-templates.png +share/icons/matefaenza/places/16/folder-ubuntu.png +share/icons/matefaenza/places/16/folder-videos.png +share/icons/matefaenza/places/16/folder-wine.png +share/icons/matefaenza/places/16/folder.png +share/icons/matefaenza/places/16/folder_download.png +share/icons/matefaenza/places/16/folder_home.png +share/icons/matefaenza/places/16/folder_images.png +share/icons/matefaenza/places/16/folder_open.png +share/icons/matefaenza/places/16/folder_pictures.png +share/icons/matefaenza/places/16/gnome-fs-blockdev.png +share/icons/matefaenza/places/16/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/16/gnome-fs-bookmark.png +share/icons/matefaenza/places/16/gnome-fs-dav.png +share/icons/matefaenza/places/16/gnome-fs-desktop.png +share/icons/matefaenza/places/16/gnome-fs-directory-accept.png +share/icons/matefaenza/places/16/gnome-fs-directory.png +share/icons/matefaenza/places/16/gnome-fs-ftp.png +share/icons/matefaenza/places/16/gnome-fs-home.png +share/icons/matefaenza/places/16/gnome-fs-network.png +share/icons/matefaenza/places/16/gnome-fs-nfs.png +share/icons/matefaenza/places/16/gnome-fs-server.png +share/icons/matefaenza/places/16/gnome-fs-share.png +share/icons/matefaenza/places/16/gnome-fs-smb.png +share/icons/matefaenza/places/16/gnome-fs-ssh.png +share/icons/matefaenza/places/16/gnome-fs-trash-empty.png +share/icons/matefaenza/places/16/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/16/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/16/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/16/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/16/gnome-stock-trash.png +share/icons/matefaenza/places/16/gtk-directory.png +share/icons/matefaenza/places/16/gtk-network.png +share/icons/matefaenza/places/16/inode-directory.png +share/icons/matefaenza/places/16/network-server.png +share/icons/matefaenza/places/16/network-workgroup.png +share/icons/matefaenza/places/16/network.png +share/icons/matefaenza/places/16/network_local.png +share/icons/matefaenza/places/16/redhat-network-server.png +share/icons/matefaenza/places/16/server.png +share/icons/matefaenza/places/16/stock_bookmark.png +share/icons/matefaenza/places/16/stock_folder.png +share/icons/matefaenza/places/16/stock_open.png +share/icons/matefaenza/places/16/trashcan_empty.png +share/icons/matefaenza/places/16/user-bookmarks.png +share/icons/matefaenza/places/16/user-desktop.png +share/icons/matefaenza/places/16/user-home.png +share/icons/matefaenza/places/16/user-images.png +share/icons/matefaenza/places/16/user-pictures.png +share/icons/matefaenza/places/16/user-share.png +share/icons/matefaenza/places/16/user-trash.png +share/icons/matefaenza/places/16/xfce-trash_empty.png +share/icons/matefaenza/places/22/application-x-gnome-saved-search.png +share/icons/matefaenza/places/22/archlinux-logo.png +share/icons/matefaenza/places/22/bookmark-missing.png +share/icons/matefaenza/places/22/debian-logo.png +share/icons/matefaenza/places/22/desktop.png +share/icons/matefaenza/places/22/desktop.xpm +share/icons/matefaenza/places/22/distributor-logo-archlinux.png +share/icons/matefaenza/places/22/distributor-logo-debian.png +share/icons/matefaenza/places/22/distributor-logo-descent.png +share/icons/matefaenza/places/22/distributor-logo-fedora.png +share/icons/matefaenza/places/22/distributor-logo-frugalware.png +share/icons/matefaenza/places/22/distributor-logo-gentoo.png +share/icons/matefaenza/places/22/distributor-logo-linux-mint.png +share/icons/matefaenza/places/22/distributor-logo-mandriva.png +share/icons/matefaenza/places/22/distributor-logo-mate.png +share/icons/matefaenza/places/22/distributor-logo-opensuse.png +share/icons/matefaenza/places/22/distributor-logo-slackware.png +share/icons/matefaenza/places/22/distributor-logo-ubuntu.png +share/icons/matefaenza/places/22/distributor-logo.png +share/icons/matefaenza/places/22/emptytrash.png +share/icons/matefaenza/places/22/fedora-logo-icon.png +share/icons/matefaenza/places/22/fedora-logo.png +share/icons/matefaenza/places/22/folder-documents.png +share/icons/matefaenza/places/22/folder-download.png +share/icons/matefaenza/places/22/folder-downloads.png +share/icons/matefaenza/places/22/folder-drag-accept.png +share/icons/matefaenza/places/22/folder-dropbox.png +share/icons/matefaenza/places/22/folder-home.png +share/icons/matefaenza/places/22/folder-images.png +share/icons/matefaenza/places/22/folder-music.png +share/icons/matefaenza/places/22/folder-open.png +share/icons/matefaenza/places/22/folder-pictures.png +share/icons/matefaenza/places/22/folder-publicshare.png +share/icons/matefaenza/places/22/folder-recent.png +share/icons/matefaenza/places/22/folder-remote-ftp.png +share/icons/matefaenza/places/22/folder-remote-nfs.png +share/icons/matefaenza/places/22/folder-remote-smb.png +share/icons/matefaenza/places/22/folder-remote-ssh.png +share/icons/matefaenza/places/22/folder-remote.png +share/icons/matefaenza/places/22/folder-saved-search.png +share/icons/matefaenza/places/22/folder-system.png +share/icons/matefaenza/places/22/folder-templates.png +share/icons/matefaenza/places/22/folder-ubuntu.png +share/icons/matefaenza/places/22/folder-videos.png +share/icons/matefaenza/places/22/folder-wine.png +share/icons/matefaenza/places/22/folder.png +share/icons/matefaenza/places/22/folder_download.png +share/icons/matefaenza/places/22/folder_home.png +share/icons/matefaenza/places/22/folder_images.png +share/icons/matefaenza/places/22/folder_open.png +share/icons/matefaenza/places/22/folder_pictures.png +share/icons/matefaenza/places/22/frugalware-logo.png +share/icons/matefaenza/places/22/gnome-fs-blockdev.png +share/icons/matefaenza/places/22/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/22/gnome-fs-bookmark.png +share/icons/matefaenza/places/22/gnome-fs-dav.png +share/icons/matefaenza/places/22/gnome-fs-desktop.png +share/icons/matefaenza/places/22/gnome-fs-directory-accept.png +share/icons/matefaenza/places/22/gnome-fs-directory.png +share/icons/matefaenza/places/22/gnome-fs-ftp.png +share/icons/matefaenza/places/22/gnome-fs-home.png +share/icons/matefaenza/places/22/gnome-fs-network.png +share/icons/matefaenza/places/22/gnome-fs-nfs.png +share/icons/matefaenza/places/22/gnome-fs-server.png +share/icons/matefaenza/places/22/gnome-fs-share.png +share/icons/matefaenza/places/22/gnome-fs-smb.png +share/icons/matefaenza/places/22/gnome-fs-ssh.png +share/icons/matefaenza/places/22/gnome-fs-trash-empty.png +share/icons/matefaenza/places/22/gnome-main-menu.png +share/icons/matefaenza/places/22/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/22/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/22/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/22/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/22/gnome-stock-trash.png +share/icons/matefaenza/places/22/gtk-directory.png +share/icons/matefaenza/places/22/gtk-network.png +share/icons/matefaenza/places/22/inode-directory.png +share/icons/matefaenza/places/22/mandriva-logo.png +share/icons/matefaenza/places/22/network-server.png +share/icons/matefaenza/places/22/network-workgroup.png +share/icons/matefaenza/places/22/network.png +share/icons/matefaenza/places/22/network_local.png +share/icons/matefaenza/places/22/novell-button.png +share/icons/matefaenza/places/22/opensuse-logo.png +share/icons/matefaenza/places/22/redhat-network-server.png +share/icons/matefaenza/places/22/server.png +share/icons/matefaenza/places/22/start-here-archlinux.png +share/icons/matefaenza/places/22/start-here-debian.png +share/icons/matefaenza/places/22/start-here-descent.png +share/icons/matefaenza/places/22/start-here-fedora.png +share/icons/matefaenza/places/22/start-here-frugalware.png +share/icons/matefaenza/places/22/start-here-gentoo.png +share/icons/matefaenza/places/22/start-here-gnome.png +share/icons/matefaenza/places/22/start-here-linux-mint.png +share/icons/matefaenza/places/22/start-here-mandriva.png +share/icons/matefaenza/places/22/start-here-mate.png +share/icons/matefaenza/places/22/start-here-opensuse.png +share/icons/matefaenza/places/22/start-here-slackware.png +share/icons/matefaenza/places/22/start-here-ubuntu.png +share/icons/matefaenza/places/22/start-here.png +share/icons/matefaenza/places/22/stock_bookmark.png +share/icons/matefaenza/places/22/stock_folder.png +share/icons/matefaenza/places/22/stock_open.png +share/icons/matefaenza/places/22/trashcan_empty.png +share/icons/matefaenza/places/22/ubuntu-logo.png +share/icons/matefaenza/places/22/user-bookmarks.png +share/icons/matefaenza/places/22/user-desktop.png +share/icons/matefaenza/places/22/user-home.png +share/icons/matefaenza/places/22/user-images.png +share/icons/matefaenza/places/22/user-pictures.png +share/icons/matefaenza/places/22/user-share.png +share/icons/matefaenza/places/22/user-trash.png +share/icons/matefaenza/places/22/xfce-trash_empty.png +share/icons/matefaenza/places/24/application-x-gnome-saved-search.png +share/icons/matefaenza/places/24/archlinux-logo.png +share/icons/matefaenza/places/24/bookmark-missing.png +share/icons/matefaenza/places/24/debian-logo.png +share/icons/matefaenza/places/24/desktop.png +share/icons/matefaenza/places/24/desktop.xpm +share/icons/matefaenza/places/24/distributor-logo-archlinux.png +share/icons/matefaenza/places/24/distributor-logo-debian.png +share/icons/matefaenza/places/24/distributor-logo-descent.png +share/icons/matefaenza/places/24/distributor-logo-fedora.png +share/icons/matefaenza/places/24/distributor-logo-frugalware.png +share/icons/matefaenza/places/24/distributor-logo-gentoo.png +share/icons/matefaenza/places/24/distributor-logo-linux-mint.png +share/icons/matefaenza/places/24/distributor-logo-mandriva.png +share/icons/matefaenza/places/24/distributor-logo-mate.png +share/icons/matefaenza/places/24/distributor-logo-opensuse.png +share/icons/matefaenza/places/24/distributor-logo-slackware.png +share/icons/matefaenza/places/24/distributor-logo-ubuntu.png +share/icons/matefaenza/places/24/distributor-logo.png +share/icons/matefaenza/places/24/emptytrash.png +share/icons/matefaenza/places/24/fedora-logo-icon.png +share/icons/matefaenza/places/24/fedora-logo.png +share/icons/matefaenza/places/24/folder-documents.png +share/icons/matefaenza/places/24/folder-download.png +share/icons/matefaenza/places/24/folder-downloads.png +share/icons/matefaenza/places/24/folder-drag-accept.png +share/icons/matefaenza/places/24/folder-dropbox.png +share/icons/matefaenza/places/24/folder-home.png +share/icons/matefaenza/places/24/folder-images.png +share/icons/matefaenza/places/24/folder-music.png +share/icons/matefaenza/places/24/folder-open.png +share/icons/matefaenza/places/24/folder-pictures.png +share/icons/matefaenza/places/24/folder-publicshare.png +share/icons/matefaenza/places/24/folder-recent.png +share/icons/matefaenza/places/24/folder-remote-ftp.png +share/icons/matefaenza/places/24/folder-remote-nfs.png +share/icons/matefaenza/places/24/folder-remote-smb.png +share/icons/matefaenza/places/24/folder-remote-ssh.png +share/icons/matefaenza/places/24/folder-remote.png +share/icons/matefaenza/places/24/folder-saved-search.png +share/icons/matefaenza/places/24/folder-system.png +share/icons/matefaenza/places/24/folder-templates.png +share/icons/matefaenza/places/24/folder-ubuntu.png +share/icons/matefaenza/places/24/folder-videos.png +share/icons/matefaenza/places/24/folder-wine.png +share/icons/matefaenza/places/24/folder.png +share/icons/matefaenza/places/24/folder_download.png +share/icons/matefaenza/places/24/folder_home.png +share/icons/matefaenza/places/24/folder_images.png +share/icons/matefaenza/places/24/folder_open.png +share/icons/matefaenza/places/24/folder_pictures.png +share/icons/matefaenza/places/24/frugalware-logo.png +share/icons/matefaenza/places/24/gnome-fs-blockdev.png +share/icons/matefaenza/places/24/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/24/gnome-fs-bookmark.png +share/icons/matefaenza/places/24/gnome-fs-dav.png +share/icons/matefaenza/places/24/gnome-fs-desktop.png +share/icons/matefaenza/places/24/gnome-fs-directory-accept.png +share/icons/matefaenza/places/24/gnome-fs-directory.png +share/icons/matefaenza/places/24/gnome-fs-ftp.png +share/icons/matefaenza/places/24/gnome-fs-home.png +share/icons/matefaenza/places/24/gnome-fs-network.png +share/icons/matefaenza/places/24/gnome-fs-nfs.png +share/icons/matefaenza/places/24/gnome-fs-server.png +share/icons/matefaenza/places/24/gnome-fs-share.png +share/icons/matefaenza/places/24/gnome-fs-smb.png +share/icons/matefaenza/places/24/gnome-fs-ssh.png +share/icons/matefaenza/places/24/gnome-fs-trash-empty.png +share/icons/matefaenza/places/24/gnome-main-menu.png +share/icons/matefaenza/places/24/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/24/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/24/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/24/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/24/gnome-stock-trash.png +share/icons/matefaenza/places/24/gtk-directory.png +share/icons/matefaenza/places/24/gtk-network.png +share/icons/matefaenza/places/24/inode-directory.png +share/icons/matefaenza/places/24/mandriva-logo.png +share/icons/matefaenza/places/24/network-server.png +share/icons/matefaenza/places/24/network-workgroup.png +share/icons/matefaenza/places/24/network.png +share/icons/matefaenza/places/24/network_local.png +share/icons/matefaenza/places/24/novell-button.png +share/icons/matefaenza/places/24/opensuse-logo.png +share/icons/matefaenza/places/24/redhat-network-server.png +share/icons/matefaenza/places/24/server.png +share/icons/matefaenza/places/24/start-here-archlinux.png +share/icons/matefaenza/places/24/start-here-debian.png +share/icons/matefaenza/places/24/start-here-descent.png +share/icons/matefaenza/places/24/start-here-fedora.png +share/icons/matefaenza/places/24/start-here-frugalware.png +share/icons/matefaenza/places/24/start-here-gentoo.png +share/icons/matefaenza/places/24/start-here-gnome.png +share/icons/matefaenza/places/24/start-here-linux-mint.png +share/icons/matefaenza/places/24/start-here-mandriva.png +share/icons/matefaenza/places/24/start-here-mate.png +share/icons/matefaenza/places/24/start-here-opensuse.png +share/icons/matefaenza/places/24/start-here-slackware.png +share/icons/matefaenza/places/24/start-here-ubuntu.png +share/icons/matefaenza/places/24/start-here.png +share/icons/matefaenza/places/24/stock_bookmark.png +share/icons/matefaenza/places/24/stock_folder.png +share/icons/matefaenza/places/24/stock_open.png +share/icons/matefaenza/places/24/trashcan_empty.png +share/icons/matefaenza/places/24/ubuntu-logo.png +share/icons/matefaenza/places/24/user-bookmarks.png +share/icons/matefaenza/places/24/user-desktop.png +share/icons/matefaenza/places/24/user-home.png +share/icons/matefaenza/places/24/user-images.png +share/icons/matefaenza/places/24/user-pictures.png +share/icons/matefaenza/places/24/user-share.png +share/icons/matefaenza/places/24/user-trash.png +share/icons/matefaenza/places/24/xfce-trash_empty.png +share/icons/matefaenza/places/32/application-x-gnome-saved-search.png +share/icons/matefaenza/places/32/archlinux-logo.png +share/icons/matefaenza/places/32/bookmark-missing.png +share/icons/matefaenza/places/32/debian-logo.png +share/icons/matefaenza/places/32/desktop.png +share/icons/matefaenza/places/32/desktop.xpm +share/icons/matefaenza/places/32/distributor-logo-archlinux.png +share/icons/matefaenza/places/32/distributor-logo-debian.png +share/icons/matefaenza/places/32/distributor-logo-descent.png +share/icons/matefaenza/places/32/distributor-logo-fedora.png +share/icons/matefaenza/places/32/distributor-logo-frugalware.png +share/icons/matefaenza/places/32/distributor-logo-gentoo.png +share/icons/matefaenza/places/32/distributor-logo-linux-mint.png +share/icons/matefaenza/places/32/distributor-logo-mandriva.png +share/icons/matefaenza/places/32/distributor-logo-mate.png +share/icons/matefaenza/places/32/distributor-logo-opensuse.png +share/icons/matefaenza/places/32/distributor-logo-slackware.png +share/icons/matefaenza/places/32/distributor-logo-ubuntu.png +share/icons/matefaenza/places/32/distributor-logo.png +share/icons/matefaenza/places/32/emptytrash.png +share/icons/matefaenza/places/32/fedora-logo-icon.png +share/icons/matefaenza/places/32/fedora-logo.png +share/icons/matefaenza/places/32/folder-documents.png +share/icons/matefaenza/places/32/folder-download.png +share/icons/matefaenza/places/32/folder-downloads.png +share/icons/matefaenza/places/32/folder-drag-accept.png +share/icons/matefaenza/places/32/folder-dropbox.png +share/icons/matefaenza/places/32/folder-home.png +share/icons/matefaenza/places/32/folder-images.png +share/icons/matefaenza/places/32/folder-music.png +share/icons/matefaenza/places/32/folder-open.png +share/icons/matefaenza/places/32/folder-pictures.png +share/icons/matefaenza/places/32/folder-publicshare.png +share/icons/matefaenza/places/32/folder-recent.png +share/icons/matefaenza/places/32/folder-remote-ftp.png +share/icons/matefaenza/places/32/folder-remote-nfs.png +share/icons/matefaenza/places/32/folder-remote-smb.png +share/icons/matefaenza/places/32/folder-remote-ssh.png +share/icons/matefaenza/places/32/folder-remote.png +share/icons/matefaenza/places/32/folder-saved-search.png +share/icons/matefaenza/places/32/folder-system.png +share/icons/matefaenza/places/32/folder-templates.png +share/icons/matefaenza/places/32/folder-ubuntu.png +share/icons/matefaenza/places/32/folder-videos.png +share/icons/matefaenza/places/32/folder-wine.png +share/icons/matefaenza/places/32/folder.png +share/icons/matefaenza/places/32/folder_download.png +share/icons/matefaenza/places/32/folder_home.png +share/icons/matefaenza/places/32/folder_images.png +share/icons/matefaenza/places/32/folder_open.png +share/icons/matefaenza/places/32/folder_pictures.png +share/icons/matefaenza/places/32/frugalware-logo.png +share/icons/matefaenza/places/32/gnome-fs-blockdev.png +share/icons/matefaenza/places/32/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/32/gnome-fs-bookmark.png +share/icons/matefaenza/places/32/gnome-fs-dav.png +share/icons/matefaenza/places/32/gnome-fs-desktop.png +share/icons/matefaenza/places/32/gnome-fs-directory-accept.png +share/icons/matefaenza/places/32/gnome-fs-directory.png +share/icons/matefaenza/places/32/gnome-fs-ftp.png +share/icons/matefaenza/places/32/gnome-fs-home.png +share/icons/matefaenza/places/32/gnome-fs-network.png +share/icons/matefaenza/places/32/gnome-fs-nfs.png +share/icons/matefaenza/places/32/gnome-fs-server.png +share/icons/matefaenza/places/32/gnome-fs-share.png +share/icons/matefaenza/places/32/gnome-fs-smb.png +share/icons/matefaenza/places/32/gnome-fs-ssh.png +share/icons/matefaenza/places/32/gnome-fs-trash-empty.png +share/icons/matefaenza/places/32/gnome-main-menu.png +share/icons/matefaenza/places/32/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/32/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/32/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/32/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/32/gnome-stock-trash.png +share/icons/matefaenza/places/32/gtk-directory.png +share/icons/matefaenza/places/32/gtk-network.png +share/icons/matefaenza/places/32/inode-directory.png +share/icons/matefaenza/places/32/mandriva-logo.png +share/icons/matefaenza/places/32/network-server.png +share/icons/matefaenza/places/32/network-workgroup.png +share/icons/matefaenza/places/32/network.png +share/icons/matefaenza/places/32/network_local.png +share/icons/matefaenza/places/32/novell-button.png +share/icons/matefaenza/places/32/opensuse-logo.png +share/icons/matefaenza/places/32/redhat-network-server.png +share/icons/matefaenza/places/32/server.png +share/icons/matefaenza/places/32/start-here-archlinux.png +share/icons/matefaenza/places/32/start-here-debian.png +share/icons/matefaenza/places/32/start-here-fedora.png +share/icons/matefaenza/places/32/start-here-frugalware.png +share/icons/matefaenza/places/32/start-here-gentoo.png +share/icons/matefaenza/places/32/start-here-gnome.png +share/icons/matefaenza/places/32/start-here-linux-mint.png +share/icons/matefaenza/places/32/start-here-mandriva.png +share/icons/matefaenza/places/32/start-here-mate.png +share/icons/matefaenza/places/32/start-here-opensuse.png +share/icons/matefaenza/places/32/start-here-slackware.png +share/icons/matefaenza/places/32/start-here-ubuntu.png +share/icons/matefaenza/places/32/start-here.png +share/icons/matefaenza/places/32/stock_bookmark.png +share/icons/matefaenza/places/32/stock_folder.png +share/icons/matefaenza/places/32/stock_open.png +share/icons/matefaenza/places/32/trashcan_empty.png +share/icons/matefaenza/places/32/ubuntu-logo.png +share/icons/matefaenza/places/32/user-bookmarks.png +share/icons/matefaenza/places/32/user-desktop.png +share/icons/matefaenza/places/32/user-home.png +share/icons/matefaenza/places/32/user-images.png +share/icons/matefaenza/places/32/user-pictures.png +share/icons/matefaenza/places/32/user-share.png +share/icons/matefaenza/places/32/user-trash.png +share/icons/matefaenza/places/32/xfce-trash_empty.png +share/icons/matefaenza/places/48/application-x-gnome-saved-search.png +share/icons/matefaenza/places/48/archlinux-logo.png +share/icons/matefaenza/places/48/bookmark-missing.png +share/icons/matefaenza/places/48/debian-logo.png +share/icons/matefaenza/places/48/desktop.png +share/icons/matefaenza/places/48/desktop.xpm +share/icons/matefaenza/places/48/distributor-logo-archlinux.png +share/icons/matefaenza/places/48/distributor-logo-debian.png +share/icons/matefaenza/places/48/distributor-logo-descent.png +share/icons/matefaenza/places/48/distributor-logo-fedora.png +share/icons/matefaenza/places/48/distributor-logo-frugalware.png +share/icons/matefaenza/places/48/distributor-logo-gentoo.png +share/icons/matefaenza/places/48/distributor-logo-linux-mint.png +share/icons/matefaenza/places/48/distributor-logo-mandriva.png +share/icons/matefaenza/places/48/distributor-logo-mate.png +share/icons/matefaenza/places/48/distributor-logo-opensuse.png +share/icons/matefaenza/places/48/distributor-logo-slackware.png +share/icons/matefaenza/places/48/distributor-logo-ubuntu.png +share/icons/matefaenza/places/48/distributor-logo.png +share/icons/matefaenza/places/48/emptytrash.png +share/icons/matefaenza/places/48/fedora-logo-icon.png +share/icons/matefaenza/places/48/fedora-logo.png +share/icons/matefaenza/places/48/folder-documents.png +share/icons/matefaenza/places/48/folder-download.png +share/icons/matefaenza/places/48/folder-downloads.png +share/icons/matefaenza/places/48/folder-drag-accept.png +share/icons/matefaenza/places/48/folder-dropbox.png +share/icons/matefaenza/places/48/folder-home.png +share/icons/matefaenza/places/48/folder-images.png +share/icons/matefaenza/places/48/folder-music.png +share/icons/matefaenza/places/48/folder-open.png +share/icons/matefaenza/places/48/folder-pictures.png +share/icons/matefaenza/places/48/folder-publicshare.png +share/icons/matefaenza/places/48/folder-recent.png +share/icons/matefaenza/places/48/folder-remote-ftp.png +share/icons/matefaenza/places/48/folder-remote-nfs.png +share/icons/matefaenza/places/48/folder-remote-smb.png +share/icons/matefaenza/places/48/folder-remote-ssh.png +share/icons/matefaenza/places/48/folder-remote.png +share/icons/matefaenza/places/48/folder-saved-search.png +share/icons/matefaenza/places/48/folder-system.png +share/icons/matefaenza/places/48/folder-templates.png +share/icons/matefaenza/places/48/folder-ubuntu.png +share/icons/matefaenza/places/48/folder-videos.png +share/icons/matefaenza/places/48/folder-wine.png +share/icons/matefaenza/places/48/folder.png +share/icons/matefaenza/places/48/folder_download.png +share/icons/matefaenza/places/48/folder_home.png +share/icons/matefaenza/places/48/folder_images.png +share/icons/matefaenza/places/48/folder_open.png +share/icons/matefaenza/places/48/folder_pictures.png +share/icons/matefaenza/places/48/frugalware-logo.png +share/icons/matefaenza/places/48/gnome-fs-blockdev.png +share/icons/matefaenza/places/48/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/48/gnome-fs-bookmark.png +share/icons/matefaenza/places/48/gnome-fs-dav.png +share/icons/matefaenza/places/48/gnome-fs-desktop.png +share/icons/matefaenza/places/48/gnome-fs-directory-accept.png +share/icons/matefaenza/places/48/gnome-fs-directory.png +share/icons/matefaenza/places/48/gnome-fs-ftp.png +share/icons/matefaenza/places/48/gnome-fs-home.png +share/icons/matefaenza/places/48/gnome-fs-network.png +share/icons/matefaenza/places/48/gnome-fs-nfs.png +share/icons/matefaenza/places/48/gnome-fs-server.png +share/icons/matefaenza/places/48/gnome-fs-share.png +share/icons/matefaenza/places/48/gnome-fs-smb.png +share/icons/matefaenza/places/48/gnome-fs-ssh.png +share/icons/matefaenza/places/48/gnome-fs-trash-empty.png +share/icons/matefaenza/places/48/gnome-main-menu.png +share/icons/matefaenza/places/48/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/48/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/48/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/48/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/48/gnome-stock-trash.png +share/icons/matefaenza/places/48/gtk-directory.png +share/icons/matefaenza/places/48/gtk-network.png +share/icons/matefaenza/places/48/inode-directory.png +share/icons/matefaenza/places/48/mandriva-logo.png +share/icons/matefaenza/places/48/network-server.png +share/icons/matefaenza/places/48/network-workgroup.png +share/icons/matefaenza/places/48/network.png +share/icons/matefaenza/places/48/network_local.png +share/icons/matefaenza/places/48/novell-button.png +share/icons/matefaenza/places/48/opensuse-logo.png +share/icons/matefaenza/places/48/redhat-network-server.png +share/icons/matefaenza/places/48/server.png +share/icons/matefaenza/places/48/start-here-archlinux.png +share/icons/matefaenza/places/48/start-here-debian.png +share/icons/matefaenza/places/48/start-here-fedora.png +share/icons/matefaenza/places/48/start-here-frugalware.png +share/icons/matefaenza/places/48/start-here-gentoo.png +share/icons/matefaenza/places/48/start-here-gnome.png +share/icons/matefaenza/places/48/start-here-linux-mint.png +share/icons/matefaenza/places/48/start-here-mandriva.png +share/icons/matefaenza/places/48/start-here-mate.png +share/icons/matefaenza/places/48/start-here-opensuse.png +share/icons/matefaenza/places/48/start-here-slackware.png +share/icons/matefaenza/places/48/start-here-ubuntu.png +share/icons/matefaenza/places/48/start-here.png +share/icons/matefaenza/places/48/stock_bookmark.png +share/icons/matefaenza/places/48/stock_folder.png +share/icons/matefaenza/places/48/stock_open.png +share/icons/matefaenza/places/48/trashcan_empty.png +share/icons/matefaenza/places/48/ubuntu-logo.png +share/icons/matefaenza/places/48/user-bookmarks.png +share/icons/matefaenza/places/48/user-desktop.png +share/icons/matefaenza/places/48/user-home.png +share/icons/matefaenza/places/48/user-images.png +share/icons/matefaenza/places/48/user-pictures.png +share/icons/matefaenza/places/48/user-share.png +share/icons/matefaenza/places/48/user-trash.png +share/icons/matefaenza/places/48/xfce-trash_empty.png +share/icons/matefaenza/places/64/application-x-gnome-saved-search.png +share/icons/matefaenza/places/64/archlinux-logo.png +share/icons/matefaenza/places/64/bookmark-missing.png +share/icons/matefaenza/places/64/debian-logo.png +share/icons/matefaenza/places/64/desktop.png +share/icons/matefaenza/places/64/distributor-logo-archlinux.png +share/icons/matefaenza/places/64/distributor-logo-debian.png +share/icons/matefaenza/places/64/distributor-logo-descent.png +share/icons/matefaenza/places/64/distributor-logo-fedora.png +share/icons/matefaenza/places/64/distributor-logo-frugalware.png +share/icons/matefaenza/places/64/distributor-logo-gentoo.png +share/icons/matefaenza/places/64/distributor-logo-linux-mint.png +share/icons/matefaenza/places/64/distributor-logo-mandriva.png +share/icons/matefaenza/places/64/distributor-logo-mate.png +share/icons/matefaenza/places/64/distributor-logo-opensuse.png +share/icons/matefaenza/places/64/distributor-logo-slackware.png +share/icons/matefaenza/places/64/distributor-logo-ubuntu.png +share/icons/matefaenza/places/64/distributor-logo.png +share/icons/matefaenza/places/64/emptytrash.png +share/icons/matefaenza/places/64/fedora-logo-icon.png +share/icons/matefaenza/places/64/fedora-logo.png +share/icons/matefaenza/places/64/folder-documents.png +share/icons/matefaenza/places/64/folder-download.png +share/icons/matefaenza/places/64/folder-downloads.png +share/icons/matefaenza/places/64/folder-drag-accept.png +share/icons/matefaenza/places/64/folder-dropbox.png +share/icons/matefaenza/places/64/folder-home.png +share/icons/matefaenza/places/64/folder-images.png +share/icons/matefaenza/places/64/folder-music.png +share/icons/matefaenza/places/64/folder-open.png +share/icons/matefaenza/places/64/folder-pictures.png +share/icons/matefaenza/places/64/folder-publicshare.png +share/icons/matefaenza/places/64/folder-recent.png +share/icons/matefaenza/places/64/folder-remote-ftp.png +share/icons/matefaenza/places/64/folder-remote-nfs.png +share/icons/matefaenza/places/64/folder-remote-smb.png +share/icons/matefaenza/places/64/folder-remote-ssh.png +share/icons/matefaenza/places/64/folder-remote.png +share/icons/matefaenza/places/64/folder-saved-search.png +share/icons/matefaenza/places/64/folder-system.png +share/icons/matefaenza/places/64/folder-templates.png +share/icons/matefaenza/places/64/folder-ubuntu.png +share/icons/matefaenza/places/64/folder-videos.png +share/icons/matefaenza/places/64/folder-wine.png +share/icons/matefaenza/places/64/folder.png +share/icons/matefaenza/places/64/folder_download.png +share/icons/matefaenza/places/64/folder_home.png +share/icons/matefaenza/places/64/folder_images.png +share/icons/matefaenza/places/64/folder_open.png +share/icons/matefaenza/places/64/folder_pictures.png +share/icons/matefaenza/places/64/frugalware-logo.png +share/icons/matefaenza/places/64/gnome-fs-blockdev.png +share/icons/matefaenza/places/64/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/64/gnome-fs-bookmark.png +share/icons/matefaenza/places/64/gnome-fs-dav.png +share/icons/matefaenza/places/64/gnome-fs-desktop.png +share/icons/matefaenza/places/64/gnome-fs-directory-accept.png +share/icons/matefaenza/places/64/gnome-fs-directory.png +share/icons/matefaenza/places/64/gnome-fs-ftp.png +share/icons/matefaenza/places/64/gnome-fs-home.png +share/icons/matefaenza/places/64/gnome-fs-network.png +share/icons/matefaenza/places/64/gnome-fs-nfs.png +share/icons/matefaenza/places/64/gnome-fs-server.png +share/icons/matefaenza/places/64/gnome-fs-share.png +share/icons/matefaenza/places/64/gnome-fs-smb.png +share/icons/matefaenza/places/64/gnome-fs-ssh.png +share/icons/matefaenza/places/64/gnome-fs-trash-empty.png +share/icons/matefaenza/places/64/gnome-main-menu.png +share/icons/matefaenza/places/64/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/64/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/64/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/64/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/64/gnome-stock-trash.png +share/icons/matefaenza/places/64/gtk-directory.png +share/icons/matefaenza/places/64/gtk-network.png +share/icons/matefaenza/places/64/inode-directory.png +share/icons/matefaenza/places/64/mandriva-logo.png +share/icons/matefaenza/places/64/network-server.png +share/icons/matefaenza/places/64/network-workgroup.png +share/icons/matefaenza/places/64/network.png +share/icons/matefaenza/places/64/network_local.png +share/icons/matefaenza/places/64/novell-button.png +share/icons/matefaenza/places/64/opensuse-logo.png +share/icons/matefaenza/places/64/redhat-network-server.png +share/icons/matefaenza/places/64/server.png +share/icons/matefaenza/places/64/start-here-archlinux.png +share/icons/matefaenza/places/64/start-here-debian.png +share/icons/matefaenza/places/64/start-here-fedora.png +share/icons/matefaenza/places/64/start-here-frugalware.png +share/icons/matefaenza/places/64/start-here-gentoo.png +share/icons/matefaenza/places/64/start-here-gnome.png +share/icons/matefaenza/places/64/start-here-linux-mint.png +share/icons/matefaenza/places/64/start-here-mandriva.png +share/icons/matefaenza/places/64/start-here-mate.png +share/icons/matefaenza/places/64/start-here-opensuse.png +share/icons/matefaenza/places/64/start-here-slackware.png +share/icons/matefaenza/places/64/start-here-ubuntu.png +share/icons/matefaenza/places/64/start-here.png +share/icons/matefaenza/places/64/stock_bookmark.png +share/icons/matefaenza/places/64/stock_folder.png +share/icons/matefaenza/places/64/stock_open.png +share/icons/matefaenza/places/64/trashcan_empty.png +share/icons/matefaenza/places/64/ubuntu-logo.png +share/icons/matefaenza/places/64/user-bookmarks.png +share/icons/matefaenza/places/64/user-desktop.png +share/icons/matefaenza/places/64/user-home.png +share/icons/matefaenza/places/64/user-images.png +share/icons/matefaenza/places/64/user-pictures.png +share/icons/matefaenza/places/64/user-share.png +share/icons/matefaenza/places/64/user-trash.png +share/icons/matefaenza/places/64/xfce-trash_empty.png +share/icons/matefaenza/places/96/application-x-gnome-saved-search.png +share/icons/matefaenza/places/96/archlinux-logo.png +share/icons/matefaenza/places/96/bookmark-missing.png +share/icons/matefaenza/places/96/debian-logo.png +share/icons/matefaenza/places/96/desktop.png +share/icons/matefaenza/places/96/distributor-logo-archlinux.png +share/icons/matefaenza/places/96/distributor-logo-debian.png +share/icons/matefaenza/places/96/distributor-logo-descent.png +share/icons/matefaenza/places/96/distributor-logo-fedora.png +share/icons/matefaenza/places/96/distributor-logo-frugalware.png +share/icons/matefaenza/places/96/distributor-logo-gentoo.png +share/icons/matefaenza/places/96/distributor-logo-linux-mint.png +share/icons/matefaenza/places/96/distributor-logo-mandriva.png +share/icons/matefaenza/places/96/distributor-logo-mate.png +share/icons/matefaenza/places/96/distributor-logo-opensuse.png +share/icons/matefaenza/places/96/distributor-logo-slackware.png +share/icons/matefaenza/places/96/distributor-logo-ubuntu.png +share/icons/matefaenza/places/96/distributor-logo.png +share/icons/matefaenza/places/96/emptytrash.png +share/icons/matefaenza/places/96/fedora-logo-icon.png +share/icons/matefaenza/places/96/fedora-logo.png +share/icons/matefaenza/places/96/folder-documents.png +share/icons/matefaenza/places/96/folder-download.png +share/icons/matefaenza/places/96/folder-downloads.png +share/icons/matefaenza/places/96/folder-drag-accept.png +share/icons/matefaenza/places/96/folder-dropbox.png +share/icons/matefaenza/places/96/folder-home.png +share/icons/matefaenza/places/96/folder-images.png +share/icons/matefaenza/places/96/folder-music.png +share/icons/matefaenza/places/96/folder-open.png +share/icons/matefaenza/places/96/folder-pictures.png +share/icons/matefaenza/places/96/folder-publicshare.png +share/icons/matefaenza/places/96/folder-recent.png +share/icons/matefaenza/places/96/folder-remote-ftp.png +share/icons/matefaenza/places/96/folder-remote-nfs.png +share/icons/matefaenza/places/96/folder-remote-smb.png +share/icons/matefaenza/places/96/folder-remote-ssh.png +share/icons/matefaenza/places/96/folder-remote.png +share/icons/matefaenza/places/96/folder-saved-search.png +share/icons/matefaenza/places/96/folder-system.png +share/icons/matefaenza/places/96/folder-templates.png +share/icons/matefaenza/places/96/folder-ubuntu.png +share/icons/matefaenza/places/96/folder-videos.png +share/icons/matefaenza/places/96/folder-wine.png +share/icons/matefaenza/places/96/folder.png +share/icons/matefaenza/places/96/folder_download.png +share/icons/matefaenza/places/96/folder_home.png +share/icons/matefaenza/places/96/folder_images.png +share/icons/matefaenza/places/96/folder_open.png +share/icons/matefaenza/places/96/folder_pictures.png +share/icons/matefaenza/places/96/frugalware-logo.png +share/icons/matefaenza/places/96/gnome-fs-blockdev.png +share/icons/matefaenza/places/96/gnome-fs-bookmark-missing.png +share/icons/matefaenza/places/96/gnome-fs-bookmark.png +share/icons/matefaenza/places/96/gnome-fs-dav.png +share/icons/matefaenza/places/96/gnome-fs-desktop.png +share/icons/matefaenza/places/96/gnome-fs-directory-accept.png +share/icons/matefaenza/places/96/gnome-fs-directory.png +share/icons/matefaenza/places/96/gnome-fs-ftp.png +share/icons/matefaenza/places/96/gnome-fs-home.png +share/icons/matefaenza/places/96/gnome-fs-network.png +share/icons/matefaenza/places/96/gnome-fs-nfs.png +share/icons/matefaenza/places/96/gnome-fs-server.png +share/icons/matefaenza/places/96/gnome-fs-share.png +share/icons/matefaenza/places/96/gnome-fs-smb.png +share/icons/matefaenza/places/96/gnome-fs-ssh.png +share/icons/matefaenza/places/96/gnome-fs-trash-empty.png +share/icons/matefaenza/places/96/gnome-main-menu.png +share/icons/matefaenza/places/96/gnome-mime-x-directory-nfs-server.png +share/icons/matefaenza/places/96/gnome-mime-x-directory-smb-server.png +share/icons/matefaenza/places/96/gnome-mime-x-directory-smb-share.png +share/icons/matefaenza/places/96/gnome-mime-x-directory-smb-workgroup.png +share/icons/matefaenza/places/96/gnome-stock-trash.png +share/icons/matefaenza/places/96/gtk-directory.png +share/icons/matefaenza/places/96/gtk-network.png +share/icons/matefaenza/places/96/inode-directory.png +share/icons/matefaenza/places/96/mandriva-logo.png +share/icons/matefaenza/places/96/network-server.png +share/icons/matefaenza/places/96/network-workgroup.png +share/icons/matefaenza/places/96/network.png +share/icons/matefaenza/places/96/network_local.png +share/icons/matefaenza/places/96/novell-button.png +share/icons/matefaenza/places/96/opensuse-logo.png +share/icons/matefaenza/places/96/redhat-network-server.png +share/icons/matefaenza/places/96/server.png +share/icons/matefaenza/places/96/start-here-archlinux.png +share/icons/matefaenza/places/96/start-here-debian.png +share/icons/matefaenza/places/96/start-here-fedora.png +share/icons/matefaenza/places/96/start-here-frugalware.png +share/icons/matefaenza/places/96/start-here-gentoo.png +share/icons/matefaenza/places/96/start-here-gnome.png +share/icons/matefaenza/places/96/start-here-linux-mint.png +share/icons/matefaenza/places/96/start-here-mandriva.png +share/icons/matefaenza/places/96/start-here-mate.png +share/icons/matefaenza/places/96/start-here-opensuse.png +share/icons/matefaenza/places/96/start-here-slackware.png +share/icons/matefaenza/places/96/start-here-ubuntu.png +share/icons/matefaenza/places/96/start-here.png +share/icons/matefaenza/places/96/stock_bookmark.png +share/icons/matefaenza/places/96/stock_folder.png +share/icons/matefaenza/places/96/stock_open.png +share/icons/matefaenza/places/96/trashcan_empty.png +share/icons/matefaenza/places/96/ubuntu-logo.png +share/icons/matefaenza/places/96/user-bookmarks.png +share/icons/matefaenza/places/96/user-desktop.png +share/icons/matefaenza/places/96/user-home.png +share/icons/matefaenza/places/96/user-images.png +share/icons/matefaenza/places/96/user-pictures.png +share/icons/matefaenza/places/96/user-share.png +share/icons/matefaenza/places/96/user-trash.png +share/icons/matefaenza/places/96/xfce-trash_empty.png +share/icons/matefaenza/places/scalable/application-x-gnome-saved-search.svg +share/icons/matefaenza/places/scalable/archlinux-logo.svg +share/icons/matefaenza/places/scalable/bookmark-missing.svg +share/icons/matefaenza/places/scalable/debian-logo.svg +share/icons/matefaenza/places/scalable/desktop.svg +share/icons/matefaenza/places/scalable/distributor-logo-archlinux.svg +share/icons/matefaenza/places/scalable/distributor-logo-debian.svg +share/icons/matefaenza/places/scalable/distributor-logo-descent.svg +share/icons/matefaenza/places/scalable/distributor-logo-fedora.svg +share/icons/matefaenza/places/scalable/distributor-logo-frugalware.svg +share/icons/matefaenza/places/scalable/distributor-logo-gentoo.svg +share/icons/matefaenza/places/scalable/distributor-logo-linux-mint.svg +share/icons/matefaenza/places/scalable/distributor-logo-mandriva.svg +share/icons/matefaenza/places/scalable/distributor-logo-mate.svg +share/icons/matefaenza/places/scalable/distributor-logo-moniz.svg +share/icons/matefaenza/places/scalable/distributor-logo-opensuse.svg +share/icons/matefaenza/places/scalable/distributor-logo-slackware.svg +share/icons/matefaenza/places/scalable/distributor-logo-ubuntu.svg +share/icons/matefaenza/places/scalable/distributor-logo.svg +share/icons/matefaenza/places/scalable/emptytrash.svg +share/icons/matefaenza/places/scalable/fedora-logo-icon.svg +share/icons/matefaenza/places/scalable/fedora-logo.svg +share/icons/matefaenza/places/scalable/folder-documents.svg +share/icons/matefaenza/places/scalable/folder-download.svg +share/icons/matefaenza/places/scalable/folder-downloads.svg +share/icons/matefaenza/places/scalable/folder-drag-accept.svg +share/icons/matefaenza/places/scalable/folder-dropbox.svg +share/icons/matefaenza/places/scalable/folder-home.svg +share/icons/matefaenza/places/scalable/folder-images.svg +share/icons/matefaenza/places/scalable/folder-music.svg +share/icons/matefaenza/places/scalable/folder-open.svg +share/icons/matefaenza/places/scalable/folder-pictures.svg +share/icons/matefaenza/places/scalable/folder-publicshare.svg +share/icons/matefaenza/places/scalable/folder-recent.svg +share/icons/matefaenza/places/scalable/folder-remote-ftp.svg +share/icons/matefaenza/places/scalable/folder-remote-nfs.svg +share/icons/matefaenza/places/scalable/folder-remote-smb.svg +share/icons/matefaenza/places/scalable/folder-remote-ssh.svg +share/icons/matefaenza/places/scalable/folder-remote.svg +share/icons/matefaenza/places/scalable/folder-saved-search.svg +share/icons/matefaenza/places/scalable/folder-symbolic.svg +share/icons/matefaenza/places/scalable/folder-system.svg +share/icons/matefaenza/places/scalable/folder-templates.svg +share/icons/matefaenza/places/scalable/folder-ubuntu.svg +share/icons/matefaenza/places/scalable/folder-videos.svg +share/icons/matefaenza/places/scalable/folder-wine.svg +share/icons/matefaenza/places/scalable/folder.svg +share/icons/matefaenza/places/scalable/folder_download.svg +share/icons/matefaenza/places/scalable/folder_home.svg +share/icons/matefaenza/places/scalable/folder_images.svg +share/icons/matefaenza/places/scalable/folder_open.svg +share/icons/matefaenza/places/scalable/folder_pictures.svg +share/icons/matefaenza/places/scalable/frugalware-logo.svg +share/icons/matefaenza/places/scalable/gnome-fs-blockdev.svg +share/icons/matefaenza/places/scalable/gnome-fs-bookmark-missing.svg +share/icons/matefaenza/places/scalable/gnome-fs-bookmark.svg +share/icons/matefaenza/places/scalable/gnome-fs-dav.svg +share/icons/matefaenza/places/scalable/gnome-fs-desktop.svg +share/icons/matefaenza/places/scalable/gnome-fs-directory-accept.svg +share/icons/matefaenza/places/scalable/gnome-fs-directory.svg +share/icons/matefaenza/places/scalable/gnome-fs-ftp.svg +share/icons/matefaenza/places/scalable/gnome-fs-home.svg +share/icons/matefaenza/places/scalable/gnome-fs-network.svg +share/icons/matefaenza/places/scalable/gnome-fs-nfs.svg +share/icons/matefaenza/places/scalable/gnome-fs-server.svg +share/icons/matefaenza/places/scalable/gnome-fs-share.svg +share/icons/matefaenza/places/scalable/gnome-fs-smb.svg +share/icons/matefaenza/places/scalable/gnome-fs-ssh.svg +share/icons/matefaenza/places/scalable/gnome-fs-trash-empty.svg +share/icons/matefaenza/places/scalable/gnome-main-menu.svg +share/icons/matefaenza/places/scalable/gnome-mime-x-directory-nfs-server.svg +share/icons/matefaenza/places/scalable/gnome-mime-x-directory-smb-server.svg +share/icons/matefaenza/places/scalable/gnome-mime-x-directory-smb-share.svg +share/icons/matefaenza/places/scalable/gnome-mime-x-directory-smb-workgroup.svg +share/icons/matefaenza/places/scalable/gnome-stock-trash.svg +share/icons/matefaenza/places/scalable/gtk-directory.svg +share/icons/matefaenza/places/scalable/gtk-network.svg +share/icons/matefaenza/places/scalable/inode-directory.svg +share/icons/matefaenza/places/scalable/mandriva-logo.svg +share/icons/matefaenza/places/scalable/network-server.svg +share/icons/matefaenza/places/scalable/network-workgroup.svg +share/icons/matefaenza/places/scalable/network.svg +share/icons/matefaenza/places/scalable/network_local.svg +share/icons/matefaenza/places/scalable/novell-button.svg +share/icons/matefaenza/places/scalable/opensuse-logo.svg +share/icons/matefaenza/places/scalable/redhat-network-server.svg +share/icons/matefaenza/places/scalable/server.svg +share/icons/matefaenza/places/scalable/start-here-archlinux-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-archlinux.svg +share/icons/matefaenza/places/scalable/start-here-debian-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-debian.svg +share/icons/matefaenza/places/scalable/start-here-fedora-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-fedora.svg +share/icons/matefaenza/places/scalable/start-here-frugalware-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-frugalware.svg +share/icons/matefaenza/places/scalable/start-here-gentoo-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-gentoo.svg +share/icons/matefaenza/places/scalable/start-here-gnome-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-gnome.svg +share/icons/matefaenza/places/scalable/start-here-linux-mint-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-linux-mint.svg +share/icons/matefaenza/places/scalable/start-here-mandriva-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-mandriva.svg +share/icons/matefaenza/places/scalable/start-here-mate-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-mate.svg +share/icons/matefaenza/places/scalable/start-here-opensuse-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-opensuse.svg +share/icons/matefaenza/places/scalable/start-here-slackware-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-slackware.svg +share/icons/matefaenza/places/scalable/start-here-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-ubuntu-symbolic.svg +share/icons/matefaenza/places/scalable/start-here-ubuntu.svg +share/icons/matefaenza/places/scalable/start-here.svg +share/icons/matefaenza/places/scalable/stock_bookmark.svg +share/icons/matefaenza/places/scalable/stock_folder.svg +share/icons/matefaenza/places/scalable/stock_open.svg +share/icons/matefaenza/places/scalable/trashcan_empty.svg +share/icons/matefaenza/places/scalable/ubuntu-logo.svg +share/icons/matefaenza/places/scalable/user-bookmarks.svg +share/icons/matefaenza/places/scalable/user-desktop.svg +share/icons/matefaenza/places/scalable/user-home.svg +share/icons/matefaenza/places/scalable/user-images.svg +share/icons/matefaenza/places/scalable/user-pictures.svg +share/icons/matefaenza/places/scalable/user-share.svg +share/icons/matefaenza/places/scalable/user-trash-symbolic.svg +share/icons/matefaenza/places/scalable/user-trash.svg +share/icons/matefaenza/places/scalable/xfce-trash_empty.svg +share/icons/matefaenza/status/16/applications-chat-panel.png +share/icons/matefaenza/status/16/applications-email-panel.png +share/icons/matefaenza/status/16/applications-microblogging-panel.png +share/icons/matefaenza/status/16/appointment-soon.png +share/icons/matefaenza/status/16/aptdaemon-cleanup.png +share/icons/matefaenza/status/16/aptdaemon-delete.png +share/icons/matefaenza/status/16/aptdaemon-download.png +share/icons/matefaenza/status/16/aptdaemon-resolve.png +share/icons/matefaenza/status/16/aptdaemon-update-cache.png +share/icons/matefaenza/status/16/aptdaemon-upgrade.png +share/icons/matefaenza/status/16/aptdaemon-wait.png +share/icons/matefaenza/status/16/aptdaemon-working.png +share/icons/matefaenza/status/16/audacious-panel.png +share/icons/matefaenza/status/16/audio-volume-high-panel.png +share/icons/matefaenza/status/16/audio-volume-high.png +share/icons/matefaenza/status/16/audio-volume-low-panel.png +share/icons/matefaenza/status/16/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/16/audio-volume-low.png +share/icons/matefaenza/status/16/audio-volume-medium-panel.png +share/icons/matefaenza/status/16/audio-volume-medium.png +share/icons/matefaenza/status/16/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/16/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/16/audio-volume-muted-panel.png +share/icons/matefaenza/status/16/audio-volume-muted.png +share/icons/matefaenza/status/16/audio-volume-off.png +share/icons/matefaenza/status/16/audio-volume-zero-panel.png +share/icons/matefaenza/status/16/avatar-default.png +share/icons/matefaenza/status/16/banshee-panel.png +share/icons/matefaenza/status/16/blueman-tray.png +share/icons/matefaenza/status/16/bluetooth-active.png +share/icons/matefaenza/status/16/bluetooth-disabled.png +share/icons/matefaenza/status/16/bluetooth-paired.png +share/icons/matefaenza/status/16/busy.png +share/icons/matefaenza/status/16/connect_creating.png +share/icons/matefaenza/status/16/connect_established.png +share/icons/matefaenza/status/16/connect_no.png +share/icons/matefaenza/status/16/deluge-panel.png +share/icons/matefaenza/status/16/dialog-error.png +share/icons/matefaenza/status/16/dialog-info.png +share/icons/matefaenza/status/16/dialog-information.png +share/icons/matefaenza/status/16/dialog-password.png +share/icons/matefaenza/status/16/dialog-question.png +share/icons/matefaenza/status/16/dialog-warning.png +share/icons/matefaenza/status/16/dropboxstatus-busy.png +share/icons/matefaenza/status/16/dropboxstatus-busy2.png +share/icons/matefaenza/status/16/dropboxstatus-idle.png +share/icons/matefaenza/status/16/dropboxstatus-logo.png +share/icons/matefaenza/status/16/dropboxstatus-x.png +share/icons/matefaenza/status/16/edittrash.png +share/icons/matefaenza/status/16/empathy-available.png +share/icons/matefaenza/status/16/empathy-away.png +share/icons/matefaenza/status/16/empathy-busy.png +share/icons/matefaenza/status/16/empathy-extended-away.png +share/icons/matefaenza/status/16/empathy-invisible.png +share/icons/matefaenza/status/16/empathy-offline.png +share/icons/matefaenza/status/16/error.png +share/icons/matefaenza/status/16/exaile-pause.png +share/icons/matefaenza/status/16/exaile-play.png +share/icons/matefaenza/status/16/gnome-stock-trash-full.png +share/icons/matefaenza/status/16/gsm-3g-full-secure.png +share/icons/matefaenza/status/16/gsm-3g-full.png +share/icons/matefaenza/status/16/gsm-3g-high.png +share/icons/matefaenza/status/16/gsm-3g-low-secure.png +share/icons/matefaenza/status/16/gsm-3g-low.png +share/icons/matefaenza/status/16/gsm-3g-medium-secure.png +share/icons/matefaenza/status/16/gsm-3g-medium.png +share/icons/matefaenza/status/16/gsm-3g-none.png +share/icons/matefaenza/status/16/gtk-dialog-authentication.png +share/icons/matefaenza/status/16/gtk-dialog-error.png +share/icons/matefaenza/status/16/gtk-dialog-info.png +share/icons/matefaenza/status/16/gtk-dialog-question.png +share/icons/matefaenza/status/16/gtk-dialog-warning.png +share/icons/matefaenza/status/16/gtk-missing-image.png +share/icons/matefaenza/status/16/haguichi-connected.png +share/icons/matefaenza/status/16/haguichi-connecting-1.png +share/icons/matefaenza/status/16/haguichi-connecting-2.png +share/icons/matefaenza/status/16/haguichi-connecting-3.png +share/icons/matefaenza/status/16/haguichi-disconnected.png +share/icons/matefaenza/status/16/ibus-keyboard.png +share/icons/matefaenza/status/16/idle.png +share/icons/matefaenza/status/16/image-loading.png +share/icons/matefaenza/status/16/image-missing.png +share/icons/matefaenza/status/16/indicator-messages-new.png +share/icons/matefaenza/status/16/indicator-messages.png +share/icons/matefaenza/status/16/info.png +share/icons/matefaenza/status/16/keys.png +share/icons/matefaenza/status/16/krb-expiring-ticket.png +share/icons/matefaenza/status/16/krb-no-valid-ticket.png +share/icons/matefaenza/status/16/krb-valid-ticket.png +share/icons/matefaenza/status/16/locked.png +share/icons/matefaenza/status/16/locked.xpm +share/icons/matefaenza/status/16/logo.png +share/icons/matefaenza/status/16/media-player-banshee-buffering.png +share/icons/matefaenza/status/16/media-player-banshee-panel.png +share/icons/matefaenza/status/16/media-player-banshee-stopped.png +share/icons/matefaenza/status/16/messagebox_critical.png +share/icons/matefaenza/status/16/messagebox_info.png +share/icons/matefaenza/status/16/messagebox_warning.png +share/icons/matefaenza/status/16/network-error.png +share/icons/matefaenza/status/16/network-idle.png +share/icons/matefaenza/status/16/network-offline.png +share/icons/matefaenza/status/16/network-receive.png +share/icons/matefaenza/status/16/network-transmit-receive.png +share/icons/matefaenza/status/16/network-transmit.png +share/icons/matefaenza/status/16/network-wireless-encrypted.png +share/icons/matefaenza/status/16/new-messages-red.png +share/icons/matefaenza/status/16/nm-adhoc.png +share/icons/matefaenza/status/16/nm-device-wired-autoip.png +share/icons/matefaenza/status/16/nm-device-wired-secure.png +share/icons/matefaenza/status/16/nm-device-wired.png +share/icons/matefaenza/status/16/nm-device-wireless.png +share/icons/matefaenza/status/16/nm-device-wwan.png +share/icons/matefaenza/status/16/nm-no-connection.png +share/icons/matefaenza/status/16/nm-secure-lock.png +share/icons/matefaenza/status/16/nm-signal-0.png +share/icons/matefaenza/status/16/nm-signal-00-secure.png +share/icons/matefaenza/status/16/nm-signal-00.png +share/icons/matefaenza/status/16/nm-signal-100-secure.png +share/icons/matefaenza/status/16/nm-signal-100.png +share/icons/matefaenza/status/16/nm-signal-25-secure.png +share/icons/matefaenza/status/16/nm-signal-25.png +share/icons/matefaenza/status/16/nm-signal-50-secure.png +share/icons/matefaenza/status/16/nm-signal-50.png +share/icons/matefaenza/status/16/nm-signal-75-secure.png +share/icons/matefaenza/status/16/nm-signal-75.png +share/icons/matefaenza/status/16/nm-vpn-active-lock.png +share/icons/matefaenza/status/16/nm-vpn-connecting12.png +share/icons/matefaenza/status/16/nm-vpn-connecting13.png +share/icons/matefaenza/status/16/nm-vpn-connecting14.png +share/icons/matefaenza/status/16/nm-vpn-lock.png +share/icons/matefaenza/status/16/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/16/notification-audio-volume-high.png +share/icons/matefaenza/status/16/notification-audio-volume-low.png +share/icons/matefaenza/status/16/notification-audio-volume-medium.png +share/icons/matefaenza/status/16/notification-audio-volume-muted.png +share/icons/matefaenza/status/16/notification-audio-volume-off.png +share/icons/matefaenza/status/16/notification-message-email.png +share/icons/matefaenza/status/16/notification-network-disconnected.png +share/icons/matefaenza/status/16/notification-network-ethernet-connected.png +share/icons/matefaenza/status/16/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/16/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/16/notification-network-wireless-full.png +share/icons/matefaenza/status/16/notification-network-wireless-high.png +share/icons/matefaenza/status/16/notification-network-wireless-low.png +share/icons/matefaenza/status/16/notification-network-wireless-medium.png +share/icons/matefaenza/status/16/notification-network-wireless-none.png +share/icons/matefaenza/status/16/rhythmbox-notplaying.png +share/icons/matefaenza/status/16/rhythmbox-panel.png +share/icons/matefaenza/status/16/shutter-panel.png +share/icons/matefaenza/status/16/sound-icon.png +share/icons/matefaenza/status/16/status_lock.png +share/icons/matefaenza/status/16/stock_dialog-error.png +share/icons/matefaenza/status/16/stock_dialog-info.png +share/icons/matefaenza/status/16/stock_dialog-question.png +share/icons/matefaenza/status/16/stock_dialog-warning.png +share/icons/matefaenza/status/16/stock_lock.png +share/icons/matefaenza/status/16/stock_trash_full.png +share/icons/matefaenza/status/16/stock_volume-0.png +share/icons/matefaenza/status/16/stock_volume-max.png +share/icons/matefaenza/status/16/stock_volume-med.png +share/icons/matefaenza/status/16/stock_volume-min.png +share/icons/matefaenza/status/16/stock_volume-mute.png +share/icons/matefaenza/status/16/stock_volume.png +share/icons/matefaenza/status/16/stock_weather-night-clear.png +share/icons/matefaenza/status/16/stock_weather-sunny.png +share/icons/matefaenza/status/16/sunny.png +share/icons/matefaenza/status/16/synapse-panel.png +share/icons/matefaenza/status/16/system-devices-panel-alert.png +share/icons/matefaenza/status/16/system-devices-panel-informations.png +share/icons/matefaenza/status/16/system-devices-panel.png +share/icons/matefaenza/status/16/tomboy-panel.png +share/icons/matefaenza/status/16/transmission-tray-icon.png +share/icons/matefaenza/status/16/trashcan_full.png +share/icons/matefaenza/status/16/tray-away.png +share/icons/matefaenza/status/16/tray-busy.png +share/icons/matefaenza/status/16/tray-extended-away.png +share/icons/matefaenza/status/16/tray-online.png +share/icons/matefaenza/status/16/user-available-panel.png +share/icons/matefaenza/status/16/user-available.png +share/icons/matefaenza/status/16/user-away-panel.png +share/icons/matefaenza/status/16/user-away.png +share/icons/matefaenza/status/16/user-busy-panel.png +share/icons/matefaenza/status/16/user-busy.png +share/icons/matefaenza/status/16/user-extended-away.png +share/icons/matefaenza/status/16/user-idle-panel.png +share/icons/matefaenza/status/16/user-idle.png +share/icons/matefaenza/status/16/user-invisible-panel.png +share/icons/matefaenza/status/16/user-invisible.png +share/icons/matefaenza/status/16/user-offline.png +share/icons/matefaenza/status/16/user-trash-full.png +share/icons/matefaenza/status/16/weather-clear-night-000.png +share/icons/matefaenza/status/16/weather-clear-night-010.png +share/icons/matefaenza/status/16/weather-clear-night-020.png +share/icons/matefaenza/status/16/weather-clear-night-030.png +share/icons/matefaenza/status/16/weather-clear-night-040.png +share/icons/matefaenza/status/16/weather-clear-night-050.png +share/icons/matefaenza/status/16/weather-clear-night-060.png +share/icons/matefaenza/status/16/weather-clear-night-070.png +share/icons/matefaenza/status/16/weather-clear-night-080.png +share/icons/matefaenza/status/16/weather-clear-night-090.png +share/icons/matefaenza/status/16/weather-clear-night-100.png +share/icons/matefaenza/status/16/weather-clear-night-110.png +share/icons/matefaenza/status/16/weather-clear-night-120.png +share/icons/matefaenza/status/16/weather-clear-night-130.png +share/icons/matefaenza/status/16/weather-clear-night-140.png +share/icons/matefaenza/status/16/weather-clear-night-150.png +share/icons/matefaenza/status/16/weather-clear-night-160.png +share/icons/matefaenza/status/16/weather-clear-night-170.png +share/icons/matefaenza/status/16/weather-clear-night-180.png +share/icons/matefaenza/status/16/weather-clear-night-190.png +share/icons/matefaenza/status/16/weather-clear-night-200.png +share/icons/matefaenza/status/16/weather-clear-night-210.png +share/icons/matefaenza/status/16/weather-clear-night-220.png +share/icons/matefaenza/status/16/weather-clear-night-230.png +share/icons/matefaenza/status/16/weather-clear-night-240.png +share/icons/matefaenza/status/16/weather-clear-night-250.png +share/icons/matefaenza/status/16/weather-clear-night-260.png +share/icons/matefaenza/status/16/weather-clear-night-270.png +share/icons/matefaenza/status/16/weather-clear-night-280.png +share/icons/matefaenza/status/16/weather-clear-night-290.png +share/icons/matefaenza/status/16/weather-clear-night-300.png +share/icons/matefaenza/status/16/weather-clear-night-310.png +share/icons/matefaenza/status/16/weather-clear-night-320.png +share/icons/matefaenza/status/16/weather-clear-night-330.png +share/icons/matefaenza/status/16/weather-clear-night-340.png +share/icons/matefaenza/status/16/weather-clear-night-350.png +share/icons/matefaenza/status/16/weather-clear-night.png +share/icons/matefaenza/status/16/weather-clear.png +share/icons/matefaenza/status/16/weather-clouds-night.png +share/icons/matefaenza/status/16/weather-clouds.png +share/icons/matefaenza/status/16/weather-few-clouds-night.png +share/icons/matefaenza/status/16/weather-few-clouds.png +share/icons/matefaenza/status/16/weather-fog.png +share/icons/matefaenza/status/16/weather-overcast.png +share/icons/matefaenza/status/16/weather-severe-alert.png +share/icons/matefaenza/status/16/weather-showers-scattered.png +share/icons/matefaenza/status/16/weather-showers.png +share/icons/matefaenza/status/16/weather-snow.png +share/icons/matefaenza/status/16/weather-storm.png +share/icons/matefaenza/status/16/x.png +share/icons/matefaenza/status/16/xchat-panel.png +share/icons/matefaenza/status/16/xfce-system-lock.png +share/icons/matefaenza/status/16/xfce-trash-full.png +share/icons/matefaenza/status/16/xfce4-mixer-muted.png +share/icons/matefaenza/status/16/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/16/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/16/xfce4-notifyd.png +share/icons/matefaenza/status/16/xfce4-weather.png +share/icons/matefaenza/status/22/applications-chat-panel.png +share/icons/matefaenza/status/22/applications-email-panel.png +share/icons/matefaenza/status/22/applications-microblogging-panel.png +share/icons/matefaenza/status/22/appointment-missed.png +share/icons/matefaenza/status/22/appointment-soon.png +share/icons/matefaenza/status/22/apport.png +share/icons/matefaenza/status/22/aptdaemon-add.png +share/icons/matefaenza/status/22/aptdaemon-cleanup.png +share/icons/matefaenza/status/22/aptdaemon-delete.png +share/icons/matefaenza/status/22/aptdaemon-download.png +share/icons/matefaenza/status/22/aptdaemon-resolve.png +share/icons/matefaenza/status/22/aptdaemon-update-cache.png +share/icons/matefaenza/status/22/aptdaemon-upgrade.png +share/icons/matefaenza/status/22/aptdaemon-wait.png +share/icons/matefaenza/status/22/aptdaemon-working.png +share/icons/matefaenza/status/22/audacious-panel.png +share/icons/matefaenza/status/22/audio-volume-high-panel.png +share/icons/matefaenza/status/22/audio-volume-high.png +share/icons/matefaenza/status/22/audio-volume-low-panel.png +share/icons/matefaenza/status/22/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/22/audio-volume-low.png +share/icons/matefaenza/status/22/audio-volume-medium-panel.png +share/icons/matefaenza/status/22/audio-volume-medium.png +share/icons/matefaenza/status/22/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/22/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/22/audio-volume-muted-panel.png +share/icons/matefaenza/status/22/audio-volume-muted.png +share/icons/matefaenza/status/22/audio-volume-off.png +share/icons/matefaenza/status/22/audio-volume-zero-panel.png +share/icons/matefaenza/status/22/avatar-default.png +share/icons/matefaenza/status/22/banshee-panel.png +share/icons/matefaenza/status/22/battery-000.png +share/icons/matefaenza/status/22/battery_caution.png +share/icons/matefaenza/status/22/battery_charged.png +share/icons/matefaenza/status/22/battery_empty.png +share/icons/matefaenza/status/22/battery_full.png +share/icons/matefaenza/status/22/battery_low.png +share/icons/matefaenza/status/22/battery_plugged.png +share/icons/matefaenza/status/22/battery_third_fouth.png +share/icons/matefaenza/status/22/battery_two_thirds.png +share/icons/matefaenza/status/22/blank.png +share/icons/matefaenza/status/22/blueman-tray.png +share/icons/matefaenza/status/22/bluetooth-active.png +share/icons/matefaenza/status/22/bluetooth-disabled.png +share/icons/matefaenza/status/22/bluetooth-paired.png +share/icons/matefaenza/status/22/busy.png +share/icons/matefaenza/status/22/busy2.png +share/icons/matefaenza/status/22/caffeine-cup-empty.png +share/icons/matefaenza/status/22/caffeine-cup-full.png +share/icons/matefaenza/status/22/connect_creating.png +share/icons/matefaenza/status/22/connect_established.png +share/icons/matefaenza/status/22/connect_no.png +share/icons/matefaenza/status/22/covergloobus-panel.png +share/icons/matefaenza/status/22/dcpp-32.png +share/icons/matefaenza/status/22/dcpp-panel.png +share/icons/matefaenza/status/22/deadbeef-tray-icon.png +share/icons/matefaenza/status/22/deluge-panel.png +share/icons/matefaenza/status/22/deluge-torrent-panel.png +share/icons/matefaenza/status/22/dialog-error.png +share/icons/matefaenza/status/22/dialog-info.png +share/icons/matefaenza/status/22/dialog-information.png +share/icons/matefaenza/status/22/dialog-password.png +share/icons/matefaenza/status/22/dialog-question.png +share/icons/matefaenza/status/22/dialog-warning.png +share/icons/matefaenza/status/22/dropboxstatus-blank.png +share/icons/matefaenza/status/22/dropboxstatus-busy.png +share/icons/matefaenza/status/22/dropboxstatus-busy2.png +share/icons/matefaenza/status/22/dropboxstatus-idle.png +share/icons/matefaenza/status/22/dropboxstatus-logo.png +share/icons/matefaenza/status/22/dropboxstatus-x.png +share/icons/matefaenza/status/22/edittrash.png +share/icons/matefaenza/status/22/empathy-available.png +share/icons/matefaenza/status/22/empathy-away.png +share/icons/matefaenza/status/22/empathy-busy.png +share/icons/matefaenza/status/22/empathy-extended-away.png +share/icons/matefaenza/status/22/empathy-invisible.png +share/icons/matefaenza/status/22/empathy-offline.png +share/icons/matefaenza/status/22/error.png +share/icons/matefaenza/status/22/exaile-panel.png +share/icons/matefaenza/status/22/exaile-pause.png +share/icons/matefaenza/status/22/exaile-play.png +share/icons/matefaenza/status/22/fusion-icon-panel.png +share/icons/matefaenza/status/22/fusion-icon-symbolic.png +share/icons/matefaenza/status/22/glipper.png +share/icons/matefaenza/status/22/glippy-panel.png +share/icons/matefaenza/status/22/gmp-ups-missing.png +share/icons/matefaenza/status/22/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/22/gnome-do-icon.png +share/icons/matefaenza/status/22/gnome-do-panel.png +share/icons/matefaenza/status/22/gnome-do-symbolic.png +share/icons/matefaenza/status/22/gnome-fs-trash-full.png +share/icons/matefaenza/status/22/gnome-netstatus-0-24.png +share/icons/matefaenza/status/22/gnome-netstatus-25-49.png +share/icons/matefaenza/status/22/gnome-netstatus-50-74.png +share/icons/matefaenza/status/22/gnome-netstatus-75-100.png +share/icons/matefaenza/status/22/gnome-netstatus-disconn.png +share/icons/matefaenza/status/22/gnome-netstatus-error.png +share/icons/matefaenza/status/22/gnome-netstatus-idle.png +share/icons/matefaenza/status/22/gnome-netstatus-rx.png +share/icons/matefaenza/status/22/gnome-netstatus-tx.png +share/icons/matefaenza/status/22/gnome-netstatus-txrx.png +share/icons/matefaenza/status/22/gnome-stock-trash-full.png +share/icons/matefaenza/status/22/goldendict-panel.png +share/icons/matefaenza/status/22/gpm-ac-adapter.png +share/icons/matefaenza/status/22/gpm-battery-000-charging.png +share/icons/matefaenza/status/22/gpm-battery-000.png +share/icons/matefaenza/status/22/gpm-battery-020-charging.png +share/icons/matefaenza/status/22/gpm-battery-020.png +share/icons/matefaenza/status/22/gpm-battery-040-charging.png +share/icons/matefaenza/status/22/gpm-battery-040.png +share/icons/matefaenza/status/22/gpm-battery-060-charging.png +share/icons/matefaenza/status/22/gpm-battery-060.png +share/icons/matefaenza/status/22/gpm-battery-080-charging.png +share/icons/matefaenza/status/22/gpm-battery-080.png +share/icons/matefaenza/status/22/gpm-battery-100-charging.png +share/icons/matefaenza/status/22/gpm-battery-100.png +share/icons/matefaenza/status/22/gpm-battery-charged.png +share/icons/matefaenza/status/22/gpm-primary-000-charging.png +share/icons/matefaenza/status/22/gpm-primary-000.png +share/icons/matefaenza/status/22/gpm-primary-020-charging.png +share/icons/matefaenza/status/22/gpm-primary-020.png +share/icons/matefaenza/status/22/gpm-primary-040-charging.png +share/icons/matefaenza/status/22/gpm-primary-040.png +share/icons/matefaenza/status/22/gpm-primary-060-charging.png +share/icons/matefaenza/status/22/gpm-primary-060.png +share/icons/matefaenza/status/22/gpm-primary-080-charging.png +share/icons/matefaenza/status/22/gpm-primary-080.png +share/icons/matefaenza/status/22/gpm-primary-100-charging.png +share/icons/matefaenza/status/22/gpm-primary-100.png +share/icons/matefaenza/status/22/gpm-primary-charged.png +share/icons/matefaenza/status/22/gpm-primary-missing.png +share/icons/matefaenza/status/22/gpm-ups-000-charging.png +share/icons/matefaenza/status/22/gpm-ups-000.png +share/icons/matefaenza/status/22/gpm-ups-020-charging.png +share/icons/matefaenza/status/22/gpm-ups-020.png +share/icons/matefaenza/status/22/gpm-ups-040-charging.png +share/icons/matefaenza/status/22/gpm-ups-040.png +share/icons/matefaenza/status/22/gpm-ups-060-charging.png +share/icons/matefaenza/status/22/gpm-ups-060.png +share/icons/matefaenza/status/22/gpm-ups-080-charging.png +share/icons/matefaenza/status/22/gpm-ups-080.png +share/icons/matefaenza/status/22/gpm-ups-100-charging.png +share/icons/matefaenza/status/22/gpm-ups-100.png +share/icons/matefaenza/status/22/gsm-3g-full-secure.png +share/icons/matefaenza/status/22/gsm-3g-full.png +share/icons/matefaenza/status/22/gsm-3g-high-secure.png +share/icons/matefaenza/status/22/gsm-3g-high.png +share/icons/matefaenza/status/22/gsm-3g-low-secure.png +share/icons/matefaenza/status/22/gsm-3g-low.png +share/icons/matefaenza/status/22/gsm-3g-medium-secure.png +share/icons/matefaenza/status/22/gsm-3g-medium.png +share/icons/matefaenza/status/22/gsm-3g-none-secure.png +share/icons/matefaenza/status/22/gsm-3g-none.png +share/icons/matefaenza/status/22/gtg-panel.png +share/icons/matefaenza/status/22/gtk-dialog-authentication-panel.png +share/icons/matefaenza/status/22/gtk-dialog-authentication.png +share/icons/matefaenza/status/22/gtk-dialog-error.png +share/icons/matefaenza/status/22/gtk-dialog-info.png +share/icons/matefaenza/status/22/gtk-dialog-question.png +share/icons/matefaenza/status/22/gtk-dialog-warning-panel.png +share/icons/matefaenza/status/22/gtk-dialog-warning.png +share/icons/matefaenza/status/22/gtk-missing-image.png +share/icons/matefaenza/status/22/guake-tray.png +share/icons/matefaenza/status/22/haguichi-connected.png +share/icons/matefaenza/status/22/haguichi-connecting-1.png +share/icons/matefaenza/status/22/haguichi-connecting-2.png +share/icons/matefaenza/status/22/haguichi-connecting-3.png +share/icons/matefaenza/status/22/haguichi-disconnected.png +share/icons/matefaenza/status/22/ibus-keyboard.png +share/icons/matefaenza/status/22/ibus-panel.png +share/icons/matefaenza/status/22/idle.png +share/icons/matefaenza/status/22/im-message-new.png +share/icons/matefaenza/status/22/image-loading.png +share/icons/matefaenza/status/22/image-missing.png +share/icons/matefaenza/status/22/indicator-messages-new.png +share/icons/matefaenza/status/22/indicator-messages.png +share/icons/matefaenza/status/22/info.png +share/icons/matefaenza/status/22/jdownloader-panel.png +share/icons/matefaenza/status/22/keepassx-panel.png +share/icons/matefaenza/status/22/keys.png +share/icons/matefaenza/status/22/krb-expiring-ticket.png +share/icons/matefaenza/status/22/krb-no-valid-ticket.png +share/icons/matefaenza/status/22/krb-valid-ticket.png +share/icons/matefaenza/status/22/kupfer-panel.png +share/icons/matefaenza/status/22/lastfm-panel.png +share/icons/matefaenza/status/22/locked.png +share/icons/matefaenza/status/22/locked.xpm +share/icons/matefaenza/status/22/logo.png +share/icons/matefaenza/status/22/me-tv-panel.png +share/icons/matefaenza/status/22/media-player-banshee-buffering.png +share/icons/matefaenza/status/22/media-player-banshee-panel.png +share/icons/matefaenza/status/22/media-player-banshee-stopped.png +share/icons/matefaenza/status/22/messagebox_critical.png +share/icons/matefaenza/status/22/messagebox_info.png +share/icons/matefaenza/status/22/messagebox_warning.png +share/icons/matefaenza/status/22/nautilus-progress-info-panel.png +share/icons/matefaenza/status/22/network-error.png +share/icons/matefaenza/status/22/network-idle.png +share/icons/matefaenza/status/22/network-offline.png +share/icons/matefaenza/status/22/network-receive.png +share/icons/matefaenza/status/22/network-transmit-receive.png +share/icons/matefaenza/status/22/network-transmit.png +share/icons/matefaenza/status/22/network-wireless-encrypted.png +share/icons/matefaenza/status/22/new-messages-red.png +share/icons/matefaenza/status/22/nm-adhoc.png +share/icons/matefaenza/status/22/nm-device-wired-autoip.png +share/icons/matefaenza/status/22/nm-device-wired-secure.png +share/icons/matefaenza/status/22/nm-device-wired.png +share/icons/matefaenza/status/22/nm-device-wireless.png +share/icons/matefaenza/status/22/nm-device-wwan.png +share/icons/matefaenza/status/22/nm-no-connection.png +share/icons/matefaenza/status/22/nm-secure-lock.png +share/icons/matefaenza/status/22/nm-signal-0.png +share/icons/matefaenza/status/22/nm-signal-00-secure.png +share/icons/matefaenza/status/22/nm-signal-00.png +share/icons/matefaenza/status/22/nm-signal-100-secure.png +share/icons/matefaenza/status/22/nm-signal-100.png +share/icons/matefaenza/status/22/nm-signal-25-secure.png +share/icons/matefaenza/status/22/nm-signal-25.png +share/icons/matefaenza/status/22/nm-signal-50-secure.png +share/icons/matefaenza/status/22/nm-signal-50.png +share/icons/matefaenza/status/22/nm-signal-75-secure.png +share/icons/matefaenza/status/22/nm-signal-75.png +share/icons/matefaenza/status/22/nm-vpn-active-lock.png +share/icons/matefaenza/status/22/nm-vpn-connecting12.png +share/icons/matefaenza/status/22/nm-vpn-connecting13.png +share/icons/matefaenza/status/22/nm-vpn-connecting14.png +share/icons/matefaenza/status/22/nm-vpn-lock.png +share/icons/matefaenza/status/22/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/22/notification-audio-volume-high.png +share/icons/matefaenza/status/22/notification-audio-volume-low.png +share/icons/matefaenza/status/22/notification-audio-volume-medium.png +share/icons/matefaenza/status/22/notification-audio-volume-muted.png +share/icons/matefaenza/status/22/notification-audio-volume-off.png +share/icons/matefaenza/status/22/notification-battery-000-plugged.png +share/icons/matefaenza/status/22/notification-battery-000.png +share/icons/matefaenza/status/22/notification-battery-020-plugged.png +share/icons/matefaenza/status/22/notification-battery-020.png +share/icons/matefaenza/status/22/notification-battery-040-plugged.png +share/icons/matefaenza/status/22/notification-battery-040.png +share/icons/matefaenza/status/22/notification-battery-060-plugged.png +share/icons/matefaenza/status/22/notification-battery-060.png +share/icons/matefaenza/status/22/notification-battery-080-plugged.png +share/icons/matefaenza/status/22/notification-battery-080.png +share/icons/matefaenza/status/22/notification-battery-100-plugged.png +share/icons/matefaenza/status/22/notification-battery-100.png +share/icons/matefaenza/status/22/notification-battery-empty.png +share/icons/matefaenza/status/22/notification-battery-low.png +share/icons/matefaenza/status/22/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-000.png +share/icons/matefaenza/status/22/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-020.png +share/icons/matefaenza/status/22/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-040.png +share/icons/matefaenza/status/22/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-060.png +share/icons/matefaenza/status/22/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-080.png +share/icons/matefaenza/status/22/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/22/notification-gpm-battery-100.png +share/icons/matefaenza/status/22/notification-gpm-battery-charged.png +share/icons/matefaenza/status/22/notification-gpm-battery-empty.png +share/icons/matefaenza/status/22/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-000.png +share/icons/matefaenza/status/22/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-020.png +share/icons/matefaenza/status/22/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-040.png +share/icons/matefaenza/status/22/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-060.png +share/icons/matefaenza/status/22/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-080.png +share/icons/matefaenza/status/22/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/22/notification-gpm-ups-100.png +share/icons/matefaenza/status/22/notification-message-email.png +share/icons/matefaenza/status/22/notification-network-disconnected.png +share/icons/matefaenza/status/22/notification-network-ethernet-connected.png +share/icons/matefaenza/status/22/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/22/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/22/notification-network-wireless-full.png +share/icons/matefaenza/status/22/notification-network-wireless-high.png +share/icons/matefaenza/status/22/notification-network-wireless-low.png +share/icons/matefaenza/status/22/notification-network-wireless-medium.png +share/icons/matefaenza/status/22/notification-network-wireless-none.png +share/icons/matefaenza/status/22/pino-tray-icon-fresh.png +share/icons/matefaenza/status/22/pino-tray-icon.png +share/icons/matefaenza/status/22/printer-error.png +share/icons/matefaenza/status/22/printer-printing.png +share/icons/matefaenza/status/22/radiotray_connecting.png +share/icons/matefaenza/status/22/radiotray_off.png +share/icons/matefaenza/status/22/radiotray_on.png +share/icons/matefaenza/status/22/reboot-notifier.png +share/icons/matefaenza/status/22/rhythmbox-notplaying.png +share/icons/matefaenza/status/22/rhythmbox-panel.png +share/icons/matefaenza/status/22/shutter-panel.png +share/icons/matefaenza/status/22/skype_dnd.png +share/icons/matefaenza/status/22/skype_offline.png +share/icons/matefaenza/status/22/skype_online.png +share/icons/matefaenza/status/22/software-update-available.png +share/icons/matefaenza/status/22/software-update-urgent.png +share/icons/matefaenza/status/22/sound-icon.png +share/icons/matefaenza/status/22/status_lock.png +share/icons/matefaenza/status/22/stock_appointment-reminder-excl.png +share/icons/matefaenza/status/22/stock_appointment-reminder.png +share/icons/matefaenza/status/22/stock_dialog-error.png +share/icons/matefaenza/status/22/stock_dialog-info.png +share/icons/matefaenza/status/22/stock_dialog-question.png +share/icons/matefaenza/status/22/stock_dialog-warning.png +share/icons/matefaenza/status/22/stock_lock.png +share/icons/matefaenza/status/22/stock_trash_full.png +share/icons/matefaenza/status/22/stock_volume-0.png +share/icons/matefaenza/status/22/stock_volume-max.png +share/icons/matefaenza/status/22/stock_volume-med.png +share/icons/matefaenza/status/22/stock_volume-min.png +share/icons/matefaenza/status/22/stock_volume-mute.png +share/icons/matefaenza/status/22/stock_volume.png +share/icons/matefaenza/status/22/stock_weather-night-clear.png +share/icons/matefaenza/status/22/stock_weather-sunny.png +share/icons/matefaenza/status/22/sunny.png +share/icons/matefaenza/status/22/synapse-panel.png +share/icons/matefaenza/status/22/system-devices-panel-alert.png +share/icons/matefaenza/status/22/system-devices-panel-informations.png +share/icons/matefaenza/status/22/system-devices-panel.png +share/icons/matefaenza/status/22/system-file-manager-panel.png +share/icons/matefaenza/status/22/system-file-progress-panel.png +share/icons/matefaenza/status/22/system-restart-panel.png +share/icons/matefaenza/status/22/system-shutdown-restart-panel.png +share/icons/matefaenza/status/22/tomboy-panel.png +share/icons/matefaenza/status/22/transmission-tray-icon.png +share/icons/matefaenza/status/22/trashcan_full.png +share/icons/matefaenza/status/22/tray-away.png +share/icons/matefaenza/status/22/tray-busy.png +share/icons/matefaenza/status/22/tray-extended-away.png +share/icons/matefaenza/status/22/tray-message.png +share/icons/matefaenza/status/22/tray-new-im.png +share/icons/matefaenza/status/22/tray-offline.png +share/icons/matefaenza/status/22/tray-online.png +share/icons/matefaenza/status/22/ubuntuone-client-error.png +share/icons/matefaenza/status/22/ubuntuone-client-idle.png +share/icons/matefaenza/status/22/ubuntuone-client-offline.png +share/icons/matefaenza/status/22/ubuntuone-client-updating.png +share/icons/matefaenza/status/22/user-available-panel.png +share/icons/matefaenza/status/22/user-available.png +share/icons/matefaenza/status/22/user-away-panel.png +share/icons/matefaenza/status/22/user-away.png +share/icons/matefaenza/status/22/user-busy-panel.png +share/icons/matefaenza/status/22/user-busy.png +share/icons/matefaenza/status/22/user-extended-away.png +share/icons/matefaenza/status/22/user-idle-panel.png +share/icons/matefaenza/status/22/user-idle.png +share/icons/matefaenza/status/22/user-indeterminate-panel.png +share/icons/matefaenza/status/22/user-indeterminate.png +share/icons/matefaenza/status/22/user-invisible-panel.png +share/icons/matefaenza/status/22/user-invisible.png +share/icons/matefaenza/status/22/user-offline-panel.png +share/icons/matefaenza/status/22/user-offline.png +share/icons/matefaenza/status/22/user-trash-full.png +share/icons/matefaenza/status/22/weather-clear-night-000.png +share/icons/matefaenza/status/22/weather-clear-night-010.png +share/icons/matefaenza/status/22/weather-clear-night-020.png +share/icons/matefaenza/status/22/weather-clear-night-030.png +share/icons/matefaenza/status/22/weather-clear-night-040.png +share/icons/matefaenza/status/22/weather-clear-night-050.png +share/icons/matefaenza/status/22/weather-clear-night-060.png +share/icons/matefaenza/status/22/weather-clear-night-070.png +share/icons/matefaenza/status/22/weather-clear-night-080.png +share/icons/matefaenza/status/22/weather-clear-night-090.png +share/icons/matefaenza/status/22/weather-clear-night-100.png +share/icons/matefaenza/status/22/weather-clear-night-110.png +share/icons/matefaenza/status/22/weather-clear-night-120.png +share/icons/matefaenza/status/22/weather-clear-night-130.png +share/icons/matefaenza/status/22/weather-clear-night-140.png +share/icons/matefaenza/status/22/weather-clear-night-150.png +share/icons/matefaenza/status/22/weather-clear-night-160.png +share/icons/matefaenza/status/22/weather-clear-night-170.png +share/icons/matefaenza/status/22/weather-clear-night-180.png +share/icons/matefaenza/status/22/weather-clear-night-190.png +share/icons/matefaenza/status/22/weather-clear-night-200.png +share/icons/matefaenza/status/22/weather-clear-night-210.png +share/icons/matefaenza/status/22/weather-clear-night-220.png +share/icons/matefaenza/status/22/weather-clear-night-230.png +share/icons/matefaenza/status/22/weather-clear-night-240.png +share/icons/matefaenza/status/22/weather-clear-night-250.png +share/icons/matefaenza/status/22/weather-clear-night-260.png +share/icons/matefaenza/status/22/weather-clear-night-270.png +share/icons/matefaenza/status/22/weather-clear-night-280.png +share/icons/matefaenza/status/22/weather-clear-night-290.png +share/icons/matefaenza/status/22/weather-clear-night-300.png +share/icons/matefaenza/status/22/weather-clear-night-310.png +share/icons/matefaenza/status/22/weather-clear-night-320.png +share/icons/matefaenza/status/22/weather-clear-night-330.png +share/icons/matefaenza/status/22/weather-clear-night-340.png +share/icons/matefaenza/status/22/weather-clear-night-350.png +share/icons/matefaenza/status/22/weather-clear-night.png +share/icons/matefaenza/status/22/weather-clear.png +share/icons/matefaenza/status/22/weather-clouds-night.png +share/icons/matefaenza/status/22/weather-clouds.png +share/icons/matefaenza/status/22/weather-few-clouds-night.png +share/icons/matefaenza/status/22/weather-few-clouds.png +share/icons/matefaenza/status/22/weather-fog.png +share/icons/matefaenza/status/22/weather-overcast.png +share/icons/matefaenza/status/22/weather-severe-alert.png +share/icons/matefaenza/status/22/weather-showers-scattered.png +share/icons/matefaenza/status/22/weather-showers.png +share/icons/matefaenza/status/22/weather-snow.png +share/icons/matefaenza/status/22/weather-storm.png +share/icons/matefaenza/status/22/x.png +share/icons/matefaenza/status/22/x.xpm +share/icons/matefaenza/status/22/xchat-panel.png +share/icons/matefaenza/status/22/xfce-system-lock.png +share/icons/matefaenza/status/22/xfce-trash-full.png +share/icons/matefaenza/status/22/xfce4-mixer-muted.png +share/icons/matefaenza/status/22/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/22/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/22/xfce4-notifyd.png +share/icons/matefaenza/status/22/xfce4-weather.png +share/icons/matefaenza/status/22/xfm-battery-000.png +share/icons/matefaenza/status/22/xfpm-ac-adapter.png +share/icons/matefaenza/status/22/xfpm-battery-000-charging.png +share/icons/matefaenza/status/22/xfpm-battery-020-charging.png +share/icons/matefaenza/status/22/xfpm-battery-020.png +share/icons/matefaenza/status/22/xfpm-battery-040-charging.png +share/icons/matefaenza/status/22/xfpm-battery-040.png +share/icons/matefaenza/status/22/xfpm-battery-060-charging.png +share/icons/matefaenza/status/22/xfpm-battery-060.png +share/icons/matefaenza/status/22/xfpm-battery-080-charging.png +share/icons/matefaenza/status/22/xfpm-battery-080.png +share/icons/matefaenza/status/22/xfpm-battery-100-charging.png +share/icons/matefaenza/status/22/xfpm-battery-100.png +share/icons/matefaenza/status/22/xfpm-battery-charged.png +share/icons/matefaenza/status/22/xfpm-primary-000-charging.png +share/icons/matefaenza/status/22/xfpm-primary-000.png +share/icons/matefaenza/status/22/xfpm-primary-020-charging.png +share/icons/matefaenza/status/22/xfpm-primary-020.png +share/icons/matefaenza/status/22/xfpm-primary-040-charging.png +share/icons/matefaenza/status/22/xfpm-primary-040.png +share/icons/matefaenza/status/22/xfpm-primary-060-charging.png +share/icons/matefaenza/status/22/xfpm-primary-060.png +share/icons/matefaenza/status/22/xfpm-primary-080-charging.png +share/icons/matefaenza/status/22/xfpm-primary-080.png +share/icons/matefaenza/status/22/xfpm-primary-100-charging.png +share/icons/matefaenza/status/22/xfpm-primary-100.png +share/icons/matefaenza/status/22/xfpm-primary-charged.png +share/icons/matefaenza/status/22/zim-panel.png +share/icons/matefaenza/status/24/applications-chat-panel.png +share/icons/matefaenza/status/24/applications-email-panel.png +share/icons/matefaenza/status/24/applications-microblogging-panel.png +share/icons/matefaenza/status/24/appointment-missed.png +share/icons/matefaenza/status/24/appointment-soon.png +share/icons/matefaenza/status/24/apport.png +share/icons/matefaenza/status/24/aptdaemon-add.png +share/icons/matefaenza/status/24/aptdaemon-cleanup.png +share/icons/matefaenza/status/24/aptdaemon-delete.png +share/icons/matefaenza/status/24/aptdaemon-download.png +share/icons/matefaenza/status/24/aptdaemon-resolve.png +share/icons/matefaenza/status/24/aptdaemon-update-cache.png +share/icons/matefaenza/status/24/aptdaemon-upgrade.png +share/icons/matefaenza/status/24/aptdaemon-wait.png +share/icons/matefaenza/status/24/aptdaemon-working.png +share/icons/matefaenza/status/24/audacious-panel.png +share/icons/matefaenza/status/24/audio-volume-high-panel.png +share/icons/matefaenza/status/24/audio-volume-high.png +share/icons/matefaenza/status/24/audio-volume-low-panel.png +share/icons/matefaenza/status/24/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/24/audio-volume-low.png +share/icons/matefaenza/status/24/audio-volume-medium-panel.png +share/icons/matefaenza/status/24/audio-volume-medium.png +share/icons/matefaenza/status/24/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/24/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/24/audio-volume-muted-panel.png +share/icons/matefaenza/status/24/audio-volume-muted.png +share/icons/matefaenza/status/24/audio-volume-off.png +share/icons/matefaenza/status/24/audio-volume-zero-panel.png +share/icons/matefaenza/status/24/avatar-default.png +share/icons/matefaenza/status/24/banshee-panel.png +share/icons/matefaenza/status/24/battery-000.png +share/icons/matefaenza/status/24/battery_caution.png +share/icons/matefaenza/status/24/battery_charged.png +share/icons/matefaenza/status/24/battery_empty.png +share/icons/matefaenza/status/24/battery_full.png +share/icons/matefaenza/status/24/battery_low.png +share/icons/matefaenza/status/24/battery_plugged.png +share/icons/matefaenza/status/24/battery_third_fouth.png +share/icons/matefaenza/status/24/battery_two_thirds.png +share/icons/matefaenza/status/24/blank.png +share/icons/matefaenza/status/24/blueman-tray.png +share/icons/matefaenza/status/24/bluetooth-active.png +share/icons/matefaenza/status/24/bluetooth-disabled.png +share/icons/matefaenza/status/24/bluetooth-paired.png +share/icons/matefaenza/status/24/busy.png +share/icons/matefaenza/status/24/busy2.png +share/icons/matefaenza/status/24/caffeine-cup-empty.png +share/icons/matefaenza/status/24/caffeine-cup-full.png +share/icons/matefaenza/status/24/connect_creating.png +share/icons/matefaenza/status/24/connect_established.png +share/icons/matefaenza/status/24/connect_no.png +share/icons/matefaenza/status/24/covergloobus-panel.png +share/icons/matefaenza/status/24/dcpp-32.png +share/icons/matefaenza/status/24/dcpp-panel.png +share/icons/matefaenza/status/24/deadbeef-tray-icon.png +share/icons/matefaenza/status/24/deluge-panel.png +share/icons/matefaenza/status/24/deluge-torrent-panel.png +share/icons/matefaenza/status/24/dialog-error.png +share/icons/matefaenza/status/24/dialog-info.png +share/icons/matefaenza/status/24/dialog-information.png +share/icons/matefaenza/status/24/dialog-password.png +share/icons/matefaenza/status/24/dialog-question.png +share/icons/matefaenza/status/24/dialog-warning.png +share/icons/matefaenza/status/24/dropboxstatus-blank.png +share/icons/matefaenza/status/24/dropboxstatus-busy.png +share/icons/matefaenza/status/24/dropboxstatus-busy2.png +share/icons/matefaenza/status/24/dropboxstatus-idle.png +share/icons/matefaenza/status/24/dropboxstatus-logo.png +share/icons/matefaenza/status/24/dropboxstatus-x.png +share/icons/matefaenza/status/24/edittrash.png +share/icons/matefaenza/status/24/empathy-available.png +share/icons/matefaenza/status/24/empathy-away.png +share/icons/matefaenza/status/24/empathy-busy.png +share/icons/matefaenza/status/24/empathy-extended-away.png +share/icons/matefaenza/status/24/empathy-invisible.png +share/icons/matefaenza/status/24/empathy-offline.png +share/icons/matefaenza/status/24/error.png +share/icons/matefaenza/status/24/exaile-panel.png +share/icons/matefaenza/status/24/exaile-pause.png +share/icons/matefaenza/status/24/exaile-play.png +share/icons/matefaenza/status/24/fusion-icon-panel.png +share/icons/matefaenza/status/24/fusion-icon-symbolic.png +share/icons/matefaenza/status/24/glipper.png +share/icons/matefaenza/status/24/glippy-panel.png +share/icons/matefaenza/status/24/gmp-ups-missing.png +share/icons/matefaenza/status/24/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/24/gnome-do-icon.png +share/icons/matefaenza/status/24/gnome-do-panel.png +share/icons/matefaenza/status/24/gnome-do-symbolic.png +share/icons/matefaenza/status/24/gnome-fs-trash-full.png +share/icons/matefaenza/status/24/gnome-netstatus-0-24.png +share/icons/matefaenza/status/24/gnome-netstatus-25-49.png +share/icons/matefaenza/status/24/gnome-netstatus-50-74.png +share/icons/matefaenza/status/24/gnome-netstatus-75-100.png +share/icons/matefaenza/status/24/gnome-netstatus-disconn.png +share/icons/matefaenza/status/24/gnome-netstatus-error.png +share/icons/matefaenza/status/24/gnome-netstatus-idle.png +share/icons/matefaenza/status/24/gnome-netstatus-rx.png +share/icons/matefaenza/status/24/gnome-netstatus-tx.png +share/icons/matefaenza/status/24/gnome-netstatus-txrx.png +share/icons/matefaenza/status/24/gnome-stock-trash-full.png +share/icons/matefaenza/status/24/goldendict-panel.png +share/icons/matefaenza/status/24/gpm-ac-adapter.png +share/icons/matefaenza/status/24/gpm-battery-000-charging.png +share/icons/matefaenza/status/24/gpm-battery-000.png +share/icons/matefaenza/status/24/gpm-battery-020-charging.png +share/icons/matefaenza/status/24/gpm-battery-020.png +share/icons/matefaenza/status/24/gpm-battery-040-charging.png +share/icons/matefaenza/status/24/gpm-battery-040.png +share/icons/matefaenza/status/24/gpm-battery-060-charging.png +share/icons/matefaenza/status/24/gpm-battery-060.png +share/icons/matefaenza/status/24/gpm-battery-080-charging.png +share/icons/matefaenza/status/24/gpm-battery-080.png +share/icons/matefaenza/status/24/gpm-battery-100-charging.png +share/icons/matefaenza/status/24/gpm-battery-100.png +share/icons/matefaenza/status/24/gpm-battery-charged.png +share/icons/matefaenza/status/24/gpm-primary-000-charging.png +share/icons/matefaenza/status/24/gpm-primary-000.png +share/icons/matefaenza/status/24/gpm-primary-020-charging.png +share/icons/matefaenza/status/24/gpm-primary-020.png +share/icons/matefaenza/status/24/gpm-primary-040-charging.png +share/icons/matefaenza/status/24/gpm-primary-040.png +share/icons/matefaenza/status/24/gpm-primary-060-charging.png +share/icons/matefaenza/status/24/gpm-primary-060.png +share/icons/matefaenza/status/24/gpm-primary-080-charging.png +share/icons/matefaenza/status/24/gpm-primary-080.png +share/icons/matefaenza/status/24/gpm-primary-100-charging.png +share/icons/matefaenza/status/24/gpm-primary-100.png +share/icons/matefaenza/status/24/gpm-primary-charged.png +share/icons/matefaenza/status/24/gpm-primary-missing.png +share/icons/matefaenza/status/24/gpm-ups-000-charging.png +share/icons/matefaenza/status/24/gpm-ups-000.png +share/icons/matefaenza/status/24/gpm-ups-020-charging.png +share/icons/matefaenza/status/24/gpm-ups-020.png +share/icons/matefaenza/status/24/gpm-ups-040-charging.png +share/icons/matefaenza/status/24/gpm-ups-040.png +share/icons/matefaenza/status/24/gpm-ups-060-charging.png +share/icons/matefaenza/status/24/gpm-ups-060.png +share/icons/matefaenza/status/24/gpm-ups-080-charging.png +share/icons/matefaenza/status/24/gpm-ups-080.png +share/icons/matefaenza/status/24/gpm-ups-100-charging.png +share/icons/matefaenza/status/24/gpm-ups-100.png +share/icons/matefaenza/status/24/gsm-3g-full-secure.png +share/icons/matefaenza/status/24/gsm-3g-full.png +share/icons/matefaenza/status/24/gsm-3g-high-secure.png +share/icons/matefaenza/status/24/gsm-3g-high.png +share/icons/matefaenza/status/24/gsm-3g-low-secure.png +share/icons/matefaenza/status/24/gsm-3g-low.png +share/icons/matefaenza/status/24/gsm-3g-medium-secure.png +share/icons/matefaenza/status/24/gsm-3g-medium.png +share/icons/matefaenza/status/24/gsm-3g-none-secure.png +share/icons/matefaenza/status/24/gsm-3g-none.png +share/icons/matefaenza/status/24/gtg-panel.png +share/icons/matefaenza/status/24/gtk-dialog-authentication-panel.png +share/icons/matefaenza/status/24/gtk-dialog-authentication.png +share/icons/matefaenza/status/24/gtk-dialog-error.png +share/icons/matefaenza/status/24/gtk-dialog-info.png +share/icons/matefaenza/status/24/gtk-dialog-question.png +share/icons/matefaenza/status/24/gtk-dialog-warning-panel.png +share/icons/matefaenza/status/24/gtk-dialog-warning.png +share/icons/matefaenza/status/24/gtk-missing-image.png +share/icons/matefaenza/status/24/guake-tray.png +share/icons/matefaenza/status/24/haguichi-connected.png +share/icons/matefaenza/status/24/haguichi-connecting-1.png +share/icons/matefaenza/status/24/haguichi-connecting-2.png +share/icons/matefaenza/status/24/haguichi-connecting-3.png +share/icons/matefaenza/status/24/haguichi-disconnected.png +share/icons/matefaenza/status/24/ibus-keyboard.png +share/icons/matefaenza/status/24/ibus-panel.png +share/icons/matefaenza/status/24/idle.png +share/icons/matefaenza/status/24/im-message-new.png +share/icons/matefaenza/status/24/image-loading.png +share/icons/matefaenza/status/24/image-missing.png +share/icons/matefaenza/status/24/indicator-messages-new.png +share/icons/matefaenza/status/24/indicator-messages.png +share/icons/matefaenza/status/24/info.png +share/icons/matefaenza/status/24/jdownloader-panel.png +share/icons/matefaenza/status/24/keepassx-panel.png +share/icons/matefaenza/status/24/keys.png +share/icons/matefaenza/status/24/krb-expiring-ticket.png +share/icons/matefaenza/status/24/krb-no-valid-ticket.png +share/icons/matefaenza/status/24/krb-valid-ticket.png +share/icons/matefaenza/status/24/kupfer-panel.png +share/icons/matefaenza/status/24/lastfm-panel.png +share/icons/matefaenza/status/24/locked.png +share/icons/matefaenza/status/24/locked.xpm +share/icons/matefaenza/status/24/logo.png +share/icons/matefaenza/status/24/me-tv-panel.png +share/icons/matefaenza/status/24/media-player-banshee-buffering.png +share/icons/matefaenza/status/24/media-player-banshee-panel.png +share/icons/matefaenza/status/24/media-player-banshee-stopped.png +share/icons/matefaenza/status/24/messagebox_critical.png +share/icons/matefaenza/status/24/messagebox_info.png +share/icons/matefaenza/status/24/messagebox_warning.png +share/icons/matefaenza/status/24/nautilus-progress-info-panel.png +share/icons/matefaenza/status/24/network-error.png +share/icons/matefaenza/status/24/network-idle.png +share/icons/matefaenza/status/24/network-offline.png +share/icons/matefaenza/status/24/network-receive.png +share/icons/matefaenza/status/24/network-transmit-receive.png +share/icons/matefaenza/status/24/network-transmit.png +share/icons/matefaenza/status/24/network-wireless-encrypted.png +share/icons/matefaenza/status/24/new-messages-red.png +share/icons/matefaenza/status/24/nm-adhoc.png +share/icons/matefaenza/status/24/nm-device-wired-autoip.png +share/icons/matefaenza/status/24/nm-device-wired-secure.png +share/icons/matefaenza/status/24/nm-device-wired.png +share/icons/matefaenza/status/24/nm-device-wireless.png +share/icons/matefaenza/status/24/nm-device-wwan.png +share/icons/matefaenza/status/24/nm-no-connection.png +share/icons/matefaenza/status/24/nm-secure-lock.png +share/icons/matefaenza/status/24/nm-signal-0.png +share/icons/matefaenza/status/24/nm-signal-00-secure.png +share/icons/matefaenza/status/24/nm-signal-00.png +share/icons/matefaenza/status/24/nm-signal-100-secure.png +share/icons/matefaenza/status/24/nm-signal-100.png +share/icons/matefaenza/status/24/nm-signal-25-secure.png +share/icons/matefaenza/status/24/nm-signal-25.png +share/icons/matefaenza/status/24/nm-signal-50-secure.png +share/icons/matefaenza/status/24/nm-signal-50.png +share/icons/matefaenza/status/24/nm-signal-75-secure.png +share/icons/matefaenza/status/24/nm-signal-75.png +share/icons/matefaenza/status/24/nm-vpn-active-lock.png +share/icons/matefaenza/status/24/nm-vpn-connecting12.png +share/icons/matefaenza/status/24/nm-vpn-connecting13.png +share/icons/matefaenza/status/24/nm-vpn-connecting14.png +share/icons/matefaenza/status/24/nm-vpn-lock.png +share/icons/matefaenza/status/24/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/24/notification-audio-volume-high.png +share/icons/matefaenza/status/24/notification-audio-volume-low.png +share/icons/matefaenza/status/24/notification-audio-volume-medium.png +share/icons/matefaenza/status/24/notification-audio-volume-muted.png +share/icons/matefaenza/status/24/notification-audio-volume-off.png +share/icons/matefaenza/status/24/notification-battery-000-plugged.png +share/icons/matefaenza/status/24/notification-battery-000.png +share/icons/matefaenza/status/24/notification-battery-020-plugged.png +share/icons/matefaenza/status/24/notification-battery-020.png +share/icons/matefaenza/status/24/notification-battery-040-plugged.png +share/icons/matefaenza/status/24/notification-battery-040.png +share/icons/matefaenza/status/24/notification-battery-060-plugged.png +share/icons/matefaenza/status/24/notification-battery-060.png +share/icons/matefaenza/status/24/notification-battery-080-plugged.png +share/icons/matefaenza/status/24/notification-battery-080.png +share/icons/matefaenza/status/24/notification-battery-100-plugged.png +share/icons/matefaenza/status/24/notification-battery-100.png +share/icons/matefaenza/status/24/notification-battery-empty.png +share/icons/matefaenza/status/24/notification-battery-low.png +share/icons/matefaenza/status/24/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-000.png +share/icons/matefaenza/status/24/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-020.png +share/icons/matefaenza/status/24/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-040.png +share/icons/matefaenza/status/24/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-060.png +share/icons/matefaenza/status/24/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-080.png +share/icons/matefaenza/status/24/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/24/notification-gpm-battery-100.png +share/icons/matefaenza/status/24/notification-gpm-battery-charged.png +share/icons/matefaenza/status/24/notification-gpm-battery-empty.png +share/icons/matefaenza/status/24/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-000.png +share/icons/matefaenza/status/24/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-020.png +share/icons/matefaenza/status/24/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-040.png +share/icons/matefaenza/status/24/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-060.png +share/icons/matefaenza/status/24/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-080.png +share/icons/matefaenza/status/24/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/24/notification-gpm-ups-100.png +share/icons/matefaenza/status/24/notification-message-email.png +share/icons/matefaenza/status/24/notification-network-disconnected.png +share/icons/matefaenza/status/24/notification-network-ethernet-connected.png +share/icons/matefaenza/status/24/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/24/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/24/notification-network-wireless-full.png +share/icons/matefaenza/status/24/notification-network-wireless-high.png +share/icons/matefaenza/status/24/notification-network-wireless-low.png +share/icons/matefaenza/status/24/notification-network-wireless-medium.png +share/icons/matefaenza/status/24/notification-network-wireless-none.png +share/icons/matefaenza/status/24/pino-tray-icon-fresh.png +share/icons/matefaenza/status/24/pino-tray-icon.png +share/icons/matefaenza/status/24/printer-error.png +share/icons/matefaenza/status/24/printer-printing.png +share/icons/matefaenza/status/24/radiotray_connecting.png +share/icons/matefaenza/status/24/radiotray_off.png +share/icons/matefaenza/status/24/radiotray_on.png +share/icons/matefaenza/status/24/reboot-notifier.png +share/icons/matefaenza/status/24/rhythmbox-notplaying.png +share/icons/matefaenza/status/24/rhythmbox-panel.png +share/icons/matefaenza/status/24/shutter-panel.png +share/icons/matefaenza/status/24/skype_dnd.png +share/icons/matefaenza/status/24/skype_offline.png +share/icons/matefaenza/status/24/skype_online.png +share/icons/matefaenza/status/24/software-update-available.png +share/icons/matefaenza/status/24/software-update-urgent.png +share/icons/matefaenza/status/24/sound-icon.png +share/icons/matefaenza/status/24/status_lock.png +share/icons/matefaenza/status/24/stock_appointment-reminder-excl.png +share/icons/matefaenza/status/24/stock_appointment-reminder.png +share/icons/matefaenza/status/24/stock_dialog-error.png +share/icons/matefaenza/status/24/stock_dialog-info.png +share/icons/matefaenza/status/24/stock_dialog-question.png +share/icons/matefaenza/status/24/stock_dialog-warning.png +share/icons/matefaenza/status/24/stock_lock.png +share/icons/matefaenza/status/24/stock_trash_full.png +share/icons/matefaenza/status/24/stock_volume-0.png +share/icons/matefaenza/status/24/stock_volume-max.png +share/icons/matefaenza/status/24/stock_volume-med.png +share/icons/matefaenza/status/24/stock_volume-min.png +share/icons/matefaenza/status/24/stock_volume-mute.png +share/icons/matefaenza/status/24/stock_volume.png +share/icons/matefaenza/status/24/stock_weather-night-clear.png +share/icons/matefaenza/status/24/stock_weather-sunny.png +share/icons/matefaenza/status/24/sunny.png +share/icons/matefaenza/status/24/synapse-panel.png +share/icons/matefaenza/status/24/system-devices-panel-alert.png +share/icons/matefaenza/status/24/system-devices-panel-informations.png +share/icons/matefaenza/status/24/system-devices-panel.png +share/icons/matefaenza/status/24/system-file-manager-panel.png +share/icons/matefaenza/status/24/system-file-progress-panel.png +share/icons/matefaenza/status/24/system-restart-panel.png +share/icons/matefaenza/status/24/system-shutdown-restart-panel.png +share/icons/matefaenza/status/24/tomboy-panel.png +share/icons/matefaenza/status/24/transmission-tray-icon.png +share/icons/matefaenza/status/24/trashcan_full.png +share/icons/matefaenza/status/24/tray-away.png +share/icons/matefaenza/status/24/tray-busy.png +share/icons/matefaenza/status/24/tray-extended-away.png +share/icons/matefaenza/status/24/tray-message.png +share/icons/matefaenza/status/24/tray-new-im.png +share/icons/matefaenza/status/24/tray-offline.png +share/icons/matefaenza/status/24/tray-online.png +share/icons/matefaenza/status/24/ubuntuone-client-error.png +share/icons/matefaenza/status/24/ubuntuone-client-idle.png +share/icons/matefaenza/status/24/ubuntuone-client-offline.png +share/icons/matefaenza/status/24/ubuntuone-client-updating.png +share/icons/matefaenza/status/24/user-available-panel.png +share/icons/matefaenza/status/24/user-available.png +share/icons/matefaenza/status/24/user-away-panel.png +share/icons/matefaenza/status/24/user-away.png +share/icons/matefaenza/status/24/user-busy-panel.png +share/icons/matefaenza/status/24/user-busy.png +share/icons/matefaenza/status/24/user-extended-away.png +share/icons/matefaenza/status/24/user-idle-panel.png +share/icons/matefaenza/status/24/user-idle.png +share/icons/matefaenza/status/24/user-indeterminate-panel.png +share/icons/matefaenza/status/24/user-indeterminate.png +share/icons/matefaenza/status/24/user-invisible-panel.png +share/icons/matefaenza/status/24/user-invisible.png +share/icons/matefaenza/status/24/user-offline-panel.png +share/icons/matefaenza/status/24/user-offline.png +share/icons/matefaenza/status/24/user-trash-full.png +share/icons/matefaenza/status/24/weather-clear-night-000.png +share/icons/matefaenza/status/24/weather-clear-night-010.png +share/icons/matefaenza/status/24/weather-clear-night-020.png +share/icons/matefaenza/status/24/weather-clear-night-030.png +share/icons/matefaenza/status/24/weather-clear-night-040.png +share/icons/matefaenza/status/24/weather-clear-night-050.png +share/icons/matefaenza/status/24/weather-clear-night-060.png +share/icons/matefaenza/status/24/weather-clear-night-070.png +share/icons/matefaenza/status/24/weather-clear-night-080.png +share/icons/matefaenza/status/24/weather-clear-night-090.png +share/icons/matefaenza/status/24/weather-clear-night-100.png +share/icons/matefaenza/status/24/weather-clear-night-110.png +share/icons/matefaenza/status/24/weather-clear-night-120.png +share/icons/matefaenza/status/24/weather-clear-night-130.png +share/icons/matefaenza/status/24/weather-clear-night-140.png +share/icons/matefaenza/status/24/weather-clear-night-150.png +share/icons/matefaenza/status/24/weather-clear-night-160.png +share/icons/matefaenza/status/24/weather-clear-night-170.png +share/icons/matefaenza/status/24/weather-clear-night-180.png +share/icons/matefaenza/status/24/weather-clear-night-190.png +share/icons/matefaenza/status/24/weather-clear-night-200.png +share/icons/matefaenza/status/24/weather-clear-night-210.png +share/icons/matefaenza/status/24/weather-clear-night-220.png +share/icons/matefaenza/status/24/weather-clear-night-230.png +share/icons/matefaenza/status/24/weather-clear-night-240.png +share/icons/matefaenza/status/24/weather-clear-night-250.png +share/icons/matefaenza/status/24/weather-clear-night-260.png +share/icons/matefaenza/status/24/weather-clear-night-270.png +share/icons/matefaenza/status/24/weather-clear-night-280.png +share/icons/matefaenza/status/24/weather-clear-night-290.png +share/icons/matefaenza/status/24/weather-clear-night-300.png +share/icons/matefaenza/status/24/weather-clear-night-310.png +share/icons/matefaenza/status/24/weather-clear-night-320.png +share/icons/matefaenza/status/24/weather-clear-night-330.png +share/icons/matefaenza/status/24/weather-clear-night-340.png +share/icons/matefaenza/status/24/weather-clear-night-350.png +share/icons/matefaenza/status/24/weather-clear-night.png +share/icons/matefaenza/status/24/weather-clear.png +share/icons/matefaenza/status/24/weather-clouds-night.png +share/icons/matefaenza/status/24/weather-clouds.png +share/icons/matefaenza/status/24/weather-few-clouds-night.png +share/icons/matefaenza/status/24/weather-few-clouds.png +share/icons/matefaenza/status/24/weather-fog.png +share/icons/matefaenza/status/24/weather-overcast.png +share/icons/matefaenza/status/24/weather-severe-alert.png +share/icons/matefaenza/status/24/weather-showers-scattered.png +share/icons/matefaenza/status/24/weather-showers.png +share/icons/matefaenza/status/24/weather-snow.png +share/icons/matefaenza/status/24/weather-storm.png +share/icons/matefaenza/status/24/x.png +share/icons/matefaenza/status/24/x.xpm +share/icons/matefaenza/status/24/xchat-panel.png +share/icons/matefaenza/status/24/xfce-system-lock.png +share/icons/matefaenza/status/24/xfce-trash-full.png +share/icons/matefaenza/status/24/xfce4-mixer-muted.png +share/icons/matefaenza/status/24/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/24/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/24/xfce4-notifyd.png +share/icons/matefaenza/status/24/xfce4-weather.png +share/icons/matefaenza/status/24/xfm-battery-000.png +share/icons/matefaenza/status/24/xfpm-ac-adapter.png +share/icons/matefaenza/status/24/xfpm-battery-000-charging.png +share/icons/matefaenza/status/24/xfpm-battery-020-charging.png +share/icons/matefaenza/status/24/xfpm-battery-020.png +share/icons/matefaenza/status/24/xfpm-battery-040-charging.png +share/icons/matefaenza/status/24/xfpm-battery-040.png +share/icons/matefaenza/status/24/xfpm-battery-060-charging.png +share/icons/matefaenza/status/24/xfpm-battery-060.png +share/icons/matefaenza/status/24/xfpm-battery-080-charging.png +share/icons/matefaenza/status/24/xfpm-battery-080.png +share/icons/matefaenza/status/24/xfpm-battery-100-charging.png +share/icons/matefaenza/status/24/xfpm-battery-100.png +share/icons/matefaenza/status/24/xfpm-battery-charged.png +share/icons/matefaenza/status/24/xfpm-primary-000-charging.png +share/icons/matefaenza/status/24/xfpm-primary-000.png +share/icons/matefaenza/status/24/xfpm-primary-020-charging.png +share/icons/matefaenza/status/24/xfpm-primary-020.png +share/icons/matefaenza/status/24/xfpm-primary-040-charging.png +share/icons/matefaenza/status/24/xfpm-primary-040.png +share/icons/matefaenza/status/24/xfpm-primary-060-charging.png +share/icons/matefaenza/status/24/xfpm-primary-060.png +share/icons/matefaenza/status/24/xfpm-primary-080-charging.png +share/icons/matefaenza/status/24/xfpm-primary-080.png +share/icons/matefaenza/status/24/xfpm-primary-100-charging.png +share/icons/matefaenza/status/24/xfpm-primary-100.png +share/icons/matefaenza/status/24/xfpm-primary-charged.png +share/icons/matefaenza/status/24/zim-panel.png +share/icons/matefaenza/status/32/appointment-soon.png +share/icons/matefaenza/status/32/apport.png +share/icons/matefaenza/status/32/aptdaemon-add.png +share/icons/matefaenza/status/32/aptdaemon-cleanup.png +share/icons/matefaenza/status/32/aptdaemon-delete.png +share/icons/matefaenza/status/32/aptdaemon-download.png +share/icons/matefaenza/status/32/aptdaemon-resolve.png +share/icons/matefaenza/status/32/aptdaemon-update-cache.png +share/icons/matefaenza/status/32/aptdaemon-upgrade.png +share/icons/matefaenza/status/32/aptdaemon-wait.png +share/icons/matefaenza/status/32/aptdaemon-working.png +share/icons/matefaenza/status/32/audacious-panel.png +share/icons/matefaenza/status/32/audio-volume-high-panel.png +share/icons/matefaenza/status/32/audio-volume-high.png +share/icons/matefaenza/status/32/audio-volume-low-panel.png +share/icons/matefaenza/status/32/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/32/audio-volume-low.png +share/icons/matefaenza/status/32/audio-volume-medium-panel.png +share/icons/matefaenza/status/32/audio-volume-medium.png +share/icons/matefaenza/status/32/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/32/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/32/audio-volume-muted-panel.png +share/icons/matefaenza/status/32/audio-volume-muted.png +share/icons/matefaenza/status/32/audio-volume-off.png +share/icons/matefaenza/status/32/audio-volume-zero-panel.png +share/icons/matefaenza/status/32/avatar-default.png +share/icons/matefaenza/status/32/banshee-panel.png +share/icons/matefaenza/status/32/battery-000.png +share/icons/matefaenza/status/32/battery_caution.png +share/icons/matefaenza/status/32/battery_charged.png +share/icons/matefaenza/status/32/battery_empty.png +share/icons/matefaenza/status/32/battery_full.png +share/icons/matefaenza/status/32/battery_low.png +share/icons/matefaenza/status/32/battery_plugged.png +share/icons/matefaenza/status/32/battery_third_fouth.png +share/icons/matefaenza/status/32/battery_two_thirds.png +share/icons/matefaenza/status/32/blueman-tray.png +share/icons/matefaenza/status/32/bluetooth-active.png +share/icons/matefaenza/status/32/bluetooth-disabled.png +share/icons/matefaenza/status/32/bluetooth-paired.png +share/icons/matefaenza/status/32/connect_creating.png +share/icons/matefaenza/status/32/connect_established.png +share/icons/matefaenza/status/32/connect_no.png +share/icons/matefaenza/status/32/deluge-panel.png +share/icons/matefaenza/status/32/dialog-error.png +share/icons/matefaenza/status/32/dialog-info.png +share/icons/matefaenza/status/32/dialog-information.png +share/icons/matefaenza/status/32/dialog-password.png +share/icons/matefaenza/status/32/dialog-question.png +share/icons/matefaenza/status/32/dialog-warning.png +share/icons/matefaenza/status/32/edittrash.png +share/icons/matefaenza/status/32/empathy-available.png +share/icons/matefaenza/status/32/empathy-away.png +share/icons/matefaenza/status/32/empathy-busy.png +share/icons/matefaenza/status/32/empathy-extended-away.png +share/icons/matefaenza/status/32/empathy-invisible.png +share/icons/matefaenza/status/32/empathy-offline.png +share/icons/matefaenza/status/32/error.png +share/icons/matefaenza/status/32/exaile-pause.png +share/icons/matefaenza/status/32/exaile-play.png +share/icons/matefaenza/status/32/glipper.png +share/icons/matefaenza/status/32/glippy-panel.png +share/icons/matefaenza/status/32/gmp-ups-missing.png +share/icons/matefaenza/status/32/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/32/gnome-fs-trash-full.png +share/icons/matefaenza/status/32/gnome-netstatus-0-24.png +share/icons/matefaenza/status/32/gnome-netstatus-25-49.png +share/icons/matefaenza/status/32/gnome-netstatus-50-74.png +share/icons/matefaenza/status/32/gnome-netstatus-75-100.png +share/icons/matefaenza/status/32/gnome-netstatus-disconn.png +share/icons/matefaenza/status/32/gnome-netstatus-error.png +share/icons/matefaenza/status/32/gnome-netstatus-idle.png +share/icons/matefaenza/status/32/gnome-netstatus-rx.png +share/icons/matefaenza/status/32/gnome-netstatus-tx.png +share/icons/matefaenza/status/32/gnome-netstatus-txrx.png +share/icons/matefaenza/status/32/gnome-stock-trash-full.png +share/icons/matefaenza/status/32/gpm-ac-adapter.png +share/icons/matefaenza/status/32/gpm-battery-000-charging.png +share/icons/matefaenza/status/32/gpm-battery-000.png +share/icons/matefaenza/status/32/gpm-battery-020-charging.png +share/icons/matefaenza/status/32/gpm-battery-020.png +share/icons/matefaenza/status/32/gpm-battery-040-charging.png +share/icons/matefaenza/status/32/gpm-battery-040.png +share/icons/matefaenza/status/32/gpm-battery-060-charging.png +share/icons/matefaenza/status/32/gpm-battery-060.png +share/icons/matefaenza/status/32/gpm-battery-080-charging.png +share/icons/matefaenza/status/32/gpm-battery-080.png +share/icons/matefaenza/status/32/gpm-battery-100-charging.png +share/icons/matefaenza/status/32/gpm-battery-100.png +share/icons/matefaenza/status/32/gpm-battery-charged.png +share/icons/matefaenza/status/32/gpm-primary-000-charging.png +share/icons/matefaenza/status/32/gpm-primary-000.png +share/icons/matefaenza/status/32/gpm-primary-020-charging.png +share/icons/matefaenza/status/32/gpm-primary-020.png +share/icons/matefaenza/status/32/gpm-primary-040-charging.png +share/icons/matefaenza/status/32/gpm-primary-040.png +share/icons/matefaenza/status/32/gpm-primary-060-charging.png +share/icons/matefaenza/status/32/gpm-primary-060.png +share/icons/matefaenza/status/32/gpm-primary-080-charging.png +share/icons/matefaenza/status/32/gpm-primary-080.png +share/icons/matefaenza/status/32/gpm-primary-100-charging.png +share/icons/matefaenza/status/32/gpm-primary-100.png +share/icons/matefaenza/status/32/gpm-primary-charged.png +share/icons/matefaenza/status/32/gpm-ups-000-charging.png +share/icons/matefaenza/status/32/gpm-ups-000.png +share/icons/matefaenza/status/32/gpm-ups-020-charging.png +share/icons/matefaenza/status/32/gpm-ups-020.png +share/icons/matefaenza/status/32/gpm-ups-040-charging.png +share/icons/matefaenza/status/32/gpm-ups-040.png +share/icons/matefaenza/status/32/gpm-ups-060-charging.png +share/icons/matefaenza/status/32/gpm-ups-060.png +share/icons/matefaenza/status/32/gpm-ups-080-charging.png +share/icons/matefaenza/status/32/gpm-ups-080.png +share/icons/matefaenza/status/32/gpm-ups-100-charging.png +share/icons/matefaenza/status/32/gpm-ups-100.png +share/icons/matefaenza/status/32/gtk-dialog-authentication.png +share/icons/matefaenza/status/32/gtk-dialog-error.png +share/icons/matefaenza/status/32/gtk-dialog-info.png +share/icons/matefaenza/status/32/gtk-dialog-question.png +share/icons/matefaenza/status/32/gtk-dialog-warning.png +share/icons/matefaenza/status/32/gtk-missing-image.png +share/icons/matefaenza/status/32/ibus-keyboard-glow-100.png +share/icons/matefaenza/status/32/ibus-keyboard-glow-30.png +share/icons/matefaenza/status/32/ibus-keyboard-glow-60.png +share/icons/matefaenza/status/32/ibus-keyboard.png +share/icons/matefaenza/status/32/image-loading.png +share/icons/matefaenza/status/32/image-missing.png +share/icons/matefaenza/status/32/indicator-messages-new.png +share/icons/matefaenza/status/32/indicator-messages.png +share/icons/matefaenza/status/32/info.png +share/icons/matefaenza/status/32/keys.png +share/icons/matefaenza/status/32/krb-expiring-ticket.png +share/icons/matefaenza/status/32/krb-no-valid-ticket.png +share/icons/matefaenza/status/32/krb-valid-ticket.png +share/icons/matefaenza/status/32/locked.png +share/icons/matefaenza/status/32/locked.xpm +share/icons/matefaenza/status/32/media-player-banshee-buffering.png +share/icons/matefaenza/status/32/media-player-banshee-panel.png +share/icons/matefaenza/status/32/media-player-banshee-stopped.png +share/icons/matefaenza/status/32/messagebox_critical.png +share/icons/matefaenza/status/32/messagebox_info.png +share/icons/matefaenza/status/32/messagebox_warning.png +share/icons/matefaenza/status/32/network-error.png +share/icons/matefaenza/status/32/network-idle.png +share/icons/matefaenza/status/32/network-offline.png +share/icons/matefaenza/status/32/network-receive.png +share/icons/matefaenza/status/32/network-transmit-receive.png +share/icons/matefaenza/status/32/network-transmit.png +share/icons/matefaenza/status/32/network-wireless-encrypted.png +share/icons/matefaenza/status/32/new-messages-red.png +share/icons/matefaenza/status/32/nm-adhoc.png +share/icons/matefaenza/status/32/nm-device-wired-autoip.png +share/icons/matefaenza/status/32/nm-device-wired-secure.png +share/icons/matefaenza/status/32/nm-device-wired.png +share/icons/matefaenza/status/32/nm-device-wireless.png +share/icons/matefaenza/status/32/nm-device-wwan.png +share/icons/matefaenza/status/32/nm-no-connection.png +share/icons/matefaenza/status/32/nm-secure-lock.png +share/icons/matefaenza/status/32/nm-signal-0.png +share/icons/matefaenza/status/32/nm-signal-00-secure.png +share/icons/matefaenza/status/32/nm-signal-00.png +share/icons/matefaenza/status/32/nm-signal-100-secure.png +share/icons/matefaenza/status/32/nm-signal-100.png +share/icons/matefaenza/status/32/nm-signal-25-secure.png +share/icons/matefaenza/status/32/nm-signal-25.png +share/icons/matefaenza/status/32/nm-signal-50-secure.png +share/icons/matefaenza/status/32/nm-signal-50.png +share/icons/matefaenza/status/32/nm-signal-75-secure.png +share/icons/matefaenza/status/32/nm-signal-75.png +share/icons/matefaenza/status/32/nm-vpn-active-lock.png +share/icons/matefaenza/status/32/nm-vpn-connecting12.png +share/icons/matefaenza/status/32/nm-vpn-connecting13.png +share/icons/matefaenza/status/32/nm-vpn-connecting14.png +share/icons/matefaenza/status/32/nm-vpn-lock.png +share/icons/matefaenza/status/32/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/32/notification-audio-volume-high.png +share/icons/matefaenza/status/32/notification-audio-volume-low.png +share/icons/matefaenza/status/32/notification-audio-volume-medium.png +share/icons/matefaenza/status/32/notification-audio-volume-muted.png +share/icons/matefaenza/status/32/notification-audio-volume-off.png +share/icons/matefaenza/status/32/notification-battery-000-plugged.png +share/icons/matefaenza/status/32/notification-battery-000.png +share/icons/matefaenza/status/32/notification-battery-020-plugged.png +share/icons/matefaenza/status/32/notification-battery-020.png +share/icons/matefaenza/status/32/notification-battery-040-plugged.png +share/icons/matefaenza/status/32/notification-battery-040.png +share/icons/matefaenza/status/32/notification-battery-060-plugged.png +share/icons/matefaenza/status/32/notification-battery-060.png +share/icons/matefaenza/status/32/notification-battery-080-plugged.png +share/icons/matefaenza/status/32/notification-battery-080.png +share/icons/matefaenza/status/32/notification-battery-100-plugged.png +share/icons/matefaenza/status/32/notification-battery-100.png +share/icons/matefaenza/status/32/notification-battery-empty.png +share/icons/matefaenza/status/32/notification-battery-low.png +share/icons/matefaenza/status/32/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-000.png +share/icons/matefaenza/status/32/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-020.png +share/icons/matefaenza/status/32/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-040.png +share/icons/matefaenza/status/32/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-060.png +share/icons/matefaenza/status/32/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-080.png +share/icons/matefaenza/status/32/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/32/notification-gpm-battery-100.png +share/icons/matefaenza/status/32/notification-gpm-battery-charged.png +share/icons/matefaenza/status/32/notification-gpm-battery-empty.png +share/icons/matefaenza/status/32/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-000.png +share/icons/matefaenza/status/32/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-020.png +share/icons/matefaenza/status/32/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-040.png +share/icons/matefaenza/status/32/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-060.png +share/icons/matefaenza/status/32/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-080.png +share/icons/matefaenza/status/32/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/32/notification-gpm-ups-100.png +share/icons/matefaenza/status/32/notification-gsm-full.png +share/icons/matefaenza/status/32/notification-gsm-high.png +share/icons/matefaenza/status/32/notification-gsm-low.png +share/icons/matefaenza/status/32/notification-gsm-medium.png +share/icons/matefaenza/status/32/notification-gsm-none.png +share/icons/matefaenza/status/32/notification-message-email.png +share/icons/matefaenza/status/32/notification-network-disconnected.png +share/icons/matefaenza/status/32/notification-network-ethernet-connected.png +share/icons/matefaenza/status/32/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/32/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/32/notification-network-wireless-full.png +share/icons/matefaenza/status/32/notification-network-wireless-high.png +share/icons/matefaenza/status/32/notification-network-wireless-low.png +share/icons/matefaenza/status/32/notification-network-wireless-medium.png +share/icons/matefaenza/status/32/notification-network-wireless-none.png +share/icons/matefaenza/status/32/printer-error.png +share/icons/matefaenza/status/32/printer-printing.png +share/icons/matefaenza/status/32/rhythmbox-notplaying.png +share/icons/matefaenza/status/32/rhythmbox-panel.png +share/icons/matefaenza/status/32/shutter-panel.png +share/icons/matefaenza/status/32/skype_away.png +share/icons/matefaenza/status/32/skype_dnd.png +share/icons/matefaenza/status/32/skype_invisible.png +share/icons/matefaenza/status/32/skype_na.png +share/icons/matefaenza/status/32/skype_offline.png +share/icons/matefaenza/status/32/skype_online.png +share/icons/matefaenza/status/32/skype_skypeme.png +share/icons/matefaenza/status/32/sound-icon.png +share/icons/matefaenza/status/32/status_lock.png +share/icons/matefaenza/status/32/stock_appointment-reminder.png +share/icons/matefaenza/status/32/stock_dialog-error.png +share/icons/matefaenza/status/32/stock_dialog-info.png +share/icons/matefaenza/status/32/stock_dialog-question.png +share/icons/matefaenza/status/32/stock_dialog-warning.png +share/icons/matefaenza/status/32/stock_lock.png +share/icons/matefaenza/status/32/stock_trash_full.png +share/icons/matefaenza/status/32/stock_volume-0.png +share/icons/matefaenza/status/32/stock_volume-max.png +share/icons/matefaenza/status/32/stock_volume-med.png +share/icons/matefaenza/status/32/stock_volume-min.png +share/icons/matefaenza/status/32/stock_volume-mute.png +share/icons/matefaenza/status/32/stock_volume.png +share/icons/matefaenza/status/32/stock_weather-night-clear.png +share/icons/matefaenza/status/32/stock_weather-sunny.png +share/icons/matefaenza/status/32/sunny.png +share/icons/matefaenza/status/32/synapse-panel.png +share/icons/matefaenza/status/32/system-devices-panel-alert.png +share/icons/matefaenza/status/32/system-devices-panel-informations.png +share/icons/matefaenza/status/32/system-devices-panel.png +share/icons/matefaenza/status/32/tomboy-panel.png +share/icons/matefaenza/status/32/transmission-tray-icon.png +share/icons/matefaenza/status/32/trashcan_full.png +share/icons/matefaenza/status/32/user-available.png +share/icons/matefaenza/status/32/user-away.png +share/icons/matefaenza/status/32/user-busy.png +share/icons/matefaenza/status/32/user-extended-away.png +share/icons/matefaenza/status/32/user-invisible.png +share/icons/matefaenza/status/32/user-offline.png +share/icons/matefaenza/status/32/user-trash-full.png +share/icons/matefaenza/status/32/weather-clear-night-000.png +share/icons/matefaenza/status/32/weather-clear-night-010.png +share/icons/matefaenza/status/32/weather-clear-night-020.png +share/icons/matefaenza/status/32/weather-clear-night-030.png +share/icons/matefaenza/status/32/weather-clear-night-040.png +share/icons/matefaenza/status/32/weather-clear-night-050.png +share/icons/matefaenza/status/32/weather-clear-night-060.png +share/icons/matefaenza/status/32/weather-clear-night-070.png +share/icons/matefaenza/status/32/weather-clear-night-080.png +share/icons/matefaenza/status/32/weather-clear-night-090.png +share/icons/matefaenza/status/32/weather-clear-night-100.png +share/icons/matefaenza/status/32/weather-clear-night-110.png +share/icons/matefaenza/status/32/weather-clear-night-120.png +share/icons/matefaenza/status/32/weather-clear-night-130.png +share/icons/matefaenza/status/32/weather-clear-night-140.png +share/icons/matefaenza/status/32/weather-clear-night-150.png +share/icons/matefaenza/status/32/weather-clear-night-160.png +share/icons/matefaenza/status/32/weather-clear-night-170.png +share/icons/matefaenza/status/32/weather-clear-night-180.png +share/icons/matefaenza/status/32/weather-clear-night-190.png +share/icons/matefaenza/status/32/weather-clear-night-200.png +share/icons/matefaenza/status/32/weather-clear-night-210.png +share/icons/matefaenza/status/32/weather-clear-night-220.png +share/icons/matefaenza/status/32/weather-clear-night-230.png +share/icons/matefaenza/status/32/weather-clear-night-240.png +share/icons/matefaenza/status/32/weather-clear-night-250.png +share/icons/matefaenza/status/32/weather-clear-night-260.png +share/icons/matefaenza/status/32/weather-clear-night-270.png +share/icons/matefaenza/status/32/weather-clear-night-280.png +share/icons/matefaenza/status/32/weather-clear-night-290.png +share/icons/matefaenza/status/32/weather-clear-night-300.png +share/icons/matefaenza/status/32/weather-clear-night-310.png +share/icons/matefaenza/status/32/weather-clear-night-320.png +share/icons/matefaenza/status/32/weather-clear-night-330.png +share/icons/matefaenza/status/32/weather-clear-night-340.png +share/icons/matefaenza/status/32/weather-clear-night-350.png +share/icons/matefaenza/status/32/weather-clear-night.png +share/icons/matefaenza/status/32/weather-clear.png +share/icons/matefaenza/status/32/weather-clouds-night.png +share/icons/matefaenza/status/32/weather-clouds.png +share/icons/matefaenza/status/32/weather-few-clouds-night.png +share/icons/matefaenza/status/32/weather-few-clouds.png +share/icons/matefaenza/status/32/weather-fog.png +share/icons/matefaenza/status/32/weather-overcast.png +share/icons/matefaenza/status/32/weather-severe-alert.png +share/icons/matefaenza/status/32/weather-showers-scattered.png +share/icons/matefaenza/status/32/weather-showers.png +share/icons/matefaenza/status/32/weather-snow.png +share/icons/matefaenza/status/32/weather-storm.png +share/icons/matefaenza/status/32/xchat-panel.png +share/icons/matefaenza/status/32/xfce-system-lock.png +share/icons/matefaenza/status/32/xfce-trash-full.png +share/icons/matefaenza/status/32/xfce4-mixer-muted.png +share/icons/matefaenza/status/32/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/32/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/32/xfce4-notifyd.png +share/icons/matefaenza/status/32/xfce4-weather.png +share/icons/matefaenza/status/32/xfm-battery-000.png +share/icons/matefaenza/status/32/xfpm-ac-adapter.png +share/icons/matefaenza/status/32/xfpm-battery-000-charging.png +share/icons/matefaenza/status/32/xfpm-battery-020-charging.png +share/icons/matefaenza/status/32/xfpm-battery-020.png +share/icons/matefaenza/status/32/xfpm-battery-040-charging.png +share/icons/matefaenza/status/32/xfpm-battery-040.png +share/icons/matefaenza/status/32/xfpm-battery-060-charging.png +share/icons/matefaenza/status/32/xfpm-battery-060.png +share/icons/matefaenza/status/32/xfpm-battery-080-charging.png +share/icons/matefaenza/status/32/xfpm-battery-080.png +share/icons/matefaenza/status/32/xfpm-battery-100-charging.png +share/icons/matefaenza/status/32/xfpm-battery-100.png +share/icons/matefaenza/status/32/xfpm-battery-charged.png +share/icons/matefaenza/status/32/xfpm-primary-000-charging.png +share/icons/matefaenza/status/32/xfpm-primary-000.png +share/icons/matefaenza/status/32/xfpm-primary-020-charging.png +share/icons/matefaenza/status/32/xfpm-primary-020.png +share/icons/matefaenza/status/32/xfpm-primary-040-charging.png +share/icons/matefaenza/status/32/xfpm-primary-040.png +share/icons/matefaenza/status/32/xfpm-primary-060-charging.png +share/icons/matefaenza/status/32/xfpm-primary-060.png +share/icons/matefaenza/status/32/xfpm-primary-080-charging.png +share/icons/matefaenza/status/32/xfpm-primary-080.png +share/icons/matefaenza/status/32/xfpm-primary-100-charging.png +share/icons/matefaenza/status/32/xfpm-primary-100.png +share/icons/matefaenza/status/32/xfpm-primary-charged.png +share/icons/matefaenza/status/48/appointment-soon.png +share/icons/matefaenza/status/48/apport.png +share/icons/matefaenza/status/48/aptdaemon-add.png +share/icons/matefaenza/status/48/aptdaemon-cleanup.png +share/icons/matefaenza/status/48/aptdaemon-delete.png +share/icons/matefaenza/status/48/aptdaemon-download.png +share/icons/matefaenza/status/48/aptdaemon-resolve.png +share/icons/matefaenza/status/48/aptdaemon-update-cache.png +share/icons/matefaenza/status/48/aptdaemon-upgrade.png +share/icons/matefaenza/status/48/aptdaemon-wait.png +share/icons/matefaenza/status/48/aptdaemon-working.png +share/icons/matefaenza/status/48/audacious-panel.png +share/icons/matefaenza/status/48/audio-volume-high-panel.png +share/icons/matefaenza/status/48/audio-volume-high.png +share/icons/matefaenza/status/48/audio-volume-low-panel.png +share/icons/matefaenza/status/48/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/48/audio-volume-low.png +share/icons/matefaenza/status/48/audio-volume-medium-panel.png +share/icons/matefaenza/status/48/audio-volume-medium.png +share/icons/matefaenza/status/48/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/48/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/48/audio-volume-muted-panel.png +share/icons/matefaenza/status/48/audio-volume-muted.png +share/icons/matefaenza/status/48/audio-volume-off.png +share/icons/matefaenza/status/48/audio-volume-zero-panel.png +share/icons/matefaenza/status/48/avatar-default.png +share/icons/matefaenza/status/48/banshee-panel.png +share/icons/matefaenza/status/48/battery-000.png +share/icons/matefaenza/status/48/battery_caution.png +share/icons/matefaenza/status/48/battery_charged.png +share/icons/matefaenza/status/48/battery_empty.png +share/icons/matefaenza/status/48/battery_full.png +share/icons/matefaenza/status/48/battery_low.png +share/icons/matefaenza/status/48/battery_plugged.png +share/icons/matefaenza/status/48/battery_third_fouth.png +share/icons/matefaenza/status/48/battery_two_thirds.png +share/icons/matefaenza/status/48/blueman-tray.png +share/icons/matefaenza/status/48/bluetooth-active.png +share/icons/matefaenza/status/48/bluetooth-disabled.png +share/icons/matefaenza/status/48/bluetooth-paired.png +share/icons/matefaenza/status/48/connect_creating.png +share/icons/matefaenza/status/48/connect_established.png +share/icons/matefaenza/status/48/connect_no.png +share/icons/matefaenza/status/48/deluge-panel.png +share/icons/matefaenza/status/48/dialog-error.png +share/icons/matefaenza/status/48/dialog-info.png +share/icons/matefaenza/status/48/dialog-information.png +share/icons/matefaenza/status/48/dialog-password.png +share/icons/matefaenza/status/48/dialog-question.png +share/icons/matefaenza/status/48/dialog-warning.png +share/icons/matefaenza/status/48/edittrash.png +share/icons/matefaenza/status/48/empathy-available.png +share/icons/matefaenza/status/48/empathy-away.png +share/icons/matefaenza/status/48/empathy-busy.png +share/icons/matefaenza/status/48/empathy-extended-away.png +share/icons/matefaenza/status/48/empathy-invisible.png +share/icons/matefaenza/status/48/empathy-offline.png +share/icons/matefaenza/status/48/error.png +share/icons/matefaenza/status/48/exaile-pause.png +share/icons/matefaenza/status/48/exaile-play.png +share/icons/matefaenza/status/48/glipper.png +share/icons/matefaenza/status/48/glippy-panel.png +share/icons/matefaenza/status/48/gmp-ups-missing.png +share/icons/matefaenza/status/48/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/48/gnome-fs-trash-full.png +share/icons/matefaenza/status/48/gnome-netstatus-0-24.png +share/icons/matefaenza/status/48/gnome-netstatus-25-49.png +share/icons/matefaenza/status/48/gnome-netstatus-50-74.png +share/icons/matefaenza/status/48/gnome-netstatus-75-100.png +share/icons/matefaenza/status/48/gnome-netstatus-disconn.png +share/icons/matefaenza/status/48/gnome-netstatus-error.png +share/icons/matefaenza/status/48/gnome-netstatus-idle.png +share/icons/matefaenza/status/48/gnome-netstatus-rx.png +share/icons/matefaenza/status/48/gnome-netstatus-tx.png +share/icons/matefaenza/status/48/gnome-netstatus-txrx.png +share/icons/matefaenza/status/48/gnome-stock-trash-full.png +share/icons/matefaenza/status/48/gpm-ac-adapter.png +share/icons/matefaenza/status/48/gpm-battery-000-charging.png +share/icons/matefaenza/status/48/gpm-battery-000.png +share/icons/matefaenza/status/48/gpm-battery-020-charging.png +share/icons/matefaenza/status/48/gpm-battery-020.png +share/icons/matefaenza/status/48/gpm-battery-040-charging.png +share/icons/matefaenza/status/48/gpm-battery-040.png +share/icons/matefaenza/status/48/gpm-battery-060-charging.png +share/icons/matefaenza/status/48/gpm-battery-060.png +share/icons/matefaenza/status/48/gpm-battery-080-charging.png +share/icons/matefaenza/status/48/gpm-battery-080.png +share/icons/matefaenza/status/48/gpm-battery-100-charging.png +share/icons/matefaenza/status/48/gpm-battery-100.png +share/icons/matefaenza/status/48/gpm-battery-charged.png +share/icons/matefaenza/status/48/gpm-primary-000-charging.png +share/icons/matefaenza/status/48/gpm-primary-000.png +share/icons/matefaenza/status/48/gpm-primary-020-charging.png +share/icons/matefaenza/status/48/gpm-primary-020.png +share/icons/matefaenza/status/48/gpm-primary-040-charging.png +share/icons/matefaenza/status/48/gpm-primary-040.png +share/icons/matefaenza/status/48/gpm-primary-060-charging.png +share/icons/matefaenza/status/48/gpm-primary-060.png +share/icons/matefaenza/status/48/gpm-primary-080-charging.png +share/icons/matefaenza/status/48/gpm-primary-080.png +share/icons/matefaenza/status/48/gpm-primary-100-charging.png +share/icons/matefaenza/status/48/gpm-primary-100.png +share/icons/matefaenza/status/48/gpm-primary-charged.png +share/icons/matefaenza/status/48/gpm-ups-000-charging.png +share/icons/matefaenza/status/48/gpm-ups-000.png +share/icons/matefaenza/status/48/gpm-ups-020-charging.png +share/icons/matefaenza/status/48/gpm-ups-020.png +share/icons/matefaenza/status/48/gpm-ups-040-charging.png +share/icons/matefaenza/status/48/gpm-ups-040.png +share/icons/matefaenza/status/48/gpm-ups-060-charging.png +share/icons/matefaenza/status/48/gpm-ups-060.png +share/icons/matefaenza/status/48/gpm-ups-080-charging.png +share/icons/matefaenza/status/48/gpm-ups-080.png +share/icons/matefaenza/status/48/gpm-ups-100-charging.png +share/icons/matefaenza/status/48/gpm-ups-100.png +share/icons/matefaenza/status/48/gtk-dialog-authentication.png +share/icons/matefaenza/status/48/gtk-dialog-error.png +share/icons/matefaenza/status/48/gtk-dialog-info.png +share/icons/matefaenza/status/48/gtk-dialog-question.png +share/icons/matefaenza/status/48/gtk-dialog-warning.png +share/icons/matefaenza/status/48/gtk-missing-image.png +share/icons/matefaenza/status/48/ibus-keyboard-glow-100.png +share/icons/matefaenza/status/48/ibus-keyboard-glow-30.png +share/icons/matefaenza/status/48/ibus-keyboard-glow-60.png +share/icons/matefaenza/status/48/ibus-keyboard.png +share/icons/matefaenza/status/48/image-loading.png +share/icons/matefaenza/status/48/image-missing.png +share/icons/matefaenza/status/48/indicator-messages-new.png +share/icons/matefaenza/status/48/indicator-messages.png +share/icons/matefaenza/status/48/info.png +share/icons/matefaenza/status/48/keys.png +share/icons/matefaenza/status/48/krb-expiring-ticket.png +share/icons/matefaenza/status/48/krb-no-valid-ticket.png +share/icons/matefaenza/status/48/krb-valid-ticket.png +share/icons/matefaenza/status/48/locked.png +share/icons/matefaenza/status/48/locked.xpm +share/icons/matefaenza/status/48/media-player-banshee-buffering.png +share/icons/matefaenza/status/48/media-player-banshee-panel.png +share/icons/matefaenza/status/48/media-player-banshee-stopped.png +share/icons/matefaenza/status/48/messagebox_critical.png +share/icons/matefaenza/status/48/messagebox_info.png +share/icons/matefaenza/status/48/messagebox_warning.png +share/icons/matefaenza/status/48/network-error.png +share/icons/matefaenza/status/48/network-idle.png +share/icons/matefaenza/status/48/network-offline.png +share/icons/matefaenza/status/48/network-receive.png +share/icons/matefaenza/status/48/network-transmit-receive.png +share/icons/matefaenza/status/48/network-transmit.png +share/icons/matefaenza/status/48/network-wireless-encrypted.png +share/icons/matefaenza/status/48/new-messages-red.png +share/icons/matefaenza/status/48/nm-adhoc.png +share/icons/matefaenza/status/48/nm-device-wired-autoip.png +share/icons/matefaenza/status/48/nm-device-wired-secure.png +share/icons/matefaenza/status/48/nm-device-wired.png +share/icons/matefaenza/status/48/nm-device-wireless.png +share/icons/matefaenza/status/48/nm-device-wwan.png +share/icons/matefaenza/status/48/nm-no-connection.png +share/icons/matefaenza/status/48/nm-secure-lock.png +share/icons/matefaenza/status/48/nm-signal-0.png +share/icons/matefaenza/status/48/nm-signal-00-secure.png +share/icons/matefaenza/status/48/nm-signal-00.png +share/icons/matefaenza/status/48/nm-signal-100-secure.png +share/icons/matefaenza/status/48/nm-signal-100.png +share/icons/matefaenza/status/48/nm-signal-25-secure.png +share/icons/matefaenza/status/48/nm-signal-25.png +share/icons/matefaenza/status/48/nm-signal-50-secure.png +share/icons/matefaenza/status/48/nm-signal-50.png +share/icons/matefaenza/status/48/nm-signal-75-secure.png +share/icons/matefaenza/status/48/nm-signal-75.png +share/icons/matefaenza/status/48/nm-vpn-active-lock.png +share/icons/matefaenza/status/48/nm-vpn-connecting12.png +share/icons/matefaenza/status/48/nm-vpn-connecting13.png +share/icons/matefaenza/status/48/nm-vpn-connecting14.png +share/icons/matefaenza/status/48/nm-vpn-lock.png +share/icons/matefaenza/status/48/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/48/notification-audio-volume-high.png +share/icons/matefaenza/status/48/notification-audio-volume-low.png +share/icons/matefaenza/status/48/notification-audio-volume-medium.png +share/icons/matefaenza/status/48/notification-audio-volume-muted.png +share/icons/matefaenza/status/48/notification-audio-volume-off.png +share/icons/matefaenza/status/48/notification-battery-000-plugged.png +share/icons/matefaenza/status/48/notification-battery-000.png +share/icons/matefaenza/status/48/notification-battery-020-plugged.png +share/icons/matefaenza/status/48/notification-battery-020.png +share/icons/matefaenza/status/48/notification-battery-040-plugged.png +share/icons/matefaenza/status/48/notification-battery-040.png +share/icons/matefaenza/status/48/notification-battery-060-plugged.png +share/icons/matefaenza/status/48/notification-battery-060.png +share/icons/matefaenza/status/48/notification-battery-080-plugged.png +share/icons/matefaenza/status/48/notification-battery-080.png +share/icons/matefaenza/status/48/notification-battery-100-plugged.png +share/icons/matefaenza/status/48/notification-battery-100.png +share/icons/matefaenza/status/48/notification-battery-empty.png +share/icons/matefaenza/status/48/notification-battery-low.png +share/icons/matefaenza/status/48/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-000.png +share/icons/matefaenza/status/48/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-020.png +share/icons/matefaenza/status/48/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-040.png +share/icons/matefaenza/status/48/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-060.png +share/icons/matefaenza/status/48/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-080.png +share/icons/matefaenza/status/48/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/48/notification-gpm-battery-100.png +share/icons/matefaenza/status/48/notification-gpm-battery-charged.png +share/icons/matefaenza/status/48/notification-gpm-battery-empty.png +share/icons/matefaenza/status/48/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-000.png +share/icons/matefaenza/status/48/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-020.png +share/icons/matefaenza/status/48/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-040.png +share/icons/matefaenza/status/48/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-060.png +share/icons/matefaenza/status/48/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-080.png +share/icons/matefaenza/status/48/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/48/notification-gpm-ups-100.png +share/icons/matefaenza/status/48/notification-gsm-full.png +share/icons/matefaenza/status/48/notification-gsm-high.png +share/icons/matefaenza/status/48/notification-gsm-low.png +share/icons/matefaenza/status/48/notification-gsm-medium.png +share/icons/matefaenza/status/48/notification-gsm-none.png +share/icons/matefaenza/status/48/notification-message-email.png +share/icons/matefaenza/status/48/notification-network-disconnected.png +share/icons/matefaenza/status/48/notification-network-ethernet-connected.png +share/icons/matefaenza/status/48/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/48/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/48/notification-network-wireless-full.png +share/icons/matefaenza/status/48/notification-network-wireless-high.png +share/icons/matefaenza/status/48/notification-network-wireless-low.png +share/icons/matefaenza/status/48/notification-network-wireless-medium.png +share/icons/matefaenza/status/48/notification-network-wireless-none.png +share/icons/matefaenza/status/48/printer-error.png +share/icons/matefaenza/status/48/printer-printing.png +share/icons/matefaenza/status/48/rhythmbox-notplaying.png +share/icons/matefaenza/status/48/rhythmbox-panel.png +share/icons/matefaenza/status/48/shutter-panel.png +share/icons/matefaenza/status/48/skype_away.png +share/icons/matefaenza/status/48/skype_dnd.png +share/icons/matefaenza/status/48/skype_invisible.png +share/icons/matefaenza/status/48/skype_na.png +share/icons/matefaenza/status/48/skype_offline.png +share/icons/matefaenza/status/48/skype_online.png +share/icons/matefaenza/status/48/skype_skypeme.png +share/icons/matefaenza/status/48/sound-icon.png +share/icons/matefaenza/status/48/status_lock.png +share/icons/matefaenza/status/48/stock_appointment-reminder.png +share/icons/matefaenza/status/48/stock_dialog-error.png +share/icons/matefaenza/status/48/stock_dialog-info.png +share/icons/matefaenza/status/48/stock_dialog-question.png +share/icons/matefaenza/status/48/stock_dialog-warning.png +share/icons/matefaenza/status/48/stock_lock.png +share/icons/matefaenza/status/48/stock_trash_full.png +share/icons/matefaenza/status/48/stock_volume-0.png +share/icons/matefaenza/status/48/stock_volume-max.png +share/icons/matefaenza/status/48/stock_volume-med.png +share/icons/matefaenza/status/48/stock_volume-min.png +share/icons/matefaenza/status/48/stock_volume-mute.png +share/icons/matefaenza/status/48/stock_volume.png +share/icons/matefaenza/status/48/stock_weather-night-clear.png +share/icons/matefaenza/status/48/stock_weather-sunny.png +share/icons/matefaenza/status/48/sunny.png +share/icons/matefaenza/status/48/synapse-panel.png +share/icons/matefaenza/status/48/system-devices-panel-alert.png +share/icons/matefaenza/status/48/system-devices-panel-informations.png +share/icons/matefaenza/status/48/system-devices-panel.png +share/icons/matefaenza/status/48/tomboy-panel.png +share/icons/matefaenza/status/48/transmission-tray-icon.png +share/icons/matefaenza/status/48/trashcan_full.png +share/icons/matefaenza/status/48/user-available.png +share/icons/matefaenza/status/48/user-away.png +share/icons/matefaenza/status/48/user-busy.png +share/icons/matefaenza/status/48/user-extended-away.png +share/icons/matefaenza/status/48/user-invisible.png +share/icons/matefaenza/status/48/user-offline.png +share/icons/matefaenza/status/48/user-trash-full.png +share/icons/matefaenza/status/48/weather-clear-night-000.png +share/icons/matefaenza/status/48/weather-clear-night-010.png +share/icons/matefaenza/status/48/weather-clear-night-020.png +share/icons/matefaenza/status/48/weather-clear-night-030.png +share/icons/matefaenza/status/48/weather-clear-night-040.png +share/icons/matefaenza/status/48/weather-clear-night-050.png +share/icons/matefaenza/status/48/weather-clear-night-060.png +share/icons/matefaenza/status/48/weather-clear-night-070.png +share/icons/matefaenza/status/48/weather-clear-night-080.png +share/icons/matefaenza/status/48/weather-clear-night-090.png +share/icons/matefaenza/status/48/weather-clear-night-100.png +share/icons/matefaenza/status/48/weather-clear-night-110.png +share/icons/matefaenza/status/48/weather-clear-night-120.png +share/icons/matefaenza/status/48/weather-clear-night-130.png +share/icons/matefaenza/status/48/weather-clear-night-140.png +share/icons/matefaenza/status/48/weather-clear-night-150.png +share/icons/matefaenza/status/48/weather-clear-night-160.png +share/icons/matefaenza/status/48/weather-clear-night-170.png +share/icons/matefaenza/status/48/weather-clear-night-180.png +share/icons/matefaenza/status/48/weather-clear-night-190.png +share/icons/matefaenza/status/48/weather-clear-night-200.png +share/icons/matefaenza/status/48/weather-clear-night-210.png +share/icons/matefaenza/status/48/weather-clear-night-220.png +share/icons/matefaenza/status/48/weather-clear-night-230.png +share/icons/matefaenza/status/48/weather-clear-night-240.png +share/icons/matefaenza/status/48/weather-clear-night-250.png +share/icons/matefaenza/status/48/weather-clear-night-260.png +share/icons/matefaenza/status/48/weather-clear-night-270.png +share/icons/matefaenza/status/48/weather-clear-night-280.png +share/icons/matefaenza/status/48/weather-clear-night-290.png +share/icons/matefaenza/status/48/weather-clear-night-300.png +share/icons/matefaenza/status/48/weather-clear-night-310.png +share/icons/matefaenza/status/48/weather-clear-night-320.png +share/icons/matefaenza/status/48/weather-clear-night-330.png +share/icons/matefaenza/status/48/weather-clear-night-340.png +share/icons/matefaenza/status/48/weather-clear-night-350.png +share/icons/matefaenza/status/48/weather-clear-night.png +share/icons/matefaenza/status/48/weather-clear.png +share/icons/matefaenza/status/48/weather-clouds-night.png +share/icons/matefaenza/status/48/weather-clouds.png +share/icons/matefaenza/status/48/weather-few-clouds-night.png +share/icons/matefaenza/status/48/weather-few-clouds.png +share/icons/matefaenza/status/48/weather-fog.png +share/icons/matefaenza/status/48/weather-overcast.png +share/icons/matefaenza/status/48/weather-severe-alert.png +share/icons/matefaenza/status/48/weather-showers-scattered.png +share/icons/matefaenza/status/48/weather-showers.png +share/icons/matefaenza/status/48/weather-snow.png +share/icons/matefaenza/status/48/weather-storm.png +share/icons/matefaenza/status/48/xchat-panel.png +share/icons/matefaenza/status/48/xfce-system-lock.png +share/icons/matefaenza/status/48/xfce-trash-full.png +share/icons/matefaenza/status/48/xfce4-mixer-muted.png +share/icons/matefaenza/status/48/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/48/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/48/xfce4-notifyd.png +share/icons/matefaenza/status/48/xfce4-weather.png +share/icons/matefaenza/status/48/xfm-battery-000.png +share/icons/matefaenza/status/48/xfpm-ac-adapter.png +share/icons/matefaenza/status/48/xfpm-battery-000-charging.png +share/icons/matefaenza/status/48/xfpm-battery-020-charging.png +share/icons/matefaenza/status/48/xfpm-battery-020.png +share/icons/matefaenza/status/48/xfpm-battery-040-charging.png +share/icons/matefaenza/status/48/xfpm-battery-040.png +share/icons/matefaenza/status/48/xfpm-battery-060-charging.png +share/icons/matefaenza/status/48/xfpm-battery-060.png +share/icons/matefaenza/status/48/xfpm-battery-080-charging.png +share/icons/matefaenza/status/48/xfpm-battery-080.png +share/icons/matefaenza/status/48/xfpm-battery-100-charging.png +share/icons/matefaenza/status/48/xfpm-battery-100.png +share/icons/matefaenza/status/48/xfpm-battery-charged.png +share/icons/matefaenza/status/48/xfpm-primary-000-charging.png +share/icons/matefaenza/status/48/xfpm-primary-000.png +share/icons/matefaenza/status/48/xfpm-primary-020-charging.png +share/icons/matefaenza/status/48/xfpm-primary-020.png +share/icons/matefaenza/status/48/xfpm-primary-040-charging.png +share/icons/matefaenza/status/48/xfpm-primary-040.png +share/icons/matefaenza/status/48/xfpm-primary-060-charging.png +share/icons/matefaenza/status/48/xfpm-primary-060.png +share/icons/matefaenza/status/48/xfpm-primary-080-charging.png +share/icons/matefaenza/status/48/xfpm-primary-080.png +share/icons/matefaenza/status/48/xfpm-primary-100-charging.png +share/icons/matefaenza/status/48/xfpm-primary-100.png +share/icons/matefaenza/status/48/xfpm-primary-charged.png +share/icons/matefaenza/status/64/appointment-soon.png +share/icons/matefaenza/status/64/apport.png +share/icons/matefaenza/status/64/aptdaemon-add.png +share/icons/matefaenza/status/64/aptdaemon-cleanup.png +share/icons/matefaenza/status/64/aptdaemon-delete.png +share/icons/matefaenza/status/64/aptdaemon-download.png +share/icons/matefaenza/status/64/aptdaemon-resolve.png +share/icons/matefaenza/status/64/aptdaemon-update-cache.png +share/icons/matefaenza/status/64/aptdaemon-upgrade.png +share/icons/matefaenza/status/64/aptdaemon-wait.png +share/icons/matefaenza/status/64/aptdaemon-working.png +share/icons/matefaenza/status/64/audacious-panel.png +share/icons/matefaenza/status/64/audio-volume-high-panel.png +share/icons/matefaenza/status/64/audio-volume-high.png +share/icons/matefaenza/status/64/audio-volume-low-panel.png +share/icons/matefaenza/status/64/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/64/audio-volume-low.png +share/icons/matefaenza/status/64/audio-volume-medium-panel.png +share/icons/matefaenza/status/64/audio-volume-medium.png +share/icons/matefaenza/status/64/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/64/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/64/audio-volume-muted-panel.png +share/icons/matefaenza/status/64/audio-volume-muted.png +share/icons/matefaenza/status/64/audio-volume-off.png +share/icons/matefaenza/status/64/audio-volume-zero-panel.png +share/icons/matefaenza/status/64/avatar-default.png +share/icons/matefaenza/status/64/banshee-panel.png +share/icons/matefaenza/status/64/battery-000.png +share/icons/matefaenza/status/64/battery_caution.png +share/icons/matefaenza/status/64/battery_charged.png +share/icons/matefaenza/status/64/battery_empty.png +share/icons/matefaenza/status/64/battery_full.png +share/icons/matefaenza/status/64/battery_low.png +share/icons/matefaenza/status/64/battery_plugged.png +share/icons/matefaenza/status/64/battery_third_fouth.png +share/icons/matefaenza/status/64/battery_two_thirds.png +share/icons/matefaenza/status/64/blueman-tray.png +share/icons/matefaenza/status/64/bluetooth-active.png +share/icons/matefaenza/status/64/bluetooth-disabled.png +share/icons/matefaenza/status/64/bluetooth-paired.png +share/icons/matefaenza/status/64/connect_creating.png +share/icons/matefaenza/status/64/connect_established.png +share/icons/matefaenza/status/64/connect_no.png +share/icons/matefaenza/status/64/deluge-panel.png +share/icons/matefaenza/status/64/dialog-error.png +share/icons/matefaenza/status/64/dialog-info.png +share/icons/matefaenza/status/64/dialog-information.png +share/icons/matefaenza/status/64/dialog-password.png +share/icons/matefaenza/status/64/dialog-question.png +share/icons/matefaenza/status/64/dialog-warning.png +share/icons/matefaenza/status/64/edittrash.png +share/icons/matefaenza/status/64/empathy-available.png +share/icons/matefaenza/status/64/empathy-away.png +share/icons/matefaenza/status/64/empathy-busy.png +share/icons/matefaenza/status/64/empathy-extended-away.png +share/icons/matefaenza/status/64/empathy-invisible.png +share/icons/matefaenza/status/64/empathy-offline.png +share/icons/matefaenza/status/64/error.png +share/icons/matefaenza/status/64/exaile-pause.png +share/icons/matefaenza/status/64/exaile-play.png +share/icons/matefaenza/status/64/glipper.png +share/icons/matefaenza/status/64/glippy-panel.png +share/icons/matefaenza/status/64/gmp-ups-missing.png +share/icons/matefaenza/status/64/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/64/gnome-fs-trash-full.png +share/icons/matefaenza/status/64/gnome-netstatus-0-24.png +share/icons/matefaenza/status/64/gnome-netstatus-25-49.png +share/icons/matefaenza/status/64/gnome-netstatus-50-74.png +share/icons/matefaenza/status/64/gnome-netstatus-75-100.png +share/icons/matefaenza/status/64/gnome-netstatus-disconn.png +share/icons/matefaenza/status/64/gnome-netstatus-error.png +share/icons/matefaenza/status/64/gnome-netstatus-idle.png +share/icons/matefaenza/status/64/gnome-netstatus-rx.png +share/icons/matefaenza/status/64/gnome-netstatus-tx.png +share/icons/matefaenza/status/64/gnome-netstatus-txrx.png +share/icons/matefaenza/status/64/gnome-stock-trash-full.png +share/icons/matefaenza/status/64/gpm-ac-adapter.png +share/icons/matefaenza/status/64/gpm-battery-000-charging.png +share/icons/matefaenza/status/64/gpm-battery-000.png +share/icons/matefaenza/status/64/gpm-battery-020-charging.png +share/icons/matefaenza/status/64/gpm-battery-020.png +share/icons/matefaenza/status/64/gpm-battery-040-charging.png +share/icons/matefaenza/status/64/gpm-battery-040.png +share/icons/matefaenza/status/64/gpm-battery-060-charging.png +share/icons/matefaenza/status/64/gpm-battery-060.png +share/icons/matefaenza/status/64/gpm-battery-080-charging.png +share/icons/matefaenza/status/64/gpm-battery-080.png +share/icons/matefaenza/status/64/gpm-battery-100-charging.png +share/icons/matefaenza/status/64/gpm-battery-100.png +share/icons/matefaenza/status/64/gpm-battery-charged.png +share/icons/matefaenza/status/64/gpm-primary-000-charging.png +share/icons/matefaenza/status/64/gpm-primary-000.png +share/icons/matefaenza/status/64/gpm-primary-020-charging.png +share/icons/matefaenza/status/64/gpm-primary-020.png +share/icons/matefaenza/status/64/gpm-primary-040-charging.png +share/icons/matefaenza/status/64/gpm-primary-040.png +share/icons/matefaenza/status/64/gpm-primary-060-charging.png +share/icons/matefaenza/status/64/gpm-primary-060.png +share/icons/matefaenza/status/64/gpm-primary-080-charging.png +share/icons/matefaenza/status/64/gpm-primary-080.png +share/icons/matefaenza/status/64/gpm-primary-100-charging.png +share/icons/matefaenza/status/64/gpm-primary-100.png +share/icons/matefaenza/status/64/gpm-primary-charged.png +share/icons/matefaenza/status/64/gpm-ups-000-charging.png +share/icons/matefaenza/status/64/gpm-ups-000.png +share/icons/matefaenza/status/64/gpm-ups-020-charging.png +share/icons/matefaenza/status/64/gpm-ups-020.png +share/icons/matefaenza/status/64/gpm-ups-040-charging.png +share/icons/matefaenza/status/64/gpm-ups-040.png +share/icons/matefaenza/status/64/gpm-ups-060-charging.png +share/icons/matefaenza/status/64/gpm-ups-060.png +share/icons/matefaenza/status/64/gpm-ups-080-charging.png +share/icons/matefaenza/status/64/gpm-ups-080.png +share/icons/matefaenza/status/64/gpm-ups-100-charging.png +share/icons/matefaenza/status/64/gpm-ups-100.png +share/icons/matefaenza/status/64/gtk-dialog-authentication.png +share/icons/matefaenza/status/64/gtk-dialog-error.png +share/icons/matefaenza/status/64/gtk-dialog-info.png +share/icons/matefaenza/status/64/gtk-dialog-question.png +share/icons/matefaenza/status/64/gtk-dialog-warning.png +share/icons/matefaenza/status/64/gtk-missing-image.png +share/icons/matefaenza/status/64/ibus-keyboard-glow-100.png +share/icons/matefaenza/status/64/ibus-keyboard-glow-30.png +share/icons/matefaenza/status/64/ibus-keyboard-glow-60.png +share/icons/matefaenza/status/64/ibus-keyboard.png +share/icons/matefaenza/status/64/image-loading.png +share/icons/matefaenza/status/64/image-missing.png +share/icons/matefaenza/status/64/indicator-messages-new.png +share/icons/matefaenza/status/64/indicator-messages.png +share/icons/matefaenza/status/64/info.png +share/icons/matefaenza/status/64/keys.png +share/icons/matefaenza/status/64/krb-expiring-ticket.png +share/icons/matefaenza/status/64/krb-no-valid-ticket.png +share/icons/matefaenza/status/64/krb-valid-ticket.png +share/icons/matefaenza/status/64/locked.png +share/icons/matefaenza/status/64/media-player-banshee-buffering.png +share/icons/matefaenza/status/64/media-player-banshee-panel.png +share/icons/matefaenza/status/64/media-player-banshee-stopped.png +share/icons/matefaenza/status/64/messagebox_critical.png +share/icons/matefaenza/status/64/messagebox_info.png +share/icons/matefaenza/status/64/messagebox_warning.png +share/icons/matefaenza/status/64/network-error.png +share/icons/matefaenza/status/64/network-idle.png +share/icons/matefaenza/status/64/network-offline.png +share/icons/matefaenza/status/64/network-receive.png +share/icons/matefaenza/status/64/network-transmit-receive.png +share/icons/matefaenza/status/64/network-transmit.png +share/icons/matefaenza/status/64/network-wireless-encrypted.png +share/icons/matefaenza/status/64/new-messages-red.png +share/icons/matefaenza/status/64/nm-adhoc.png +share/icons/matefaenza/status/64/nm-device-wired-autoip.png +share/icons/matefaenza/status/64/nm-device-wired-secure.png +share/icons/matefaenza/status/64/nm-device-wired.png +share/icons/matefaenza/status/64/nm-device-wireless.png +share/icons/matefaenza/status/64/nm-device-wwan.png +share/icons/matefaenza/status/64/nm-no-connection.png +share/icons/matefaenza/status/64/nm-secure-lock.png +share/icons/matefaenza/status/64/nm-signal-0.png +share/icons/matefaenza/status/64/nm-signal-00-secure.png +share/icons/matefaenza/status/64/nm-signal-00.png +share/icons/matefaenza/status/64/nm-signal-100-secure.png +share/icons/matefaenza/status/64/nm-signal-100.png +share/icons/matefaenza/status/64/nm-signal-25-secure.png +share/icons/matefaenza/status/64/nm-signal-25.png +share/icons/matefaenza/status/64/nm-signal-50-secure.png +share/icons/matefaenza/status/64/nm-signal-50.png +share/icons/matefaenza/status/64/nm-signal-75-secure.png +share/icons/matefaenza/status/64/nm-signal-75.png +share/icons/matefaenza/status/64/nm-vpn-active-lock.png +share/icons/matefaenza/status/64/nm-vpn-connecting12.png +share/icons/matefaenza/status/64/nm-vpn-connecting13.png +share/icons/matefaenza/status/64/nm-vpn-connecting14.png +share/icons/matefaenza/status/64/nm-vpn-lock.png +share/icons/matefaenza/status/64/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/64/notification-audio-volume-high.png +share/icons/matefaenza/status/64/notification-audio-volume-low.png +share/icons/matefaenza/status/64/notification-audio-volume-medium.png +share/icons/matefaenza/status/64/notification-audio-volume-muted.png +share/icons/matefaenza/status/64/notification-audio-volume-off.png +share/icons/matefaenza/status/64/notification-battery-000-plugged.png +share/icons/matefaenza/status/64/notification-battery-000.png +share/icons/matefaenza/status/64/notification-battery-020-plugged.png +share/icons/matefaenza/status/64/notification-battery-020.png +share/icons/matefaenza/status/64/notification-battery-040-plugged.png +share/icons/matefaenza/status/64/notification-battery-040.png +share/icons/matefaenza/status/64/notification-battery-060-plugged.png +share/icons/matefaenza/status/64/notification-battery-060.png +share/icons/matefaenza/status/64/notification-battery-080-plugged.png +share/icons/matefaenza/status/64/notification-battery-080.png +share/icons/matefaenza/status/64/notification-battery-100-plugged.png +share/icons/matefaenza/status/64/notification-battery-100.png +share/icons/matefaenza/status/64/notification-battery-empty.png +share/icons/matefaenza/status/64/notification-battery-low.png +share/icons/matefaenza/status/64/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-000.png +share/icons/matefaenza/status/64/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-020.png +share/icons/matefaenza/status/64/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-040.png +share/icons/matefaenza/status/64/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-060.png +share/icons/matefaenza/status/64/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-080.png +share/icons/matefaenza/status/64/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/64/notification-gpm-battery-100.png +share/icons/matefaenza/status/64/notification-gpm-battery-charged.png +share/icons/matefaenza/status/64/notification-gpm-battery-empty.png +share/icons/matefaenza/status/64/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-000.png +share/icons/matefaenza/status/64/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-020.png +share/icons/matefaenza/status/64/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-040.png +share/icons/matefaenza/status/64/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-060.png +share/icons/matefaenza/status/64/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-080.png +share/icons/matefaenza/status/64/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/64/notification-gpm-ups-100.png +share/icons/matefaenza/status/64/notification-gsm-full.png +share/icons/matefaenza/status/64/notification-gsm-high.png +share/icons/matefaenza/status/64/notification-gsm-low.png +share/icons/matefaenza/status/64/notification-gsm-medium.png +share/icons/matefaenza/status/64/notification-gsm-none.png +share/icons/matefaenza/status/64/notification-message-email.png +share/icons/matefaenza/status/64/notification-network-disconnected.png +share/icons/matefaenza/status/64/notification-network-ethernet-connected.png +share/icons/matefaenza/status/64/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/64/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/64/notification-network-wireless-full.png +share/icons/matefaenza/status/64/notification-network-wireless-high.png +share/icons/matefaenza/status/64/notification-network-wireless-low.png +share/icons/matefaenza/status/64/notification-network-wireless-medium.png +share/icons/matefaenza/status/64/notification-network-wireless-none.png +share/icons/matefaenza/status/64/printer-error.png +share/icons/matefaenza/status/64/printer-printing.png +share/icons/matefaenza/status/64/rhythmbox-notplaying.png +share/icons/matefaenza/status/64/rhythmbox-panel.png +share/icons/matefaenza/status/64/shutter-panel.png +share/icons/matefaenza/status/64/skype_away.png +share/icons/matefaenza/status/64/skype_dnd.png +share/icons/matefaenza/status/64/skype_invisible.png +share/icons/matefaenza/status/64/skype_na.png +share/icons/matefaenza/status/64/skype_offline.png +share/icons/matefaenza/status/64/skype_online.png +share/icons/matefaenza/status/64/skype_skypeme.png +share/icons/matefaenza/status/64/sound-icon.png +share/icons/matefaenza/status/64/status_lock.png +share/icons/matefaenza/status/64/stock_appointment-reminder.png +share/icons/matefaenza/status/64/stock_dialog-error.png +share/icons/matefaenza/status/64/stock_dialog-info.png +share/icons/matefaenza/status/64/stock_dialog-question.png +share/icons/matefaenza/status/64/stock_dialog-warning.png +share/icons/matefaenza/status/64/stock_lock.png +share/icons/matefaenza/status/64/stock_trash_full.png +share/icons/matefaenza/status/64/stock_volume-0.png +share/icons/matefaenza/status/64/stock_volume-max.png +share/icons/matefaenza/status/64/stock_volume-med.png +share/icons/matefaenza/status/64/stock_volume-min.png +share/icons/matefaenza/status/64/stock_volume-mute.png +share/icons/matefaenza/status/64/stock_volume.png +share/icons/matefaenza/status/64/stock_weather-night-clear.png +share/icons/matefaenza/status/64/stock_weather-sunny.png +share/icons/matefaenza/status/64/sunny.png +share/icons/matefaenza/status/64/synapse-panel.png +share/icons/matefaenza/status/64/system-devices-panel-alert.png +share/icons/matefaenza/status/64/system-devices-panel-informations.png +share/icons/matefaenza/status/64/system-devices-panel.png +share/icons/matefaenza/status/64/tomboy-panel.png +share/icons/matefaenza/status/64/transmission-tray-icon.png +share/icons/matefaenza/status/64/trashcan_full.png +share/icons/matefaenza/status/64/user-available.png +share/icons/matefaenza/status/64/user-away.png +share/icons/matefaenza/status/64/user-busy.png +share/icons/matefaenza/status/64/user-extended-away.png +share/icons/matefaenza/status/64/user-invisible.png +share/icons/matefaenza/status/64/user-offline.png +share/icons/matefaenza/status/64/user-trash-full.png +share/icons/matefaenza/status/64/weather-clear-night-000.png +share/icons/matefaenza/status/64/weather-clear-night-010.png +share/icons/matefaenza/status/64/weather-clear-night-020.png +share/icons/matefaenza/status/64/weather-clear-night-030.png +share/icons/matefaenza/status/64/weather-clear-night-040.png +share/icons/matefaenza/status/64/weather-clear-night-050.png +share/icons/matefaenza/status/64/weather-clear-night-060.png +share/icons/matefaenza/status/64/weather-clear-night-070.png +share/icons/matefaenza/status/64/weather-clear-night-080.png +share/icons/matefaenza/status/64/weather-clear-night-090.png +share/icons/matefaenza/status/64/weather-clear-night-100.png +share/icons/matefaenza/status/64/weather-clear-night-110.png +share/icons/matefaenza/status/64/weather-clear-night-120.png +share/icons/matefaenza/status/64/weather-clear-night-130.png +share/icons/matefaenza/status/64/weather-clear-night-140.png +share/icons/matefaenza/status/64/weather-clear-night-150.png +share/icons/matefaenza/status/64/weather-clear-night-160.png +share/icons/matefaenza/status/64/weather-clear-night-170.png +share/icons/matefaenza/status/64/weather-clear-night-180.png +share/icons/matefaenza/status/64/weather-clear-night-190.png +share/icons/matefaenza/status/64/weather-clear-night-200.png +share/icons/matefaenza/status/64/weather-clear-night-210.png +share/icons/matefaenza/status/64/weather-clear-night-220.png +share/icons/matefaenza/status/64/weather-clear-night-230.png +share/icons/matefaenza/status/64/weather-clear-night-240.png +share/icons/matefaenza/status/64/weather-clear-night-250.png +share/icons/matefaenza/status/64/weather-clear-night-260.png +share/icons/matefaenza/status/64/weather-clear-night-270.png +share/icons/matefaenza/status/64/weather-clear-night-280.png +share/icons/matefaenza/status/64/weather-clear-night-290.png +share/icons/matefaenza/status/64/weather-clear-night-300.png +share/icons/matefaenza/status/64/weather-clear-night-310.png +share/icons/matefaenza/status/64/weather-clear-night-320.png +share/icons/matefaenza/status/64/weather-clear-night-330.png +share/icons/matefaenza/status/64/weather-clear-night-340.png +share/icons/matefaenza/status/64/weather-clear-night-350.png +share/icons/matefaenza/status/64/weather-clear-night.png +share/icons/matefaenza/status/64/weather-clear.png +share/icons/matefaenza/status/64/weather-clouds-night.png +share/icons/matefaenza/status/64/weather-clouds.png +share/icons/matefaenza/status/64/weather-few-clouds-night.png +share/icons/matefaenza/status/64/weather-few-clouds.png +share/icons/matefaenza/status/64/weather-fog.png +share/icons/matefaenza/status/64/weather-overcast.png +share/icons/matefaenza/status/64/weather-severe-alert.png +share/icons/matefaenza/status/64/weather-showers-scattered.png +share/icons/matefaenza/status/64/weather-showers.png +share/icons/matefaenza/status/64/weather-snow.png +share/icons/matefaenza/status/64/weather-storm.png +share/icons/matefaenza/status/64/xchat-panel.png +share/icons/matefaenza/status/64/xfce-system-lock.png +share/icons/matefaenza/status/64/xfce-trash-full.png +share/icons/matefaenza/status/64/xfce4-mixer-muted.png +share/icons/matefaenza/status/64/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/64/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/64/xfce4-notifyd.png +share/icons/matefaenza/status/64/xfce4-weather.png +share/icons/matefaenza/status/64/xfm-battery-000.png +share/icons/matefaenza/status/64/xfpm-ac-adapter.png +share/icons/matefaenza/status/64/xfpm-battery-000-charging.png +share/icons/matefaenza/status/64/xfpm-battery-020-charging.png +share/icons/matefaenza/status/64/xfpm-battery-020.png +share/icons/matefaenza/status/64/xfpm-battery-040-charging.png +share/icons/matefaenza/status/64/xfpm-battery-040.png +share/icons/matefaenza/status/64/xfpm-battery-060-charging.png +share/icons/matefaenza/status/64/xfpm-battery-060.png +share/icons/matefaenza/status/64/xfpm-battery-080-charging.png +share/icons/matefaenza/status/64/xfpm-battery-080.png +share/icons/matefaenza/status/64/xfpm-battery-100-charging.png +share/icons/matefaenza/status/64/xfpm-battery-100.png +share/icons/matefaenza/status/64/xfpm-battery-charged.png +share/icons/matefaenza/status/64/xfpm-primary-000-charging.png +share/icons/matefaenza/status/64/xfpm-primary-000.png +share/icons/matefaenza/status/64/xfpm-primary-020-charging.png +share/icons/matefaenza/status/64/xfpm-primary-020.png +share/icons/matefaenza/status/64/xfpm-primary-040-charging.png +share/icons/matefaenza/status/64/xfpm-primary-040.png +share/icons/matefaenza/status/64/xfpm-primary-060-charging.png +share/icons/matefaenza/status/64/xfpm-primary-060.png +share/icons/matefaenza/status/64/xfpm-primary-080-charging.png +share/icons/matefaenza/status/64/xfpm-primary-080.png +share/icons/matefaenza/status/64/xfpm-primary-100-charging.png +share/icons/matefaenza/status/64/xfpm-primary-100.png +share/icons/matefaenza/status/64/xfpm-primary-charged.png +share/icons/matefaenza/status/96/appointment-soon.png +share/icons/matefaenza/status/96/apport.png +share/icons/matefaenza/status/96/aptdaemon-add.png +share/icons/matefaenza/status/96/aptdaemon-cleanup.png +share/icons/matefaenza/status/96/aptdaemon-delete.png +share/icons/matefaenza/status/96/aptdaemon-download.png +share/icons/matefaenza/status/96/aptdaemon-resolve.png +share/icons/matefaenza/status/96/aptdaemon-update-cache.png +share/icons/matefaenza/status/96/aptdaemon-upgrade.png +share/icons/matefaenza/status/96/aptdaemon-wait.png +share/icons/matefaenza/status/96/aptdaemon-working.png +share/icons/matefaenza/status/96/audacious-panel.png +share/icons/matefaenza/status/96/audio-volume-high-panel.png +share/icons/matefaenza/status/96/audio-volume-high.png +share/icons/matefaenza/status/96/audio-volume-low-panel.png +share/icons/matefaenza/status/96/audio-volume-low-zero-panel.png +share/icons/matefaenza/status/96/audio-volume-low.png +share/icons/matefaenza/status/96/audio-volume-medium-panel.png +share/icons/matefaenza/status/96/audio-volume-medium.png +share/icons/matefaenza/status/96/audio-volume-muted-blocked-panel.png +share/icons/matefaenza/status/96/audio-volume-muted-blocking-panel.png +share/icons/matefaenza/status/96/audio-volume-muted-panel.png +share/icons/matefaenza/status/96/audio-volume-muted.png +share/icons/matefaenza/status/96/audio-volume-off.png +share/icons/matefaenza/status/96/audio-volume-zero-panel.png +share/icons/matefaenza/status/96/avatar-default.png +share/icons/matefaenza/status/96/banshee-panel.png +share/icons/matefaenza/status/96/battery-000.png +share/icons/matefaenza/status/96/battery_caution.png +share/icons/matefaenza/status/96/battery_charged.png +share/icons/matefaenza/status/96/battery_empty.png +share/icons/matefaenza/status/96/battery_full.png +share/icons/matefaenza/status/96/battery_low.png +share/icons/matefaenza/status/96/battery_plugged.png +share/icons/matefaenza/status/96/battery_third_fouth.png +share/icons/matefaenza/status/96/battery_two_thirds.png +share/icons/matefaenza/status/96/blueman-tray.png +share/icons/matefaenza/status/96/bluetooth-active.png +share/icons/matefaenza/status/96/bluetooth-disabled.png +share/icons/matefaenza/status/96/bluetooth-paired.png +share/icons/matefaenza/status/96/connect_creating.png +share/icons/matefaenza/status/96/connect_established.png +share/icons/matefaenza/status/96/connect_no.png +share/icons/matefaenza/status/96/deluge-panel.png +share/icons/matefaenza/status/96/dialog-error.png +share/icons/matefaenza/status/96/dialog-info.png +share/icons/matefaenza/status/96/dialog-information.png +share/icons/matefaenza/status/96/dialog-password.png +share/icons/matefaenza/status/96/dialog-question.png +share/icons/matefaenza/status/96/dialog-warning.png +share/icons/matefaenza/status/96/edittrash.png +share/icons/matefaenza/status/96/empathy-available.png +share/icons/matefaenza/status/96/empathy-away.png +share/icons/matefaenza/status/96/empathy-busy.png +share/icons/matefaenza/status/96/empathy-extended-away.png +share/icons/matefaenza/status/96/empathy-invisible.png +share/icons/matefaenza/status/96/empathy-offline.png +share/icons/matefaenza/status/96/error.png +share/icons/matefaenza/status/96/exaile-pause.png +share/icons/matefaenza/status/96/exaile-play.png +share/icons/matefaenza/status/96/glipper.png +share/icons/matefaenza/status/96/glippy-panel.png +share/icons/matefaenza/status/96/gmp-ups-missing.png +share/icons/matefaenza/status/96/gnome-dev-wavelan-encrypted.png +share/icons/matefaenza/status/96/gnome-fs-trash-full.png +share/icons/matefaenza/status/96/gnome-netstatus-0-24.png +share/icons/matefaenza/status/96/gnome-netstatus-25-49.png +share/icons/matefaenza/status/96/gnome-netstatus-50-74.png +share/icons/matefaenza/status/96/gnome-netstatus-75-100.png +share/icons/matefaenza/status/96/gnome-netstatus-disconn.png +share/icons/matefaenza/status/96/gnome-netstatus-error.png +share/icons/matefaenza/status/96/gnome-netstatus-idle.png +share/icons/matefaenza/status/96/gnome-netstatus-rx.png +share/icons/matefaenza/status/96/gnome-netstatus-tx.png +share/icons/matefaenza/status/96/gnome-netstatus-txrx.png +share/icons/matefaenza/status/96/gnome-stock-trash-full.png +share/icons/matefaenza/status/96/gpm-ac-adapter.png +share/icons/matefaenza/status/96/gpm-battery-000-charging.png +share/icons/matefaenza/status/96/gpm-battery-000.png +share/icons/matefaenza/status/96/gpm-battery-020-charging.png +share/icons/matefaenza/status/96/gpm-battery-020.png +share/icons/matefaenza/status/96/gpm-battery-040-charging.png +share/icons/matefaenza/status/96/gpm-battery-040.png +share/icons/matefaenza/status/96/gpm-battery-060-charging.png +share/icons/matefaenza/status/96/gpm-battery-060.png +share/icons/matefaenza/status/96/gpm-battery-080-charging.png +share/icons/matefaenza/status/96/gpm-battery-080.png +share/icons/matefaenza/status/96/gpm-battery-100-charging.png +share/icons/matefaenza/status/96/gpm-battery-100.png +share/icons/matefaenza/status/96/gpm-battery-charged.png +share/icons/matefaenza/status/96/gpm-primary-000-charging.png +share/icons/matefaenza/status/96/gpm-primary-000.png +share/icons/matefaenza/status/96/gpm-primary-020-charging.png +share/icons/matefaenza/status/96/gpm-primary-020.png +share/icons/matefaenza/status/96/gpm-primary-040-charging.png +share/icons/matefaenza/status/96/gpm-primary-040.png +share/icons/matefaenza/status/96/gpm-primary-060-charging.png +share/icons/matefaenza/status/96/gpm-primary-060.png +share/icons/matefaenza/status/96/gpm-primary-080-charging.png +share/icons/matefaenza/status/96/gpm-primary-080.png +share/icons/matefaenza/status/96/gpm-primary-100-charging.png +share/icons/matefaenza/status/96/gpm-primary-100.png +share/icons/matefaenza/status/96/gpm-primary-charged.png +share/icons/matefaenza/status/96/gpm-ups-000-charging.png +share/icons/matefaenza/status/96/gpm-ups-000.png +share/icons/matefaenza/status/96/gpm-ups-020-charging.png +share/icons/matefaenza/status/96/gpm-ups-020.png +share/icons/matefaenza/status/96/gpm-ups-040-charging.png +share/icons/matefaenza/status/96/gpm-ups-040.png +share/icons/matefaenza/status/96/gpm-ups-060-charging.png +share/icons/matefaenza/status/96/gpm-ups-060.png +share/icons/matefaenza/status/96/gpm-ups-080-charging.png +share/icons/matefaenza/status/96/gpm-ups-080.png +share/icons/matefaenza/status/96/gpm-ups-100-charging.png +share/icons/matefaenza/status/96/gpm-ups-100.png +share/icons/matefaenza/status/96/gtk-dialog-authentication.png +share/icons/matefaenza/status/96/gtk-dialog-error.png +share/icons/matefaenza/status/96/gtk-dialog-info.png +share/icons/matefaenza/status/96/gtk-dialog-question.png +share/icons/matefaenza/status/96/gtk-dialog-warning.png +share/icons/matefaenza/status/96/gtk-missing-image.png +share/icons/matefaenza/status/96/ibus-keyboard-glow-100.png +share/icons/matefaenza/status/96/ibus-keyboard-glow-30.png +share/icons/matefaenza/status/96/ibus-keyboard-glow-60.png +share/icons/matefaenza/status/96/ibus-keyboard.png +share/icons/matefaenza/status/96/image-loading.png +share/icons/matefaenza/status/96/image-missing.png +share/icons/matefaenza/status/96/indicator-messages-new.png +share/icons/matefaenza/status/96/indicator-messages.png +share/icons/matefaenza/status/96/info.png +share/icons/matefaenza/status/96/keys.png +share/icons/matefaenza/status/96/krb-expiring-ticket.png +share/icons/matefaenza/status/96/krb-no-valid-ticket.png +share/icons/matefaenza/status/96/krb-valid-ticket.png +share/icons/matefaenza/status/96/locked.png +share/icons/matefaenza/status/96/media-player-banshee-buffering.png +share/icons/matefaenza/status/96/media-player-banshee-panel.png +share/icons/matefaenza/status/96/media-player-banshee-stopped.png +share/icons/matefaenza/status/96/messagebox_critical.png +share/icons/matefaenza/status/96/messagebox_info.png +share/icons/matefaenza/status/96/messagebox_warning.png +share/icons/matefaenza/status/96/network-error.png +share/icons/matefaenza/status/96/network-idle.png +share/icons/matefaenza/status/96/network-offline.png +share/icons/matefaenza/status/96/network-receive.png +share/icons/matefaenza/status/96/network-transmit-receive.png +share/icons/matefaenza/status/96/network-transmit.png +share/icons/matefaenza/status/96/network-wireless-encrypted.png +share/icons/matefaenza/status/96/new-messages-red.png +share/icons/matefaenza/status/96/nm-adhoc.png +share/icons/matefaenza/status/96/nm-device-wired-autoip.png +share/icons/matefaenza/status/96/nm-device-wired-secure.png +share/icons/matefaenza/status/96/nm-device-wired.png +share/icons/matefaenza/status/96/nm-device-wireless.png +share/icons/matefaenza/status/96/nm-device-wwan.png +share/icons/matefaenza/status/96/nm-no-connection.png +share/icons/matefaenza/status/96/nm-secure-lock.png +share/icons/matefaenza/status/96/nm-signal-0.png +share/icons/matefaenza/status/96/nm-signal-00-secure.png +share/icons/matefaenza/status/96/nm-signal-00.png +share/icons/matefaenza/status/96/nm-signal-100-secure.png +share/icons/matefaenza/status/96/nm-signal-100.png +share/icons/matefaenza/status/96/nm-signal-25-secure.png +share/icons/matefaenza/status/96/nm-signal-25.png +share/icons/matefaenza/status/96/nm-signal-50-secure.png +share/icons/matefaenza/status/96/nm-signal-50.png +share/icons/matefaenza/status/96/nm-signal-75-secure.png +share/icons/matefaenza/status/96/nm-signal-75.png +share/icons/matefaenza/status/96/nm-vpn-active-lock.png +share/icons/matefaenza/status/96/nm-vpn-connecting12.png +share/icons/matefaenza/status/96/nm-vpn-connecting13.png +share/icons/matefaenza/status/96/nm-vpn-connecting14.png +share/icons/matefaenza/status/96/nm-vpn-lock.png +share/icons/matefaenza/status/96/nm-vpn-standalone-lock.png +share/icons/matefaenza/status/96/notification-audio-volume-high.png +share/icons/matefaenza/status/96/notification-audio-volume-low.png +share/icons/matefaenza/status/96/notification-audio-volume-medium.png +share/icons/matefaenza/status/96/notification-audio-volume-muted.png +share/icons/matefaenza/status/96/notification-audio-volume-off.png +share/icons/matefaenza/status/96/notification-battery-000-plugged.png +share/icons/matefaenza/status/96/notification-battery-000.png +share/icons/matefaenza/status/96/notification-battery-020-plugged.png +share/icons/matefaenza/status/96/notification-battery-020.png +share/icons/matefaenza/status/96/notification-battery-040-plugged.png +share/icons/matefaenza/status/96/notification-battery-040.png +share/icons/matefaenza/status/96/notification-battery-060-plugged.png +share/icons/matefaenza/status/96/notification-battery-060.png +share/icons/matefaenza/status/96/notification-battery-080-plugged.png +share/icons/matefaenza/status/96/notification-battery-080.png +share/icons/matefaenza/status/96/notification-battery-100-plugged.png +share/icons/matefaenza/status/96/notification-battery-100.png +share/icons/matefaenza/status/96/notification-battery-empty.png +share/icons/matefaenza/status/96/notification-battery-low.png +share/icons/matefaenza/status/96/notification-gpm-battery-000-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-000.png +share/icons/matefaenza/status/96/notification-gpm-battery-020-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-020.png +share/icons/matefaenza/status/96/notification-gpm-battery-040-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-040.png +share/icons/matefaenza/status/96/notification-gpm-battery-060-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-060.png +share/icons/matefaenza/status/96/notification-gpm-battery-080-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-080.png +share/icons/matefaenza/status/96/notification-gpm-battery-100-charging.png +share/icons/matefaenza/status/96/notification-gpm-battery-100.png +share/icons/matefaenza/status/96/notification-gpm-battery-charged.png +share/icons/matefaenza/status/96/notification-gpm-battery-empty.png +share/icons/matefaenza/status/96/notification-gpm-ups-000-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-000.png +share/icons/matefaenza/status/96/notification-gpm-ups-020-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-020.png +share/icons/matefaenza/status/96/notification-gpm-ups-040-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-040.png +share/icons/matefaenza/status/96/notification-gpm-ups-060-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-060.png +share/icons/matefaenza/status/96/notification-gpm-ups-080-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-080.png +share/icons/matefaenza/status/96/notification-gpm-ups-100-charging.png +share/icons/matefaenza/status/96/notification-gpm-ups-100.png +share/icons/matefaenza/status/96/notification-gsm-full.png +share/icons/matefaenza/status/96/notification-gsm-high.png +share/icons/matefaenza/status/96/notification-gsm-low.png +share/icons/matefaenza/status/96/notification-gsm-medium.png +share/icons/matefaenza/status/96/notification-gsm-none.png +share/icons/matefaenza/status/96/notification-message-email.png +share/icons/matefaenza/status/96/notification-network-disconnected.png +share/icons/matefaenza/status/96/notification-network-ethernet-connected.png +share/icons/matefaenza/status/96/notification-network-ethernet-disconnected.png +share/icons/matefaenza/status/96/notification-network-wireless-disconnected.png +share/icons/matefaenza/status/96/notification-network-wireless-full.png +share/icons/matefaenza/status/96/notification-network-wireless-high.png +share/icons/matefaenza/status/96/notification-network-wireless-low.png +share/icons/matefaenza/status/96/notification-network-wireless-medium.png +share/icons/matefaenza/status/96/notification-network-wireless-none.png +share/icons/matefaenza/status/96/printer-error.png +share/icons/matefaenza/status/96/printer-printing.png +share/icons/matefaenza/status/96/rhythmbox-notplaying.png +share/icons/matefaenza/status/96/rhythmbox-panel.png +share/icons/matefaenza/status/96/shutter-panel.png +share/icons/matefaenza/status/96/skype_away.png +share/icons/matefaenza/status/96/skype_dnd.png +share/icons/matefaenza/status/96/skype_invisible.png +share/icons/matefaenza/status/96/skype_na.png +share/icons/matefaenza/status/96/skype_offline.png +share/icons/matefaenza/status/96/skype_online.png +share/icons/matefaenza/status/96/skype_skypeme.png +share/icons/matefaenza/status/96/sound-icon.png +share/icons/matefaenza/status/96/status_lock.png +share/icons/matefaenza/status/96/stock_appointment-reminder.png +share/icons/matefaenza/status/96/stock_dialog-error.png +share/icons/matefaenza/status/96/stock_dialog-info.png +share/icons/matefaenza/status/96/stock_dialog-question.png +share/icons/matefaenza/status/96/stock_dialog-warning.png +share/icons/matefaenza/status/96/stock_lock.png +share/icons/matefaenza/status/96/stock_trash_full.png +share/icons/matefaenza/status/96/stock_volume-0.png +share/icons/matefaenza/status/96/stock_volume-max.png +share/icons/matefaenza/status/96/stock_volume-med.png +share/icons/matefaenza/status/96/stock_volume-min.png +share/icons/matefaenza/status/96/stock_volume-mute.png +share/icons/matefaenza/status/96/stock_volume.png +share/icons/matefaenza/status/96/stock_weather-night-clear.png +share/icons/matefaenza/status/96/stock_weather-sunny.png +share/icons/matefaenza/status/96/sunny.png +share/icons/matefaenza/status/96/synapse-panel.png +share/icons/matefaenza/status/96/system-devices-panel-alert.png +share/icons/matefaenza/status/96/system-devices-panel-informations.png +share/icons/matefaenza/status/96/system-devices-panel.png +share/icons/matefaenza/status/96/tomboy-panel.png +share/icons/matefaenza/status/96/transmission-tray-icon.png +share/icons/matefaenza/status/96/trashcan_full.png +share/icons/matefaenza/status/96/user-available.png +share/icons/matefaenza/status/96/user-away.png +share/icons/matefaenza/status/96/user-busy.png +share/icons/matefaenza/status/96/user-extended-away.png +share/icons/matefaenza/status/96/user-invisible.png +share/icons/matefaenza/status/96/user-offline.png +share/icons/matefaenza/status/96/user-trash-full.png +share/icons/matefaenza/status/96/weather-clear-night-000.png +share/icons/matefaenza/status/96/weather-clear-night-010.png +share/icons/matefaenza/status/96/weather-clear-night-020.png +share/icons/matefaenza/status/96/weather-clear-night-030.png +share/icons/matefaenza/status/96/weather-clear-night-040.png +share/icons/matefaenza/status/96/weather-clear-night-050.png +share/icons/matefaenza/status/96/weather-clear-night-060.png +share/icons/matefaenza/status/96/weather-clear-night-070.png +share/icons/matefaenza/status/96/weather-clear-night-080.png +share/icons/matefaenza/status/96/weather-clear-night-090.png +share/icons/matefaenza/status/96/weather-clear-night-100.png +share/icons/matefaenza/status/96/weather-clear-night-110.png +share/icons/matefaenza/status/96/weather-clear-night-120.png +share/icons/matefaenza/status/96/weather-clear-night-130.png +share/icons/matefaenza/status/96/weather-clear-night-140.png +share/icons/matefaenza/status/96/weather-clear-night-150.png +share/icons/matefaenza/status/96/weather-clear-night-160.png +share/icons/matefaenza/status/96/weather-clear-night-170.png +share/icons/matefaenza/status/96/weather-clear-night-180.png +share/icons/matefaenza/status/96/weather-clear-night-190.png +share/icons/matefaenza/status/96/weather-clear-night-200.png +share/icons/matefaenza/status/96/weather-clear-night-210.png +share/icons/matefaenza/status/96/weather-clear-night-220.png +share/icons/matefaenza/status/96/weather-clear-night-230.png +share/icons/matefaenza/status/96/weather-clear-night-240.png +share/icons/matefaenza/status/96/weather-clear-night-250.png +share/icons/matefaenza/status/96/weather-clear-night-260.png +share/icons/matefaenza/status/96/weather-clear-night-270.png +share/icons/matefaenza/status/96/weather-clear-night-280.png +share/icons/matefaenza/status/96/weather-clear-night-290.png +share/icons/matefaenza/status/96/weather-clear-night-300.png +share/icons/matefaenza/status/96/weather-clear-night-310.png +share/icons/matefaenza/status/96/weather-clear-night-320.png +share/icons/matefaenza/status/96/weather-clear-night-330.png +share/icons/matefaenza/status/96/weather-clear-night-340.png +share/icons/matefaenza/status/96/weather-clear-night-350.png +share/icons/matefaenza/status/96/weather-clear-night.png +share/icons/matefaenza/status/96/weather-clear.png +share/icons/matefaenza/status/96/weather-clouds-night.png +share/icons/matefaenza/status/96/weather-clouds.png +share/icons/matefaenza/status/96/weather-few-clouds-night.png +share/icons/matefaenza/status/96/weather-few-clouds.png +share/icons/matefaenza/status/96/weather-fog.png +share/icons/matefaenza/status/96/weather-overcast.png +share/icons/matefaenza/status/96/weather-severe-alert.png +share/icons/matefaenza/status/96/weather-showers-scattered.png +share/icons/matefaenza/status/96/weather-showers.png +share/icons/matefaenza/status/96/weather-snow.png +share/icons/matefaenza/status/96/weather-storm.png +share/icons/matefaenza/status/96/xchat-panel.png +share/icons/matefaenza/status/96/xfce-system-lock.png +share/icons/matefaenza/status/96/xfce-trash-full.png +share/icons/matefaenza/status/96/xfce4-mixer-muted.png +share/icons/matefaenza/status/96/xfce4-mixer-no-muted.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-high.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-low-medium.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-low.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-medium.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-muted.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenza/status/96/xfce4-mixer-volume-very-high.png +share/icons/matefaenza/status/96/xfce4-notifyd.png +share/icons/matefaenza/status/96/xfce4-weather.png +share/icons/matefaenza/status/96/xfm-battery-000.png +share/icons/matefaenza/status/96/xfpm-ac-adapter.png +share/icons/matefaenza/status/96/xfpm-battery-000-charging.png +share/icons/matefaenza/status/96/xfpm-battery-020-charging.png +share/icons/matefaenza/status/96/xfpm-battery-020.png +share/icons/matefaenza/status/96/xfpm-battery-040-charging.png +share/icons/matefaenza/status/96/xfpm-battery-040.png +share/icons/matefaenza/status/96/xfpm-battery-060-charging.png +share/icons/matefaenza/status/96/xfpm-battery-060.png +share/icons/matefaenza/status/96/xfpm-battery-080-charging.png +share/icons/matefaenza/status/96/xfpm-battery-080.png +share/icons/matefaenza/status/96/xfpm-battery-100-charging.png +share/icons/matefaenza/status/96/xfpm-battery-100.png +share/icons/matefaenza/status/96/xfpm-battery-charged.png +share/icons/matefaenza/status/96/xfpm-primary-000-charging.png +share/icons/matefaenza/status/96/xfpm-primary-000.png +share/icons/matefaenza/status/96/xfpm-primary-020-charging.png +share/icons/matefaenza/status/96/xfpm-primary-020.png +share/icons/matefaenza/status/96/xfpm-primary-040-charging.png +share/icons/matefaenza/status/96/xfpm-primary-040.png +share/icons/matefaenza/status/96/xfpm-primary-060-charging.png +share/icons/matefaenza/status/96/xfpm-primary-060.png +share/icons/matefaenza/status/96/xfpm-primary-080-charging.png +share/icons/matefaenza/status/96/xfpm-primary-080.png +share/icons/matefaenza/status/96/xfpm-primary-100-charging.png +share/icons/matefaenza/status/96/xfpm-primary-100.png +share/icons/matefaenza/status/96/xfpm-primary-charged.png +share/icons/matefaenza/status/scalable/appointment-soon.svg +share/icons/matefaenza/status/scalable/apport.svg +share/icons/matefaenza/status/scalable/aptdaemon-add.svg +share/icons/matefaenza/status/scalable/aptdaemon-cleanup.svg +share/icons/matefaenza/status/scalable/aptdaemon-delete.svg +share/icons/matefaenza/status/scalable/aptdaemon-download.svg +share/icons/matefaenza/status/scalable/aptdaemon-resolve.svg +share/icons/matefaenza/status/scalable/aptdaemon-update-cache.svg +share/icons/matefaenza/status/scalable/aptdaemon-upgrade.svg +share/icons/matefaenza/status/scalable/aptdaemon-wait.svg +share/icons/matefaenza/status/scalable/aptdaemon-working.svg +share/icons/matefaenza/status/scalable/audacious-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-high-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-high-symbolic.svg +share/icons/matefaenza/status/scalable/audio-volume-high.svg +share/icons/matefaenza/status/scalable/audio-volume-low-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-low-symbolic.svg +share/icons/matefaenza/status/scalable/audio-volume-low-zero-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-low.svg +share/icons/matefaenza/status/scalable/audio-volume-medium-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-medium-symbolic.svg +share/icons/matefaenza/status/scalable/audio-volume-medium.svg +share/icons/matefaenza/status/scalable/audio-volume-muted-blocked-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-muted-blocking-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-muted-panel.svg +share/icons/matefaenza/status/scalable/audio-volume-muted-symbolic.svg +share/icons/matefaenza/status/scalable/audio-volume-muted.svg +share/icons/matefaenza/status/scalable/audio-volume-off.svg +share/icons/matefaenza/status/scalable/audio-volume-zero-panel.svg +share/icons/matefaenza/status/scalable/avatar-default-symbolic.svg +share/icons/matefaenza/status/scalable/avatar-default.svg +share/icons/matefaenza/status/scalable/banshee-panel.svg +share/icons/matefaenza/status/scalable/battery-000.svg +share/icons/matefaenza/status/scalable/battery-caution-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-caution-symbolic.svg +share/icons/matefaenza/status/scalable/battery-empty-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-empty-symbolic.svg +share/icons/matefaenza/status/scalable/battery-full-charged-symbolic.svg +share/icons/matefaenza/status/scalable/battery-full-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-full-symbolic.svg +share/icons/matefaenza/status/scalable/battery-good-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-good-symbolic.svg +share/icons/matefaenza/status/scalable/battery-low-charging-symbolic.svg +share/icons/matefaenza/status/scalable/battery-low-symbolic.svg +share/icons/matefaenza/status/scalable/battery-missing-symbolic.svg +share/icons/matefaenza/status/scalable/battery_caution.svg +share/icons/matefaenza/status/scalable/battery_charged.svg +share/icons/matefaenza/status/scalable/battery_empty.svg +share/icons/matefaenza/status/scalable/battery_full.svg +share/icons/matefaenza/status/scalable/battery_low.svg +share/icons/matefaenza/status/scalable/battery_plugged.svg +share/icons/matefaenza/status/scalable/battery_third_fouth.svg +share/icons/matefaenza/status/scalable/battery_two_thirds.svg +share/icons/matefaenza/status/scalable/blueman-tray.svg +share/icons/matefaenza/status/scalable/bluetooth-active-symbolic.svg +share/icons/matefaenza/status/scalable/bluetooth-active.svg +share/icons/matefaenza/status/scalable/bluetooth-disabled-symbolic.svg +share/icons/matefaenza/status/scalable/bluetooth-disabled.svg +share/icons/matefaenza/status/scalable/bluetooth-paired.svg +share/icons/matefaenza/status/scalable/changes-allow-symbolic.svg +share/icons/matefaenza/status/scalable/changes-prevent-symbolic.svg +share/icons/matefaenza/status/scalable/connect_creating.svg +share/icons/matefaenza/status/scalable/connect_established.svg +share/icons/matefaenza/status/scalable/connect_no.svg +share/icons/matefaenza/status/scalable/deluge-panel.svg +share/icons/matefaenza/status/scalable/dialog-error-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-error.svg +share/icons/matefaenza/status/scalable/dialog-info.svg +share/icons/matefaenza/status/scalable/dialog-information-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-information.svg +share/icons/matefaenza/status/scalable/dialog-password-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-password.svg +share/icons/matefaenza/status/scalable/dialog-question-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-question.svg +share/icons/matefaenza/status/scalable/dialog-warning-symbolic.svg +share/icons/matefaenza/status/scalable/dialog-warning.svg +share/icons/matefaenza/status/scalable/display-brightness-symbolic.svg +share/icons/matefaenza/status/scalable/edittrash.svg +share/icons/matefaenza/status/scalable/empathy-available.svg +share/icons/matefaenza/status/scalable/empathy-away.svg +share/icons/matefaenza/status/scalable/empathy-busy.svg +share/icons/matefaenza/status/scalable/empathy-extended-away.svg +share/icons/matefaenza/status/scalable/empathy-invisible.svg +share/icons/matefaenza/status/scalable/empathy-offline.svg +share/icons/matefaenza/status/scalable/error.svg +share/icons/matefaenza/status/scalable/exaile-pause.svg +share/icons/matefaenza/status/scalable/exaile-play.svg +share/icons/matefaenza/status/scalable/glipper.svg +share/icons/matefaenza/status/scalable/glippy-panel.svg +share/icons/matefaenza/status/scalable/gmp-ups-missing.svg +share/icons/matefaenza/status/scalable/gnome-dev-wavelan-encrypted.svg +share/icons/matefaenza/status/scalable/gnome-fs-trash-full.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-0-24.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-25-49.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-50-74.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-75-100.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-disconn.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-error.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-idle.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-rx.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-tx.svg +share/icons/matefaenza/status/scalable/gnome-netstatus-txrx.svg +share/icons/matefaenza/status/scalable/gnome-stock-trash-full.svg +share/icons/matefaenza/status/scalable/gpm-ac-adapter.svg +share/icons/matefaenza/status/scalable/gpm-battery-000-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-000.svg +share/icons/matefaenza/status/scalable/gpm-battery-020-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-020.svg +share/icons/matefaenza/status/scalable/gpm-battery-040-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-040.svg +share/icons/matefaenza/status/scalable/gpm-battery-060-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-060.svg +share/icons/matefaenza/status/scalable/gpm-battery-080-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-080.svg +share/icons/matefaenza/status/scalable/gpm-battery-100-charging.svg +share/icons/matefaenza/status/scalable/gpm-battery-100.svg +share/icons/matefaenza/status/scalable/gpm-battery-charged.svg +share/icons/matefaenza/status/scalable/gpm-primary-000-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-000.svg +share/icons/matefaenza/status/scalable/gpm-primary-020-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-020.svg +share/icons/matefaenza/status/scalable/gpm-primary-040-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-040.svg +share/icons/matefaenza/status/scalable/gpm-primary-060-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-060.svg +share/icons/matefaenza/status/scalable/gpm-primary-080-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-080.svg +share/icons/matefaenza/status/scalable/gpm-primary-100-charging.svg +share/icons/matefaenza/status/scalable/gpm-primary-100.svg +share/icons/matefaenza/status/scalable/gpm-primary-charged.svg +share/icons/matefaenza/status/scalable/gpm-ups-000-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-000.svg +share/icons/matefaenza/status/scalable/gpm-ups-020-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-020.svg +share/icons/matefaenza/status/scalable/gpm-ups-040-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-040.svg +share/icons/matefaenza/status/scalable/gpm-ups-060-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-060.svg +share/icons/matefaenza/status/scalable/gpm-ups-080-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-080.svg +share/icons/matefaenza/status/scalable/gpm-ups-100-charging.svg +share/icons/matefaenza/status/scalable/gpm-ups-100.svg +share/icons/matefaenza/status/scalable/gtk-dialog-authentication.svg +share/icons/matefaenza/status/scalable/gtk-dialog-error.svg +share/icons/matefaenza/status/scalable/gtk-dialog-info.svg +share/icons/matefaenza/status/scalable/gtk-dialog-question.svg +share/icons/matefaenza/status/scalable/gtk-dialog-warning.svg +share/icons/matefaenza/status/scalable/gtk-missing-image.svg +share/icons/matefaenza/status/scalable/ibus-keyboard-glow.svg +share/icons/matefaenza/status/scalable/ibus-keyboard.svg +share/icons/matefaenza/status/scalable/image-loading.svg +share/icons/matefaenza/status/scalable/image-missing.svg +share/icons/matefaenza/status/scalable/indicator-messages-new.svg +share/icons/matefaenza/status/scalable/indicator-messages.svg +share/icons/matefaenza/status/scalable/info.svg +share/icons/matefaenza/status/scalable/keyboard-brightness-symbolic.svg +share/icons/matefaenza/status/scalable/keys.svg +share/icons/matefaenza/status/scalable/krb-expiring-ticket.svg +share/icons/matefaenza/status/scalable/krb-no-valid-ticket.svg +share/icons/matefaenza/status/scalable/krb-valid-ticket.svg +share/icons/matefaenza/status/scalable/locked.svg +share/icons/matefaenza/status/scalable/mail-attachment-symbolic.svg +share/icons/matefaenza/status/scalable/mail-read-symbolic.svg +share/icons/matefaenza/status/scalable/mail-unread-symbolic.svg +share/icons/matefaenza/status/scalable/media-player-banshee-buffering.svg +share/icons/matefaenza/status/scalable/media-player-banshee-panel.svg +share/icons/matefaenza/status/scalable/media-player-banshee-stopped.svg +share/icons/matefaenza/status/scalable/media-playlist-repeat-symbolic.svg +share/icons/matefaenza/status/scalable/media-playlist-shuffle-symbolic.svg +share/icons/matefaenza/status/scalable/messagebox_critical.svg +share/icons/matefaenza/status/scalable/messagebox_info.svg +share/icons/matefaenza/status/scalable/messagebox_warning.svg +share/icons/matefaenza/status/scalable/microphone-sensitivity-high-symbolic.svg +share/icons/matefaenza/status/scalable/microphone-sensitivity-low-symbolic.svg +share/icons/matefaenza/status/scalable/microphone-sensitivity-medium-symbolic.svg +share/icons/matefaenza/status/scalable/microphone-sensitivity-none-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-3g-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-4g-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-connected-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-edge-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-gprs-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-acquiring-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-excellent-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-good-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-none-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-ok-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-signal-weak-symbolic.svg +share/icons/matefaenza/status/scalable/network-cellular-umts-symbolic.svg +share/icons/matefaenza/status/scalable/network-error-symbolic.svg +share/icons/matefaenza/status/scalable/network-error.svg +share/icons/matefaenza/status/scalable/network-idle.svg +share/icons/matefaenza/status/scalable/network-offline-symbolic.svg +share/icons/matefaenza/status/scalable/network-offline.svg +share/icons/matefaenza/status/scalable/network-receive-symbolic.svg +share/icons/matefaenza/status/scalable/network-receive.svg +share/icons/matefaenza/status/scalable/network-transmit-receive-symbolic.svg +share/icons/matefaenza/status/scalable/network-transmit-receive.svg +share/icons/matefaenza/status/scalable/network-transmit-symbolic.svg +share/icons/matefaenza/status/scalable/network-transmit.svg +share/icons/matefaenza/status/scalable/network-vpn-acquiring-symbolic.svg +share/icons/matefaenza/status/scalable/network-vpn-symbolic.svg +share/icons/matefaenza/status/scalable/network-wired-acquiring-symbolic.svg +share/icons/matefaenza/status/scalable/network-wired-disconnected-symbolic.svg +share/icons/matefaenza/status/scalable/network-wired-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-acquiring-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-encrypted-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-encrypted.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-excellent-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-good-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-none-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-ok-symbolic.svg +share/icons/matefaenza/status/scalable/network-wireless-signal-weak-symbolic.svg +share/icons/matefaenza/status/scalable/new-messages-red.svg +share/icons/matefaenza/status/scalable/nm-adhoc.svg +share/icons/matefaenza/status/scalable/nm-device-wired-autoip.svg +share/icons/matefaenza/status/scalable/nm-device-wired-secure.svg +share/icons/matefaenza/status/scalable/nm-device-wired.svg +share/icons/matefaenza/status/scalable/nm-device-wireless.svg +share/icons/matefaenza/status/scalable/nm-device-wwan.svg +share/icons/matefaenza/status/scalable/nm-no-connection.svg +share/icons/matefaenza/status/scalable/nm-secure-lock.svg +share/icons/matefaenza/status/scalable/nm-signal-0.svg +share/icons/matefaenza/status/scalable/nm-signal-00-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-00.svg +share/icons/matefaenza/status/scalable/nm-signal-100-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-100.svg +share/icons/matefaenza/status/scalable/nm-signal-25-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-25.svg +share/icons/matefaenza/status/scalable/nm-signal-50-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-50.svg +share/icons/matefaenza/status/scalable/nm-signal-75-secure.svg +share/icons/matefaenza/status/scalable/nm-signal-75.svg +share/icons/matefaenza/status/scalable/nm-vpn-active-lock.svg +share/icons/matefaenza/status/scalable/nm-vpn-connecting12.svg +share/icons/matefaenza/status/scalable/nm-vpn-connecting13.svg +share/icons/matefaenza/status/scalable/nm-vpn-connecting14.svg +share/icons/matefaenza/status/scalable/nm-vpn-lock.svg +share/icons/matefaenza/status/scalable/nm-vpn-standalone-lock.svg +share/icons/matefaenza/status/scalable/non-starred-symbolic.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-high.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-low.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-medium.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-muted.svg +share/icons/matefaenza/status/scalable/notification-audio-volume-off.svg +share/icons/matefaenza/status/scalable/notification-battery-000-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-000.svg +share/icons/matefaenza/status/scalable/notification-battery-020-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-020.svg +share/icons/matefaenza/status/scalable/notification-battery-040-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-040.svg +share/icons/matefaenza/status/scalable/notification-battery-060-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-060.svg +share/icons/matefaenza/status/scalable/notification-battery-080-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-080.svg +share/icons/matefaenza/status/scalable/notification-battery-100-plugged.svg +share/icons/matefaenza/status/scalable/notification-battery-100.svg +share/icons/matefaenza/status/scalable/notification-battery-empty.svg +share/icons/matefaenza/status/scalable/notification-battery-low.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-000-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-000.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-020-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-020.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-040-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-040.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-060-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-060.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-080-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-080.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-100-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-100.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-charged.svg +share/icons/matefaenza/status/scalable/notification-gpm-battery-empty.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-000-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-000.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-020-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-020.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-040-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-040.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-060-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-060.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-080-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-080.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-100-charging.svg +share/icons/matefaenza/status/scalable/notification-gpm-ups-100.svg +share/icons/matefaenza/status/scalable/notification-gsm-full.svg +share/icons/matefaenza/status/scalable/notification-gsm-high.svg +share/icons/matefaenza/status/scalable/notification-gsm-low.svg +share/icons/matefaenza/status/scalable/notification-gsm-medium.svg +share/icons/matefaenza/status/scalable/notification-gsm-none.svg +share/icons/matefaenza/status/scalable/notification-message-email.svg +share/icons/matefaenza/status/scalable/notification-network-disconnected.svg +share/icons/matefaenza/status/scalable/notification-network-ethernet-connected.svg +share/icons/matefaenza/status/scalable/notification-network-ethernet-disconnected.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-disconnected.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-full.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-high.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-low.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-medium.svg +share/icons/matefaenza/status/scalable/notification-network-wireless-none.svg +share/icons/matefaenza/status/scalable/printer-error-symbolic.svg +share/icons/matefaenza/status/scalable/printer-error.svg +share/icons/matefaenza/status/scalable/printer-printing-symbolic.svg +share/icons/matefaenza/status/scalable/printer-printing.svg +share/icons/matefaenza/status/scalable/printer-warning-symbolic.svg +share/icons/matefaenza/status/scalable/rhythmbox-notplaying.svg +share/icons/matefaenza/status/scalable/rhythmbox-panel.svg +share/icons/matefaenza/status/scalable/security-high-symbolic.svg +share/icons/matefaenza/status/scalable/security-low-symbolic.svg +share/icons/matefaenza/status/scalable/security-medium-symbolic.svg +share/icons/matefaenza/status/scalable/shutter-panel.svg +share/icons/matefaenza/status/scalable/skype_away.svg +share/icons/matefaenza/status/scalable/skype_dnd.svg +share/icons/matefaenza/status/scalable/skype_invisible.svg +share/icons/matefaenza/status/scalable/skype_na.svg +share/icons/matefaenza/status/scalable/skype_offline.svg +share/icons/matefaenza/status/scalable/skype_online.svg +share/icons/matefaenza/status/scalable/skype_skypeme.svg +share/icons/matefaenza/status/scalable/software-update-available-symbolic.svg +share/icons/matefaenza/status/scalable/software-update-urgent-symbolic.svg +share/icons/matefaenza/status/scalable/sound-icon.svg +share/icons/matefaenza/status/scalable/starred-symbolic.svg +share/icons/matefaenza/status/scalable/status_lock.svg +share/icons/matefaenza/status/scalable/stock_appointment-reminder.svg +share/icons/matefaenza/status/scalable/stock_dialog-error.svg +share/icons/matefaenza/status/scalable/stock_dialog-info.svg +share/icons/matefaenza/status/scalable/stock_dialog-question.svg +share/icons/matefaenza/status/scalable/stock_dialog-warning.svg +share/icons/matefaenza/status/scalable/stock_lock.svg +share/icons/matefaenza/status/scalable/stock_trash_full.svg +share/icons/matefaenza/status/scalable/stock_volume-0.svg +share/icons/matefaenza/status/scalable/stock_volume-max.svg +share/icons/matefaenza/status/scalable/stock_volume-med.svg +share/icons/matefaenza/status/scalable/stock_volume-min.svg +share/icons/matefaenza/status/scalable/stock_volume-mute.svg +share/icons/matefaenza/status/scalable/stock_volume.svg +share/icons/matefaenza/status/scalable/stock_weather-night-clear.svg +share/icons/matefaenza/status/scalable/stock_weather-sunny.svg +share/icons/matefaenza/status/scalable/sunny.svg +share/icons/matefaenza/status/scalable/synapse-panel.svg +share/icons/matefaenza/status/scalable/system-devices-panel-alert.svg +share/icons/matefaenza/status/scalable/system-devices-panel-informations.svg +share/icons/matefaenza/status/scalable/system-devices-panel.svg +share/icons/matefaenza/status/scalable/tomboy-panel.svg +share/icons/matefaenza/status/scalable/transmission-tray-icon.svg +share/icons/matefaenza/status/scalable/trashcan_full.svg +share/icons/matefaenza/status/scalable/user-available-symbolic.svg +share/icons/matefaenza/status/scalable/user-available.svg +share/icons/matefaenza/status/scalable/user-away-symbolic.svg +share/icons/matefaenza/status/scalable/user-away.svg +share/icons/matefaenza/status/scalable/user-busy-symbolic.svg +share/icons/matefaenza/status/scalable/user-busy.svg +share/icons/matefaenza/status/scalable/user-extended-away.svg +share/icons/matefaenza/status/scalable/user-idle-symbolic.svg +share/icons/matefaenza/status/scalable/user-invisible-symbolic.svg +share/icons/matefaenza/status/scalable/user-invisible.svg +share/icons/matefaenza/status/scalable/user-offline-symbolic.svg +share/icons/matefaenza/status/scalable/user-offline.svg +share/icons/matefaenza/status/scalable/user-trash-full.svg +share/icons/matefaenza/status/scalable/weather-clear-night-000.svg +share/icons/matefaenza/status/scalable/weather-clear-night-010.svg +share/icons/matefaenza/status/scalable/weather-clear-night-020.svg +share/icons/matefaenza/status/scalable/weather-clear-night-030.svg +share/icons/matefaenza/status/scalable/weather-clear-night-040.svg +share/icons/matefaenza/status/scalable/weather-clear-night-050.svg +share/icons/matefaenza/status/scalable/weather-clear-night-060.svg +share/icons/matefaenza/status/scalable/weather-clear-night-070.svg +share/icons/matefaenza/status/scalable/weather-clear-night-080.svg +share/icons/matefaenza/status/scalable/weather-clear-night-090.svg +share/icons/matefaenza/status/scalable/weather-clear-night-100.svg +share/icons/matefaenza/status/scalable/weather-clear-night-110.svg +share/icons/matefaenza/status/scalable/weather-clear-night-120.svg +share/icons/matefaenza/status/scalable/weather-clear-night-130.svg +share/icons/matefaenza/status/scalable/weather-clear-night-140.svg +share/icons/matefaenza/status/scalable/weather-clear-night-150.svg +share/icons/matefaenza/status/scalable/weather-clear-night-160.svg +share/icons/matefaenza/status/scalable/weather-clear-night-170.svg +share/icons/matefaenza/status/scalable/weather-clear-night-180.svg +share/icons/matefaenza/status/scalable/weather-clear-night-190.svg +share/icons/matefaenza/status/scalable/weather-clear-night-200.svg +share/icons/matefaenza/status/scalable/weather-clear-night-210.svg +share/icons/matefaenza/status/scalable/weather-clear-night-220.svg +share/icons/matefaenza/status/scalable/weather-clear-night-230.svg +share/icons/matefaenza/status/scalable/weather-clear-night-240.svg +share/icons/matefaenza/status/scalable/weather-clear-night-250.svg +share/icons/matefaenza/status/scalable/weather-clear-night-260.svg +share/icons/matefaenza/status/scalable/weather-clear-night-270.svg +share/icons/matefaenza/status/scalable/weather-clear-night-280.svg +share/icons/matefaenza/status/scalable/weather-clear-night-290.svg +share/icons/matefaenza/status/scalable/weather-clear-night-300.svg +share/icons/matefaenza/status/scalable/weather-clear-night-310.svg +share/icons/matefaenza/status/scalable/weather-clear-night-320.svg +share/icons/matefaenza/status/scalable/weather-clear-night-330.svg +share/icons/matefaenza/status/scalable/weather-clear-night-340.svg +share/icons/matefaenza/status/scalable/weather-clear-night-350.svg +share/icons/matefaenza/status/scalable/weather-clear-night-symbolic.svg +share/icons/matefaenza/status/scalable/weather-clear-night.svg +share/icons/matefaenza/status/scalable/weather-clear-symbolic.svg +share/icons/matefaenza/status/scalable/weather-clear.svg +share/icons/matefaenza/status/scalable/weather-clouds-night-symbolic.svg +share/icons/matefaenza/status/scalable/weather-clouds-night.svg +share/icons/matefaenza/status/scalable/weather-clouds-symbolic.svg +share/icons/matefaenza/status/scalable/weather-clouds.svg +share/icons/matefaenza/status/scalable/weather-few-clouds-night-symbolic.svg +share/icons/matefaenza/status/scalable/weather-few-clouds-night.svg +share/icons/matefaenza/status/scalable/weather-few-clouds-symbolic.svg +share/icons/matefaenza/status/scalable/weather-few-clouds.svg +share/icons/matefaenza/status/scalable/weather-fog-symbolic.svg +share/icons/matefaenza/status/scalable/weather-fog.svg +share/icons/matefaenza/status/scalable/weather-overcast-symbolic.svg +share/icons/matefaenza/status/scalable/weather-overcast.svg +share/icons/matefaenza/status/scalable/weather-severe-alert-symbolic.svg +share/icons/matefaenza/status/scalable/weather-severe-alert.svg +share/icons/matefaenza/status/scalable/weather-showers-scattered-symbolic.svg +share/icons/matefaenza/status/scalable/weather-showers-scattered.svg +share/icons/matefaenza/status/scalable/weather-showers-symbolic.svg +share/icons/matefaenza/status/scalable/weather-showers.svg +share/icons/matefaenza/status/scalable/weather-snow-symbolic.svg +share/icons/matefaenza/status/scalable/weather-snow.svg +share/icons/matefaenza/status/scalable/weather-storm-symbolic.svg +share/icons/matefaenza/status/scalable/weather-storm.svg +share/icons/matefaenza/status/scalable/xchat-panel.svg +share/icons/matefaenza/status/scalable/xfce-system-lock.svg +share/icons/matefaenza/status/scalable/xfce-trash-full.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-muted.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-no-muted.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-high.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-low-medium.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-low.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-medium.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-muted.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-ultra-low.svg +share/icons/matefaenza/status/scalable/xfce4-mixer-volume-very-high.svg +share/icons/matefaenza/status/scalable/xfce4-notifyd.svg +share/icons/matefaenza/status/scalable/xfce4-weather.svg +share/icons/matefaenza/status/scalable/xfm-battery-000.svg +share/icons/matefaenza/status/scalable/xfpm-ac-adapter.svg +share/icons/matefaenza/status/scalable/xfpm-battery-000-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-020-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-020.svg +share/icons/matefaenza/status/scalable/xfpm-battery-040-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-040.svg +share/icons/matefaenza/status/scalable/xfpm-battery-060-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-060.svg +share/icons/matefaenza/status/scalable/xfpm-battery-080-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-080.svg +share/icons/matefaenza/status/scalable/xfpm-battery-100-charging.svg +share/icons/matefaenza/status/scalable/xfpm-battery-100.svg +share/icons/matefaenza/status/scalable/xfpm-battery-charged.svg +share/icons/matefaenza/status/scalable/xfpm-primary-000-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-000.svg +share/icons/matefaenza/status/scalable/xfpm-primary-020-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-020.svg +share/icons/matefaenza/status/scalable/xfpm-primary-040-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-040.svg +share/icons/matefaenza/status/scalable/xfpm-primary-060-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-060.svg +share/icons/matefaenza/status/scalable/xfpm-primary-080-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-080.svg +share/icons/matefaenza/status/scalable/xfpm-primary-100-charging.svg +share/icons/matefaenza/status/scalable/xfpm-primary-100.svg +share/icons/matefaenza/status/scalable/xfpm-primary-charged.svg +share/icons/matefaenza/stock/16/stock_new-meeting.png +share/icons/matefaenza/stock/16/stock_people.png +share/icons/matefaenza/stock/16/stock_person-panel.png +share/icons/matefaenza/stock/16/stock_person.png +share/icons/matefaenza/stock/16/stock_text-monospaced.png +share/icons/matefaenza/stock/22/avatar-default.png +share/icons/matefaenza/stock/22/stock_connect.png +share/icons/matefaenza/stock/22/stock_disconnect.png +share/icons/matefaenza/stock/22/stock_new-meeting.png +share/icons/matefaenza/stock/22/stock_people.png +share/icons/matefaenza/stock/22/stock_person-panel.png +share/icons/matefaenza/stock/22/stock_person.png +share/icons/matefaenza/stock/22/stock_text-monospaced.png +share/icons/matefaenza/stock/24/avatar-default.png +share/icons/matefaenza/stock/24/stock_connect.png +share/icons/matefaenza/stock/24/stock_disconnect.png +share/icons/matefaenza/stock/24/stock_new-meeting.png +share/icons/matefaenza/stock/24/stock_people.png +share/icons/matefaenza/stock/24/stock_person-panel.png +share/icons/matefaenza/stock/24/stock_person.png +share/icons/matefaenza/stock/24/stock_text-monospaced.png +share/icons/matefaenza/stock/32/avatar-default.png +share/icons/matefaenza/stock/32/stock_new-meeting.png +share/icons/matefaenza/stock/32/stock_people.png +share/icons/matefaenza/stock/32/stock_person-panel.png +share/icons/matefaenza/stock/32/stock_person.png +share/icons/matefaenza/stock/48/avatar-default.png +share/icons/matefaenza/stock/48/stock_new-meeting.png +share/icons/matefaenza/stock/48/stock_people.png +share/icons/matefaenza/stock/48/stock_person-panel.png +share/icons/matefaenza/stock/48/stock_person.png +share/icons/matefaenza/stock/64/avatar-default.png +share/icons/matefaenza/stock/64/stock_new-meeting.png +share/icons/matefaenza/stock/64/stock_people.png +share/icons/matefaenza/stock/64/stock_person-panel.png +share/icons/matefaenza/stock/64/stock_person.png +share/icons/matefaenza/stock/96/avatar-default.png +share/icons/matefaenza/stock/96/stock_new-meeting.png +share/icons/matefaenza/stock/96/stock_people.png +share/icons/matefaenza/stock/96/stock_person-panel.png +share/icons/matefaenza/stock/96/stock_person.png +share/icons/matefaenza/stock/scalable/avatar-default.svg +share/icons/matefaenza/stock/scalable/stock_new-meeting.svg +share/icons/matefaenza/stock/scalable/stock_people.svg +share/icons/matefaenza/stock/scalable/stock_person-panel.svg +share/icons/matefaenza/stock/scalable/stock_person.svg +share/icons/matefaenzadark/actions/16/add-files-to-archive.png +share/icons/matefaenzadark/actions/16/add-folder-to-archive.png +share/icons/matefaenzadark/actions/16/add.png +share/icons/matefaenzadark/actions/16/appointment-new.png +share/icons/matefaenzadark/actions/16/appointment.png +share/icons/matefaenzadark/actions/16/audio-cd-duplicate.png +share/icons/matefaenzadark/actions/16/audio-cd-new.png +share/icons/matefaenzadark/actions/16/back.png +share/icons/matefaenzadark/actions/16/bonobo-component-browser.png +share/icons/matefaenzadark/actions/16/bookmark-new.png +share/icons/matefaenzadark/actions/16/bookmark_add.png +share/icons/matefaenzadark/actions/16/bookmark_list_add.png +share/icons/matefaenzadark/actions/16/bottom.png +share/icons/matefaenzadark/actions/16/browser-download.png +share/icons/matefaenzadark/actions/16/cab_extract.png +share/icons/matefaenzadark/actions/16/call-start.png +share/icons/matefaenzadark/actions/16/call-stop.png +share/icons/matefaenzadark/actions/16/centrejust.png +share/icons/matefaenzadark/actions/16/contact-new.png +share/icons/matefaenzadark/actions/16/dialog-apply.png +share/icons/matefaenzadark/actions/16/dialog-no.png +share/icons/matefaenzadark/actions/16/dialog-ok.png +share/icons/matefaenzadark/actions/16/dialog-yes.png +share/icons/matefaenzadark/actions/16/document-export.png +share/icons/matefaenzadark/actions/16/document-import.png +share/icons/matefaenzadark/actions/16/document-new.png +share/icons/matefaenzadark/actions/16/document-open-recent.png +share/icons/matefaenzadark/actions/16/document-open.png +share/icons/matefaenzadark/actions/16/document-page-setup.png +share/icons/matefaenzadark/actions/16/document-print-preview.png +share/icons/matefaenzadark/actions/16/document-print.png +share/icons/matefaenzadark/actions/16/document-properties.png +share/icons/matefaenzadark/actions/16/document-revert.png +share/icons/matefaenzadark/actions/16/document-save-as.png +share/icons/matefaenzadark/actions/16/document-save.png +share/icons/matefaenzadark/actions/16/document-send.png +share/icons/matefaenzadark/actions/16/down.png +share/icons/matefaenzadark/actions/16/edit-add.png +share/icons/matefaenzadark/actions/16/edit-clear.png +share/icons/matefaenzadark/actions/16/edit-copy.png +share/icons/matefaenzadark/actions/16/edit-cut.png +share/icons/matefaenzadark/actions/16/edit-delete.png +share/icons/matefaenzadark/actions/16/edit-find-replace.png +share/icons/matefaenzadark/actions/16/edit-find.png +share/icons/matefaenzadark/actions/16/edit-paste.png +share/icons/matefaenzadark/actions/16/edit-redo.png +share/icons/matefaenzadark/actions/16/edit-select-all.png +share/icons/matefaenzadark/actions/16/edit-undo.png +share/icons/matefaenzadark/actions/16/editclear.png +share/icons/matefaenzadark/actions/16/editcopy.png +share/icons/matefaenzadark/actions/16/editcut.png +share/icons/matefaenzadark/actions/16/editdelete.png +share/icons/matefaenzadark/actions/16/editpaste.png +share/icons/matefaenzadark/actions/16/extract-archive.png +share/icons/matefaenzadark/actions/16/file_new.png +share/icons/matefaenzadark/actions/16/filefind.png +share/icons/matefaenzadark/actions/16/fileopen.png +share/icons/matefaenzadark/actions/16/fileprint.png +share/icons/matefaenzadark/actions/16/filesave.png +share/icons/matefaenzadark/actions/16/filesaveas.png +share/icons/matefaenzadark/actions/16/find.png +share/icons/matefaenzadark/actions/16/finish.png +share/icons/matefaenzadark/actions/16/folder-copy.png +share/icons/matefaenzadark/actions/16/folder-move.png +share/icons/matefaenzadark/actions/16/folder-new.png +share/icons/matefaenzadark/actions/16/folder_new.png +share/icons/matefaenzadark/actions/16/format-indent-less.png +share/icons/matefaenzadark/actions/16/format-indent-more.png +share/icons/matefaenzadark/actions/16/format-justify-center.png +share/icons/matefaenzadark/actions/16/format-justify-fill.png +share/icons/matefaenzadark/actions/16/format-justify-left.png +share/icons/matefaenzadark/actions/16/format-justify-right.png +share/icons/matefaenzadark/actions/16/format-text-bold.png +share/icons/matefaenzadark/actions/16/format-text-direction-ltr.png +share/icons/matefaenzadark/actions/16/format-text-direction-rtl.png +share/icons/matefaenzadark/actions/16/format-text-italic.png +share/icons/matefaenzadark/actions/16/format-text-strikethrough.png +share/icons/matefaenzadark/actions/16/format-text-underline.png +share/icons/matefaenzadark/actions/16/forward.png +share/icons/matefaenzadark/actions/16/games-endturn.png +share/icons/matefaenzadark/actions/16/gnome-app-install-star.png +share/icons/matefaenzadark/actions/16/gnome-log-out.png +share/icons/matefaenzadark/actions/16/gnome-logout.png +share/icons/matefaenzadark/actions/16/gnome-run.png +share/icons/matefaenzadark/actions/16/gnome-session-logout.png +share/icons/matefaenzadark/actions/16/gnome-stock-text-indent.png +share/icons/matefaenzadark/actions/16/gnome-stock-text-unindent.png +share/icons/matefaenzadark/actions/16/go-bottom.png +share/icons/matefaenzadark/actions/16/go-down.png +share/icons/matefaenzadark/actions/16/go-first.png +share/icons/matefaenzadark/actions/16/go-home.png +share/icons/matefaenzadark/actions/16/go-jump.png +share/icons/matefaenzadark/actions/16/go-last.png +share/icons/matefaenzadark/actions/16/go-next.png +share/icons/matefaenzadark/actions/16/go-previous.png +share/icons/matefaenzadark/actions/16/go-top.png +share/icons/matefaenzadark/actions/16/go-up.png +share/icons/matefaenzadark/actions/16/gohome.png +share/icons/matefaenzadark/actions/16/gtk-about.png +share/icons/matefaenzadark/actions/16/gtk-add.png +share/icons/matefaenzadark/actions/16/gtk-apply.png +share/icons/matefaenzadark/actions/16/gtk-bold.png +share/icons/matefaenzadark/actions/16/gtk-cancel.png +share/icons/matefaenzadark/actions/16/gtk-clear.png +share/icons/matefaenzadark/actions/16/gtk-close.png +share/icons/matefaenzadark/actions/16/gtk-copy.png +share/icons/matefaenzadark/actions/16/gtk-cut.png +share/icons/matefaenzadark/actions/16/gtk-delete.png +share/icons/matefaenzadark/actions/16/gtk-edit.png +share/icons/matefaenzadark/actions/16/gtk-execute.png +share/icons/matefaenzadark/actions/16/gtk-find-and-replace.png +share/icons/matefaenzadark/actions/16/gtk-find.png +share/icons/matefaenzadark/actions/16/gtk-fullscreen.png +share/icons/matefaenzadark/actions/16/gtk-go-back-ltr.png +share/icons/matefaenzadark/actions/16/gtk-go-back-rtl.png +share/icons/matefaenzadark/actions/16/gtk-go-down.png +share/icons/matefaenzadark/actions/16/gtk-go-forward-ltr.png +share/icons/matefaenzadark/actions/16/gtk-go-forward-rtl.png +share/icons/matefaenzadark/actions/16/gtk-go-up.png +share/icons/matefaenzadark/actions/16/gtk-goto-bottom.png +share/icons/matefaenzadark/actions/16/gtk-goto-first-ltr.png +share/icons/matefaenzadark/actions/16/gtk-goto-first-rtl.png +share/icons/matefaenzadark/actions/16/gtk-goto-last-ltr.png +share/icons/matefaenzadark/actions/16/gtk-goto-last-rtl.png +share/icons/matefaenzadark/actions/16/gtk-goto-top.png +share/icons/matefaenzadark/actions/16/gtk-home.png +share/icons/matefaenzadark/actions/16/gtk-indent-ltr.png +share/icons/matefaenzadark/actions/16/gtk-indent-rtl.png +share/icons/matefaenzadark/actions/16/gtk-italic.png +share/icons/matefaenzadark/actions/16/gtk-jump-to-ltr.png +share/icons/matefaenzadark/actions/16/gtk-jump-to-rtl.png +share/icons/matefaenzadark/actions/16/gtk-justify-center.png +share/icons/matefaenzadark/actions/16/gtk-justify-fill.png +share/icons/matefaenzadark/actions/16/gtk-justify-left.png +share/icons/matefaenzadark/actions/16/gtk-justify-right.png +share/icons/matefaenzadark/actions/16/gtk-leave-fullscreen.png +share/icons/matefaenzadark/actions/16/gtk-media-next-ltr.png +share/icons/matefaenzadark/actions/16/gtk-media-next-rtl.png +share/icons/matefaenzadark/actions/16/gtk-media-pause.png +share/icons/matefaenzadark/actions/16/gtk-media-play-ltr.png +share/icons/matefaenzadark/actions/16/gtk-media-previous-ltr.png +share/icons/matefaenzadark/actions/16/gtk-media-previous-rtl.png +share/icons/matefaenzadark/actions/16/gtk-media-record.png +share/icons/matefaenzadark/actions/16/gtk-media-stop.png +share/icons/matefaenzadark/actions/16/gtk-new.png +share/icons/matefaenzadark/actions/16/gtk-no.png +share/icons/matefaenzadark/actions/16/gtk-ok.png +share/icons/matefaenzadark/actions/16/gtk-open.png +share/icons/matefaenzadark/actions/16/gtk-paste.png +share/icons/matefaenzadark/actions/16/gtk-print-preview.png +share/icons/matefaenzadark/actions/16/gtk-print.png +share/icons/matefaenzadark/actions/16/gtk-properties.png +share/icons/matefaenzadark/actions/16/gtk-redo-ltr.png +share/icons/matefaenzadark/actions/16/gtk-refresh.png +share/icons/matefaenzadark/actions/16/gtk-remove.png +share/icons/matefaenzadark/actions/16/gtk-revert-to-saved-ltr.png +share/icons/matefaenzadark/actions/16/gtk-revert-to-saved-rtl.png +share/icons/matefaenzadark/actions/16/gtk-save-as.png +share/icons/matefaenzadark/actions/16/gtk-save.png +share/icons/matefaenzadark/actions/16/gtk-select-all.png +share/icons/matefaenzadark/actions/16/gtk-sort-ascending.png +share/icons/matefaenzadark/actions/16/gtk-sort-descending.png +share/icons/matefaenzadark/actions/16/gtk-spell-check.png +share/icons/matefaenzadark/actions/16/gtk-stop.png +share/icons/matefaenzadark/actions/16/gtk-strikethrough.png +share/icons/matefaenzadark/actions/16/gtk-underline.png +share/icons/matefaenzadark/actions/16/gtk-undo-ltr.png +share/icons/matefaenzadark/actions/16/gtk-unindent-ltr.png +share/icons/matefaenzadark/actions/16/gtk-unindent-rtl.png +share/icons/matefaenzadark/actions/16/gtk-yes.png +share/icons/matefaenzadark/actions/16/gtk-zoom-100.png +share/icons/matefaenzadark/actions/16/gtk-zoom-fit.png +share/icons/matefaenzadark/actions/16/gtk-zoom-in.png +share/icons/matefaenzadark/actions/16/gtk-zoom-out.png +share/icons/matefaenzadark/actions/16/help-about.png +share/icons/matefaenzadark/actions/16/help-contents.png +share/icons/matefaenzadark/actions/16/insert-image.png +share/icons/matefaenzadark/actions/16/insert-link.png +share/icons/matefaenzadark/actions/16/insert-text.png +share/icons/matefaenzadark/actions/16/internet-radio-new.png +share/icons/matefaenzadark/actions/16/iso-image-burn.png +share/icons/matefaenzadark/actions/16/kfm-home.png +share/icons/matefaenzadark/actions/16/leftjust.png +share/icons/matefaenzadark/actions/16/list-add.png +share/icons/matefaenzadark/actions/16/list-remove.png +share/icons/matefaenzadark/actions/16/locationbar-erase.png +share/icons/matefaenzadark/actions/16/lock.png +share/icons/matefaenzadark/actions/16/lock.xpm +share/icons/matefaenzadark/actions/16/lpi-bug.png +share/icons/matefaenzadark/actions/16/lpi-help.png +share/icons/matefaenzadark/actions/16/lpi-translate.png +share/icons/matefaenzadark/actions/16/lxde-logout.png +share/icons/matefaenzadark/actions/16/mail-attachment.png +share/icons/matefaenzadark/actions/16/mail-send-receive.png +share/icons/matefaenzadark/actions/16/media-eject.png +share/icons/matefaenzadark/actions/16/media-import-audio-cd.png +share/icons/matefaenzadark/actions/16/media-optical-audio-new.png +share/icons/matefaenzadark/actions/16/media-optical-burn.png +share/icons/matefaenzadark/actions/16/media-optical-copy.png +share/icons/matefaenzadark/actions/16/media-playback-pause.png +share/icons/matefaenzadark/actions/16/media-playback-start.png +share/icons/matefaenzadark/actions/16/media-playback-stop.png +share/icons/matefaenzadark/actions/16/media-playlist-repeat.png +share/icons/matefaenzadark/actions/16/media-playlist-shuffle.png +share/icons/matefaenzadark/actions/16/media-record.png +share/icons/matefaenzadark/actions/16/media-skip-backward.png +share/icons/matefaenzadark/actions/16/media-skip-forward.png +share/icons/matefaenzadark/actions/16/media-write-cd.png +share/icons/matefaenzadark/actions/16/music-library.png +share/icons/matefaenzadark/actions/16/next.png +share/icons/matefaenzadark/actions/16/object-flip-horizontal.png +share/icons/matefaenzadark/actions/16/object-flip-vertical.png +share/icons/matefaenzadark/actions/16/object-rotate-left.png +share/icons/matefaenzadark/actions/16/object-rotate-right.png +share/icons/matefaenzadark/actions/16/offline.png +share/icons/matefaenzadark/actions/16/ok.png +share/icons/matefaenzadark/actions/16/online.png +share/icons/matefaenzadark/actions/16/player-eject.png +share/icons/matefaenzadark/actions/16/player_end.png +share/icons/matefaenzadark/actions/16/player_pause.png +share/icons/matefaenzadark/actions/16/player_play.png +share/icons/matefaenzadark/actions/16/player_record.png +share/icons/matefaenzadark/actions/16/player_start.png +share/icons/matefaenzadark/actions/16/player_stop.png +share/icons/matefaenzadark/actions/16/podcast-new.png +share/icons/matefaenzadark/actions/16/preview-file.png +share/icons/matefaenzadark/actions/16/previous.png +share/icons/matefaenzadark/actions/16/process-stop.png +share/icons/matefaenzadark/actions/16/redhat-home.png +share/icons/matefaenzadark/actions/16/redo.png +share/icons/matefaenzadark/actions/16/reload.png +share/icons/matefaenzadark/actions/16/reload3.png +share/icons/matefaenzadark/actions/16/reload_all_tabs.png +share/icons/matefaenzadark/actions/16/reload_page.png +share/icons/matefaenzadark/actions/16/remove.png +share/icons/matefaenzadark/actions/16/revert.png +share/icons/matefaenzadark/actions/16/rhythmbox-set-star.png +share/icons/matefaenzadark/actions/16/rightjust.png +share/icons/matefaenzadark/actions/16/rotate.png +share/icons/matefaenzadark/actions/16/star.png +share/icons/matefaenzadark/actions/16/start.png +share/icons/matefaenzadark/actions/16/stock-refresh.png +share/icons/matefaenzadark/actions/16/stock_about.png +share/icons/matefaenzadark/actions/16/stock_add-bookmark.png +share/icons/matefaenzadark/actions/16/stock_attach.png +share/icons/matefaenzadark/actions/16/stock_bottom.png +share/icons/matefaenzadark/actions/16/stock_calc-accept.png +share/icons/matefaenzadark/actions/16/stock_close.png +share/icons/matefaenzadark/actions/16/stock_copy.png +share/icons/matefaenzadark/actions/16/stock_cut.png +share/icons/matefaenzadark/actions/16/stock_delete.png +share/icons/matefaenzadark/actions/16/stock_down.png +share/icons/matefaenzadark/actions/16/stock_file-properties.png +share/icons/matefaenzadark/actions/16/stock_first.png +share/icons/matefaenzadark/actions/16/stock_folder-copy.png +share/icons/matefaenzadark/actions/16/stock_folder-move.png +share/icons/matefaenzadark/actions/16/stock_folder-properties.png +share/icons/matefaenzadark/actions/16/stock_fullscreen.png +share/icons/matefaenzadark/actions/16/stock_help-add-bookmark.png +share/icons/matefaenzadark/actions/16/stock_home.png +share/icons/matefaenzadark/actions/16/stock_last.png +share/icons/matefaenzadark/actions/16/stock_leave-fullscreen.png +share/icons/matefaenzadark/actions/16/stock_left.png +share/icons/matefaenzadark/actions/16/stock_mail-filters-apply.png +share/icons/matefaenzadark/actions/16/stock_mail-send-receive.png +share/icons/matefaenzadark/actions/16/stock_mark.png +share/icons/matefaenzadark/actions/16/stock_media-next.png +share/icons/matefaenzadark/actions/16/stock_media-pause.png +share/icons/matefaenzadark/actions/16/stock_media-play.png +share/icons/matefaenzadark/actions/16/stock_media-prev.png +share/icons/matefaenzadark/actions/16/stock_media-rec.png +share/icons/matefaenzadark/actions/16/stock_media-stop.png +share/icons/matefaenzadark/actions/16/stock_new-appointment.png +share/icons/matefaenzadark/actions/16/stock_new-bcard.png +share/icons/matefaenzadark/actions/16/stock_new-dir.png +share/icons/matefaenzadark/actions/16/stock_new-tab.png +share/icons/matefaenzadark/actions/16/stock_new-text.png +share/icons/matefaenzadark/actions/16/stock_new-window.png +share/icons/matefaenzadark/actions/16/stock_no.png +share/icons/matefaenzadark/actions/16/stock_paste.png +share/icons/matefaenzadark/actions/16/stock_print-preview.png +share/icons/matefaenzadark/actions/16/stock_print-setup.png +share/icons/matefaenzadark/actions/16/stock_print.png +share/icons/matefaenzadark/actions/16/stock_properties.png +share/icons/matefaenzadark/actions/16/stock_redo.png +share/icons/matefaenzadark/actions/16/stock_repeat.png +share/icons/matefaenzadark/actions/16/stock_right.png +share/icons/matefaenzadark/actions/16/stock_save-as.png +share/icons/matefaenzadark/actions/16/stock_save.png +share/icons/matefaenzadark/actions/16/stock_search-and-replace.png +share/icons/matefaenzadark/actions/16/stock_search.png +share/icons/matefaenzadark/actions/16/stock_select-all.png +share/icons/matefaenzadark/actions/16/stock_shuffle.png +share/icons/matefaenzadark/actions/16/stock_spellcheck.png +share/icons/matefaenzadark/actions/16/stock_stop.png +share/icons/matefaenzadark/actions/16/stock_text-strikethrough.png +share/icons/matefaenzadark/actions/16/stock_text_bold.png +share/icons/matefaenzadark/actions/16/stock_text_center.png +share/icons/matefaenzadark/actions/16/stock_text_indent.png +share/icons/matefaenzadark/actions/16/stock_text_italic.png +share/icons/matefaenzadark/actions/16/stock_text_justify.png +share/icons/matefaenzadark/actions/16/stock_text_left.png +share/icons/matefaenzadark/actions/16/stock_text_right.png +share/icons/matefaenzadark/actions/16/stock_text_underlined.png +share/icons/matefaenzadark/actions/16/stock_text_unindent.png +share/icons/matefaenzadark/actions/16/stock_top.png +share/icons/matefaenzadark/actions/16/stock_undo.png +share/icons/matefaenzadark/actions/16/stock_up.png +share/icons/matefaenzadark/actions/16/stock_yes.png +share/icons/matefaenzadark/actions/16/stock_zoom-1.png +share/icons/matefaenzadark/actions/16/stock_zoom-in.png +share/icons/matefaenzadark/actions/16/stock_zoom-out.png +share/icons/matefaenzadark/actions/16/stock_zoom-page.png +share/icons/matefaenzadark/actions/16/stop.png +share/icons/matefaenzadark/actions/16/system-log-out.png +share/icons/matefaenzadark/actions/16/system-restart-panel.png +share/icons/matefaenzadark/actions/16/system-run.png +share/icons/matefaenzadark/actions/16/system-shutdown-panel-restart.png +share/icons/matefaenzadark/actions/16/system-shutdown-panel.png +share/icons/matefaenzadark/actions/16/system-shutdown-restart-panel.png +share/icons/matefaenzadark/actions/16/system-shutdown.png +share/icons/matefaenzadark/actions/16/system-upgrade.png +share/icons/matefaenzadark/actions/16/tab-new.png +share/icons/matefaenzadark/actions/16/tab_new.png +share/icons/matefaenzadark/actions/16/tag-new.png +share/icons/matefaenzadark/actions/16/text_bold.png +share/icons/matefaenzadark/actions/16/text_italic.png +share/icons/matefaenzadark/actions/16/text_strike.png +share/icons/matefaenzadark/actions/16/text_under.png +share/icons/matefaenzadark/actions/16/tools-check-spelling.png +share/icons/matefaenzadark/actions/16/top.png +share/icons/matefaenzadark/actions/16/top.xpm +share/icons/matefaenzadark/actions/16/undo.png +share/icons/matefaenzadark/actions/16/up.png +share/icons/matefaenzadark/actions/16/view-fullscreen.png +share/icons/matefaenzadark/actions/16/view-list-compact-symbolic.png +share/icons/matefaenzadark/actions/16/view-list-compact.png +share/icons/matefaenzadark/actions/16/view-list-details-symbolic.png +share/icons/matefaenzadark/actions/16/view-list-details.png +share/icons/matefaenzadark/actions/16/view-list-icons-symbolic.png +share/icons/matefaenzadark/actions/16/view-list-icons.png +share/icons/matefaenzadark/actions/16/view-refresh.png +share/icons/matefaenzadark/actions/16/view-restore.png +share/icons/matefaenzadark/actions/16/view-sort-ascending.png +share/icons/matefaenzadark/actions/16/view-sort-descending.png +share/icons/matefaenzadark/actions/16/viewmag+.png +share/icons/matefaenzadark/actions/16/viewmag-.png +share/icons/matefaenzadark/actions/16/viewmag1.png +share/icons/matefaenzadark/actions/16/viewmagfit.png +share/icons/matefaenzadark/actions/16/visualization.png +share/icons/matefaenzadark/actions/16/window-close.png +share/icons/matefaenzadark/actions/16/window-new.png +share/icons/matefaenzadark/actions/16/window_fullscreen.png +share/icons/matefaenzadark/actions/16/window_new.png +share/icons/matefaenzadark/actions/16/window_nofullscreen.png +share/icons/matefaenzadark/actions/16/xfce-system-exit.png +share/icons/matefaenzadark/actions/16/xfsm-logout.png +share/icons/matefaenzadark/actions/16/zoom-best-fit.png +share/icons/matefaenzadark/actions/16/zoom-fit-best.png +share/icons/matefaenzadark/actions/16/zoom-fit.png +share/icons/matefaenzadark/actions/16/zoom-in.png +share/icons/matefaenzadark/actions/16/zoom-original.png +share/icons/matefaenzadark/actions/16/zoom-out.png +share/icons/matefaenzadark/actions/22/add-files-to-archive.png +share/icons/matefaenzadark/actions/22/add-folder-to-archive.png +share/icons/matefaenzadark/actions/22/add.png +share/icons/matefaenzadark/actions/22/appointment-new.png +share/icons/matefaenzadark/actions/22/appointment.png +share/icons/matefaenzadark/actions/22/audio-cd-duplicate.png +share/icons/matefaenzadark/actions/22/audio-cd-new.png +share/icons/matefaenzadark/actions/22/back.png +share/icons/matefaenzadark/actions/22/bonobo-component-browser.png +share/icons/matefaenzadark/actions/22/bookmark-new.png +share/icons/matefaenzadark/actions/22/bookmark_add.png +share/icons/matefaenzadark/actions/22/bookmark_list_add.png +share/icons/matefaenzadark/actions/22/bottom.png +share/icons/matefaenzadark/actions/22/browser-download.png +share/icons/matefaenzadark/actions/22/cab_extract.png +share/icons/matefaenzadark/actions/22/call-start.png +share/icons/matefaenzadark/actions/22/call-stop.png +share/icons/matefaenzadark/actions/22/centrejust.png +share/icons/matefaenzadark/actions/22/contact-new.png +share/icons/matefaenzadark/actions/22/dialog-apply.png +share/icons/matefaenzadark/actions/22/dialog-no.png +share/icons/matefaenzadark/actions/22/dialog-ok.png +share/icons/matefaenzadark/actions/22/dialog-yes.png +share/icons/matefaenzadark/actions/22/document-export.png +share/icons/matefaenzadark/actions/22/document-import.png +share/icons/matefaenzadark/actions/22/document-new.png +share/icons/matefaenzadark/actions/22/document-open.png +share/icons/matefaenzadark/actions/22/document-page-setup.png +share/icons/matefaenzadark/actions/22/document-print-preview.png +share/icons/matefaenzadark/actions/22/document-print.png +share/icons/matefaenzadark/actions/22/document-properties.png +share/icons/matefaenzadark/actions/22/document-revert.png +share/icons/matefaenzadark/actions/22/document-save-as.png +share/icons/matefaenzadark/actions/22/document-save.png +share/icons/matefaenzadark/actions/22/document-send.png +share/icons/matefaenzadark/actions/22/down.png +share/icons/matefaenzadark/actions/22/edit-add.png +share/icons/matefaenzadark/actions/22/edit-clear.png +share/icons/matefaenzadark/actions/22/edit-copy.png +share/icons/matefaenzadark/actions/22/edit-cut.png +share/icons/matefaenzadark/actions/22/edit-delete.png +share/icons/matefaenzadark/actions/22/edit-find-replace.png +share/icons/matefaenzadark/actions/22/edit-find.png +share/icons/matefaenzadark/actions/22/edit-paste.png +share/icons/matefaenzadark/actions/22/edit-redo.png +share/icons/matefaenzadark/actions/22/edit-select-all.png +share/icons/matefaenzadark/actions/22/edit-undo.png +share/icons/matefaenzadark/actions/22/editclear.png +share/icons/matefaenzadark/actions/22/editcopy.png +share/icons/matefaenzadark/actions/22/editcut.png +share/icons/matefaenzadark/actions/22/editdelete.png +share/icons/matefaenzadark/actions/22/editpaste.png +share/icons/matefaenzadark/actions/22/extract-archive.png +share/icons/matefaenzadark/actions/22/file_new.png +share/icons/matefaenzadark/actions/22/filefind.png +share/icons/matefaenzadark/actions/22/fileopen.png +share/icons/matefaenzadark/actions/22/fileprint.png +share/icons/matefaenzadark/actions/22/filesave.png +share/icons/matefaenzadark/actions/22/filesaveas.png +share/icons/matefaenzadark/actions/22/find.png +share/icons/matefaenzadark/actions/22/finish.png +share/icons/matefaenzadark/actions/22/folder-copy.png +share/icons/matefaenzadark/actions/22/folder-move.png +share/icons/matefaenzadark/actions/22/folder-new.png +share/icons/matefaenzadark/actions/22/folder_new.png +share/icons/matefaenzadark/actions/22/format-indent-less.png +share/icons/matefaenzadark/actions/22/format-indent-more.png +share/icons/matefaenzadark/actions/22/format-justify-center.png +share/icons/matefaenzadark/actions/22/format-justify-fill.png +share/icons/matefaenzadark/actions/22/format-justify-left.png +share/icons/matefaenzadark/actions/22/format-justify-right.png +share/icons/matefaenzadark/actions/22/format-text-bold.png +share/icons/matefaenzadark/actions/22/format-text-direction-ltr.png +share/icons/matefaenzadark/actions/22/format-text-direction-rtl.png +share/icons/matefaenzadark/actions/22/format-text-italic.png +share/icons/matefaenzadark/actions/22/format-text-strikethrough.png +share/icons/matefaenzadark/actions/22/format-text-underline.png +share/icons/matefaenzadark/actions/22/forward.png +share/icons/matefaenzadark/actions/22/games-endturn.png +share/icons/matefaenzadark/actions/22/gnome-app-install-star.png +share/icons/matefaenzadark/actions/22/gnome-log-out.png +share/icons/matefaenzadark/actions/22/gnome-logout.png +share/icons/matefaenzadark/actions/22/gnome-run.png +share/icons/matefaenzadark/actions/22/gnome-session-logout.png +share/icons/matefaenzadark/actions/22/gnome-stock-text-indent.png +share/icons/matefaenzadark/actions/22/gnome-stock-text-unindent.png +share/icons/matefaenzadark/actions/22/go-bottom.png +share/icons/matefaenzadark/actions/22/go-down.png +share/icons/matefaenzadark/actions/22/go-first.png +share/icons/matefaenzadark/actions/22/go-home.png +share/icons/matefaenzadark/actions/22/go-jump.png +share/icons/matefaenzadark/actions/22/go-last.png +share/icons/matefaenzadark/actions/22/go-next.png +share/icons/matefaenzadark/actions/22/go-previous.png +share/icons/matefaenzadark/actions/22/go-top.png +share/icons/matefaenzadark/actions/22/go-up.png +share/icons/matefaenzadark/actions/22/gohome.png +share/icons/matefaenzadark/actions/22/gtk-add.png +share/icons/matefaenzadark/actions/22/gtk-apply.png +share/icons/matefaenzadark/actions/22/gtk-bold.png +share/icons/matefaenzadark/actions/22/gtk-cancel.png +share/icons/matefaenzadark/actions/22/gtk-clear.png +share/icons/matefaenzadark/actions/22/gtk-close.png +share/icons/matefaenzadark/actions/22/gtk-copy.png +share/icons/matefaenzadark/actions/22/gtk-cut.png +share/icons/matefaenzadark/actions/22/gtk-delete.png +share/icons/matefaenzadark/actions/22/gtk-edit.png +share/icons/matefaenzadark/actions/22/gtk-execute.png +share/icons/matefaenzadark/actions/22/gtk-find-and-replace.png +share/icons/matefaenzadark/actions/22/gtk-find.png +share/icons/matefaenzadark/actions/22/gtk-fullscreen.png +share/icons/matefaenzadark/actions/22/gtk-go-back-ltr.png +share/icons/matefaenzadark/actions/22/gtk-go-back-rtl.png +share/icons/matefaenzadark/actions/22/gtk-go-down.png +share/icons/matefaenzadark/actions/22/gtk-go-forward-ltr.png +share/icons/matefaenzadark/actions/22/gtk-go-forward-rtl.png +share/icons/matefaenzadark/actions/22/gtk-go-up.png +share/icons/matefaenzadark/actions/22/gtk-goto-bottom.png +share/icons/matefaenzadark/actions/22/gtk-goto-first-ltr.png +share/icons/matefaenzadark/actions/22/gtk-goto-first-rtl.png +share/icons/matefaenzadark/actions/22/gtk-goto-last-ltr.png +share/icons/matefaenzadark/actions/22/gtk-goto-last-rtl.png +share/icons/matefaenzadark/actions/22/gtk-goto-top.png +share/icons/matefaenzadark/actions/22/gtk-home.png +share/icons/matefaenzadark/actions/22/gtk-indent-ltr.png +share/icons/matefaenzadark/actions/22/gtk-indent-rtl.png +share/icons/matefaenzadark/actions/22/gtk-italic.png +share/icons/matefaenzadark/actions/22/gtk-jump-to-ltr.png +share/icons/matefaenzadark/actions/22/gtk-jump-to-rtl.png +share/icons/matefaenzadark/actions/22/gtk-justify-center.png +share/icons/matefaenzadark/actions/22/gtk-justify-fill.png +share/icons/matefaenzadark/actions/22/gtk-justify-left.png +share/icons/matefaenzadark/actions/22/gtk-justify-right.png +share/icons/matefaenzadark/actions/22/gtk-leave-fullscreen.png +share/icons/matefaenzadark/actions/22/gtk-media-next-ltr.png +share/icons/matefaenzadark/actions/22/gtk-media-next-rtl.png +share/icons/matefaenzadark/actions/22/gtk-media-pause.png +share/icons/matefaenzadark/actions/22/gtk-media-play-ltr.png +share/icons/matefaenzadark/actions/22/gtk-media-previous-ltr.png +share/icons/matefaenzadark/actions/22/gtk-media-previous-rtl.png +share/icons/matefaenzadark/actions/22/gtk-media-record.png +share/icons/matefaenzadark/actions/22/gtk-media-stop.png +share/icons/matefaenzadark/actions/22/gtk-new.png +share/icons/matefaenzadark/actions/22/gtk-no.png +share/icons/matefaenzadark/actions/22/gtk-ok.png +share/icons/matefaenzadark/actions/22/gtk-open.png +share/icons/matefaenzadark/actions/22/gtk-paste.png +share/icons/matefaenzadark/actions/22/gtk-print-preview.png +share/icons/matefaenzadark/actions/22/gtk-print.png +share/icons/matefaenzadark/actions/22/gtk-properties.png +share/icons/matefaenzadark/actions/22/gtk-redo-ltr.png +share/icons/matefaenzadark/actions/22/gtk-refresh.png +share/icons/matefaenzadark/actions/22/gtk-remove.png +share/icons/matefaenzadark/actions/22/gtk-revert-to-saved-ltr.png +share/icons/matefaenzadark/actions/22/gtk-revert-to-saved-rtl.png +share/icons/matefaenzadark/actions/22/gtk-save-as.png +share/icons/matefaenzadark/actions/22/gtk-save.png +share/icons/matefaenzadark/actions/22/gtk-select-all.png +share/icons/matefaenzadark/actions/22/gtk-sort-ascending.png +share/icons/matefaenzadark/actions/22/gtk-sort-descending.png +share/icons/matefaenzadark/actions/22/gtk-spell-check.png +share/icons/matefaenzadark/actions/22/gtk-stop.png +share/icons/matefaenzadark/actions/22/gtk-strikethrough.png +share/icons/matefaenzadark/actions/22/gtk-underline.png +share/icons/matefaenzadark/actions/22/gtk-undo-ltr.png +share/icons/matefaenzadark/actions/22/gtk-unindent-ltr.png +share/icons/matefaenzadark/actions/22/gtk-unindent-rtl.png +share/icons/matefaenzadark/actions/22/gtk-yes.png +share/icons/matefaenzadark/actions/22/gtk-zoom-100.png +share/icons/matefaenzadark/actions/22/gtk-zoom-fit.png +share/icons/matefaenzadark/actions/22/gtk-zoom-in.png +share/icons/matefaenzadark/actions/22/gtk-zoom-out.png +share/icons/matefaenzadark/actions/22/insert-image.png +share/icons/matefaenzadark/actions/22/insert-link.png +share/icons/matefaenzadark/actions/22/insert-object.png +share/icons/matefaenzadark/actions/22/insert-text.png +share/icons/matefaenzadark/actions/22/internet-radio-new.png +share/icons/matefaenzadark/actions/22/iso-image-burn.png +share/icons/matefaenzadark/actions/22/kfm-home.png +share/icons/matefaenzadark/actions/22/leftjust.png +share/icons/matefaenzadark/actions/22/list-add.png +share/icons/matefaenzadark/actions/22/list-remove.png +share/icons/matefaenzadark/actions/22/locationbar-erase.png +share/icons/matefaenzadark/actions/22/lock.png +share/icons/matefaenzadark/actions/22/lock.xpm +share/icons/matefaenzadark/actions/22/lxde-logout.png +share/icons/matefaenzadark/actions/22/mail-attachment.png +share/icons/matefaenzadark/actions/22/mail-send-receive.png +share/icons/matefaenzadark/actions/22/media-eject.png +share/icons/matefaenzadark/actions/22/media-import-audio-cd.png +share/icons/matefaenzadark/actions/22/media-optical-audio-new.png +share/icons/matefaenzadark/actions/22/media-optical-burn.png +share/icons/matefaenzadark/actions/22/media-optical-copy.png +share/icons/matefaenzadark/actions/22/media-playback-pause.png +share/icons/matefaenzadark/actions/22/media-playback-start.png +share/icons/matefaenzadark/actions/22/media-playback-stop.png +share/icons/matefaenzadark/actions/22/media-playlist-repeat.png +share/icons/matefaenzadark/actions/22/media-playlist-shuffle.png +share/icons/matefaenzadark/actions/22/media-record.png +share/icons/matefaenzadark/actions/22/media-skip-backward.png +share/icons/matefaenzadark/actions/22/media-skip-forward.png +share/icons/matefaenzadark/actions/22/media-write-cd.png +share/icons/matefaenzadark/actions/22/music-library.png +share/icons/matefaenzadark/actions/22/next.png +share/icons/matefaenzadark/actions/22/object-flip-horizontal.png +share/icons/matefaenzadark/actions/22/object-flip-vertical.png +share/icons/matefaenzadark/actions/22/object-rotate-left.png +share/icons/matefaenzadark/actions/22/object-rotate-right.png +share/icons/matefaenzadark/actions/22/offline.png +share/icons/matefaenzadark/actions/22/ok.png +share/icons/matefaenzadark/actions/22/online.png +share/icons/matefaenzadark/actions/22/player-eject.png +share/icons/matefaenzadark/actions/22/player_end.png +share/icons/matefaenzadark/actions/22/player_pause.png +share/icons/matefaenzadark/actions/22/player_play.png +share/icons/matefaenzadark/actions/22/player_record.png +share/icons/matefaenzadark/actions/22/player_start.png +share/icons/matefaenzadark/actions/22/player_stop.png +share/icons/matefaenzadark/actions/22/podcast-new.png +share/icons/matefaenzadark/actions/22/preview-file.png +share/icons/matefaenzadark/actions/22/previous.png +share/icons/matefaenzadark/actions/22/process-stop.png +share/icons/matefaenzadark/actions/22/redhat-home.png +share/icons/matefaenzadark/actions/22/redo.png +share/icons/matefaenzadark/actions/22/reload.png +share/icons/matefaenzadark/actions/22/reload3.png +share/icons/matefaenzadark/actions/22/reload_all_tabs.png +share/icons/matefaenzadark/actions/22/reload_page.png +share/icons/matefaenzadark/actions/22/remove.png +share/icons/matefaenzadark/actions/22/revert.png +share/icons/matefaenzadark/actions/22/rhythmbox-set-star.png +share/icons/matefaenzadark/actions/22/rightjust.png +share/icons/matefaenzadark/actions/22/rotate.png +share/icons/matefaenzadark/actions/22/star.png +share/icons/matefaenzadark/actions/22/start.png +share/icons/matefaenzadark/actions/22/stock-refresh.png +share/icons/matefaenzadark/actions/22/stock_add-bookmark.png +share/icons/matefaenzadark/actions/22/stock_attach.png +share/icons/matefaenzadark/actions/22/stock_bottom.png +share/icons/matefaenzadark/actions/22/stock_calc-accept.png +share/icons/matefaenzadark/actions/22/stock_close.png +share/icons/matefaenzadark/actions/22/stock_copy.png +share/icons/matefaenzadark/actions/22/stock_cut.png +share/icons/matefaenzadark/actions/22/stock_delete.png +share/icons/matefaenzadark/actions/22/stock_down.png +share/icons/matefaenzadark/actions/22/stock_file-properties.png +share/icons/matefaenzadark/actions/22/stock_first.png +share/icons/matefaenzadark/actions/22/stock_folder-copy.png +share/icons/matefaenzadark/actions/22/stock_folder-move.png +share/icons/matefaenzadark/actions/22/stock_folder-properties.png +share/icons/matefaenzadark/actions/22/stock_fullscreen.png +share/icons/matefaenzadark/actions/22/stock_help-add-bookmark.png +share/icons/matefaenzadark/actions/22/stock_home.png +share/icons/matefaenzadark/actions/22/stock_last.png +share/icons/matefaenzadark/actions/22/stock_leave-fullscreen.png +share/icons/matefaenzadark/actions/22/stock_left.png +share/icons/matefaenzadark/actions/22/stock_mail-filters-apply.png +share/icons/matefaenzadark/actions/22/stock_mail-send-receive.png +share/icons/matefaenzadark/actions/22/stock_mark.png +share/icons/matefaenzadark/actions/22/stock_media-next.png +share/icons/matefaenzadark/actions/22/stock_media-pause.png +share/icons/matefaenzadark/actions/22/stock_media-play.png +share/icons/matefaenzadark/actions/22/stock_media-prev.png +share/icons/matefaenzadark/actions/22/stock_media-rec.png +share/icons/matefaenzadark/actions/22/stock_media-stop.png +share/icons/matefaenzadark/actions/22/stock_new-appointment.png +share/icons/matefaenzadark/actions/22/stock_new-bcard.png +share/icons/matefaenzadark/actions/22/stock_new-dir.png +share/icons/matefaenzadark/actions/22/stock_new-tab.png +share/icons/matefaenzadark/actions/22/stock_new-text.png +share/icons/matefaenzadark/actions/22/stock_new-window.png +share/icons/matefaenzadark/actions/22/stock_no.png +share/icons/matefaenzadark/actions/22/stock_paste.png +share/icons/matefaenzadark/actions/22/stock_print-preview.png +share/icons/matefaenzadark/actions/22/stock_print-setup.png +share/icons/matefaenzadark/actions/22/stock_print.png +share/icons/matefaenzadark/actions/22/stock_properties.png +share/icons/matefaenzadark/actions/22/stock_redo.png +share/icons/matefaenzadark/actions/22/stock_repeat.png +share/icons/matefaenzadark/actions/22/stock_right.png +share/icons/matefaenzadark/actions/22/stock_save-as.png +share/icons/matefaenzadark/actions/22/stock_save.png +share/icons/matefaenzadark/actions/22/stock_search-and-replace.png +share/icons/matefaenzadark/actions/22/stock_search.png +share/icons/matefaenzadark/actions/22/stock_select-all.png +share/icons/matefaenzadark/actions/22/stock_shuffle.png +share/icons/matefaenzadark/actions/22/stock_spellcheck.png +share/icons/matefaenzadark/actions/22/stock_stop.png +share/icons/matefaenzadark/actions/22/stock_text-strikethrough.png +share/icons/matefaenzadark/actions/22/stock_text_bold.png +share/icons/matefaenzadark/actions/22/stock_text_center.png +share/icons/matefaenzadark/actions/22/stock_text_indent.png +share/icons/matefaenzadark/actions/22/stock_text_italic.png +share/icons/matefaenzadark/actions/22/stock_text_justify.png +share/icons/matefaenzadark/actions/22/stock_text_left.png +share/icons/matefaenzadark/actions/22/stock_text_right.png +share/icons/matefaenzadark/actions/22/stock_text_underlined.png +share/icons/matefaenzadark/actions/22/stock_text_unindent.png +share/icons/matefaenzadark/actions/22/stock_top.png +share/icons/matefaenzadark/actions/22/stock_undo.png +share/icons/matefaenzadark/actions/22/stock_up.png +share/icons/matefaenzadark/actions/22/stock_yes.png +share/icons/matefaenzadark/actions/22/stock_zoom-1.png +share/icons/matefaenzadark/actions/22/stock_zoom-in.png +share/icons/matefaenzadark/actions/22/stock_zoom-out.png +share/icons/matefaenzadark/actions/22/stock_zoom-page.png +share/icons/matefaenzadark/actions/22/stop.png +share/icons/matefaenzadark/actions/22/system-log-out.png +share/icons/matefaenzadark/actions/22/system-restart-panel.png +share/icons/matefaenzadark/actions/22/system-run.png +share/icons/matefaenzadark/actions/22/system-shutdown-panel-restart.png +share/icons/matefaenzadark/actions/22/system-shutdown-panel.png +share/icons/matefaenzadark/actions/22/system-shutdown-restart-panel.png +share/icons/matefaenzadark/actions/22/system-shutdown.png +share/icons/matefaenzadark/actions/22/system-upgrade.png +share/icons/matefaenzadark/actions/22/tab-new.png +share/icons/matefaenzadark/actions/22/tab_new.png +share/icons/matefaenzadark/actions/22/tag-new.png +share/icons/matefaenzadark/actions/22/text_bold.png +share/icons/matefaenzadark/actions/22/text_italic.png +share/icons/matefaenzadark/actions/22/text_strike.png +share/icons/matefaenzadark/actions/22/text_under.png +share/icons/matefaenzadark/actions/22/tools-check-spelling.png +share/icons/matefaenzadark/actions/22/top.png +share/icons/matefaenzadark/actions/22/top.xpm +share/icons/matefaenzadark/actions/22/undo.png +share/icons/matefaenzadark/actions/22/up.png +share/icons/matefaenzadark/actions/22/view-fullscreen.png +share/icons/matefaenzadark/actions/22/view-list-compact-symbolic.png +share/icons/matefaenzadark/actions/22/view-list-compact.png +share/icons/matefaenzadark/actions/22/view-list-details-symbolic.png +share/icons/matefaenzadark/actions/22/view-list-details.png +share/icons/matefaenzadark/actions/22/view-list-icons-symbolic.png +share/icons/matefaenzadark/actions/22/view-list-icons.png +share/icons/matefaenzadark/actions/22/view-refresh.png +share/icons/matefaenzadark/actions/22/view-restore.png +share/icons/matefaenzadark/actions/22/view-sort-ascending.png +share/icons/matefaenzadark/actions/22/view-sort-descending.png +share/icons/matefaenzadark/actions/22/viewmag+.png +share/icons/matefaenzadark/actions/22/viewmag-.png +share/icons/matefaenzadark/actions/22/viewmag1.png +share/icons/matefaenzadark/actions/22/viewmagfit.png +share/icons/matefaenzadark/actions/22/visualization.png +share/icons/matefaenzadark/actions/22/window-close.png +share/icons/matefaenzadark/actions/22/window-new.png +share/icons/matefaenzadark/actions/22/window_fullscreen.png +share/icons/matefaenzadark/actions/22/window_new.png +share/icons/matefaenzadark/actions/22/window_nofullscreen.png +share/icons/matefaenzadark/actions/22/xfce-system-exit.png +share/icons/matefaenzadark/actions/22/xfsm-logout.png +share/icons/matefaenzadark/actions/22/zoom-best-fit.png +share/icons/matefaenzadark/actions/22/zoom-fit-best.png +share/icons/matefaenzadark/actions/22/zoom-fit.png +share/icons/matefaenzadark/actions/22/zoom-in.png +share/icons/matefaenzadark/actions/22/zoom-original.png +share/icons/matefaenzadark/actions/22/zoom-out.png +share/icons/matefaenzadark/actions/24/add-files-to-archive.png +share/icons/matefaenzadark/actions/24/add-folder-to-archive.png +share/icons/matefaenzadark/actions/24/add.png +share/icons/matefaenzadark/actions/24/appointment-new.png +share/icons/matefaenzadark/actions/24/appointment.png +share/icons/matefaenzadark/actions/24/audio-cd-duplicate.png +share/icons/matefaenzadark/actions/24/audio-cd-new.png +share/icons/matefaenzadark/actions/24/back.png +share/icons/matefaenzadark/actions/24/bonobo-component-browser.png +share/icons/matefaenzadark/actions/24/bookmark-new.png +share/icons/matefaenzadark/actions/24/bookmark_add.png +share/icons/matefaenzadark/actions/24/bookmark_list_add.png +share/icons/matefaenzadark/actions/24/bottom.png +share/icons/matefaenzadark/actions/24/browser-download.png +share/icons/matefaenzadark/actions/24/cab_extract.png +share/icons/matefaenzadark/actions/24/call-start.png +share/icons/matefaenzadark/actions/24/call-stop.png +share/icons/matefaenzadark/actions/24/centrejust.png +share/icons/matefaenzadark/actions/24/contact-new.png +share/icons/matefaenzadark/actions/24/dialog-apply.png +share/icons/matefaenzadark/actions/24/dialog-no.png +share/icons/matefaenzadark/actions/24/dialog-ok.png +share/icons/matefaenzadark/actions/24/dialog-yes.png +share/icons/matefaenzadark/actions/24/document-export.png +share/icons/matefaenzadark/actions/24/document-import.png +share/icons/matefaenzadark/actions/24/document-new.png +share/icons/matefaenzadark/actions/24/document-open.png +share/icons/matefaenzadark/actions/24/document-page-setup.png +share/icons/matefaenzadark/actions/24/document-print-preview.png +share/icons/matefaenzadark/actions/24/document-print.png +share/icons/matefaenzadark/actions/24/document-properties.png +share/icons/matefaenzadark/actions/24/document-revert.png +share/icons/matefaenzadark/actions/24/document-save-as.png +share/icons/matefaenzadark/actions/24/document-save.png +share/icons/matefaenzadark/actions/24/document-send.png +share/icons/matefaenzadark/actions/24/down.png +share/icons/matefaenzadark/actions/24/edit-add.png +share/icons/matefaenzadark/actions/24/edit-clear.png +share/icons/matefaenzadark/actions/24/edit-copy.png +share/icons/matefaenzadark/actions/24/edit-cut.png +share/icons/matefaenzadark/actions/24/edit-delete.png +share/icons/matefaenzadark/actions/24/edit-find-replace.png +share/icons/matefaenzadark/actions/24/edit-find.png +share/icons/matefaenzadark/actions/24/edit-paste.png +share/icons/matefaenzadark/actions/24/edit-redo.png +share/icons/matefaenzadark/actions/24/edit-select-all.png +share/icons/matefaenzadark/actions/24/edit-undo.png +share/icons/matefaenzadark/actions/24/editclear.png +share/icons/matefaenzadark/actions/24/editcopy.png +share/icons/matefaenzadark/actions/24/editcut.png +share/icons/matefaenzadark/actions/24/editdelete.png +share/icons/matefaenzadark/actions/24/editpaste.png +share/icons/matefaenzadark/actions/24/extract-archive.png +share/icons/matefaenzadark/actions/24/file_new.png +share/icons/matefaenzadark/actions/24/filefind.png +share/icons/matefaenzadark/actions/24/fileopen.png +share/icons/matefaenzadark/actions/24/fileprint.png +share/icons/matefaenzadark/actions/24/filesave.png +share/icons/matefaenzadark/actions/24/filesaveas.png +share/icons/matefaenzadark/actions/24/find.png +share/icons/matefaenzadark/actions/24/finish.png +share/icons/matefaenzadark/actions/24/folder-copy.png +share/icons/matefaenzadark/actions/24/folder-move.png +share/icons/matefaenzadark/actions/24/folder-new.png +share/icons/matefaenzadark/actions/24/folder_new.png +share/icons/matefaenzadark/actions/24/format-indent-less.png +share/icons/matefaenzadark/actions/24/format-indent-more.png +share/icons/matefaenzadark/actions/24/format-justify-center.png +share/icons/matefaenzadark/actions/24/format-justify-fill.png +share/icons/matefaenzadark/actions/24/format-justify-left.png +share/icons/matefaenzadark/actions/24/format-justify-right.png +share/icons/matefaenzadark/actions/24/format-text-bold.png +share/icons/matefaenzadark/actions/24/format-text-direction-ltr.png +share/icons/matefaenzadark/actions/24/format-text-direction-rtl.png +share/icons/matefaenzadark/actions/24/format-text-italic.png +share/icons/matefaenzadark/actions/24/format-text-strikethrough.png +share/icons/matefaenzadark/actions/24/format-text-underline.png +share/icons/matefaenzadark/actions/24/forward.png +share/icons/matefaenzadark/actions/24/games-endturn.png +share/icons/matefaenzadark/actions/24/gnome-app-install-star.png +share/icons/matefaenzadark/actions/24/gnome-log-out.png +share/icons/matefaenzadark/actions/24/gnome-logout.png +share/icons/matefaenzadark/actions/24/gnome-run.png +share/icons/matefaenzadark/actions/24/gnome-session-logout.png +share/icons/matefaenzadark/actions/24/gnome-stock-text-indent.png +share/icons/matefaenzadark/actions/24/gnome-stock-text-unindent.png +share/icons/matefaenzadark/actions/24/go-bottom.png +share/icons/matefaenzadark/actions/24/go-down.png +share/icons/matefaenzadark/actions/24/go-first.png +share/icons/matefaenzadark/actions/24/go-home.png +share/icons/matefaenzadark/actions/24/go-jump.png +share/icons/matefaenzadark/actions/24/go-last.png +share/icons/matefaenzadark/actions/24/go-next.png +share/icons/matefaenzadark/actions/24/go-previous.png +share/icons/matefaenzadark/actions/24/go-top.png +share/icons/matefaenzadark/actions/24/go-up.png +share/icons/matefaenzadark/actions/24/gohome.png +share/icons/matefaenzadark/actions/24/gtk-add.png +share/icons/matefaenzadark/actions/24/gtk-apply.png +share/icons/matefaenzadark/actions/24/gtk-bold.png +share/icons/matefaenzadark/actions/24/gtk-cancel.png +share/icons/matefaenzadark/actions/24/gtk-clear.png +share/icons/matefaenzadark/actions/24/gtk-close.png +share/icons/matefaenzadark/actions/24/gtk-copy.png +share/icons/matefaenzadark/actions/24/gtk-cut.png +share/icons/matefaenzadark/actions/24/gtk-delete.png +share/icons/matefaenzadark/actions/24/gtk-edit.png +share/icons/matefaenzadark/actions/24/gtk-execute.png +share/icons/matefaenzadark/actions/24/gtk-find-and-replace.png +share/icons/matefaenzadark/actions/24/gtk-find.png +share/icons/matefaenzadark/actions/24/gtk-fullscreen.png +share/icons/matefaenzadark/actions/24/gtk-go-back-ltr.png +share/icons/matefaenzadark/actions/24/gtk-go-back-rtl.png +share/icons/matefaenzadark/actions/24/gtk-go-down.png +share/icons/matefaenzadark/actions/24/gtk-go-forward-ltr.png +share/icons/matefaenzadark/actions/24/gtk-go-forward-rtl.png +share/icons/matefaenzadark/actions/24/gtk-go-up.png +share/icons/matefaenzadark/actions/24/gtk-goto-bottom.png +share/icons/matefaenzadark/actions/24/gtk-goto-first-ltr.png +share/icons/matefaenzadark/actions/24/gtk-goto-first-rtl.png +share/icons/matefaenzadark/actions/24/gtk-goto-last-ltr.png +share/icons/matefaenzadark/actions/24/gtk-goto-last-rtl.png +share/icons/matefaenzadark/actions/24/gtk-goto-top.png +share/icons/matefaenzadark/actions/24/gtk-home.png +share/icons/matefaenzadark/actions/24/gtk-indent-ltr.png +share/icons/matefaenzadark/actions/24/gtk-indent-rtl.png +share/icons/matefaenzadark/actions/24/gtk-italic.png +share/icons/matefaenzadark/actions/24/gtk-jump-to-ltr.png +share/icons/matefaenzadark/actions/24/gtk-jump-to-rtl.png +share/icons/matefaenzadark/actions/24/gtk-justify-center.png +share/icons/matefaenzadark/actions/24/gtk-justify-fill.png +share/icons/matefaenzadark/actions/24/gtk-justify-left.png +share/icons/matefaenzadark/actions/24/gtk-justify-right.png +share/icons/matefaenzadark/actions/24/gtk-leave-fullscreen.png +share/icons/matefaenzadark/actions/24/gtk-media-next-ltr.png +share/icons/matefaenzadark/actions/24/gtk-media-next-rtl.png +share/icons/matefaenzadark/actions/24/gtk-media-pause.png +share/icons/matefaenzadark/actions/24/gtk-media-play-ltr.png +share/icons/matefaenzadark/actions/24/gtk-media-previous-ltr.png +share/icons/matefaenzadark/actions/24/gtk-media-previous-rtl.png +share/icons/matefaenzadark/actions/24/gtk-media-record.png +share/icons/matefaenzadark/actions/24/gtk-media-stop.png +share/icons/matefaenzadark/actions/24/gtk-new.png +share/icons/matefaenzadark/actions/24/gtk-no.png +share/icons/matefaenzadark/actions/24/gtk-ok.png +share/icons/matefaenzadark/actions/24/gtk-open.png +share/icons/matefaenzadark/actions/24/gtk-paste.png +share/icons/matefaenzadark/actions/24/gtk-print-preview.png +share/icons/matefaenzadark/actions/24/gtk-print.png +share/icons/matefaenzadark/actions/24/gtk-properties.png +share/icons/matefaenzadark/actions/24/gtk-redo-ltr.png +share/icons/matefaenzadark/actions/24/gtk-refresh.png +share/icons/matefaenzadark/actions/24/gtk-remove.png +share/icons/matefaenzadark/actions/24/gtk-revert-to-saved-ltr.png +share/icons/matefaenzadark/actions/24/gtk-revert-to-saved-rtl.png +share/icons/matefaenzadark/actions/24/gtk-save-as.png +share/icons/matefaenzadark/actions/24/gtk-save.png +share/icons/matefaenzadark/actions/24/gtk-select-all.png +share/icons/matefaenzadark/actions/24/gtk-sort-ascending.png +share/icons/matefaenzadark/actions/24/gtk-sort-descending.png +share/icons/matefaenzadark/actions/24/gtk-spell-check.png +share/icons/matefaenzadark/actions/24/gtk-stop.png +share/icons/matefaenzadark/actions/24/gtk-strikethrough.png +share/icons/matefaenzadark/actions/24/gtk-underline.png +share/icons/matefaenzadark/actions/24/gtk-undo-ltr.png +share/icons/matefaenzadark/actions/24/gtk-unindent-ltr.png +share/icons/matefaenzadark/actions/24/gtk-unindent-rtl.png +share/icons/matefaenzadark/actions/24/gtk-yes.png +share/icons/matefaenzadark/actions/24/gtk-zoom-100.png +share/icons/matefaenzadark/actions/24/gtk-zoom-fit.png +share/icons/matefaenzadark/actions/24/gtk-zoom-in.png +share/icons/matefaenzadark/actions/24/gtk-zoom-out.png +share/icons/matefaenzadark/actions/24/insert-image.png +share/icons/matefaenzadark/actions/24/insert-link.png +share/icons/matefaenzadark/actions/24/insert-object.png +share/icons/matefaenzadark/actions/24/insert-text.png +share/icons/matefaenzadark/actions/24/internet-radio-new.png +share/icons/matefaenzadark/actions/24/iso-image-burn.png +share/icons/matefaenzadark/actions/24/kfm-home.png +share/icons/matefaenzadark/actions/24/leftjust.png +share/icons/matefaenzadark/actions/24/list-add.png +share/icons/matefaenzadark/actions/24/list-remove.png +share/icons/matefaenzadark/actions/24/locationbar-erase.png +share/icons/matefaenzadark/actions/24/lock.png +share/icons/matefaenzadark/actions/24/lock.xpm +share/icons/matefaenzadark/actions/24/lxde-logout.png +share/icons/matefaenzadark/actions/24/mail-attachment.png +share/icons/matefaenzadark/actions/24/mail-send-receive.png +share/icons/matefaenzadark/actions/24/media-eject.png +share/icons/matefaenzadark/actions/24/media-import-audio-cd.png +share/icons/matefaenzadark/actions/24/media-optical-audio-new.png +share/icons/matefaenzadark/actions/24/media-optical-burn.png +share/icons/matefaenzadark/actions/24/media-optical-copy.png +share/icons/matefaenzadark/actions/24/media-playback-pause.png +share/icons/matefaenzadark/actions/24/media-playback-start.png +share/icons/matefaenzadark/actions/24/media-playback-stop.png +share/icons/matefaenzadark/actions/24/media-playlist-repeat.png +share/icons/matefaenzadark/actions/24/media-playlist-shuffle.png +share/icons/matefaenzadark/actions/24/media-record.png +share/icons/matefaenzadark/actions/24/media-skip-backward.png +share/icons/matefaenzadark/actions/24/media-skip-forward.png +share/icons/matefaenzadark/actions/24/media-write-cd.png +share/icons/matefaenzadark/actions/24/music-library.png +share/icons/matefaenzadark/actions/24/next.png +share/icons/matefaenzadark/actions/24/object-flip-horizontal.png +share/icons/matefaenzadark/actions/24/object-flip-vertical.png +share/icons/matefaenzadark/actions/24/object-rotate-left.png +share/icons/matefaenzadark/actions/24/object-rotate-right.png +share/icons/matefaenzadark/actions/24/offline.png +share/icons/matefaenzadark/actions/24/ok.png +share/icons/matefaenzadark/actions/24/online.png +share/icons/matefaenzadark/actions/24/player-eject.png +share/icons/matefaenzadark/actions/24/player_end.png +share/icons/matefaenzadark/actions/24/player_pause.png +share/icons/matefaenzadark/actions/24/player_play.png +share/icons/matefaenzadark/actions/24/player_record.png +share/icons/matefaenzadark/actions/24/player_start.png +share/icons/matefaenzadark/actions/24/player_stop.png +share/icons/matefaenzadark/actions/24/podcast-new.png +share/icons/matefaenzadark/actions/24/preview-file.png +share/icons/matefaenzadark/actions/24/previous.png +share/icons/matefaenzadark/actions/24/process-stop.png +share/icons/matefaenzadark/actions/24/redhat-home.png +share/icons/matefaenzadark/actions/24/redo.png +share/icons/matefaenzadark/actions/24/reload.png +share/icons/matefaenzadark/actions/24/reload3.png +share/icons/matefaenzadark/actions/24/reload_all_tabs.png +share/icons/matefaenzadark/actions/24/reload_page.png +share/icons/matefaenzadark/actions/24/remove.png +share/icons/matefaenzadark/actions/24/revert.png +share/icons/matefaenzadark/actions/24/rhythmbox-set-star.png +share/icons/matefaenzadark/actions/24/rightjust.png +share/icons/matefaenzadark/actions/24/rotate.png +share/icons/matefaenzadark/actions/24/star.png +share/icons/matefaenzadark/actions/24/start.png +share/icons/matefaenzadark/actions/24/stock-refresh.png +share/icons/matefaenzadark/actions/24/stock_add-bookmark.png +share/icons/matefaenzadark/actions/24/stock_attach.png +share/icons/matefaenzadark/actions/24/stock_bottom.png +share/icons/matefaenzadark/actions/24/stock_calc-accept.png +share/icons/matefaenzadark/actions/24/stock_close.png +share/icons/matefaenzadark/actions/24/stock_copy.png +share/icons/matefaenzadark/actions/24/stock_cut.png +share/icons/matefaenzadark/actions/24/stock_delete.png +share/icons/matefaenzadark/actions/24/stock_down.png +share/icons/matefaenzadark/actions/24/stock_file-properties.png +share/icons/matefaenzadark/actions/24/stock_first.png +share/icons/matefaenzadark/actions/24/stock_folder-copy.png +share/icons/matefaenzadark/actions/24/stock_folder-move.png +share/icons/matefaenzadark/actions/24/stock_folder-properties.png +share/icons/matefaenzadark/actions/24/stock_fullscreen.png +share/icons/matefaenzadark/actions/24/stock_help-add-bookmark.png +share/icons/matefaenzadark/actions/24/stock_home.png +share/icons/matefaenzadark/actions/24/stock_last.png +share/icons/matefaenzadark/actions/24/stock_leave-fullscreen.png +share/icons/matefaenzadark/actions/24/stock_left.png +share/icons/matefaenzadark/actions/24/stock_mail-filters-apply.png +share/icons/matefaenzadark/actions/24/stock_mail-send-receive.png +share/icons/matefaenzadark/actions/24/stock_mark.png +share/icons/matefaenzadark/actions/24/stock_media-next.png +share/icons/matefaenzadark/actions/24/stock_media-pause.png +share/icons/matefaenzadark/actions/24/stock_media-play.png +share/icons/matefaenzadark/actions/24/stock_media-prev.png +share/icons/matefaenzadark/actions/24/stock_media-rec.png +share/icons/matefaenzadark/actions/24/stock_media-stop.png +share/icons/matefaenzadark/actions/24/stock_new-appointment.png +share/icons/matefaenzadark/actions/24/stock_new-bcard.png +share/icons/matefaenzadark/actions/24/stock_new-dir.png +share/icons/matefaenzadark/actions/24/stock_new-tab.png +share/icons/matefaenzadark/actions/24/stock_new-text.png +share/icons/matefaenzadark/actions/24/stock_new-window.png +share/icons/matefaenzadark/actions/24/stock_no.png +share/icons/matefaenzadark/actions/24/stock_paste.png +share/icons/matefaenzadark/actions/24/stock_print-preview.png +share/icons/matefaenzadark/actions/24/stock_print-setup.png +share/icons/matefaenzadark/actions/24/stock_print.png +share/icons/matefaenzadark/actions/24/stock_properties.png +share/icons/matefaenzadark/actions/24/stock_redo.png +share/icons/matefaenzadark/actions/24/stock_repeat.png +share/icons/matefaenzadark/actions/24/stock_right.png +share/icons/matefaenzadark/actions/24/stock_save-as.png +share/icons/matefaenzadark/actions/24/stock_save.png +share/icons/matefaenzadark/actions/24/stock_search-and-replace.png +share/icons/matefaenzadark/actions/24/stock_search.png +share/icons/matefaenzadark/actions/24/stock_select-all.png +share/icons/matefaenzadark/actions/24/stock_shuffle.png +share/icons/matefaenzadark/actions/24/stock_spellcheck.png +share/icons/matefaenzadark/actions/24/stock_stop.png +share/icons/matefaenzadark/actions/24/stock_text-strikethrough.png +share/icons/matefaenzadark/actions/24/stock_text_bold.png +share/icons/matefaenzadark/actions/24/stock_text_center.png +share/icons/matefaenzadark/actions/24/stock_text_indent.png +share/icons/matefaenzadark/actions/24/stock_text_italic.png +share/icons/matefaenzadark/actions/24/stock_text_justify.png +share/icons/matefaenzadark/actions/24/stock_text_left.png +share/icons/matefaenzadark/actions/24/stock_text_right.png +share/icons/matefaenzadark/actions/24/stock_text_underlined.png +share/icons/matefaenzadark/actions/24/stock_text_unindent.png +share/icons/matefaenzadark/actions/24/stock_top.png +share/icons/matefaenzadark/actions/24/stock_undo.png +share/icons/matefaenzadark/actions/24/stock_up.png +share/icons/matefaenzadark/actions/24/stock_yes.png +share/icons/matefaenzadark/actions/24/stock_zoom-1.png +share/icons/matefaenzadark/actions/24/stock_zoom-in.png +share/icons/matefaenzadark/actions/24/stock_zoom-out.png +share/icons/matefaenzadark/actions/24/stock_zoom-page.png +share/icons/matefaenzadark/actions/24/stop.png +share/icons/matefaenzadark/actions/24/system-log-out.png +share/icons/matefaenzadark/actions/24/system-restart-panel.png +share/icons/matefaenzadark/actions/24/system-run.png +share/icons/matefaenzadark/actions/24/system-shutdown-panel-restart.png +share/icons/matefaenzadark/actions/24/system-shutdown-panel.png +share/icons/matefaenzadark/actions/24/system-shutdown-restart-panel.png +share/icons/matefaenzadark/actions/24/system-shutdown.png +share/icons/matefaenzadark/actions/24/system-upgrade.png +share/icons/matefaenzadark/actions/24/tab-new.png +share/icons/matefaenzadark/actions/24/tab_new.png +share/icons/matefaenzadark/actions/24/tag-new.png +share/icons/matefaenzadark/actions/24/text_bold.png +share/icons/matefaenzadark/actions/24/text_italic.png +share/icons/matefaenzadark/actions/24/text_strike.png +share/icons/matefaenzadark/actions/24/text_under.png +share/icons/matefaenzadark/actions/24/tools-check-spelling.png +share/icons/matefaenzadark/actions/24/top.png +share/icons/matefaenzadark/actions/24/top.xpm +share/icons/matefaenzadark/actions/24/undo.png +share/icons/matefaenzadark/actions/24/up.png +share/icons/matefaenzadark/actions/24/view-fullscreen.png +share/icons/matefaenzadark/actions/24/view-list-compact-symbolic.png +share/icons/matefaenzadark/actions/24/view-list-compact.png +share/icons/matefaenzadark/actions/24/view-list-details-symbolic.png +share/icons/matefaenzadark/actions/24/view-list-details.png +share/icons/matefaenzadark/actions/24/view-list-icons-symbolic.png +share/icons/matefaenzadark/actions/24/view-list-icons.png +share/icons/matefaenzadark/actions/24/view-refresh.png +share/icons/matefaenzadark/actions/24/view-restore.png +share/icons/matefaenzadark/actions/24/view-sort-ascending.png +share/icons/matefaenzadark/actions/24/view-sort-descending.png +share/icons/matefaenzadark/actions/24/viewmag+.png +share/icons/matefaenzadark/actions/24/viewmag-.png +share/icons/matefaenzadark/actions/24/viewmag1.png +share/icons/matefaenzadark/actions/24/viewmagfit.png +share/icons/matefaenzadark/actions/24/visualization.png +share/icons/matefaenzadark/actions/24/window-close.png +share/icons/matefaenzadark/actions/24/window-new.png +share/icons/matefaenzadark/actions/24/window_fullscreen.png +share/icons/matefaenzadark/actions/24/window_new.png +share/icons/matefaenzadark/actions/24/window_nofullscreen.png +share/icons/matefaenzadark/actions/24/xfce-system-exit.png +share/icons/matefaenzadark/actions/24/xfsm-logout.png +share/icons/matefaenzadark/actions/24/zoom-best-fit.png +share/icons/matefaenzadark/actions/24/zoom-fit-best.png +share/icons/matefaenzadark/actions/24/zoom-fit.png +share/icons/matefaenzadark/actions/24/zoom-in.png +share/icons/matefaenzadark/actions/24/zoom-original.png +share/icons/matefaenzadark/actions/24/zoom-out.png +share/icons/matefaenzadark/apps/16/boot.png +share/icons/matefaenzadark/apps/16/browser-help.png +share/icons/matefaenzadark/apps/16/ejecter.png +share/icons/matefaenzadark/apps/16/gnochm.png +share/icons/matefaenzadark/apps/16/gnome-about-logo.png +share/icons/matefaenzadark/apps/16/gnome-help.png +share/icons/matefaenzadark/apps/16/gnome-log-out.png +share/icons/matefaenzadark/apps/16/gnome-logo-icon-transparent.png +share/icons/matefaenzadark/apps/16/gnome-logout.png +share/icons/matefaenzadark/apps/16/gnome-session-halt.png +share/icons/matefaenzadark/apps/16/gnome-session-hibernate.png +share/icons/matefaenzadark/apps/16/gnome-session-logout.png +share/icons/matefaenzadark/apps/16/gnome-session-reboot.png +share/icons/matefaenzadark/apps/16/gnome-session-sleep.png +share/icons/matefaenzadark/apps/16/gnome-session-suspend.png +share/icons/matefaenzadark/apps/16/gnome-session-switch.png +share/icons/matefaenzadark/apps/16/gnome-shutdown.png +share/icons/matefaenzadark/apps/16/gnome-unknown.png +share/icons/matefaenzadark/apps/16/gtk-help.png +share/icons/matefaenzadark/apps/16/help-browser.png +share/icons/matefaenzadark/apps/16/help.png +share/icons/matefaenzadark/apps/16/khelpcenter.png +share/icons/matefaenzadark/apps/16/sleep.png +share/icons/matefaenzadark/apps/16/stock_help.png +share/icons/matefaenzadark/apps/16/stock_unknown.png +share/icons/matefaenzadark/apps/16/susehelpcenter.png +share/icons/matefaenzadark/apps/16/system-hibernate.png +share/icons/matefaenzadark/apps/16/system-restart.png +share/icons/matefaenzadark/apps/16/system-shut-down.png +share/icons/matefaenzadark/apps/16/system-suspend-hibernate.png +share/icons/matefaenzadark/apps/16/system-suspend.png +share/icons/matefaenzadark/apps/16/system-switch-user.png +share/icons/matefaenzadark/apps/16/un-reboot.png +share/icons/matefaenzadark/apps/16/xfce-man.png +share/icons/matefaenzadark/apps/16/xfce_unknown.png +share/icons/matefaenzadark/apps/16/xfsm-hibernate.png +share/icons/matefaenzadark/apps/16/xfsm-logout.png +share/icons/matefaenzadark/apps/16/xfsm-reboot.png +share/icons/matefaenzadark/apps/16/xfsm-shutdown.png +share/icons/matefaenzadark/apps/16/xfsm-suspend.png +share/icons/matefaenzadark/apps/16/xfsm-switch.png +share/icons/matefaenzadark/apps/22/boot.png +share/icons/matefaenzadark/apps/22/ejecter.png +share/icons/matefaenzadark/apps/22/gnome-log-out.png +share/icons/matefaenzadark/apps/22/gnome-logout.png +share/icons/matefaenzadark/apps/22/gnome-session-halt.png +share/icons/matefaenzadark/apps/22/gnome-session-hibernate.png +share/icons/matefaenzadark/apps/22/gnome-session-logout.png +share/icons/matefaenzadark/apps/22/gnome-session-reboot.png +share/icons/matefaenzadark/apps/22/gnome-session-sleep.png +share/icons/matefaenzadark/apps/22/gnome-session-suspend.png +share/icons/matefaenzadark/apps/22/gnome-session-switch.png +share/icons/matefaenzadark/apps/22/gnome-shutdown.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting01.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting02.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting03.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting04.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting05.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting06.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting07.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting08.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting09.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting10.png +share/icons/matefaenzadark/apps/22/nm-stage01-connecting11.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting01.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting02.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting03.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting04.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting05.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting06.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting07.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting08.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting09.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting10.png +share/icons/matefaenzadark/apps/22/nm-stage02-connecting11.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting01.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting02.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting03.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting04.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting05.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting06.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting07.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting08.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting09.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting10.png +share/icons/matefaenzadark/apps/22/nm-stage03-connecting11.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting01.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting02.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting03.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting04.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting05.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting06.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting07.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting08.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting09.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting10.png +share/icons/matefaenzadark/apps/22/nm-vpn-connecting11.png +share/icons/matefaenzadark/apps/22/sleep.png +share/icons/matefaenzadark/apps/22/system-hibernate.png +share/icons/matefaenzadark/apps/22/system-restart.png +share/icons/matefaenzadark/apps/22/system-shut-down.png +share/icons/matefaenzadark/apps/22/system-suspend-hibernate.png +share/icons/matefaenzadark/apps/22/system-suspend.png +share/icons/matefaenzadark/apps/22/system-switch-user.png +share/icons/matefaenzadark/apps/22/un-reboot.png +share/icons/matefaenzadark/apps/22/xfsm-hibernate.png +share/icons/matefaenzadark/apps/22/xfsm-logout.png +share/icons/matefaenzadark/apps/22/xfsm-reboot.png +share/icons/matefaenzadark/apps/22/xfsm-shutdown.png +share/icons/matefaenzadark/apps/22/xfsm-suspend.png +share/icons/matefaenzadark/apps/22/xfsm-switch.png +share/icons/matefaenzadark/apps/24/boot.png +share/icons/matefaenzadark/apps/24/ejecter.png +share/icons/matefaenzadark/apps/24/gnome-log-out.png +share/icons/matefaenzadark/apps/24/gnome-logout.png +share/icons/matefaenzadark/apps/24/gnome-session-halt.png +share/icons/matefaenzadark/apps/24/gnome-session-hibernate.png +share/icons/matefaenzadark/apps/24/gnome-session-logout.png +share/icons/matefaenzadark/apps/24/gnome-session-reboot.png +share/icons/matefaenzadark/apps/24/gnome-session-sleep.png +share/icons/matefaenzadark/apps/24/gnome-session-suspend.png +share/icons/matefaenzadark/apps/24/gnome-session-switch.png +share/icons/matefaenzadark/apps/24/gnome-shutdown.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting01.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting02.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting03.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting04.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting05.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting06.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting07.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting08.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting09.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting10.png +share/icons/matefaenzadark/apps/24/nm-stage01-connecting11.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting01.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting02.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting03.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting04.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting05.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting06.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting07.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting08.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting09.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting10.png +share/icons/matefaenzadark/apps/24/nm-stage02-connecting11.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting01.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting02.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting03.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting04.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting05.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting06.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting07.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting08.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting09.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting10.png +share/icons/matefaenzadark/apps/24/nm-stage03-connecting11.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting01.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting02.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting03.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting04.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting05.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting06.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting07.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting08.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting09.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting10.png +share/icons/matefaenzadark/apps/24/nm-vpn-connecting11.png +share/icons/matefaenzadark/apps/24/sleep.png +share/icons/matefaenzadark/apps/24/system-hibernate.png +share/icons/matefaenzadark/apps/24/system-restart.png +share/icons/matefaenzadark/apps/24/system-shut-down.png +share/icons/matefaenzadark/apps/24/system-suspend-hibernate.png +share/icons/matefaenzadark/apps/24/system-suspend.png +share/icons/matefaenzadark/apps/24/system-switch-user.png +share/icons/matefaenzadark/apps/24/un-reboot.png +share/icons/matefaenzadark/apps/24/xfsm-hibernate.png +share/icons/matefaenzadark/apps/24/xfsm-logout.png +share/icons/matefaenzadark/apps/24/xfsm-reboot.png +share/icons/matefaenzadark/apps/24/xfsm-shutdown.png +share/icons/matefaenzadark/apps/24/xfsm-suspend.png +share/icons/matefaenzadark/apps/24/xfsm-switch.png +share/icons/matefaenzadark/categories/16/applications-astronomy.png +share/icons/matefaenzadark/categories/22/applications-astronomy.png +share/icons/matefaenzadark/categories/24/applications-astronomy.png +share/icons/matefaenzadark/devices/22/keyboard.png +share/icons/matefaenzadark/devices/24/keyboard.png +share/icons/matefaenzadark/extras/deadbeef/pixmaps/play_24.png +share/icons/matefaenzadark/extras/keepassx/icons/keepassx.png +share/icons/matefaenzadark/extras/lastfm/icons/user_black22.png +share/icons/matefaenzadark/extras/lastfm/icons/user_blue22.png +share/icons/matefaenzadark/extras/lastfm/icons/user_green22.png +share/icons/matefaenzadark/extras/lastfm/icons/user_orange22.png +share/icons/matefaenzadark/extras/lastfm/icons/user_red22.png +share/icons/matefaenzadark/extras/liferea/pixmaps/available.png +share/icons/matefaenzadark/extras/liferea/pixmaps/available_offline.png +share/icons/matefaenzadark/extras/liferea/pixmaps/empty.png +share/icons/matefaenzadark/extras/liferea/pixmaps/empty_offline.png +share/icons/matefaenzadark/extras/pixmaps/guake/guake-tray.png +share/icons/matefaenzadark/extras/radiotray/images/radiotray_connecting.png +share/icons/matefaenzadark/extras/radiotray/images/radiotray_off.png +share/icons/matefaenzadark/extras/radiotray/images/radiotray_on.png +share/icons/matefaenzadark/index.theme +share/icons/matefaenzadark/places/22/start-here-archlinux.png +share/icons/matefaenzadark/places/22/start-here-debian.png +share/icons/matefaenzadark/places/22/start-here-fedora.png +share/icons/matefaenzadark/places/22/start-here-frugalware.png +share/icons/matefaenzadark/places/22/start-here-gentoo.png +share/icons/matefaenzadark/places/22/start-here-gnome.png +share/icons/matefaenzadark/places/22/start-here-linux-mint.png +share/icons/matefaenzadark/places/22/start-here-mandriva.png +share/icons/matefaenzadark/places/22/start-here-mate.png +share/icons/matefaenzadark/places/22/start-here-opensuse.png +share/icons/matefaenzadark/places/22/start-here-slackware.png +share/icons/matefaenzadark/places/22/start-here-ubuntu.png +share/icons/matefaenzadark/places/22/start-here.png +share/icons/matefaenzadark/places/24/start-here-archlinux.png +share/icons/matefaenzadark/places/24/start-here-debian.png +share/icons/matefaenzadark/places/24/start-here-fedora.png +share/icons/matefaenzadark/places/24/start-here-frugalware.png +share/icons/matefaenzadark/places/24/start-here-gentoo.png +share/icons/matefaenzadark/places/24/start-here-gnome.png +share/icons/matefaenzadark/places/24/start-here-linux-mint.png +share/icons/matefaenzadark/places/24/start-here-mandriva.png +share/icons/matefaenzadark/places/24/start-here-mate.png +share/icons/matefaenzadark/places/24/start-here-opensuse.png +share/icons/matefaenzadark/places/24/start-here-slackware.png +share/icons/matefaenzadark/places/24/start-here-ubuntu.png +share/icons/matefaenzadark/places/24/start-here.png +share/icons/matefaenzadark/status/16/audio-volume-high-panel.png +share/icons/matefaenzadark/status/16/audio-volume-high.png +share/icons/matefaenzadark/status/16/audio-volume-low-panel.png +share/icons/matefaenzadark/status/16/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/16/audio-volume-low.png +share/icons/matefaenzadark/status/16/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/16/audio-volume-medium.png +share/icons/matefaenzadark/status/16/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/16/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/16/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/16/audio-volume-muted.png +share/icons/matefaenzadark/status/16/audio-volume-off.png +share/icons/matefaenzadark/status/16/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/16/banshee-panel.png +share/icons/matefaenzadark/status/16/busy.png +share/icons/matefaenzadark/status/16/busy2.png +share/icons/matefaenzadark/status/16/connect_creating.png +share/icons/matefaenzadark/status/16/connect_established.png +share/icons/matefaenzadark/status/16/connect_no.png +share/icons/matefaenzadark/status/16/dialog-error.png +share/icons/matefaenzadark/status/16/dialog-info.png +share/icons/matefaenzadark/status/16/dialog-information.png +share/icons/matefaenzadark/status/16/dialog-password.png +share/icons/matefaenzadark/status/16/dialog-question.png +share/icons/matefaenzadark/status/16/dialog-warning.png +share/icons/matefaenzadark/status/16/dropboxstatus-busy.png +share/icons/matefaenzadark/status/16/dropboxstatus-busy2.png +share/icons/matefaenzadark/status/16/dropboxstatus-idle.png +share/icons/matefaenzadark/status/16/dropboxstatus-logo.png +share/icons/matefaenzadark/status/16/dropboxstatus-x.png +share/icons/matefaenzadark/status/16/empathy-available.png +share/icons/matefaenzadark/status/16/empathy-away.png +share/icons/matefaenzadark/status/16/empathy-busy.png +share/icons/matefaenzadark/status/16/empathy-extended-away.png +share/icons/matefaenzadark/status/16/empathy-invisible.png +share/icons/matefaenzadark/status/16/empathy-offline.png +share/icons/matefaenzadark/status/16/error.png +share/icons/matefaenzadark/status/16/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/16/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/16/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/16/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/16/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/16/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/16/gnome-netstatus-error.png +share/icons/matefaenzadark/status/16/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/16/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/16/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/16/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/16/gsm-3g-full-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-full.png +share/icons/matefaenzadark/status/16/gsm-3g-high-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-high.png +share/icons/matefaenzadark/status/16/gsm-3g-low-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-low.png +share/icons/matefaenzadark/status/16/gsm-3g-medium-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-medium.png +share/icons/matefaenzadark/status/16/gsm-3g-none-secure.png +share/icons/matefaenzadark/status/16/gsm-3g-none.png +share/icons/matefaenzadark/status/16/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/16/gtk-dialog-warning.png +share/icons/matefaenzadark/status/16/haguichi-connected.png +share/icons/matefaenzadark/status/16/haguichi-connecting-1.png +share/icons/matefaenzadark/status/16/haguichi-connecting-2.png +share/icons/matefaenzadark/status/16/haguichi-connecting-3.png +share/icons/matefaenzadark/status/16/haguichi-disconnected.png +share/icons/matefaenzadark/status/16/idle.png +share/icons/matefaenzadark/status/16/info.png +share/icons/matefaenzadark/status/16/keys.png +share/icons/matefaenzadark/status/16/locked.png +share/icons/matefaenzadark/status/16/logo.png +share/icons/matefaenzadark/status/16/media-player-banshee-buffering.png +share/icons/matefaenzadark/status/16/media-player-banshee-panel.png +share/icons/matefaenzadark/status/16/media-player-banshee-stopped.png +share/icons/matefaenzadark/status/16/network-error.png +share/icons/matefaenzadark/status/16/network-idle.png +share/icons/matefaenzadark/status/16/network-offline.png +share/icons/matefaenzadark/status/16/network-receive.png +share/icons/matefaenzadark/status/16/network-transmit-receive.png +share/icons/matefaenzadark/status/16/network-transmit.png +share/icons/matefaenzadark/status/16/network-wired-disconnected.png +share/icons/matefaenzadark/status/16/network-wireless-encrypted.png +share/icons/matefaenzadark/status/16/nm-adhoc.png +share/icons/matefaenzadark/status/16/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/16/nm-device-wired-secure.png +share/icons/matefaenzadark/status/16/nm-device-wired.png +share/icons/matefaenzadark/status/16/nm-device-wireless.png +share/icons/matefaenzadark/status/16/nm-device-wwan.png +share/icons/matefaenzadark/status/16/nm-no-connection.png +share/icons/matefaenzadark/status/16/nm-signal-0.png +share/icons/matefaenzadark/status/16/nm-signal-00-secure.png +share/icons/matefaenzadark/status/16/nm-signal-00.png +share/icons/matefaenzadark/status/16/nm-signal-100-secure.png +share/icons/matefaenzadark/status/16/nm-signal-100.png +share/icons/matefaenzadark/status/16/nm-signal-25-secure.png +share/icons/matefaenzadark/status/16/nm-signal-25.png +share/icons/matefaenzadark/status/16/nm-signal-50-secure.png +share/icons/matefaenzadark/status/16/nm-signal-50.png +share/icons/matefaenzadark/status/16/nm-signal-75-secure.png +share/icons/matefaenzadark/status/16/nm-signal-75.png +share/icons/matefaenzadark/status/16/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/16/notification-audio-volume-high.png +share/icons/matefaenzadark/status/16/notification-audio-volume-low.png +share/icons/matefaenzadark/status/16/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/16/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/16/notification-audio-volume-off.png +share/icons/matefaenzadark/status/16/rhythmbox-notplaying.png +share/icons/matefaenzadark/status/16/rhythmbox-panel.png +share/icons/matefaenzadark/status/16/sound-icon.png +share/icons/matefaenzadark/status/16/status_lock.png +share/icons/matefaenzadark/status/16/stock_lock.png +share/icons/matefaenzadark/status/16/stock_volume-0.png +share/icons/matefaenzadark/status/16/stock_volume-max.png +share/icons/matefaenzadark/status/16/stock_volume-med.png +share/icons/matefaenzadark/status/16/stock_volume-min.png +share/icons/matefaenzadark/status/16/stock_volume-mute.png +share/icons/matefaenzadark/status/16/stock_volume.png +share/icons/matefaenzadark/status/16/stock_weather-night-clear.png +share/icons/matefaenzadark/status/16/stock_weather-sunny.png +share/icons/matefaenzadark/status/16/sunny.png +share/icons/matefaenzadark/status/16/tray-away.png +share/icons/matefaenzadark/status/16/tray-busy.png +share/icons/matefaenzadark/status/16/tray-extended-away.png +share/icons/matefaenzadark/status/16/tray-offline.png +share/icons/matefaenzadark/status/16/tray-online.png +share/icons/matefaenzadark/status/16/user-available-panel.png +share/icons/matefaenzadark/status/16/user-available.png +share/icons/matefaenzadark/status/16/user-away-panel.png +share/icons/matefaenzadark/status/16/user-away.png +share/icons/matefaenzadark/status/16/user-busy-panel.png +share/icons/matefaenzadark/status/16/user-busy.png +share/icons/matefaenzadark/status/16/user-idle-panel.png +share/icons/matefaenzadark/status/16/user-idle.png +share/icons/matefaenzadark/status/16/user-invisible-panel.png +share/icons/matefaenzadark/status/16/user-invisible.png +share/icons/matefaenzadark/status/16/user-offline-panel.png +share/icons/matefaenzadark/status/16/user-offline.png +share/icons/matefaenzadark/status/16/weather-clear-night-000.png +share/icons/matefaenzadark/status/16/weather-clear-night-010.png +share/icons/matefaenzadark/status/16/weather-clear-night-020.png +share/icons/matefaenzadark/status/16/weather-clear-night-030.png +share/icons/matefaenzadark/status/16/weather-clear-night-040.png +share/icons/matefaenzadark/status/16/weather-clear-night-050.png +share/icons/matefaenzadark/status/16/weather-clear-night-060.png +share/icons/matefaenzadark/status/16/weather-clear-night-070.png +share/icons/matefaenzadark/status/16/weather-clear-night-080.png +share/icons/matefaenzadark/status/16/weather-clear-night-090.png +share/icons/matefaenzadark/status/16/weather-clear-night-100.png +share/icons/matefaenzadark/status/16/weather-clear-night-110.png +share/icons/matefaenzadark/status/16/weather-clear-night-120.png +share/icons/matefaenzadark/status/16/weather-clear-night-130.png +share/icons/matefaenzadark/status/16/weather-clear-night-140.png +share/icons/matefaenzadark/status/16/weather-clear-night-150.png +share/icons/matefaenzadark/status/16/weather-clear-night-160.png +share/icons/matefaenzadark/status/16/weather-clear-night-170.png +share/icons/matefaenzadark/status/16/weather-clear-night-180.png +share/icons/matefaenzadark/status/16/weather-clear-night-190.png +share/icons/matefaenzadark/status/16/weather-clear-night-200.png +share/icons/matefaenzadark/status/16/weather-clear-night-210.png +share/icons/matefaenzadark/status/16/weather-clear-night-220.png +share/icons/matefaenzadark/status/16/weather-clear-night-230.png +share/icons/matefaenzadark/status/16/weather-clear-night-240.png +share/icons/matefaenzadark/status/16/weather-clear-night-250.png +share/icons/matefaenzadark/status/16/weather-clear-night-260.png +share/icons/matefaenzadark/status/16/weather-clear-night-270.png +share/icons/matefaenzadark/status/16/weather-clear-night-280.png +share/icons/matefaenzadark/status/16/weather-clear-night-290.png +share/icons/matefaenzadark/status/16/weather-clear-night-300.png +share/icons/matefaenzadark/status/16/weather-clear-night-310.png +share/icons/matefaenzadark/status/16/weather-clear-night-320.png +share/icons/matefaenzadark/status/16/weather-clear-night-330.png +share/icons/matefaenzadark/status/16/weather-clear-night-340.png +share/icons/matefaenzadark/status/16/weather-clear-night-350.png +share/icons/matefaenzadark/status/16/weather-clear-night.png +share/icons/matefaenzadark/status/16/weather-clear.png +share/icons/matefaenzadark/status/16/weather-clouds-night.png +share/icons/matefaenzadark/status/16/weather-clouds.png +share/icons/matefaenzadark/status/16/weather-few-clouds-night.png +share/icons/matefaenzadark/status/16/weather-few-clouds.png +share/icons/matefaenzadark/status/16/weather-fog.png +share/icons/matefaenzadark/status/16/weather-overcast.png +share/icons/matefaenzadark/status/16/weather-severe-alert.png +share/icons/matefaenzadark/status/16/weather-showers-scattered.png +share/icons/matefaenzadark/status/16/weather-showers.png +share/icons/matefaenzadark/status/16/weather-snow.png +share/icons/matefaenzadark/status/16/weather-storm.png +share/icons/matefaenzadark/status/16/x.png +share/icons/matefaenzadark/status/16/x.xpm +share/icons/matefaenzadark/status/16/xfce-system-lock.png +share/icons/matefaenzadark/status/16/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/16/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/16/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/16/xfce4-weather.png +share/icons/matefaenzadark/status/22/appointment-missed.png +share/icons/matefaenzadark/status/22/appointment-soon.png +share/icons/matefaenzadark/status/22/apport.png +share/icons/matefaenzadark/status/22/audacious-panel.png +share/icons/matefaenzadark/status/22/audio-volume-high-panel.png +share/icons/matefaenzadark/status/22/audio-volume-high.png +share/icons/matefaenzadark/status/22/audio-volume-low-panel.png +share/icons/matefaenzadark/status/22/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/22/audio-volume-low.png +share/icons/matefaenzadark/status/22/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/22/audio-volume-medium.png +share/icons/matefaenzadark/status/22/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/22/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/22/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/22/audio-volume-muted.png +share/icons/matefaenzadark/status/22/audio-volume-off.png +share/icons/matefaenzadark/status/22/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/22/avatar-default.png +share/icons/matefaenzadark/status/22/banshee-panel.png +share/icons/matefaenzadark/status/22/battery-000.png +share/icons/matefaenzadark/status/22/battery_caution.png +share/icons/matefaenzadark/status/22/battery_charged.png +share/icons/matefaenzadark/status/22/battery_empty.png +share/icons/matefaenzadark/status/22/battery_full.png +share/icons/matefaenzadark/status/22/battery_low.png +share/icons/matefaenzadark/status/22/battery_plugged.png +share/icons/matefaenzadark/status/22/battery_third_fouth.png +share/icons/matefaenzadark/status/22/battery_two_thirds.png +share/icons/matefaenzadark/status/22/blank.png +share/icons/matefaenzadark/status/22/blueman-tray.png +share/icons/matefaenzadark/status/22/bluetooth-active.png +share/icons/matefaenzadark/status/22/bluetooth-disabled.png +share/icons/matefaenzadark/status/22/bluetooth-paired.png +share/icons/matefaenzadark/status/22/busy.png +share/icons/matefaenzadark/status/22/busy2.png +share/icons/matefaenzadark/status/22/caffeine-cup-empty.png +share/icons/matefaenzadark/status/22/caffeine-cup-full.png +share/icons/matefaenzadark/status/22/connect_creating.png +share/icons/matefaenzadark/status/22/connect_established.png +share/icons/matefaenzadark/status/22/connect_no.png +share/icons/matefaenzadark/status/22/covergloobus-panel.png +share/icons/matefaenzadark/status/22/dcpp-32.png +share/icons/matefaenzadark/status/22/dcpp-panel.png +share/icons/matefaenzadark/status/22/deadbeef-tray-icon.png +share/icons/matefaenzadark/status/22/deluge-panel.png +share/icons/matefaenzadark/status/22/deluge-torrent-panel.png +share/icons/matefaenzadark/status/22/dropboxstatus-blank.png +share/icons/matefaenzadark/status/22/dropboxstatus-busy.png +share/icons/matefaenzadark/status/22/dropboxstatus-busy2.png +share/icons/matefaenzadark/status/22/dropboxstatus-idle.png +share/icons/matefaenzadark/status/22/dropboxstatus-logo.png +share/icons/matefaenzadark/status/22/dropboxstatus-x.png +share/icons/matefaenzadark/status/22/edittrash.png +share/icons/matefaenzadark/status/22/empathy-available.png +share/icons/matefaenzadark/status/22/empathy-away.png +share/icons/matefaenzadark/status/22/empathy-busy.png +share/icons/matefaenzadark/status/22/empathy-extended-away.png +share/icons/matefaenzadark/status/22/empathy-invisible.png +share/icons/matefaenzadark/status/22/empathy-offline.png +share/icons/matefaenzadark/status/22/exaile-panel.png +share/icons/matefaenzadark/status/22/exaile-pause.png +share/icons/matefaenzadark/status/22/exaile-play.png +share/icons/matefaenzadark/status/22/fusion-icon-panel.png +share/icons/matefaenzadark/status/22/fusion-icon-symbolic.png +share/icons/matefaenzadark/status/22/glipper.png +share/icons/matefaenzadark/status/22/glippy-panel.png +share/icons/matefaenzadark/status/22/gmp-ups-missing.png +share/icons/matefaenzadark/status/22/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/22/gnome-do-icon.png +share/icons/matefaenzadark/status/22/gnome-do-panel.png +share/icons/matefaenzadark/status/22/gnome-do-symbolic.png +share/icons/matefaenzadark/status/22/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/22/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/22/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/22/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/22/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/22/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/22/gnome-netstatus-error.png +share/icons/matefaenzadark/status/22/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/22/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/22/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/22/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/22/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/22/goldendict-panel.png +share/icons/matefaenzadark/status/22/gpm-ac-adapter.png +share/icons/matefaenzadark/status/22/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-000.png +share/icons/matefaenzadark/status/22/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-020.png +share/icons/matefaenzadark/status/22/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-040.png +share/icons/matefaenzadark/status/22/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-060.png +share/icons/matefaenzadark/status/22/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-080.png +share/icons/matefaenzadark/status/22/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/22/gpm-battery-100.png +share/icons/matefaenzadark/status/22/gpm-battery-charged.png +share/icons/matefaenzadark/status/22/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-000.png +share/icons/matefaenzadark/status/22/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-020.png +share/icons/matefaenzadark/status/22/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-040.png +share/icons/matefaenzadark/status/22/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-060.png +share/icons/matefaenzadark/status/22/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-080.png +share/icons/matefaenzadark/status/22/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/22/gpm-primary-100.png +share/icons/matefaenzadark/status/22/gpm-primary-charged.png +share/icons/matefaenzadark/status/22/gpm-primary-missing.png +share/icons/matefaenzadark/status/22/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-000.png +share/icons/matefaenzadark/status/22/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-020.png +share/icons/matefaenzadark/status/22/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-040.png +share/icons/matefaenzadark/status/22/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-060.png +share/icons/matefaenzadark/status/22/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-080.png +share/icons/matefaenzadark/status/22/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/22/gpm-ups-100.png +share/icons/matefaenzadark/status/22/gsm-3g-full-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-full.png +share/icons/matefaenzadark/status/22/gsm-3g-high-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-high.png +share/icons/matefaenzadark/status/22/gsm-3g-low-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-low.png +share/icons/matefaenzadark/status/22/gsm-3g-medium-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-medium.png +share/icons/matefaenzadark/status/22/gsm-3g-none-secure.png +share/icons/matefaenzadark/status/22/gsm-3g-none.png +share/icons/matefaenzadark/status/22/gtg-panel.png +share/icons/matefaenzadark/status/22/gtk-dialog-authentication-panel.png +share/icons/matefaenzadark/status/22/gtk-dialog-warning-panel.png +share/icons/matefaenzadark/status/22/guake-tray.png +share/icons/matefaenzadark/status/22/haguichi-connected.png +share/icons/matefaenzadark/status/22/haguichi-connecting-1.png +share/icons/matefaenzadark/status/22/haguichi-connecting-2.png +share/icons/matefaenzadark/status/22/haguichi-connecting-3.png +share/icons/matefaenzadark/status/22/haguichi-disconnected.png +share/icons/matefaenzadark/status/22/ibus-keyboard.png +share/icons/matefaenzadark/status/22/ibus-panel.png +share/icons/matefaenzadark/status/22/idle.png +share/icons/matefaenzadark/status/22/im-message-new.png +share/icons/matefaenzadark/status/22/indicator-messages-new.png +share/icons/matefaenzadark/status/22/indicator-messages.png +share/icons/matefaenzadark/status/22/jdownloader-panel.png +share/icons/matefaenzadark/status/22/keepassx-panel.png +share/icons/matefaenzadark/status/22/keys.png +share/icons/matefaenzadark/status/22/krb-expiring-ticket.png +share/icons/matefaenzadark/status/22/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/22/krb-valid-ticket.png +share/icons/matefaenzadark/status/22/kupfer-panel.png +share/icons/matefaenzadark/status/22/lastfm-panel.png +share/icons/matefaenzadark/status/22/locked.png +share/icons/matefaenzadark/status/22/locked.xpm +share/icons/matefaenzadark/status/22/logo.png +share/icons/matefaenzadark/status/22/me-tv-panel.png +share/icons/matefaenzadark/status/22/media-player-banshee-buffering.png +share/icons/matefaenzadark/status/22/media-player-banshee-panel.png +share/icons/matefaenzadark/status/22/media-player-banshee-stopped.png +share/icons/matefaenzadark/status/22/nautilus-progress-info-panel.png +share/icons/matefaenzadark/status/22/network-error.png +share/icons/matefaenzadark/status/22/network-idle.png +share/icons/matefaenzadark/status/22/network-offline.png +share/icons/matefaenzadark/status/22/network-receive.png +share/icons/matefaenzadark/status/22/network-transmit-receive.png +share/icons/matefaenzadark/status/22/network-transmit.png +share/icons/matefaenzadark/status/22/network-wireless-encrypted.png +share/icons/matefaenzadark/status/22/new-messages-red.png +share/icons/matefaenzadark/status/22/nm-adhoc.png +share/icons/matefaenzadark/status/22/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/22/nm-device-wired-secure.png +share/icons/matefaenzadark/status/22/nm-device-wired.png +share/icons/matefaenzadark/status/22/nm-device-wireless.png +share/icons/matefaenzadark/status/22/nm-device-wwan.png +share/icons/matefaenzadark/status/22/nm-no-connection.png +share/icons/matefaenzadark/status/22/nm-secure-lock.png +share/icons/matefaenzadark/status/22/nm-signal-0.png +share/icons/matefaenzadark/status/22/nm-signal-00-secure.png +share/icons/matefaenzadark/status/22/nm-signal-00.png +share/icons/matefaenzadark/status/22/nm-signal-100-secure.png +share/icons/matefaenzadark/status/22/nm-signal-100.png +share/icons/matefaenzadark/status/22/nm-signal-25-secure.png +share/icons/matefaenzadark/status/22/nm-signal-25.png +share/icons/matefaenzadark/status/22/nm-signal-50-secure.png +share/icons/matefaenzadark/status/22/nm-signal-50.png +share/icons/matefaenzadark/status/22/nm-signal-75-secure.png +share/icons/matefaenzadark/status/22/nm-signal-75.png +share/icons/matefaenzadark/status/22/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/22/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/22/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/22/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/22/nm-vpn-lock.png +share/icons/matefaenzadark/status/22/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/22/notification-audio-volume-high.png +share/icons/matefaenzadark/status/22/notification-audio-volume-low.png +share/icons/matefaenzadark/status/22/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/22/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/22/notification-audio-volume-off.png +share/icons/matefaenzadark/status/22/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-000.png +share/icons/matefaenzadark/status/22/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-020.png +share/icons/matefaenzadark/status/22/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-040.png +share/icons/matefaenzadark/status/22/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-060.png +share/icons/matefaenzadark/status/22/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-080.png +share/icons/matefaenzadark/status/22/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/22/notification-battery-100.png +share/icons/matefaenzadark/status/22/notification-battery-empty.png +share/icons/matefaenzadark/status/22/notification-battery-low.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/22/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/22/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/22/notification-network-disconnected.png +share/icons/matefaenzadark/status/22/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/22/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/22/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/22/notification-network-wireless-full.png +share/icons/matefaenzadark/status/22/notification-network-wireless-high.png +share/icons/matefaenzadark/status/22/notification-network-wireless-low.png +share/icons/matefaenzadark/status/22/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/22/notification-network-wireless-none.png +share/icons/matefaenzadark/status/22/pino-tray-icon-fresh.png +share/icons/matefaenzadark/status/22/pino-tray-icon.png +share/icons/matefaenzadark/status/22/printer-error.png +share/icons/matefaenzadark/status/22/printer-printing.png +share/icons/matefaenzadark/status/22/radiotray_connecting.png +share/icons/matefaenzadark/status/22/radiotray_off.png +share/icons/matefaenzadark/status/22/radiotray_on.png +share/icons/matefaenzadark/status/22/reboot-notifier.png +share/icons/matefaenzadark/status/22/rhythmbox-notplaying.png +share/icons/matefaenzadark/status/22/rhythmbox-panel.png +share/icons/matefaenzadark/status/22/shutter-panel.png +share/icons/matefaenzadark/status/22/software-update-available.png +share/icons/matefaenzadark/status/22/software-update-urgent.png +share/icons/matefaenzadark/status/22/status_lock.png +share/icons/matefaenzadark/status/22/stock_appointment-reminder-excl.png +share/icons/matefaenzadark/status/22/stock_appointment-reminder.png +share/icons/matefaenzadark/status/22/stock_lock.png +share/icons/matefaenzadark/status/22/stock_trash_full.png +share/icons/matefaenzadark/status/22/stock_volume-0.png +share/icons/matefaenzadark/status/22/stock_volume-max.png +share/icons/matefaenzadark/status/22/stock_volume-med.png +share/icons/matefaenzadark/status/22/stock_volume-min.png +share/icons/matefaenzadark/status/22/stock_volume-mute.png +share/icons/matefaenzadark/status/22/stock_volume.png +share/icons/matefaenzadark/status/22/stock_weather-night-clear.png +share/icons/matefaenzadark/status/22/stock_weather-sunny.png +share/icons/matefaenzadark/status/22/sunny.png +share/icons/matefaenzadark/status/22/synapse-panel.png +share/icons/matefaenzadark/status/22/system-devices-panel-alert.png +share/icons/matefaenzadark/status/22/system-devices-panel-informations.png +share/icons/matefaenzadark/status/22/system-devices-panel.png +share/icons/matefaenzadark/status/22/system-file-manager-panel.png +share/icons/matefaenzadark/status/22/system-file-progress-panel.png +share/icons/matefaenzadark/status/22/system-restart-panel.png +share/icons/matefaenzadark/status/22/system-shutdown-restart-panel.png +share/icons/matefaenzadark/status/22/tomboy-panel.png +share/icons/matefaenzadark/status/22/transmission-tray-icon.png +share/icons/matefaenzadark/status/22/trashcan_full.png +share/icons/matefaenzadark/status/22/tray-away.png +share/icons/matefaenzadark/status/22/tray-busy.png +share/icons/matefaenzadark/status/22/tray-extended-away.png +share/icons/matefaenzadark/status/22/tray-message.png +share/icons/matefaenzadark/status/22/tray-new-im.png +share/icons/matefaenzadark/status/22/tray-offline.png +share/icons/matefaenzadark/status/22/tray-online.png +share/icons/matefaenzadark/status/22/ubuntuone-client-error.png +share/icons/matefaenzadark/status/22/ubuntuone-client-idle.png +share/icons/matefaenzadark/status/22/ubuntuone-client-offline.png +share/icons/matefaenzadark/status/22/ubuntuone-client-updating.png +share/icons/matefaenzadark/status/22/user-available-panel.png +share/icons/matefaenzadark/status/22/user-available.png +share/icons/matefaenzadark/status/22/user-away-panel.png +share/icons/matefaenzadark/status/22/user-away.png +share/icons/matefaenzadark/status/22/user-busy-panel.png +share/icons/matefaenzadark/status/22/user-busy.png +share/icons/matefaenzadark/status/22/user-extended-away.png +share/icons/matefaenzadark/status/22/user-idle-panel.png +share/icons/matefaenzadark/status/22/user-idle.png +share/icons/matefaenzadark/status/22/user-indeterminate-panel.png +share/icons/matefaenzadark/status/22/user-indeterminate.png +share/icons/matefaenzadark/status/22/user-invisible-panel.png +share/icons/matefaenzadark/status/22/user-invisible.png +share/icons/matefaenzadark/status/22/user-offline-panel.png +share/icons/matefaenzadark/status/22/user-offline.png +share/icons/matefaenzadark/status/22/user-trash-full.png +share/icons/matefaenzadark/status/22/weather-clear-night-000.png +share/icons/matefaenzadark/status/22/weather-clear-night-010.png +share/icons/matefaenzadark/status/22/weather-clear-night-020.png +share/icons/matefaenzadark/status/22/weather-clear-night-030.png +share/icons/matefaenzadark/status/22/weather-clear-night-040.png +share/icons/matefaenzadark/status/22/weather-clear-night-050.png +share/icons/matefaenzadark/status/22/weather-clear-night-060.png +share/icons/matefaenzadark/status/22/weather-clear-night-070.png +share/icons/matefaenzadark/status/22/weather-clear-night-080.png +share/icons/matefaenzadark/status/22/weather-clear-night-090.png +share/icons/matefaenzadark/status/22/weather-clear-night-100.png +share/icons/matefaenzadark/status/22/weather-clear-night-110.png +share/icons/matefaenzadark/status/22/weather-clear-night-120.png +share/icons/matefaenzadark/status/22/weather-clear-night-130.png +share/icons/matefaenzadark/status/22/weather-clear-night-140.png +share/icons/matefaenzadark/status/22/weather-clear-night-150.png +share/icons/matefaenzadark/status/22/weather-clear-night-160.png +share/icons/matefaenzadark/status/22/weather-clear-night-170.png +share/icons/matefaenzadark/status/22/weather-clear-night-180.png +share/icons/matefaenzadark/status/22/weather-clear-night-190.png +share/icons/matefaenzadark/status/22/weather-clear-night-200.png +share/icons/matefaenzadark/status/22/weather-clear-night-210.png +share/icons/matefaenzadark/status/22/weather-clear-night-220.png +share/icons/matefaenzadark/status/22/weather-clear-night-230.png +share/icons/matefaenzadark/status/22/weather-clear-night-240.png +share/icons/matefaenzadark/status/22/weather-clear-night-250.png +share/icons/matefaenzadark/status/22/weather-clear-night-260.png +share/icons/matefaenzadark/status/22/weather-clear-night-270.png +share/icons/matefaenzadark/status/22/weather-clear-night-280.png +share/icons/matefaenzadark/status/22/weather-clear-night-290.png +share/icons/matefaenzadark/status/22/weather-clear-night-300.png +share/icons/matefaenzadark/status/22/weather-clear-night-310.png +share/icons/matefaenzadark/status/22/weather-clear-night-320.png +share/icons/matefaenzadark/status/22/weather-clear-night-330.png +share/icons/matefaenzadark/status/22/weather-clear-night-340.png +share/icons/matefaenzadark/status/22/weather-clear-night-350.png +share/icons/matefaenzadark/status/22/weather-clear-night.png +share/icons/matefaenzadark/status/22/weather-clear.png +share/icons/matefaenzadark/status/22/weather-clouds-night.png +share/icons/matefaenzadark/status/22/weather-clouds.png +share/icons/matefaenzadark/status/22/weather-few-clouds-night.png +share/icons/matefaenzadark/status/22/weather-few-clouds.png +share/icons/matefaenzadark/status/22/weather-fog.png +share/icons/matefaenzadark/status/22/weather-overcast.png +share/icons/matefaenzadark/status/22/weather-severe-alert.png +share/icons/matefaenzadark/status/22/weather-showers-scattered.png +share/icons/matefaenzadark/status/22/weather-showers.png +share/icons/matefaenzadark/status/22/weather-snow.png +share/icons/matefaenzadark/status/22/weather-storm.png +share/icons/matefaenzadark/status/22/x.png +share/icons/matefaenzadark/status/22/x.xpm +share/icons/matefaenzadark/status/22/xchat-panel.png +share/icons/matefaenzadark/status/22/xfce-system-lock.png +share/icons/matefaenzadark/status/22/xfce-trash-full.png +share/icons/matefaenzadark/status/22/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/22/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/22/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/22/xfce4-weather.png +share/icons/matefaenzadark/status/22/xfm-battery-000.png +share/icons/matefaenzadark/status/22/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/22/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-020.png +share/icons/matefaenzadark/status/22/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-040.png +share/icons/matefaenzadark/status/22/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-060.png +share/icons/matefaenzadark/status/22/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-080.png +share/icons/matefaenzadark/status/22/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/22/xfpm-battery-100.png +share/icons/matefaenzadark/status/22/xfpm-battery-charged.png +share/icons/matefaenzadark/status/22/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-000.png +share/icons/matefaenzadark/status/22/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-020.png +share/icons/matefaenzadark/status/22/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-040.png +share/icons/matefaenzadark/status/22/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-060.png +share/icons/matefaenzadark/status/22/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-080.png +share/icons/matefaenzadark/status/22/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/22/xfpm-primary-100.png +share/icons/matefaenzadark/status/22/xfpm-primary-charged.png +share/icons/matefaenzadark/status/22/zim-panel.png +share/icons/matefaenzadark/status/24/appointment-missed.png +share/icons/matefaenzadark/status/24/appointment-soon.png +share/icons/matefaenzadark/status/24/apport.png +share/icons/matefaenzadark/status/24/audacious-panel.png +share/icons/matefaenzadark/status/24/audio-volume-high-panel.png +share/icons/matefaenzadark/status/24/audio-volume-high.png +share/icons/matefaenzadark/status/24/audio-volume-low-panel.png +share/icons/matefaenzadark/status/24/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/24/audio-volume-low.png +share/icons/matefaenzadark/status/24/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/24/audio-volume-medium.png +share/icons/matefaenzadark/status/24/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/24/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/24/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/24/audio-volume-muted.png +share/icons/matefaenzadark/status/24/audio-volume-off.png +share/icons/matefaenzadark/status/24/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/24/avatar-default.png +share/icons/matefaenzadark/status/24/banshee-panel.png +share/icons/matefaenzadark/status/24/battery-000.png +share/icons/matefaenzadark/status/24/battery_caution.png +share/icons/matefaenzadark/status/24/battery_charged.png +share/icons/matefaenzadark/status/24/battery_empty.png +share/icons/matefaenzadark/status/24/battery_full.png +share/icons/matefaenzadark/status/24/battery_low.png +share/icons/matefaenzadark/status/24/battery_plugged.png +share/icons/matefaenzadark/status/24/battery_third_fouth.png +share/icons/matefaenzadark/status/24/battery_two_thirds.png +share/icons/matefaenzadark/status/24/blank.png +share/icons/matefaenzadark/status/24/blueman-tray.png +share/icons/matefaenzadark/status/24/bluetooth-active.png +share/icons/matefaenzadark/status/24/bluetooth-disabled.png +share/icons/matefaenzadark/status/24/bluetooth-paired.png +share/icons/matefaenzadark/status/24/busy.png +share/icons/matefaenzadark/status/24/busy2.png +share/icons/matefaenzadark/status/24/caffeine-cup-empty.png +share/icons/matefaenzadark/status/24/caffeine-cup-full.png +share/icons/matefaenzadark/status/24/connect_creating.png +share/icons/matefaenzadark/status/24/connect_established.png +share/icons/matefaenzadark/status/24/connect_no.png +share/icons/matefaenzadark/status/24/covergloobus-panel.png +share/icons/matefaenzadark/status/24/dcpp-32.png +share/icons/matefaenzadark/status/24/dcpp-panel.png +share/icons/matefaenzadark/status/24/deadbeef-tray-icon.png +share/icons/matefaenzadark/status/24/deluge-panel.png +share/icons/matefaenzadark/status/24/deluge-torrent-panel.png +share/icons/matefaenzadark/status/24/dropboxstatus-blank.png +share/icons/matefaenzadark/status/24/dropboxstatus-busy.png +share/icons/matefaenzadark/status/24/dropboxstatus-busy2.png +share/icons/matefaenzadark/status/24/dropboxstatus-idle.png +share/icons/matefaenzadark/status/24/dropboxstatus-logo.png +share/icons/matefaenzadark/status/24/dropboxstatus-x.png +share/icons/matefaenzadark/status/24/edittrash.png +share/icons/matefaenzadark/status/24/empathy-available.png +share/icons/matefaenzadark/status/24/empathy-away.png +share/icons/matefaenzadark/status/24/empathy-busy.png +share/icons/matefaenzadark/status/24/empathy-extended-away.png +share/icons/matefaenzadark/status/24/empathy-invisible.png +share/icons/matefaenzadark/status/24/empathy-offline.png +share/icons/matefaenzadark/status/24/exaile-panel.png +share/icons/matefaenzadark/status/24/exaile-pause.png +share/icons/matefaenzadark/status/24/exaile-play.png +share/icons/matefaenzadark/status/24/fusion-icon-panel.png +share/icons/matefaenzadark/status/24/fusion-icon-symbolic.png +share/icons/matefaenzadark/status/24/glipper.png +share/icons/matefaenzadark/status/24/glippy-panel.png +share/icons/matefaenzadark/status/24/gmp-ups-missing.png +share/icons/matefaenzadark/status/24/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/24/gnome-do-icon.png +share/icons/matefaenzadark/status/24/gnome-do-panel.png +share/icons/matefaenzadark/status/24/gnome-do-symbolic.png +share/icons/matefaenzadark/status/24/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/24/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/24/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/24/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/24/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/24/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/24/gnome-netstatus-error.png +share/icons/matefaenzadark/status/24/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/24/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/24/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/24/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/24/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/24/goldendict-panel.png +share/icons/matefaenzadark/status/24/gpm-ac-adapter.png +share/icons/matefaenzadark/status/24/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-000.png +share/icons/matefaenzadark/status/24/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-020.png +share/icons/matefaenzadark/status/24/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-040.png +share/icons/matefaenzadark/status/24/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-060.png +share/icons/matefaenzadark/status/24/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-080.png +share/icons/matefaenzadark/status/24/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/24/gpm-battery-100.png +share/icons/matefaenzadark/status/24/gpm-battery-charged.png +share/icons/matefaenzadark/status/24/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-000.png +share/icons/matefaenzadark/status/24/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-020.png +share/icons/matefaenzadark/status/24/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-040.png +share/icons/matefaenzadark/status/24/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-060.png +share/icons/matefaenzadark/status/24/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-080.png +share/icons/matefaenzadark/status/24/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/24/gpm-primary-100.png +share/icons/matefaenzadark/status/24/gpm-primary-charged.png +share/icons/matefaenzadark/status/24/gpm-primary-missing.png +share/icons/matefaenzadark/status/24/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-000.png +share/icons/matefaenzadark/status/24/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-020.png +share/icons/matefaenzadark/status/24/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-040.png +share/icons/matefaenzadark/status/24/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-060.png +share/icons/matefaenzadark/status/24/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-080.png +share/icons/matefaenzadark/status/24/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/24/gpm-ups-100.png +share/icons/matefaenzadark/status/24/gsm-3g-full-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-full.png +share/icons/matefaenzadark/status/24/gsm-3g-high-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-high.png +share/icons/matefaenzadark/status/24/gsm-3g-low-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-low.png +share/icons/matefaenzadark/status/24/gsm-3g-medium-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-medium.png +share/icons/matefaenzadark/status/24/gsm-3g-none-secure.png +share/icons/matefaenzadark/status/24/gsm-3g-none.png +share/icons/matefaenzadark/status/24/gtg-panel.png +share/icons/matefaenzadark/status/24/gtk-dialog-authentication-panel.png +share/icons/matefaenzadark/status/24/gtk-dialog-warning-panel.png +share/icons/matefaenzadark/status/24/guake-tray.png +share/icons/matefaenzadark/status/24/haguichi-connected.png +share/icons/matefaenzadark/status/24/haguichi-connecting-1.png +share/icons/matefaenzadark/status/24/haguichi-connecting-2.png +share/icons/matefaenzadark/status/24/haguichi-connecting-3.png +share/icons/matefaenzadark/status/24/haguichi-disconnected.png +share/icons/matefaenzadark/status/24/ibus-keyboard.png +share/icons/matefaenzadark/status/24/ibus-panel.png +share/icons/matefaenzadark/status/24/idle.png +share/icons/matefaenzadark/status/24/im-message-new.png +share/icons/matefaenzadark/status/24/indicator-messages-new.png +share/icons/matefaenzadark/status/24/indicator-messages.png +share/icons/matefaenzadark/status/24/jdownloader-panel.png +share/icons/matefaenzadark/status/24/keepassx-panel.png +share/icons/matefaenzadark/status/24/keys.png +share/icons/matefaenzadark/status/24/krb-expiring-ticket.png +share/icons/matefaenzadark/status/24/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/24/krb-valid-ticket.png +share/icons/matefaenzadark/status/24/kupfer-panel.png +share/icons/matefaenzadark/status/24/lastfm-panel.png +share/icons/matefaenzadark/status/24/locked.png +share/icons/matefaenzadark/status/24/locked.xpm +share/icons/matefaenzadark/status/24/logo.png +share/icons/matefaenzadark/status/24/me-tv-panel.png +share/icons/matefaenzadark/status/24/media-player-banshee-buffering.png +share/icons/matefaenzadark/status/24/media-player-banshee-panel.png +share/icons/matefaenzadark/status/24/media-player-banshee-stopped.png +share/icons/matefaenzadark/status/24/nautilus-progress-info-panel.png +share/icons/matefaenzadark/status/24/network-error.png +share/icons/matefaenzadark/status/24/network-idle.png +share/icons/matefaenzadark/status/24/network-offline.png +share/icons/matefaenzadark/status/24/network-receive.png +share/icons/matefaenzadark/status/24/network-transmit-receive.png +share/icons/matefaenzadark/status/24/network-transmit.png +share/icons/matefaenzadark/status/24/network-wireless-encrypted.png +share/icons/matefaenzadark/status/24/new-messages-red.png +share/icons/matefaenzadark/status/24/nm-adhoc.png +share/icons/matefaenzadark/status/24/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/24/nm-device-wired-secure.png +share/icons/matefaenzadark/status/24/nm-device-wired.png +share/icons/matefaenzadark/status/24/nm-device-wireless.png +share/icons/matefaenzadark/status/24/nm-device-wwan.png +share/icons/matefaenzadark/status/24/nm-no-connection.png +share/icons/matefaenzadark/status/24/nm-secure-lock.png +share/icons/matefaenzadark/status/24/nm-signal-0.png +share/icons/matefaenzadark/status/24/nm-signal-00-secure.png +share/icons/matefaenzadark/status/24/nm-signal-00.png +share/icons/matefaenzadark/status/24/nm-signal-100-secure.png +share/icons/matefaenzadark/status/24/nm-signal-100.png +share/icons/matefaenzadark/status/24/nm-signal-25-secure.png +share/icons/matefaenzadark/status/24/nm-signal-25.png +share/icons/matefaenzadark/status/24/nm-signal-50-secure.png +share/icons/matefaenzadark/status/24/nm-signal-50.png +share/icons/matefaenzadark/status/24/nm-signal-75-secure.png +share/icons/matefaenzadark/status/24/nm-signal-75.png +share/icons/matefaenzadark/status/24/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/24/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/24/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/24/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/24/nm-vpn-lock.png +share/icons/matefaenzadark/status/24/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/24/notification-audio-volume-high.png +share/icons/matefaenzadark/status/24/notification-audio-volume-low.png +share/icons/matefaenzadark/status/24/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/24/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/24/notification-audio-volume-off.png +share/icons/matefaenzadark/status/24/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-000.png +share/icons/matefaenzadark/status/24/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-020.png +share/icons/matefaenzadark/status/24/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-040.png +share/icons/matefaenzadark/status/24/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-060.png +share/icons/matefaenzadark/status/24/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-080.png +share/icons/matefaenzadark/status/24/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/24/notification-battery-100.png +share/icons/matefaenzadark/status/24/notification-battery-empty.png +share/icons/matefaenzadark/status/24/notification-battery-low.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/24/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/24/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/24/notification-network-disconnected.png +share/icons/matefaenzadark/status/24/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/24/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/24/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/24/notification-network-wireless-full.png +share/icons/matefaenzadark/status/24/notification-network-wireless-high.png +share/icons/matefaenzadark/status/24/notification-network-wireless-low.png +share/icons/matefaenzadark/status/24/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/24/notification-network-wireless-none.png +share/icons/matefaenzadark/status/24/pino-tray-icon-fresh.png +share/icons/matefaenzadark/status/24/pino-tray-icon.png +share/icons/matefaenzadark/status/24/printer-error.png +share/icons/matefaenzadark/status/24/printer-printing.png +share/icons/matefaenzadark/status/24/radiotray_connecting.png +share/icons/matefaenzadark/status/24/radiotray_off.png +share/icons/matefaenzadark/status/24/radiotray_on.png +share/icons/matefaenzadark/status/24/reboot-notifier.png +share/icons/matefaenzadark/status/24/rhythmbox-notplaying.png +share/icons/matefaenzadark/status/24/rhythmbox-panel.png +share/icons/matefaenzadark/status/24/shutter-panel.png +share/icons/matefaenzadark/status/24/software-update-available.png +share/icons/matefaenzadark/status/24/software-update-urgent.png +share/icons/matefaenzadark/status/24/status_lock.png +share/icons/matefaenzadark/status/24/stock_appointment-reminder-excl.png +share/icons/matefaenzadark/status/24/stock_appointment-reminder.png +share/icons/matefaenzadark/status/24/stock_lock.png +share/icons/matefaenzadark/status/24/stock_trash_full.png +share/icons/matefaenzadark/status/24/stock_volume-0.png +share/icons/matefaenzadark/status/24/stock_volume-max.png +share/icons/matefaenzadark/status/24/stock_volume-med.png +share/icons/matefaenzadark/status/24/stock_volume-min.png +share/icons/matefaenzadark/status/24/stock_volume-mute.png +share/icons/matefaenzadark/status/24/stock_volume.png +share/icons/matefaenzadark/status/24/stock_weather-night-clear.png +share/icons/matefaenzadark/status/24/stock_weather-sunny.png +share/icons/matefaenzadark/status/24/sunny.png +share/icons/matefaenzadark/status/24/synapse-panel.png +share/icons/matefaenzadark/status/24/system-devices-panel-alert.png +share/icons/matefaenzadark/status/24/system-devices-panel-informations.png +share/icons/matefaenzadark/status/24/system-devices-panel.png +share/icons/matefaenzadark/status/24/system-file-manager-panel.png +share/icons/matefaenzadark/status/24/system-file-progress-panel.png +share/icons/matefaenzadark/status/24/system-restart-panel.png +share/icons/matefaenzadark/status/24/system-shutdown-restart-panel.png +share/icons/matefaenzadark/status/24/tomboy-panel.png +share/icons/matefaenzadark/status/24/transmission-tray-icon.png +share/icons/matefaenzadark/status/24/trashcan_full.png +share/icons/matefaenzadark/status/24/tray-away.png +share/icons/matefaenzadark/status/24/tray-busy.png +share/icons/matefaenzadark/status/24/tray-extended-away.png +share/icons/matefaenzadark/status/24/tray-message.png +share/icons/matefaenzadark/status/24/tray-new-im.png +share/icons/matefaenzadark/status/24/tray-offline.png +share/icons/matefaenzadark/status/24/tray-online.png +share/icons/matefaenzadark/status/24/ubuntuone-client-error.png +share/icons/matefaenzadark/status/24/ubuntuone-client-idle.png +share/icons/matefaenzadark/status/24/ubuntuone-client-offline.png +share/icons/matefaenzadark/status/24/ubuntuone-client-updating.png +share/icons/matefaenzadark/status/24/user-available-panel.png +share/icons/matefaenzadark/status/24/user-available.png +share/icons/matefaenzadark/status/24/user-away-panel.png +share/icons/matefaenzadark/status/24/user-away.png +share/icons/matefaenzadark/status/24/user-busy-panel.png +share/icons/matefaenzadark/status/24/user-busy.png +share/icons/matefaenzadark/status/24/user-extended-away.png +share/icons/matefaenzadark/status/24/user-idle-panel.png +share/icons/matefaenzadark/status/24/user-idle.png +share/icons/matefaenzadark/status/24/user-indeterminate-panel.png +share/icons/matefaenzadark/status/24/user-indeterminate.png +share/icons/matefaenzadark/status/24/user-invisible-panel.png +share/icons/matefaenzadark/status/24/user-invisible.png +share/icons/matefaenzadark/status/24/user-offline-panel.png +share/icons/matefaenzadark/status/24/user-offline.png +share/icons/matefaenzadark/status/24/user-trash-full.png +share/icons/matefaenzadark/status/24/weather-clear-night-000.png +share/icons/matefaenzadark/status/24/weather-clear-night-010.png +share/icons/matefaenzadark/status/24/weather-clear-night-020.png +share/icons/matefaenzadark/status/24/weather-clear-night-030.png +share/icons/matefaenzadark/status/24/weather-clear-night-040.png +share/icons/matefaenzadark/status/24/weather-clear-night-050.png +share/icons/matefaenzadark/status/24/weather-clear-night-060.png +share/icons/matefaenzadark/status/24/weather-clear-night-070.png +share/icons/matefaenzadark/status/24/weather-clear-night-080.png +share/icons/matefaenzadark/status/24/weather-clear-night-090.png +share/icons/matefaenzadark/status/24/weather-clear-night-100.png +share/icons/matefaenzadark/status/24/weather-clear-night-110.png +share/icons/matefaenzadark/status/24/weather-clear-night-120.png +share/icons/matefaenzadark/status/24/weather-clear-night-130.png +share/icons/matefaenzadark/status/24/weather-clear-night-140.png +share/icons/matefaenzadark/status/24/weather-clear-night-150.png +share/icons/matefaenzadark/status/24/weather-clear-night-160.png +share/icons/matefaenzadark/status/24/weather-clear-night-170.png +share/icons/matefaenzadark/status/24/weather-clear-night-180.png +share/icons/matefaenzadark/status/24/weather-clear-night-190.png +share/icons/matefaenzadark/status/24/weather-clear-night-200.png +share/icons/matefaenzadark/status/24/weather-clear-night-210.png +share/icons/matefaenzadark/status/24/weather-clear-night-220.png +share/icons/matefaenzadark/status/24/weather-clear-night-230.png +share/icons/matefaenzadark/status/24/weather-clear-night-240.png +share/icons/matefaenzadark/status/24/weather-clear-night-250.png +share/icons/matefaenzadark/status/24/weather-clear-night-260.png +share/icons/matefaenzadark/status/24/weather-clear-night-270.png +share/icons/matefaenzadark/status/24/weather-clear-night-280.png +share/icons/matefaenzadark/status/24/weather-clear-night-290.png +share/icons/matefaenzadark/status/24/weather-clear-night-300.png +share/icons/matefaenzadark/status/24/weather-clear-night-310.png +share/icons/matefaenzadark/status/24/weather-clear-night-320.png +share/icons/matefaenzadark/status/24/weather-clear-night-330.png +share/icons/matefaenzadark/status/24/weather-clear-night-340.png +share/icons/matefaenzadark/status/24/weather-clear-night-350.png +share/icons/matefaenzadark/status/24/weather-clear-night.png +share/icons/matefaenzadark/status/24/weather-clear.png +share/icons/matefaenzadark/status/24/weather-clouds-night.png +share/icons/matefaenzadark/status/24/weather-clouds.png +share/icons/matefaenzadark/status/24/weather-few-clouds-night.png +share/icons/matefaenzadark/status/24/weather-few-clouds.png +share/icons/matefaenzadark/status/24/weather-fog.png +share/icons/matefaenzadark/status/24/weather-overcast.png +share/icons/matefaenzadark/status/24/weather-severe-alert.png +share/icons/matefaenzadark/status/24/weather-showers-scattered.png +share/icons/matefaenzadark/status/24/weather-showers.png +share/icons/matefaenzadark/status/24/weather-snow.png +share/icons/matefaenzadark/status/24/weather-storm.png +share/icons/matefaenzadark/status/24/x.png +share/icons/matefaenzadark/status/24/x.xpm +share/icons/matefaenzadark/status/24/xchat-panel.png +share/icons/matefaenzadark/status/24/xfce-system-lock.png +share/icons/matefaenzadark/status/24/xfce-trash-full.png +share/icons/matefaenzadark/status/24/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/24/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/24/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/24/xfce4-weather.png +share/icons/matefaenzadark/status/24/xfm-battery-000.png +share/icons/matefaenzadark/status/24/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/24/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-020.png +share/icons/matefaenzadark/status/24/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-040.png +share/icons/matefaenzadark/status/24/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-060.png +share/icons/matefaenzadark/status/24/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-080.png +share/icons/matefaenzadark/status/24/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/24/xfpm-battery-100.png +share/icons/matefaenzadark/status/24/xfpm-battery-charged.png +share/icons/matefaenzadark/status/24/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-000.png +share/icons/matefaenzadark/status/24/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-020.png +share/icons/matefaenzadark/status/24/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-040.png +share/icons/matefaenzadark/status/24/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-060.png +share/icons/matefaenzadark/status/24/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-080.png +share/icons/matefaenzadark/status/24/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/24/xfpm-primary-100.png +share/icons/matefaenzadark/status/24/xfpm-primary-charged.png +share/icons/matefaenzadark/status/24/zim-panel.png +share/icons/matefaenzadark/status/32/appointment-soon.png +share/icons/matefaenzadark/status/32/apport.png +share/icons/matefaenzadark/status/32/aptdaemon-add.png +share/icons/matefaenzadark/status/32/aptdaemon-cleanup.png +share/icons/matefaenzadark/status/32/aptdaemon-delete.png +share/icons/matefaenzadark/status/32/aptdaemon-resolve.png +share/icons/matefaenzadark/status/32/aptdaemon-wait.png +share/icons/matefaenzadark/status/32/audio-volume-high-panel.png +share/icons/matefaenzadark/status/32/audio-volume-high.png +share/icons/matefaenzadark/status/32/audio-volume-low-panel.png +share/icons/matefaenzadark/status/32/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/32/audio-volume-low.png +share/icons/matefaenzadark/status/32/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/32/audio-volume-medium.png +share/icons/matefaenzadark/status/32/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/32/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/32/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/32/audio-volume-muted.png +share/icons/matefaenzadark/status/32/audio-volume-off.png +share/icons/matefaenzadark/status/32/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/32/avatar-default.png +share/icons/matefaenzadark/status/32/battery-000.png +share/icons/matefaenzadark/status/32/battery_caution.png +share/icons/matefaenzadark/status/32/battery_charged.png +share/icons/matefaenzadark/status/32/battery_empty.png +share/icons/matefaenzadark/status/32/battery_full.png +share/icons/matefaenzadark/status/32/battery_low.png +share/icons/matefaenzadark/status/32/battery_plugged.png +share/icons/matefaenzadark/status/32/battery_third_fouth.png +share/icons/matefaenzadark/status/32/battery_two_thirds.png +share/icons/matefaenzadark/status/32/blueman-tray.png +share/icons/matefaenzadark/status/32/bluetooth-active.png +share/icons/matefaenzadark/status/32/bluetooth-disabled.png +share/icons/matefaenzadark/status/32/bluetooth-paired.png +share/icons/matefaenzadark/status/32/connect_creating.png +share/icons/matefaenzadark/status/32/connect_established.png +share/icons/matefaenzadark/status/32/connect_no.png +share/icons/matefaenzadark/status/32/dialog-error.png +share/icons/matefaenzadark/status/32/dialog-info.png +share/icons/matefaenzadark/status/32/dialog-information.png +share/icons/matefaenzadark/status/32/dialog-password.png +share/icons/matefaenzadark/status/32/dialog-question.png +share/icons/matefaenzadark/status/32/dialog-warning.png +share/icons/matefaenzadark/status/32/edittrash.png +share/icons/matefaenzadark/status/32/empathy-available.png +share/icons/matefaenzadark/status/32/empathy-away.png +share/icons/matefaenzadark/status/32/empathy-busy.png +share/icons/matefaenzadark/status/32/empathy-extended-away.png +share/icons/matefaenzadark/status/32/empathy-invisible.png +share/icons/matefaenzadark/status/32/empathy-offline.png +share/icons/matefaenzadark/status/32/error.png +share/icons/matefaenzadark/status/32/exaile-pause.png +share/icons/matefaenzadark/status/32/glipper.png +share/icons/matefaenzadark/status/32/glippy-panel.png +share/icons/matefaenzadark/status/32/gmp-ups-missing.png +share/icons/matefaenzadark/status/32/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/32/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/32/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/32/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/32/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/32/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/32/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/32/gnome-netstatus-error.png +share/icons/matefaenzadark/status/32/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/32/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/32/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/32/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/32/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/32/gpm-ac-adapter.png +share/icons/matefaenzadark/status/32/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-000.png +share/icons/matefaenzadark/status/32/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-020.png +share/icons/matefaenzadark/status/32/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-040.png +share/icons/matefaenzadark/status/32/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-060.png +share/icons/matefaenzadark/status/32/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-080.png +share/icons/matefaenzadark/status/32/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/32/gpm-battery-100.png +share/icons/matefaenzadark/status/32/gpm-battery-charged.png +share/icons/matefaenzadark/status/32/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-000.png +share/icons/matefaenzadark/status/32/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-020.png +share/icons/matefaenzadark/status/32/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-040.png +share/icons/matefaenzadark/status/32/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-060.png +share/icons/matefaenzadark/status/32/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-080.png +share/icons/matefaenzadark/status/32/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/32/gpm-primary-100.png +share/icons/matefaenzadark/status/32/gpm-primary-charged.png +share/icons/matefaenzadark/status/32/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-000.png +share/icons/matefaenzadark/status/32/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-020.png +share/icons/matefaenzadark/status/32/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-040.png +share/icons/matefaenzadark/status/32/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-060.png +share/icons/matefaenzadark/status/32/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-080.png +share/icons/matefaenzadark/status/32/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/32/gpm-ups-100.png +share/icons/matefaenzadark/status/32/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/32/gtk-dialog-error.png +share/icons/matefaenzadark/status/32/gtk-dialog-info.png +share/icons/matefaenzadark/status/32/gtk-dialog-question.png +share/icons/matefaenzadark/status/32/gtk-dialog-warning.png +share/icons/matefaenzadark/status/32/gtk-missing-image.png +share/icons/matefaenzadark/status/32/ibus-keyboard-glow-100.png +share/icons/matefaenzadark/status/32/ibus-keyboard-glow-30.png +share/icons/matefaenzadark/status/32/ibus-keyboard-glow-60.png +share/icons/matefaenzadark/status/32/ibus-keyboard.png +share/icons/matefaenzadark/status/32/image-loading.png +share/icons/matefaenzadark/status/32/image-missing.png +share/icons/matefaenzadark/status/32/indicator-messages-new.png +share/icons/matefaenzadark/status/32/indicator-messages.png +share/icons/matefaenzadark/status/32/info.png +share/icons/matefaenzadark/status/32/keys.png +share/icons/matefaenzadark/status/32/krb-expiring-ticket.png +share/icons/matefaenzadark/status/32/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/32/krb-valid-ticket.png +share/icons/matefaenzadark/status/32/locked.png +share/icons/matefaenzadark/status/32/locked.xpm +share/icons/matefaenzadark/status/32/messagebox_critical.png +share/icons/matefaenzadark/status/32/messagebox_info.png +share/icons/matefaenzadark/status/32/messagebox_warning.png +share/icons/matefaenzadark/status/32/network-error.png +share/icons/matefaenzadark/status/32/network-idle.png +share/icons/matefaenzadark/status/32/network-offline.png +share/icons/matefaenzadark/status/32/network-receive.png +share/icons/matefaenzadark/status/32/network-transmit-receive.png +share/icons/matefaenzadark/status/32/network-transmit.png +share/icons/matefaenzadark/status/32/network-wired-disconnected.png +share/icons/matefaenzadark/status/32/network-wireless-encrypted.png +share/icons/matefaenzadark/status/32/new-messages-red.png +share/icons/matefaenzadark/status/32/nm-adhoc.png +share/icons/matefaenzadark/status/32/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/32/nm-device-wired-secure.png +share/icons/matefaenzadark/status/32/nm-device-wired.png +share/icons/matefaenzadark/status/32/nm-device-wireless.png +share/icons/matefaenzadark/status/32/nm-device-wwan.png +share/icons/matefaenzadark/status/32/nm-no-connection.png +share/icons/matefaenzadark/status/32/nm-secure-lock.png +share/icons/matefaenzadark/status/32/nm-signal-0.png +share/icons/matefaenzadark/status/32/nm-signal-00-secure.png +share/icons/matefaenzadark/status/32/nm-signal-00.png +share/icons/matefaenzadark/status/32/nm-signal-100-secure.png +share/icons/matefaenzadark/status/32/nm-signal-100.png +share/icons/matefaenzadark/status/32/nm-signal-25-secure.png +share/icons/matefaenzadark/status/32/nm-signal-25.png +share/icons/matefaenzadark/status/32/nm-signal-50-secure.png +share/icons/matefaenzadark/status/32/nm-signal-50.png +share/icons/matefaenzadark/status/32/nm-signal-75-secure.png +share/icons/matefaenzadark/status/32/nm-signal-75.png +share/icons/matefaenzadark/status/32/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/32/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/32/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/32/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/32/nm-vpn-lock.png +share/icons/matefaenzadark/status/32/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/32/notification-audio-volume-high.png +share/icons/matefaenzadark/status/32/notification-audio-volume-low.png +share/icons/matefaenzadark/status/32/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/32/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/32/notification-audio-volume-off.png +share/icons/matefaenzadark/status/32/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-000.png +share/icons/matefaenzadark/status/32/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-020.png +share/icons/matefaenzadark/status/32/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-040.png +share/icons/matefaenzadark/status/32/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-060.png +share/icons/matefaenzadark/status/32/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-080.png +share/icons/matefaenzadark/status/32/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/32/notification-battery-100.png +share/icons/matefaenzadark/status/32/notification-battery-empty.png +share/icons/matefaenzadark/status/32/notification-battery-low.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/32/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/32/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/32/notification-gsm-full.png +share/icons/matefaenzadark/status/32/notification-gsm-high.png +share/icons/matefaenzadark/status/32/notification-gsm-low.png +share/icons/matefaenzadark/status/32/notification-gsm-medium.png +share/icons/matefaenzadark/status/32/notification-gsm-none.png +share/icons/matefaenzadark/status/32/notification-network-disconnected.png +share/icons/matefaenzadark/status/32/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/32/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/32/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/32/notification-network-wireless-full.png +share/icons/matefaenzadark/status/32/notification-network-wireless-high.png +share/icons/matefaenzadark/status/32/notification-network-wireless-low.png +share/icons/matefaenzadark/status/32/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/32/notification-network-wireless-none.png +share/icons/matefaenzadark/status/32/printer-error.png +share/icons/matefaenzadark/status/32/printer-printing.png +share/icons/matefaenzadark/status/32/skype_away.png +share/icons/matefaenzadark/status/32/skype_dnd.png +share/icons/matefaenzadark/status/32/skype_invisible.png +share/icons/matefaenzadark/status/32/skype_na.png +share/icons/matefaenzadark/status/32/skype_offline.png +share/icons/matefaenzadark/status/32/skype_online.png +share/icons/matefaenzadark/status/32/skype_skypeme.png +share/icons/matefaenzadark/status/32/sound-icon.png +share/icons/matefaenzadark/status/32/status_lock.png +share/icons/matefaenzadark/status/32/stock_appointment-reminder.png +share/icons/matefaenzadark/status/32/stock_dialog-error.png +share/icons/matefaenzadark/status/32/stock_dialog-info.png +share/icons/matefaenzadark/status/32/stock_dialog-question.png +share/icons/matefaenzadark/status/32/stock_dialog-warning.png +share/icons/matefaenzadark/status/32/stock_lock.png +share/icons/matefaenzadark/status/32/stock_trash_full.png +share/icons/matefaenzadark/status/32/stock_volume-0.png +share/icons/matefaenzadark/status/32/stock_volume-max.png +share/icons/matefaenzadark/status/32/stock_volume-med.png +share/icons/matefaenzadark/status/32/stock_volume-min.png +share/icons/matefaenzadark/status/32/stock_volume-mute.png +share/icons/matefaenzadark/status/32/stock_volume.png +share/icons/matefaenzadark/status/32/stock_weather-night-clear.png +share/icons/matefaenzadark/status/32/stock_weather-sunny.png +share/icons/matefaenzadark/status/32/sunny.png +share/icons/matefaenzadark/status/32/system-devices-panel-alert.png +share/icons/matefaenzadark/status/32/system-devices-panel-informations.png +share/icons/matefaenzadark/status/32/system-devices-panel.png +share/icons/matefaenzadark/status/32/trashcan_full.png +share/icons/matefaenzadark/status/32/user-available.png +share/icons/matefaenzadark/status/32/user-away.png +share/icons/matefaenzadark/status/32/user-busy.png +share/icons/matefaenzadark/status/32/user-extended-away.png +share/icons/matefaenzadark/status/32/user-invisible.png +share/icons/matefaenzadark/status/32/user-offline.png +share/icons/matefaenzadark/status/32/user-trash-full.png +share/icons/matefaenzadark/status/32/weather-clear-night-000.png +share/icons/matefaenzadark/status/32/weather-clear-night-010.png +share/icons/matefaenzadark/status/32/weather-clear-night-020.png +share/icons/matefaenzadark/status/32/weather-clear-night-030.png +share/icons/matefaenzadark/status/32/weather-clear-night-040.png +share/icons/matefaenzadark/status/32/weather-clear-night-050.png +share/icons/matefaenzadark/status/32/weather-clear-night-060.png +share/icons/matefaenzadark/status/32/weather-clear-night-070.png +share/icons/matefaenzadark/status/32/weather-clear-night-080.png +share/icons/matefaenzadark/status/32/weather-clear-night-090.png +share/icons/matefaenzadark/status/32/weather-clear-night-100.png +share/icons/matefaenzadark/status/32/weather-clear-night-110.png +share/icons/matefaenzadark/status/32/weather-clear-night-120.png +share/icons/matefaenzadark/status/32/weather-clear-night-130.png +share/icons/matefaenzadark/status/32/weather-clear-night-140.png +share/icons/matefaenzadark/status/32/weather-clear-night-150.png +share/icons/matefaenzadark/status/32/weather-clear-night-160.png +share/icons/matefaenzadark/status/32/weather-clear-night-170.png +share/icons/matefaenzadark/status/32/weather-clear-night-180.png +share/icons/matefaenzadark/status/32/weather-clear-night-190.png +share/icons/matefaenzadark/status/32/weather-clear-night-200.png +share/icons/matefaenzadark/status/32/weather-clear-night-210.png +share/icons/matefaenzadark/status/32/weather-clear-night-220.png +share/icons/matefaenzadark/status/32/weather-clear-night-230.png +share/icons/matefaenzadark/status/32/weather-clear-night-240.png +share/icons/matefaenzadark/status/32/weather-clear-night-250.png +share/icons/matefaenzadark/status/32/weather-clear-night-260.png +share/icons/matefaenzadark/status/32/weather-clear-night-270.png +share/icons/matefaenzadark/status/32/weather-clear-night-280.png +share/icons/matefaenzadark/status/32/weather-clear-night-290.png +share/icons/matefaenzadark/status/32/weather-clear-night-300.png +share/icons/matefaenzadark/status/32/weather-clear-night-310.png +share/icons/matefaenzadark/status/32/weather-clear-night-320.png +share/icons/matefaenzadark/status/32/weather-clear-night-330.png +share/icons/matefaenzadark/status/32/weather-clear-night-340.png +share/icons/matefaenzadark/status/32/weather-clear-night-350.png +share/icons/matefaenzadark/status/32/weather-clear-night.png +share/icons/matefaenzadark/status/32/weather-clear.png +share/icons/matefaenzadark/status/32/weather-clouds-night.png +share/icons/matefaenzadark/status/32/weather-clouds.png +share/icons/matefaenzadark/status/32/weather-few-clouds-night.png +share/icons/matefaenzadark/status/32/weather-few-clouds.png +share/icons/matefaenzadark/status/32/weather-fog.png +share/icons/matefaenzadark/status/32/weather-overcast.png +share/icons/matefaenzadark/status/32/weather-severe-alert.png +share/icons/matefaenzadark/status/32/weather-showers-scattered.png +share/icons/matefaenzadark/status/32/weather-showers.png +share/icons/matefaenzadark/status/32/weather-snow.png +share/icons/matefaenzadark/status/32/weather-storm.png +share/icons/matefaenzadark/status/32/xfce-system-lock.png +share/icons/matefaenzadark/status/32/xfce-trash-full.png +share/icons/matefaenzadark/status/32/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/32/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/32/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/32/xfce4-notifyd.png +share/icons/matefaenzadark/status/32/xfce4-weather.png +share/icons/matefaenzadark/status/32/xfm-battery-000.png +share/icons/matefaenzadark/status/32/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/32/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-020.png +share/icons/matefaenzadark/status/32/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-040.png +share/icons/matefaenzadark/status/32/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-060.png +share/icons/matefaenzadark/status/32/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-080.png +share/icons/matefaenzadark/status/32/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/32/xfpm-battery-100.png +share/icons/matefaenzadark/status/32/xfpm-battery-charged.png +share/icons/matefaenzadark/status/32/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-000.png +share/icons/matefaenzadark/status/32/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-020.png +share/icons/matefaenzadark/status/32/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-040.png +share/icons/matefaenzadark/status/32/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-060.png +share/icons/matefaenzadark/status/32/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-080.png +share/icons/matefaenzadark/status/32/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/32/xfpm-primary-100.png +share/icons/matefaenzadark/status/32/xfpm-primary-charged.png +share/icons/matefaenzadark/status/48/appointment-soon.png +share/icons/matefaenzadark/status/48/apport.png +share/icons/matefaenzadark/status/48/aptdaemon-add.png +share/icons/matefaenzadark/status/48/aptdaemon-cleanup.png +share/icons/matefaenzadark/status/48/aptdaemon-delete.png +share/icons/matefaenzadark/status/48/aptdaemon-resolve.png +share/icons/matefaenzadark/status/48/aptdaemon-wait.png +share/icons/matefaenzadark/status/48/audio-volume-high-panel.png +share/icons/matefaenzadark/status/48/audio-volume-high.png +share/icons/matefaenzadark/status/48/audio-volume-low-panel.png +share/icons/matefaenzadark/status/48/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/48/audio-volume-low.png +share/icons/matefaenzadark/status/48/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/48/audio-volume-medium.png +share/icons/matefaenzadark/status/48/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/48/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/48/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/48/audio-volume-muted.png +share/icons/matefaenzadark/status/48/audio-volume-off.png +share/icons/matefaenzadark/status/48/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/48/avatar-default.png +share/icons/matefaenzadark/status/48/battery-000.png +share/icons/matefaenzadark/status/48/battery_caution.png +share/icons/matefaenzadark/status/48/battery_charged.png +share/icons/matefaenzadark/status/48/battery_empty.png +share/icons/matefaenzadark/status/48/battery_full.png +share/icons/matefaenzadark/status/48/battery_low.png +share/icons/matefaenzadark/status/48/battery_plugged.png +share/icons/matefaenzadark/status/48/battery_third_fouth.png +share/icons/matefaenzadark/status/48/battery_two_thirds.png +share/icons/matefaenzadark/status/48/blueman-tray.png +share/icons/matefaenzadark/status/48/bluetooth-active.png +share/icons/matefaenzadark/status/48/bluetooth-disabled.png +share/icons/matefaenzadark/status/48/bluetooth-paired.png +share/icons/matefaenzadark/status/48/connect_creating.png +share/icons/matefaenzadark/status/48/connect_established.png +share/icons/matefaenzadark/status/48/connect_no.png +share/icons/matefaenzadark/status/48/dialog-error.png +share/icons/matefaenzadark/status/48/dialog-info.png +share/icons/matefaenzadark/status/48/dialog-information.png +share/icons/matefaenzadark/status/48/dialog-password.png +share/icons/matefaenzadark/status/48/dialog-question.png +share/icons/matefaenzadark/status/48/dialog-warning.png +share/icons/matefaenzadark/status/48/edittrash.png +share/icons/matefaenzadark/status/48/empathy-available.png +share/icons/matefaenzadark/status/48/empathy-away.png +share/icons/matefaenzadark/status/48/empathy-busy.png +share/icons/matefaenzadark/status/48/empathy-extended-away.png +share/icons/matefaenzadark/status/48/empathy-invisible.png +share/icons/matefaenzadark/status/48/empathy-offline.png +share/icons/matefaenzadark/status/48/error.png +share/icons/matefaenzadark/status/48/exaile-pause.png +share/icons/matefaenzadark/status/48/glipper.png +share/icons/matefaenzadark/status/48/glippy-panel.png +share/icons/matefaenzadark/status/48/gmp-ups-missing.png +share/icons/matefaenzadark/status/48/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/48/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/48/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/48/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/48/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/48/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/48/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/48/gnome-netstatus-error.png +share/icons/matefaenzadark/status/48/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/48/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/48/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/48/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/48/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/48/gpm-ac-adapter.png +share/icons/matefaenzadark/status/48/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-000.png +share/icons/matefaenzadark/status/48/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-020.png +share/icons/matefaenzadark/status/48/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-040.png +share/icons/matefaenzadark/status/48/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-060.png +share/icons/matefaenzadark/status/48/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-080.png +share/icons/matefaenzadark/status/48/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/48/gpm-battery-100.png +share/icons/matefaenzadark/status/48/gpm-battery-charged.png +share/icons/matefaenzadark/status/48/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-000.png +share/icons/matefaenzadark/status/48/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-020.png +share/icons/matefaenzadark/status/48/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-040.png +share/icons/matefaenzadark/status/48/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-060.png +share/icons/matefaenzadark/status/48/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-080.png +share/icons/matefaenzadark/status/48/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/48/gpm-primary-100.png +share/icons/matefaenzadark/status/48/gpm-primary-charged.png +share/icons/matefaenzadark/status/48/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-000.png +share/icons/matefaenzadark/status/48/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-020.png +share/icons/matefaenzadark/status/48/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-040.png +share/icons/matefaenzadark/status/48/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-060.png +share/icons/matefaenzadark/status/48/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-080.png +share/icons/matefaenzadark/status/48/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/48/gpm-ups-100.png +share/icons/matefaenzadark/status/48/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/48/gtk-dialog-error.png +share/icons/matefaenzadark/status/48/gtk-dialog-info.png +share/icons/matefaenzadark/status/48/gtk-dialog-question.png +share/icons/matefaenzadark/status/48/gtk-dialog-warning.png +share/icons/matefaenzadark/status/48/gtk-missing-image.png +share/icons/matefaenzadark/status/48/ibus-keyboard-glow-100.png +share/icons/matefaenzadark/status/48/ibus-keyboard-glow-30.png +share/icons/matefaenzadark/status/48/ibus-keyboard-glow-60.png +share/icons/matefaenzadark/status/48/ibus-keyboard.png +share/icons/matefaenzadark/status/48/image-loading.png +share/icons/matefaenzadark/status/48/image-missing.png +share/icons/matefaenzadark/status/48/indicator-messages-new.png +share/icons/matefaenzadark/status/48/indicator-messages.png +share/icons/matefaenzadark/status/48/info.png +share/icons/matefaenzadark/status/48/keys.png +share/icons/matefaenzadark/status/48/krb-expiring-ticket.png +share/icons/matefaenzadark/status/48/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/48/krb-valid-ticket.png +share/icons/matefaenzadark/status/48/locked.png +share/icons/matefaenzadark/status/48/locked.xpm +share/icons/matefaenzadark/status/48/messagebox_critical.png +share/icons/matefaenzadark/status/48/messagebox_info.png +share/icons/matefaenzadark/status/48/messagebox_warning.png +share/icons/matefaenzadark/status/48/network-error.png +share/icons/matefaenzadark/status/48/network-idle.png +share/icons/matefaenzadark/status/48/network-offline.png +share/icons/matefaenzadark/status/48/network-receive.png +share/icons/matefaenzadark/status/48/network-transmit-receive.png +share/icons/matefaenzadark/status/48/network-transmit.png +share/icons/matefaenzadark/status/48/network-wired-disconnected.png +share/icons/matefaenzadark/status/48/network-wireless-encrypted.png +share/icons/matefaenzadark/status/48/new-messages-red.png +share/icons/matefaenzadark/status/48/nm-adhoc.png +share/icons/matefaenzadark/status/48/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/48/nm-device-wired-secure.png +share/icons/matefaenzadark/status/48/nm-device-wired.png +share/icons/matefaenzadark/status/48/nm-device-wireless.png +share/icons/matefaenzadark/status/48/nm-device-wwan.png +share/icons/matefaenzadark/status/48/nm-no-connection.png +share/icons/matefaenzadark/status/48/nm-secure-lock.png +share/icons/matefaenzadark/status/48/nm-signal-0.png +share/icons/matefaenzadark/status/48/nm-signal-00-secure.png +share/icons/matefaenzadark/status/48/nm-signal-00.png +share/icons/matefaenzadark/status/48/nm-signal-100-secure.png +share/icons/matefaenzadark/status/48/nm-signal-100.png +share/icons/matefaenzadark/status/48/nm-signal-25-secure.png +share/icons/matefaenzadark/status/48/nm-signal-25.png +share/icons/matefaenzadark/status/48/nm-signal-50-secure.png +share/icons/matefaenzadark/status/48/nm-signal-50.png +share/icons/matefaenzadark/status/48/nm-signal-75-secure.png +share/icons/matefaenzadark/status/48/nm-signal-75.png +share/icons/matefaenzadark/status/48/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/48/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/48/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/48/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/48/nm-vpn-lock.png +share/icons/matefaenzadark/status/48/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/48/notification-audio-volume-high.png +share/icons/matefaenzadark/status/48/notification-audio-volume-low.png +share/icons/matefaenzadark/status/48/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/48/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/48/notification-audio-volume-off.png +share/icons/matefaenzadark/status/48/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-000.png +share/icons/matefaenzadark/status/48/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-020.png +share/icons/matefaenzadark/status/48/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-040.png +share/icons/matefaenzadark/status/48/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-060.png +share/icons/matefaenzadark/status/48/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-080.png +share/icons/matefaenzadark/status/48/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/48/notification-battery-100.png +share/icons/matefaenzadark/status/48/notification-battery-empty.png +share/icons/matefaenzadark/status/48/notification-battery-low.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/48/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/48/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/48/notification-gsm-full.png +share/icons/matefaenzadark/status/48/notification-gsm-high.png +share/icons/matefaenzadark/status/48/notification-gsm-low.png +share/icons/matefaenzadark/status/48/notification-gsm-medium.png +share/icons/matefaenzadark/status/48/notification-gsm-none.png +share/icons/matefaenzadark/status/48/notification-network-disconnected.png +share/icons/matefaenzadark/status/48/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/48/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/48/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/48/notification-network-wireless-full.png +share/icons/matefaenzadark/status/48/notification-network-wireless-high.png +share/icons/matefaenzadark/status/48/notification-network-wireless-low.png +share/icons/matefaenzadark/status/48/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/48/notification-network-wireless-none.png +share/icons/matefaenzadark/status/48/printer-error.png +share/icons/matefaenzadark/status/48/printer-printing.png +share/icons/matefaenzadark/status/48/skype_away.png +share/icons/matefaenzadark/status/48/skype_dnd.png +share/icons/matefaenzadark/status/48/skype_invisible.png +share/icons/matefaenzadark/status/48/skype_na.png +share/icons/matefaenzadark/status/48/skype_offline.png +share/icons/matefaenzadark/status/48/skype_online.png +share/icons/matefaenzadark/status/48/skype_skypeme.png +share/icons/matefaenzadark/status/48/sound-icon.png +share/icons/matefaenzadark/status/48/status_lock.png +share/icons/matefaenzadark/status/48/stock_appointment-reminder.png +share/icons/matefaenzadark/status/48/stock_dialog-error.png +share/icons/matefaenzadark/status/48/stock_dialog-info.png +share/icons/matefaenzadark/status/48/stock_dialog-question.png +share/icons/matefaenzadark/status/48/stock_dialog-warning.png +share/icons/matefaenzadark/status/48/stock_lock.png +share/icons/matefaenzadark/status/48/stock_trash_full.png +share/icons/matefaenzadark/status/48/stock_volume-0.png +share/icons/matefaenzadark/status/48/stock_volume-max.png +share/icons/matefaenzadark/status/48/stock_volume-med.png +share/icons/matefaenzadark/status/48/stock_volume-min.png +share/icons/matefaenzadark/status/48/stock_volume-mute.png +share/icons/matefaenzadark/status/48/stock_volume.png +share/icons/matefaenzadark/status/48/stock_weather-night-clear.png +share/icons/matefaenzadark/status/48/stock_weather-sunny.png +share/icons/matefaenzadark/status/48/sunny.png +share/icons/matefaenzadark/status/48/system-devices-panel-alert.png +share/icons/matefaenzadark/status/48/system-devices-panel-informations.png +share/icons/matefaenzadark/status/48/system-devices-panel.png +share/icons/matefaenzadark/status/48/trashcan_full.png +share/icons/matefaenzadark/status/48/user-available.png +share/icons/matefaenzadark/status/48/user-away.png +share/icons/matefaenzadark/status/48/user-busy.png +share/icons/matefaenzadark/status/48/user-extended-away.png +share/icons/matefaenzadark/status/48/user-invisible.png +share/icons/matefaenzadark/status/48/user-offline.png +share/icons/matefaenzadark/status/48/user-trash-full.png +share/icons/matefaenzadark/status/48/weather-clear-night-000.png +share/icons/matefaenzadark/status/48/weather-clear-night-010.png +share/icons/matefaenzadark/status/48/weather-clear-night-020.png +share/icons/matefaenzadark/status/48/weather-clear-night-030.png +share/icons/matefaenzadark/status/48/weather-clear-night-040.png +share/icons/matefaenzadark/status/48/weather-clear-night-050.png +share/icons/matefaenzadark/status/48/weather-clear-night-060.png +share/icons/matefaenzadark/status/48/weather-clear-night-070.png +share/icons/matefaenzadark/status/48/weather-clear-night-080.png +share/icons/matefaenzadark/status/48/weather-clear-night-090.png +share/icons/matefaenzadark/status/48/weather-clear-night-100.png +share/icons/matefaenzadark/status/48/weather-clear-night-110.png +share/icons/matefaenzadark/status/48/weather-clear-night-120.png +share/icons/matefaenzadark/status/48/weather-clear-night-130.png +share/icons/matefaenzadark/status/48/weather-clear-night-140.png +share/icons/matefaenzadark/status/48/weather-clear-night-150.png +share/icons/matefaenzadark/status/48/weather-clear-night-160.png +share/icons/matefaenzadark/status/48/weather-clear-night-170.png +share/icons/matefaenzadark/status/48/weather-clear-night-180.png +share/icons/matefaenzadark/status/48/weather-clear-night-190.png +share/icons/matefaenzadark/status/48/weather-clear-night-200.png +share/icons/matefaenzadark/status/48/weather-clear-night-210.png +share/icons/matefaenzadark/status/48/weather-clear-night-220.png +share/icons/matefaenzadark/status/48/weather-clear-night-230.png +share/icons/matefaenzadark/status/48/weather-clear-night-240.png +share/icons/matefaenzadark/status/48/weather-clear-night-250.png +share/icons/matefaenzadark/status/48/weather-clear-night-260.png +share/icons/matefaenzadark/status/48/weather-clear-night-270.png +share/icons/matefaenzadark/status/48/weather-clear-night-280.png +share/icons/matefaenzadark/status/48/weather-clear-night-290.png +share/icons/matefaenzadark/status/48/weather-clear-night-300.png +share/icons/matefaenzadark/status/48/weather-clear-night-310.png +share/icons/matefaenzadark/status/48/weather-clear-night-320.png +share/icons/matefaenzadark/status/48/weather-clear-night-330.png +share/icons/matefaenzadark/status/48/weather-clear-night-340.png +share/icons/matefaenzadark/status/48/weather-clear-night-350.png +share/icons/matefaenzadark/status/48/weather-clear-night.png +share/icons/matefaenzadark/status/48/weather-clear.png +share/icons/matefaenzadark/status/48/weather-clouds-night.png +share/icons/matefaenzadark/status/48/weather-clouds.png +share/icons/matefaenzadark/status/48/weather-few-clouds-night.png +share/icons/matefaenzadark/status/48/weather-few-clouds.png +share/icons/matefaenzadark/status/48/weather-fog.png +share/icons/matefaenzadark/status/48/weather-overcast.png +share/icons/matefaenzadark/status/48/weather-severe-alert.png +share/icons/matefaenzadark/status/48/weather-showers-scattered.png +share/icons/matefaenzadark/status/48/weather-showers.png +share/icons/matefaenzadark/status/48/weather-snow.png +share/icons/matefaenzadark/status/48/weather-storm.png +share/icons/matefaenzadark/status/48/xfce-system-lock.png +share/icons/matefaenzadark/status/48/xfce-trash-full.png +share/icons/matefaenzadark/status/48/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/48/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/48/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/48/xfce4-notifyd.png +share/icons/matefaenzadark/status/48/xfce4-weather.png +share/icons/matefaenzadark/status/48/xfm-battery-000.png +share/icons/matefaenzadark/status/48/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/48/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-020.png +share/icons/matefaenzadark/status/48/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-040.png +share/icons/matefaenzadark/status/48/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-060.png +share/icons/matefaenzadark/status/48/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-080.png +share/icons/matefaenzadark/status/48/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/48/xfpm-battery-100.png +share/icons/matefaenzadark/status/48/xfpm-battery-charged.png +share/icons/matefaenzadark/status/48/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-000.png +share/icons/matefaenzadark/status/48/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-020.png +share/icons/matefaenzadark/status/48/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-040.png +share/icons/matefaenzadark/status/48/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-060.png +share/icons/matefaenzadark/status/48/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-080.png +share/icons/matefaenzadark/status/48/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/48/xfpm-primary-100.png +share/icons/matefaenzadark/status/48/xfpm-primary-charged.png +share/icons/matefaenzadark/status/64/appointment-soon.png +share/icons/matefaenzadark/status/64/apport.png +share/icons/matefaenzadark/status/64/aptdaemon-add.png +share/icons/matefaenzadark/status/64/aptdaemon-cleanup.png +share/icons/matefaenzadark/status/64/aptdaemon-delete.png +share/icons/matefaenzadark/status/64/aptdaemon-resolve.png +share/icons/matefaenzadark/status/64/aptdaemon-wait.png +share/icons/matefaenzadark/status/64/audio-volume-high-panel.png +share/icons/matefaenzadark/status/64/audio-volume-high.png +share/icons/matefaenzadark/status/64/audio-volume-low-panel.png +share/icons/matefaenzadark/status/64/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/64/audio-volume-low.png +share/icons/matefaenzadark/status/64/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/64/audio-volume-medium.png +share/icons/matefaenzadark/status/64/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/64/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/64/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/64/audio-volume-muted.png +share/icons/matefaenzadark/status/64/audio-volume-off.png +share/icons/matefaenzadark/status/64/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/64/avatar-default.png +share/icons/matefaenzadark/status/64/battery-000.png +share/icons/matefaenzadark/status/64/battery_caution.png +share/icons/matefaenzadark/status/64/battery_charged.png +share/icons/matefaenzadark/status/64/battery_empty.png +share/icons/matefaenzadark/status/64/battery_full.png +share/icons/matefaenzadark/status/64/battery_low.png +share/icons/matefaenzadark/status/64/battery_plugged.png +share/icons/matefaenzadark/status/64/battery_third_fouth.png +share/icons/matefaenzadark/status/64/battery_two_thirds.png +share/icons/matefaenzadark/status/64/blueman-tray.png +share/icons/matefaenzadark/status/64/bluetooth-active.png +share/icons/matefaenzadark/status/64/bluetooth-disabled.png +share/icons/matefaenzadark/status/64/bluetooth-paired.png +share/icons/matefaenzadark/status/64/connect_creating.png +share/icons/matefaenzadark/status/64/connect_established.png +share/icons/matefaenzadark/status/64/connect_no.png +share/icons/matefaenzadark/status/64/dialog-error.png +share/icons/matefaenzadark/status/64/dialog-info.png +share/icons/matefaenzadark/status/64/dialog-information.png +share/icons/matefaenzadark/status/64/dialog-password.png +share/icons/matefaenzadark/status/64/dialog-question.png +share/icons/matefaenzadark/status/64/dialog-warning.png +share/icons/matefaenzadark/status/64/edittrash.png +share/icons/matefaenzadark/status/64/empathy-available.png +share/icons/matefaenzadark/status/64/empathy-away.png +share/icons/matefaenzadark/status/64/empathy-busy.png +share/icons/matefaenzadark/status/64/empathy-extended-away.png +share/icons/matefaenzadark/status/64/empathy-invisible.png +share/icons/matefaenzadark/status/64/empathy-offline.png +share/icons/matefaenzadark/status/64/error.png +share/icons/matefaenzadark/status/64/exaile-pause.png +share/icons/matefaenzadark/status/64/glipper.png +share/icons/matefaenzadark/status/64/glippy-panel.png +share/icons/matefaenzadark/status/64/gmp-ups-missing.png +share/icons/matefaenzadark/status/64/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/64/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/64/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/64/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/64/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/64/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/64/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/64/gnome-netstatus-error.png +share/icons/matefaenzadark/status/64/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/64/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/64/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/64/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/64/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/64/gpm-ac-adapter.png +share/icons/matefaenzadark/status/64/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-000.png +share/icons/matefaenzadark/status/64/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-020.png +share/icons/matefaenzadark/status/64/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-040.png +share/icons/matefaenzadark/status/64/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-060.png +share/icons/matefaenzadark/status/64/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-080.png +share/icons/matefaenzadark/status/64/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/64/gpm-battery-100.png +share/icons/matefaenzadark/status/64/gpm-battery-charged.png +share/icons/matefaenzadark/status/64/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-000.png +share/icons/matefaenzadark/status/64/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-020.png +share/icons/matefaenzadark/status/64/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-040.png +share/icons/matefaenzadark/status/64/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-060.png +share/icons/matefaenzadark/status/64/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-080.png +share/icons/matefaenzadark/status/64/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/64/gpm-primary-100.png +share/icons/matefaenzadark/status/64/gpm-primary-charged.png +share/icons/matefaenzadark/status/64/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-000.png +share/icons/matefaenzadark/status/64/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-020.png +share/icons/matefaenzadark/status/64/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-040.png +share/icons/matefaenzadark/status/64/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-060.png +share/icons/matefaenzadark/status/64/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-080.png +share/icons/matefaenzadark/status/64/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/64/gpm-ups-100.png +share/icons/matefaenzadark/status/64/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/64/gtk-dialog-error.png +share/icons/matefaenzadark/status/64/gtk-dialog-info.png +share/icons/matefaenzadark/status/64/gtk-dialog-question.png +share/icons/matefaenzadark/status/64/gtk-dialog-warning.png +share/icons/matefaenzadark/status/64/gtk-missing-image.png +share/icons/matefaenzadark/status/64/ibus-keyboard-glow-100.png +share/icons/matefaenzadark/status/64/ibus-keyboard-glow-30.png +share/icons/matefaenzadark/status/64/ibus-keyboard-glow-60.png +share/icons/matefaenzadark/status/64/ibus-keyboard.png +share/icons/matefaenzadark/status/64/image-loading.png +share/icons/matefaenzadark/status/64/image-missing.png +share/icons/matefaenzadark/status/64/indicator-messages-new.png +share/icons/matefaenzadark/status/64/indicator-messages.png +share/icons/matefaenzadark/status/64/info.png +share/icons/matefaenzadark/status/64/keys.png +share/icons/matefaenzadark/status/64/krb-expiring-ticket.png +share/icons/matefaenzadark/status/64/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/64/krb-valid-ticket.png +share/icons/matefaenzadark/status/64/locked.png +share/icons/matefaenzadark/status/64/messagebox_critical.png +share/icons/matefaenzadark/status/64/messagebox_info.png +share/icons/matefaenzadark/status/64/messagebox_warning.png +share/icons/matefaenzadark/status/64/network-error.png +share/icons/matefaenzadark/status/64/network-idle.png +share/icons/matefaenzadark/status/64/network-offline.png +share/icons/matefaenzadark/status/64/network-receive.png +share/icons/matefaenzadark/status/64/network-transmit-receive.png +share/icons/matefaenzadark/status/64/network-transmit.png +share/icons/matefaenzadark/status/64/network-wireless-encrypted.png +share/icons/matefaenzadark/status/64/new-messages-red.png +share/icons/matefaenzadark/status/64/nm-adhoc.png +share/icons/matefaenzadark/status/64/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/64/nm-device-wired-secure.png +share/icons/matefaenzadark/status/64/nm-device-wired.png +share/icons/matefaenzadark/status/64/nm-device-wireless.png +share/icons/matefaenzadark/status/64/nm-device-wwan.png +share/icons/matefaenzadark/status/64/nm-no-connection.png +share/icons/matefaenzadark/status/64/nm-secure-lock.png +share/icons/matefaenzadark/status/64/nm-signal-0.png +share/icons/matefaenzadark/status/64/nm-signal-00-secure.png +share/icons/matefaenzadark/status/64/nm-signal-00.png +share/icons/matefaenzadark/status/64/nm-signal-100-secure.png +share/icons/matefaenzadark/status/64/nm-signal-100.png +share/icons/matefaenzadark/status/64/nm-signal-25-secure.png +share/icons/matefaenzadark/status/64/nm-signal-25.png +share/icons/matefaenzadark/status/64/nm-signal-50-secure.png +share/icons/matefaenzadark/status/64/nm-signal-50.png +share/icons/matefaenzadark/status/64/nm-signal-75-secure.png +share/icons/matefaenzadark/status/64/nm-signal-75.png +share/icons/matefaenzadark/status/64/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/64/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/64/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/64/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/64/nm-vpn-lock.png +share/icons/matefaenzadark/status/64/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/64/notification-audio-volume-high.png +share/icons/matefaenzadark/status/64/notification-audio-volume-low.png +share/icons/matefaenzadark/status/64/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/64/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/64/notification-audio-volume-off.png +share/icons/matefaenzadark/status/64/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-000.png +share/icons/matefaenzadark/status/64/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-020.png +share/icons/matefaenzadark/status/64/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-040.png +share/icons/matefaenzadark/status/64/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-060.png +share/icons/matefaenzadark/status/64/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-080.png +share/icons/matefaenzadark/status/64/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/64/notification-battery-100.png +share/icons/matefaenzadark/status/64/notification-battery-empty.png +share/icons/matefaenzadark/status/64/notification-battery-low.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/64/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/64/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/64/notification-gsm-full.png +share/icons/matefaenzadark/status/64/notification-gsm-high.png +share/icons/matefaenzadark/status/64/notification-gsm-low.png +share/icons/matefaenzadark/status/64/notification-gsm-medium.png +share/icons/matefaenzadark/status/64/notification-gsm-none.png +share/icons/matefaenzadark/status/64/notification-network-disconnected.png +share/icons/matefaenzadark/status/64/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/64/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/64/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/64/notification-network-wireless-full.png +share/icons/matefaenzadark/status/64/notification-network-wireless-high.png +share/icons/matefaenzadark/status/64/notification-network-wireless-low.png +share/icons/matefaenzadark/status/64/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/64/notification-network-wireless-none.png +share/icons/matefaenzadark/status/64/printer-error.png +share/icons/matefaenzadark/status/64/printer-printing.png +share/icons/matefaenzadark/status/64/skype_away.png +share/icons/matefaenzadark/status/64/skype_dnd.png +share/icons/matefaenzadark/status/64/skype_invisible.png +share/icons/matefaenzadark/status/64/skype_na.png +share/icons/matefaenzadark/status/64/skype_offline.png +share/icons/matefaenzadark/status/64/skype_online.png +share/icons/matefaenzadark/status/64/skype_skypeme.png +share/icons/matefaenzadark/status/64/sound-icon.png +share/icons/matefaenzadark/status/64/status_lock.png +share/icons/matefaenzadark/status/64/stock_appointment-reminder.png +share/icons/matefaenzadark/status/64/stock_dialog-error.png +share/icons/matefaenzadark/status/64/stock_dialog-info.png +share/icons/matefaenzadark/status/64/stock_dialog-question.png +share/icons/matefaenzadark/status/64/stock_dialog-warning.png +share/icons/matefaenzadark/status/64/stock_lock.png +share/icons/matefaenzadark/status/64/stock_trash_full.png +share/icons/matefaenzadark/status/64/stock_volume-0.png +share/icons/matefaenzadark/status/64/stock_volume-max.png +share/icons/matefaenzadark/status/64/stock_volume-med.png +share/icons/matefaenzadark/status/64/stock_volume-min.png +share/icons/matefaenzadark/status/64/stock_volume-mute.png +share/icons/matefaenzadark/status/64/stock_volume.png +share/icons/matefaenzadark/status/64/stock_weather-night-clear.png +share/icons/matefaenzadark/status/64/stock_weather-sunny.png +share/icons/matefaenzadark/status/64/sunny.png +share/icons/matefaenzadark/status/64/system-devices-panel-alert.png +share/icons/matefaenzadark/status/64/system-devices-panel-informations.png +share/icons/matefaenzadark/status/64/system-devices-panel.png +share/icons/matefaenzadark/status/64/trashcan_full.png +share/icons/matefaenzadark/status/64/user-available.png +share/icons/matefaenzadark/status/64/user-away.png +share/icons/matefaenzadark/status/64/user-busy.png +share/icons/matefaenzadark/status/64/user-extended-away.png +share/icons/matefaenzadark/status/64/user-invisible.png +share/icons/matefaenzadark/status/64/user-offline.png +share/icons/matefaenzadark/status/64/user-trash-full.png +share/icons/matefaenzadark/status/64/weather-clear-night-000.png +share/icons/matefaenzadark/status/64/weather-clear-night-010.png +share/icons/matefaenzadark/status/64/weather-clear-night-020.png +share/icons/matefaenzadark/status/64/weather-clear-night-030.png +share/icons/matefaenzadark/status/64/weather-clear-night-040.png +share/icons/matefaenzadark/status/64/weather-clear-night-050.png +share/icons/matefaenzadark/status/64/weather-clear-night-060.png +share/icons/matefaenzadark/status/64/weather-clear-night-070.png +share/icons/matefaenzadark/status/64/weather-clear-night-080.png +share/icons/matefaenzadark/status/64/weather-clear-night-090.png +share/icons/matefaenzadark/status/64/weather-clear-night-100.png +share/icons/matefaenzadark/status/64/weather-clear-night-110.png +share/icons/matefaenzadark/status/64/weather-clear-night-120.png +share/icons/matefaenzadark/status/64/weather-clear-night-130.png +share/icons/matefaenzadark/status/64/weather-clear-night-140.png +share/icons/matefaenzadark/status/64/weather-clear-night-150.png +share/icons/matefaenzadark/status/64/weather-clear-night-160.png +share/icons/matefaenzadark/status/64/weather-clear-night-170.png +share/icons/matefaenzadark/status/64/weather-clear-night-180.png +share/icons/matefaenzadark/status/64/weather-clear-night-190.png +share/icons/matefaenzadark/status/64/weather-clear-night-200.png +share/icons/matefaenzadark/status/64/weather-clear-night-210.png +share/icons/matefaenzadark/status/64/weather-clear-night-220.png +share/icons/matefaenzadark/status/64/weather-clear-night-230.png +share/icons/matefaenzadark/status/64/weather-clear-night-240.png +share/icons/matefaenzadark/status/64/weather-clear-night-250.png +share/icons/matefaenzadark/status/64/weather-clear-night-260.png +share/icons/matefaenzadark/status/64/weather-clear-night-270.png +share/icons/matefaenzadark/status/64/weather-clear-night-280.png +share/icons/matefaenzadark/status/64/weather-clear-night-290.png +share/icons/matefaenzadark/status/64/weather-clear-night-300.png +share/icons/matefaenzadark/status/64/weather-clear-night-310.png +share/icons/matefaenzadark/status/64/weather-clear-night-320.png +share/icons/matefaenzadark/status/64/weather-clear-night-330.png +share/icons/matefaenzadark/status/64/weather-clear-night-340.png +share/icons/matefaenzadark/status/64/weather-clear-night-350.png +share/icons/matefaenzadark/status/64/weather-clear-night.png +share/icons/matefaenzadark/status/64/weather-clear.png +share/icons/matefaenzadark/status/64/weather-clouds-night.png +share/icons/matefaenzadark/status/64/weather-clouds.png +share/icons/matefaenzadark/status/64/weather-few-clouds-night.png +share/icons/matefaenzadark/status/64/weather-few-clouds.png +share/icons/matefaenzadark/status/64/weather-fog.png +share/icons/matefaenzadark/status/64/weather-overcast.png +share/icons/matefaenzadark/status/64/weather-severe-alert.png +share/icons/matefaenzadark/status/64/weather-showers-scattered.png +share/icons/matefaenzadark/status/64/weather-showers.png +share/icons/matefaenzadark/status/64/weather-snow.png +share/icons/matefaenzadark/status/64/weather-storm.png +share/icons/matefaenzadark/status/64/xfce-system-lock.png +share/icons/matefaenzadark/status/64/xfce-trash-full.png +share/icons/matefaenzadark/status/64/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/64/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/64/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/64/xfce4-notifyd.png +share/icons/matefaenzadark/status/64/xfce4-weather.png +share/icons/matefaenzadark/status/64/xfm-battery-000.png +share/icons/matefaenzadark/status/64/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/64/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-020.png +share/icons/matefaenzadark/status/64/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-040.png +share/icons/matefaenzadark/status/64/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-060.png +share/icons/matefaenzadark/status/64/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-080.png +share/icons/matefaenzadark/status/64/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/64/xfpm-battery-100.png +share/icons/matefaenzadark/status/64/xfpm-battery-charged.png +share/icons/matefaenzadark/status/64/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-000.png +share/icons/matefaenzadark/status/64/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-020.png +share/icons/matefaenzadark/status/64/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-040.png +share/icons/matefaenzadark/status/64/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-060.png +share/icons/matefaenzadark/status/64/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-080.png +share/icons/matefaenzadark/status/64/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/64/xfpm-primary-100.png +share/icons/matefaenzadark/status/64/xfpm-primary-charged.png +share/icons/matefaenzadark/status/96/appointment-soon.png +share/icons/matefaenzadark/status/96/apport.png +share/icons/matefaenzadark/status/96/aptdaemon-add.png +share/icons/matefaenzadark/status/96/aptdaemon-cleanup.png +share/icons/matefaenzadark/status/96/aptdaemon-delete.png +share/icons/matefaenzadark/status/96/aptdaemon-resolve.png +share/icons/matefaenzadark/status/96/aptdaemon-wait.png +share/icons/matefaenzadark/status/96/audio-volume-high-panel.png +share/icons/matefaenzadark/status/96/audio-volume-high.png +share/icons/matefaenzadark/status/96/audio-volume-low-panel.png +share/icons/matefaenzadark/status/96/audio-volume-low-zero-panel.png +share/icons/matefaenzadark/status/96/audio-volume-low.png +share/icons/matefaenzadark/status/96/audio-volume-medium-panel.png +share/icons/matefaenzadark/status/96/audio-volume-medium.png +share/icons/matefaenzadark/status/96/audio-volume-muted-blocked-panel.png +share/icons/matefaenzadark/status/96/audio-volume-muted-blocking-panel.png +share/icons/matefaenzadark/status/96/audio-volume-muted-panel.png +share/icons/matefaenzadark/status/96/audio-volume-muted.png +share/icons/matefaenzadark/status/96/audio-volume-off.png +share/icons/matefaenzadark/status/96/audio-volume-zero-panel.png +share/icons/matefaenzadark/status/96/avatar-default.png +share/icons/matefaenzadark/status/96/battery-000.png +share/icons/matefaenzadark/status/96/battery_caution.png +share/icons/matefaenzadark/status/96/battery_charged.png +share/icons/matefaenzadark/status/96/battery_empty.png +share/icons/matefaenzadark/status/96/battery_full.png +share/icons/matefaenzadark/status/96/battery_low.png +share/icons/matefaenzadark/status/96/battery_plugged.png +share/icons/matefaenzadark/status/96/battery_third_fouth.png +share/icons/matefaenzadark/status/96/battery_two_thirds.png +share/icons/matefaenzadark/status/96/blueman-tray.png +share/icons/matefaenzadark/status/96/bluetooth-active.png +share/icons/matefaenzadark/status/96/bluetooth-disabled.png +share/icons/matefaenzadark/status/96/bluetooth-paired.png +share/icons/matefaenzadark/status/96/connect_creating.png +share/icons/matefaenzadark/status/96/connect_established.png +share/icons/matefaenzadark/status/96/connect_no.png +share/icons/matefaenzadark/status/96/dialog-error.png +share/icons/matefaenzadark/status/96/dialog-info.png +share/icons/matefaenzadark/status/96/dialog-information.png +share/icons/matefaenzadark/status/96/dialog-password.png +share/icons/matefaenzadark/status/96/dialog-question.png +share/icons/matefaenzadark/status/96/dialog-warning.png +share/icons/matefaenzadark/status/96/edittrash.png +share/icons/matefaenzadark/status/96/empathy-available.png +share/icons/matefaenzadark/status/96/empathy-away.png +share/icons/matefaenzadark/status/96/empathy-busy.png +share/icons/matefaenzadark/status/96/empathy-extended-away.png +share/icons/matefaenzadark/status/96/empathy-invisible.png +share/icons/matefaenzadark/status/96/empathy-offline.png +share/icons/matefaenzadark/status/96/error.png +share/icons/matefaenzadark/status/96/exaile-pause.png +share/icons/matefaenzadark/status/96/glipper.png +share/icons/matefaenzadark/status/96/glippy-panel.png +share/icons/matefaenzadark/status/96/gmp-ups-missing.png +share/icons/matefaenzadark/status/96/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzadark/status/96/gnome-fs-trash-full.png +share/icons/matefaenzadark/status/96/gnome-netstatus-0-24.png +share/icons/matefaenzadark/status/96/gnome-netstatus-25-49.png +share/icons/matefaenzadark/status/96/gnome-netstatus-50-74.png +share/icons/matefaenzadark/status/96/gnome-netstatus-75-100.png +share/icons/matefaenzadark/status/96/gnome-netstatus-disconn.png +share/icons/matefaenzadark/status/96/gnome-netstatus-error.png +share/icons/matefaenzadark/status/96/gnome-netstatus-idle.png +share/icons/matefaenzadark/status/96/gnome-netstatus-rx.png +share/icons/matefaenzadark/status/96/gnome-netstatus-tx.png +share/icons/matefaenzadark/status/96/gnome-netstatus-txrx.png +share/icons/matefaenzadark/status/96/gnome-stock-trash-full.png +share/icons/matefaenzadark/status/96/gpm-ac-adapter.png +share/icons/matefaenzadark/status/96/gpm-battery-000-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-000.png +share/icons/matefaenzadark/status/96/gpm-battery-020-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-020.png +share/icons/matefaenzadark/status/96/gpm-battery-040-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-040.png +share/icons/matefaenzadark/status/96/gpm-battery-060-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-060.png +share/icons/matefaenzadark/status/96/gpm-battery-080-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-080.png +share/icons/matefaenzadark/status/96/gpm-battery-100-charging.png +share/icons/matefaenzadark/status/96/gpm-battery-100.png +share/icons/matefaenzadark/status/96/gpm-battery-charged.png +share/icons/matefaenzadark/status/96/gpm-primary-000-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-000.png +share/icons/matefaenzadark/status/96/gpm-primary-020-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-020.png +share/icons/matefaenzadark/status/96/gpm-primary-040-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-040.png +share/icons/matefaenzadark/status/96/gpm-primary-060-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-060.png +share/icons/matefaenzadark/status/96/gpm-primary-080-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-080.png +share/icons/matefaenzadark/status/96/gpm-primary-100-charging.png +share/icons/matefaenzadark/status/96/gpm-primary-100.png +share/icons/matefaenzadark/status/96/gpm-primary-charged.png +share/icons/matefaenzadark/status/96/gpm-ups-000-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-000.png +share/icons/matefaenzadark/status/96/gpm-ups-020-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-020.png +share/icons/matefaenzadark/status/96/gpm-ups-040-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-040.png +share/icons/matefaenzadark/status/96/gpm-ups-060-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-060.png +share/icons/matefaenzadark/status/96/gpm-ups-080-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-080.png +share/icons/matefaenzadark/status/96/gpm-ups-100-charging.png +share/icons/matefaenzadark/status/96/gpm-ups-100.png +share/icons/matefaenzadark/status/96/gtk-dialog-authentication.png +share/icons/matefaenzadark/status/96/gtk-dialog-error.png +share/icons/matefaenzadark/status/96/gtk-dialog-info.png +share/icons/matefaenzadark/status/96/gtk-dialog-question.png +share/icons/matefaenzadark/status/96/gtk-dialog-warning.png +share/icons/matefaenzadark/status/96/gtk-missing-image.png +share/icons/matefaenzadark/status/96/ibus-keyboard-glow-100.png +share/icons/matefaenzadark/status/96/ibus-keyboard-glow-30.png +share/icons/matefaenzadark/status/96/ibus-keyboard-glow-60.png +share/icons/matefaenzadark/status/96/ibus-keyboard.png +share/icons/matefaenzadark/status/96/image-loading.png +share/icons/matefaenzadark/status/96/image-missing.png +share/icons/matefaenzadark/status/96/indicator-messages-new.png +share/icons/matefaenzadark/status/96/indicator-messages.png +share/icons/matefaenzadark/status/96/info.png +share/icons/matefaenzadark/status/96/keys.png +share/icons/matefaenzadark/status/96/krb-expiring-ticket.png +share/icons/matefaenzadark/status/96/krb-no-valid-ticket.png +share/icons/matefaenzadark/status/96/krb-valid-ticket.png +share/icons/matefaenzadark/status/96/locked.png +share/icons/matefaenzadark/status/96/messagebox_critical.png +share/icons/matefaenzadark/status/96/messagebox_info.png +share/icons/matefaenzadark/status/96/messagebox_warning.png +share/icons/matefaenzadark/status/96/network-error.png +share/icons/matefaenzadark/status/96/network-idle.png +share/icons/matefaenzadark/status/96/network-offline.png +share/icons/matefaenzadark/status/96/network-receive.png +share/icons/matefaenzadark/status/96/network-transmit-receive.png +share/icons/matefaenzadark/status/96/network-transmit.png +share/icons/matefaenzadark/status/96/network-wireless-encrypted.png +share/icons/matefaenzadark/status/96/new-messages-red.png +share/icons/matefaenzadark/status/96/nm-adhoc.png +share/icons/matefaenzadark/status/96/nm-device-wired-autoip.png +share/icons/matefaenzadark/status/96/nm-device-wired-secure.png +share/icons/matefaenzadark/status/96/nm-device-wired.png +share/icons/matefaenzadark/status/96/nm-device-wireless.png +share/icons/matefaenzadark/status/96/nm-device-wwan.png +share/icons/matefaenzadark/status/96/nm-no-connection.png +share/icons/matefaenzadark/status/96/nm-secure-lock.png +share/icons/matefaenzadark/status/96/nm-signal-0.png +share/icons/matefaenzadark/status/96/nm-signal-00-secure.png +share/icons/matefaenzadark/status/96/nm-signal-00.png +share/icons/matefaenzadark/status/96/nm-signal-100-secure.png +share/icons/matefaenzadark/status/96/nm-signal-100.png +share/icons/matefaenzadark/status/96/nm-signal-25-secure.png +share/icons/matefaenzadark/status/96/nm-signal-25.png +share/icons/matefaenzadark/status/96/nm-signal-50-secure.png +share/icons/matefaenzadark/status/96/nm-signal-50.png +share/icons/matefaenzadark/status/96/nm-signal-75-secure.png +share/icons/matefaenzadark/status/96/nm-signal-75.png +share/icons/matefaenzadark/status/96/nm-vpn-active-lock.png +share/icons/matefaenzadark/status/96/nm-vpn-connecting12.png +share/icons/matefaenzadark/status/96/nm-vpn-connecting13.png +share/icons/matefaenzadark/status/96/nm-vpn-connecting14.png +share/icons/matefaenzadark/status/96/nm-vpn-lock.png +share/icons/matefaenzadark/status/96/nm-vpn-standalone-lock.png +share/icons/matefaenzadark/status/96/notification-audio-volume-high.png +share/icons/matefaenzadark/status/96/notification-audio-volume-low.png +share/icons/matefaenzadark/status/96/notification-audio-volume-medium.png +share/icons/matefaenzadark/status/96/notification-audio-volume-muted.png +share/icons/matefaenzadark/status/96/notification-audio-volume-off.png +share/icons/matefaenzadark/status/96/notification-battery-000-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-000.png +share/icons/matefaenzadark/status/96/notification-battery-020-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-020.png +share/icons/matefaenzadark/status/96/notification-battery-040-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-040.png +share/icons/matefaenzadark/status/96/notification-battery-060-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-060.png +share/icons/matefaenzadark/status/96/notification-battery-080-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-080.png +share/icons/matefaenzadark/status/96/notification-battery-100-plugged.png +share/icons/matefaenzadark/status/96/notification-battery-100.png +share/icons/matefaenzadark/status/96/notification-battery-empty.png +share/icons/matefaenzadark/status/96/notification-battery-low.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-000-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-000.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-020-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-020.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-040-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-040.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-060-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-060.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-080-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-080.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-100-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-100.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-charged.png +share/icons/matefaenzadark/status/96/notification-gpm-battery-empty.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-000-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-000.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-020-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-020.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-040-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-040.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-060-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-060.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-080-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-080.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-100-charging.png +share/icons/matefaenzadark/status/96/notification-gpm-ups-100.png +share/icons/matefaenzadark/status/96/notification-gsm-full.png +share/icons/matefaenzadark/status/96/notification-gsm-high.png +share/icons/matefaenzadark/status/96/notification-gsm-low.png +share/icons/matefaenzadark/status/96/notification-gsm-medium.png +share/icons/matefaenzadark/status/96/notification-gsm-none.png +share/icons/matefaenzadark/status/96/notification-network-disconnected.png +share/icons/matefaenzadark/status/96/notification-network-ethernet-connected.png +share/icons/matefaenzadark/status/96/notification-network-ethernet-disconnected.png +share/icons/matefaenzadark/status/96/notification-network-wireless-disconnected.png +share/icons/matefaenzadark/status/96/notification-network-wireless-full.png +share/icons/matefaenzadark/status/96/notification-network-wireless-high.png +share/icons/matefaenzadark/status/96/notification-network-wireless-low.png +share/icons/matefaenzadark/status/96/notification-network-wireless-medium.png +share/icons/matefaenzadark/status/96/notification-network-wireless-none.png +share/icons/matefaenzadark/status/96/printer-error.png +share/icons/matefaenzadark/status/96/printer-printing.png +share/icons/matefaenzadark/status/96/skype_away.png +share/icons/matefaenzadark/status/96/skype_dnd.png +share/icons/matefaenzadark/status/96/skype_invisible.png +share/icons/matefaenzadark/status/96/skype_na.png +share/icons/matefaenzadark/status/96/skype_offline.png +share/icons/matefaenzadark/status/96/skype_online.png +share/icons/matefaenzadark/status/96/skype_skypeme.png +share/icons/matefaenzadark/status/96/sound-icon.png +share/icons/matefaenzadark/status/96/status_lock.png +share/icons/matefaenzadark/status/96/stock_appointment-reminder.png +share/icons/matefaenzadark/status/96/stock_dialog-error.png +share/icons/matefaenzadark/status/96/stock_dialog-info.png +share/icons/matefaenzadark/status/96/stock_dialog-question.png +share/icons/matefaenzadark/status/96/stock_dialog-warning.png +share/icons/matefaenzadark/status/96/stock_lock.png +share/icons/matefaenzadark/status/96/stock_trash_full.png +share/icons/matefaenzadark/status/96/stock_volume-0.png +share/icons/matefaenzadark/status/96/stock_volume-max.png +share/icons/matefaenzadark/status/96/stock_volume-med.png +share/icons/matefaenzadark/status/96/stock_volume-min.png +share/icons/matefaenzadark/status/96/stock_volume-mute.png +share/icons/matefaenzadark/status/96/stock_volume.png +share/icons/matefaenzadark/status/96/stock_weather-night-clear.png +share/icons/matefaenzadark/status/96/stock_weather-sunny.png +share/icons/matefaenzadark/status/96/sunny.png +share/icons/matefaenzadark/status/96/system-devices-panel-alert.png +share/icons/matefaenzadark/status/96/system-devices-panel-informations.png +share/icons/matefaenzadark/status/96/system-devices-panel.png +share/icons/matefaenzadark/status/96/trashcan_full.png +share/icons/matefaenzadark/status/96/user-available.png +share/icons/matefaenzadark/status/96/user-away.png +share/icons/matefaenzadark/status/96/user-busy.png +share/icons/matefaenzadark/status/96/user-extended-away.png +share/icons/matefaenzadark/status/96/user-invisible.png +share/icons/matefaenzadark/status/96/user-offline.png +share/icons/matefaenzadark/status/96/user-trash-full.png +share/icons/matefaenzadark/status/96/weather-clear-night-000.png +share/icons/matefaenzadark/status/96/weather-clear-night-010.png +share/icons/matefaenzadark/status/96/weather-clear-night-020.png +share/icons/matefaenzadark/status/96/weather-clear-night-030.png +share/icons/matefaenzadark/status/96/weather-clear-night-040.png +share/icons/matefaenzadark/status/96/weather-clear-night-050.png +share/icons/matefaenzadark/status/96/weather-clear-night-060.png +share/icons/matefaenzadark/status/96/weather-clear-night-070.png +share/icons/matefaenzadark/status/96/weather-clear-night-080.png +share/icons/matefaenzadark/status/96/weather-clear-night-090.png +share/icons/matefaenzadark/status/96/weather-clear-night-100.png +share/icons/matefaenzadark/status/96/weather-clear-night-110.png +share/icons/matefaenzadark/status/96/weather-clear-night-120.png +share/icons/matefaenzadark/status/96/weather-clear-night-130.png +share/icons/matefaenzadark/status/96/weather-clear-night-140.png +share/icons/matefaenzadark/status/96/weather-clear-night-150.png +share/icons/matefaenzadark/status/96/weather-clear-night-160.png +share/icons/matefaenzadark/status/96/weather-clear-night-170.png +share/icons/matefaenzadark/status/96/weather-clear-night-180.png +share/icons/matefaenzadark/status/96/weather-clear-night-190.png +share/icons/matefaenzadark/status/96/weather-clear-night-200.png +share/icons/matefaenzadark/status/96/weather-clear-night-210.png +share/icons/matefaenzadark/status/96/weather-clear-night-220.png +share/icons/matefaenzadark/status/96/weather-clear-night-230.png +share/icons/matefaenzadark/status/96/weather-clear-night-240.png +share/icons/matefaenzadark/status/96/weather-clear-night-250.png +share/icons/matefaenzadark/status/96/weather-clear-night-260.png +share/icons/matefaenzadark/status/96/weather-clear-night-270.png +share/icons/matefaenzadark/status/96/weather-clear-night-280.png +share/icons/matefaenzadark/status/96/weather-clear-night-290.png +share/icons/matefaenzadark/status/96/weather-clear-night-300.png +share/icons/matefaenzadark/status/96/weather-clear-night-310.png +share/icons/matefaenzadark/status/96/weather-clear-night-320.png +share/icons/matefaenzadark/status/96/weather-clear-night-330.png +share/icons/matefaenzadark/status/96/weather-clear-night-340.png +share/icons/matefaenzadark/status/96/weather-clear-night-350.png +share/icons/matefaenzadark/status/96/weather-clear-night.png +share/icons/matefaenzadark/status/96/weather-clear.png +share/icons/matefaenzadark/status/96/weather-clouds-night.png +share/icons/matefaenzadark/status/96/weather-clouds.png +share/icons/matefaenzadark/status/96/weather-few-clouds-night.png +share/icons/matefaenzadark/status/96/weather-few-clouds.png +share/icons/matefaenzadark/status/96/weather-fog.png +share/icons/matefaenzadark/status/96/weather-overcast.png +share/icons/matefaenzadark/status/96/weather-severe-alert.png +share/icons/matefaenzadark/status/96/weather-showers-scattered.png +share/icons/matefaenzadark/status/96/weather-showers.png +share/icons/matefaenzadark/status/96/weather-snow.png +share/icons/matefaenzadark/status/96/weather-storm.png +share/icons/matefaenzadark/status/96/xfce-system-lock.png +share/icons/matefaenzadark/status/96/xfce-trash-full.png +share/icons/matefaenzadark/status/96/xfce4-mixer-muted.png +share/icons/matefaenzadark/status/96/xfce4-mixer-no-muted.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-high.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-low.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-medium.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-muted.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzadark/status/96/xfce4-mixer-volume-very-high.png +share/icons/matefaenzadark/status/96/xfce4-notifyd.png +share/icons/matefaenzadark/status/96/xfce4-weather.png +share/icons/matefaenzadark/status/96/xfm-battery-000.png +share/icons/matefaenzadark/status/96/xfpm-ac-adapter.png +share/icons/matefaenzadark/status/96/xfpm-battery-000-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-020-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-020.png +share/icons/matefaenzadark/status/96/xfpm-battery-040-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-040.png +share/icons/matefaenzadark/status/96/xfpm-battery-060-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-060.png +share/icons/matefaenzadark/status/96/xfpm-battery-080-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-080.png +share/icons/matefaenzadark/status/96/xfpm-battery-100-charging.png +share/icons/matefaenzadark/status/96/xfpm-battery-100.png +share/icons/matefaenzadark/status/96/xfpm-battery-charged.png +share/icons/matefaenzadark/status/96/xfpm-primary-000-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-000.png +share/icons/matefaenzadark/status/96/xfpm-primary-020-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-020.png +share/icons/matefaenzadark/status/96/xfpm-primary-040-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-040.png +share/icons/matefaenzadark/status/96/xfpm-primary-060-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-060.png +share/icons/matefaenzadark/status/96/xfpm-primary-080-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-080.png +share/icons/matefaenzadark/status/96/xfpm-primary-100-charging.png +share/icons/matefaenzadark/status/96/xfpm-primary-100.png +share/icons/matefaenzadark/status/96/xfpm-primary-charged.png +share/icons/matefaenzadark/status/scalable/appointment-soon.svg +share/icons/matefaenzadark/status/scalable/apport.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-add.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-cleanup.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-delete.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-resolve.svg +share/icons/matefaenzadark/status/scalable/aptdaemon-wait.svg +share/icons/matefaenzadark/status/scalable/audio-volume-high-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-high-symbolic.svg +share/icons/matefaenzadark/status/scalable/audio-volume-high.svg +share/icons/matefaenzadark/status/scalable/audio-volume-low-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-low-symbolic.svg +share/icons/matefaenzadark/status/scalable/audio-volume-low-zero-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-low.svg +share/icons/matefaenzadark/status/scalable/audio-volume-medium-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-medium-symbolic.svg +share/icons/matefaenzadark/status/scalable/audio-volume-medium.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted-blocked-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted-blocking-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted-panel.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted-symbolic.svg +share/icons/matefaenzadark/status/scalable/audio-volume-muted.svg +share/icons/matefaenzadark/status/scalable/audio-volume-off.svg +share/icons/matefaenzadark/status/scalable/audio-volume-zero-panel.svg +share/icons/matefaenzadark/status/scalable/avatar-default-symbolic.svg +share/icons/matefaenzadark/status/scalable/avatar-default.svg +share/icons/matefaenzadark/status/scalable/battery-000.svg +share/icons/matefaenzadark/status/scalable/battery-caution-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-caution-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-empty-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-empty-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-full-charged-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-full-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-full-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-good-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-good-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-low-charging-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-low-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery-missing-symbolic.svg +share/icons/matefaenzadark/status/scalable/battery_caution.svg +share/icons/matefaenzadark/status/scalable/battery_charged.svg +share/icons/matefaenzadark/status/scalable/battery_empty.svg +share/icons/matefaenzadark/status/scalable/battery_full.svg +share/icons/matefaenzadark/status/scalable/battery_low.svg +share/icons/matefaenzadark/status/scalable/battery_plugged.svg +share/icons/matefaenzadark/status/scalable/battery_third_fouth.svg +share/icons/matefaenzadark/status/scalable/battery_two_thirds.svg +share/icons/matefaenzadark/status/scalable/blueman-tray.svg +share/icons/matefaenzadark/status/scalable/bluetooth-active-symbolic.svg +share/icons/matefaenzadark/status/scalable/bluetooth-active.svg +share/icons/matefaenzadark/status/scalable/bluetooth-disabled-symbolic.svg +share/icons/matefaenzadark/status/scalable/bluetooth-disabled.svg +share/icons/matefaenzadark/status/scalable/bluetooth-paired.svg +share/icons/matefaenzadark/status/scalable/changes-allow-symbolic.svg +share/icons/matefaenzadark/status/scalable/changes-prevent-symbolic.svg +share/icons/matefaenzadark/status/scalable/connect_creating.svg +share/icons/matefaenzadark/status/scalable/connect_established.svg +share/icons/matefaenzadark/status/scalable/connect_no.svg +share/icons/matefaenzadark/status/scalable/dialog-error-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-error.svg +share/icons/matefaenzadark/status/scalable/dialog-info.svg +share/icons/matefaenzadark/status/scalable/dialog-information-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-information.svg +share/icons/matefaenzadark/status/scalable/dialog-password-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-password.svg +share/icons/matefaenzadark/status/scalable/dialog-question-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-question.svg +share/icons/matefaenzadark/status/scalable/dialog-warning-symbolic.svg +share/icons/matefaenzadark/status/scalable/dialog-warning.svg +share/icons/matefaenzadark/status/scalable/display-brightness-symbolic.svg +share/icons/matefaenzadark/status/scalable/edittrash.svg +share/icons/matefaenzadark/status/scalable/empathy-available.svg +share/icons/matefaenzadark/status/scalable/empathy-away.svg +share/icons/matefaenzadark/status/scalable/empathy-busy.svg +share/icons/matefaenzadark/status/scalable/empathy-extended-away.svg +share/icons/matefaenzadark/status/scalable/empathy-invisible.svg +share/icons/matefaenzadark/status/scalable/empathy-offline.svg +share/icons/matefaenzadark/status/scalable/error.svg +share/icons/matefaenzadark/status/scalable/exaile-pause.svg +share/icons/matefaenzadark/status/scalable/glipper.svg +share/icons/matefaenzadark/status/scalable/glippy-panel.svg +share/icons/matefaenzadark/status/scalable/gmp-ups-missing.svg +share/icons/matefaenzadark/status/scalable/gnome-dev-wavelan-encrypted.svg +share/icons/matefaenzadark/status/scalable/gnome-fs-trash-full.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-0-24.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-25-49.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-50-74.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-75-100.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-disconn.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-error.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-idle.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-rx.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-tx.svg +share/icons/matefaenzadark/status/scalable/gnome-netstatus-txrx.svg +share/icons/matefaenzadark/status/scalable/gnome-stock-trash-full.svg +share/icons/matefaenzadark/status/scalable/gpm-ac-adapter.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-000-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-000.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-020-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-020.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-040-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-040.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-060-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-060.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-080-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-080.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-100-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-100.svg +share/icons/matefaenzadark/status/scalable/gpm-battery-charged.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-000-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-000.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-020-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-020.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-040-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-040.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-060-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-060.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-080-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-080.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-100-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-100.svg +share/icons/matefaenzadark/status/scalable/gpm-primary-charged.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-000-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-000.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-020-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-020.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-040-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-040.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-060-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-060.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-080-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-080.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-100-charging.svg +share/icons/matefaenzadark/status/scalable/gpm-ups-100.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-authentication.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-error.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-info.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-question.svg +share/icons/matefaenzadark/status/scalable/gtk-dialog-warning.svg +share/icons/matefaenzadark/status/scalable/gtk-missing-image.svg +share/icons/matefaenzadark/status/scalable/ibus-keyboard-glow.svg +share/icons/matefaenzadark/status/scalable/ibus-keyboard.svg +share/icons/matefaenzadark/status/scalable/image-loading.svg +share/icons/matefaenzadark/status/scalable/image-missing.svg +share/icons/matefaenzadark/status/scalable/indicator-messages-new.svg +share/icons/matefaenzadark/status/scalable/indicator-messages.svg +share/icons/matefaenzadark/status/scalable/info.svg +share/icons/matefaenzadark/status/scalable/keyboard-brightness-symbolic.svg +share/icons/matefaenzadark/status/scalable/keys.svg +share/icons/matefaenzadark/status/scalable/krb-expiring-ticket.svg +share/icons/matefaenzadark/status/scalable/krb-no-valid-ticket.svg +share/icons/matefaenzadark/status/scalable/krb-valid-ticket.svg +share/icons/matefaenzadark/status/scalable/locked.svg +share/icons/matefaenzadark/status/scalable/mail-attachment-symbolic.svg +share/icons/matefaenzadark/status/scalable/mail-read-symbolic.svg +share/icons/matefaenzadark/status/scalable/mail-unread-symbolic.svg +share/icons/matefaenzadark/status/scalable/media-playlist-repeat-symbolic.svg +share/icons/matefaenzadark/status/scalable/media-playlist-shuffle-symbolic.svg +share/icons/matefaenzadark/status/scalable/messagebox_critical.svg +share/icons/matefaenzadark/status/scalable/messagebox_info.svg +share/icons/matefaenzadark/status/scalable/messagebox_warning.svg +share/icons/matefaenzadark/status/scalable/microphone-sensitivity-high-symbolic.svg +share/icons/matefaenzadark/status/scalable/microphone-sensitivity-low-symbolic.svg +share/icons/matefaenzadark/status/scalable/microphone-sensitivity-medium-symbolic.svg +share/icons/matefaenzadark/status/scalable/microphone-sensitivity-none-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-3g-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-4g-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-connected-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-edge-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-gprs-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-acquiring-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-excellent-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-good-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-none-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-ok-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-signal-weak-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-cellular-umts-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-error-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-error.svg +share/icons/matefaenzadark/status/scalable/network-idle.svg +share/icons/matefaenzadark/status/scalable/network-offline-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-offline.svg +share/icons/matefaenzadark/status/scalable/network-receive-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-receive.svg +share/icons/matefaenzadark/status/scalable/network-transmit-receive-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-transmit-receive.svg +share/icons/matefaenzadark/status/scalable/network-transmit-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-transmit.svg +share/icons/matefaenzadark/status/scalable/network-vpn-acquiring-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-vpn-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wired-acquiring-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wired-disconnected-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wired-disconnected.svg +share/icons/matefaenzadark/status/scalable/network-wired-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-acquiring-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-encrypted-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-encrypted.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-excellent-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-good-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-none-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-ok-symbolic.svg +share/icons/matefaenzadark/status/scalable/network-wireless-signal-weak-symbolic.svg +share/icons/matefaenzadark/status/scalable/new-messages-red.svg +share/icons/matefaenzadark/status/scalable/nm-adhoc.svg +share/icons/matefaenzadark/status/scalable/nm-device-wired-autoip.svg +share/icons/matefaenzadark/status/scalable/nm-device-wired-secure.svg +share/icons/matefaenzadark/status/scalable/nm-device-wired.svg +share/icons/matefaenzadark/status/scalable/nm-device-wireless.svg +share/icons/matefaenzadark/status/scalable/nm-device-wwan.svg +share/icons/matefaenzadark/status/scalable/nm-no-connection.svg +share/icons/matefaenzadark/status/scalable/nm-secure-lock.svg +share/icons/matefaenzadark/status/scalable/nm-signal-0.svg +share/icons/matefaenzadark/status/scalable/nm-signal-00-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-00.svg +share/icons/matefaenzadark/status/scalable/nm-signal-100-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-100.svg +share/icons/matefaenzadark/status/scalable/nm-signal-25-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-25.svg +share/icons/matefaenzadark/status/scalable/nm-signal-50-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-50.svg +share/icons/matefaenzadark/status/scalable/nm-signal-75-secure.svg +share/icons/matefaenzadark/status/scalable/nm-signal-75.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-active-lock.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-connecting12.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-connecting13.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-connecting14.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-lock.svg +share/icons/matefaenzadark/status/scalable/nm-vpn-standalone-lock.svg +share/icons/matefaenzadark/status/scalable/non-starred-symbolic.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-high.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-low.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-medium.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-muted.svg +share/icons/matefaenzadark/status/scalable/notification-audio-volume-off.svg +share/icons/matefaenzadark/status/scalable/notification-battery-000-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-000.svg +share/icons/matefaenzadark/status/scalable/notification-battery-020-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-020.svg +share/icons/matefaenzadark/status/scalable/notification-battery-040-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-040.svg +share/icons/matefaenzadark/status/scalable/notification-battery-060-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-060.svg +share/icons/matefaenzadark/status/scalable/notification-battery-080-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-080.svg +share/icons/matefaenzadark/status/scalable/notification-battery-100-plugged.svg +share/icons/matefaenzadark/status/scalable/notification-battery-100.svg +share/icons/matefaenzadark/status/scalable/notification-battery-empty.svg +share/icons/matefaenzadark/status/scalable/notification-battery-low.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-000-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-000.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-020-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-020.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-040-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-040.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-060-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-060.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-080-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-080.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-100-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-100.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-charged.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-battery-empty.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-000-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-000.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-020-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-020.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-040-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-040.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-060-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-060.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-080-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-080.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-100-charging.svg +share/icons/matefaenzadark/status/scalable/notification-gpm-ups-100.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-full.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-high.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-low.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-medium.svg +share/icons/matefaenzadark/status/scalable/notification-gsm-none.svg +share/icons/matefaenzadark/status/scalable/notification-network-disconnected.svg +share/icons/matefaenzadark/status/scalable/notification-network-ethernet-connected.svg +share/icons/matefaenzadark/status/scalable/notification-network-ethernet-disconnected.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-disconnected.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-full.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-high.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-low.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-medium.svg +share/icons/matefaenzadark/status/scalable/notification-network-wireless-none.svg +share/icons/matefaenzadark/status/scalable/printer-error-symbolic.svg +share/icons/matefaenzadark/status/scalable/printer-error.svg +share/icons/matefaenzadark/status/scalable/printer-printing-symbolic.svg +share/icons/matefaenzadark/status/scalable/printer-printing.svg +share/icons/matefaenzadark/status/scalable/printer-warning-symbolic.svg +share/icons/matefaenzadark/status/scalable/security-high-symbolic.svg +share/icons/matefaenzadark/status/scalable/security-low-symbolic.svg +share/icons/matefaenzadark/status/scalable/security-medium-symbolic.svg +share/icons/matefaenzadark/status/scalable/skype_away.svg +share/icons/matefaenzadark/status/scalable/skype_dnd.svg +share/icons/matefaenzadark/status/scalable/skype_invisible.svg +share/icons/matefaenzadark/status/scalable/skype_na.svg +share/icons/matefaenzadark/status/scalable/skype_offline.svg +share/icons/matefaenzadark/status/scalable/skype_online.svg +share/icons/matefaenzadark/status/scalable/skype_skypeme.svg +share/icons/matefaenzadark/status/scalable/software-update-available-symbolic.svg +share/icons/matefaenzadark/status/scalable/software-update-urgent-symbolic.svg +share/icons/matefaenzadark/status/scalable/sound-icon.svg +share/icons/matefaenzadark/status/scalable/starred-symbolic.svg +share/icons/matefaenzadark/status/scalable/status_lock.svg +share/icons/matefaenzadark/status/scalable/stock_appointment-reminder.svg +share/icons/matefaenzadark/status/scalable/stock_dialog-error.svg +share/icons/matefaenzadark/status/scalable/stock_dialog-info.svg +share/icons/matefaenzadark/status/scalable/stock_dialog-question.svg +share/icons/matefaenzadark/status/scalable/stock_dialog-warning.svg +share/icons/matefaenzadark/status/scalable/stock_lock.svg +share/icons/matefaenzadark/status/scalable/stock_trash_full.svg +share/icons/matefaenzadark/status/scalable/stock_volume-0.svg +share/icons/matefaenzadark/status/scalable/stock_volume-max.svg +share/icons/matefaenzadark/status/scalable/stock_volume-med.svg +share/icons/matefaenzadark/status/scalable/stock_volume-min.svg +share/icons/matefaenzadark/status/scalable/stock_volume-mute.svg +share/icons/matefaenzadark/status/scalable/stock_volume.svg +share/icons/matefaenzadark/status/scalable/stock_weather-night-clear.svg +share/icons/matefaenzadark/status/scalable/stock_weather-sunny.svg +share/icons/matefaenzadark/status/scalable/sunny.svg +share/icons/matefaenzadark/status/scalable/system-devices-panel-alert.svg +share/icons/matefaenzadark/status/scalable/system-devices-panel-informations.svg +share/icons/matefaenzadark/status/scalable/system-devices-panel.svg +share/icons/matefaenzadark/status/scalable/trashcan_full.svg +share/icons/matefaenzadark/status/scalable/user-available-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-available.svg +share/icons/matefaenzadark/status/scalable/user-away-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-away.svg +share/icons/matefaenzadark/status/scalable/user-busy-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-busy.svg +share/icons/matefaenzadark/status/scalable/user-extended-away.svg +share/icons/matefaenzadark/status/scalable/user-idle-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-invisible-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-invisible.svg +share/icons/matefaenzadark/status/scalable/user-offline-symbolic.svg +share/icons/matefaenzadark/status/scalable/user-offline.svg +share/icons/matefaenzadark/status/scalable/user-trash-full.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-000.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-010.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-020.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-030.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-040.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-050.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-060.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-070.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-080.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-090.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-100.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-110.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-120.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-130.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-140.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-150.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-160.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-170.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-180.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-190.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-200.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-210.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-220.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-230.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-240.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-250.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-260.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-270.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-280.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-290.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-300.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-310.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-320.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-330.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-340.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-350.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-clear-night.svg +share/icons/matefaenzadark/status/scalable/weather-clear-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-clear.svg +share/icons/matefaenzadark/status/scalable/weather-clouds-night-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-clouds-night.svg +share/icons/matefaenzadark/status/scalable/weather-clouds-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-clouds.svg +share/icons/matefaenzadark/status/scalable/weather-few-clouds-night-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-few-clouds-night.svg +share/icons/matefaenzadark/status/scalable/weather-few-clouds-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-few-clouds.svg +share/icons/matefaenzadark/status/scalable/weather-fog-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-fog.svg +share/icons/matefaenzadark/status/scalable/weather-overcast-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-overcast.svg +share/icons/matefaenzadark/status/scalable/weather-severe-alert-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-severe-alert.svg +share/icons/matefaenzadark/status/scalable/weather-showers-scattered-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-showers-scattered.svg +share/icons/matefaenzadark/status/scalable/weather-showers-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-showers.svg +share/icons/matefaenzadark/status/scalable/weather-snow-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-snow.svg +share/icons/matefaenzadark/status/scalable/weather-storm-symbolic.svg +share/icons/matefaenzadark/status/scalable/weather-storm.svg +share/icons/matefaenzadark/status/scalable/xfce-system-lock.svg +share/icons/matefaenzadark/status/scalable/xfce-trash-full.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-muted.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-no-muted.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-high.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-low-medium.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-low.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-medium.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-muted.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-ultra-low.svg +share/icons/matefaenzadark/status/scalable/xfce4-mixer-volume-very-high.svg +share/icons/matefaenzadark/status/scalable/xfce4-notifyd.svg +share/icons/matefaenzadark/status/scalable/xfce4-weather.svg +share/icons/matefaenzadark/status/scalable/xfm-battery-000.svg +share/icons/matefaenzadark/status/scalable/xfpm-ac-adapter.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-000-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-020-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-020.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-040-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-040.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-060-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-060.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-080-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-080.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-100-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-100.svg +share/icons/matefaenzadark/status/scalable/xfpm-battery-charged.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-000-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-000.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-020-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-020.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-040-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-040.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-060-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-060.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-080-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-080.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-100-charging.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-100.svg +share/icons/matefaenzadark/status/scalable/xfpm-primary-charged.svg +share/icons/matefaenzadark/stock/16/avatar-default.png +share/icons/matefaenzadark/stock/16/stock_connect.png +share/icons/matefaenzadark/stock/16/stock_disconnect.png +share/icons/matefaenzadark/stock/16/stock_new-meeting.png +share/icons/matefaenzadark/stock/16/stock_people.png +share/icons/matefaenzadark/stock/16/stock_person-panel.png +share/icons/matefaenzadark/stock/16/stock_person.png +share/icons/matefaenzadark/stock/16/stock_text-monospaced.png +share/icons/matefaenzadark/stock/22/avatar-default.png +share/icons/matefaenzadark/stock/22/stock_connect.png +share/icons/matefaenzadark/stock/22/stock_disconnect.png +share/icons/matefaenzadark/stock/22/stock_new-meeting.png +share/icons/matefaenzadark/stock/22/stock_people.png +share/icons/matefaenzadark/stock/22/stock_person-panel.png +share/icons/matefaenzadark/stock/22/stock_person.png +share/icons/matefaenzadark/stock/22/stock_text-monospaced.png +share/icons/matefaenzadark/stock/24/avatar-default.png +share/icons/matefaenzadark/stock/24/stock_connect.png +share/icons/matefaenzadark/stock/24/stock_disconnect.png +share/icons/matefaenzadark/stock/24/stock_new-meeting.png +share/icons/matefaenzadark/stock/24/stock_people.png +share/icons/matefaenzadark/stock/24/stock_person-panel.png +share/icons/matefaenzadark/stock/24/stock_person.png +share/icons/matefaenzadark/stock/24/stock_text-monospaced.png +share/icons/matefaenzagray/apps/16/boot.png +share/icons/matefaenzagray/apps/16/browser-help.png +share/icons/matefaenzagray/apps/16/ejecter.png +share/icons/matefaenzagray/apps/16/gnochm.png +share/icons/matefaenzagray/apps/16/gnome-about-logo.png +share/icons/matefaenzagray/apps/16/gnome-help.png +share/icons/matefaenzagray/apps/16/gnome-log-out.png +share/icons/matefaenzagray/apps/16/gnome-logo-icon-transparent.png +share/icons/matefaenzagray/apps/16/gnome-logout.png +share/icons/matefaenzagray/apps/16/gnome-session-halt.png +share/icons/matefaenzagray/apps/16/gnome-session-hibernate.png +share/icons/matefaenzagray/apps/16/gnome-session-logout.png +share/icons/matefaenzagray/apps/16/gnome-session-reboot.png +share/icons/matefaenzagray/apps/16/gnome-session-sleep.png +share/icons/matefaenzagray/apps/16/gnome-session-suspend.png +share/icons/matefaenzagray/apps/16/gnome-session-switch.png +share/icons/matefaenzagray/apps/16/gnome-shutdown.png +share/icons/matefaenzagray/apps/16/gnome-unknown.png +share/icons/matefaenzagray/apps/16/gtk-help.png +share/icons/matefaenzagray/apps/16/help-browser.png +share/icons/matefaenzagray/apps/16/help.png +share/icons/matefaenzagray/apps/16/khelpcenter.png +share/icons/matefaenzagray/apps/16/sleep.png +share/icons/matefaenzagray/apps/16/stock_help.png +share/icons/matefaenzagray/apps/16/stock_unknown.png +share/icons/matefaenzagray/apps/16/susehelpcenter.png +share/icons/matefaenzagray/apps/16/system-hibernate.png +share/icons/matefaenzagray/apps/16/system-restart.png +share/icons/matefaenzagray/apps/16/system-shut-down.png +share/icons/matefaenzagray/apps/16/system-suspend-hibernate.png +share/icons/matefaenzagray/apps/16/system-suspend.png +share/icons/matefaenzagray/apps/16/system-switch-user.png +share/icons/matefaenzagray/apps/16/un-reboot.png +share/icons/matefaenzagray/apps/16/xfce-man.png +share/icons/matefaenzagray/apps/16/xfce_unknown.png +share/icons/matefaenzagray/apps/16/xfsm-hibernate.png +share/icons/matefaenzagray/apps/16/xfsm-logout.png +share/icons/matefaenzagray/apps/16/xfsm-reboot.png +share/icons/matefaenzagray/apps/16/xfsm-shutdown.png +share/icons/matefaenzagray/apps/16/xfsm-suspend.png +share/icons/matefaenzagray/apps/16/xfsm-switch.png +share/icons/matefaenzagray/apps/22/boot.png +share/icons/matefaenzagray/apps/22/ejecter.png +share/icons/matefaenzagray/apps/22/gnome-log-out.png +share/icons/matefaenzagray/apps/22/gnome-logout.png +share/icons/matefaenzagray/apps/22/gnome-session-halt.png +share/icons/matefaenzagray/apps/22/gnome-session-hibernate.png +share/icons/matefaenzagray/apps/22/gnome-session-logout.png +share/icons/matefaenzagray/apps/22/gnome-session-reboot.png +share/icons/matefaenzagray/apps/22/gnome-session-sleep.png +share/icons/matefaenzagray/apps/22/gnome-session-suspend.png +share/icons/matefaenzagray/apps/22/gnome-session-switch.png +share/icons/matefaenzagray/apps/22/gnome-shutdown.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting01.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting02.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting03.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting04.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting05.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting06.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting07.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting08.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting09.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting10.png +share/icons/matefaenzagray/apps/22/nm-stage01-connecting11.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting01.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting02.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting03.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting04.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting05.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting06.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting07.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting08.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting09.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting10.png +share/icons/matefaenzagray/apps/22/nm-stage02-connecting11.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting01.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting02.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting03.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting04.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting05.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting06.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting07.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting08.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting09.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting10.png +share/icons/matefaenzagray/apps/22/nm-stage03-connecting11.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting01.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting02.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting03.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting04.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting05.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting06.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting07.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting08.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting09.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting10.png +share/icons/matefaenzagray/apps/22/nm-vpn-connecting11.png +share/icons/matefaenzagray/apps/22/sleep.png +share/icons/matefaenzagray/apps/22/system-hibernate.png +share/icons/matefaenzagray/apps/22/system-restart.png +share/icons/matefaenzagray/apps/22/system-shut-down.png +share/icons/matefaenzagray/apps/22/system-suspend-hibernate.png +share/icons/matefaenzagray/apps/22/system-suspend.png +share/icons/matefaenzagray/apps/22/system-switch-user.png +share/icons/matefaenzagray/apps/22/un-reboot.png +share/icons/matefaenzagray/apps/22/xfsm-hibernate.png +share/icons/matefaenzagray/apps/22/xfsm-logout.png +share/icons/matefaenzagray/apps/22/xfsm-reboot.png +share/icons/matefaenzagray/apps/22/xfsm-shutdown.png +share/icons/matefaenzagray/apps/22/xfsm-suspend.png +share/icons/matefaenzagray/apps/22/xfsm-switch.png +share/icons/matefaenzagray/apps/24/boot.png +share/icons/matefaenzagray/apps/24/ejecter.png +share/icons/matefaenzagray/apps/24/gnome-log-out.png +share/icons/matefaenzagray/apps/24/gnome-logout.png +share/icons/matefaenzagray/apps/24/gnome-session-halt.png +share/icons/matefaenzagray/apps/24/gnome-session-hibernate.png +share/icons/matefaenzagray/apps/24/gnome-session-logout.png +share/icons/matefaenzagray/apps/24/gnome-session-reboot.png +share/icons/matefaenzagray/apps/24/gnome-session-sleep.png +share/icons/matefaenzagray/apps/24/gnome-session-suspend.png +share/icons/matefaenzagray/apps/24/gnome-session-switch.png +share/icons/matefaenzagray/apps/24/gnome-shutdown.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting01.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting02.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting03.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting04.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting05.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting06.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting07.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting08.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting09.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting10.png +share/icons/matefaenzagray/apps/24/nm-stage01-connecting11.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting01.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting02.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting03.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting04.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting05.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting06.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting07.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting08.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting09.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting10.png +share/icons/matefaenzagray/apps/24/nm-stage02-connecting11.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting01.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting02.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting03.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting04.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting05.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting06.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting07.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting08.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting09.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting10.png +share/icons/matefaenzagray/apps/24/nm-stage03-connecting11.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting01.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting02.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting03.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting04.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting05.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting06.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting07.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting08.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting09.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting10.png +share/icons/matefaenzagray/apps/24/nm-vpn-connecting11.png +share/icons/matefaenzagray/apps/24/sleep.png +share/icons/matefaenzagray/apps/24/system-hibernate.png +share/icons/matefaenzagray/apps/24/system-restart.png +share/icons/matefaenzagray/apps/24/system-shut-down.png +share/icons/matefaenzagray/apps/24/system-suspend-hibernate.png +share/icons/matefaenzagray/apps/24/system-suspend.png +share/icons/matefaenzagray/apps/24/system-switch-user.png +share/icons/matefaenzagray/apps/24/un-reboot.png +share/icons/matefaenzagray/apps/24/xfsm-hibernate.png +share/icons/matefaenzagray/apps/24/xfsm-logout.png +share/icons/matefaenzagray/apps/24/xfsm-reboot.png +share/icons/matefaenzagray/apps/24/xfsm-shutdown.png +share/icons/matefaenzagray/apps/24/xfsm-suspend.png +share/icons/matefaenzagray/apps/24/xfsm-switch.png +share/icons/matefaenzagray/categories/16/applications-astronomy.png +share/icons/matefaenzagray/categories/22/applications-astronomy.png +share/icons/matefaenzagray/categories/24/applications-astronomy.png +share/icons/matefaenzagray/devices/22/keyboard.png +share/icons/matefaenzagray/devices/24/keyboard.png +share/icons/matefaenzagray/extras/deadbeef/pixmaps/play_24.png +share/icons/matefaenzagray/extras/keepassx/icons/keepassx.png +share/icons/matefaenzagray/extras/lastfm/icons/user_black22.png +share/icons/matefaenzagray/extras/lastfm/icons/user_blue22.png +share/icons/matefaenzagray/extras/lastfm/icons/user_green22.png +share/icons/matefaenzagray/extras/lastfm/icons/user_orange22.png +share/icons/matefaenzagray/extras/lastfm/icons/user_red22.png +share/icons/matefaenzagray/extras/liferea/pixmaps/available.png +share/icons/matefaenzagray/extras/liferea/pixmaps/available_offline.png +share/icons/matefaenzagray/extras/liferea/pixmaps/empty.png +share/icons/matefaenzagray/extras/liferea/pixmaps/empty_offline.png +share/icons/matefaenzagray/extras/pixmaps/guake/guake-tray.png +share/icons/matefaenzagray/extras/radiotray/images/radiotray_connecting.png +share/icons/matefaenzagray/extras/radiotray/images/radiotray_off.png +share/icons/matefaenzagray/extras/radiotray/images/radiotray_on.png +share/icons/matefaenzagray/index.theme +share/icons/matefaenzagray/places/22/start-here-archlinux.png +share/icons/matefaenzagray/places/22/start-here-debian.png +share/icons/matefaenzagray/places/22/start-here-fedora.png +share/icons/matefaenzagray/places/22/start-here-frugalware.png +share/icons/matefaenzagray/places/22/start-here-gentoo.png +share/icons/matefaenzagray/places/22/start-here-gnome.png +share/icons/matefaenzagray/places/22/start-here-linux-mint.png +share/icons/matefaenzagray/places/22/start-here-mandriva.png +share/icons/matefaenzagray/places/22/start-here-mate.png +share/icons/matefaenzagray/places/22/start-here-opensuse.png +share/icons/matefaenzagray/places/22/start-here-slackware.png +share/icons/matefaenzagray/places/22/start-here-ubuntu.png +share/icons/matefaenzagray/places/22/start-here.png +share/icons/matefaenzagray/places/24/start-here-archlinux.png +share/icons/matefaenzagray/places/24/start-here-debian.png +share/icons/matefaenzagray/places/24/start-here-fedora.png +share/icons/matefaenzagray/places/24/start-here-frugalware.png +share/icons/matefaenzagray/places/24/start-here-gentoo.png +share/icons/matefaenzagray/places/24/start-here-gnome.png +share/icons/matefaenzagray/places/24/start-here-linux-mint.png +share/icons/matefaenzagray/places/24/start-here-mandriva.png +share/icons/matefaenzagray/places/24/start-here-mate.png +share/icons/matefaenzagray/places/24/start-here-opensuse.png +share/icons/matefaenzagray/places/24/start-here-slackware.png +share/icons/matefaenzagray/places/24/start-here-ubuntu.png +share/icons/matefaenzagray/places/24/start-here.png +share/icons/matefaenzagray/status/16/audio-volume-high-panel.png +share/icons/matefaenzagray/status/16/audio-volume-high.png +share/icons/matefaenzagray/status/16/audio-volume-low-panel.png +share/icons/matefaenzagray/status/16/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/16/audio-volume-low.png +share/icons/matefaenzagray/status/16/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/16/audio-volume-medium.png +share/icons/matefaenzagray/status/16/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/16/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/16/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/16/audio-volume-muted.png +share/icons/matefaenzagray/status/16/audio-volume-off.png +share/icons/matefaenzagray/status/16/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/16/banshee-panel.png +share/icons/matefaenzagray/status/16/busy.png +share/icons/matefaenzagray/status/16/busy2.png +share/icons/matefaenzagray/status/16/connect_creating.png +share/icons/matefaenzagray/status/16/connect_established.png +share/icons/matefaenzagray/status/16/connect_no.png +share/icons/matefaenzagray/status/16/dialog-error.png +share/icons/matefaenzagray/status/16/dialog-info.png +share/icons/matefaenzagray/status/16/dialog-information.png +share/icons/matefaenzagray/status/16/dialog-password.png +share/icons/matefaenzagray/status/16/dialog-question.png +share/icons/matefaenzagray/status/16/dialog-warning.png +share/icons/matefaenzagray/status/16/dropboxstatus-busy.png +share/icons/matefaenzagray/status/16/dropboxstatus-busy2.png +share/icons/matefaenzagray/status/16/dropboxstatus-idle.png +share/icons/matefaenzagray/status/16/dropboxstatus-logo.png +share/icons/matefaenzagray/status/16/dropboxstatus-x.png +share/icons/matefaenzagray/status/16/empathy-available.png +share/icons/matefaenzagray/status/16/empathy-away.png +share/icons/matefaenzagray/status/16/empathy-busy.png +share/icons/matefaenzagray/status/16/empathy-extended-away.png +share/icons/matefaenzagray/status/16/empathy-invisible.png +share/icons/matefaenzagray/status/16/empathy-offline.png +share/icons/matefaenzagray/status/16/error.png +share/icons/matefaenzagray/status/16/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/16/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/16/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/16/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/16/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/16/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/16/gnome-netstatus-error.png +share/icons/matefaenzagray/status/16/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/16/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/16/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/16/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/16/gsm-3g-full-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-full.png +share/icons/matefaenzagray/status/16/gsm-3g-high-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-high.png +share/icons/matefaenzagray/status/16/gsm-3g-low-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-low.png +share/icons/matefaenzagray/status/16/gsm-3g-medium-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-medium.png +share/icons/matefaenzagray/status/16/gsm-3g-none-secure.png +share/icons/matefaenzagray/status/16/gsm-3g-none.png +share/icons/matefaenzagray/status/16/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/16/gtk-dialog-warning.png +share/icons/matefaenzagray/status/16/haguichi-connected.png +share/icons/matefaenzagray/status/16/haguichi-connecting-1.png +share/icons/matefaenzagray/status/16/haguichi-connecting-2.png +share/icons/matefaenzagray/status/16/haguichi-connecting-3.png +share/icons/matefaenzagray/status/16/haguichi-disconnected.png +share/icons/matefaenzagray/status/16/idle.png +share/icons/matefaenzagray/status/16/info.png +share/icons/matefaenzagray/status/16/keys.png +share/icons/matefaenzagray/status/16/locked.png +share/icons/matefaenzagray/status/16/logo.png +share/icons/matefaenzagray/status/16/media-player-banshee-buffering.png +share/icons/matefaenzagray/status/16/media-player-banshee-panel.png +share/icons/matefaenzagray/status/16/media-player-banshee-stopped.png +share/icons/matefaenzagray/status/16/network-error.png +share/icons/matefaenzagray/status/16/network-idle.png +share/icons/matefaenzagray/status/16/network-offline.png +share/icons/matefaenzagray/status/16/network-receive.png +share/icons/matefaenzagray/status/16/network-transmit-receive.png +share/icons/matefaenzagray/status/16/network-transmit.png +share/icons/matefaenzagray/status/16/network-wired-disconnected.png +share/icons/matefaenzagray/status/16/network-wireless-encrypted.png +share/icons/matefaenzagray/status/16/nm-adhoc.png +share/icons/matefaenzagray/status/16/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/16/nm-device-wired-secure.png +share/icons/matefaenzagray/status/16/nm-device-wired.png +share/icons/matefaenzagray/status/16/nm-device-wireless.png +share/icons/matefaenzagray/status/16/nm-device-wwan.png +share/icons/matefaenzagray/status/16/nm-no-connection.png +share/icons/matefaenzagray/status/16/nm-signal-0.png +share/icons/matefaenzagray/status/16/nm-signal-00-secure.png +share/icons/matefaenzagray/status/16/nm-signal-00.png +share/icons/matefaenzagray/status/16/nm-signal-100-secure.png +share/icons/matefaenzagray/status/16/nm-signal-100.png +share/icons/matefaenzagray/status/16/nm-signal-25-secure.png +share/icons/matefaenzagray/status/16/nm-signal-25.png +share/icons/matefaenzagray/status/16/nm-signal-50-secure.png +share/icons/matefaenzagray/status/16/nm-signal-50.png +share/icons/matefaenzagray/status/16/nm-signal-75-secure.png +share/icons/matefaenzagray/status/16/nm-signal-75.png +share/icons/matefaenzagray/status/16/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/16/notification-audio-volume-high.png +share/icons/matefaenzagray/status/16/notification-audio-volume-low.png +share/icons/matefaenzagray/status/16/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/16/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/16/notification-audio-volume-off.png +share/icons/matefaenzagray/status/16/rhythmbox-notplaying.png +share/icons/matefaenzagray/status/16/rhythmbox-panel.png +share/icons/matefaenzagray/status/16/sound-icon.png +share/icons/matefaenzagray/status/16/status_lock.png +share/icons/matefaenzagray/status/16/stock_lock.png +share/icons/matefaenzagray/status/16/stock_volume-0.png +share/icons/matefaenzagray/status/16/stock_volume-max.png +share/icons/matefaenzagray/status/16/stock_volume-med.png +share/icons/matefaenzagray/status/16/stock_volume-min.png +share/icons/matefaenzagray/status/16/stock_volume-mute.png +share/icons/matefaenzagray/status/16/stock_volume.png +share/icons/matefaenzagray/status/16/stock_weather-night-clear.png +share/icons/matefaenzagray/status/16/stock_weather-sunny.png +share/icons/matefaenzagray/status/16/sunny.png +share/icons/matefaenzagray/status/16/tray-away.png +share/icons/matefaenzagray/status/16/tray-busy.png +share/icons/matefaenzagray/status/16/tray-extended-away.png +share/icons/matefaenzagray/status/16/tray-offline.png +share/icons/matefaenzagray/status/16/tray-online.png +share/icons/matefaenzagray/status/16/user-available-panel.png +share/icons/matefaenzagray/status/16/user-available.png +share/icons/matefaenzagray/status/16/user-away-panel.png +share/icons/matefaenzagray/status/16/user-away.png +share/icons/matefaenzagray/status/16/user-busy-panel.png +share/icons/matefaenzagray/status/16/user-busy.png +share/icons/matefaenzagray/status/16/user-idle-panel.png +share/icons/matefaenzagray/status/16/user-idle.png +share/icons/matefaenzagray/status/16/user-invisible-panel.png +share/icons/matefaenzagray/status/16/user-invisible.png +share/icons/matefaenzagray/status/16/user-offline-panel.png +share/icons/matefaenzagray/status/16/user-offline.png +share/icons/matefaenzagray/status/16/weather-clear-night-000.png +share/icons/matefaenzagray/status/16/weather-clear-night-010.png +share/icons/matefaenzagray/status/16/weather-clear-night-020.png +share/icons/matefaenzagray/status/16/weather-clear-night-030.png +share/icons/matefaenzagray/status/16/weather-clear-night-040.png +share/icons/matefaenzagray/status/16/weather-clear-night-050.png +share/icons/matefaenzagray/status/16/weather-clear-night-060.png +share/icons/matefaenzagray/status/16/weather-clear-night-070.png +share/icons/matefaenzagray/status/16/weather-clear-night-080.png +share/icons/matefaenzagray/status/16/weather-clear-night-090.png +share/icons/matefaenzagray/status/16/weather-clear-night-100.png +share/icons/matefaenzagray/status/16/weather-clear-night-110.png +share/icons/matefaenzagray/status/16/weather-clear-night-120.png +share/icons/matefaenzagray/status/16/weather-clear-night-130.png +share/icons/matefaenzagray/status/16/weather-clear-night-140.png +share/icons/matefaenzagray/status/16/weather-clear-night-150.png +share/icons/matefaenzagray/status/16/weather-clear-night-160.png +share/icons/matefaenzagray/status/16/weather-clear-night-170.png +share/icons/matefaenzagray/status/16/weather-clear-night-180.png +share/icons/matefaenzagray/status/16/weather-clear-night-190.png +share/icons/matefaenzagray/status/16/weather-clear-night-200.png +share/icons/matefaenzagray/status/16/weather-clear-night-210.png +share/icons/matefaenzagray/status/16/weather-clear-night-220.png +share/icons/matefaenzagray/status/16/weather-clear-night-230.png +share/icons/matefaenzagray/status/16/weather-clear-night-240.png +share/icons/matefaenzagray/status/16/weather-clear-night-250.png +share/icons/matefaenzagray/status/16/weather-clear-night-260.png +share/icons/matefaenzagray/status/16/weather-clear-night-270.png +share/icons/matefaenzagray/status/16/weather-clear-night-280.png +share/icons/matefaenzagray/status/16/weather-clear-night-290.png +share/icons/matefaenzagray/status/16/weather-clear-night-300.png +share/icons/matefaenzagray/status/16/weather-clear-night-310.png +share/icons/matefaenzagray/status/16/weather-clear-night-320.png +share/icons/matefaenzagray/status/16/weather-clear-night-330.png +share/icons/matefaenzagray/status/16/weather-clear-night-340.png +share/icons/matefaenzagray/status/16/weather-clear-night-350.png +share/icons/matefaenzagray/status/16/weather-clear-night.png +share/icons/matefaenzagray/status/16/weather-clear.png +share/icons/matefaenzagray/status/16/weather-clouds-night.png +share/icons/matefaenzagray/status/16/weather-clouds.png +share/icons/matefaenzagray/status/16/weather-few-clouds-night.png +share/icons/matefaenzagray/status/16/weather-few-clouds.png +share/icons/matefaenzagray/status/16/weather-fog.png +share/icons/matefaenzagray/status/16/weather-overcast.png +share/icons/matefaenzagray/status/16/weather-severe-alert.png +share/icons/matefaenzagray/status/16/weather-showers-scattered.png +share/icons/matefaenzagray/status/16/weather-showers.png +share/icons/matefaenzagray/status/16/weather-snow.png +share/icons/matefaenzagray/status/16/weather-storm.png +share/icons/matefaenzagray/status/16/x.png +share/icons/matefaenzagray/status/16/x.xpm +share/icons/matefaenzagray/status/16/xfce-system-lock.png +share/icons/matefaenzagray/status/16/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/16/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/16/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/16/xfce4-weather.png +share/icons/matefaenzagray/status/22/appointment-missed.png +share/icons/matefaenzagray/status/22/appointment-soon.png +share/icons/matefaenzagray/status/22/apport.png +share/icons/matefaenzagray/status/22/audacious-panel.png +share/icons/matefaenzagray/status/22/audio-volume-high-panel.png +share/icons/matefaenzagray/status/22/audio-volume-high.png +share/icons/matefaenzagray/status/22/audio-volume-low-panel.png +share/icons/matefaenzagray/status/22/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/22/audio-volume-low.png +share/icons/matefaenzagray/status/22/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/22/audio-volume-medium.png +share/icons/matefaenzagray/status/22/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/22/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/22/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/22/audio-volume-muted.png +share/icons/matefaenzagray/status/22/audio-volume-off.png +share/icons/matefaenzagray/status/22/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/22/avatar-default.png +share/icons/matefaenzagray/status/22/banshee-panel.png +share/icons/matefaenzagray/status/22/battery-000.png +share/icons/matefaenzagray/status/22/battery_caution.png +share/icons/matefaenzagray/status/22/battery_charged.png +share/icons/matefaenzagray/status/22/battery_empty.png +share/icons/matefaenzagray/status/22/battery_full.png +share/icons/matefaenzagray/status/22/battery_low.png +share/icons/matefaenzagray/status/22/battery_plugged.png +share/icons/matefaenzagray/status/22/battery_third_fouth.png +share/icons/matefaenzagray/status/22/battery_two_thirds.png +share/icons/matefaenzagray/status/22/blank.png +share/icons/matefaenzagray/status/22/blueman-tray.png +share/icons/matefaenzagray/status/22/bluetooth-active.png +share/icons/matefaenzagray/status/22/bluetooth-disabled.png +share/icons/matefaenzagray/status/22/bluetooth-paired.png +share/icons/matefaenzagray/status/22/busy.png +share/icons/matefaenzagray/status/22/busy2.png +share/icons/matefaenzagray/status/22/caffeine-cup-empty.png +share/icons/matefaenzagray/status/22/caffeine-cup-full.png +share/icons/matefaenzagray/status/22/connect_creating.png +share/icons/matefaenzagray/status/22/connect_established.png +share/icons/matefaenzagray/status/22/connect_no.png +share/icons/matefaenzagray/status/22/covergloobus-panel.png +share/icons/matefaenzagray/status/22/dcpp-32.png +share/icons/matefaenzagray/status/22/dcpp-panel.png +share/icons/matefaenzagray/status/22/deadbeef-tray-icon.png +share/icons/matefaenzagray/status/22/deluge-panel.png +share/icons/matefaenzagray/status/22/deluge-torrent-panel.png +share/icons/matefaenzagray/status/22/dialog-error.png +share/icons/matefaenzagray/status/22/dialog-info.png +share/icons/matefaenzagray/status/22/dialog-information.png +share/icons/matefaenzagray/status/22/dialog-question.png +share/icons/matefaenzagray/status/22/dialog-warning.png +share/icons/matefaenzagray/status/22/dropboxstatus-blank.png +share/icons/matefaenzagray/status/22/dropboxstatus-busy.png +share/icons/matefaenzagray/status/22/dropboxstatus-busy2.png +share/icons/matefaenzagray/status/22/dropboxstatus-idle.png +share/icons/matefaenzagray/status/22/dropboxstatus-logo.png +share/icons/matefaenzagray/status/22/dropboxstatus-x.png +share/icons/matefaenzagray/status/22/edittrash.png +share/icons/matefaenzagray/status/22/empathy-available.png +share/icons/matefaenzagray/status/22/empathy-away.png +share/icons/matefaenzagray/status/22/empathy-busy.png +share/icons/matefaenzagray/status/22/empathy-extended-away.png +share/icons/matefaenzagray/status/22/empathy-invisible.png +share/icons/matefaenzagray/status/22/empathy-offline.png +share/icons/matefaenzagray/status/22/error.png +share/icons/matefaenzagray/status/22/exaile-panel.png +share/icons/matefaenzagray/status/22/exaile-pause.png +share/icons/matefaenzagray/status/22/exaile-play.png +share/icons/matefaenzagray/status/22/fusion-icon-panel.png +share/icons/matefaenzagray/status/22/fusion-icon-symbolic.png +share/icons/matefaenzagray/status/22/glipper.png +share/icons/matefaenzagray/status/22/glippy-panel.png +share/icons/matefaenzagray/status/22/gmp-ups-missing.png +share/icons/matefaenzagray/status/22/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/22/gnome-do-icon.png +share/icons/matefaenzagray/status/22/gnome-do-panel.png +share/icons/matefaenzagray/status/22/gnome-do-symbolic.png +share/icons/matefaenzagray/status/22/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/22/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/22/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/22/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/22/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/22/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/22/gnome-netstatus-error.png +share/icons/matefaenzagray/status/22/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/22/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/22/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/22/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/22/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/22/goldendict-panel.png +share/icons/matefaenzagray/status/22/gpm-ac-adapter.png +share/icons/matefaenzagray/status/22/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-000.png +share/icons/matefaenzagray/status/22/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-020.png +share/icons/matefaenzagray/status/22/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-040.png +share/icons/matefaenzagray/status/22/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-060.png +share/icons/matefaenzagray/status/22/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-080.png +share/icons/matefaenzagray/status/22/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/22/gpm-battery-100.png +share/icons/matefaenzagray/status/22/gpm-battery-charged.png +share/icons/matefaenzagray/status/22/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-000.png +share/icons/matefaenzagray/status/22/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-020.png +share/icons/matefaenzagray/status/22/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-040.png +share/icons/matefaenzagray/status/22/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-060.png +share/icons/matefaenzagray/status/22/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-080.png +share/icons/matefaenzagray/status/22/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/22/gpm-primary-100.png +share/icons/matefaenzagray/status/22/gpm-primary-charged.png +share/icons/matefaenzagray/status/22/gpm-primary-missing.png +share/icons/matefaenzagray/status/22/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-000.png +share/icons/matefaenzagray/status/22/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-020.png +share/icons/matefaenzagray/status/22/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-040.png +share/icons/matefaenzagray/status/22/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-060.png +share/icons/matefaenzagray/status/22/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-080.png +share/icons/matefaenzagray/status/22/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/22/gpm-ups-100.png +share/icons/matefaenzagray/status/22/gsm-3g-full-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-full.png +share/icons/matefaenzagray/status/22/gsm-3g-high-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-high.png +share/icons/matefaenzagray/status/22/gsm-3g-low-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-low.png +share/icons/matefaenzagray/status/22/gsm-3g-medium-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-medium.png +share/icons/matefaenzagray/status/22/gsm-3g-none-secure.png +share/icons/matefaenzagray/status/22/gsm-3g-none.png +share/icons/matefaenzagray/status/22/gtg-panel.png +share/icons/matefaenzagray/status/22/gtk-dialog-authentication-panel.png +share/icons/matefaenzagray/status/22/gtk-dialog-error.png +share/icons/matefaenzagray/status/22/gtk-dialog-info.png +share/icons/matefaenzagray/status/22/gtk-dialog-question.png +share/icons/matefaenzagray/status/22/gtk-dialog-warning-panel.png +share/icons/matefaenzagray/status/22/gtk-dialog-warning.png +share/icons/matefaenzagray/status/22/guake-tray.png +share/icons/matefaenzagray/status/22/haguichi-connected.png +share/icons/matefaenzagray/status/22/haguichi-connecting-1.png +share/icons/matefaenzagray/status/22/haguichi-connecting-2.png +share/icons/matefaenzagray/status/22/haguichi-connecting-3.png +share/icons/matefaenzagray/status/22/haguichi-disconnected.png +share/icons/matefaenzagray/status/22/ibus-keyboard.png +share/icons/matefaenzagray/status/22/ibus-panel.png +share/icons/matefaenzagray/status/22/idle.png +share/icons/matefaenzagray/status/22/im-message-new.png +share/icons/matefaenzagray/status/22/indicator-messages-new.png +share/icons/matefaenzagray/status/22/indicator-messages.png +share/icons/matefaenzagray/status/22/info.png +share/icons/matefaenzagray/status/22/jdownloader-panel.png +share/icons/matefaenzagray/status/22/keepassx-panel.png +share/icons/matefaenzagray/status/22/keys.png +share/icons/matefaenzagray/status/22/krb-expiring-ticket.png +share/icons/matefaenzagray/status/22/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/22/krb-valid-ticket.png +share/icons/matefaenzagray/status/22/kupfer-panel.png +share/icons/matefaenzagray/status/22/lastfm-panel.png +share/icons/matefaenzagray/status/22/locked.png +share/icons/matefaenzagray/status/22/locked.xpm +share/icons/matefaenzagray/status/22/logo.png +share/icons/matefaenzagray/status/22/me-tv-panel.png +share/icons/matefaenzagray/status/22/media-player-banshee-buffering.png +share/icons/matefaenzagray/status/22/media-player-banshee-panel.png +share/icons/matefaenzagray/status/22/media-player-banshee-stopped.png +share/icons/matefaenzagray/status/22/messagebox_critical.png +share/icons/matefaenzagray/status/22/messagebox_info.png +share/icons/matefaenzagray/status/22/messagebox_warning.png +share/icons/matefaenzagray/status/22/nautilus-progress-info-panel.png +share/icons/matefaenzagray/status/22/network-error.png +share/icons/matefaenzagray/status/22/network-idle.png +share/icons/matefaenzagray/status/22/network-offline.png +share/icons/matefaenzagray/status/22/network-receive.png +share/icons/matefaenzagray/status/22/network-transmit-receive.png +share/icons/matefaenzagray/status/22/network-transmit.png +share/icons/matefaenzagray/status/22/network-wireless-encrypted.png +share/icons/matefaenzagray/status/22/new-messages-red.png +share/icons/matefaenzagray/status/22/nm-adhoc.png +share/icons/matefaenzagray/status/22/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/22/nm-device-wired-secure.png +share/icons/matefaenzagray/status/22/nm-device-wired.png +share/icons/matefaenzagray/status/22/nm-device-wireless.png +share/icons/matefaenzagray/status/22/nm-device-wwan.png +share/icons/matefaenzagray/status/22/nm-no-connection.png +share/icons/matefaenzagray/status/22/nm-secure-lock.png +share/icons/matefaenzagray/status/22/nm-signal-0.png +share/icons/matefaenzagray/status/22/nm-signal-00-secure.png +share/icons/matefaenzagray/status/22/nm-signal-00.png +share/icons/matefaenzagray/status/22/nm-signal-100-secure.png +share/icons/matefaenzagray/status/22/nm-signal-100.png +share/icons/matefaenzagray/status/22/nm-signal-25-secure.png +share/icons/matefaenzagray/status/22/nm-signal-25.png +share/icons/matefaenzagray/status/22/nm-signal-50-secure.png +share/icons/matefaenzagray/status/22/nm-signal-50.png +share/icons/matefaenzagray/status/22/nm-signal-75-secure.png +share/icons/matefaenzagray/status/22/nm-signal-75.png +share/icons/matefaenzagray/status/22/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/22/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/22/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/22/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/22/nm-vpn-lock.png +share/icons/matefaenzagray/status/22/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/22/notification-audio-volume-high.png +share/icons/matefaenzagray/status/22/notification-audio-volume-low.png +share/icons/matefaenzagray/status/22/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/22/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/22/notification-audio-volume-off.png +share/icons/matefaenzagray/status/22/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-000.png +share/icons/matefaenzagray/status/22/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-020.png +share/icons/matefaenzagray/status/22/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-040.png +share/icons/matefaenzagray/status/22/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-060.png +share/icons/matefaenzagray/status/22/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-080.png +share/icons/matefaenzagray/status/22/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/22/notification-battery-100.png +share/icons/matefaenzagray/status/22/notification-battery-empty.png +share/icons/matefaenzagray/status/22/notification-battery-low.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/22/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/22/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/22/notification-network-disconnected.png +share/icons/matefaenzagray/status/22/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/22/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/22/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/22/notification-network-wireless-full.png +share/icons/matefaenzagray/status/22/notification-network-wireless-high.png +share/icons/matefaenzagray/status/22/notification-network-wireless-low.png +share/icons/matefaenzagray/status/22/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/22/notification-network-wireless-none.png +share/icons/matefaenzagray/status/22/pino-tray-icon-fresh.png +share/icons/matefaenzagray/status/22/pino-tray-icon.png +share/icons/matefaenzagray/status/22/printer-error.png +share/icons/matefaenzagray/status/22/printer-printing.png +share/icons/matefaenzagray/status/22/radiotray_connecting.png +share/icons/matefaenzagray/status/22/radiotray_off.png +share/icons/matefaenzagray/status/22/radiotray_on.png +share/icons/matefaenzagray/status/22/reboot-notifier.png +share/icons/matefaenzagray/status/22/rhythmbox-notplaying.png +share/icons/matefaenzagray/status/22/rhythmbox-panel.png +share/icons/matefaenzagray/status/22/shutter-panel.png +share/icons/matefaenzagray/status/22/software-update-available.png +share/icons/matefaenzagray/status/22/software-update-urgent.png +share/icons/matefaenzagray/status/22/sound-icon.png +share/icons/matefaenzagray/status/22/status_lock.png +share/icons/matefaenzagray/status/22/stock_appointment-reminder-excl.png +share/icons/matefaenzagray/status/22/stock_appointment-reminder.png +share/icons/matefaenzagray/status/22/stock_dialog-error.png +share/icons/matefaenzagray/status/22/stock_dialog-info.png +share/icons/matefaenzagray/status/22/stock_dialog-question.png +share/icons/matefaenzagray/status/22/stock_dialog-warning.png +share/icons/matefaenzagray/status/22/stock_lock.png +share/icons/matefaenzagray/status/22/stock_trash_full.png +share/icons/matefaenzagray/status/22/stock_volume-0.png +share/icons/matefaenzagray/status/22/stock_volume-max.png +share/icons/matefaenzagray/status/22/stock_volume-med.png +share/icons/matefaenzagray/status/22/stock_volume-min.png +share/icons/matefaenzagray/status/22/stock_volume-mute.png +share/icons/matefaenzagray/status/22/stock_volume.png +share/icons/matefaenzagray/status/22/stock_weather-night-clear.png +share/icons/matefaenzagray/status/22/stock_weather-sunny.png +share/icons/matefaenzagray/status/22/sunny.png +share/icons/matefaenzagray/status/22/synapse-panel.png +share/icons/matefaenzagray/status/22/system-devices-panel-alert.png +share/icons/matefaenzagray/status/22/system-devices-panel-informations.png +share/icons/matefaenzagray/status/22/system-devices-panel.png +share/icons/matefaenzagray/status/22/system-file-manager-panel.png +share/icons/matefaenzagray/status/22/system-file-progress-panel.png +share/icons/matefaenzagray/status/22/system-restart-panel.png +share/icons/matefaenzagray/status/22/system-shutdown-restart-panel.png +share/icons/matefaenzagray/status/22/tomboy-panel.png +share/icons/matefaenzagray/status/22/transmission-tray-icon.png +share/icons/matefaenzagray/status/22/trashcan_full.png +share/icons/matefaenzagray/status/22/tray-away.png +share/icons/matefaenzagray/status/22/tray-busy.png +share/icons/matefaenzagray/status/22/tray-extended-away.png +share/icons/matefaenzagray/status/22/tray-message.png +share/icons/matefaenzagray/status/22/tray-new-im.png +share/icons/matefaenzagray/status/22/tray-offline.png +share/icons/matefaenzagray/status/22/tray-online.png +share/icons/matefaenzagray/status/22/ubuntuone-client-error.png +share/icons/matefaenzagray/status/22/ubuntuone-client-idle.png +share/icons/matefaenzagray/status/22/ubuntuone-client-offline.png +share/icons/matefaenzagray/status/22/ubuntuone-client-updating.png +share/icons/matefaenzagray/status/22/user-available-panel.png +share/icons/matefaenzagray/status/22/user-available.png +share/icons/matefaenzagray/status/22/user-away-panel.png +share/icons/matefaenzagray/status/22/user-away.png +share/icons/matefaenzagray/status/22/user-busy-panel.png +share/icons/matefaenzagray/status/22/user-busy.png +share/icons/matefaenzagray/status/22/user-extended-away.png +share/icons/matefaenzagray/status/22/user-idle-panel.png +share/icons/matefaenzagray/status/22/user-idle.png +share/icons/matefaenzagray/status/22/user-indeterminate-panel.png +share/icons/matefaenzagray/status/22/user-indeterminate.png +share/icons/matefaenzagray/status/22/user-invisible-panel.png +share/icons/matefaenzagray/status/22/user-invisible.png +share/icons/matefaenzagray/status/22/user-offline-panel.png +share/icons/matefaenzagray/status/22/user-offline.png +share/icons/matefaenzagray/status/22/user-trash-full.png +share/icons/matefaenzagray/status/22/weather-clear-night-000.png +share/icons/matefaenzagray/status/22/weather-clear-night-010.png +share/icons/matefaenzagray/status/22/weather-clear-night-020.png +share/icons/matefaenzagray/status/22/weather-clear-night-030.png +share/icons/matefaenzagray/status/22/weather-clear-night-040.png +share/icons/matefaenzagray/status/22/weather-clear-night-050.png +share/icons/matefaenzagray/status/22/weather-clear-night-060.png +share/icons/matefaenzagray/status/22/weather-clear-night-070.png +share/icons/matefaenzagray/status/22/weather-clear-night-080.png +share/icons/matefaenzagray/status/22/weather-clear-night-090.png +share/icons/matefaenzagray/status/22/weather-clear-night-100.png +share/icons/matefaenzagray/status/22/weather-clear-night-110.png +share/icons/matefaenzagray/status/22/weather-clear-night-120.png +share/icons/matefaenzagray/status/22/weather-clear-night-130.png +share/icons/matefaenzagray/status/22/weather-clear-night-140.png +share/icons/matefaenzagray/status/22/weather-clear-night-150.png +share/icons/matefaenzagray/status/22/weather-clear-night-160.png +share/icons/matefaenzagray/status/22/weather-clear-night-170.png +share/icons/matefaenzagray/status/22/weather-clear-night-180.png +share/icons/matefaenzagray/status/22/weather-clear-night-190.png +share/icons/matefaenzagray/status/22/weather-clear-night-200.png +share/icons/matefaenzagray/status/22/weather-clear-night-210.png +share/icons/matefaenzagray/status/22/weather-clear-night-220.png +share/icons/matefaenzagray/status/22/weather-clear-night-230.png +share/icons/matefaenzagray/status/22/weather-clear-night-240.png +share/icons/matefaenzagray/status/22/weather-clear-night-250.png +share/icons/matefaenzagray/status/22/weather-clear-night-260.png +share/icons/matefaenzagray/status/22/weather-clear-night-270.png +share/icons/matefaenzagray/status/22/weather-clear-night-280.png +share/icons/matefaenzagray/status/22/weather-clear-night-290.png +share/icons/matefaenzagray/status/22/weather-clear-night-300.png +share/icons/matefaenzagray/status/22/weather-clear-night-310.png +share/icons/matefaenzagray/status/22/weather-clear-night-320.png +share/icons/matefaenzagray/status/22/weather-clear-night-330.png +share/icons/matefaenzagray/status/22/weather-clear-night-340.png +share/icons/matefaenzagray/status/22/weather-clear-night-350.png +share/icons/matefaenzagray/status/22/weather-clear-night.png +share/icons/matefaenzagray/status/22/weather-clear.png +share/icons/matefaenzagray/status/22/weather-clouds-night.png +share/icons/matefaenzagray/status/22/weather-clouds.png +share/icons/matefaenzagray/status/22/weather-few-clouds-night.png +share/icons/matefaenzagray/status/22/weather-few-clouds.png +share/icons/matefaenzagray/status/22/weather-fog.png +share/icons/matefaenzagray/status/22/weather-overcast.png +share/icons/matefaenzagray/status/22/weather-severe-alert.png +share/icons/matefaenzagray/status/22/weather-showers-scattered.png +share/icons/matefaenzagray/status/22/weather-showers.png +share/icons/matefaenzagray/status/22/weather-snow.png +share/icons/matefaenzagray/status/22/weather-storm.png +share/icons/matefaenzagray/status/22/x.png +share/icons/matefaenzagray/status/22/x.xpm +share/icons/matefaenzagray/status/22/xchat-panel.png +share/icons/matefaenzagray/status/22/xfce-system-lock.png +share/icons/matefaenzagray/status/22/xfce-trash-full.png +share/icons/matefaenzagray/status/22/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/22/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/22/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/22/xfce4-notifyd.png +share/icons/matefaenzagray/status/22/xfce4-weather.png +share/icons/matefaenzagray/status/22/xfm-battery-000.png +share/icons/matefaenzagray/status/22/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/22/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-020.png +share/icons/matefaenzagray/status/22/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-040.png +share/icons/matefaenzagray/status/22/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-060.png +share/icons/matefaenzagray/status/22/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-080.png +share/icons/matefaenzagray/status/22/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/22/xfpm-battery-100.png +share/icons/matefaenzagray/status/22/xfpm-battery-charged.png +share/icons/matefaenzagray/status/22/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-000.png +share/icons/matefaenzagray/status/22/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-020.png +share/icons/matefaenzagray/status/22/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-040.png +share/icons/matefaenzagray/status/22/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-060.png +share/icons/matefaenzagray/status/22/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-080.png +share/icons/matefaenzagray/status/22/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/22/xfpm-primary-100.png +share/icons/matefaenzagray/status/22/xfpm-primary-charged.png +share/icons/matefaenzagray/status/22/zim-panel.png +share/icons/matefaenzagray/status/24/appointment-missed.png +share/icons/matefaenzagray/status/24/appointment-soon.png +share/icons/matefaenzagray/status/24/apport.png +share/icons/matefaenzagray/status/24/audacious-panel.png +share/icons/matefaenzagray/status/24/audio-volume-high-panel.png +share/icons/matefaenzagray/status/24/audio-volume-high.png +share/icons/matefaenzagray/status/24/audio-volume-low-panel.png +share/icons/matefaenzagray/status/24/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/24/audio-volume-low.png +share/icons/matefaenzagray/status/24/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/24/audio-volume-medium.png +share/icons/matefaenzagray/status/24/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/24/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/24/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/24/audio-volume-muted.png +share/icons/matefaenzagray/status/24/audio-volume-off.png +share/icons/matefaenzagray/status/24/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/24/avatar-default.png +share/icons/matefaenzagray/status/24/banshee-panel.png +share/icons/matefaenzagray/status/24/battery-000.png +share/icons/matefaenzagray/status/24/battery_caution.png +share/icons/matefaenzagray/status/24/battery_charged.png +share/icons/matefaenzagray/status/24/battery_empty.png +share/icons/matefaenzagray/status/24/battery_full.png +share/icons/matefaenzagray/status/24/battery_low.png +share/icons/matefaenzagray/status/24/battery_plugged.png +share/icons/matefaenzagray/status/24/battery_third_fouth.png +share/icons/matefaenzagray/status/24/battery_two_thirds.png +share/icons/matefaenzagray/status/24/blank.png +share/icons/matefaenzagray/status/24/blueman-tray.png +share/icons/matefaenzagray/status/24/bluetooth-active.png +share/icons/matefaenzagray/status/24/bluetooth-disabled.png +share/icons/matefaenzagray/status/24/bluetooth-paired.png +share/icons/matefaenzagray/status/24/busy.png +share/icons/matefaenzagray/status/24/busy2.png +share/icons/matefaenzagray/status/24/caffeine-cup-empty.png +share/icons/matefaenzagray/status/24/caffeine-cup-full.png +share/icons/matefaenzagray/status/24/connect_creating.png +share/icons/matefaenzagray/status/24/connect_established.png +share/icons/matefaenzagray/status/24/connect_no.png +share/icons/matefaenzagray/status/24/covergloobus-panel.png +share/icons/matefaenzagray/status/24/dcpp-32.png +share/icons/matefaenzagray/status/24/dcpp-panel.png +share/icons/matefaenzagray/status/24/deadbeef-tray-icon.png +share/icons/matefaenzagray/status/24/deluge-panel.png +share/icons/matefaenzagray/status/24/deluge-torrent-panel.png +share/icons/matefaenzagray/status/24/dialog-error.png +share/icons/matefaenzagray/status/24/dialog-info.png +share/icons/matefaenzagray/status/24/dialog-information.png +share/icons/matefaenzagray/status/24/dialog-question.png +share/icons/matefaenzagray/status/24/dialog-warning.png +share/icons/matefaenzagray/status/24/dropboxstatus-blank.png +share/icons/matefaenzagray/status/24/dropboxstatus-busy.png +share/icons/matefaenzagray/status/24/dropboxstatus-busy2.png +share/icons/matefaenzagray/status/24/dropboxstatus-idle.png +share/icons/matefaenzagray/status/24/dropboxstatus-logo.png +share/icons/matefaenzagray/status/24/dropboxstatus-x.png +share/icons/matefaenzagray/status/24/edittrash.png +share/icons/matefaenzagray/status/24/empathy-available.png +share/icons/matefaenzagray/status/24/empathy-away.png +share/icons/matefaenzagray/status/24/empathy-busy.png +share/icons/matefaenzagray/status/24/empathy-extended-away.png +share/icons/matefaenzagray/status/24/empathy-invisible.png +share/icons/matefaenzagray/status/24/empathy-offline.png +share/icons/matefaenzagray/status/24/error.png +share/icons/matefaenzagray/status/24/exaile-panel.png +share/icons/matefaenzagray/status/24/exaile-pause.png +share/icons/matefaenzagray/status/24/exaile-play.png +share/icons/matefaenzagray/status/24/fusion-icon-panel.png +share/icons/matefaenzagray/status/24/fusion-icon-symbolic.png +share/icons/matefaenzagray/status/24/glipper.png +share/icons/matefaenzagray/status/24/glippy-panel.png +share/icons/matefaenzagray/status/24/gmp-ups-missing.png +share/icons/matefaenzagray/status/24/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/24/gnome-do-icon.png +share/icons/matefaenzagray/status/24/gnome-do-panel.png +share/icons/matefaenzagray/status/24/gnome-do-symbolic.png +share/icons/matefaenzagray/status/24/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/24/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/24/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/24/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/24/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/24/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/24/gnome-netstatus-error.png +share/icons/matefaenzagray/status/24/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/24/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/24/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/24/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/24/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/24/goldendict-panel.png +share/icons/matefaenzagray/status/24/gpm-ac-adapter.png +share/icons/matefaenzagray/status/24/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-000.png +share/icons/matefaenzagray/status/24/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-020.png +share/icons/matefaenzagray/status/24/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-040.png +share/icons/matefaenzagray/status/24/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-060.png +share/icons/matefaenzagray/status/24/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-080.png +share/icons/matefaenzagray/status/24/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/24/gpm-battery-100.png +share/icons/matefaenzagray/status/24/gpm-battery-charged.png +share/icons/matefaenzagray/status/24/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-000.png +share/icons/matefaenzagray/status/24/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-020.png +share/icons/matefaenzagray/status/24/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-040.png +share/icons/matefaenzagray/status/24/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-060.png +share/icons/matefaenzagray/status/24/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-080.png +share/icons/matefaenzagray/status/24/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/24/gpm-primary-100.png +share/icons/matefaenzagray/status/24/gpm-primary-charged.png +share/icons/matefaenzagray/status/24/gpm-primary-missing.png +share/icons/matefaenzagray/status/24/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-000.png +share/icons/matefaenzagray/status/24/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-020.png +share/icons/matefaenzagray/status/24/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-040.png +share/icons/matefaenzagray/status/24/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-060.png +share/icons/matefaenzagray/status/24/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-080.png +share/icons/matefaenzagray/status/24/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/24/gpm-ups-100.png +share/icons/matefaenzagray/status/24/gsm-3g-full-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-full.png +share/icons/matefaenzagray/status/24/gsm-3g-high-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-high.png +share/icons/matefaenzagray/status/24/gsm-3g-low-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-low.png +share/icons/matefaenzagray/status/24/gsm-3g-medium-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-medium.png +share/icons/matefaenzagray/status/24/gsm-3g-none-secure.png +share/icons/matefaenzagray/status/24/gsm-3g-none.png +share/icons/matefaenzagray/status/24/gtg-panel.png +share/icons/matefaenzagray/status/24/gtk-dialog-authentication-panel.png +share/icons/matefaenzagray/status/24/gtk-dialog-error.png +share/icons/matefaenzagray/status/24/gtk-dialog-info.png +share/icons/matefaenzagray/status/24/gtk-dialog-question.png +share/icons/matefaenzagray/status/24/gtk-dialog-warning-panel.png +share/icons/matefaenzagray/status/24/gtk-dialog-warning.png +share/icons/matefaenzagray/status/24/guake-tray.png +share/icons/matefaenzagray/status/24/haguichi-connected.png +share/icons/matefaenzagray/status/24/haguichi-connecting-1.png +share/icons/matefaenzagray/status/24/haguichi-connecting-2.png +share/icons/matefaenzagray/status/24/haguichi-connecting-3.png +share/icons/matefaenzagray/status/24/haguichi-disconnected.png +share/icons/matefaenzagray/status/24/ibus-keyboard.png +share/icons/matefaenzagray/status/24/ibus-panel.png +share/icons/matefaenzagray/status/24/idle.png +share/icons/matefaenzagray/status/24/im-message-new.png +share/icons/matefaenzagray/status/24/indicator-messages-new.png +share/icons/matefaenzagray/status/24/indicator-messages.png +share/icons/matefaenzagray/status/24/info.png +share/icons/matefaenzagray/status/24/jdownloader-panel.png +share/icons/matefaenzagray/status/24/keepassx-panel.png +share/icons/matefaenzagray/status/24/keys.png +share/icons/matefaenzagray/status/24/krb-expiring-ticket.png +share/icons/matefaenzagray/status/24/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/24/krb-valid-ticket.png +share/icons/matefaenzagray/status/24/kupfer-panel.png +share/icons/matefaenzagray/status/24/lastfm-panel.png +share/icons/matefaenzagray/status/24/locked.png +share/icons/matefaenzagray/status/24/locked.xpm +share/icons/matefaenzagray/status/24/logo.png +share/icons/matefaenzagray/status/24/me-tv-panel.png +share/icons/matefaenzagray/status/24/media-player-banshee-buffering.png +share/icons/matefaenzagray/status/24/media-player-banshee-panel.png +share/icons/matefaenzagray/status/24/media-player-banshee-stopped.png +share/icons/matefaenzagray/status/24/messagebox_critical.png +share/icons/matefaenzagray/status/24/messagebox_info.png +share/icons/matefaenzagray/status/24/messagebox_warning.png +share/icons/matefaenzagray/status/24/nautilus-progress-info-panel.png +share/icons/matefaenzagray/status/24/network-error.png +share/icons/matefaenzagray/status/24/network-idle.png +share/icons/matefaenzagray/status/24/network-offline.png +share/icons/matefaenzagray/status/24/network-receive.png +share/icons/matefaenzagray/status/24/network-transmit-receive.png +share/icons/matefaenzagray/status/24/network-transmit.png +share/icons/matefaenzagray/status/24/network-wireless-encrypted.png +share/icons/matefaenzagray/status/24/new-messages-red.png +share/icons/matefaenzagray/status/24/nm-adhoc.png +share/icons/matefaenzagray/status/24/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/24/nm-device-wired-secure.png +share/icons/matefaenzagray/status/24/nm-device-wired.png +share/icons/matefaenzagray/status/24/nm-device-wireless.png +share/icons/matefaenzagray/status/24/nm-device-wwan.png +share/icons/matefaenzagray/status/24/nm-no-connection.png +share/icons/matefaenzagray/status/24/nm-secure-lock.png +share/icons/matefaenzagray/status/24/nm-signal-0.png +share/icons/matefaenzagray/status/24/nm-signal-00-secure.png +share/icons/matefaenzagray/status/24/nm-signal-00.png +share/icons/matefaenzagray/status/24/nm-signal-100-secure.png +share/icons/matefaenzagray/status/24/nm-signal-100.png +share/icons/matefaenzagray/status/24/nm-signal-25-secure.png +share/icons/matefaenzagray/status/24/nm-signal-25.png +share/icons/matefaenzagray/status/24/nm-signal-50-secure.png +share/icons/matefaenzagray/status/24/nm-signal-50.png +share/icons/matefaenzagray/status/24/nm-signal-75-secure.png +share/icons/matefaenzagray/status/24/nm-signal-75.png +share/icons/matefaenzagray/status/24/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/24/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/24/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/24/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/24/nm-vpn-lock.png +share/icons/matefaenzagray/status/24/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/24/notification-audio-volume-high.png +share/icons/matefaenzagray/status/24/notification-audio-volume-low.png +share/icons/matefaenzagray/status/24/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/24/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/24/notification-audio-volume-off.png +share/icons/matefaenzagray/status/24/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-000.png +share/icons/matefaenzagray/status/24/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-020.png +share/icons/matefaenzagray/status/24/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-040.png +share/icons/matefaenzagray/status/24/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-060.png +share/icons/matefaenzagray/status/24/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-080.png +share/icons/matefaenzagray/status/24/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/24/notification-battery-100.png +share/icons/matefaenzagray/status/24/notification-battery-empty.png +share/icons/matefaenzagray/status/24/notification-battery-low.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/24/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/24/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/24/notification-network-disconnected.png +share/icons/matefaenzagray/status/24/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/24/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/24/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/24/notification-network-wireless-full.png +share/icons/matefaenzagray/status/24/notification-network-wireless-high.png +share/icons/matefaenzagray/status/24/notification-network-wireless-low.png +share/icons/matefaenzagray/status/24/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/24/notification-network-wireless-none.png +share/icons/matefaenzagray/status/24/pino-tray-icon-fresh.png +share/icons/matefaenzagray/status/24/pino-tray-icon.png +share/icons/matefaenzagray/status/24/printer-error.png +share/icons/matefaenzagray/status/24/printer-printing.png +share/icons/matefaenzagray/status/24/radiotray_connecting.png +share/icons/matefaenzagray/status/24/radiotray_off.png +share/icons/matefaenzagray/status/24/radiotray_on.png +share/icons/matefaenzagray/status/24/reboot-notifier.png +share/icons/matefaenzagray/status/24/rhythmbox-notplaying.png +share/icons/matefaenzagray/status/24/rhythmbox-panel.png +share/icons/matefaenzagray/status/24/shutter-panel.png +share/icons/matefaenzagray/status/24/software-update-available.png +share/icons/matefaenzagray/status/24/software-update-urgent.png +share/icons/matefaenzagray/status/24/sound-icon.png +share/icons/matefaenzagray/status/24/status_lock.png +share/icons/matefaenzagray/status/24/stock_appointment-reminder-excl.png +share/icons/matefaenzagray/status/24/stock_appointment-reminder.png +share/icons/matefaenzagray/status/24/stock_dialog-error.png +share/icons/matefaenzagray/status/24/stock_dialog-info.png +share/icons/matefaenzagray/status/24/stock_dialog-question.png +share/icons/matefaenzagray/status/24/stock_dialog-warning.png +share/icons/matefaenzagray/status/24/stock_lock.png +share/icons/matefaenzagray/status/24/stock_trash_full.png +share/icons/matefaenzagray/status/24/stock_volume-0.png +share/icons/matefaenzagray/status/24/stock_volume-max.png +share/icons/matefaenzagray/status/24/stock_volume-med.png +share/icons/matefaenzagray/status/24/stock_volume-min.png +share/icons/matefaenzagray/status/24/stock_volume-mute.png +share/icons/matefaenzagray/status/24/stock_volume.png +share/icons/matefaenzagray/status/24/stock_weather-night-clear.png +share/icons/matefaenzagray/status/24/stock_weather-sunny.png +share/icons/matefaenzagray/status/24/sunny.png +share/icons/matefaenzagray/status/24/synapse-panel.png +share/icons/matefaenzagray/status/24/system-devices-panel-alert.png +share/icons/matefaenzagray/status/24/system-devices-panel-informations.png +share/icons/matefaenzagray/status/24/system-devices-panel.png +share/icons/matefaenzagray/status/24/system-file-manager-panel.png +share/icons/matefaenzagray/status/24/system-file-progress-panel.png +share/icons/matefaenzagray/status/24/system-restart-panel.png +share/icons/matefaenzagray/status/24/system-shutdown-restart-panel.png +share/icons/matefaenzagray/status/24/tomboy-panel.png +share/icons/matefaenzagray/status/24/transmission-tray-icon.png +share/icons/matefaenzagray/status/24/trashcan_full.png +share/icons/matefaenzagray/status/24/tray-away.png +share/icons/matefaenzagray/status/24/tray-busy.png +share/icons/matefaenzagray/status/24/tray-extended-away.png +share/icons/matefaenzagray/status/24/tray-message.png +share/icons/matefaenzagray/status/24/tray-new-im.png +share/icons/matefaenzagray/status/24/tray-offline.png +share/icons/matefaenzagray/status/24/tray-online.png +share/icons/matefaenzagray/status/24/ubuntuone-client-error.png +share/icons/matefaenzagray/status/24/ubuntuone-client-idle.png +share/icons/matefaenzagray/status/24/ubuntuone-client-offline.png +share/icons/matefaenzagray/status/24/ubuntuone-client-updating.png +share/icons/matefaenzagray/status/24/user-available-panel.png +share/icons/matefaenzagray/status/24/user-available.png +share/icons/matefaenzagray/status/24/user-away-panel.png +share/icons/matefaenzagray/status/24/user-away.png +share/icons/matefaenzagray/status/24/user-busy-panel.png +share/icons/matefaenzagray/status/24/user-busy.png +share/icons/matefaenzagray/status/24/user-extended-away.png +share/icons/matefaenzagray/status/24/user-idle-panel.png +share/icons/matefaenzagray/status/24/user-idle.png +share/icons/matefaenzagray/status/24/user-indeterminate-panel.png +share/icons/matefaenzagray/status/24/user-indeterminate.png +share/icons/matefaenzagray/status/24/user-invisible-panel.png +share/icons/matefaenzagray/status/24/user-invisible.png +share/icons/matefaenzagray/status/24/user-offline-panel.png +share/icons/matefaenzagray/status/24/user-offline.png +share/icons/matefaenzagray/status/24/user-trash-full.png +share/icons/matefaenzagray/status/24/weather-clear-night-000.png +share/icons/matefaenzagray/status/24/weather-clear-night-010.png +share/icons/matefaenzagray/status/24/weather-clear-night-020.png +share/icons/matefaenzagray/status/24/weather-clear-night-030.png +share/icons/matefaenzagray/status/24/weather-clear-night-040.png +share/icons/matefaenzagray/status/24/weather-clear-night-050.png +share/icons/matefaenzagray/status/24/weather-clear-night-060.png +share/icons/matefaenzagray/status/24/weather-clear-night-070.png +share/icons/matefaenzagray/status/24/weather-clear-night-080.png +share/icons/matefaenzagray/status/24/weather-clear-night-090.png +share/icons/matefaenzagray/status/24/weather-clear-night-100.png +share/icons/matefaenzagray/status/24/weather-clear-night-110.png +share/icons/matefaenzagray/status/24/weather-clear-night-120.png +share/icons/matefaenzagray/status/24/weather-clear-night-130.png +share/icons/matefaenzagray/status/24/weather-clear-night-140.png +share/icons/matefaenzagray/status/24/weather-clear-night-150.png +share/icons/matefaenzagray/status/24/weather-clear-night-160.png +share/icons/matefaenzagray/status/24/weather-clear-night-170.png +share/icons/matefaenzagray/status/24/weather-clear-night-180.png +share/icons/matefaenzagray/status/24/weather-clear-night-190.png +share/icons/matefaenzagray/status/24/weather-clear-night-200.png +share/icons/matefaenzagray/status/24/weather-clear-night-210.png +share/icons/matefaenzagray/status/24/weather-clear-night-220.png +share/icons/matefaenzagray/status/24/weather-clear-night-230.png +share/icons/matefaenzagray/status/24/weather-clear-night-240.png +share/icons/matefaenzagray/status/24/weather-clear-night-250.png +share/icons/matefaenzagray/status/24/weather-clear-night-260.png +share/icons/matefaenzagray/status/24/weather-clear-night-270.png +share/icons/matefaenzagray/status/24/weather-clear-night-280.png +share/icons/matefaenzagray/status/24/weather-clear-night-290.png +share/icons/matefaenzagray/status/24/weather-clear-night-300.png +share/icons/matefaenzagray/status/24/weather-clear-night-310.png +share/icons/matefaenzagray/status/24/weather-clear-night-320.png +share/icons/matefaenzagray/status/24/weather-clear-night-330.png +share/icons/matefaenzagray/status/24/weather-clear-night-340.png +share/icons/matefaenzagray/status/24/weather-clear-night-350.png +share/icons/matefaenzagray/status/24/weather-clear-night.png +share/icons/matefaenzagray/status/24/weather-clear.png +share/icons/matefaenzagray/status/24/weather-clouds-night.png +share/icons/matefaenzagray/status/24/weather-clouds.png +share/icons/matefaenzagray/status/24/weather-few-clouds-night.png +share/icons/matefaenzagray/status/24/weather-few-clouds.png +share/icons/matefaenzagray/status/24/weather-fog.png +share/icons/matefaenzagray/status/24/weather-overcast.png +share/icons/matefaenzagray/status/24/weather-severe-alert.png +share/icons/matefaenzagray/status/24/weather-showers-scattered.png +share/icons/matefaenzagray/status/24/weather-showers.png +share/icons/matefaenzagray/status/24/weather-snow.png +share/icons/matefaenzagray/status/24/weather-storm.png +share/icons/matefaenzagray/status/24/x.png +share/icons/matefaenzagray/status/24/x.xpm +share/icons/matefaenzagray/status/24/xchat-panel.png +share/icons/matefaenzagray/status/24/xfce-system-lock.png +share/icons/matefaenzagray/status/24/xfce-trash-full.png +share/icons/matefaenzagray/status/24/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/24/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/24/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/24/xfce4-notifyd.png +share/icons/matefaenzagray/status/24/xfce4-weather.png +share/icons/matefaenzagray/status/24/xfm-battery-000.png +share/icons/matefaenzagray/status/24/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/24/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-020.png +share/icons/matefaenzagray/status/24/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-040.png +share/icons/matefaenzagray/status/24/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-060.png +share/icons/matefaenzagray/status/24/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-080.png +share/icons/matefaenzagray/status/24/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/24/xfpm-battery-100.png +share/icons/matefaenzagray/status/24/xfpm-battery-charged.png +share/icons/matefaenzagray/status/24/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-000.png +share/icons/matefaenzagray/status/24/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-020.png +share/icons/matefaenzagray/status/24/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-040.png +share/icons/matefaenzagray/status/24/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-060.png +share/icons/matefaenzagray/status/24/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-080.png +share/icons/matefaenzagray/status/24/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/24/xfpm-primary-100.png +share/icons/matefaenzagray/status/24/xfpm-primary-charged.png +share/icons/matefaenzagray/status/24/zim-panel.png +share/icons/matefaenzagray/status/32/appointment-soon.png +share/icons/matefaenzagray/status/32/apport.png +share/icons/matefaenzagray/status/32/aptdaemon-add.png +share/icons/matefaenzagray/status/32/aptdaemon-cleanup.png +share/icons/matefaenzagray/status/32/aptdaemon-delete.png +share/icons/matefaenzagray/status/32/aptdaemon-resolve.png +share/icons/matefaenzagray/status/32/aptdaemon-wait.png +share/icons/matefaenzagray/status/32/audio-volume-high-panel.png +share/icons/matefaenzagray/status/32/audio-volume-high.png +share/icons/matefaenzagray/status/32/audio-volume-low-panel.png +share/icons/matefaenzagray/status/32/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/32/audio-volume-low.png +share/icons/matefaenzagray/status/32/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/32/audio-volume-medium.png +share/icons/matefaenzagray/status/32/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/32/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/32/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/32/audio-volume-muted.png +share/icons/matefaenzagray/status/32/audio-volume-off.png +share/icons/matefaenzagray/status/32/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/32/avatar-default.png +share/icons/matefaenzagray/status/32/battery-000.png +share/icons/matefaenzagray/status/32/battery_caution.png +share/icons/matefaenzagray/status/32/battery_charged.png +share/icons/matefaenzagray/status/32/battery_empty.png +share/icons/matefaenzagray/status/32/battery_full.png +share/icons/matefaenzagray/status/32/battery_low.png +share/icons/matefaenzagray/status/32/battery_plugged.png +share/icons/matefaenzagray/status/32/battery_third_fouth.png +share/icons/matefaenzagray/status/32/battery_two_thirds.png +share/icons/matefaenzagray/status/32/blueman-tray.png +share/icons/matefaenzagray/status/32/bluetooth-active.png +share/icons/matefaenzagray/status/32/bluetooth-disabled.png +share/icons/matefaenzagray/status/32/bluetooth-paired.png +share/icons/matefaenzagray/status/32/connect_creating.png +share/icons/matefaenzagray/status/32/connect_established.png +share/icons/matefaenzagray/status/32/connect_no.png +share/icons/matefaenzagray/status/32/dialog-error.png +share/icons/matefaenzagray/status/32/dialog-info.png +share/icons/matefaenzagray/status/32/dialog-information.png +share/icons/matefaenzagray/status/32/dialog-password.png +share/icons/matefaenzagray/status/32/dialog-question.png +share/icons/matefaenzagray/status/32/dialog-warning.png +share/icons/matefaenzagray/status/32/edittrash.png +share/icons/matefaenzagray/status/32/empathy-available.png +share/icons/matefaenzagray/status/32/empathy-away.png +share/icons/matefaenzagray/status/32/empathy-busy.png +share/icons/matefaenzagray/status/32/empathy-extended-away.png +share/icons/matefaenzagray/status/32/empathy-invisible.png +share/icons/matefaenzagray/status/32/empathy-offline.png +share/icons/matefaenzagray/status/32/error.png +share/icons/matefaenzagray/status/32/exaile-pause.png +share/icons/matefaenzagray/status/32/glipper.png +share/icons/matefaenzagray/status/32/glippy-panel.png +share/icons/matefaenzagray/status/32/gmp-ups-missing.png +share/icons/matefaenzagray/status/32/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/32/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/32/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/32/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/32/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/32/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/32/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/32/gnome-netstatus-error.png +share/icons/matefaenzagray/status/32/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/32/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/32/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/32/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/32/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/32/gpm-ac-adapter.png +share/icons/matefaenzagray/status/32/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-000.png +share/icons/matefaenzagray/status/32/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-020.png +share/icons/matefaenzagray/status/32/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-040.png +share/icons/matefaenzagray/status/32/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-060.png +share/icons/matefaenzagray/status/32/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-080.png +share/icons/matefaenzagray/status/32/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/32/gpm-battery-100.png +share/icons/matefaenzagray/status/32/gpm-battery-charged.png +share/icons/matefaenzagray/status/32/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-000.png +share/icons/matefaenzagray/status/32/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-020.png +share/icons/matefaenzagray/status/32/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-040.png +share/icons/matefaenzagray/status/32/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-060.png +share/icons/matefaenzagray/status/32/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-080.png +share/icons/matefaenzagray/status/32/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/32/gpm-primary-100.png +share/icons/matefaenzagray/status/32/gpm-primary-charged.png +share/icons/matefaenzagray/status/32/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-000.png +share/icons/matefaenzagray/status/32/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-020.png +share/icons/matefaenzagray/status/32/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-040.png +share/icons/matefaenzagray/status/32/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-060.png +share/icons/matefaenzagray/status/32/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-080.png +share/icons/matefaenzagray/status/32/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/32/gpm-ups-100.png +share/icons/matefaenzagray/status/32/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/32/gtk-dialog-error.png +share/icons/matefaenzagray/status/32/gtk-dialog-info.png +share/icons/matefaenzagray/status/32/gtk-dialog-question.png +share/icons/matefaenzagray/status/32/gtk-dialog-warning.png +share/icons/matefaenzagray/status/32/gtk-missing-image.png +share/icons/matefaenzagray/status/32/ibus-keyboard-glow-100.png +share/icons/matefaenzagray/status/32/ibus-keyboard-glow-30.png +share/icons/matefaenzagray/status/32/ibus-keyboard-glow-60.png +share/icons/matefaenzagray/status/32/ibus-keyboard.png +share/icons/matefaenzagray/status/32/image-loading.png +share/icons/matefaenzagray/status/32/image-missing.png +share/icons/matefaenzagray/status/32/indicator-messages-new.png +share/icons/matefaenzagray/status/32/indicator-messages.png +share/icons/matefaenzagray/status/32/info.png +share/icons/matefaenzagray/status/32/keys.png +share/icons/matefaenzagray/status/32/krb-expiring-ticket.png +share/icons/matefaenzagray/status/32/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/32/krb-valid-ticket.png +share/icons/matefaenzagray/status/32/locked.png +share/icons/matefaenzagray/status/32/locked.xpm +share/icons/matefaenzagray/status/32/messagebox_critical.png +share/icons/matefaenzagray/status/32/messagebox_info.png +share/icons/matefaenzagray/status/32/messagebox_warning.png +share/icons/matefaenzagray/status/32/network-error.png +share/icons/matefaenzagray/status/32/network-idle.png +share/icons/matefaenzagray/status/32/network-offline.png +share/icons/matefaenzagray/status/32/network-receive.png +share/icons/matefaenzagray/status/32/network-transmit-receive.png +share/icons/matefaenzagray/status/32/network-transmit.png +share/icons/matefaenzagray/status/32/network-wired-disconnected.png +share/icons/matefaenzagray/status/32/network-wireless-encrypted.png +share/icons/matefaenzagray/status/32/new-messages-red.png +share/icons/matefaenzagray/status/32/nm-adhoc.png +share/icons/matefaenzagray/status/32/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/32/nm-device-wired-secure.png +share/icons/matefaenzagray/status/32/nm-device-wired.png +share/icons/matefaenzagray/status/32/nm-device-wireless.png +share/icons/matefaenzagray/status/32/nm-device-wwan.png +share/icons/matefaenzagray/status/32/nm-no-connection.png +share/icons/matefaenzagray/status/32/nm-secure-lock.png +share/icons/matefaenzagray/status/32/nm-signal-0.png +share/icons/matefaenzagray/status/32/nm-signal-00-secure.png +share/icons/matefaenzagray/status/32/nm-signal-00.png +share/icons/matefaenzagray/status/32/nm-signal-100-secure.png +share/icons/matefaenzagray/status/32/nm-signal-100.png +share/icons/matefaenzagray/status/32/nm-signal-25-secure.png +share/icons/matefaenzagray/status/32/nm-signal-25.png +share/icons/matefaenzagray/status/32/nm-signal-50-secure.png +share/icons/matefaenzagray/status/32/nm-signal-50.png +share/icons/matefaenzagray/status/32/nm-signal-75-secure.png +share/icons/matefaenzagray/status/32/nm-signal-75.png +share/icons/matefaenzagray/status/32/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/32/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/32/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/32/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/32/nm-vpn-lock.png +share/icons/matefaenzagray/status/32/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/32/notification-audio-volume-high.png +share/icons/matefaenzagray/status/32/notification-audio-volume-low.png +share/icons/matefaenzagray/status/32/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/32/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/32/notification-audio-volume-off.png +share/icons/matefaenzagray/status/32/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-000.png +share/icons/matefaenzagray/status/32/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-020.png +share/icons/matefaenzagray/status/32/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-040.png +share/icons/matefaenzagray/status/32/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-060.png +share/icons/matefaenzagray/status/32/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-080.png +share/icons/matefaenzagray/status/32/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/32/notification-battery-100.png +share/icons/matefaenzagray/status/32/notification-battery-empty.png +share/icons/matefaenzagray/status/32/notification-battery-low.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/32/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/32/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/32/notification-gsm-full.png +share/icons/matefaenzagray/status/32/notification-gsm-high.png +share/icons/matefaenzagray/status/32/notification-gsm-low.png +share/icons/matefaenzagray/status/32/notification-gsm-medium.png +share/icons/matefaenzagray/status/32/notification-gsm-none.png +share/icons/matefaenzagray/status/32/notification-network-disconnected.png +share/icons/matefaenzagray/status/32/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/32/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/32/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/32/notification-network-wireless-full.png +share/icons/matefaenzagray/status/32/notification-network-wireless-high.png +share/icons/matefaenzagray/status/32/notification-network-wireless-low.png +share/icons/matefaenzagray/status/32/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/32/notification-network-wireless-none.png +share/icons/matefaenzagray/status/32/printer-error.png +share/icons/matefaenzagray/status/32/printer-printing.png +share/icons/matefaenzagray/status/32/skype_away.png +share/icons/matefaenzagray/status/32/skype_dnd.png +share/icons/matefaenzagray/status/32/skype_invisible.png +share/icons/matefaenzagray/status/32/skype_na.png +share/icons/matefaenzagray/status/32/skype_offline.png +share/icons/matefaenzagray/status/32/skype_online.png +share/icons/matefaenzagray/status/32/skype_skypeme.png +share/icons/matefaenzagray/status/32/sound-icon.png +share/icons/matefaenzagray/status/32/status_lock.png +share/icons/matefaenzagray/status/32/stock_appointment-reminder.png +share/icons/matefaenzagray/status/32/stock_dialog-error.png +share/icons/matefaenzagray/status/32/stock_dialog-info.png +share/icons/matefaenzagray/status/32/stock_dialog-question.png +share/icons/matefaenzagray/status/32/stock_dialog-warning.png +share/icons/matefaenzagray/status/32/stock_lock.png +share/icons/matefaenzagray/status/32/stock_trash_full.png +share/icons/matefaenzagray/status/32/stock_volume-0.png +share/icons/matefaenzagray/status/32/stock_volume-max.png +share/icons/matefaenzagray/status/32/stock_volume-med.png +share/icons/matefaenzagray/status/32/stock_volume-min.png +share/icons/matefaenzagray/status/32/stock_volume-mute.png +share/icons/matefaenzagray/status/32/stock_volume.png +share/icons/matefaenzagray/status/32/stock_weather-night-clear.png +share/icons/matefaenzagray/status/32/stock_weather-sunny.png +share/icons/matefaenzagray/status/32/sunny.png +share/icons/matefaenzagray/status/32/system-devices-panel-alert.png +share/icons/matefaenzagray/status/32/system-devices-panel-informations.png +share/icons/matefaenzagray/status/32/system-devices-panel.png +share/icons/matefaenzagray/status/32/trashcan_full.png +share/icons/matefaenzagray/status/32/user-available.png +share/icons/matefaenzagray/status/32/user-away.png +share/icons/matefaenzagray/status/32/user-busy.png +share/icons/matefaenzagray/status/32/user-extended-away.png +share/icons/matefaenzagray/status/32/user-invisible.png +share/icons/matefaenzagray/status/32/user-offline.png +share/icons/matefaenzagray/status/32/user-trash-full.png +share/icons/matefaenzagray/status/32/weather-clear-night-000.png +share/icons/matefaenzagray/status/32/weather-clear-night-010.png +share/icons/matefaenzagray/status/32/weather-clear-night-020.png +share/icons/matefaenzagray/status/32/weather-clear-night-030.png +share/icons/matefaenzagray/status/32/weather-clear-night-040.png +share/icons/matefaenzagray/status/32/weather-clear-night-050.png +share/icons/matefaenzagray/status/32/weather-clear-night-060.png +share/icons/matefaenzagray/status/32/weather-clear-night-070.png +share/icons/matefaenzagray/status/32/weather-clear-night-080.png +share/icons/matefaenzagray/status/32/weather-clear-night-090.png +share/icons/matefaenzagray/status/32/weather-clear-night-100.png +share/icons/matefaenzagray/status/32/weather-clear-night-110.png +share/icons/matefaenzagray/status/32/weather-clear-night-120.png +share/icons/matefaenzagray/status/32/weather-clear-night-130.png +share/icons/matefaenzagray/status/32/weather-clear-night-140.png +share/icons/matefaenzagray/status/32/weather-clear-night-150.png +share/icons/matefaenzagray/status/32/weather-clear-night-160.png +share/icons/matefaenzagray/status/32/weather-clear-night-170.png +share/icons/matefaenzagray/status/32/weather-clear-night-180.png +share/icons/matefaenzagray/status/32/weather-clear-night-190.png +share/icons/matefaenzagray/status/32/weather-clear-night-200.png +share/icons/matefaenzagray/status/32/weather-clear-night-210.png +share/icons/matefaenzagray/status/32/weather-clear-night-220.png +share/icons/matefaenzagray/status/32/weather-clear-night-230.png +share/icons/matefaenzagray/status/32/weather-clear-night-240.png +share/icons/matefaenzagray/status/32/weather-clear-night-250.png +share/icons/matefaenzagray/status/32/weather-clear-night-260.png +share/icons/matefaenzagray/status/32/weather-clear-night-270.png +share/icons/matefaenzagray/status/32/weather-clear-night-280.png +share/icons/matefaenzagray/status/32/weather-clear-night-290.png +share/icons/matefaenzagray/status/32/weather-clear-night-300.png +share/icons/matefaenzagray/status/32/weather-clear-night-310.png +share/icons/matefaenzagray/status/32/weather-clear-night-320.png +share/icons/matefaenzagray/status/32/weather-clear-night-330.png +share/icons/matefaenzagray/status/32/weather-clear-night-340.png +share/icons/matefaenzagray/status/32/weather-clear-night-350.png +share/icons/matefaenzagray/status/32/weather-clear-night.png +share/icons/matefaenzagray/status/32/weather-clear.png +share/icons/matefaenzagray/status/32/weather-clouds-night.png +share/icons/matefaenzagray/status/32/weather-clouds.png +share/icons/matefaenzagray/status/32/weather-few-clouds-night.png +share/icons/matefaenzagray/status/32/weather-few-clouds.png +share/icons/matefaenzagray/status/32/weather-fog.png +share/icons/matefaenzagray/status/32/weather-overcast.png +share/icons/matefaenzagray/status/32/weather-severe-alert.png +share/icons/matefaenzagray/status/32/weather-showers-scattered.png +share/icons/matefaenzagray/status/32/weather-showers.png +share/icons/matefaenzagray/status/32/weather-snow.png +share/icons/matefaenzagray/status/32/weather-storm.png +share/icons/matefaenzagray/status/32/xfce-system-lock.png +share/icons/matefaenzagray/status/32/xfce-trash-full.png +share/icons/matefaenzagray/status/32/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/32/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/32/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/32/xfce4-notifyd.png +share/icons/matefaenzagray/status/32/xfce4-weather.png +share/icons/matefaenzagray/status/32/xfm-battery-000.png +share/icons/matefaenzagray/status/32/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/32/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-020.png +share/icons/matefaenzagray/status/32/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-040.png +share/icons/matefaenzagray/status/32/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-060.png +share/icons/matefaenzagray/status/32/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-080.png +share/icons/matefaenzagray/status/32/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/32/xfpm-battery-100.png +share/icons/matefaenzagray/status/32/xfpm-battery-charged.png +share/icons/matefaenzagray/status/32/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-000.png +share/icons/matefaenzagray/status/32/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-020.png +share/icons/matefaenzagray/status/32/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-040.png +share/icons/matefaenzagray/status/32/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-060.png +share/icons/matefaenzagray/status/32/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-080.png +share/icons/matefaenzagray/status/32/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/32/xfpm-primary-100.png +share/icons/matefaenzagray/status/32/xfpm-primary-charged.png +share/icons/matefaenzagray/status/48/appointment-soon.png +share/icons/matefaenzagray/status/48/apport.png +share/icons/matefaenzagray/status/48/aptdaemon-add.png +share/icons/matefaenzagray/status/48/aptdaemon-cleanup.png +share/icons/matefaenzagray/status/48/aptdaemon-delete.png +share/icons/matefaenzagray/status/48/aptdaemon-resolve.png +share/icons/matefaenzagray/status/48/aptdaemon-wait.png +share/icons/matefaenzagray/status/48/audio-volume-high-panel.png +share/icons/matefaenzagray/status/48/audio-volume-high.png +share/icons/matefaenzagray/status/48/audio-volume-low-panel.png +share/icons/matefaenzagray/status/48/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/48/audio-volume-low.png +share/icons/matefaenzagray/status/48/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/48/audio-volume-medium.png +share/icons/matefaenzagray/status/48/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/48/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/48/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/48/audio-volume-muted.png +share/icons/matefaenzagray/status/48/audio-volume-off.png +share/icons/matefaenzagray/status/48/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/48/avatar-default.png +share/icons/matefaenzagray/status/48/battery-000.png +share/icons/matefaenzagray/status/48/battery_caution.png +share/icons/matefaenzagray/status/48/battery_charged.png +share/icons/matefaenzagray/status/48/battery_empty.png +share/icons/matefaenzagray/status/48/battery_full.png +share/icons/matefaenzagray/status/48/battery_low.png +share/icons/matefaenzagray/status/48/battery_plugged.png +share/icons/matefaenzagray/status/48/battery_third_fouth.png +share/icons/matefaenzagray/status/48/battery_two_thirds.png +share/icons/matefaenzagray/status/48/blueman-tray.png +share/icons/matefaenzagray/status/48/bluetooth-active.png +share/icons/matefaenzagray/status/48/bluetooth-disabled.png +share/icons/matefaenzagray/status/48/bluetooth-paired.png +share/icons/matefaenzagray/status/48/connect_creating.png +share/icons/matefaenzagray/status/48/connect_established.png +share/icons/matefaenzagray/status/48/connect_no.png +share/icons/matefaenzagray/status/48/dialog-error.png +share/icons/matefaenzagray/status/48/dialog-info.png +share/icons/matefaenzagray/status/48/dialog-information.png +share/icons/matefaenzagray/status/48/dialog-password.png +share/icons/matefaenzagray/status/48/dialog-question.png +share/icons/matefaenzagray/status/48/dialog-warning.png +share/icons/matefaenzagray/status/48/edittrash.png +share/icons/matefaenzagray/status/48/empathy-available.png +share/icons/matefaenzagray/status/48/empathy-away.png +share/icons/matefaenzagray/status/48/empathy-busy.png +share/icons/matefaenzagray/status/48/empathy-extended-away.png +share/icons/matefaenzagray/status/48/empathy-invisible.png +share/icons/matefaenzagray/status/48/empathy-offline.png +share/icons/matefaenzagray/status/48/error.png +share/icons/matefaenzagray/status/48/exaile-pause.png +share/icons/matefaenzagray/status/48/glipper.png +share/icons/matefaenzagray/status/48/glippy-panel.png +share/icons/matefaenzagray/status/48/gmp-ups-missing.png +share/icons/matefaenzagray/status/48/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/48/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/48/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/48/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/48/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/48/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/48/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/48/gnome-netstatus-error.png +share/icons/matefaenzagray/status/48/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/48/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/48/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/48/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/48/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/48/gpm-ac-adapter.png +share/icons/matefaenzagray/status/48/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-000.png +share/icons/matefaenzagray/status/48/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-020.png +share/icons/matefaenzagray/status/48/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-040.png +share/icons/matefaenzagray/status/48/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-060.png +share/icons/matefaenzagray/status/48/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-080.png +share/icons/matefaenzagray/status/48/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/48/gpm-battery-100.png +share/icons/matefaenzagray/status/48/gpm-battery-charged.png +share/icons/matefaenzagray/status/48/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-000.png +share/icons/matefaenzagray/status/48/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-020.png +share/icons/matefaenzagray/status/48/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-040.png +share/icons/matefaenzagray/status/48/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-060.png +share/icons/matefaenzagray/status/48/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-080.png +share/icons/matefaenzagray/status/48/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/48/gpm-primary-100.png +share/icons/matefaenzagray/status/48/gpm-primary-charged.png +share/icons/matefaenzagray/status/48/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-000.png +share/icons/matefaenzagray/status/48/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-020.png +share/icons/matefaenzagray/status/48/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-040.png +share/icons/matefaenzagray/status/48/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-060.png +share/icons/matefaenzagray/status/48/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-080.png +share/icons/matefaenzagray/status/48/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/48/gpm-ups-100.png +share/icons/matefaenzagray/status/48/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/48/gtk-dialog-error.png +share/icons/matefaenzagray/status/48/gtk-dialog-info.png +share/icons/matefaenzagray/status/48/gtk-dialog-question.png +share/icons/matefaenzagray/status/48/gtk-dialog-warning.png +share/icons/matefaenzagray/status/48/gtk-missing-image.png +share/icons/matefaenzagray/status/48/ibus-keyboard-glow-100.png +share/icons/matefaenzagray/status/48/ibus-keyboard-glow-30.png +share/icons/matefaenzagray/status/48/ibus-keyboard-glow-60.png +share/icons/matefaenzagray/status/48/ibus-keyboard.png +share/icons/matefaenzagray/status/48/image-loading.png +share/icons/matefaenzagray/status/48/image-missing.png +share/icons/matefaenzagray/status/48/indicator-messages-new.png +share/icons/matefaenzagray/status/48/indicator-messages.png +share/icons/matefaenzagray/status/48/info.png +share/icons/matefaenzagray/status/48/keys.png +share/icons/matefaenzagray/status/48/krb-expiring-ticket.png +share/icons/matefaenzagray/status/48/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/48/krb-valid-ticket.png +share/icons/matefaenzagray/status/48/locked.png +share/icons/matefaenzagray/status/48/locked.xpm +share/icons/matefaenzagray/status/48/messagebox_critical.png +share/icons/matefaenzagray/status/48/messagebox_info.png +share/icons/matefaenzagray/status/48/messagebox_warning.png +share/icons/matefaenzagray/status/48/network-error.png +share/icons/matefaenzagray/status/48/network-idle.png +share/icons/matefaenzagray/status/48/network-offline.png +share/icons/matefaenzagray/status/48/network-receive.png +share/icons/matefaenzagray/status/48/network-transmit-receive.png +share/icons/matefaenzagray/status/48/network-transmit.png +share/icons/matefaenzagray/status/48/network-wired-disconnected.png +share/icons/matefaenzagray/status/48/network-wireless-encrypted.png +share/icons/matefaenzagray/status/48/new-messages-red.png +share/icons/matefaenzagray/status/48/nm-adhoc.png +share/icons/matefaenzagray/status/48/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/48/nm-device-wired-secure.png +share/icons/matefaenzagray/status/48/nm-device-wired.png +share/icons/matefaenzagray/status/48/nm-device-wireless.png +share/icons/matefaenzagray/status/48/nm-device-wwan.png +share/icons/matefaenzagray/status/48/nm-no-connection.png +share/icons/matefaenzagray/status/48/nm-secure-lock.png +share/icons/matefaenzagray/status/48/nm-signal-0.png +share/icons/matefaenzagray/status/48/nm-signal-00-secure.png +share/icons/matefaenzagray/status/48/nm-signal-00.png +share/icons/matefaenzagray/status/48/nm-signal-100-secure.png +share/icons/matefaenzagray/status/48/nm-signal-100.png +share/icons/matefaenzagray/status/48/nm-signal-25-secure.png +share/icons/matefaenzagray/status/48/nm-signal-25.png +share/icons/matefaenzagray/status/48/nm-signal-50-secure.png +share/icons/matefaenzagray/status/48/nm-signal-50.png +share/icons/matefaenzagray/status/48/nm-signal-75-secure.png +share/icons/matefaenzagray/status/48/nm-signal-75.png +share/icons/matefaenzagray/status/48/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/48/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/48/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/48/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/48/nm-vpn-lock.png +share/icons/matefaenzagray/status/48/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/48/notification-audio-volume-high.png +share/icons/matefaenzagray/status/48/notification-audio-volume-low.png +share/icons/matefaenzagray/status/48/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/48/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/48/notification-audio-volume-off.png +share/icons/matefaenzagray/status/48/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-000.png +share/icons/matefaenzagray/status/48/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-020.png +share/icons/matefaenzagray/status/48/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-040.png +share/icons/matefaenzagray/status/48/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-060.png +share/icons/matefaenzagray/status/48/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-080.png +share/icons/matefaenzagray/status/48/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/48/notification-battery-100.png +share/icons/matefaenzagray/status/48/notification-battery-empty.png +share/icons/matefaenzagray/status/48/notification-battery-low.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/48/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/48/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/48/notification-gsm-full.png +share/icons/matefaenzagray/status/48/notification-gsm-high.png +share/icons/matefaenzagray/status/48/notification-gsm-low.png +share/icons/matefaenzagray/status/48/notification-gsm-medium.png +share/icons/matefaenzagray/status/48/notification-gsm-none.png +share/icons/matefaenzagray/status/48/notification-network-disconnected.png +share/icons/matefaenzagray/status/48/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/48/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/48/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/48/notification-network-wireless-full.png +share/icons/matefaenzagray/status/48/notification-network-wireless-high.png +share/icons/matefaenzagray/status/48/notification-network-wireless-low.png +share/icons/matefaenzagray/status/48/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/48/notification-network-wireless-none.png +share/icons/matefaenzagray/status/48/printer-error.png +share/icons/matefaenzagray/status/48/printer-printing.png +share/icons/matefaenzagray/status/48/skype_away.png +share/icons/matefaenzagray/status/48/skype_dnd.png +share/icons/matefaenzagray/status/48/skype_invisible.png +share/icons/matefaenzagray/status/48/skype_na.png +share/icons/matefaenzagray/status/48/skype_offline.png +share/icons/matefaenzagray/status/48/skype_online.png +share/icons/matefaenzagray/status/48/skype_skypeme.png +share/icons/matefaenzagray/status/48/sound-icon.png +share/icons/matefaenzagray/status/48/status_lock.png +share/icons/matefaenzagray/status/48/stock_appointment-reminder.png +share/icons/matefaenzagray/status/48/stock_dialog-error.png +share/icons/matefaenzagray/status/48/stock_dialog-info.png +share/icons/matefaenzagray/status/48/stock_dialog-question.png +share/icons/matefaenzagray/status/48/stock_dialog-warning.png +share/icons/matefaenzagray/status/48/stock_lock.png +share/icons/matefaenzagray/status/48/stock_trash_full.png +share/icons/matefaenzagray/status/48/stock_volume-0.png +share/icons/matefaenzagray/status/48/stock_volume-max.png +share/icons/matefaenzagray/status/48/stock_volume-med.png +share/icons/matefaenzagray/status/48/stock_volume-min.png +share/icons/matefaenzagray/status/48/stock_volume-mute.png +share/icons/matefaenzagray/status/48/stock_volume.png +share/icons/matefaenzagray/status/48/stock_weather-night-clear.png +share/icons/matefaenzagray/status/48/stock_weather-sunny.png +share/icons/matefaenzagray/status/48/sunny.png +share/icons/matefaenzagray/status/48/system-devices-panel-alert.png +share/icons/matefaenzagray/status/48/system-devices-panel-informations.png +share/icons/matefaenzagray/status/48/system-devices-panel.png +share/icons/matefaenzagray/status/48/trashcan_full.png +share/icons/matefaenzagray/status/48/user-available.png +share/icons/matefaenzagray/status/48/user-away.png +share/icons/matefaenzagray/status/48/user-busy.png +share/icons/matefaenzagray/status/48/user-extended-away.png +share/icons/matefaenzagray/status/48/user-invisible.png +share/icons/matefaenzagray/status/48/user-offline.png +share/icons/matefaenzagray/status/48/user-trash-full.png +share/icons/matefaenzagray/status/48/weather-clear-night-000.png +share/icons/matefaenzagray/status/48/weather-clear-night-010.png +share/icons/matefaenzagray/status/48/weather-clear-night-020.png +share/icons/matefaenzagray/status/48/weather-clear-night-030.png +share/icons/matefaenzagray/status/48/weather-clear-night-040.png +share/icons/matefaenzagray/status/48/weather-clear-night-050.png +share/icons/matefaenzagray/status/48/weather-clear-night-060.png +share/icons/matefaenzagray/status/48/weather-clear-night-070.png +share/icons/matefaenzagray/status/48/weather-clear-night-080.png +share/icons/matefaenzagray/status/48/weather-clear-night-090.png +share/icons/matefaenzagray/status/48/weather-clear-night-100.png +share/icons/matefaenzagray/status/48/weather-clear-night-110.png +share/icons/matefaenzagray/status/48/weather-clear-night-120.png +share/icons/matefaenzagray/status/48/weather-clear-night-130.png +share/icons/matefaenzagray/status/48/weather-clear-night-140.png +share/icons/matefaenzagray/status/48/weather-clear-night-150.png +share/icons/matefaenzagray/status/48/weather-clear-night-160.png +share/icons/matefaenzagray/status/48/weather-clear-night-170.png +share/icons/matefaenzagray/status/48/weather-clear-night-180.png +share/icons/matefaenzagray/status/48/weather-clear-night-190.png +share/icons/matefaenzagray/status/48/weather-clear-night-200.png +share/icons/matefaenzagray/status/48/weather-clear-night-210.png +share/icons/matefaenzagray/status/48/weather-clear-night-220.png +share/icons/matefaenzagray/status/48/weather-clear-night-230.png +share/icons/matefaenzagray/status/48/weather-clear-night-240.png +share/icons/matefaenzagray/status/48/weather-clear-night-250.png +share/icons/matefaenzagray/status/48/weather-clear-night-260.png +share/icons/matefaenzagray/status/48/weather-clear-night-270.png +share/icons/matefaenzagray/status/48/weather-clear-night-280.png +share/icons/matefaenzagray/status/48/weather-clear-night-290.png +share/icons/matefaenzagray/status/48/weather-clear-night-300.png +share/icons/matefaenzagray/status/48/weather-clear-night-310.png +share/icons/matefaenzagray/status/48/weather-clear-night-320.png +share/icons/matefaenzagray/status/48/weather-clear-night-330.png +share/icons/matefaenzagray/status/48/weather-clear-night-340.png +share/icons/matefaenzagray/status/48/weather-clear-night-350.png +share/icons/matefaenzagray/status/48/weather-clear-night.png +share/icons/matefaenzagray/status/48/weather-clear.png +share/icons/matefaenzagray/status/48/weather-clouds-night.png +share/icons/matefaenzagray/status/48/weather-clouds.png +share/icons/matefaenzagray/status/48/weather-few-clouds-night.png +share/icons/matefaenzagray/status/48/weather-few-clouds.png +share/icons/matefaenzagray/status/48/weather-fog.png +share/icons/matefaenzagray/status/48/weather-overcast.png +share/icons/matefaenzagray/status/48/weather-severe-alert.png +share/icons/matefaenzagray/status/48/weather-showers-scattered.png +share/icons/matefaenzagray/status/48/weather-showers.png +share/icons/matefaenzagray/status/48/weather-snow.png +share/icons/matefaenzagray/status/48/weather-storm.png +share/icons/matefaenzagray/status/48/xfce-system-lock.png +share/icons/matefaenzagray/status/48/xfce-trash-full.png +share/icons/matefaenzagray/status/48/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/48/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/48/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/48/xfce4-notifyd.png +share/icons/matefaenzagray/status/48/xfce4-weather.png +share/icons/matefaenzagray/status/48/xfm-battery-000.png +share/icons/matefaenzagray/status/48/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/48/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-020.png +share/icons/matefaenzagray/status/48/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-040.png +share/icons/matefaenzagray/status/48/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-060.png +share/icons/matefaenzagray/status/48/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-080.png +share/icons/matefaenzagray/status/48/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/48/xfpm-battery-100.png +share/icons/matefaenzagray/status/48/xfpm-battery-charged.png +share/icons/matefaenzagray/status/48/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-000.png +share/icons/matefaenzagray/status/48/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-020.png +share/icons/matefaenzagray/status/48/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-040.png +share/icons/matefaenzagray/status/48/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-060.png +share/icons/matefaenzagray/status/48/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-080.png +share/icons/matefaenzagray/status/48/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/48/xfpm-primary-100.png +share/icons/matefaenzagray/status/48/xfpm-primary-charged.png +share/icons/matefaenzagray/status/64/appointment-soon.png +share/icons/matefaenzagray/status/64/apport.png +share/icons/matefaenzagray/status/64/aptdaemon-add.png +share/icons/matefaenzagray/status/64/aptdaemon-cleanup.png +share/icons/matefaenzagray/status/64/aptdaemon-delete.png +share/icons/matefaenzagray/status/64/aptdaemon-resolve.png +share/icons/matefaenzagray/status/64/aptdaemon-wait.png +share/icons/matefaenzagray/status/64/audio-volume-high-panel.png +share/icons/matefaenzagray/status/64/audio-volume-high.png +share/icons/matefaenzagray/status/64/audio-volume-low-panel.png +share/icons/matefaenzagray/status/64/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/64/audio-volume-low.png +share/icons/matefaenzagray/status/64/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/64/audio-volume-medium.png +share/icons/matefaenzagray/status/64/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/64/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/64/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/64/audio-volume-muted.png +share/icons/matefaenzagray/status/64/audio-volume-off.png +share/icons/matefaenzagray/status/64/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/64/avatar-default.png +share/icons/matefaenzagray/status/64/battery-000.png +share/icons/matefaenzagray/status/64/battery_caution.png +share/icons/matefaenzagray/status/64/battery_charged.png +share/icons/matefaenzagray/status/64/battery_empty.png +share/icons/matefaenzagray/status/64/battery_full.png +share/icons/matefaenzagray/status/64/battery_low.png +share/icons/matefaenzagray/status/64/battery_plugged.png +share/icons/matefaenzagray/status/64/battery_third_fouth.png +share/icons/matefaenzagray/status/64/battery_two_thirds.png +share/icons/matefaenzagray/status/64/blueman-tray.png +share/icons/matefaenzagray/status/64/bluetooth-active.png +share/icons/matefaenzagray/status/64/bluetooth-disabled.png +share/icons/matefaenzagray/status/64/bluetooth-paired.png +share/icons/matefaenzagray/status/64/connect_creating.png +share/icons/matefaenzagray/status/64/connect_established.png +share/icons/matefaenzagray/status/64/connect_no.png +share/icons/matefaenzagray/status/64/dialog-error.png +share/icons/matefaenzagray/status/64/dialog-info.png +share/icons/matefaenzagray/status/64/dialog-information.png +share/icons/matefaenzagray/status/64/dialog-password.png +share/icons/matefaenzagray/status/64/dialog-question.png +share/icons/matefaenzagray/status/64/dialog-warning.png +share/icons/matefaenzagray/status/64/edittrash.png +share/icons/matefaenzagray/status/64/empathy-available.png +share/icons/matefaenzagray/status/64/empathy-away.png +share/icons/matefaenzagray/status/64/empathy-busy.png +share/icons/matefaenzagray/status/64/empathy-extended-away.png +share/icons/matefaenzagray/status/64/empathy-invisible.png +share/icons/matefaenzagray/status/64/empathy-offline.png +share/icons/matefaenzagray/status/64/error.png +share/icons/matefaenzagray/status/64/exaile-pause.png +share/icons/matefaenzagray/status/64/glipper.png +share/icons/matefaenzagray/status/64/glippy-panel.png +share/icons/matefaenzagray/status/64/gmp-ups-missing.png +share/icons/matefaenzagray/status/64/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/64/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/64/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/64/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/64/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/64/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/64/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/64/gnome-netstatus-error.png +share/icons/matefaenzagray/status/64/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/64/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/64/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/64/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/64/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/64/gpm-ac-adapter.png +share/icons/matefaenzagray/status/64/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-000.png +share/icons/matefaenzagray/status/64/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-020.png +share/icons/matefaenzagray/status/64/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-040.png +share/icons/matefaenzagray/status/64/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-060.png +share/icons/matefaenzagray/status/64/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-080.png +share/icons/matefaenzagray/status/64/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/64/gpm-battery-100.png +share/icons/matefaenzagray/status/64/gpm-battery-charged.png +share/icons/matefaenzagray/status/64/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-000.png +share/icons/matefaenzagray/status/64/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-020.png +share/icons/matefaenzagray/status/64/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-040.png +share/icons/matefaenzagray/status/64/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-060.png +share/icons/matefaenzagray/status/64/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-080.png +share/icons/matefaenzagray/status/64/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/64/gpm-primary-100.png +share/icons/matefaenzagray/status/64/gpm-primary-charged.png +share/icons/matefaenzagray/status/64/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-000.png +share/icons/matefaenzagray/status/64/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-020.png +share/icons/matefaenzagray/status/64/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-040.png +share/icons/matefaenzagray/status/64/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-060.png +share/icons/matefaenzagray/status/64/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-080.png +share/icons/matefaenzagray/status/64/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/64/gpm-ups-100.png +share/icons/matefaenzagray/status/64/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/64/gtk-dialog-error.png +share/icons/matefaenzagray/status/64/gtk-dialog-info.png +share/icons/matefaenzagray/status/64/gtk-dialog-question.png +share/icons/matefaenzagray/status/64/gtk-dialog-warning.png +share/icons/matefaenzagray/status/64/gtk-missing-image.png +share/icons/matefaenzagray/status/64/ibus-keyboard-glow-100.png +share/icons/matefaenzagray/status/64/ibus-keyboard-glow-30.png +share/icons/matefaenzagray/status/64/ibus-keyboard-glow-60.png +share/icons/matefaenzagray/status/64/ibus-keyboard.png +share/icons/matefaenzagray/status/64/image-loading.png +share/icons/matefaenzagray/status/64/image-missing.png +share/icons/matefaenzagray/status/64/indicator-messages-new.png +share/icons/matefaenzagray/status/64/indicator-messages.png +share/icons/matefaenzagray/status/64/info.png +share/icons/matefaenzagray/status/64/keys.png +share/icons/matefaenzagray/status/64/krb-expiring-ticket.png +share/icons/matefaenzagray/status/64/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/64/krb-valid-ticket.png +share/icons/matefaenzagray/status/64/locked.png +share/icons/matefaenzagray/status/64/messagebox_critical.png +share/icons/matefaenzagray/status/64/messagebox_info.png +share/icons/matefaenzagray/status/64/messagebox_warning.png +share/icons/matefaenzagray/status/64/network-error.png +share/icons/matefaenzagray/status/64/network-idle.png +share/icons/matefaenzagray/status/64/network-offline.png +share/icons/matefaenzagray/status/64/network-receive.png +share/icons/matefaenzagray/status/64/network-transmit-receive.png +share/icons/matefaenzagray/status/64/network-transmit.png +share/icons/matefaenzagray/status/64/network-wireless-encrypted.png +share/icons/matefaenzagray/status/64/new-messages-red.png +share/icons/matefaenzagray/status/64/nm-adhoc.png +share/icons/matefaenzagray/status/64/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/64/nm-device-wired-secure.png +share/icons/matefaenzagray/status/64/nm-device-wired.png +share/icons/matefaenzagray/status/64/nm-device-wireless.png +share/icons/matefaenzagray/status/64/nm-device-wwan.png +share/icons/matefaenzagray/status/64/nm-no-connection.png +share/icons/matefaenzagray/status/64/nm-secure-lock.png +share/icons/matefaenzagray/status/64/nm-signal-0.png +share/icons/matefaenzagray/status/64/nm-signal-00-secure.png +share/icons/matefaenzagray/status/64/nm-signal-00.png +share/icons/matefaenzagray/status/64/nm-signal-100-secure.png +share/icons/matefaenzagray/status/64/nm-signal-100.png +share/icons/matefaenzagray/status/64/nm-signal-25-secure.png +share/icons/matefaenzagray/status/64/nm-signal-25.png +share/icons/matefaenzagray/status/64/nm-signal-50-secure.png +share/icons/matefaenzagray/status/64/nm-signal-50.png +share/icons/matefaenzagray/status/64/nm-signal-75-secure.png +share/icons/matefaenzagray/status/64/nm-signal-75.png +share/icons/matefaenzagray/status/64/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/64/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/64/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/64/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/64/nm-vpn-lock.png +share/icons/matefaenzagray/status/64/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/64/notification-audio-volume-high.png +share/icons/matefaenzagray/status/64/notification-audio-volume-low.png +share/icons/matefaenzagray/status/64/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/64/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/64/notification-audio-volume-off.png +share/icons/matefaenzagray/status/64/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-000.png +share/icons/matefaenzagray/status/64/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-020.png +share/icons/matefaenzagray/status/64/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-040.png +share/icons/matefaenzagray/status/64/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-060.png +share/icons/matefaenzagray/status/64/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-080.png +share/icons/matefaenzagray/status/64/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/64/notification-battery-100.png +share/icons/matefaenzagray/status/64/notification-battery-empty.png +share/icons/matefaenzagray/status/64/notification-battery-low.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/64/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/64/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/64/notification-gsm-full.png +share/icons/matefaenzagray/status/64/notification-gsm-high.png +share/icons/matefaenzagray/status/64/notification-gsm-low.png +share/icons/matefaenzagray/status/64/notification-gsm-medium.png +share/icons/matefaenzagray/status/64/notification-gsm-none.png +share/icons/matefaenzagray/status/64/notification-network-disconnected.png +share/icons/matefaenzagray/status/64/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/64/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/64/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/64/notification-network-wireless-full.png +share/icons/matefaenzagray/status/64/notification-network-wireless-high.png +share/icons/matefaenzagray/status/64/notification-network-wireless-low.png +share/icons/matefaenzagray/status/64/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/64/notification-network-wireless-none.png +share/icons/matefaenzagray/status/64/printer-error.png +share/icons/matefaenzagray/status/64/printer-printing.png +share/icons/matefaenzagray/status/64/skype_away.png +share/icons/matefaenzagray/status/64/skype_dnd.png +share/icons/matefaenzagray/status/64/skype_invisible.png +share/icons/matefaenzagray/status/64/skype_na.png +share/icons/matefaenzagray/status/64/skype_offline.png +share/icons/matefaenzagray/status/64/skype_online.png +share/icons/matefaenzagray/status/64/skype_skypeme.png +share/icons/matefaenzagray/status/64/sound-icon.png +share/icons/matefaenzagray/status/64/status_lock.png +share/icons/matefaenzagray/status/64/stock_appointment-reminder.png +share/icons/matefaenzagray/status/64/stock_dialog-error.png +share/icons/matefaenzagray/status/64/stock_dialog-info.png +share/icons/matefaenzagray/status/64/stock_dialog-question.png +share/icons/matefaenzagray/status/64/stock_dialog-warning.png +share/icons/matefaenzagray/status/64/stock_lock.png +share/icons/matefaenzagray/status/64/stock_trash_full.png +share/icons/matefaenzagray/status/64/stock_volume-0.png +share/icons/matefaenzagray/status/64/stock_volume-max.png +share/icons/matefaenzagray/status/64/stock_volume-med.png +share/icons/matefaenzagray/status/64/stock_volume-min.png +share/icons/matefaenzagray/status/64/stock_volume-mute.png +share/icons/matefaenzagray/status/64/stock_volume.png +share/icons/matefaenzagray/status/64/stock_weather-night-clear.png +share/icons/matefaenzagray/status/64/stock_weather-sunny.png +share/icons/matefaenzagray/status/64/sunny.png +share/icons/matefaenzagray/status/64/system-devices-panel-alert.png +share/icons/matefaenzagray/status/64/system-devices-panel-informations.png +share/icons/matefaenzagray/status/64/system-devices-panel.png +share/icons/matefaenzagray/status/64/trashcan_full.png +share/icons/matefaenzagray/status/64/user-available.png +share/icons/matefaenzagray/status/64/user-away.png +share/icons/matefaenzagray/status/64/user-busy.png +share/icons/matefaenzagray/status/64/user-extended-away.png +share/icons/matefaenzagray/status/64/user-invisible.png +share/icons/matefaenzagray/status/64/user-offline.png +share/icons/matefaenzagray/status/64/user-trash-full.png +share/icons/matefaenzagray/status/64/weather-clear-night-000.png +share/icons/matefaenzagray/status/64/weather-clear-night-010.png +share/icons/matefaenzagray/status/64/weather-clear-night-020.png +share/icons/matefaenzagray/status/64/weather-clear-night-030.png +share/icons/matefaenzagray/status/64/weather-clear-night-040.png +share/icons/matefaenzagray/status/64/weather-clear-night-050.png +share/icons/matefaenzagray/status/64/weather-clear-night-060.png +share/icons/matefaenzagray/status/64/weather-clear-night-070.png +share/icons/matefaenzagray/status/64/weather-clear-night-080.png +share/icons/matefaenzagray/status/64/weather-clear-night-090.png +share/icons/matefaenzagray/status/64/weather-clear-night-100.png +share/icons/matefaenzagray/status/64/weather-clear-night-110.png +share/icons/matefaenzagray/status/64/weather-clear-night-120.png +share/icons/matefaenzagray/status/64/weather-clear-night-130.png +share/icons/matefaenzagray/status/64/weather-clear-night-140.png +share/icons/matefaenzagray/status/64/weather-clear-night-150.png +share/icons/matefaenzagray/status/64/weather-clear-night-160.png +share/icons/matefaenzagray/status/64/weather-clear-night-170.png +share/icons/matefaenzagray/status/64/weather-clear-night-180.png +share/icons/matefaenzagray/status/64/weather-clear-night-190.png +share/icons/matefaenzagray/status/64/weather-clear-night-200.png +share/icons/matefaenzagray/status/64/weather-clear-night-210.png +share/icons/matefaenzagray/status/64/weather-clear-night-220.png +share/icons/matefaenzagray/status/64/weather-clear-night-230.png +share/icons/matefaenzagray/status/64/weather-clear-night-240.png +share/icons/matefaenzagray/status/64/weather-clear-night-250.png +share/icons/matefaenzagray/status/64/weather-clear-night-260.png +share/icons/matefaenzagray/status/64/weather-clear-night-270.png +share/icons/matefaenzagray/status/64/weather-clear-night-280.png +share/icons/matefaenzagray/status/64/weather-clear-night-290.png +share/icons/matefaenzagray/status/64/weather-clear-night-300.png +share/icons/matefaenzagray/status/64/weather-clear-night-310.png +share/icons/matefaenzagray/status/64/weather-clear-night-320.png +share/icons/matefaenzagray/status/64/weather-clear-night-330.png +share/icons/matefaenzagray/status/64/weather-clear-night-340.png +share/icons/matefaenzagray/status/64/weather-clear-night-350.png +share/icons/matefaenzagray/status/64/weather-clear-night.png +share/icons/matefaenzagray/status/64/weather-clear.png +share/icons/matefaenzagray/status/64/weather-clouds-night.png +share/icons/matefaenzagray/status/64/weather-clouds.png +share/icons/matefaenzagray/status/64/weather-few-clouds-night.png +share/icons/matefaenzagray/status/64/weather-few-clouds.png +share/icons/matefaenzagray/status/64/weather-fog.png +share/icons/matefaenzagray/status/64/weather-overcast.png +share/icons/matefaenzagray/status/64/weather-severe-alert.png +share/icons/matefaenzagray/status/64/weather-showers-scattered.png +share/icons/matefaenzagray/status/64/weather-showers.png +share/icons/matefaenzagray/status/64/weather-snow.png +share/icons/matefaenzagray/status/64/weather-storm.png +share/icons/matefaenzagray/status/64/xfce-system-lock.png +share/icons/matefaenzagray/status/64/xfce-trash-full.png +share/icons/matefaenzagray/status/64/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/64/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/64/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/64/xfce4-notifyd.png +share/icons/matefaenzagray/status/64/xfce4-weather.png +share/icons/matefaenzagray/status/64/xfm-battery-000.png +share/icons/matefaenzagray/status/64/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/64/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-020.png +share/icons/matefaenzagray/status/64/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-040.png +share/icons/matefaenzagray/status/64/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-060.png +share/icons/matefaenzagray/status/64/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-080.png +share/icons/matefaenzagray/status/64/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/64/xfpm-battery-100.png +share/icons/matefaenzagray/status/64/xfpm-battery-charged.png +share/icons/matefaenzagray/status/64/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-000.png +share/icons/matefaenzagray/status/64/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-020.png +share/icons/matefaenzagray/status/64/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-040.png +share/icons/matefaenzagray/status/64/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-060.png +share/icons/matefaenzagray/status/64/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-080.png +share/icons/matefaenzagray/status/64/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/64/xfpm-primary-100.png +share/icons/matefaenzagray/status/64/xfpm-primary-charged.png +share/icons/matefaenzagray/status/96/appointment-soon.png +share/icons/matefaenzagray/status/96/apport.png +share/icons/matefaenzagray/status/96/aptdaemon-add.png +share/icons/matefaenzagray/status/96/aptdaemon-cleanup.png +share/icons/matefaenzagray/status/96/aptdaemon-delete.png +share/icons/matefaenzagray/status/96/aptdaemon-resolve.png +share/icons/matefaenzagray/status/96/aptdaemon-wait.png +share/icons/matefaenzagray/status/96/audio-volume-high-panel.png +share/icons/matefaenzagray/status/96/audio-volume-high.png +share/icons/matefaenzagray/status/96/audio-volume-low-panel.png +share/icons/matefaenzagray/status/96/audio-volume-low-zero-panel.png +share/icons/matefaenzagray/status/96/audio-volume-low.png +share/icons/matefaenzagray/status/96/audio-volume-medium-panel.png +share/icons/matefaenzagray/status/96/audio-volume-medium.png +share/icons/matefaenzagray/status/96/audio-volume-muted-blocked-panel.png +share/icons/matefaenzagray/status/96/audio-volume-muted-blocking-panel.png +share/icons/matefaenzagray/status/96/audio-volume-muted-panel.png +share/icons/matefaenzagray/status/96/audio-volume-muted.png +share/icons/matefaenzagray/status/96/audio-volume-off.png +share/icons/matefaenzagray/status/96/audio-volume-zero-panel.png +share/icons/matefaenzagray/status/96/avatar-default.png +share/icons/matefaenzagray/status/96/battery-000.png +share/icons/matefaenzagray/status/96/battery_caution.png +share/icons/matefaenzagray/status/96/battery_charged.png +share/icons/matefaenzagray/status/96/battery_empty.png +share/icons/matefaenzagray/status/96/battery_full.png +share/icons/matefaenzagray/status/96/battery_low.png +share/icons/matefaenzagray/status/96/battery_plugged.png +share/icons/matefaenzagray/status/96/battery_third_fouth.png +share/icons/matefaenzagray/status/96/battery_two_thirds.png +share/icons/matefaenzagray/status/96/blueman-tray.png +share/icons/matefaenzagray/status/96/bluetooth-active.png +share/icons/matefaenzagray/status/96/bluetooth-disabled.png +share/icons/matefaenzagray/status/96/bluetooth-paired.png +share/icons/matefaenzagray/status/96/connect_creating.png +share/icons/matefaenzagray/status/96/connect_established.png +share/icons/matefaenzagray/status/96/connect_no.png +share/icons/matefaenzagray/status/96/dialog-error.png +share/icons/matefaenzagray/status/96/dialog-info.png +share/icons/matefaenzagray/status/96/dialog-information.png +share/icons/matefaenzagray/status/96/dialog-password.png +share/icons/matefaenzagray/status/96/dialog-question.png +share/icons/matefaenzagray/status/96/dialog-warning.png +share/icons/matefaenzagray/status/96/edittrash.png +share/icons/matefaenzagray/status/96/empathy-available.png +share/icons/matefaenzagray/status/96/empathy-away.png +share/icons/matefaenzagray/status/96/empathy-busy.png +share/icons/matefaenzagray/status/96/empathy-extended-away.png +share/icons/matefaenzagray/status/96/empathy-invisible.png +share/icons/matefaenzagray/status/96/empathy-offline.png +share/icons/matefaenzagray/status/96/error.png +share/icons/matefaenzagray/status/96/exaile-pause.png +share/icons/matefaenzagray/status/96/glipper.png +share/icons/matefaenzagray/status/96/glippy-panel.png +share/icons/matefaenzagray/status/96/gmp-ups-missing.png +share/icons/matefaenzagray/status/96/gnome-dev-wavelan-encrypted.png +share/icons/matefaenzagray/status/96/gnome-fs-trash-full.png +share/icons/matefaenzagray/status/96/gnome-netstatus-0-24.png +share/icons/matefaenzagray/status/96/gnome-netstatus-25-49.png +share/icons/matefaenzagray/status/96/gnome-netstatus-50-74.png +share/icons/matefaenzagray/status/96/gnome-netstatus-75-100.png +share/icons/matefaenzagray/status/96/gnome-netstatus-disconn.png +share/icons/matefaenzagray/status/96/gnome-netstatus-error.png +share/icons/matefaenzagray/status/96/gnome-netstatus-idle.png +share/icons/matefaenzagray/status/96/gnome-netstatus-rx.png +share/icons/matefaenzagray/status/96/gnome-netstatus-tx.png +share/icons/matefaenzagray/status/96/gnome-netstatus-txrx.png +share/icons/matefaenzagray/status/96/gnome-stock-trash-full.png +share/icons/matefaenzagray/status/96/gpm-ac-adapter.png +share/icons/matefaenzagray/status/96/gpm-battery-000-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-000.png +share/icons/matefaenzagray/status/96/gpm-battery-020-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-020.png +share/icons/matefaenzagray/status/96/gpm-battery-040-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-040.png +share/icons/matefaenzagray/status/96/gpm-battery-060-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-060.png +share/icons/matefaenzagray/status/96/gpm-battery-080-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-080.png +share/icons/matefaenzagray/status/96/gpm-battery-100-charging.png +share/icons/matefaenzagray/status/96/gpm-battery-100.png +share/icons/matefaenzagray/status/96/gpm-battery-charged.png +share/icons/matefaenzagray/status/96/gpm-primary-000-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-000.png +share/icons/matefaenzagray/status/96/gpm-primary-020-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-020.png +share/icons/matefaenzagray/status/96/gpm-primary-040-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-040.png +share/icons/matefaenzagray/status/96/gpm-primary-060-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-060.png +share/icons/matefaenzagray/status/96/gpm-primary-080-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-080.png +share/icons/matefaenzagray/status/96/gpm-primary-100-charging.png +share/icons/matefaenzagray/status/96/gpm-primary-100.png +share/icons/matefaenzagray/status/96/gpm-primary-charged.png +share/icons/matefaenzagray/status/96/gpm-ups-000-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-000.png +share/icons/matefaenzagray/status/96/gpm-ups-020-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-020.png +share/icons/matefaenzagray/status/96/gpm-ups-040-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-040.png +share/icons/matefaenzagray/status/96/gpm-ups-060-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-060.png +share/icons/matefaenzagray/status/96/gpm-ups-080-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-080.png +share/icons/matefaenzagray/status/96/gpm-ups-100-charging.png +share/icons/matefaenzagray/status/96/gpm-ups-100.png +share/icons/matefaenzagray/status/96/gtk-dialog-authentication.png +share/icons/matefaenzagray/status/96/gtk-dialog-error.png +share/icons/matefaenzagray/status/96/gtk-dialog-info.png +share/icons/matefaenzagray/status/96/gtk-dialog-question.png +share/icons/matefaenzagray/status/96/gtk-dialog-warning.png +share/icons/matefaenzagray/status/96/gtk-missing-image.png +share/icons/matefaenzagray/status/96/ibus-keyboard-glow-100.png +share/icons/matefaenzagray/status/96/ibus-keyboard-glow-30.png +share/icons/matefaenzagray/status/96/ibus-keyboard-glow-60.png +share/icons/matefaenzagray/status/96/ibus-keyboard.png +share/icons/matefaenzagray/status/96/image-loading.png +share/icons/matefaenzagray/status/96/image-missing.png +share/icons/matefaenzagray/status/96/indicator-messages-new.png +share/icons/matefaenzagray/status/96/indicator-messages.png +share/icons/matefaenzagray/status/96/info.png +share/icons/matefaenzagray/status/96/keys.png +share/icons/matefaenzagray/status/96/krb-expiring-ticket.png +share/icons/matefaenzagray/status/96/krb-no-valid-ticket.png +share/icons/matefaenzagray/status/96/krb-valid-ticket.png +share/icons/matefaenzagray/status/96/locked.png +share/icons/matefaenzagray/status/96/messagebox_critical.png +share/icons/matefaenzagray/status/96/messagebox_info.png +share/icons/matefaenzagray/status/96/messagebox_warning.png +share/icons/matefaenzagray/status/96/network-error.png +share/icons/matefaenzagray/status/96/network-idle.png +share/icons/matefaenzagray/status/96/network-offline.png +share/icons/matefaenzagray/status/96/network-receive.png +share/icons/matefaenzagray/status/96/network-transmit-receive.png +share/icons/matefaenzagray/status/96/network-transmit.png +share/icons/matefaenzagray/status/96/network-wireless-encrypted.png +share/icons/matefaenzagray/status/96/new-messages-red.png +share/icons/matefaenzagray/status/96/nm-adhoc.png +share/icons/matefaenzagray/status/96/nm-device-wired-autoip.png +share/icons/matefaenzagray/status/96/nm-device-wired-secure.png +share/icons/matefaenzagray/status/96/nm-device-wired.png +share/icons/matefaenzagray/status/96/nm-device-wireless.png +share/icons/matefaenzagray/status/96/nm-device-wwan.png +share/icons/matefaenzagray/status/96/nm-no-connection.png +share/icons/matefaenzagray/status/96/nm-secure-lock.png +share/icons/matefaenzagray/status/96/nm-signal-0.png +share/icons/matefaenzagray/status/96/nm-signal-00-secure.png +share/icons/matefaenzagray/status/96/nm-signal-00.png +share/icons/matefaenzagray/status/96/nm-signal-100-secure.png +share/icons/matefaenzagray/status/96/nm-signal-100.png +share/icons/matefaenzagray/status/96/nm-signal-25-secure.png +share/icons/matefaenzagray/status/96/nm-signal-25.png +share/icons/matefaenzagray/status/96/nm-signal-50-secure.png +share/icons/matefaenzagray/status/96/nm-signal-50.png +share/icons/matefaenzagray/status/96/nm-signal-75-secure.png +share/icons/matefaenzagray/status/96/nm-signal-75.png +share/icons/matefaenzagray/status/96/nm-vpn-active-lock.png +share/icons/matefaenzagray/status/96/nm-vpn-connecting12.png +share/icons/matefaenzagray/status/96/nm-vpn-connecting13.png +share/icons/matefaenzagray/status/96/nm-vpn-connecting14.png +share/icons/matefaenzagray/status/96/nm-vpn-lock.png +share/icons/matefaenzagray/status/96/nm-vpn-standalone-lock.png +share/icons/matefaenzagray/status/96/notification-audio-volume-high.png +share/icons/matefaenzagray/status/96/notification-audio-volume-low.png +share/icons/matefaenzagray/status/96/notification-audio-volume-medium.png +share/icons/matefaenzagray/status/96/notification-audio-volume-muted.png +share/icons/matefaenzagray/status/96/notification-audio-volume-off.png +share/icons/matefaenzagray/status/96/notification-battery-000-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-000.png +share/icons/matefaenzagray/status/96/notification-battery-020-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-020.png +share/icons/matefaenzagray/status/96/notification-battery-040-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-040.png +share/icons/matefaenzagray/status/96/notification-battery-060-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-060.png +share/icons/matefaenzagray/status/96/notification-battery-080-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-080.png +share/icons/matefaenzagray/status/96/notification-battery-100-plugged.png +share/icons/matefaenzagray/status/96/notification-battery-100.png +share/icons/matefaenzagray/status/96/notification-battery-empty.png +share/icons/matefaenzagray/status/96/notification-battery-low.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-000-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-000.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-020-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-020.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-040-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-040.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-060-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-060.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-080-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-080.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-100-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-100.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-charged.png +share/icons/matefaenzagray/status/96/notification-gpm-battery-empty.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-000-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-000.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-020-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-020.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-040-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-040.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-060-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-060.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-080-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-080.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-100-charging.png +share/icons/matefaenzagray/status/96/notification-gpm-ups-100.png +share/icons/matefaenzagray/status/96/notification-gsm-full.png +share/icons/matefaenzagray/status/96/notification-gsm-high.png +share/icons/matefaenzagray/status/96/notification-gsm-low.png +share/icons/matefaenzagray/status/96/notification-gsm-medium.png +share/icons/matefaenzagray/status/96/notification-gsm-none.png +share/icons/matefaenzagray/status/96/notification-network-disconnected.png +share/icons/matefaenzagray/status/96/notification-network-ethernet-connected.png +share/icons/matefaenzagray/status/96/notification-network-ethernet-disconnected.png +share/icons/matefaenzagray/status/96/notification-network-wireless-disconnected.png +share/icons/matefaenzagray/status/96/notification-network-wireless-full.png +share/icons/matefaenzagray/status/96/notification-network-wireless-high.png +share/icons/matefaenzagray/status/96/notification-network-wireless-low.png +share/icons/matefaenzagray/status/96/notification-network-wireless-medium.png +share/icons/matefaenzagray/status/96/notification-network-wireless-none.png +share/icons/matefaenzagray/status/96/printer-error.png +share/icons/matefaenzagray/status/96/printer-printing.png +share/icons/matefaenzagray/status/96/skype_away.png +share/icons/matefaenzagray/status/96/skype_dnd.png +share/icons/matefaenzagray/status/96/skype_invisible.png +share/icons/matefaenzagray/status/96/skype_na.png +share/icons/matefaenzagray/status/96/skype_offline.png +share/icons/matefaenzagray/status/96/skype_online.png +share/icons/matefaenzagray/status/96/skype_skypeme.png +share/icons/matefaenzagray/status/96/sound-icon.png +share/icons/matefaenzagray/status/96/status_lock.png +share/icons/matefaenzagray/status/96/stock_appointment-reminder.png +share/icons/matefaenzagray/status/96/stock_dialog-error.png +share/icons/matefaenzagray/status/96/stock_dialog-info.png +share/icons/matefaenzagray/status/96/stock_dialog-question.png +share/icons/matefaenzagray/status/96/stock_dialog-warning.png +share/icons/matefaenzagray/status/96/stock_lock.png +share/icons/matefaenzagray/status/96/stock_trash_full.png +share/icons/matefaenzagray/status/96/stock_volume-0.png +share/icons/matefaenzagray/status/96/stock_volume-max.png +share/icons/matefaenzagray/status/96/stock_volume-med.png +share/icons/matefaenzagray/status/96/stock_volume-min.png +share/icons/matefaenzagray/status/96/stock_volume-mute.png +share/icons/matefaenzagray/status/96/stock_volume.png +share/icons/matefaenzagray/status/96/stock_weather-night-clear.png +share/icons/matefaenzagray/status/96/stock_weather-sunny.png +share/icons/matefaenzagray/status/96/sunny.png +share/icons/matefaenzagray/status/96/system-devices-panel-alert.png +share/icons/matefaenzagray/status/96/system-devices-panel-informations.png +share/icons/matefaenzagray/status/96/system-devices-panel.png +share/icons/matefaenzagray/status/96/trashcan_full.png +share/icons/matefaenzagray/status/96/user-available.png +share/icons/matefaenzagray/status/96/user-away.png +share/icons/matefaenzagray/status/96/user-busy.png +share/icons/matefaenzagray/status/96/user-extended-away.png +share/icons/matefaenzagray/status/96/user-invisible.png +share/icons/matefaenzagray/status/96/user-offline.png +share/icons/matefaenzagray/status/96/user-trash-full.png +share/icons/matefaenzagray/status/96/weather-clear-night-000.png +share/icons/matefaenzagray/status/96/weather-clear-night-010.png +share/icons/matefaenzagray/status/96/weather-clear-night-020.png +share/icons/matefaenzagray/status/96/weather-clear-night-030.png +share/icons/matefaenzagray/status/96/weather-clear-night-040.png +share/icons/matefaenzagray/status/96/weather-clear-night-050.png +share/icons/matefaenzagray/status/96/weather-clear-night-060.png +share/icons/matefaenzagray/status/96/weather-clear-night-070.png +share/icons/matefaenzagray/status/96/weather-clear-night-080.png +share/icons/matefaenzagray/status/96/weather-clear-night-090.png +share/icons/matefaenzagray/status/96/weather-clear-night-100.png +share/icons/matefaenzagray/status/96/weather-clear-night-110.png +share/icons/matefaenzagray/status/96/weather-clear-night-120.png +share/icons/matefaenzagray/status/96/weather-clear-night-130.png +share/icons/matefaenzagray/status/96/weather-clear-night-140.png +share/icons/matefaenzagray/status/96/weather-clear-night-150.png +share/icons/matefaenzagray/status/96/weather-clear-night-160.png +share/icons/matefaenzagray/status/96/weather-clear-night-170.png +share/icons/matefaenzagray/status/96/weather-clear-night-180.png +share/icons/matefaenzagray/status/96/weather-clear-night-190.png +share/icons/matefaenzagray/status/96/weather-clear-night-200.png +share/icons/matefaenzagray/status/96/weather-clear-night-210.png +share/icons/matefaenzagray/status/96/weather-clear-night-220.png +share/icons/matefaenzagray/status/96/weather-clear-night-230.png +share/icons/matefaenzagray/status/96/weather-clear-night-240.png +share/icons/matefaenzagray/status/96/weather-clear-night-250.png +share/icons/matefaenzagray/status/96/weather-clear-night-260.png +share/icons/matefaenzagray/status/96/weather-clear-night-270.png +share/icons/matefaenzagray/status/96/weather-clear-night-280.png +share/icons/matefaenzagray/status/96/weather-clear-night-290.png +share/icons/matefaenzagray/status/96/weather-clear-night-300.png +share/icons/matefaenzagray/status/96/weather-clear-night-310.png +share/icons/matefaenzagray/status/96/weather-clear-night-320.png +share/icons/matefaenzagray/status/96/weather-clear-night-330.png +share/icons/matefaenzagray/status/96/weather-clear-night-340.png +share/icons/matefaenzagray/status/96/weather-clear-night-350.png +share/icons/matefaenzagray/status/96/weather-clear-night.png +share/icons/matefaenzagray/status/96/weather-clear.png +share/icons/matefaenzagray/status/96/weather-clouds-night.png +share/icons/matefaenzagray/status/96/weather-clouds.png +share/icons/matefaenzagray/status/96/weather-few-clouds-night.png +share/icons/matefaenzagray/status/96/weather-few-clouds.png +share/icons/matefaenzagray/status/96/weather-fog.png +share/icons/matefaenzagray/status/96/weather-overcast.png +share/icons/matefaenzagray/status/96/weather-severe-alert.png +share/icons/matefaenzagray/status/96/weather-showers-scattered.png +share/icons/matefaenzagray/status/96/weather-showers.png +share/icons/matefaenzagray/status/96/weather-snow.png +share/icons/matefaenzagray/status/96/weather-storm.png +share/icons/matefaenzagray/status/96/xfce-system-lock.png +share/icons/matefaenzagray/status/96/xfce-trash-full.png +share/icons/matefaenzagray/status/96/xfce4-mixer-muted.png +share/icons/matefaenzagray/status/96/xfce4-mixer-no-muted.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-high.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-low-medium.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-low.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-medium.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-muted.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-ultra-low.png +share/icons/matefaenzagray/status/96/xfce4-mixer-volume-very-high.png +share/icons/matefaenzagray/status/96/xfce4-notifyd.png +share/icons/matefaenzagray/status/96/xfce4-weather.png +share/icons/matefaenzagray/status/96/xfm-battery-000.png +share/icons/matefaenzagray/status/96/xfpm-ac-adapter.png +share/icons/matefaenzagray/status/96/xfpm-battery-000-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-020-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-020.png +share/icons/matefaenzagray/status/96/xfpm-battery-040-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-040.png +share/icons/matefaenzagray/status/96/xfpm-battery-060-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-060.png +share/icons/matefaenzagray/status/96/xfpm-battery-080-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-080.png +share/icons/matefaenzagray/status/96/xfpm-battery-100-charging.png +share/icons/matefaenzagray/status/96/xfpm-battery-100.png +share/icons/matefaenzagray/status/96/xfpm-battery-charged.png +share/icons/matefaenzagray/status/96/xfpm-primary-000-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-000.png +share/icons/matefaenzagray/status/96/xfpm-primary-020-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-020.png +share/icons/matefaenzagray/status/96/xfpm-primary-040-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-040.png +share/icons/matefaenzagray/status/96/xfpm-primary-060-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-060.png +share/icons/matefaenzagray/status/96/xfpm-primary-080-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-080.png +share/icons/matefaenzagray/status/96/xfpm-primary-100-charging.png +share/icons/matefaenzagray/status/96/xfpm-primary-100.png +share/icons/matefaenzagray/status/96/xfpm-primary-charged.png +share/icons/matefaenzagray/status/scalable/appointment-soon.svg +share/icons/matefaenzagray/status/scalable/apport.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-add.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-cleanup.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-delete.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-resolve.svg +share/icons/matefaenzagray/status/scalable/aptdaemon-wait.svg +share/icons/matefaenzagray/status/scalable/audio-volume-high-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-high-symbolic.svg +share/icons/matefaenzagray/status/scalable/audio-volume-high.svg +share/icons/matefaenzagray/status/scalable/audio-volume-low-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-low-symbolic.svg +share/icons/matefaenzagray/status/scalable/audio-volume-low-zero-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-low.svg +share/icons/matefaenzagray/status/scalable/audio-volume-medium-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-medium-symbolic.svg +share/icons/matefaenzagray/status/scalable/audio-volume-medium.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted-blocked-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted-blocking-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted-panel.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted-symbolic.svg +share/icons/matefaenzagray/status/scalable/audio-volume-muted.svg +share/icons/matefaenzagray/status/scalable/audio-volume-off.svg +share/icons/matefaenzagray/status/scalable/audio-volume-zero-panel.svg +share/icons/matefaenzagray/status/scalable/avatar-default-symbolic.svg +share/icons/matefaenzagray/status/scalable/avatar-default.svg +share/icons/matefaenzagray/status/scalable/battery-000.svg +share/icons/matefaenzagray/status/scalable/battery-caution-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-caution-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-empty-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-empty-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-full-charged-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-full-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-full-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-good-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-good-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-low-charging-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-low-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery-missing-symbolic.svg +share/icons/matefaenzagray/status/scalable/battery_caution.svg +share/icons/matefaenzagray/status/scalable/battery_charged.svg +share/icons/matefaenzagray/status/scalable/battery_empty.svg +share/icons/matefaenzagray/status/scalable/battery_full.svg +share/icons/matefaenzagray/status/scalable/battery_low.svg +share/icons/matefaenzagray/status/scalable/battery_plugged.svg +share/icons/matefaenzagray/status/scalable/battery_third_fouth.svg +share/icons/matefaenzagray/status/scalable/battery_two_thirds.svg +share/icons/matefaenzagray/status/scalable/blueman-tray.svg +share/icons/matefaenzagray/status/scalable/bluetooth-active-symbolic.svg +share/icons/matefaenzagray/status/scalable/bluetooth-active.svg +share/icons/matefaenzagray/status/scalable/bluetooth-disabled-symbolic.svg +share/icons/matefaenzagray/status/scalable/bluetooth-disabled.svg +share/icons/matefaenzagray/status/scalable/bluetooth-paired.svg +share/icons/matefaenzagray/status/scalable/changes-allow-symbolic.svg +share/icons/matefaenzagray/status/scalable/changes-prevent-symbolic.svg +share/icons/matefaenzagray/status/scalable/connect_creating.svg +share/icons/matefaenzagray/status/scalable/connect_established.svg +share/icons/matefaenzagray/status/scalable/connect_no.svg +share/icons/matefaenzagray/status/scalable/dialog-error-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-error.svg +share/icons/matefaenzagray/status/scalable/dialog-info.svg +share/icons/matefaenzagray/status/scalable/dialog-information-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-information.svg +share/icons/matefaenzagray/status/scalable/dialog-password-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-password.svg +share/icons/matefaenzagray/status/scalable/dialog-question-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-question.svg +share/icons/matefaenzagray/status/scalable/dialog-warning-symbolic.svg +share/icons/matefaenzagray/status/scalable/dialog-warning.svg +share/icons/matefaenzagray/status/scalable/display-brightness-symbolic.svg +share/icons/matefaenzagray/status/scalable/edittrash.svg +share/icons/matefaenzagray/status/scalable/empathy-available.svg +share/icons/matefaenzagray/status/scalable/empathy-away.svg +share/icons/matefaenzagray/status/scalable/empathy-busy.svg +share/icons/matefaenzagray/status/scalable/empathy-extended-away.svg +share/icons/matefaenzagray/status/scalable/empathy-invisible.svg +share/icons/matefaenzagray/status/scalable/empathy-offline.svg +share/icons/matefaenzagray/status/scalable/error.svg +share/icons/matefaenzagray/status/scalable/exaile-pause.svg +share/icons/matefaenzagray/status/scalable/glipper.svg +share/icons/matefaenzagray/status/scalable/glippy-panel.svg +share/icons/matefaenzagray/status/scalable/gmp-ups-missing.svg +share/icons/matefaenzagray/status/scalable/gnome-dev-wavelan-encrypted.svg +share/icons/matefaenzagray/status/scalable/gnome-fs-trash-full.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-0-24.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-25-49.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-50-74.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-75-100.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-disconn.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-error.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-idle.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-rx.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-tx.svg +share/icons/matefaenzagray/status/scalable/gnome-netstatus-txrx.svg +share/icons/matefaenzagray/status/scalable/gnome-stock-trash-full.svg +share/icons/matefaenzagray/status/scalable/gpm-ac-adapter.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-000-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-000.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-020-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-020.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-040-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-040.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-060-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-060.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-080-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-080.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-100-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-100.svg +share/icons/matefaenzagray/status/scalable/gpm-battery-charged.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-000-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-000.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-020-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-020.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-040-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-040.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-060-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-060.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-080-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-080.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-100-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-100.svg +share/icons/matefaenzagray/status/scalable/gpm-primary-charged.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-000-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-000.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-020-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-020.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-040-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-040.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-060-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-060.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-080-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-080.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-100-charging.svg +share/icons/matefaenzagray/status/scalable/gpm-ups-100.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-authentication.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-error.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-info.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-question.svg +share/icons/matefaenzagray/status/scalable/gtk-dialog-warning.svg +share/icons/matefaenzagray/status/scalable/gtk-missing-image.svg +share/icons/matefaenzagray/status/scalable/ibus-keyboard-glow.svg +share/icons/matefaenzagray/status/scalable/ibus-keyboard.svg +share/icons/matefaenzagray/status/scalable/image-loading.svg +share/icons/matefaenzagray/status/scalable/image-missing.svg +share/icons/matefaenzagray/status/scalable/indicator-messages-new.svg +share/icons/matefaenzagray/status/scalable/indicator-messages.svg +share/icons/matefaenzagray/status/scalable/info.svg +share/icons/matefaenzagray/status/scalable/keyboard-brightness-symbolic.svg +share/icons/matefaenzagray/status/scalable/keys.svg +share/icons/matefaenzagray/status/scalable/krb-expiring-ticket.svg +share/icons/matefaenzagray/status/scalable/krb-no-valid-ticket.svg +share/icons/matefaenzagray/status/scalable/krb-valid-ticket.svg +share/icons/matefaenzagray/status/scalable/locked.svg +share/icons/matefaenzagray/status/scalable/mail-attachment-symbolic.svg +share/icons/matefaenzagray/status/scalable/mail-read-symbolic.svg +share/icons/matefaenzagray/status/scalable/mail-unread-symbolic.svg +share/icons/matefaenzagray/status/scalable/media-playlist-repeat-symbolic.svg +share/icons/matefaenzagray/status/scalable/media-playlist-shuffle-symbolic.svg +share/icons/matefaenzagray/status/scalable/messagebox_critical.svg +share/icons/matefaenzagray/status/scalable/messagebox_info.svg +share/icons/matefaenzagray/status/scalable/messagebox_warning.svg +share/icons/matefaenzagray/status/scalable/microphone-sensitivity-high-symbolic.svg +share/icons/matefaenzagray/status/scalable/microphone-sensitivity-low-symbolic.svg +share/icons/matefaenzagray/status/scalable/microphone-sensitivity-medium-symbolic.svg +share/icons/matefaenzagray/status/scalable/microphone-sensitivity-none-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-3g-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-4g-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-connected-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-edge-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-gprs-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-acquiring-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-excellent-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-good-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-none-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-ok-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-signal-weak-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-cellular-umts-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-error-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-error.svg +share/icons/matefaenzagray/status/scalable/network-idle.svg +share/icons/matefaenzagray/status/scalable/network-offline-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-offline.svg +share/icons/matefaenzagray/status/scalable/network-receive-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-receive.svg +share/icons/matefaenzagray/status/scalable/network-transmit-receive-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-transmit-receive.svg +share/icons/matefaenzagray/status/scalable/network-transmit-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-transmit.svg +share/icons/matefaenzagray/status/scalable/network-vpn-acquiring-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-vpn-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wired-acquiring-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wired-disconnected-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wired-disconnected.svg +share/icons/matefaenzagray/status/scalable/network-wired-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-acquiring-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-encrypted-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-encrypted.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-excellent-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-good-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-none-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-ok-symbolic.svg +share/icons/matefaenzagray/status/scalable/network-wireless-signal-weak-symbolic.svg +share/icons/matefaenzagray/status/scalable/new-messages-red.svg +share/icons/matefaenzagray/status/scalable/nm-adhoc.svg +share/icons/matefaenzagray/status/scalable/nm-device-wired-autoip.svg +share/icons/matefaenzagray/status/scalable/nm-device-wired-secure.svg +share/icons/matefaenzagray/status/scalable/nm-device-wired.svg +share/icons/matefaenzagray/status/scalable/nm-device-wireless.svg +share/icons/matefaenzagray/status/scalable/nm-device-wwan.svg +share/icons/matefaenzagray/status/scalable/nm-no-connection.svg +share/icons/matefaenzagray/status/scalable/nm-secure-lock.svg +share/icons/matefaenzagray/status/scalable/nm-signal-0.svg +share/icons/matefaenzagray/status/scalable/nm-signal-00-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-00.svg +share/icons/matefaenzagray/status/scalable/nm-signal-100-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-100.svg +share/icons/matefaenzagray/status/scalable/nm-signal-25-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-25.svg +share/icons/matefaenzagray/status/scalable/nm-signal-50-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-50.svg +share/icons/matefaenzagray/status/scalable/nm-signal-75-secure.svg +share/icons/matefaenzagray/status/scalable/nm-signal-75.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-active-lock.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-connecting12.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-connecting13.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-connecting14.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-lock.svg +share/icons/matefaenzagray/status/scalable/nm-vpn-standalone-lock.svg +share/icons/matefaenzagray/status/scalable/non-starred-symbolic.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-high.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-low.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-medium.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-muted.svg +share/icons/matefaenzagray/status/scalable/notification-audio-volume-off.svg +share/icons/matefaenzagray/status/scalable/notification-battery-000-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-000.svg +share/icons/matefaenzagray/status/scalable/notification-battery-020-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-020.svg +share/icons/matefaenzagray/status/scalable/notification-battery-040-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-040.svg +share/icons/matefaenzagray/status/scalable/notification-battery-060-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-060.svg +share/icons/matefaenzagray/status/scalable/notification-battery-080-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-080.svg +share/icons/matefaenzagray/status/scalable/notification-battery-100-plugged.svg +share/icons/matefaenzagray/status/scalable/notification-battery-100.svg +share/icons/matefaenzagray/status/scalable/notification-battery-empty.svg +share/icons/matefaenzagray/status/scalable/notification-battery-low.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-000-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-000.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-020-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-020.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-040-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-040.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-060-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-060.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-080-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-080.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-100-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-100.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-charged.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-battery-empty.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-000-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-000.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-020-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-020.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-040-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-040.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-060-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-060.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-080-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-080.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-100-charging.svg +share/icons/matefaenzagray/status/scalable/notification-gpm-ups-100.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-full.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-high.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-low.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-medium.svg +share/icons/matefaenzagray/status/scalable/notification-gsm-none.svg +share/icons/matefaenzagray/status/scalable/notification-network-disconnected.svg +share/icons/matefaenzagray/status/scalable/notification-network-ethernet-connected.svg +share/icons/matefaenzagray/status/scalable/notification-network-ethernet-disconnected.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-disconnected.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-full.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-high.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-low.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-medium.svg +share/icons/matefaenzagray/status/scalable/notification-network-wireless-none.svg +share/icons/matefaenzagray/status/scalable/printer-error-symbolic.svg +share/icons/matefaenzagray/status/scalable/printer-error.svg +share/icons/matefaenzagray/status/scalable/printer-printing-symbolic.svg +share/icons/matefaenzagray/status/scalable/printer-printing.svg +share/icons/matefaenzagray/status/scalable/printer-warning-symbolic.svg +share/icons/matefaenzagray/status/scalable/security-high-symbolic.svg +share/icons/matefaenzagray/status/scalable/security-low-symbolic.svg +share/icons/matefaenzagray/status/scalable/security-medium-symbolic.svg +share/icons/matefaenzagray/status/scalable/skype_away.svg +share/icons/matefaenzagray/status/scalable/skype_dnd.svg +share/icons/matefaenzagray/status/scalable/skype_invisible.svg +share/icons/matefaenzagray/status/scalable/skype_na.svg +share/icons/matefaenzagray/status/scalable/skype_offline.svg +share/icons/matefaenzagray/status/scalable/skype_online.svg +share/icons/matefaenzagray/status/scalable/skype_skypeme.svg +share/icons/matefaenzagray/status/scalable/software-update-available-symbolic.svg +share/icons/matefaenzagray/status/scalable/software-update-urgent-symbolic.svg +share/icons/matefaenzagray/status/scalable/sound-icon.svg +share/icons/matefaenzagray/status/scalable/starred-symbolic.svg +share/icons/matefaenzagray/status/scalable/status_lock.svg +share/icons/matefaenzagray/status/scalable/stock_appointment-reminder.svg +share/icons/matefaenzagray/status/scalable/stock_dialog-error.svg +share/icons/matefaenzagray/status/scalable/stock_dialog-info.svg +share/icons/matefaenzagray/status/scalable/stock_dialog-question.svg +share/icons/matefaenzagray/status/scalable/stock_dialog-warning.svg +share/icons/matefaenzagray/status/scalable/stock_lock.svg +share/icons/matefaenzagray/status/scalable/stock_trash_full.svg +share/icons/matefaenzagray/status/scalable/stock_volume-0.svg +share/icons/matefaenzagray/status/scalable/stock_volume-max.svg +share/icons/matefaenzagray/status/scalable/stock_volume-med.svg +share/icons/matefaenzagray/status/scalable/stock_volume-min.svg +share/icons/matefaenzagray/status/scalable/stock_volume-mute.svg +share/icons/matefaenzagray/status/scalable/stock_volume.svg +share/icons/matefaenzagray/status/scalable/stock_weather-night-clear.svg +share/icons/matefaenzagray/status/scalable/stock_weather-sunny.svg +share/icons/matefaenzagray/status/scalable/sunny.svg +share/icons/matefaenzagray/status/scalable/system-devices-panel-alert.svg +share/icons/matefaenzagray/status/scalable/system-devices-panel-informations.svg +share/icons/matefaenzagray/status/scalable/system-devices-panel.svg +share/icons/matefaenzagray/status/scalable/trashcan_full.svg +share/icons/matefaenzagray/status/scalable/user-available-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-available.svg +share/icons/matefaenzagray/status/scalable/user-away-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-away.svg +share/icons/matefaenzagray/status/scalable/user-busy-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-busy.svg +share/icons/matefaenzagray/status/scalable/user-extended-away.svg +share/icons/matefaenzagray/status/scalable/user-idle-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-invisible-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-invisible.svg +share/icons/matefaenzagray/status/scalable/user-offline-symbolic.svg +share/icons/matefaenzagray/status/scalable/user-offline.svg +share/icons/matefaenzagray/status/scalable/user-trash-full.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-000.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-010.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-020.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-030.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-040.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-050.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-060.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-070.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-080.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-090.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-100.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-110.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-120.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-130.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-140.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-150.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-160.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-170.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-180.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-190.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-200.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-210.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-220.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-230.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-240.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-250.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-260.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-270.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-280.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-290.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-300.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-310.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-320.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-330.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-340.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-350.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-clear-night.svg +share/icons/matefaenzagray/status/scalable/weather-clear-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-clear.svg +share/icons/matefaenzagray/status/scalable/weather-clouds-night-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-clouds-night.svg +share/icons/matefaenzagray/status/scalable/weather-clouds-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-clouds.svg +share/icons/matefaenzagray/status/scalable/weather-few-clouds-night-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-few-clouds-night.svg +share/icons/matefaenzagray/status/scalable/weather-few-clouds-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-few-clouds.svg +share/icons/matefaenzagray/status/scalable/weather-fog-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-fog.svg +share/icons/matefaenzagray/status/scalable/weather-overcast-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-overcast.svg +share/icons/matefaenzagray/status/scalable/weather-severe-alert-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-severe-alert.svg +share/icons/matefaenzagray/status/scalable/weather-showers-scattered-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-showers-scattered.svg +share/icons/matefaenzagray/status/scalable/weather-showers-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-showers.svg +share/icons/matefaenzagray/status/scalable/weather-snow-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-snow.svg +share/icons/matefaenzagray/status/scalable/weather-storm-symbolic.svg +share/icons/matefaenzagray/status/scalable/weather-storm.svg +share/icons/matefaenzagray/status/scalable/xfce-system-lock.svg +share/icons/matefaenzagray/status/scalable/xfce-trash-full.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-muted.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-no-muted.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-high.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-low-medium.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-low.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-medium.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-muted.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-ultra-low.svg +share/icons/matefaenzagray/status/scalable/xfce4-mixer-volume-very-high.svg +share/icons/matefaenzagray/status/scalable/xfce4-notifyd.svg +share/icons/matefaenzagray/status/scalable/xfce4-weather.svg +share/icons/matefaenzagray/status/scalable/xfm-battery-000.svg +share/icons/matefaenzagray/status/scalable/xfpm-ac-adapter.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-000-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-020-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-020.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-040-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-040.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-060-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-060.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-080-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-080.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-100-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-100.svg +share/icons/matefaenzagray/status/scalable/xfpm-battery-charged.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-000-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-000.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-020-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-020.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-040-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-040.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-060-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-060.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-080-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-080.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-100-charging.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-100.svg +share/icons/matefaenzagray/status/scalable/xfpm-primary-charged.svg +share/icons/matefaenzagray/stock/16/avatar-default.png +share/icons/matefaenzagray/stock/16/stock_connect.png +share/icons/matefaenzagray/stock/16/stock_disconnect.png +share/icons/matefaenzagray/stock/16/stock_new-meeting.png +share/icons/matefaenzagray/stock/16/stock_people.png +share/icons/matefaenzagray/stock/16/stock_person-panel.png +share/icons/matefaenzagray/stock/16/stock_person.png +share/icons/matefaenzagray/stock/16/stock_text-monospaced.png +share/icons/matefaenzagray/stock/22/avatar-default.png +share/icons/matefaenzagray/stock/22/stock_connect.png +share/icons/matefaenzagray/stock/22/stock_disconnect.png +share/icons/matefaenzagray/stock/22/stock_new-meeting.png +share/icons/matefaenzagray/stock/22/stock_people.png +share/icons/matefaenzagray/stock/22/stock_person-panel.png +share/icons/matefaenzagray/stock/22/stock_person.png +share/icons/matefaenzagray/stock/22/stock_text-monospaced.png +share/icons/matefaenzagray/stock/24/avatar-default.png +share/icons/matefaenzagray/stock/24/stock_connect.png +share/icons/matefaenzagray/stock/24/stock_disconnect.png +share/icons/matefaenzagray/stock/24/stock_new-meeting.png +share/icons/matefaenzagray/stock/24/stock_people.png +share/icons/matefaenzagray/stock/24/stock_person-panel.png +share/icons/matefaenzagray/stock/24/stock_person.png +share/icons/matefaenzagray/stock/24/stock_text-monospaced.png +@dirrmtry share/icons/matefaenzagray/stock/24 +@dirrmtry share/icons/matefaenzagray/stock/22 +@dirrmtry share/icons/matefaenzagray/stock/16 +@dirrmtry share/icons/matefaenzagray/stock +@dirrmtry share/icons/matefaenzagray/status/scalable +@dirrmtry share/icons/matefaenzagray/status/96 +@dirrmtry share/icons/matefaenzagray/status/64 +@dirrmtry share/icons/matefaenzagray/status/48 +@dirrmtry share/icons/matefaenzagray/status/32 +@dirrmtry share/icons/matefaenzagray/status/24 +@dirrmtry share/icons/matefaenzagray/status/22 +@dirrmtry share/icons/matefaenzagray/status/16 +@dirrmtry share/icons/matefaenzagray/status +@dirrmtry share/icons/matefaenzagray/places/24 +@dirrmtry share/icons/matefaenzagray/places/22 +@dirrmtry share/icons/matefaenzagray/places +@dirrmtry share/icons/matefaenzagray/extras/radiotray/images +@dirrmtry share/icons/matefaenzagray/extras/radiotray +@dirrmtry share/icons/matefaenzagray/extras/pixmaps/guake +@dirrmtry share/icons/matefaenzagray/extras/pixmaps +@dirrmtry share/icons/matefaenzagray/extras/liferea/pixmaps +@dirrmtry share/icons/matefaenzagray/extras/liferea +@dirrmtry share/icons/matefaenzagray/extras/lastfm/icons +@dirrmtry share/icons/matefaenzagray/extras/lastfm +@dirrmtry share/icons/matefaenzagray/extras/keepassx/icons +@dirrmtry share/icons/matefaenzagray/extras/keepassx +@dirrmtry share/icons/matefaenzagray/extras/deadbeef/pixmaps +@dirrmtry share/icons/matefaenzagray/extras/deadbeef +@dirrmtry share/icons/matefaenzagray/extras +@dirrmtry share/icons/matefaenzagray/devices/24 +@dirrmtry share/icons/matefaenzagray/devices/22 +@dirrmtry share/icons/matefaenzagray/devices +@dirrmtry share/icons/matefaenzagray/categories/24 +@dirrmtry share/icons/matefaenzagray/categories/22 +@dirrmtry share/icons/matefaenzagray/categories/16 +@dirrmtry share/icons/matefaenzagray/categories +@dirrmtry share/icons/matefaenzagray/apps/24 +@dirrmtry share/icons/matefaenzagray/apps/22 +@dirrmtry share/icons/matefaenzagray/apps/16 +@dirrmtry share/icons/matefaenzagray/apps +@dirrmtry share/icons/matefaenzagray +@dirrmtry share/icons/matefaenzadark/stock/24 +@dirrmtry share/icons/matefaenzadark/stock/22 +@dirrmtry share/icons/matefaenzadark/stock/16 +@dirrmtry share/icons/matefaenzadark/stock +@dirrmtry share/icons/matefaenzadark/status/scalable +@dirrmtry share/icons/matefaenzadark/status/96 +@dirrmtry share/icons/matefaenzadark/status/64 +@dirrmtry share/icons/matefaenzadark/status/48 +@dirrmtry share/icons/matefaenzadark/status/32 +@dirrmtry share/icons/matefaenzadark/status/24 +@dirrmtry share/icons/matefaenzadark/status/22 +@dirrmtry share/icons/matefaenzadark/status/16 +@dirrmtry share/icons/matefaenzadark/status +@dirrmtry share/icons/matefaenzadark/places/24 +@dirrmtry share/icons/matefaenzadark/places/22 +@dirrmtry share/icons/matefaenzadark/places +@dirrmtry share/icons/matefaenzadark/extras/radiotray/images +@dirrmtry share/icons/matefaenzadark/extras/radiotray +@dirrmtry share/icons/matefaenzadark/extras/pixmaps/guake +@dirrmtry share/icons/matefaenzadark/extras/pixmaps +@dirrmtry share/icons/matefaenzadark/extras/liferea/pixmaps +@dirrmtry share/icons/matefaenzadark/extras/liferea +@dirrmtry share/icons/matefaenzadark/extras/lastfm/icons +@dirrmtry share/icons/matefaenzadark/extras/lastfm +@dirrmtry share/icons/matefaenzadark/extras/keepassx/icons +@dirrmtry share/icons/matefaenzadark/extras/keepassx +@dirrmtry share/icons/matefaenzadark/extras/deadbeef/pixmaps +@dirrmtry share/icons/matefaenzadark/extras/deadbeef +@dirrmtry share/icons/matefaenzadark/extras +@dirrmtry share/icons/matefaenzadark/devices/24 +@dirrmtry share/icons/matefaenzadark/devices/22 +@dirrmtry share/icons/matefaenzadark/devices +@dirrmtry share/icons/matefaenzadark/categories/24 +@dirrmtry share/icons/matefaenzadark/categories/22 +@dirrmtry share/icons/matefaenzadark/categories/16 +@dirrmtry share/icons/matefaenzadark/categories +@dirrmtry share/icons/matefaenzadark/apps/24 +@dirrmtry share/icons/matefaenzadark/apps/22 +@dirrmtry share/icons/matefaenzadark/apps/16 +@dirrmtry share/icons/matefaenzadark/apps +@dirrmtry share/icons/matefaenzadark/actions/24 +@dirrmtry share/icons/matefaenzadark/actions/22 +@dirrmtry share/icons/matefaenzadark/actions/16 +@dirrmtry share/icons/matefaenzadark/actions +@dirrmtry share/icons/matefaenzadark +@dirrmtry share/icons/matefaenza/stock/scalable +@dirrmtry share/icons/matefaenza/stock/96 +@dirrmtry share/icons/matefaenza/stock/64 +@dirrmtry share/icons/matefaenza/stock/48 +@dirrmtry share/icons/matefaenza/stock/32 +@dirrmtry share/icons/matefaenza/stock/24 +@dirrmtry share/icons/matefaenza/stock/22 +@dirrmtry share/icons/matefaenza/stock/16 +@dirrmtry share/icons/matefaenza/stock +@dirrmtry share/icons/matefaenza/status/scalable +@dirrmtry share/icons/matefaenza/status/96 +@dirrmtry share/icons/matefaenza/status/64 +@dirrmtry share/icons/matefaenza/status/48 +@dirrmtry share/icons/matefaenza/status/32 +@dirrmtry share/icons/matefaenza/status/24 +@dirrmtry share/icons/matefaenza/status/22 +@dirrmtry share/icons/matefaenza/status/16 +@dirrmtry share/icons/matefaenza/status +@dirrmtry share/icons/matefaenza/places/scalable +@dirrmtry share/icons/matefaenza/places/96 +@dirrmtry share/icons/matefaenza/places/64 +@dirrmtry share/icons/matefaenza/places/48 +@dirrmtry share/icons/matefaenza/places/32 +@dirrmtry share/icons/matefaenza/places/24 +@dirrmtry share/icons/matefaenza/places/22 +@dirrmtry share/icons/matefaenza/places/16 +@dirrmtry share/icons/matefaenza/places +@dirrmtry share/icons/matefaenza/mimetypes/scalable +@dirrmtry share/icons/matefaenza/mimetypes/96 +@dirrmtry share/icons/matefaenza/mimetypes/64 +@dirrmtry share/icons/matefaenza/mimetypes/48 +@dirrmtry share/icons/matefaenza/mimetypes/32 +@dirrmtry share/icons/matefaenza/mimetypes/24 +@dirrmtry share/icons/matefaenza/mimetypes/22 +@dirrmtry share/icons/matefaenza/mimetypes/16 +@dirrmtry share/icons/matefaenza/mimetypes +@dirrmtry share/icons/matefaenza/extras/radiotray/images +@dirrmtry share/icons/matefaenza/extras/radiotray +@dirrmtry share/icons/matefaenza/extras/pixmaps/guake +@dirrmtry share/icons/matefaenza/extras/pixmaps +@dirrmtry share/icons/matefaenza/extras/nyan +@dirrmtry share/icons/matefaenza/extras/liferea/pixmaps +@dirrmtry share/icons/matefaenza/extras/liferea +@dirrmtry share/icons/matefaenza/extras/lastfm/icons +@dirrmtry share/icons/matefaenza/extras/lastfm +@dirrmtry share/icons/matefaenza/extras/keepassx/icons +@dirrmtry share/icons/matefaenza/extras/keepassx +@dirrmtry share/icons/matefaenza/extras/deadbeef/pixmaps +@dirrmtry share/icons/matefaenza/extras/deadbeef +@dirrmtry share/icons/matefaenza/extras +@dirrmtry share/icons/matefaenza/emblems/scalable +@dirrmtry share/icons/matefaenza/emblems/96 +@dirrmtry share/icons/matefaenza/emblems/8 +@dirrmtry share/icons/matefaenza/emblems/64 +@dirrmtry share/icons/matefaenza/emblems/48 +@dirrmtry share/icons/matefaenza/emblems/32 +@dirrmtry share/icons/matefaenza/emblems/24 +@dirrmtry share/icons/matefaenza/emblems/22 +@dirrmtry share/icons/matefaenza/emblems/16 +@dirrmtry share/icons/matefaenza/emblems +@dirrmtry share/icons/matefaenza/devices/scalable +@dirrmtry share/icons/matefaenza/devices/96 +@dirrmtry share/icons/matefaenza/devices/64 +@dirrmtry share/icons/matefaenza/devices/48 +@dirrmtry share/icons/matefaenza/devices/32 +@dirrmtry share/icons/matefaenza/devices/24 +@dirrmtry share/icons/matefaenza/devices/22 +@dirrmtry share/icons/matefaenza/devices/16 +@dirrmtry share/icons/matefaenza/devices +@dirrmtry share/icons/matefaenza/categories/scalable +@dirrmtry share/icons/matefaenza/categories/96 +@dirrmtry share/icons/matefaenza/categories/64 +@dirrmtry share/icons/matefaenza/categories/48 +@dirrmtry share/icons/matefaenza/categories/32 +@dirrmtry share/icons/matefaenza/categories/24 +@dirrmtry share/icons/matefaenza/categories/22 +@dirrmtry share/icons/matefaenza/categories/16 +@dirrmtry share/icons/matefaenza/categories +@dirrmtry share/icons/matefaenza/apps/scalable +@dirrmtry share/icons/matefaenza/apps/96 +@dirrmtry share/icons/matefaenza/apps/64 +@dirrmtry share/icons/matefaenza/apps/48 +@dirrmtry share/icons/matefaenza/apps/32 +@dirrmtry share/icons/matefaenza/apps/24 +@dirrmtry share/icons/matefaenza/apps/22 +@dirrmtry share/icons/matefaenza/apps/16 +@dirrmtry share/icons/matefaenza/apps +@dirrmtry share/icons/matefaenza/actions/scalable +@dirrmtry share/icons/matefaenza/actions/96 +@dirrmtry share/icons/matefaenza/actions/64 +@dirrmtry share/icons/matefaenza/actions/48 +@dirrmtry share/icons/matefaenza/actions/32 +@dirrmtry share/icons/matefaenza/actions/24 +@dirrmtry share/icons/matefaenza/actions/22 +@dirrmtry share/icons/matefaenza/actions/16 +@dirrmtry share/icons/matefaenza/actions +@dirrmtry share/icons/matefaenza +@dirrmtry share/icons diff --git a/x11-themes/mate-icon-theme/Makefile b/x11-themes/mate-icon-theme/Makefile new file mode 100644 index 000000000000..dee50aadf317 --- /dev/null +++ b/x11-themes/mate-icon-theme/Makefile @@ -0,0 +1,32 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-icon-theme +PORTVERSION= 1.6.2 +CATEGORIES= x11-themes mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Collection of icons for the MATE desktop + +BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ + icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_GNOME= intlhack +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +pre-install: + @${REINPLACE_CMD} -e 's|install: install-data|install:|g' \ + ${WRKSRC}/po/Makefile + +.include <bsd.port.mk> diff --git a/x11-themes/mate-icon-theme/distinfo b/x11-themes/mate-icon-theme/distinfo new file mode 100644 index 000000000000..24eb78162089 --- /dev/null +++ b/x11-themes/mate-icon-theme/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-icon-theme-1.6.2.tar.xz) = 5596d5bb261156ca94a22bfe947690feb3d94c61b761faa2f7486e33b99711aa +SIZE (mate/mate-icon-theme-1.6.2.tar.xz) = 15617332 diff --git a/x11-themes/mate-icon-theme/files/patch-Makefile.in b/x11-themes/mate-icon-theme/files/patch-Makefile.in new file mode 100644 index 000000000000..27817980d795 --- /dev/null +++ b/x11-themes/mate-icon-theme/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.orig 2013-10-19 11:05:40.000000000 +0200 ++++ Makefile.in 2013-10-19 11:05:51.000000000 +0200 +@@ -928,7 +928,6 @@ + # we don't want to install mo files, all translations are already stored + # in theme files + install-data-local: +- $(MAKE) -C po uninstall + if [ -h $(DESTDIR)$(themedir) ]; then \ + rm -f $(DESTDIR)$(themedir); \ + fi diff --git a/x11-themes/mate-icon-theme/pkg-descr b/x11-themes/mate-icon-theme/pkg-descr new file mode 100644 index 000000000000..836a4085f1cb --- /dev/null +++ b/x11-themes/mate-icon-theme/pkg-descr @@ -0,0 +1,5 @@ +mate-icon-theme is a collection of icons and emblems for the +MATE desktop. Included are the images used in toolbars, +dialog boxes, etc. + +WWW: http://mate-desktop.org/ diff --git a/x11-themes/mate-icon-theme/pkg-plist b/x11-themes/mate-icon-theme/pkg-plist new file mode 100644 index 000000000000..87be02b83715 --- /dev/null +++ b/x11-themes/mate-icon-theme/pkg-plist @@ -0,0 +1,7545 @@ +libdata/pkgconfig/mate-icon-theme.pc +share/icons/mate/16x16/actions/add.png +share/icons/mate/16x16/actions/address-book-new.png +share/icons/mate/16x16/actions/application-exit.png +share/icons/mate/16x16/actions/appointment-new.png +share/icons/mate/16x16/actions/appointment.png +share/icons/mate/16x16/actions/back.png +share/icons/mate/16x16/actions/bookmark-new.png +share/icons/mate/16x16/actions/bookmark_add.png +share/icons/mate/16x16/actions/bookmarks_list_add.png +share/icons/mate/16x16/actions/bottom.png +share/icons/mate/16x16/actions/call-start.png +share/icons/mate/16x16/actions/call-stop.png +share/icons/mate/16x16/actions/centrejust.png +share/icons/mate/16x16/actions/contact-new.png +share/icons/mate/16x16/actions/document-new.png +share/icons/mate/16x16/actions/document-open-recent.png +share/icons/mate/16x16/actions/document-open.png +share/icons/mate/16x16/actions/document-page-setup.png +share/icons/mate/16x16/actions/document-print-preview.png +share/icons/mate/16x16/actions/document-print.png +share/icons/mate/16x16/actions/document-properties.png +share/icons/mate/16x16/actions/document-revert.png +share/icons/mate/16x16/actions/document-save-as.png +share/icons/mate/16x16/actions/document-save.png +share/icons/mate/16x16/actions/document-send.png +share/icons/mate/16x16/actions/down.png +share/icons/mate/16x16/actions/edit-clear.png +share/icons/mate/16x16/actions/edit-copy.png +share/icons/mate/16x16/actions/edit-cut.png +share/icons/mate/16x16/actions/edit-delete.png +share/icons/mate/16x16/actions/edit-find-replace.png +share/icons/mate/16x16/actions/edit-find.png +share/icons/mate/16x16/actions/edit-paste.png +share/icons/mate/16x16/actions/edit-redo.png +share/icons/mate/16x16/actions/edit-select-all.png +share/icons/mate/16x16/actions/edit-undo.png +share/icons/mate/16x16/actions/editclear.png +share/icons/mate/16x16/actions/editcopy.png +share/icons/mate/16x16/actions/editcut.png +share/icons/mate/16x16/actions/editdelete.png +share/icons/mate/16x16/actions/editpaste.png +share/icons/mate/16x16/actions/exit.png +share/icons/mate/16x16/actions/filefind.png +share/icons/mate/16x16/actions/filenew.png +share/icons/mate/16x16/actions/fileopen.png +share/icons/mate/16x16/actions/fileprint.png +share/icons/mate/16x16/actions/filequickprint.png +share/icons/mate/16x16/actions/filesave.png +share/icons/mate/16x16/actions/filesaveas.png +share/icons/mate/16x16/actions/find.png +share/icons/mate/16x16/actions/finish.png +share/icons/mate/16x16/actions/folder-new.png +share/icons/mate/16x16/actions/folder_new.png +share/icons/mate/16x16/actions/format-indent-less.png +share/icons/mate/16x16/actions/format-indent-more.png +share/icons/mate/16x16/actions/format-justify-center.png +share/icons/mate/16x16/actions/format-justify-fill.png +share/icons/mate/16x16/actions/format-justify-left.png +share/icons/mate/16x16/actions/format-justify-right.png +share/icons/mate/16x16/actions/format-text-bold.png +share/icons/mate/16x16/actions/format-text-direction-ltr.png +share/icons/mate/16x16/actions/format-text-direction-rtl.png +share/icons/mate/16x16/actions/format-text-italic.png +share/icons/mate/16x16/actions/format-text-strikethrough.png +share/icons/mate/16x16/actions/format-text-underline.png +share/icons/mate/16x16/actions/forward.png +share/icons/mate/16x16/actions/gnome-lockscreen.png +share/icons/mate/16x16/actions/gnome-logout.png +share/icons/mate/16x16/actions/gnome-run.png +share/icons/mate/16x16/actions/gnome-searchtool.png +share/icons/mate/16x16/actions/gnome-shutdown.png +share/icons/mate/16x16/actions/gnome-stock-mail-fwd.png +share/icons/mate/16x16/actions/gnome-stock-mail-new.png +share/icons/mate/16x16/actions/gnome-stock-mail-rpl.png +share/icons/mate/16x16/actions/gnome-stock-mail-snd.png +share/icons/mate/16x16/actions/gnome-stock-text-indent.png +share/icons/mate/16x16/actions/gnome-stock-text-unindent.png +share/icons/mate/16x16/actions/go-bottom.png +share/icons/mate/16x16/actions/go-down.png +share/icons/mate/16x16/actions/go-first.png +share/icons/mate/16x16/actions/go-home.png +share/icons/mate/16x16/actions/go-jump.png +share/icons/mate/16x16/actions/go-last.png +share/icons/mate/16x16/actions/go-next.png +share/icons/mate/16x16/actions/go-previous.png +share/icons/mate/16x16/actions/go-top.png +share/icons/mate/16x16/actions/go-up.png +share/icons/mate/16x16/actions/gohome.png +share/icons/mate/16x16/actions/gtk-about.png +share/icons/mate/16x16/actions/gtk-add.png +share/icons/mate/16x16/actions/gtk-bold.png +share/icons/mate/16x16/actions/gtk-cancel.png +share/icons/mate/16x16/actions/gtk-clear.png +share/icons/mate/16x16/actions/gtk-close.png +share/icons/mate/16x16/actions/gtk-copy.png +share/icons/mate/16x16/actions/gtk-cut.png +share/icons/mate/16x16/actions/gtk-delete.png +share/icons/mate/16x16/actions/gtk-execute.png +share/icons/mate/16x16/actions/gtk-find-and-replace.png +share/icons/mate/16x16/actions/gtk-find.png +share/icons/mate/16x16/actions/gtk-fullscreen.png +share/icons/mate/16x16/actions/gtk-go-back-ltr.png +share/icons/mate/16x16/actions/gtk-go-back-rtl.png +share/icons/mate/16x16/actions/gtk-go-down.png +share/icons/mate/16x16/actions/gtk-go-forward-ltr.png +share/icons/mate/16x16/actions/gtk-go-forward-rtl.png +share/icons/mate/16x16/actions/gtk-go-up.png +share/icons/mate/16x16/actions/gtk-goto-bottom.png +share/icons/mate/16x16/actions/gtk-goto-first-ltr.png +share/icons/mate/16x16/actions/gtk-goto-first-rtl.png +share/icons/mate/16x16/actions/gtk-goto-last-ltr.png +share/icons/mate/16x16/actions/gtk-goto-last-rtl.png +share/icons/mate/16x16/actions/gtk-goto-top.png +share/icons/mate/16x16/actions/gtk-help.png +share/icons/mate/16x16/actions/gtk-home.png +share/icons/mate/16x16/actions/gtk-indent-ltr.png +share/icons/mate/16x16/actions/gtk-indent-rtl.png +share/icons/mate/16x16/actions/gtk-italic.png +share/icons/mate/16x16/actions/gtk-jump-to-ltr.png +share/icons/mate/16x16/actions/gtk-jump-to-rtl.png +share/icons/mate/16x16/actions/gtk-justify-center.png +share/icons/mate/16x16/actions/gtk-justify-fill.png +share/icons/mate/16x16/actions/gtk-justify-left.png +share/icons/mate/16x16/actions/gtk-justify-right.png +share/icons/mate/16x16/actions/gtk-leave-fullscreen.png +share/icons/mate/16x16/actions/gtk-media-forward-ltr.png +share/icons/mate/16x16/actions/gtk-media-forward-rtl.png +share/icons/mate/16x16/actions/gtk-media-next-ltr.png +share/icons/mate/16x16/actions/gtk-media-next-rtl.png +share/icons/mate/16x16/actions/gtk-media-pause.png +share/icons/mate/16x16/actions/gtk-media-play-ltr.png +share/icons/mate/16x16/actions/gtk-media-previous-ltr.png +share/icons/mate/16x16/actions/gtk-media-previous-rtl.png +share/icons/mate/16x16/actions/gtk-media-record.png +share/icons/mate/16x16/actions/gtk-media-rewind-ltr.png +share/icons/mate/16x16/actions/gtk-media-rewind-rtl.png +share/icons/mate/16x16/actions/gtk-media-stop.png +share/icons/mate/16x16/actions/gtk-new.png +share/icons/mate/16x16/actions/gtk-open.png +share/icons/mate/16x16/actions/gtk-paste.png +share/icons/mate/16x16/actions/gtk-print-preview.png +share/icons/mate/16x16/actions/gtk-print.png +share/icons/mate/16x16/actions/gtk-properties.png +share/icons/mate/16x16/actions/gtk-quit.png +share/icons/mate/16x16/actions/gtk-redo-ltr.png +share/icons/mate/16x16/actions/gtk-refresh.png +share/icons/mate/16x16/actions/gtk-remove.png +share/icons/mate/16x16/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/16x16/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/16x16/actions/gtk-save-as.png +share/icons/mate/16x16/actions/gtk-save.png +share/icons/mate/16x16/actions/gtk-select-all.png +share/icons/mate/16x16/actions/gtk-sort-ascending.png +share/icons/mate/16x16/actions/gtk-sort-descending.png +share/icons/mate/16x16/actions/gtk-spell-check.png +share/icons/mate/16x16/actions/gtk-stop.png +share/icons/mate/16x16/actions/gtk-strikethrough.png +share/icons/mate/16x16/actions/gtk-underline.png +share/icons/mate/16x16/actions/gtk-undo-ltr.png +share/icons/mate/16x16/actions/gtk-unindent-ltr.png +share/icons/mate/16x16/actions/gtk-unindent-rtl.png +share/icons/mate/16x16/actions/gtk-zoom-100.png +share/icons/mate/16x16/actions/gtk-zoom-fit.png +share/icons/mate/16x16/actions/gtk-zoom-in.png +share/icons/mate/16x16/actions/gtk-zoom-out.png +share/icons/mate/16x16/actions/help-about.png +share/icons/mate/16x16/actions/help-contents.png +share/icons/mate/16x16/actions/help-faq.png +share/icons/mate/16x16/actions/help.png +share/icons/mate/16x16/actions/insert-image.png +share/icons/mate/16x16/actions/insert-link.png +share/icons/mate/16x16/actions/insert-object.png +share/icons/mate/16x16/actions/insert-text.png +share/icons/mate/16x16/actions/kfind.png +share/icons/mate/16x16/actions/kfm_home.png +share/icons/mate/16x16/actions/leftjust.png +share/icons/mate/16x16/actions/list-add.png +share/icons/mate/16x16/actions/list-remove.png +share/icons/mate/16x16/actions/lock.png +share/icons/mate/16x16/actions/mail-forward.png +share/icons/mate/16x16/actions/mail-mark-important.png +share/icons/mate/16x16/actions/mail-mark-junk.png +share/icons/mate/16x16/actions/mail-mark-notjunk.png +share/icons/mate/16x16/actions/mail-mark-read.png +share/icons/mate/16x16/actions/mail-mark-unread.png +share/icons/mate/16x16/actions/mail-message-new.png +share/icons/mate/16x16/actions/mail-reply-all.png +share/icons/mate/16x16/actions/mail-reply-sender.png +share/icons/mate/16x16/actions/mail-send-receive.png +share/icons/mate/16x16/actions/mail-send.png +share/icons/mate/16x16/actions/mail_forward.png +share/icons/mate/16x16/actions/mail_new.png +share/icons/mate/16x16/actions/mail_reply.png +share/icons/mate/16x16/actions/mail_replyall.png +share/icons/mate/16x16/actions/mail_send.png +share/icons/mate/16x16/actions/mail_spam.png +share/icons/mate/16x16/actions/media-eject.png +share/icons/mate/16x16/actions/media-playback-pause.png +share/icons/mate/16x16/actions/media-playback-start.png +share/icons/mate/16x16/actions/media-playback-stop.png +share/icons/mate/16x16/actions/media-record.png +share/icons/mate/16x16/actions/media-seek-backward.png +share/icons/mate/16x16/actions/media-seek-forward.png +share/icons/mate/16x16/actions/media-skip-backward.png +share/icons/mate/16x16/actions/media-skip-forward.png +share/icons/mate/16x16/actions/next.png +share/icons/mate/16x16/actions/object-flip-horizontal.png +share/icons/mate/16x16/actions/object-flip-vertical.png +share/icons/mate/16x16/actions/object-rotate-left.png +share/icons/mate/16x16/actions/object-rotate-right.png +share/icons/mate/16x16/actions/player_eject.png +share/icons/mate/16x16/actions/player_end.png +share/icons/mate/16x16/actions/player_fwd.png +share/icons/mate/16x16/actions/player_pause.png +share/icons/mate/16x16/actions/player_play.png +share/icons/mate/16x16/actions/player_record.png +share/icons/mate/16x16/actions/player_rew.png +share/icons/mate/16x16/actions/player_start.png +share/icons/mate/16x16/actions/player_stop.png +share/icons/mate/16x16/actions/previous.png +share/icons/mate/16x16/actions/process-stop.png +share/icons/mate/16x16/actions/redhat-home.png +share/icons/mate/16x16/actions/redo.png +share/icons/mate/16x16/actions/reload.png +share/icons/mate/16x16/actions/reload3.png +share/icons/mate/16x16/actions/reload_all_tabs.png +share/icons/mate/16x16/actions/reload_page.png +share/icons/mate/16x16/actions/remove.png +share/icons/mate/16x16/actions/revert.png +share/icons/mate/16x16/actions/rightjust.png +share/icons/mate/16x16/actions/search.png +share/icons/mate/16x16/actions/start.png +share/icons/mate/16x16/actions/stock_about.png +share/icons/mate/16x16/actions/stock_add-bookmark.png +share/icons/mate/16x16/actions/stock_bottom.png +share/icons/mate/16x16/actions/stock_close.png +share/icons/mate/16x16/actions/stock_copy.png +share/icons/mate/16x16/actions/stock_cut.png +share/icons/mate/16x16/actions/stock_delete.png +share/icons/mate/16x16/actions/stock_down.png +share/icons/mate/16x16/actions/stock_file-properites.png +share/icons/mate/16x16/actions/stock_first.png +share/icons/mate/16x16/actions/stock_fullscreen.png +share/icons/mate/16x16/actions/stock_help-add-bookmark.png +share/icons/mate/16x16/actions/stock_help.png +share/icons/mate/16x16/actions/stock_home.png +share/icons/mate/16x16/actions/stock_last.png +share/icons/mate/16x16/actions/stock_leave-fullscreen.png +share/icons/mate/16x16/actions/stock_left.png +share/icons/mate/16x16/actions/stock_mail-compose.png +share/icons/mate/16x16/actions/stock_mail-forward.png +share/icons/mate/16x16/actions/stock_mail-reply-to-all.png +share/icons/mate/16x16/actions/stock_mail-reply.png +share/icons/mate/16x16/actions/stock_mail-send-receive.png +share/icons/mate/16x16/actions/stock_mail-send.png +share/icons/mate/16x16/actions/stock_media-fwd.png +share/icons/mate/16x16/actions/stock_media-next.png +share/icons/mate/16x16/actions/stock_media-pause.png +share/icons/mate/16x16/actions/stock_media-play.png +share/icons/mate/16x16/actions/stock_media-prev.png +share/icons/mate/16x16/actions/stock_media-rec.png +share/icons/mate/16x16/actions/stock_media-rew.png +share/icons/mate/16x16/actions/stock_media-stop.png +share/icons/mate/16x16/actions/stock_new-address-book.png +share/icons/mate/16x16/actions/stock_new-appointment.png +share/icons/mate/16x16/actions/stock_new-bcard.png +share/icons/mate/16x16/actions/stock_new-dir.png +share/icons/mate/16x16/actions/stock_new-tab.png +share/icons/mate/16x16/actions/stock_new-text.png +share/icons/mate/16x16/actions/stock_new-window.png +share/icons/mate/16x16/actions/stock_paste.png +share/icons/mate/16x16/actions/stock_print-preview.png +share/icons/mate/16x16/actions/stock_print-setup.png +share/icons/mate/16x16/actions/stock_print.png +share/icons/mate/16x16/actions/stock_properties.png +share/icons/mate/16x16/actions/stock_redo.png +share/icons/mate/16x16/actions/stock_refresh.png +share/icons/mate/16x16/actions/stock_right.png +share/icons/mate/16x16/actions/stock_save-as.png +share/icons/mate/16x16/actions/stock_save.png +share/icons/mate/16x16/actions/stock_search-and-replace.png +share/icons/mate/16x16/actions/stock_search.png +share/icons/mate/16x16/actions/stock_select-all.png +share/icons/mate/16x16/actions/stock_spam.png +share/icons/mate/16x16/actions/stock_spellcheck.png +share/icons/mate/16x16/actions/stock_stop.png +share/icons/mate/16x16/actions/stock_text-strikethrough.png +share/icons/mate/16x16/actions/stock_text_bold.png +share/icons/mate/16x16/actions/stock_text_center.png +share/icons/mate/16x16/actions/stock_text_indent.png +share/icons/mate/16x16/actions/stock_text_italic.png +share/icons/mate/16x16/actions/stock_text_justify.png +share/icons/mate/16x16/actions/stock_text_left.png +share/icons/mate/16x16/actions/stock_text_right.png +share/icons/mate/16x16/actions/stock_text_underlined.png +share/icons/mate/16x16/actions/stock_text_unindent.png +share/icons/mate/16x16/actions/stock_top.png +share/icons/mate/16x16/actions/stock_undo.png +share/icons/mate/16x16/actions/stock_up.png +share/icons/mate/16x16/actions/stock_zoom-1.png +share/icons/mate/16x16/actions/stock_zoom-in.png +share/icons/mate/16x16/actions/stock_zoom-out.png +share/icons/mate/16x16/actions/stock_zoom-page.png +share/icons/mate/16x16/actions/stop.png +share/icons/mate/16x16/actions/system-lock-screen.png +share/icons/mate/16x16/actions/system-log-out.png +share/icons/mate/16x16/actions/system-run.png +share/icons/mate/16x16/actions/system-search.png +share/icons/mate/16x16/actions/system-shutdown.png +share/icons/mate/16x16/actions/tab-new.png +share/icons/mate/16x16/actions/tab_new.png +share/icons/mate/16x16/actions/text_bold.png +share/icons/mate/16x16/actions/text_italic.png +share/icons/mate/16x16/actions/text_strike.png +share/icons/mate/16x16/actions/text_under.png +share/icons/mate/16x16/actions/tools-check-spelling.png +share/icons/mate/16x16/actions/top.png +share/icons/mate/16x16/actions/undo.png +share/icons/mate/16x16/actions/up.png +share/icons/mate/16x16/actions/view-fullscreen.png +share/icons/mate/16x16/actions/view-refresh.png +share/icons/mate/16x16/actions/view-restore.png +share/icons/mate/16x16/actions/view-sort-ascending.png +share/icons/mate/16x16/actions/view-sort-descending.png +share/icons/mate/16x16/actions/viewmag+.png +share/icons/mate/16x16/actions/viewmag-.png +share/icons/mate/16x16/actions/viewmag1.png +share/icons/mate/16x16/actions/viewmagfit.png +share/icons/mate/16x16/actions/window-close.png +share/icons/mate/16x16/actions/window-new.png +share/icons/mate/16x16/actions/window_fullscreen.png +share/icons/mate/16x16/actions/window_new.png +share/icons/mate/16x16/actions/window_nofullscreen.png +share/icons/mate/16x16/actions/xfce-system-exit.png +share/icons/mate/16x16/actions/xfce-system-lock.png +share/icons/mate/16x16/actions/zoom-best-fit.png +share/icons/mate/16x16/actions/zoom-fit-best.png +share/icons/mate/16x16/actions/zoom-in.png +share/icons/mate/16x16/actions/zoom-original.png +share/icons/mate/16x16/actions/zoom-out.png +share/icons/mate/16x16/animations/gnome-spinner.png +share/icons/mate/16x16/animations/process-working.png +share/icons/mate/16x16/apps/access.png +share/icons/mate/16x16/apps/accessibility-directory.png +share/icons/mate/16x16/apps/accessories-calculator.png +share/icons/mate/16x16/apps/accessories-character-map.png +share/icons/mate/16x16/apps/accessories-dictionary.png +share/icons/mate/16x16/apps/accessories-text-editor.png +share/icons/mate/16x16/apps/applets-screenshooter.png +share/icons/mate/16x16/apps/arts.png +share/icons/mate/16x16/apps/background.png +share/icons/mate/16x16/apps/calc.png +share/icons/mate/16x16/apps/config-language.png +share/icons/mate/16x16/apps/config-users.png +share/icons/mate/16x16/apps/dconf-editor.png +share/icons/mate/16x16/apps/file-manager.png +share/icons/mate/16x16/apps/fonts.png +share/icons/mate/16x16/apps/gnome-calculator.png +share/icons/mate/16x16/apps/gnome-character-map.png +share/icons/mate/16x16/apps/gnome-help.png +share/icons/mate/16x16/apps/gnome-mixer.png +share/icons/mate/16x16/apps/gnome-monitor.png +share/icons/mate/16x16/apps/gnome-remote-desktop.png +share/icons/mate/16x16/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/16x16/apps/gnome-settings-background.png +share/icons/mate/16x16/apps/gnome-settings-font.png +share/icons/mate/16x16/apps/gnome-settings-keybindings.png +share/icons/mate/16x16/apps/gnome-settings-theme.png +share/icons/mate/16x16/apps/gnome-terminal.png +share/icons/mate/16x16/apps/gnome-window-manager.png +share/icons/mate/16x16/apps/gucharmap.png +share/icons/mate/16x16/apps/help-browser.png +share/icons/mate/16x16/apps/kcalc.png +share/icons/mate/16x16/apps/kcharselect.png +share/icons/mate/16x16/apps/kcmkwm.png +share/icons/mate/16x16/apps/kcmsound.png +share/icons/mate/16x16/apps/kedit.png +share/icons/mate/16x16/apps/key_bindings.png +share/icons/mate/16x16/apps/kfm.png +share/icons/mate/16x16/apps/khelpcenter.png +share/icons/mate/16x16/apps/konsole.png +share/icons/mate/16x16/apps/krfb.png +share/icons/mate/16x16/apps/kscreensaver.png +share/icons/mate/16x16/apps/ksysguard.png +share/icons/mate/16x16/apps/kuser.png +share/icons/mate/16x16/apps/kwin.png +share/icons/mate/16x16/apps/locale.png +share/icons/mate/16x16/apps/logviewer.png +share/icons/mate/16x16/apps/mate.png +share/icons/mate/16x16/apps/multimedia-volume-control.png +share/icons/mate/16x16/apps/multimedia.png +share/icons/mate/16x16/apps/openterm.png +share/icons/mate/16x16/apps/preferences-desktop-accessibility.png +share/icons/mate/16x16/apps/preferences-desktop-default-applications.png +share/icons/mate/16x16/apps/preferences-desktop-display.png +share/icons/mate/16x16/apps/preferences-desktop-font.png +share/icons/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/16x16/apps/preferences-desktop-keyboard.png +share/icons/mate/16x16/apps/preferences-desktop-locale.png +share/icons/mate/16x16/apps/preferences-desktop-remote-desktop.png +share/icons/mate/16x16/apps/preferences-desktop-screensaver.png +share/icons/mate/16x16/apps/preferences-desktop-theme.png +share/icons/mate/16x16/apps/preferences-desktop-wallpaper.png +share/icons/mate/16x16/apps/preferences-system-windows.png +share/icons/mate/16x16/apps/redhat-filemanager.png +share/icons/mate/16x16/apps/screensaver.png +share/icons/mate/16x16/apps/style.png +share/icons/mate/16x16/apps/susehelpcenter.png +share/icons/mate/16x16/apps/system-config-users.png +share/icons/mate/16x16/apps/system-file-manager.png +share/icons/mate/16x16/apps/system-software-install.png +share/icons/mate/16x16/apps/system-software-update.png +share/icons/mate/16x16/apps/system-users.png +share/icons/mate/16x16/apps/terminal.png +share/icons/mate/16x16/apps/text-editor.png +share/icons/mate/16x16/apps/update-manager.png +share/icons/mate/16x16/apps/user-info.png +share/icons/mate/16x16/apps/utilities-system-monitor.png +share/icons/mate/16x16/apps/utilities-terminal.png +share/icons/mate/16x16/apps/volume-knob.png +share/icons/mate/16x16/apps/wallpaper.png +share/icons/mate/16x16/apps/web-browser.png +share/icons/mate/16x16/apps/xfce-filemanager.png +share/icons/mate/16x16/apps/xfce-terminal.png +share/icons/mate/16x16/apps/xfce4-backdrop.png +share/icons/mate/16x16/apps/xfce4-mixer.png +share/icons/mate/16x16/apps/xfwm4.png +share/icons/mate/16x16/apps/xscreensaver.png +share/icons/mate/16x16/apps/zen-icon.png +share/icons/mate/16x16/categories/applications-accessories.png +share/icons/mate/16x16/categories/applications-development.png +share/icons/mate/16x16/categories/applications-engineering.png +share/icons/mate/16x16/categories/applications-games.png +share/icons/mate/16x16/categories/applications-graphics.png +share/icons/mate/16x16/categories/applications-internet.png +share/icons/mate/16x16/categories/applications-multimedia.png +share/icons/mate/16x16/categories/applications-office.png +share/icons/mate/16x16/categories/applications-other.png +share/icons/mate/16x16/categories/applications-science.png +share/icons/mate/16x16/categories/applications-system.png +share/icons/mate/16x16/categories/applications-utilities.png +share/icons/mate/16x16/categories/gnome-applications.png +share/icons/mate/16x16/categories/gnome-control-center.png +share/icons/mate/16x16/categories/gnome-devel.png +share/icons/mate/16x16/categories/gnome-globe.png +share/icons/mate/16x16/categories/gnome-graphics.png +share/icons/mate/16x16/categories/gnome-joystick.png +share/icons/mate/16x16/categories/gnome-multimedia.png +share/icons/mate/16x16/categories/gnome-other.png +share/icons/mate/16x16/categories/gnome-settings.png +share/icons/mate/16x16/categories/gnome-system.png +share/icons/mate/16x16/categories/gnome-util.png +share/icons/mate/16x16/categories/gtk-preferences.png +share/icons/mate/16x16/categories/input_devices_settings.png +share/icons/mate/16x16/categories/kcontrol.png +share/icons/mate/16x16/categories/package_development.png +share/icons/mate/16x16/categories/package_games.png +share/icons/mate/16x16/categories/package_graphics.png +share/icons/mate/16x16/categories/package_multimedia.png +share/icons/mate/16x16/categories/package_network.png +share/icons/mate/16x16/categories/package_office.png +share/icons/mate/16x16/categories/package_settings.png +share/icons/mate/16x16/categories/package_system.png +share/icons/mate/16x16/categories/package_utilities.png +share/icons/mate/16x16/categories/preferences-desktop-peripherals.png +share/icons/mate/16x16/categories/preferences-desktop-personal.png +share/icons/mate/16x16/categories/preferences-desktop.png +share/icons/mate/16x16/categories/preferences-other.png +share/icons/mate/16x16/categories/preferences-system-network.png +share/icons/mate/16x16/categories/preferences-system.png +share/icons/mate/16x16/categories/redhat-accessories.png +share/icons/mate/16x16/categories/redhat-games.png +share/icons/mate/16x16/categories/redhat-graphics.png +share/icons/mate/16x16/categories/redhat-internet.png +share/icons/mate/16x16/categories/redhat-office.png +share/icons/mate/16x16/categories/redhat-preferences.png +share/icons/mate/16x16/categories/redhat-programming.png +share/icons/mate/16x16/categories/redhat-sound_video.png +share/icons/mate/16x16/categories/redhat-system_settings.png +share/icons/mate/16x16/categories/redhat-system_tools.png +share/icons/mate/16x16/categories/stock_internet.png +share/icons/mate/16x16/categories/system-help.png +share/icons/mate/16x16/categories/xfce-games.png +share/icons/mate/16x16/categories/xfce-graphics.png +share/icons/mate/16x16/categories/xfce-internet.png +share/icons/mate/16x16/categories/xfce-multimedia.png +share/icons/mate/16x16/categories/xfce-office.png +share/icons/mate/16x16/categories/xfce-system-settings.png +share/icons/mate/16x16/categories/xfce-utils.png +share/icons/mate/16x16/categories/xfce4-settings.png +share/icons/mate/16x16/devices/3floppy_unmount.png +share/icons/mate/16x16/devices/ac-adapter.png +share/icons/mate/16x16/devices/audio-card.png +share/icons/mate/16x16/devices/audio-input-microphone.png +share/icons/mate/16x16/devices/battery.png +share/icons/mate/16x16/devices/camera-photo.png +share/icons/mate/16x16/devices/camera-video.png +share/icons/mate/16x16/devices/camera-web.png +share/icons/mate/16x16/devices/camera.png +share/icons/mate/16x16/devices/camera_unmount.png +share/icons/mate/16x16/devices/cdrom_unmount.png +share/icons/mate/16x16/devices/cdwriter_unmount.png +share/icons/mate/16x16/devices/chardevice.png +share/icons/mate/16x16/devices/computer.png +share/icons/mate/16x16/devices/display.png +share/icons/mate/16x16/devices/drive-cdrom.png +share/icons/mate/16x16/devices/drive-harddisk.png +share/icons/mate/16x16/devices/drive-optical.png +share/icons/mate/16x16/devices/drive-removable-media.png +share/icons/mate/16x16/devices/dvd_unmount.png +share/icons/mate/16x16/devices/gnome-dev-battery.png +share/icons/mate/16x16/devices/gnome-dev-cdrom-audio.png +share/icons/mate/16x16/devices/gnome-dev-cdrom.png +share/icons/mate/16x16/devices/gnome-dev-computer.png +share/icons/mate/16x16/devices/gnome-dev-disc-cdr.png +share/icons/mate/16x16/devices/gnome-dev-disc-cdrw.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdr.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdram.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/16x16/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/16x16/devices/gnome-dev-dvd.png +share/icons/mate/16x16/devices/gnome-dev-ethernet.png +share/icons/mate/16x16/devices/gnome-dev-floppy.png +share/icons/mate/16x16/devices/gnome-dev-harddisk-1394.png +share/icons/mate/16x16/devices/gnome-dev-harddisk-usb.png +share/icons/mate/16x16/devices/gnome-dev-harddisk.png +share/icons/mate/16x16/devices/gnome-dev-ipod.png +share/icons/mate/16x16/devices/gnome-dev-keyboard.png +share/icons/mate/16x16/devices/gnome-dev-media-cf.png +share/icons/mate/16x16/devices/gnome-dev-media-ms.png +share/icons/mate/16x16/devices/gnome-dev-media-sdmmc.png +share/icons/mate/16x16/devices/gnome-dev-media-sm.png +share/icons/mate/16x16/devices/gnome-dev-mouse-ball.png +share/icons/mate/16x16/devices/gnome-dev-mouse-optical.png +share/icons/mate/16x16/devices/gnome-dev-printer.png +share/icons/mate/16x16/devices/gnome-dev-removable-1394.png +share/icons/mate/16x16/devices/gnome-dev-removable-usb.png +share/icons/mate/16x16/devices/gnome-dev-removable.png +share/icons/mate/16x16/devices/gnome-dev-wavelan.png +share/icons/mate/16x16/devices/gnome-fs-client.png +share/icons/mate/16x16/devices/gnome-modem.png +share/icons/mate/16x16/devices/gnome-stock-mic.png +share/icons/mate/16x16/devices/gtk-cdrom.png +share/icons/mate/16x16/devices/gtk-floppy.png +share/icons/mate/16x16/devices/gtk-harddisk.png +share/icons/mate/16x16/devices/harddrive.png +share/icons/mate/16x16/devices/hdd_unmount.png +share/icons/mate/16x16/devices/input-gaming.png +share/icons/mate/16x16/devices/input-keyboard.png +share/icons/mate/16x16/devices/input-mouse.png +share/icons/mate/16x16/devices/input-tablet.png +share/icons/mate/16x16/devices/input-touchpad.png +share/icons/mate/16x16/devices/ipod_mount.png +share/icons/mate/16x16/devices/joystick.png +share/icons/mate/16x16/devices/keyboard.png +share/icons/mate/16x16/devices/kjobviewer.png +share/icons/mate/16x16/devices/kxkb.png +share/icons/mate/16x16/devices/media-cdrom.png +share/icons/mate/16x16/devices/media-flash.png +share/icons/mate/16x16/devices/media-floppy.png +share/icons/mate/16x16/devices/media-optical.png +share/icons/mate/16x16/devices/media-tape.png +share/icons/mate/16x16/devices/modem.png +share/icons/mate/16x16/devices/mouse.png +share/icons/mate/16x16/devices/multimedia-player.png +share/icons/mate/16x16/devices/network-wired.png +share/icons/mate/16x16/devices/network-wireless.png +share/icons/mate/16x16/devices/pda.png +share/icons/mate/16x16/devices/phone.png +share/icons/mate/16x16/devices/printer-remote.png +share/icons/mate/16x16/devices/printer.png +share/icons/mate/16x16/devices/printer1.png +share/icons/mate/16x16/devices/printmgr.png +share/icons/mate/16x16/devices/scanner.png +share/icons/mate/16x16/devices/stock_cell-phone.png +share/icons/mate/16x16/devices/stock_mic.png +share/icons/mate/16x16/devices/stock_printers.png +share/icons/mate/16x16/devices/system-floppy.png +share/icons/mate/16x16/devices/system.png +share/icons/mate/16x16/devices/usbpendrive_unmount.png +share/icons/mate/16x16/devices/video-display.png +share/icons/mate/16x16/devices/xfce-printer.png +share/icons/mate/16x16/devices/xfce4-display.png +share/icons/mate/16x16/devices/xfce4-keyboard.png +share/icons/mate/16x16/devices/xfce4-mouse.png +share/icons/mate/16x16/devices/yast_HD.png +share/icons/mate/16x16/devices/yast_idetude.png +share/icons/mate/16x16/devices/yast_joystick.png +share/icons/mate/16x16/devices/yast_mouse.png +share/icons/mate/16x16/devices/yast_printer.png +share/icons/mate/16x16/devices/yast_soundcard.png +share/icons/mate/16x16/emblems/emblem-default.png +share/icons/mate/16x16/emblems/emblem-documents.png +share/icons/mate/16x16/emblems/emblem-downloads.png +share/icons/mate/16x16/emblems/emblem-favorite.png +share/icons/mate/16x16/emblems/emblem-generic.png +share/icons/mate/16x16/emblems/emblem-important.png +share/icons/mate/16x16/emblems/emblem-mail.png +share/icons/mate/16x16/emblems/emblem-new.png +share/icons/mate/16x16/emblems/emblem-noread.png +share/icons/mate/16x16/emblems/emblem-nowrite.png +share/icons/mate/16x16/emblems/emblem-package.png +share/icons/mate/16x16/emblems/emblem-photos.png +share/icons/mate/16x16/emblems/emblem-readonly.png +share/icons/mate/16x16/emblems/emblem-shared.png +share/icons/mate/16x16/emblems/emblem-symbolic-link.png +share/icons/mate/16x16/emblems/emblem-synchronizing.png +share/icons/mate/16x16/emblems/emblem-system.png +share/icons/mate/16x16/emblems/emblem-unreadable.png +share/icons/mate/16x16/emblems/emblem-urgent.png +share/icons/mate/16x16/emblems/emblem-web.png +share/icons/mate/16x16/emotes/face-angel.png +share/icons/mate/16x16/emotes/face-angry.png +share/icons/mate/16x16/emotes/face-cool.png +share/icons/mate/16x16/emotes/face-crying.png +share/icons/mate/16x16/emotes/face-devilish.png +share/icons/mate/16x16/emotes/face-embarrassed.png +share/icons/mate/16x16/emotes/face-glasses.png +share/icons/mate/16x16/emotes/face-kiss.png +share/icons/mate/16x16/emotes/face-laugh.png +share/icons/mate/16x16/emotes/face-monkey.png +share/icons/mate/16x16/emotes/face-plain.png +share/icons/mate/16x16/emotes/face-raspberry.png +share/icons/mate/16x16/emotes/face-sad.png +share/icons/mate/16x16/emotes/face-sick.png +share/icons/mate/16x16/emotes/face-smile-big.png +share/icons/mate/16x16/emotes/face-smile.png +share/icons/mate/16x16/emotes/face-smirk.png +share/icons/mate/16x16/emotes/face-surprise.png +share/icons/mate/16x16/emotes/face-tired.png +share/icons/mate/16x16/emotes/face-uncertain.png +share/icons/mate/16x16/emotes/face-wink.png +share/icons/mate/16x16/emotes/face-worried.png +share/icons/mate/16x16/emotes/stock_smiley-1.png +share/icons/mate/16x16/emotes/stock_smiley-10.png +share/icons/mate/16x16/emotes/stock_smiley-11.png +share/icons/mate/16x16/emotes/stock_smiley-13.png +share/icons/mate/16x16/emotes/stock_smiley-15.png +share/icons/mate/16x16/emotes/stock_smiley-18.png +share/icons/mate/16x16/emotes/stock_smiley-2.png +share/icons/mate/16x16/emotes/stock_smiley-22.png +share/icons/mate/16x16/emotes/stock_smiley-3.png +share/icons/mate/16x16/emotes/stock_smiley-4.png +share/icons/mate/16x16/emotes/stock_smiley-5.png +share/icons/mate/16x16/emotes/stock_smiley-6.png +share/icons/mate/16x16/emotes/stock_smiley-7.png +share/icons/mate/16x16/emotes/stock_smiley-8.png +share/icons/mate/16x16/mimetypes/application-certificate.png +share/icons/mate/16x16/mimetypes/application-pdf.png +share/icons/mate/16x16/mimetypes/application-pgp-encrypted.png +share/icons/mate/16x16/mimetypes/application-rss+xml.png +share/icons/mate/16x16/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/16x16/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/16x16/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/16x16/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/16x16/mimetypes/application-x-bittorrent.png +share/icons/mate/16x16/mimetypes/application-x-blender.png +share/icons/mate/16x16/mimetypes/application-x-cd-image.png +share/icons/mate/16x16/mimetypes/application-x-desktop.png +share/icons/mate/16x16/mimetypes/application-x-executable.png +share/icons/mate/16x16/mimetypes/application-x-homebank.png +share/icons/mate/16x16/mimetypes/application-x-java-archive.png +share/icons/mate/16x16/mimetypes/application-x-java.png +share/icons/mate/16x16/mimetypes/application-x-javascript.png +share/icons/mate/16x16/mimetypes/application-x-keepass.png +share/icons/mate/16x16/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/16x16/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/16x16/mimetypes/application-x-package-list.png +share/icons/mate/16x16/mimetypes/application-x-perl.png +share/icons/mate/16x16/mimetypes/application-x-php.png +share/icons/mate/16x16/mimetypes/application-x-planner.png +share/icons/mate/16x16/mimetypes/application-x-python-bytecode.png +share/icons/mate/16x16/mimetypes/application-x-remote-connection.png +share/icons/mate/16x16/mimetypes/application-x-ruby.png +share/icons/mate/16x16/mimetypes/application-x-theme.png +share/icons/mate/16x16/mimetypes/application-x-vnc.png +share/icons/mate/16x16/mimetypes/ascii.png +share/icons/mate/16x16/mimetypes/audio-x-generic.png +share/icons/mate/16x16/mimetypes/binary.png +share/icons/mate/16x16/mimetypes/contents2.png +share/icons/mate/16x16/mimetypes/deb.png +share/icons/mate/16x16/mimetypes/document.png +share/icons/mate/16x16/mimetypes/empty.png +share/icons/mate/16x16/mimetypes/exec.png +share/icons/mate/16x16/mimetypes/folder_tar.png +share/icons/mate/16x16/mimetypes/font-x-generic.png +share/icons/mate/16x16/mimetypes/font.png +share/icons/mate/16x16/mimetypes/font_bitmap.png +share/icons/mate/16x16/mimetypes/font_truetype.png +share/icons/mate/16x16/mimetypes/font_type1.png +share/icons/mate/16x16/mimetypes/gnome-fs-executable.png +share/icons/mate/16x16/mimetypes/gnome-fs-regular.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-msword.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/16x16/mimetypes/gnome-mime-application-zip.png +share/icons/mate/16x16/mimetypes/gnome-mime-audio.png +share/icons/mate/16x16/mimetypes/gnome-mime-image.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-html.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/16x16/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/16x16/mimetypes/gnome-mime-text.png +share/icons/mate/16x16/mimetypes/gnome-mime-video.png +share/icons/mate/16x16/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/16x16/mimetypes/gnome-package.png +share/icons/mate/16x16/mimetypes/gtk-file.png +share/icons/mate/16x16/mimetypes/html.png +share/icons/mate/16x16/mimetypes/image-svg+xml-compressed.png +share/icons/mate/16x16/mimetypes/image-svg+xml.png +share/icons/mate/16x16/mimetypes/image-x-compressed-xcf.png +share/icons/mate/16x16/mimetypes/image-x-generic.png +share/icons/mate/16x16/mimetypes/image-x-xcf.png +share/icons/mate/16x16/mimetypes/image.png +share/icons/mate/16x16/mimetypes/kpresenter_kpr.png +share/icons/mate/16x16/mimetypes/mime_ascii.png +share/icons/mate/16x16/mimetypes/misc.png +share/icons/mate/16x16/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-drawing.png +share/icons/mate/16x16/mimetypes/openofficeorg-extension.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/16x16/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-presentation.png +share/icons/mate/16x16/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/16x16/mimetypes/openofficeorg-text-template.png +share/icons/mate/16x16/mimetypes/openofficeorg-text.png +share/icons/mate/16x16/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-drawing.png +share/icons/mate/16x16/mimetypes/openofficeorg3-extension.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/16x16/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-presentation.png +share/icons/mate/16x16/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/16x16/mimetypes/openofficeorg3-text-template.png +share/icons/mate/16x16/mimetypes/openofficeorg3-text.png +share/icons/mate/16x16/mimetypes/package-x-generic.png +share/icons/mate/16x16/mimetypes/package.png +share/icons/mate/16x16/mimetypes/package_editors.png +share/icons/mate/16x16/mimetypes/package_wordprocessing.png +share/icons/mate/16x16/mimetypes/plan.png +share/icons/mate/16x16/mimetypes/rpm.png +share/icons/mate/16x16/mimetypes/shellscript.png +share/icons/mate/16x16/mimetypes/sound.png +share/icons/mate/16x16/mimetypes/spreadsheet.png +share/icons/mate/16x16/mimetypes/stock_addressbook.png +share/icons/mate/16x16/mimetypes/stock_calendar.png +share/icons/mate/16x16/mimetypes/stock_certificate.png +share/icons/mate/16x16/mimetypes/stock_script.png +share/icons/mate/16x16/mimetypes/tar.png +share/icons/mate/16x16/mimetypes/template_source.png +share/icons/mate/16x16/mimetypes/text-css.png +share/icons/mate/16x16/mimetypes/text-csv.png +share/icons/mate/16x16/mimetypes/text-html.png +share/icons/mate/16x16/mimetypes/text-x-apport.png +share/icons/mate/16x16/mimetypes/text-x-authors.png +share/icons/mate/16x16/mimetypes/text-x-boo.png +share/icons/mate/16x16/mimetypes/text-x-c++hdr.png +share/icons/mate/16x16/mimetypes/text-x-c++src.png +share/icons/mate/16x16/mimetypes/text-x-changelog.png +share/icons/mate/16x16/mimetypes/text-x-chdr.png +share/icons/mate/16x16/mimetypes/text-x-copying.png +share/icons/mate/16x16/mimetypes/text-x-csharp.png +share/icons/mate/16x16/mimetypes/text-x-csrc.png +share/icons/mate/16x16/mimetypes/text-x-generic-template.png +share/icons/mate/16x16/mimetypes/text-x-generic.png +share/icons/mate/16x16/mimetypes/text-x-install.png +share/icons/mate/16x16/mimetypes/text-x-java.png +share/icons/mate/16x16/mimetypes/text-x-log.png +share/icons/mate/16x16/mimetypes/text-x-makefile.png +share/icons/mate/16x16/mimetypes/text-x-opml+xml.png +share/icons/mate/16x16/mimetypes/text-x-patch.png +share/icons/mate/16x16/mimetypes/text-x-preview.png +share/icons/mate/16x16/mimetypes/text-x-python.png +share/icons/mate/16x16/mimetypes/text-x-readme.png +share/icons/mate/16x16/mimetypes/text-x-script.png +share/icons/mate/16x16/mimetypes/tgz.png +share/icons/mate/16x16/mimetypes/txt.png +share/icons/mate/16x16/mimetypes/txt2.png +share/icons/mate/16x16/mimetypes/unknown.png +share/icons/mate/16x16/mimetypes/vcalendar.png +share/icons/mate/16x16/mimetypes/vcard.png +share/icons/mate/16x16/mimetypes/video-x-generic.png +share/icons/mate/16x16/mimetypes/video.png +share/icons/mate/16x16/mimetypes/wordprocessing.png +share/icons/mate/16x16/mimetypes/www.png +share/icons/mate/16x16/mimetypes/x-office-address-book.png +share/icons/mate/16x16/mimetypes/x-office-calendar.png +share/icons/mate/16x16/mimetypes/x-office-document-template.png +share/icons/mate/16x16/mimetypes/x-office-document.png +share/icons/mate/16x16/mimetypes/x-office-drawing-template.png +share/icons/mate/16x16/mimetypes/x-office-drawing.png +share/icons/mate/16x16/mimetypes/x-office-presentation-template.png +share/icons/mate/16x16/mimetypes/x-office-presentation.png +share/icons/mate/16x16/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/16x16/mimetypes/x-office-spreadsheet.png +share/icons/mate/16x16/mimetypes/zip.png +share/icons/mate/16x16/places/application-x-gnome-saved-search.png +share/icons/mate/16x16/places/desktop.png +share/icons/mate/16x16/places/distributor-logo.png +share/icons/mate/16x16/places/emptytrash.png +share/icons/mate/16x16/places/folder-documents.png +share/icons/mate/16x16/places/folder-download.png +share/icons/mate/16x16/places/folder-music.png +share/icons/mate/16x16/places/folder-pictures.png +share/icons/mate/16x16/places/folder-publicshare.png +share/icons/mate/16x16/places/folder-remote.png +share/icons/mate/16x16/places/folder-saved-search.png +share/icons/mate/16x16/places/folder-templates.png +share/icons/mate/16x16/places/folder-videos.png +share/icons/mate/16x16/places/folder.png +share/icons/mate/16x16/places/folder_home.png +share/icons/mate/16x16/places/gnome-fs-desktop.png +share/icons/mate/16x16/places/gnome-fs-directory.png +share/icons/mate/16x16/places/gnome-fs-ftp.png +share/icons/mate/16x16/places/gnome-fs-home.png +share/icons/mate/16x16/places/gnome-fs-network.png +share/icons/mate/16x16/places/gnome-fs-nfs.png +share/icons/mate/16x16/places/gnome-fs-server.png +share/icons/mate/16x16/places/gnome-fs-share.png +share/icons/mate/16x16/places/gnome-fs-smb.png +share/icons/mate/16x16/places/gnome-fs-ssh.png +share/icons/mate/16x16/places/gnome-fs-trash-empty.png +share/icons/mate/16x16/places/gnome-main-menu.png +share/icons/mate/16x16/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/16x16/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/16x16/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/16x16/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/16x16/places/gnome-stock-trash.png +share/icons/mate/16x16/places/gtk-directory.png +share/icons/mate/16x16/places/gtk-network.png +share/icons/mate/16x16/places/inode-directory.png +share/icons/mate/16x16/places/network-server.png +share/icons/mate/16x16/places/network-workgroup.png +share/icons/mate/16x16/places/network.png +share/icons/mate/16x16/places/network_local.png +share/icons/mate/16x16/places/novell-button.png +share/icons/mate/16x16/places/redhat-network-server.png +share/icons/mate/16x16/places/server.png +share/icons/mate/16x16/places/start-here.png +share/icons/mate/16x16/places/stock_folder.png +share/icons/mate/16x16/places/trashcan_empty.png +share/icons/mate/16x16/places/user-bookmarks.png +share/icons/mate/16x16/places/user-desktop.png +share/icons/mate/16x16/places/user-home.png +share/icons/mate/16x16/places/user-trash.png +share/icons/mate/16x16/places/xfce-trash_empty.png +share/icons/mate/16x16/status/appointment-missed.png +share/icons/mate/16x16/status/appointment-soon.png +share/icons/mate/16x16/status/audio-volume-high.png +share/icons/mate/16x16/status/audio-volume-low.png +share/icons/mate/16x16/status/audio-volume-medium.png +share/icons/mate/16x16/status/audio-volume-muted.png +share/icons/mate/16x16/status/avatar-default.png +share/icons/mate/16x16/status/battery-caution-charging.png +share/icons/mate/16x16/status/battery-caution.png +share/icons/mate/16x16/status/battery-empty.png +share/icons/mate/16x16/status/battery-full-charged.png +share/icons/mate/16x16/status/battery-full-charging.png +share/icons/mate/16x16/status/battery-full.png +share/icons/mate/16x16/status/battery-good-charging.png +share/icons/mate/16x16/status/battery-good.png +share/icons/mate/16x16/status/battery-low-charging.png +share/icons/mate/16x16/status/battery-low.png +share/icons/mate/16x16/status/battery-missing.png +share/icons/mate/16x16/status/changes-allow.png +share/icons/mate/16x16/status/changes-prevent.png +share/icons/mate/16x16/status/connect_creating.png +share/icons/mate/16x16/status/connect_established.png +share/icons/mate/16x16/status/connect_no.png +share/icons/mate/16x16/status/dialog-error.png +share/icons/mate/16x16/status/dialog-information.png +share/icons/mate/16x16/status/dialog-password.png +share/icons/mate/16x16/status/dialog-question.png +share/icons/mate/16x16/status/dialog-warning.png +share/icons/mate/16x16/status/edittrash.png +share/icons/mate/16x16/status/error.png +share/icons/mate/16x16/status/folder-drag-accept.png +share/icons/mate/16x16/status/folder-open.png +share/icons/mate/16x16/status/folder-visiting.png +share/icons/mate/16x16/status/folder_open.png +share/icons/mate/16x16/status/gnome-dev-wavelan-encrypted.png +share/icons/mate/16x16/status/gnome-fs-directory-accept.png +share/icons/mate/16x16/status/gnome-fs-directory-visiting.png +share/icons/mate/16x16/status/gnome-fs-loading-icon.png +share/icons/mate/16x16/status/gnome-fs-trash-full.png +share/icons/mate/16x16/status/gnome-netstatus-disconn.png +share/icons/mate/16x16/status/gnome-netstatus-error.png +share/icons/mate/16x16/status/gnome-netstatus-idle.png +share/icons/mate/16x16/status/gnome-netstatus-rx.png +share/icons/mate/16x16/status/gnome-netstatus-tx.png +share/icons/mate/16x16/status/gnome-netstatus-txrx.png +share/icons/mate/16x16/status/gnome-stock-trash-full.png +share/icons/mate/16x16/status/gtk-dialog-authentication.png +share/icons/mate/16x16/status/gtk-dialog-error.png +share/icons/mate/16x16/status/gtk-dialog-info.png +share/icons/mate/16x16/status/gtk-dialog-question.png +share/icons/mate/16x16/status/gtk-dialog-warning.png +share/icons/mate/16x16/status/gtk-missing-image.png +share/icons/mate/16x16/status/image-loading.png +share/icons/mate/16x16/status/image-missing.png +share/icons/mate/16x16/status/important.png +share/icons/mate/16x16/status/info.png +share/icons/mate/16x16/status/mail-attachment.png +share/icons/mate/16x16/status/mail-read.png +share/icons/mate/16x16/status/mail-replied.png +share/icons/mate/16x16/status/mail-signed-verified.png +share/icons/mate/16x16/status/mail-signed.png +share/icons/mate/16x16/status/mail-unread.png +share/icons/mate/16x16/status/media-playlist-repeat.png +share/icons/mate/16x16/status/media-playlist-shuffle.png +share/icons/mate/16x16/status/messagebox_critical.png +share/icons/mate/16x16/status/messagebox_info.png +share/icons/mate/16x16/status/messagebox_warning.png +share/icons/mate/16x16/status/network-error.png +share/icons/mate/16x16/status/network-idle.png +share/icons/mate/16x16/status/network-offline.png +share/icons/mate/16x16/status/network-receive.png +share/icons/mate/16x16/status/network-transmit-receive.png +share/icons/mate/16x16/status/network-transmit.png +share/icons/mate/16x16/status/network-wireless-encrypted.png +share/icons/mate/16x16/status/nm-adhoc.png +share/icons/mate/16x16/status/nm-device-wired.png +share/icons/mate/16x16/status/nm-device-wireless.png +share/icons/mate/16x16/status/nm-no-connection.png +share/icons/mate/16x16/status/printer-error.png +share/icons/mate/16x16/status/printer-printing.png +share/icons/mate/16x16/status/security-high.png +share/icons/mate/16x16/status/security-low.png +share/icons/mate/16x16/status/security-medium.png +share/icons/mate/16x16/status/software-update-available.png +share/icons/mate/16x16/status/software-update-urgent.png +share/icons/mate/16x16/status/stock_appointment-reminder-excl.png +share/icons/mate/16x16/status/stock_appointment-reminder.png +share/icons/mate/16x16/status/stock_attach.png +share/icons/mate/16x16/status/stock_dialog-error.png +share/icons/mate/16x16/status/stock_dialog-info.png +share/icons/mate/16x16/status/stock_dialog-question.png +share/icons/mate/16x16/status/stock_dialog-warning.png +share/icons/mate/16x16/status/stock_lock-broken.png +share/icons/mate/16x16/status/stock_lock-ok.png +share/icons/mate/16x16/status/stock_lock-open.png +share/icons/mate/16x16/status/stock_lock.png +share/icons/mate/16x16/status/stock_mail-open.png +share/icons/mate/16x16/status/stock_mail-replied.png +share/icons/mate/16x16/status/stock_mail-unread.png +share/icons/mate/16x16/status/stock_open.png +share/icons/mate/16x16/status/stock_repeat.png +share/icons/mate/16x16/status/stock_shuffle.png +share/icons/mate/16x16/status/stock_trash_full.png +share/icons/mate/16x16/status/stock_volume-0.png +share/icons/mate/16x16/status/stock_volume-max.png +share/icons/mate/16x16/status/stock_volume-med.png +share/icons/mate/16x16/status/stock_volume-min.png +share/icons/mate/16x16/status/stock_volume-mute.png +share/icons/mate/16x16/status/stock_volume.png +share/icons/mate/16x16/status/stock_weather-cloudy.png +share/icons/mate/16x16/status/stock_weather-few-clouds.png +share/icons/mate/16x16/status/stock_weather-fog.png +share/icons/mate/16x16/status/stock_weather-night-clear.png +share/icons/mate/16x16/status/stock_weather-night-few-clouds.png +share/icons/mate/16x16/status/stock_weather-showers.png +share/icons/mate/16x16/status/stock_weather-snow.png +share/icons/mate/16x16/status/stock_weather-storm.png +share/icons/mate/16x16/status/stock_weather-sunny.png +share/icons/mate/16x16/status/sunny.png +share/icons/mate/16x16/status/task-due.png +share/icons/mate/16x16/status/task-past-due.png +share/icons/mate/16x16/status/trashcan_full.png +share/icons/mate/16x16/status/user-available.png +share/icons/mate/16x16/status/user-away.png +share/icons/mate/16x16/status/user-busy.png +share/icons/mate/16x16/status/user-idle.png +share/icons/mate/16x16/status/user-invisible.png +share/icons/mate/16x16/status/user-offline.png +share/icons/mate/16x16/status/user-trash-full.png +share/icons/mate/16x16/status/weather-clear-night.png +share/icons/mate/16x16/status/weather-clear.png +share/icons/mate/16x16/status/weather-few-clouds-night.png +share/icons/mate/16x16/status/weather-few-clouds.png +share/icons/mate/16x16/status/weather-fog.png +share/icons/mate/16x16/status/weather-overcast.png +share/icons/mate/16x16/status/weather-severe-alert.png +share/icons/mate/16x16/status/weather-showers-scattered.png +share/icons/mate/16x16/status/weather-showers.png +share/icons/mate/16x16/status/weather-snow.png +share/icons/mate/16x16/status/weather-storm.png +share/icons/mate/16x16/status/xfce-trash_full.png +share/icons/mate/22x22/actions/add.png +share/icons/mate/22x22/actions/address-book-new.png +share/icons/mate/22x22/actions/application-exit.png +share/icons/mate/22x22/actions/appointment-new.png +share/icons/mate/22x22/actions/appointment.png +share/icons/mate/22x22/actions/back.png +share/icons/mate/22x22/actions/bookmark-new.png +share/icons/mate/22x22/actions/bookmark_add.png +share/icons/mate/22x22/actions/bookmarks_list_add.png +share/icons/mate/22x22/actions/bottom.png +share/icons/mate/22x22/actions/call-start.png +share/icons/mate/22x22/actions/call-stop.png +share/icons/mate/22x22/actions/centrejust.png +share/icons/mate/22x22/actions/contact-new.png +share/icons/mate/22x22/actions/document-new.png +share/icons/mate/22x22/actions/document-open-recent.png +share/icons/mate/22x22/actions/document-open.png +share/icons/mate/22x22/actions/document-page-setup.png +share/icons/mate/22x22/actions/document-print-preview.png +share/icons/mate/22x22/actions/document-print.png +share/icons/mate/22x22/actions/document-properties.png +share/icons/mate/22x22/actions/document-revert.png +share/icons/mate/22x22/actions/document-save-as.png +share/icons/mate/22x22/actions/document-save.png +share/icons/mate/22x22/actions/document-send.png +share/icons/mate/22x22/actions/down.png +share/icons/mate/22x22/actions/edit-clear.png +share/icons/mate/22x22/actions/edit-copy.png +share/icons/mate/22x22/actions/edit-cut.png +share/icons/mate/22x22/actions/edit-delete.png +share/icons/mate/22x22/actions/edit-find-replace.png +share/icons/mate/22x22/actions/edit-find.png +share/icons/mate/22x22/actions/edit-paste.png +share/icons/mate/22x22/actions/edit-redo.png +share/icons/mate/22x22/actions/edit-select-all.png +share/icons/mate/22x22/actions/edit-undo.png +share/icons/mate/22x22/actions/editclear.png +share/icons/mate/22x22/actions/editcopy.png +share/icons/mate/22x22/actions/editcut.png +share/icons/mate/22x22/actions/editdelete.png +share/icons/mate/22x22/actions/editpaste.png +share/icons/mate/22x22/actions/exit.png +share/icons/mate/22x22/actions/filefind.png +share/icons/mate/22x22/actions/filenew.png +share/icons/mate/22x22/actions/fileopen.png +share/icons/mate/22x22/actions/fileprint.png +share/icons/mate/22x22/actions/filequickprint.png +share/icons/mate/22x22/actions/filesave.png +share/icons/mate/22x22/actions/filesaveas.png +share/icons/mate/22x22/actions/find.png +share/icons/mate/22x22/actions/finish.png +share/icons/mate/22x22/actions/folder-new.png +share/icons/mate/22x22/actions/folder_new.png +share/icons/mate/22x22/actions/format-indent-less.png +share/icons/mate/22x22/actions/format-indent-more.png +share/icons/mate/22x22/actions/format-justify-center.png +share/icons/mate/22x22/actions/format-justify-fill.png +share/icons/mate/22x22/actions/format-justify-left.png +share/icons/mate/22x22/actions/format-justify-right.png +share/icons/mate/22x22/actions/format-text-bold.png +share/icons/mate/22x22/actions/format-text-direction-ltr.png +share/icons/mate/22x22/actions/format-text-direction-rtl.png +share/icons/mate/22x22/actions/format-text-italic.png +share/icons/mate/22x22/actions/format-text-strikethrough.png +share/icons/mate/22x22/actions/format-text-underline.png +share/icons/mate/22x22/actions/forward.png +share/icons/mate/22x22/actions/gnome-lockscreen.png +share/icons/mate/22x22/actions/gnome-logout.png +share/icons/mate/22x22/actions/gnome-run.png +share/icons/mate/22x22/actions/gnome-searchtool.png +share/icons/mate/22x22/actions/gnome-shutdown.png +share/icons/mate/22x22/actions/gnome-stock-mail-fwd.png +share/icons/mate/22x22/actions/gnome-stock-mail-new.png +share/icons/mate/22x22/actions/gnome-stock-mail-rpl.png +share/icons/mate/22x22/actions/gnome-stock-mail-snd.png +share/icons/mate/22x22/actions/gnome-stock-text-indent.png +share/icons/mate/22x22/actions/gnome-stock-text-unindent.png +share/icons/mate/22x22/actions/go-bottom.png +share/icons/mate/22x22/actions/go-down.png +share/icons/mate/22x22/actions/go-first.png +share/icons/mate/22x22/actions/go-home.png +share/icons/mate/22x22/actions/go-jump.png +share/icons/mate/22x22/actions/go-last.png +share/icons/mate/22x22/actions/go-next.png +share/icons/mate/22x22/actions/go-previous.png +share/icons/mate/22x22/actions/go-top.png +share/icons/mate/22x22/actions/go-up.png +share/icons/mate/22x22/actions/gohome.png +share/icons/mate/22x22/actions/gtk-about.png +share/icons/mate/22x22/actions/gtk-add.png +share/icons/mate/22x22/actions/gtk-bold.png +share/icons/mate/22x22/actions/gtk-cancel.png +share/icons/mate/22x22/actions/gtk-clear.png +share/icons/mate/22x22/actions/gtk-close.png +share/icons/mate/22x22/actions/gtk-copy.png +share/icons/mate/22x22/actions/gtk-cut.png +share/icons/mate/22x22/actions/gtk-delete.png +share/icons/mate/22x22/actions/gtk-execute.png +share/icons/mate/22x22/actions/gtk-find-and-replace.png +share/icons/mate/22x22/actions/gtk-find.png +share/icons/mate/22x22/actions/gtk-fullscreen.png +share/icons/mate/22x22/actions/gtk-go-back-ltr.png +share/icons/mate/22x22/actions/gtk-go-back-rtl.png +share/icons/mate/22x22/actions/gtk-go-down.png +share/icons/mate/22x22/actions/gtk-go-forward-ltr.png +share/icons/mate/22x22/actions/gtk-go-forward-rtl.png +share/icons/mate/22x22/actions/gtk-go-up.png +share/icons/mate/22x22/actions/gtk-goto-bottom.png +share/icons/mate/22x22/actions/gtk-goto-first-ltr.png +share/icons/mate/22x22/actions/gtk-goto-first-rtl.png +share/icons/mate/22x22/actions/gtk-goto-last-ltr.png +share/icons/mate/22x22/actions/gtk-goto-last-rtl.png +share/icons/mate/22x22/actions/gtk-goto-top.png +share/icons/mate/22x22/actions/gtk-help.png +share/icons/mate/22x22/actions/gtk-home.png +share/icons/mate/22x22/actions/gtk-indent-ltr.png +share/icons/mate/22x22/actions/gtk-indent-rtl.png +share/icons/mate/22x22/actions/gtk-italic.png +share/icons/mate/22x22/actions/gtk-jump-to-ltr.png +share/icons/mate/22x22/actions/gtk-jump-to-rtl.png +share/icons/mate/22x22/actions/gtk-justify-center.png +share/icons/mate/22x22/actions/gtk-justify-fill.png +share/icons/mate/22x22/actions/gtk-justify-left.png +share/icons/mate/22x22/actions/gtk-justify-right.png +share/icons/mate/22x22/actions/gtk-leave-fullscreen.png +share/icons/mate/22x22/actions/gtk-media-forward-ltr.png +share/icons/mate/22x22/actions/gtk-media-forward-rtl.png +share/icons/mate/22x22/actions/gtk-media-next-ltr.png +share/icons/mate/22x22/actions/gtk-media-next-rtl.png +share/icons/mate/22x22/actions/gtk-media-pause.png +share/icons/mate/22x22/actions/gtk-media-play-ltr.png +share/icons/mate/22x22/actions/gtk-media-previous-ltr.png +share/icons/mate/22x22/actions/gtk-media-previous-rtl.png +share/icons/mate/22x22/actions/gtk-media-record.png +share/icons/mate/22x22/actions/gtk-media-rewind-ltr.png +share/icons/mate/22x22/actions/gtk-media-rewind-rtl.png +share/icons/mate/22x22/actions/gtk-media-stop.png +share/icons/mate/22x22/actions/gtk-new.png +share/icons/mate/22x22/actions/gtk-open.png +share/icons/mate/22x22/actions/gtk-paste.png +share/icons/mate/22x22/actions/gtk-print-preview.png +share/icons/mate/22x22/actions/gtk-print.png +share/icons/mate/22x22/actions/gtk-properties.png +share/icons/mate/22x22/actions/gtk-quit.png +share/icons/mate/22x22/actions/gtk-redo-ltr.png +share/icons/mate/22x22/actions/gtk-refresh.png +share/icons/mate/22x22/actions/gtk-remove.png +share/icons/mate/22x22/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/22x22/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/22x22/actions/gtk-save-as.png +share/icons/mate/22x22/actions/gtk-save.png +share/icons/mate/22x22/actions/gtk-select-all.png +share/icons/mate/22x22/actions/gtk-sort-ascending.png +share/icons/mate/22x22/actions/gtk-sort-descending.png +share/icons/mate/22x22/actions/gtk-spell-check.png +share/icons/mate/22x22/actions/gtk-stop.png +share/icons/mate/22x22/actions/gtk-strikethrough.png +share/icons/mate/22x22/actions/gtk-underline.png +share/icons/mate/22x22/actions/gtk-undo-ltr.png +share/icons/mate/22x22/actions/gtk-unindent-ltr.png +share/icons/mate/22x22/actions/gtk-unindent-rtl.png +share/icons/mate/22x22/actions/gtk-zoom-100.png +share/icons/mate/22x22/actions/gtk-zoom-fit.png +share/icons/mate/22x22/actions/gtk-zoom-in.png +share/icons/mate/22x22/actions/gtk-zoom-out.png +share/icons/mate/22x22/actions/help-about.png +share/icons/mate/22x22/actions/help-contents.png +share/icons/mate/22x22/actions/help-faq.png +share/icons/mate/22x22/actions/help.png +share/icons/mate/22x22/actions/insert-image.png +share/icons/mate/22x22/actions/insert-link.png +share/icons/mate/22x22/actions/insert-object.png +share/icons/mate/22x22/actions/insert-text.png +share/icons/mate/22x22/actions/kfind.png +share/icons/mate/22x22/actions/kfm_home.png +share/icons/mate/22x22/actions/leftjust.png +share/icons/mate/22x22/actions/list-add.png +share/icons/mate/22x22/actions/list-remove.png +share/icons/mate/22x22/actions/lock.png +share/icons/mate/22x22/actions/mail-forward.png +share/icons/mate/22x22/actions/mail-mark-important.png +share/icons/mate/22x22/actions/mail-mark-junk.png +share/icons/mate/22x22/actions/mail-mark-notjunk.png +share/icons/mate/22x22/actions/mail-mark-read.png +share/icons/mate/22x22/actions/mail-mark-unread.png +share/icons/mate/22x22/actions/mail-message-new.png +share/icons/mate/22x22/actions/mail-reply-all.png +share/icons/mate/22x22/actions/mail-reply-sender.png +share/icons/mate/22x22/actions/mail-send-receive.png +share/icons/mate/22x22/actions/mail-send.png +share/icons/mate/22x22/actions/mail_forward.png +share/icons/mate/22x22/actions/mail_new.png +share/icons/mate/22x22/actions/mail_reply.png +share/icons/mate/22x22/actions/mail_replyall.png +share/icons/mate/22x22/actions/mail_send.png +share/icons/mate/22x22/actions/mail_spam.png +share/icons/mate/22x22/actions/media-eject.png +share/icons/mate/22x22/actions/media-playback-pause.png +share/icons/mate/22x22/actions/media-playback-start.png +share/icons/mate/22x22/actions/media-playback-stop.png +share/icons/mate/22x22/actions/media-record.png +share/icons/mate/22x22/actions/media-seek-backward.png +share/icons/mate/22x22/actions/media-seek-forward.png +share/icons/mate/22x22/actions/media-skip-backward.png +share/icons/mate/22x22/actions/media-skip-forward.png +share/icons/mate/22x22/actions/next.png +share/icons/mate/22x22/actions/object-flip-horizontal.png +share/icons/mate/22x22/actions/object-flip-vertical.png +share/icons/mate/22x22/actions/object-rotate-left.png +share/icons/mate/22x22/actions/object-rotate-right.png +share/icons/mate/22x22/actions/player_eject.png +share/icons/mate/22x22/actions/player_end.png +share/icons/mate/22x22/actions/player_fwd.png +share/icons/mate/22x22/actions/player_pause.png +share/icons/mate/22x22/actions/player_play.png +share/icons/mate/22x22/actions/player_record.png +share/icons/mate/22x22/actions/player_rew.png +share/icons/mate/22x22/actions/player_start.png +share/icons/mate/22x22/actions/player_stop.png +share/icons/mate/22x22/actions/previous.png +share/icons/mate/22x22/actions/process-stop.png +share/icons/mate/22x22/actions/redhat-home.png +share/icons/mate/22x22/actions/redo.png +share/icons/mate/22x22/actions/reload.png +share/icons/mate/22x22/actions/reload3.png +share/icons/mate/22x22/actions/reload_all_tabs.png +share/icons/mate/22x22/actions/reload_page.png +share/icons/mate/22x22/actions/remove.png +share/icons/mate/22x22/actions/revert.png +share/icons/mate/22x22/actions/rightjust.png +share/icons/mate/22x22/actions/search.png +share/icons/mate/22x22/actions/start.png +share/icons/mate/22x22/actions/stock_about.png +share/icons/mate/22x22/actions/stock_add-bookmark.png +share/icons/mate/22x22/actions/stock_bottom.png +share/icons/mate/22x22/actions/stock_close.png +share/icons/mate/22x22/actions/stock_copy.png +share/icons/mate/22x22/actions/stock_cut.png +share/icons/mate/22x22/actions/stock_delete.png +share/icons/mate/22x22/actions/stock_down.png +share/icons/mate/22x22/actions/stock_file-properites.png +share/icons/mate/22x22/actions/stock_first.png +share/icons/mate/22x22/actions/stock_fullscreen.png +share/icons/mate/22x22/actions/stock_help-add-bookmark.png +share/icons/mate/22x22/actions/stock_help.png +share/icons/mate/22x22/actions/stock_home.png +share/icons/mate/22x22/actions/stock_last.png +share/icons/mate/22x22/actions/stock_leave-fullscreen.png +share/icons/mate/22x22/actions/stock_left.png +share/icons/mate/22x22/actions/stock_mail-compose.png +share/icons/mate/22x22/actions/stock_mail-forward.png +share/icons/mate/22x22/actions/stock_mail-reply-to-all.png +share/icons/mate/22x22/actions/stock_mail-reply.png +share/icons/mate/22x22/actions/stock_mail-send-receive.png +share/icons/mate/22x22/actions/stock_mail-send.png +share/icons/mate/22x22/actions/stock_media-fwd.png +share/icons/mate/22x22/actions/stock_media-next.png +share/icons/mate/22x22/actions/stock_media-pause.png +share/icons/mate/22x22/actions/stock_media-play.png +share/icons/mate/22x22/actions/stock_media-prev.png +share/icons/mate/22x22/actions/stock_media-rec.png +share/icons/mate/22x22/actions/stock_media-rew.png +share/icons/mate/22x22/actions/stock_media-stop.png +share/icons/mate/22x22/actions/stock_new-address-book.png +share/icons/mate/22x22/actions/stock_new-appointment.png +share/icons/mate/22x22/actions/stock_new-bcard.png +share/icons/mate/22x22/actions/stock_new-dir.png +share/icons/mate/22x22/actions/stock_new-tab.png +share/icons/mate/22x22/actions/stock_new-text.png +share/icons/mate/22x22/actions/stock_new-window.png +share/icons/mate/22x22/actions/stock_paste.png +share/icons/mate/22x22/actions/stock_print-preview.png +share/icons/mate/22x22/actions/stock_print-setup.png +share/icons/mate/22x22/actions/stock_print.png +share/icons/mate/22x22/actions/stock_properties.png +share/icons/mate/22x22/actions/stock_redo.png +share/icons/mate/22x22/actions/stock_refresh.png +share/icons/mate/22x22/actions/stock_right.png +share/icons/mate/22x22/actions/stock_save-as.png +share/icons/mate/22x22/actions/stock_save.png +share/icons/mate/22x22/actions/stock_search-and-replace.png +share/icons/mate/22x22/actions/stock_search.png +share/icons/mate/22x22/actions/stock_select-all.png +share/icons/mate/22x22/actions/stock_spam.png +share/icons/mate/22x22/actions/stock_spellcheck.png +share/icons/mate/22x22/actions/stock_stop.png +share/icons/mate/22x22/actions/stock_text-strikethrough.png +share/icons/mate/22x22/actions/stock_text_bold.png +share/icons/mate/22x22/actions/stock_text_center.png +share/icons/mate/22x22/actions/stock_text_indent.png +share/icons/mate/22x22/actions/stock_text_italic.png +share/icons/mate/22x22/actions/stock_text_justify.png +share/icons/mate/22x22/actions/stock_text_left.png +share/icons/mate/22x22/actions/stock_text_right.png +share/icons/mate/22x22/actions/stock_text_underlined.png +share/icons/mate/22x22/actions/stock_text_unindent.png +share/icons/mate/22x22/actions/stock_top.png +share/icons/mate/22x22/actions/stock_undo.png +share/icons/mate/22x22/actions/stock_up.png +share/icons/mate/22x22/actions/stock_zoom-1.png +share/icons/mate/22x22/actions/stock_zoom-in.png +share/icons/mate/22x22/actions/stock_zoom-out.png +share/icons/mate/22x22/actions/stock_zoom-page.png +share/icons/mate/22x22/actions/stop.png +share/icons/mate/22x22/actions/system-lock-screen.png +share/icons/mate/22x22/actions/system-log-out.png +share/icons/mate/22x22/actions/system-run.png +share/icons/mate/22x22/actions/system-search.png +share/icons/mate/22x22/actions/system-shutdown.png +share/icons/mate/22x22/actions/tab-new.png +share/icons/mate/22x22/actions/tab_new.png +share/icons/mate/22x22/actions/text_bold.png +share/icons/mate/22x22/actions/text_italic.png +share/icons/mate/22x22/actions/text_strike.png +share/icons/mate/22x22/actions/text_under.png +share/icons/mate/22x22/actions/tools-check-spelling.png +share/icons/mate/22x22/actions/top.png +share/icons/mate/22x22/actions/undo.png +share/icons/mate/22x22/actions/up.png +share/icons/mate/22x22/actions/view-fullscreen.png +share/icons/mate/22x22/actions/view-refresh.png +share/icons/mate/22x22/actions/view-restore.png +share/icons/mate/22x22/actions/view-sort-ascending.png +share/icons/mate/22x22/actions/view-sort-descending.png +share/icons/mate/22x22/actions/viewmag+.png +share/icons/mate/22x22/actions/viewmag-.png +share/icons/mate/22x22/actions/viewmag1.png +share/icons/mate/22x22/actions/viewmagfit.png +share/icons/mate/22x22/actions/window-close.png +share/icons/mate/22x22/actions/window-new.png +share/icons/mate/22x22/actions/window_fullscreen.png +share/icons/mate/22x22/actions/window_new.png +share/icons/mate/22x22/actions/window_nofullscreen.png +share/icons/mate/22x22/actions/xfce-system-exit.png +share/icons/mate/22x22/actions/xfce-system-lock.png +share/icons/mate/22x22/actions/zoom-best-fit.png +share/icons/mate/22x22/actions/zoom-fit-best.png +share/icons/mate/22x22/actions/zoom-in.png +share/icons/mate/22x22/actions/zoom-original.png +share/icons/mate/22x22/actions/zoom-out.png +share/icons/mate/22x22/animations/gnome-spinner.png +share/icons/mate/22x22/animations/process-working.png +share/icons/mate/22x22/apps/access.png +share/icons/mate/22x22/apps/accessibility-directory.png +share/icons/mate/22x22/apps/accessories-calculator.png +share/icons/mate/22x22/apps/accessories-character-map.png +share/icons/mate/22x22/apps/accessories-dictionary.png +share/icons/mate/22x22/apps/accessories-text-editor.png +share/icons/mate/22x22/apps/applets-screenshooter.png +share/icons/mate/22x22/apps/arts.png +share/icons/mate/22x22/apps/background.png +share/icons/mate/22x22/apps/calc.png +share/icons/mate/22x22/apps/config-language.png +share/icons/mate/22x22/apps/config-users.png +share/icons/mate/22x22/apps/dconf-editor.png +share/icons/mate/22x22/apps/file-manager.png +share/icons/mate/22x22/apps/fonts.png +share/icons/mate/22x22/apps/gnome-calculator.png +share/icons/mate/22x22/apps/gnome-character-map.png +share/icons/mate/22x22/apps/gnome-help.png +share/icons/mate/22x22/apps/gnome-mixer.png +share/icons/mate/22x22/apps/gnome-monitor.png +share/icons/mate/22x22/apps/gnome-remote-desktop.png +share/icons/mate/22x22/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/22x22/apps/gnome-settings-background.png +share/icons/mate/22x22/apps/gnome-settings-font.png +share/icons/mate/22x22/apps/gnome-settings-keybindings.png +share/icons/mate/22x22/apps/gnome-settings-theme.png +share/icons/mate/22x22/apps/gnome-terminal.png +share/icons/mate/22x22/apps/gnome-window-manager.png +share/icons/mate/22x22/apps/gucharmap.png +share/icons/mate/22x22/apps/help-browser.png +share/icons/mate/22x22/apps/kcalc.png +share/icons/mate/22x22/apps/kcharselect.png +share/icons/mate/22x22/apps/kcmkwm.png +share/icons/mate/22x22/apps/kcmsound.png +share/icons/mate/22x22/apps/kedit.png +share/icons/mate/22x22/apps/key_bindings.png +share/icons/mate/22x22/apps/kfm.png +share/icons/mate/22x22/apps/khelpcenter.png +share/icons/mate/22x22/apps/konsole.png +share/icons/mate/22x22/apps/krfb.png +share/icons/mate/22x22/apps/kscreensaver.png +share/icons/mate/22x22/apps/ksysguard.png +share/icons/mate/22x22/apps/kuser.png +share/icons/mate/22x22/apps/kwin.png +share/icons/mate/22x22/apps/locale.png +share/icons/mate/22x22/apps/logviewer.png +share/icons/mate/22x22/apps/mate.png +share/icons/mate/22x22/apps/multimedia-volume-control.png +share/icons/mate/22x22/apps/multimedia.png +share/icons/mate/22x22/apps/openterm.png +share/icons/mate/22x22/apps/preferences-desktop-accessibility.png +share/icons/mate/22x22/apps/preferences-desktop-default-applications.png +share/icons/mate/22x22/apps/preferences-desktop-display.png +share/icons/mate/22x22/apps/preferences-desktop-font.png +share/icons/mate/22x22/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/22x22/apps/preferences-desktop-keyboard.png +share/icons/mate/22x22/apps/preferences-desktop-locale.png +share/icons/mate/22x22/apps/preferences-desktop-remote-desktop.png +share/icons/mate/22x22/apps/preferences-desktop-screensaver.png +share/icons/mate/22x22/apps/preferences-desktop-theme.png +share/icons/mate/22x22/apps/preferences-desktop-wallpaper.png +share/icons/mate/22x22/apps/preferences-system-windows.png +share/icons/mate/22x22/apps/redhat-filemanager.png +share/icons/mate/22x22/apps/screensaver.png +share/icons/mate/22x22/apps/style.png +share/icons/mate/22x22/apps/susehelpcenter.png +share/icons/mate/22x22/apps/system-config-users.png +share/icons/mate/22x22/apps/system-file-manager.png +share/icons/mate/22x22/apps/system-software-install.png +share/icons/mate/22x22/apps/system-software-update.png +share/icons/mate/22x22/apps/system-users.png +share/icons/mate/22x22/apps/terminal.png +share/icons/mate/22x22/apps/text-editor.png +share/icons/mate/22x22/apps/update-manager.png +share/icons/mate/22x22/apps/user-info.png +share/icons/mate/22x22/apps/utilities-system-monitor.png +share/icons/mate/22x22/apps/utilities-terminal.png +share/icons/mate/22x22/apps/volume-knob.png +share/icons/mate/22x22/apps/wallpaper.png +share/icons/mate/22x22/apps/web-browser.png +share/icons/mate/22x22/apps/xfce-filemanager.png +share/icons/mate/22x22/apps/xfce-terminal.png +share/icons/mate/22x22/apps/xfce4-backdrop.png +share/icons/mate/22x22/apps/xfce4-mixer.png +share/icons/mate/22x22/apps/xfwm4.png +share/icons/mate/22x22/apps/xscreensaver.png +share/icons/mate/22x22/apps/zen-icon.png +share/icons/mate/22x22/categories/applications-accessories.png +share/icons/mate/22x22/categories/applications-development.png +share/icons/mate/22x22/categories/applications-engineering.png +share/icons/mate/22x22/categories/applications-games.png +share/icons/mate/22x22/categories/applications-graphics.png +share/icons/mate/22x22/categories/applications-internet.png +share/icons/mate/22x22/categories/applications-multimedia.png +share/icons/mate/22x22/categories/applications-office.png +share/icons/mate/22x22/categories/applications-other.png +share/icons/mate/22x22/categories/applications-science.png +share/icons/mate/22x22/categories/applications-system.png +share/icons/mate/22x22/categories/applications-utilities.png +share/icons/mate/22x22/categories/gnome-applications.png +share/icons/mate/22x22/categories/gnome-control-center.png +share/icons/mate/22x22/categories/gnome-devel.png +share/icons/mate/22x22/categories/gnome-globe.png +share/icons/mate/22x22/categories/gnome-graphics.png +share/icons/mate/22x22/categories/gnome-joystick.png +share/icons/mate/22x22/categories/gnome-multimedia.png +share/icons/mate/22x22/categories/gnome-other.png +share/icons/mate/22x22/categories/gnome-settings.png +share/icons/mate/22x22/categories/gnome-system.png +share/icons/mate/22x22/categories/gnome-util.png +share/icons/mate/22x22/categories/gtk-preferences.png +share/icons/mate/22x22/categories/input_devices_settings.png +share/icons/mate/22x22/categories/kcontrol.png +share/icons/mate/22x22/categories/package_development.png +share/icons/mate/22x22/categories/package_games.png +share/icons/mate/22x22/categories/package_graphics.png +share/icons/mate/22x22/categories/package_multimedia.png +share/icons/mate/22x22/categories/package_network.png +share/icons/mate/22x22/categories/package_office.png +share/icons/mate/22x22/categories/package_settings.png +share/icons/mate/22x22/categories/package_system.png +share/icons/mate/22x22/categories/package_utilities.png +share/icons/mate/22x22/categories/preferences-desktop-peripherals.png +share/icons/mate/22x22/categories/preferences-desktop-personal.png +share/icons/mate/22x22/categories/preferences-desktop.png +share/icons/mate/22x22/categories/preferences-other.png +share/icons/mate/22x22/categories/preferences-system-network.png +share/icons/mate/22x22/categories/preferences-system.png +share/icons/mate/22x22/categories/redhat-accessories.png +share/icons/mate/22x22/categories/redhat-games.png +share/icons/mate/22x22/categories/redhat-graphics.png +share/icons/mate/22x22/categories/redhat-internet.png +share/icons/mate/22x22/categories/redhat-office.png +share/icons/mate/22x22/categories/redhat-preferences.png +share/icons/mate/22x22/categories/redhat-programming.png +share/icons/mate/22x22/categories/redhat-sound_video.png +share/icons/mate/22x22/categories/redhat-system_settings.png +share/icons/mate/22x22/categories/redhat-system_tools.png +share/icons/mate/22x22/categories/stock_internet.png +share/icons/mate/22x22/categories/system-help.png +share/icons/mate/22x22/categories/xfce-games.png +share/icons/mate/22x22/categories/xfce-graphics.png +share/icons/mate/22x22/categories/xfce-internet.png +share/icons/mate/22x22/categories/xfce-multimedia.png +share/icons/mate/22x22/categories/xfce-office.png +share/icons/mate/22x22/categories/xfce-system-settings.png +share/icons/mate/22x22/categories/xfce-utils.png +share/icons/mate/22x22/categories/xfce4-settings.png +share/icons/mate/22x22/devices/3floppy_unmount.png +share/icons/mate/22x22/devices/ac-adapter.png +share/icons/mate/22x22/devices/audio-card.png +share/icons/mate/22x22/devices/audio-input-microphone.png +share/icons/mate/22x22/devices/battery.png +share/icons/mate/22x22/devices/camera-photo.png +share/icons/mate/22x22/devices/camera-video.png +share/icons/mate/22x22/devices/camera-web.png +share/icons/mate/22x22/devices/camera.png +share/icons/mate/22x22/devices/camera_unmount.png +share/icons/mate/22x22/devices/cdrom_unmount.png +share/icons/mate/22x22/devices/cdwriter_unmount.png +share/icons/mate/22x22/devices/chardevice.png +share/icons/mate/22x22/devices/computer.png +share/icons/mate/22x22/devices/display.png +share/icons/mate/22x22/devices/drive-cdrom.png +share/icons/mate/22x22/devices/drive-harddisk.png +share/icons/mate/22x22/devices/drive-optical.png +share/icons/mate/22x22/devices/drive-removable-media.png +share/icons/mate/22x22/devices/dvd_unmount.png +share/icons/mate/22x22/devices/gnome-dev-battery.png +share/icons/mate/22x22/devices/gnome-dev-cdrom-audio.png +share/icons/mate/22x22/devices/gnome-dev-cdrom.png +share/icons/mate/22x22/devices/gnome-dev-computer.png +share/icons/mate/22x22/devices/gnome-dev-disc-cdr.png +share/icons/mate/22x22/devices/gnome-dev-disc-cdrw.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdr.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdram.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/22x22/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/22x22/devices/gnome-dev-dvd.png +share/icons/mate/22x22/devices/gnome-dev-ethernet.png +share/icons/mate/22x22/devices/gnome-dev-floppy.png +share/icons/mate/22x22/devices/gnome-dev-harddisk-1394.png +share/icons/mate/22x22/devices/gnome-dev-harddisk-usb.png +share/icons/mate/22x22/devices/gnome-dev-harddisk.png +share/icons/mate/22x22/devices/gnome-dev-ipod.png +share/icons/mate/22x22/devices/gnome-dev-keyboard.png +share/icons/mate/22x22/devices/gnome-dev-media-cf.png +share/icons/mate/22x22/devices/gnome-dev-media-ms.png +share/icons/mate/22x22/devices/gnome-dev-media-sdmmc.png +share/icons/mate/22x22/devices/gnome-dev-media-sm.png +share/icons/mate/22x22/devices/gnome-dev-mouse-ball.png +share/icons/mate/22x22/devices/gnome-dev-mouse-optical.png +share/icons/mate/22x22/devices/gnome-dev-printer.png +share/icons/mate/22x22/devices/gnome-dev-removable-1394.png +share/icons/mate/22x22/devices/gnome-dev-removable-usb.png +share/icons/mate/22x22/devices/gnome-dev-removable.png +share/icons/mate/22x22/devices/gnome-dev-wavelan.png +share/icons/mate/22x22/devices/gnome-fs-client.png +share/icons/mate/22x22/devices/gnome-modem.png +share/icons/mate/22x22/devices/gnome-stock-mic.png +share/icons/mate/22x22/devices/gtk-cdrom.png +share/icons/mate/22x22/devices/gtk-floppy.png +share/icons/mate/22x22/devices/gtk-harddisk.png +share/icons/mate/22x22/devices/harddrive.png +share/icons/mate/22x22/devices/hdd_unmount.png +share/icons/mate/22x22/devices/input-gaming.png +share/icons/mate/22x22/devices/input-keyboard.png +share/icons/mate/22x22/devices/input-mouse.png +share/icons/mate/22x22/devices/input-tablet.png +share/icons/mate/22x22/devices/input-touchpad.png +share/icons/mate/22x22/devices/ipod_mount.png +share/icons/mate/22x22/devices/joystick.png +share/icons/mate/22x22/devices/keyboard.png +share/icons/mate/22x22/devices/kjobviewer.png +share/icons/mate/22x22/devices/kxkb.png +share/icons/mate/22x22/devices/media-cdrom.png +share/icons/mate/22x22/devices/media-flash.png +share/icons/mate/22x22/devices/media-floppy.png +share/icons/mate/22x22/devices/media-optical.png +share/icons/mate/22x22/devices/media-tape.png +share/icons/mate/22x22/devices/modem.png +share/icons/mate/22x22/devices/mouse.png +share/icons/mate/22x22/devices/multimedia-player.png +share/icons/mate/22x22/devices/network-wired.png +share/icons/mate/22x22/devices/network-wireless.png +share/icons/mate/22x22/devices/pda.png +share/icons/mate/22x22/devices/phone.png +share/icons/mate/22x22/devices/printer-remote.png +share/icons/mate/22x22/devices/printer.png +share/icons/mate/22x22/devices/printer1.png +share/icons/mate/22x22/devices/printmgr.png +share/icons/mate/22x22/devices/scanner.png +share/icons/mate/22x22/devices/stock_cell-phone.png +share/icons/mate/22x22/devices/stock_mic.png +share/icons/mate/22x22/devices/stock_printers.png +share/icons/mate/22x22/devices/system-floppy.png +share/icons/mate/22x22/devices/system.png +share/icons/mate/22x22/devices/usbpendrive_unmount.png +share/icons/mate/22x22/devices/video-display.png +share/icons/mate/22x22/devices/xfce-printer.png +share/icons/mate/22x22/devices/xfce4-display.png +share/icons/mate/22x22/devices/xfce4-keyboard.png +share/icons/mate/22x22/devices/xfce4-mouse.png +share/icons/mate/22x22/devices/yast_HD.png +share/icons/mate/22x22/devices/yast_idetude.png +share/icons/mate/22x22/devices/yast_joystick.png +share/icons/mate/22x22/devices/yast_mouse.png +share/icons/mate/22x22/devices/yast_printer.png +share/icons/mate/22x22/devices/yast_soundcard.png +share/icons/mate/22x22/emblems/emblem-default.png +share/icons/mate/22x22/emblems/emblem-documents.png +share/icons/mate/22x22/emblems/emblem-downloads.png +share/icons/mate/22x22/emblems/emblem-favorite.png +share/icons/mate/22x22/emblems/emblem-generic.png +share/icons/mate/22x22/emblems/emblem-important.png +share/icons/mate/22x22/emblems/emblem-mail.png +share/icons/mate/22x22/emblems/emblem-new.png +share/icons/mate/22x22/emblems/emblem-noread.png +share/icons/mate/22x22/emblems/emblem-nowrite.png +share/icons/mate/22x22/emblems/emblem-package.png +share/icons/mate/22x22/emblems/emblem-photos.png +share/icons/mate/22x22/emblems/emblem-readonly.png +share/icons/mate/22x22/emblems/emblem-shared.png +share/icons/mate/22x22/emblems/emblem-symbolic-link.png +share/icons/mate/22x22/emblems/emblem-synchronizing.png +share/icons/mate/22x22/emblems/emblem-system.png +share/icons/mate/22x22/emblems/emblem-unreadable.png +share/icons/mate/22x22/emblems/emblem-urgent.png +share/icons/mate/22x22/emblems/emblem-web.png +share/icons/mate/22x22/emotes/face-angel.png +share/icons/mate/22x22/emotes/face-angry.png +share/icons/mate/22x22/emotes/face-cool.png +share/icons/mate/22x22/emotes/face-crying.png +share/icons/mate/22x22/emotes/face-devilish.png +share/icons/mate/22x22/emotes/face-embarrassed.png +share/icons/mate/22x22/emotes/face-glasses.png +share/icons/mate/22x22/emotes/face-kiss.png +share/icons/mate/22x22/emotes/face-laugh.png +share/icons/mate/22x22/emotes/face-monkey.png +share/icons/mate/22x22/emotes/face-plain.png +share/icons/mate/22x22/emotes/face-raspberry.png +share/icons/mate/22x22/emotes/face-sad.png +share/icons/mate/22x22/emotes/face-sick.png +share/icons/mate/22x22/emotes/face-smile-big.png +share/icons/mate/22x22/emotes/face-smile.png +share/icons/mate/22x22/emotes/face-smirk.png +share/icons/mate/22x22/emotes/face-surprise.png +share/icons/mate/22x22/emotes/face-tired.png +share/icons/mate/22x22/emotes/face-uncertain.png +share/icons/mate/22x22/emotes/face-wink.png +share/icons/mate/22x22/emotes/face-worried.png +share/icons/mate/22x22/emotes/stock_smiley-1.png +share/icons/mate/22x22/emotes/stock_smiley-10.png +share/icons/mate/22x22/emotes/stock_smiley-11.png +share/icons/mate/22x22/emotes/stock_smiley-13.png +share/icons/mate/22x22/emotes/stock_smiley-15.png +share/icons/mate/22x22/emotes/stock_smiley-18.png +share/icons/mate/22x22/emotes/stock_smiley-2.png +share/icons/mate/22x22/emotes/stock_smiley-22.png +share/icons/mate/22x22/emotes/stock_smiley-3.png +share/icons/mate/22x22/emotes/stock_smiley-4.png +share/icons/mate/22x22/emotes/stock_smiley-5.png +share/icons/mate/22x22/emotes/stock_smiley-6.png +share/icons/mate/22x22/emotes/stock_smiley-7.png +share/icons/mate/22x22/emotes/stock_smiley-8.png +share/icons/mate/22x22/mimetypes/application-certificate.png +share/icons/mate/22x22/mimetypes/application-pdf.png +share/icons/mate/22x22/mimetypes/application-pgp-encrypted.png +share/icons/mate/22x22/mimetypes/application-rss+xml.png +share/icons/mate/22x22/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/22x22/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/22x22/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/22x22/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/22x22/mimetypes/application-x-bittorrent.png +share/icons/mate/22x22/mimetypes/application-x-blender.png +share/icons/mate/22x22/mimetypes/application-x-cd-image.png +share/icons/mate/22x22/mimetypes/application-x-desktop.png +share/icons/mate/22x22/mimetypes/application-x-executable.png +share/icons/mate/22x22/mimetypes/application-x-homebank.png +share/icons/mate/22x22/mimetypes/application-x-java-archive.png +share/icons/mate/22x22/mimetypes/application-x-java.png +share/icons/mate/22x22/mimetypes/application-x-javascript.png +share/icons/mate/22x22/mimetypes/application-x-keepass.png +share/icons/mate/22x22/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/22x22/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/22x22/mimetypes/application-x-package-list.png +share/icons/mate/22x22/mimetypes/application-x-perl.png +share/icons/mate/22x22/mimetypes/application-x-php.png +share/icons/mate/22x22/mimetypes/application-x-planner.png +share/icons/mate/22x22/mimetypes/application-x-python-bytecode.png +share/icons/mate/22x22/mimetypes/application-x-remote-connection.png +share/icons/mate/22x22/mimetypes/application-x-ruby.png +share/icons/mate/22x22/mimetypes/application-x-theme.png +share/icons/mate/22x22/mimetypes/application-x-vnc.png +share/icons/mate/22x22/mimetypes/ascii.png +share/icons/mate/22x22/mimetypes/audio-x-generic.png +share/icons/mate/22x22/mimetypes/binary.png +share/icons/mate/22x22/mimetypes/contents2.png +share/icons/mate/22x22/mimetypes/deb.png +share/icons/mate/22x22/mimetypes/document.png +share/icons/mate/22x22/mimetypes/empty.png +share/icons/mate/22x22/mimetypes/exec.png +share/icons/mate/22x22/mimetypes/folder_tar.png +share/icons/mate/22x22/mimetypes/font-x-generic.png +share/icons/mate/22x22/mimetypes/font.png +share/icons/mate/22x22/mimetypes/font_bitmap.png +share/icons/mate/22x22/mimetypes/font_truetype.png +share/icons/mate/22x22/mimetypes/font_type1.png +share/icons/mate/22x22/mimetypes/gnome-fs-executable.png +share/icons/mate/22x22/mimetypes/gnome-fs-regular.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-msword.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/22x22/mimetypes/gnome-mime-application-zip.png +share/icons/mate/22x22/mimetypes/gnome-mime-audio.png +share/icons/mate/22x22/mimetypes/gnome-mime-image.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-html.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/22x22/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/22x22/mimetypes/gnome-mime-text.png +share/icons/mate/22x22/mimetypes/gnome-mime-video.png +share/icons/mate/22x22/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/22x22/mimetypes/gnome-package.png +share/icons/mate/22x22/mimetypes/gtk-file.png +share/icons/mate/22x22/mimetypes/html.png +share/icons/mate/22x22/mimetypes/image-svg+xml-compressed.png +share/icons/mate/22x22/mimetypes/image-svg+xml.png +share/icons/mate/22x22/mimetypes/image-x-compressed-xcf.png +share/icons/mate/22x22/mimetypes/image-x-generic.png +share/icons/mate/22x22/mimetypes/image-x-xcf.png +share/icons/mate/22x22/mimetypes/image.png +share/icons/mate/22x22/mimetypes/kpresenter_kpr.png +share/icons/mate/22x22/mimetypes/mime_ascii.png +share/icons/mate/22x22/mimetypes/misc.png +share/icons/mate/22x22/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-drawing.png +share/icons/mate/22x22/mimetypes/openofficeorg-extension.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/22x22/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-presentation.png +share/icons/mate/22x22/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/22x22/mimetypes/openofficeorg-text-template.png +share/icons/mate/22x22/mimetypes/openofficeorg-text.png +share/icons/mate/22x22/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-drawing.png +share/icons/mate/22x22/mimetypes/openofficeorg3-extension.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/22x22/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-presentation.png +share/icons/mate/22x22/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/22x22/mimetypes/openofficeorg3-text-template.png +share/icons/mate/22x22/mimetypes/openofficeorg3-text.png +share/icons/mate/22x22/mimetypes/package-x-generic.png +share/icons/mate/22x22/mimetypes/package.png +share/icons/mate/22x22/mimetypes/package_editors.png +share/icons/mate/22x22/mimetypes/package_wordprocessing.png +share/icons/mate/22x22/mimetypes/plan.png +share/icons/mate/22x22/mimetypes/rpm.png +share/icons/mate/22x22/mimetypes/shellscript.png +share/icons/mate/22x22/mimetypes/sound.png +share/icons/mate/22x22/mimetypes/spreadsheet.png +share/icons/mate/22x22/mimetypes/stock_addressbook.png +share/icons/mate/22x22/mimetypes/stock_calendar.png +share/icons/mate/22x22/mimetypes/stock_certificate.png +share/icons/mate/22x22/mimetypes/stock_script.png +share/icons/mate/22x22/mimetypes/tar.png +share/icons/mate/22x22/mimetypes/template_source.png +share/icons/mate/22x22/mimetypes/text-css.png +share/icons/mate/22x22/mimetypes/text-csv.png +share/icons/mate/22x22/mimetypes/text-html.png +share/icons/mate/22x22/mimetypes/text-x-apport.png +share/icons/mate/22x22/mimetypes/text-x-authors.png +share/icons/mate/22x22/mimetypes/text-x-boo.png +share/icons/mate/22x22/mimetypes/text-x-c++hdr.png +share/icons/mate/22x22/mimetypes/text-x-c++src.png +share/icons/mate/22x22/mimetypes/text-x-changelog.png +share/icons/mate/22x22/mimetypes/text-x-chdr.png +share/icons/mate/22x22/mimetypes/text-x-copying.png +share/icons/mate/22x22/mimetypes/text-x-csharp.png +share/icons/mate/22x22/mimetypes/text-x-csrc.png +share/icons/mate/22x22/mimetypes/text-x-generic-template.png +share/icons/mate/22x22/mimetypes/text-x-generic.png +share/icons/mate/22x22/mimetypes/text-x-install.png +share/icons/mate/22x22/mimetypes/text-x-java.png +share/icons/mate/22x22/mimetypes/text-x-log.png +share/icons/mate/22x22/mimetypes/text-x-makefile.png +share/icons/mate/22x22/mimetypes/text-x-opml+xml.png +share/icons/mate/22x22/mimetypes/text-x-patch.png +share/icons/mate/22x22/mimetypes/text-x-preview.png +share/icons/mate/22x22/mimetypes/text-x-python.png +share/icons/mate/22x22/mimetypes/text-x-readme.png +share/icons/mate/22x22/mimetypes/text-x-script.png +share/icons/mate/22x22/mimetypes/tgz.png +share/icons/mate/22x22/mimetypes/txt.png +share/icons/mate/22x22/mimetypes/txt2.png +share/icons/mate/22x22/mimetypes/unknown.png +share/icons/mate/22x22/mimetypes/vcalendar.png +share/icons/mate/22x22/mimetypes/vcard.png +share/icons/mate/22x22/mimetypes/video-x-generic.png +share/icons/mate/22x22/mimetypes/video.png +share/icons/mate/22x22/mimetypes/wordprocessing.png +share/icons/mate/22x22/mimetypes/www.png +share/icons/mate/22x22/mimetypes/x-office-address-book.png +share/icons/mate/22x22/mimetypes/x-office-calendar.png +share/icons/mate/22x22/mimetypes/x-office-document-template.png +share/icons/mate/22x22/mimetypes/x-office-document.png +share/icons/mate/22x22/mimetypes/x-office-drawing-template.png +share/icons/mate/22x22/mimetypes/x-office-drawing.png +share/icons/mate/22x22/mimetypes/x-office-presentation-template.png +share/icons/mate/22x22/mimetypes/x-office-presentation.png +share/icons/mate/22x22/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/22x22/mimetypes/x-office-spreadsheet.png +share/icons/mate/22x22/mimetypes/zip.png +share/icons/mate/22x22/places/application-x-gnome-saved-search.png +share/icons/mate/22x22/places/desktop.png +share/icons/mate/22x22/places/distributor-logo.png +share/icons/mate/22x22/places/emptytrash.png +share/icons/mate/22x22/places/folder-documents.png +share/icons/mate/22x22/places/folder-download.png +share/icons/mate/22x22/places/folder-music.png +share/icons/mate/22x22/places/folder-pictures.png +share/icons/mate/22x22/places/folder-publicshare.png +share/icons/mate/22x22/places/folder-remote.png +share/icons/mate/22x22/places/folder-saved-search.png +share/icons/mate/22x22/places/folder-templates.png +share/icons/mate/22x22/places/folder-videos.png +share/icons/mate/22x22/places/folder.png +share/icons/mate/22x22/places/folder_home.png +share/icons/mate/22x22/places/gnome-fs-desktop.png +share/icons/mate/22x22/places/gnome-fs-directory.png +share/icons/mate/22x22/places/gnome-fs-ftp.png +share/icons/mate/22x22/places/gnome-fs-home.png +share/icons/mate/22x22/places/gnome-fs-network.png +share/icons/mate/22x22/places/gnome-fs-nfs.png +share/icons/mate/22x22/places/gnome-fs-server.png +share/icons/mate/22x22/places/gnome-fs-share.png +share/icons/mate/22x22/places/gnome-fs-smb.png +share/icons/mate/22x22/places/gnome-fs-ssh.png +share/icons/mate/22x22/places/gnome-fs-trash-empty.png +share/icons/mate/22x22/places/gnome-main-menu.png +share/icons/mate/22x22/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/22x22/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/22x22/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/22x22/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/22x22/places/gnome-stock-trash.png +share/icons/mate/22x22/places/gtk-directory.png +share/icons/mate/22x22/places/gtk-network.png +share/icons/mate/22x22/places/inode-directory.png +share/icons/mate/22x22/places/network-server.png +share/icons/mate/22x22/places/network-workgroup.png +share/icons/mate/22x22/places/network.png +share/icons/mate/22x22/places/network_local.png +share/icons/mate/22x22/places/novell-button.png +share/icons/mate/22x22/places/redhat-network-server.png +share/icons/mate/22x22/places/server.png +share/icons/mate/22x22/places/start-here.png +share/icons/mate/22x22/places/stock_folder.png +share/icons/mate/22x22/places/trashcan_empty.png +share/icons/mate/22x22/places/user-bookmarks.png +share/icons/mate/22x22/places/user-desktop.png +share/icons/mate/22x22/places/user-home.png +share/icons/mate/22x22/places/user-trash.png +share/icons/mate/22x22/places/xfce-trash_empty.png +share/icons/mate/22x22/status/appointment-missed.png +share/icons/mate/22x22/status/appointment-soon.png +share/icons/mate/22x22/status/audio-volume-high.png +share/icons/mate/22x22/status/audio-volume-low.png +share/icons/mate/22x22/status/audio-volume-medium.png +share/icons/mate/22x22/status/audio-volume-muted.png +share/icons/mate/22x22/status/avatar-default.png +share/icons/mate/22x22/status/battery-caution-charging.png +share/icons/mate/22x22/status/battery-caution.png +share/icons/mate/22x22/status/battery-empty.png +share/icons/mate/22x22/status/battery-full-charged.png +share/icons/mate/22x22/status/battery-full-charging.png +share/icons/mate/22x22/status/battery-full.png +share/icons/mate/22x22/status/battery-good-charging.png +share/icons/mate/22x22/status/battery-good.png +share/icons/mate/22x22/status/battery-low-charging.png +share/icons/mate/22x22/status/battery-low.png +share/icons/mate/22x22/status/battery-missing.png +share/icons/mate/22x22/status/changes-allow.png +share/icons/mate/22x22/status/changes-prevent.png +share/icons/mate/22x22/status/connect_creating.png +share/icons/mate/22x22/status/connect_established.png +share/icons/mate/22x22/status/connect_no.png +share/icons/mate/22x22/status/dialog-error.png +share/icons/mate/22x22/status/dialog-information.png +share/icons/mate/22x22/status/dialog-password.png +share/icons/mate/22x22/status/dialog-question.png +share/icons/mate/22x22/status/dialog-warning.png +share/icons/mate/22x22/status/edittrash.png +share/icons/mate/22x22/status/error.png +share/icons/mate/22x22/status/folder-drag-accept.png +share/icons/mate/22x22/status/folder-open.png +share/icons/mate/22x22/status/folder-visiting.png +share/icons/mate/22x22/status/folder_open.png +share/icons/mate/22x22/status/gnome-dev-wavelan-encrypted.png +share/icons/mate/22x22/status/gnome-fs-directory-accept.png +share/icons/mate/22x22/status/gnome-fs-directory-visiting.png +share/icons/mate/22x22/status/gnome-fs-loading-icon.png +share/icons/mate/22x22/status/gnome-fs-trash-full.png +share/icons/mate/22x22/status/gnome-netstatus-disconn.png +share/icons/mate/22x22/status/gnome-netstatus-error.png +share/icons/mate/22x22/status/gnome-netstatus-idle.png +share/icons/mate/22x22/status/gnome-netstatus-rx.png +share/icons/mate/22x22/status/gnome-netstatus-tx.png +share/icons/mate/22x22/status/gnome-netstatus-txrx.png +share/icons/mate/22x22/status/gnome-stock-trash-full.png +share/icons/mate/22x22/status/gtk-dialog-authentication.png +share/icons/mate/22x22/status/gtk-dialog-error.png +share/icons/mate/22x22/status/gtk-dialog-info.png +share/icons/mate/22x22/status/gtk-dialog-question.png +share/icons/mate/22x22/status/gtk-dialog-warning.png +share/icons/mate/22x22/status/gtk-missing-image.png +share/icons/mate/22x22/status/image-loading.png +share/icons/mate/22x22/status/image-missing.png +share/icons/mate/22x22/status/important.png +share/icons/mate/22x22/status/info.png +share/icons/mate/22x22/status/mail-attachment.png +share/icons/mate/22x22/status/mail-read.png +share/icons/mate/22x22/status/mail-replied.png +share/icons/mate/22x22/status/mail-signed-verified.png +share/icons/mate/22x22/status/mail-signed.png +share/icons/mate/22x22/status/mail-unread.png +share/icons/mate/22x22/status/media-playlist-repeat.png +share/icons/mate/22x22/status/media-playlist-shuffle.png +share/icons/mate/22x22/status/messagebox_critical.png +share/icons/mate/22x22/status/messagebox_info.png +share/icons/mate/22x22/status/messagebox_warning.png +share/icons/mate/22x22/status/network-error.png +share/icons/mate/22x22/status/network-idle.png +share/icons/mate/22x22/status/network-offline.png +share/icons/mate/22x22/status/network-receive.png +share/icons/mate/22x22/status/network-transmit-receive.png +share/icons/mate/22x22/status/network-transmit.png +share/icons/mate/22x22/status/network-wireless-encrypted.png +share/icons/mate/22x22/status/nm-adhoc.png +share/icons/mate/22x22/status/nm-device-wired.png +share/icons/mate/22x22/status/nm-device-wireless.png +share/icons/mate/22x22/status/nm-no-connection.png +share/icons/mate/22x22/status/printer-error.png +share/icons/mate/22x22/status/printer-printing.png +share/icons/mate/22x22/status/security-high.png +share/icons/mate/22x22/status/security-low.png +share/icons/mate/22x22/status/security-medium.png +share/icons/mate/22x22/status/software-update-available.png +share/icons/mate/22x22/status/software-update-urgent.png +share/icons/mate/22x22/status/stock_appointment-reminder-excl.png +share/icons/mate/22x22/status/stock_appointment-reminder.png +share/icons/mate/22x22/status/stock_attach.png +share/icons/mate/22x22/status/stock_dialog-error.png +share/icons/mate/22x22/status/stock_dialog-info.png +share/icons/mate/22x22/status/stock_dialog-question.png +share/icons/mate/22x22/status/stock_dialog-warning.png +share/icons/mate/22x22/status/stock_lock-broken.png +share/icons/mate/22x22/status/stock_lock-ok.png +share/icons/mate/22x22/status/stock_lock-open.png +share/icons/mate/22x22/status/stock_lock.png +share/icons/mate/22x22/status/stock_mail-open.png +share/icons/mate/22x22/status/stock_mail-replied.png +share/icons/mate/22x22/status/stock_mail-unread.png +share/icons/mate/22x22/status/stock_open.png +share/icons/mate/22x22/status/stock_repeat.png +share/icons/mate/22x22/status/stock_shuffle.png +share/icons/mate/22x22/status/stock_trash_full.png +share/icons/mate/22x22/status/stock_volume-0.png +share/icons/mate/22x22/status/stock_volume-max.png +share/icons/mate/22x22/status/stock_volume-med.png +share/icons/mate/22x22/status/stock_volume-min.png +share/icons/mate/22x22/status/stock_volume-mute.png +share/icons/mate/22x22/status/stock_volume.png +share/icons/mate/22x22/status/stock_weather-cloudy.png +share/icons/mate/22x22/status/stock_weather-few-clouds.png +share/icons/mate/22x22/status/stock_weather-fog.png +share/icons/mate/22x22/status/stock_weather-night-clear.png +share/icons/mate/22x22/status/stock_weather-night-few-clouds.png +share/icons/mate/22x22/status/stock_weather-showers.png +share/icons/mate/22x22/status/stock_weather-snow.png +share/icons/mate/22x22/status/stock_weather-storm.png +share/icons/mate/22x22/status/stock_weather-sunny.png +share/icons/mate/22x22/status/sunny.png +share/icons/mate/22x22/status/task-due.png +share/icons/mate/22x22/status/task-past-due.png +share/icons/mate/22x22/status/trashcan_full.png +share/icons/mate/22x22/status/user-available.png +share/icons/mate/22x22/status/user-away.png +share/icons/mate/22x22/status/user-busy.png +share/icons/mate/22x22/status/user-idle.png +share/icons/mate/22x22/status/user-invisible.png +share/icons/mate/22x22/status/user-offline.png +share/icons/mate/22x22/status/user-trash-full.png +share/icons/mate/22x22/status/weather-clear-night.png +share/icons/mate/22x22/status/weather-clear.png +share/icons/mate/22x22/status/weather-few-clouds-night.png +share/icons/mate/22x22/status/weather-few-clouds.png +share/icons/mate/22x22/status/weather-fog.png +share/icons/mate/22x22/status/weather-overcast.png +share/icons/mate/22x22/status/weather-severe-alert.png +share/icons/mate/22x22/status/weather-showers-scattered.png +share/icons/mate/22x22/status/weather-showers.png +share/icons/mate/22x22/status/weather-snow.png +share/icons/mate/22x22/status/weather-storm.png +share/icons/mate/22x22/status/xfce-trash_full.png +share/icons/mate/24x24/actions/add.png +share/icons/mate/24x24/actions/address-book-new.png +share/icons/mate/24x24/actions/application-exit.png +share/icons/mate/24x24/actions/appointment-new.png +share/icons/mate/24x24/actions/appointment.png +share/icons/mate/24x24/actions/back.png +share/icons/mate/24x24/actions/bookmark-new.png +share/icons/mate/24x24/actions/bookmark_add.png +share/icons/mate/24x24/actions/bookmarks_list_add.png +share/icons/mate/24x24/actions/bottom.png +share/icons/mate/24x24/actions/call-start.png +share/icons/mate/24x24/actions/call-stop.png +share/icons/mate/24x24/actions/centrejust.png +share/icons/mate/24x24/actions/contact-new.png +share/icons/mate/24x24/actions/document-new.png +share/icons/mate/24x24/actions/document-open-recent.png +share/icons/mate/24x24/actions/document-open.png +share/icons/mate/24x24/actions/document-page-setup.png +share/icons/mate/24x24/actions/document-print-preview.png +share/icons/mate/24x24/actions/document-print.png +share/icons/mate/24x24/actions/document-properties.png +share/icons/mate/24x24/actions/document-revert.png +share/icons/mate/24x24/actions/document-save-as.png +share/icons/mate/24x24/actions/document-save.png +share/icons/mate/24x24/actions/document-send.png +share/icons/mate/24x24/actions/down.png +share/icons/mate/24x24/actions/edit-clear.png +share/icons/mate/24x24/actions/edit-copy.png +share/icons/mate/24x24/actions/edit-cut.png +share/icons/mate/24x24/actions/edit-delete.png +share/icons/mate/24x24/actions/edit-find-replace.png +share/icons/mate/24x24/actions/edit-find.png +share/icons/mate/24x24/actions/edit-paste.png +share/icons/mate/24x24/actions/edit-redo.png +share/icons/mate/24x24/actions/edit-select-all.png +share/icons/mate/24x24/actions/edit-undo.png +share/icons/mate/24x24/actions/editclear.png +share/icons/mate/24x24/actions/editcopy.png +share/icons/mate/24x24/actions/editcut.png +share/icons/mate/24x24/actions/editdelete.png +share/icons/mate/24x24/actions/editpaste.png +share/icons/mate/24x24/actions/exit.png +share/icons/mate/24x24/actions/filefind.png +share/icons/mate/24x24/actions/filenew.png +share/icons/mate/24x24/actions/fileopen.png +share/icons/mate/24x24/actions/fileprint.png +share/icons/mate/24x24/actions/filequickprint.png +share/icons/mate/24x24/actions/filesave.png +share/icons/mate/24x24/actions/filesaveas.png +share/icons/mate/24x24/actions/find.png +share/icons/mate/24x24/actions/finish.png +share/icons/mate/24x24/actions/folder-new.png +share/icons/mate/24x24/actions/folder_new.png +share/icons/mate/24x24/actions/format-indent-less.png +share/icons/mate/24x24/actions/format-indent-more.png +share/icons/mate/24x24/actions/format-justify-center.png +share/icons/mate/24x24/actions/format-justify-fill.png +share/icons/mate/24x24/actions/format-justify-left.png +share/icons/mate/24x24/actions/format-justify-right.png +share/icons/mate/24x24/actions/format-text-bold.png +share/icons/mate/24x24/actions/format-text-direction-ltr.png +share/icons/mate/24x24/actions/format-text-direction-rtl.png +share/icons/mate/24x24/actions/format-text-italic.png +share/icons/mate/24x24/actions/format-text-strikethrough.png +share/icons/mate/24x24/actions/format-text-underline.png +share/icons/mate/24x24/actions/forward.png +share/icons/mate/24x24/actions/gnome-lockscreen.png +share/icons/mate/24x24/actions/gnome-logout.png +share/icons/mate/24x24/actions/gnome-run.png +share/icons/mate/24x24/actions/gnome-searchtool.png +share/icons/mate/24x24/actions/gnome-shutdown.png +share/icons/mate/24x24/actions/gnome-stock-mail-fwd.png +share/icons/mate/24x24/actions/gnome-stock-mail-new.png +share/icons/mate/24x24/actions/gnome-stock-mail-rpl.png +share/icons/mate/24x24/actions/gnome-stock-mail-snd.png +share/icons/mate/24x24/actions/gnome-stock-text-indent.png +share/icons/mate/24x24/actions/gnome-stock-text-unindent.png +share/icons/mate/24x24/actions/go-bottom.png +share/icons/mate/24x24/actions/go-down.png +share/icons/mate/24x24/actions/go-first.png +share/icons/mate/24x24/actions/go-home.png +share/icons/mate/24x24/actions/go-jump.png +share/icons/mate/24x24/actions/go-last.png +share/icons/mate/24x24/actions/go-next.png +share/icons/mate/24x24/actions/go-previous.png +share/icons/mate/24x24/actions/go-top.png +share/icons/mate/24x24/actions/go-up.png +share/icons/mate/24x24/actions/gohome.png +share/icons/mate/24x24/actions/gtk-about.png +share/icons/mate/24x24/actions/gtk-add.png +share/icons/mate/24x24/actions/gtk-bold.png +share/icons/mate/24x24/actions/gtk-cancel.png +share/icons/mate/24x24/actions/gtk-clear.png +share/icons/mate/24x24/actions/gtk-close.png +share/icons/mate/24x24/actions/gtk-copy.png +share/icons/mate/24x24/actions/gtk-cut.png +share/icons/mate/24x24/actions/gtk-delete.png +share/icons/mate/24x24/actions/gtk-execute.png +share/icons/mate/24x24/actions/gtk-find-and-replace.png +share/icons/mate/24x24/actions/gtk-find.png +share/icons/mate/24x24/actions/gtk-fullscreen.png +share/icons/mate/24x24/actions/gtk-go-back-ltr.png +share/icons/mate/24x24/actions/gtk-go-back-rtl.png +share/icons/mate/24x24/actions/gtk-go-down.png +share/icons/mate/24x24/actions/gtk-go-forward-ltr.png +share/icons/mate/24x24/actions/gtk-go-forward-rtl.png +share/icons/mate/24x24/actions/gtk-go-up.png +share/icons/mate/24x24/actions/gtk-goto-bottom.png +share/icons/mate/24x24/actions/gtk-goto-first-ltr.png +share/icons/mate/24x24/actions/gtk-goto-first-rtl.png +share/icons/mate/24x24/actions/gtk-goto-last-ltr.png +share/icons/mate/24x24/actions/gtk-goto-last-rtl.png +share/icons/mate/24x24/actions/gtk-goto-top.png +share/icons/mate/24x24/actions/gtk-help.png +share/icons/mate/24x24/actions/gtk-home.png +share/icons/mate/24x24/actions/gtk-indent-ltr.png +share/icons/mate/24x24/actions/gtk-indent-rtl.png +share/icons/mate/24x24/actions/gtk-italic.png +share/icons/mate/24x24/actions/gtk-jump-to-ltr.png +share/icons/mate/24x24/actions/gtk-jump-to-rtl.png +share/icons/mate/24x24/actions/gtk-justify-center.png +share/icons/mate/24x24/actions/gtk-justify-fill.png +share/icons/mate/24x24/actions/gtk-justify-left.png +share/icons/mate/24x24/actions/gtk-justify-right.png +share/icons/mate/24x24/actions/gtk-leave-fullscreen.png +share/icons/mate/24x24/actions/gtk-media-forward-ltr.png +share/icons/mate/24x24/actions/gtk-media-forward-rtl.png +share/icons/mate/24x24/actions/gtk-media-next-ltr.png +share/icons/mate/24x24/actions/gtk-media-next-rtl.png +share/icons/mate/24x24/actions/gtk-media-pause.png +share/icons/mate/24x24/actions/gtk-media-play-ltr.png +share/icons/mate/24x24/actions/gtk-media-previous-ltr.png +share/icons/mate/24x24/actions/gtk-media-previous-rtl.png +share/icons/mate/24x24/actions/gtk-media-record.png +share/icons/mate/24x24/actions/gtk-media-rewind-ltr.png +share/icons/mate/24x24/actions/gtk-media-rewind-rtl.png +share/icons/mate/24x24/actions/gtk-media-stop.png +share/icons/mate/24x24/actions/gtk-new.png +share/icons/mate/24x24/actions/gtk-open.png +share/icons/mate/24x24/actions/gtk-paste.png +share/icons/mate/24x24/actions/gtk-print-preview.png +share/icons/mate/24x24/actions/gtk-print.png +share/icons/mate/24x24/actions/gtk-properties.png +share/icons/mate/24x24/actions/gtk-quit.png +share/icons/mate/24x24/actions/gtk-redo-ltr.png +share/icons/mate/24x24/actions/gtk-refresh.png +share/icons/mate/24x24/actions/gtk-remove.png +share/icons/mate/24x24/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/24x24/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/24x24/actions/gtk-save-as.png +share/icons/mate/24x24/actions/gtk-save.png +share/icons/mate/24x24/actions/gtk-select-all.png +share/icons/mate/24x24/actions/gtk-sort-ascending.png +share/icons/mate/24x24/actions/gtk-sort-descending.png +share/icons/mate/24x24/actions/gtk-spell-check.png +share/icons/mate/24x24/actions/gtk-stop.png +share/icons/mate/24x24/actions/gtk-strikethrough.png +share/icons/mate/24x24/actions/gtk-underline.png +share/icons/mate/24x24/actions/gtk-undo-ltr.png +share/icons/mate/24x24/actions/gtk-unindent-ltr.png +share/icons/mate/24x24/actions/gtk-unindent-rtl.png +share/icons/mate/24x24/actions/gtk-zoom-100.png +share/icons/mate/24x24/actions/gtk-zoom-fit.png +share/icons/mate/24x24/actions/gtk-zoom-in.png +share/icons/mate/24x24/actions/gtk-zoom-out.png +share/icons/mate/24x24/actions/help-about.png +share/icons/mate/24x24/actions/help-contents.png +share/icons/mate/24x24/actions/help-faq.png +share/icons/mate/24x24/actions/help.png +share/icons/mate/24x24/actions/insert-image.png +share/icons/mate/24x24/actions/insert-link.png +share/icons/mate/24x24/actions/insert-object.png +share/icons/mate/24x24/actions/insert-text.png +share/icons/mate/24x24/actions/kfind.png +share/icons/mate/24x24/actions/kfm_home.png +share/icons/mate/24x24/actions/leftjust.png +share/icons/mate/24x24/actions/list-add.png +share/icons/mate/24x24/actions/list-remove.png +share/icons/mate/24x24/actions/lock.png +share/icons/mate/24x24/actions/mail-forward.png +share/icons/mate/24x24/actions/mail-mark-important.png +share/icons/mate/24x24/actions/mail-mark-junk.png +share/icons/mate/24x24/actions/mail-mark-notjunk.png +share/icons/mate/24x24/actions/mail-mark-read.png +share/icons/mate/24x24/actions/mail-mark-unread.png +share/icons/mate/24x24/actions/mail-message-new.png +share/icons/mate/24x24/actions/mail-reply-all.png +share/icons/mate/24x24/actions/mail-reply-sender.png +share/icons/mate/24x24/actions/mail-send-receive.png +share/icons/mate/24x24/actions/mail-send.png +share/icons/mate/24x24/actions/mail_forward.png +share/icons/mate/24x24/actions/mail_new.png +share/icons/mate/24x24/actions/mail_reply.png +share/icons/mate/24x24/actions/mail_replyall.png +share/icons/mate/24x24/actions/mail_send.png +share/icons/mate/24x24/actions/mail_spam.png +share/icons/mate/24x24/actions/media-eject.png +share/icons/mate/24x24/actions/media-playback-pause.png +share/icons/mate/24x24/actions/media-playback-start.png +share/icons/mate/24x24/actions/media-playback-stop.png +share/icons/mate/24x24/actions/media-record.png +share/icons/mate/24x24/actions/media-seek-backward.png +share/icons/mate/24x24/actions/media-seek-forward.png +share/icons/mate/24x24/actions/media-skip-backward.png +share/icons/mate/24x24/actions/media-skip-forward.png +share/icons/mate/24x24/actions/next.png +share/icons/mate/24x24/actions/object-flip-horizontal.png +share/icons/mate/24x24/actions/object-flip-vertical.png +share/icons/mate/24x24/actions/object-rotate-left.png +share/icons/mate/24x24/actions/object-rotate-right.png +share/icons/mate/24x24/actions/player_eject.png +share/icons/mate/24x24/actions/player_end.png +share/icons/mate/24x24/actions/player_fwd.png +share/icons/mate/24x24/actions/player_pause.png +share/icons/mate/24x24/actions/player_play.png +share/icons/mate/24x24/actions/player_record.png +share/icons/mate/24x24/actions/player_rew.png +share/icons/mate/24x24/actions/player_start.png +share/icons/mate/24x24/actions/player_stop.png +share/icons/mate/24x24/actions/previous.png +share/icons/mate/24x24/actions/process-stop.png +share/icons/mate/24x24/actions/redhat-home.png +share/icons/mate/24x24/actions/redo.png +share/icons/mate/24x24/actions/reload.png +share/icons/mate/24x24/actions/reload3.png +share/icons/mate/24x24/actions/reload_all_tabs.png +share/icons/mate/24x24/actions/reload_page.png +share/icons/mate/24x24/actions/remove.png +share/icons/mate/24x24/actions/revert.png +share/icons/mate/24x24/actions/rightjust.png +share/icons/mate/24x24/actions/search.png +share/icons/mate/24x24/actions/start.png +share/icons/mate/24x24/actions/stock_about.png +share/icons/mate/24x24/actions/stock_add-bookmark.png +share/icons/mate/24x24/actions/stock_bottom.png +share/icons/mate/24x24/actions/stock_close.png +share/icons/mate/24x24/actions/stock_copy.png +share/icons/mate/24x24/actions/stock_cut.png +share/icons/mate/24x24/actions/stock_delete.png +share/icons/mate/24x24/actions/stock_down.png +share/icons/mate/24x24/actions/stock_file-properites.png +share/icons/mate/24x24/actions/stock_first.png +share/icons/mate/24x24/actions/stock_fullscreen.png +share/icons/mate/24x24/actions/stock_help-add-bookmark.png +share/icons/mate/24x24/actions/stock_help.png +share/icons/mate/24x24/actions/stock_home.png +share/icons/mate/24x24/actions/stock_last.png +share/icons/mate/24x24/actions/stock_leave-fullscreen.png +share/icons/mate/24x24/actions/stock_left.png +share/icons/mate/24x24/actions/stock_mail-compose.png +share/icons/mate/24x24/actions/stock_mail-forward.png +share/icons/mate/24x24/actions/stock_mail-reply-to-all.png +share/icons/mate/24x24/actions/stock_mail-reply.png +share/icons/mate/24x24/actions/stock_mail-send-receive.png +share/icons/mate/24x24/actions/stock_mail-send.png +share/icons/mate/24x24/actions/stock_media-fwd.png +share/icons/mate/24x24/actions/stock_media-next.png +share/icons/mate/24x24/actions/stock_media-pause.png +share/icons/mate/24x24/actions/stock_media-play.png +share/icons/mate/24x24/actions/stock_media-prev.png +share/icons/mate/24x24/actions/stock_media-rec.png +share/icons/mate/24x24/actions/stock_media-rew.png +share/icons/mate/24x24/actions/stock_media-stop.png +share/icons/mate/24x24/actions/stock_new-address-book.png +share/icons/mate/24x24/actions/stock_new-appointment.png +share/icons/mate/24x24/actions/stock_new-bcard.png +share/icons/mate/24x24/actions/stock_new-dir.png +share/icons/mate/24x24/actions/stock_new-tab.png +share/icons/mate/24x24/actions/stock_new-text.png +share/icons/mate/24x24/actions/stock_new-window.png +share/icons/mate/24x24/actions/stock_paste.png +share/icons/mate/24x24/actions/stock_print-preview.png +share/icons/mate/24x24/actions/stock_print-setup.png +share/icons/mate/24x24/actions/stock_print.png +share/icons/mate/24x24/actions/stock_properties.png +share/icons/mate/24x24/actions/stock_redo.png +share/icons/mate/24x24/actions/stock_refresh.png +share/icons/mate/24x24/actions/stock_right.png +share/icons/mate/24x24/actions/stock_save-as.png +share/icons/mate/24x24/actions/stock_save.png +share/icons/mate/24x24/actions/stock_search-and-replace.png +share/icons/mate/24x24/actions/stock_search.png +share/icons/mate/24x24/actions/stock_select-all.png +share/icons/mate/24x24/actions/stock_spam.png +share/icons/mate/24x24/actions/stock_spellcheck.png +share/icons/mate/24x24/actions/stock_stop.png +share/icons/mate/24x24/actions/stock_text-strikethrough.png +share/icons/mate/24x24/actions/stock_text_bold.png +share/icons/mate/24x24/actions/stock_text_center.png +share/icons/mate/24x24/actions/stock_text_indent.png +share/icons/mate/24x24/actions/stock_text_italic.png +share/icons/mate/24x24/actions/stock_text_justify.png +share/icons/mate/24x24/actions/stock_text_left.png +share/icons/mate/24x24/actions/stock_text_right.png +share/icons/mate/24x24/actions/stock_text_underlined.png +share/icons/mate/24x24/actions/stock_text_unindent.png +share/icons/mate/24x24/actions/stock_top.png +share/icons/mate/24x24/actions/stock_undo.png +share/icons/mate/24x24/actions/stock_up.png +share/icons/mate/24x24/actions/stock_zoom-1.png +share/icons/mate/24x24/actions/stock_zoom-in.png +share/icons/mate/24x24/actions/stock_zoom-out.png +share/icons/mate/24x24/actions/stock_zoom-page.png +share/icons/mate/24x24/actions/stop.png +share/icons/mate/24x24/actions/system-lock-screen.png +share/icons/mate/24x24/actions/system-log-out.png +share/icons/mate/24x24/actions/system-run.png +share/icons/mate/24x24/actions/system-search.png +share/icons/mate/24x24/actions/system-shutdown.png +share/icons/mate/24x24/actions/tab-new.png +share/icons/mate/24x24/actions/tab_new.png +share/icons/mate/24x24/actions/text_bold.png +share/icons/mate/24x24/actions/text_italic.png +share/icons/mate/24x24/actions/text_strike.png +share/icons/mate/24x24/actions/text_under.png +share/icons/mate/24x24/actions/tools-check-spelling.png +share/icons/mate/24x24/actions/top.png +share/icons/mate/24x24/actions/undo.png +share/icons/mate/24x24/actions/up.png +share/icons/mate/24x24/actions/view-fullscreen.png +share/icons/mate/24x24/actions/view-refresh.png +share/icons/mate/24x24/actions/view-restore.png +share/icons/mate/24x24/actions/view-sort-ascending.png +share/icons/mate/24x24/actions/view-sort-descending.png +share/icons/mate/24x24/actions/viewmag+.png +share/icons/mate/24x24/actions/viewmag-.png +share/icons/mate/24x24/actions/viewmag1.png +share/icons/mate/24x24/actions/viewmagfit.png +share/icons/mate/24x24/actions/window-close.png +share/icons/mate/24x24/actions/window-new.png +share/icons/mate/24x24/actions/window_fullscreen.png +share/icons/mate/24x24/actions/window_new.png +share/icons/mate/24x24/actions/window_nofullscreen.png +share/icons/mate/24x24/actions/xfce-system-exit.png +share/icons/mate/24x24/actions/xfce-system-lock.png +share/icons/mate/24x24/actions/zoom-best-fit.png +share/icons/mate/24x24/actions/zoom-fit-best.png +share/icons/mate/24x24/actions/zoom-in.png +share/icons/mate/24x24/actions/zoom-original.png +share/icons/mate/24x24/actions/zoom-out.png +share/icons/mate/24x24/apps/access.png +share/icons/mate/24x24/apps/accessibility-directory.png +share/icons/mate/24x24/apps/accessories-calculator.png +share/icons/mate/24x24/apps/accessories-character-map.png +share/icons/mate/24x24/apps/accessories-dictionary.png +share/icons/mate/24x24/apps/accessories-text-editor.png +share/icons/mate/24x24/apps/applets-screenshooter.png +share/icons/mate/24x24/apps/arts.png +share/icons/mate/24x24/apps/background.png +share/icons/mate/24x24/apps/calc.png +share/icons/mate/24x24/apps/config-language.png +share/icons/mate/24x24/apps/config-users.png +share/icons/mate/24x24/apps/dconf-editor.png +share/icons/mate/24x24/apps/file-manager.png +share/icons/mate/24x24/apps/fonts.png +share/icons/mate/24x24/apps/gnome-calculator.png +share/icons/mate/24x24/apps/gnome-character-map.png +share/icons/mate/24x24/apps/gnome-help.png +share/icons/mate/24x24/apps/gnome-mixer.png +share/icons/mate/24x24/apps/gnome-monitor.png +share/icons/mate/24x24/apps/gnome-remote-desktop.png +share/icons/mate/24x24/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/24x24/apps/gnome-settings-background.png +share/icons/mate/24x24/apps/gnome-settings-font.png +share/icons/mate/24x24/apps/gnome-settings-keybindings.png +share/icons/mate/24x24/apps/gnome-settings-theme.png +share/icons/mate/24x24/apps/gnome-terminal.png +share/icons/mate/24x24/apps/gnome-window-manager.png +share/icons/mate/24x24/apps/gucharmap.png +share/icons/mate/24x24/apps/help-browser.png +share/icons/mate/24x24/apps/kcalc.png +share/icons/mate/24x24/apps/kcharselect.png +share/icons/mate/24x24/apps/kcmkwm.png +share/icons/mate/24x24/apps/kcmsound.png +share/icons/mate/24x24/apps/kedit.png +share/icons/mate/24x24/apps/key_bindings.png +share/icons/mate/24x24/apps/kfm.png +share/icons/mate/24x24/apps/khelpcenter.png +share/icons/mate/24x24/apps/konsole.png +share/icons/mate/24x24/apps/krfb.png +share/icons/mate/24x24/apps/kscreensaver.png +share/icons/mate/24x24/apps/ksysguard.png +share/icons/mate/24x24/apps/kuser.png +share/icons/mate/24x24/apps/kwin.png +share/icons/mate/24x24/apps/locale.png +share/icons/mate/24x24/apps/logviewer.png +share/icons/mate/24x24/apps/mate.png +share/icons/mate/24x24/apps/multimedia-volume-control.png +share/icons/mate/24x24/apps/multimedia.png +share/icons/mate/24x24/apps/openterm.png +share/icons/mate/24x24/apps/preferences-desktop-accessibility.png +share/icons/mate/24x24/apps/preferences-desktop-default-applications.png +share/icons/mate/24x24/apps/preferences-desktop-display.png +share/icons/mate/24x24/apps/preferences-desktop-font.png +share/icons/mate/24x24/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/24x24/apps/preferences-desktop-keyboard.png +share/icons/mate/24x24/apps/preferences-desktop-locale.png +share/icons/mate/24x24/apps/preferences-desktop-remote-desktop.png +share/icons/mate/24x24/apps/preferences-desktop-screensaver.png +share/icons/mate/24x24/apps/preferences-desktop-theme.png +share/icons/mate/24x24/apps/preferences-desktop-wallpaper.png +share/icons/mate/24x24/apps/preferences-system-windows.png +share/icons/mate/24x24/apps/redhat-filemanager.png +share/icons/mate/24x24/apps/screensaver.png +share/icons/mate/24x24/apps/style.png +share/icons/mate/24x24/apps/susehelpcenter.png +share/icons/mate/24x24/apps/system-config-users.png +share/icons/mate/24x24/apps/system-file-manager.png +share/icons/mate/24x24/apps/system-software-install.png +share/icons/mate/24x24/apps/system-software-update.png +share/icons/mate/24x24/apps/system-users.png +share/icons/mate/24x24/apps/terminal.png +share/icons/mate/24x24/apps/text-editor.png +share/icons/mate/24x24/apps/update-manager.png +share/icons/mate/24x24/apps/user-info.png +share/icons/mate/24x24/apps/utilities-system-monitor.png +share/icons/mate/24x24/apps/utilities-terminal.png +share/icons/mate/24x24/apps/volume-knob.png +share/icons/mate/24x24/apps/wallpaper.png +share/icons/mate/24x24/apps/web-browser.png +share/icons/mate/24x24/apps/xfce-filemanager.png +share/icons/mate/24x24/apps/xfce-terminal.png +share/icons/mate/24x24/apps/xfce4-backdrop.png +share/icons/mate/24x24/apps/xfce4-mixer.png +share/icons/mate/24x24/apps/xfwm4.png +share/icons/mate/24x24/apps/xscreensaver.png +share/icons/mate/24x24/apps/zen-icon.png +share/icons/mate/24x24/categories/applications-accessories.png +share/icons/mate/24x24/categories/applications-development.png +share/icons/mate/24x24/categories/applications-engineering.png +share/icons/mate/24x24/categories/applications-games.png +share/icons/mate/24x24/categories/applications-graphics.png +share/icons/mate/24x24/categories/applications-internet.png +share/icons/mate/24x24/categories/applications-multimedia.png +share/icons/mate/24x24/categories/applications-office.png +share/icons/mate/24x24/categories/applications-other.png +share/icons/mate/24x24/categories/applications-science.png +share/icons/mate/24x24/categories/applications-system.png +share/icons/mate/24x24/categories/applications-utilities.png +share/icons/mate/24x24/categories/gnome-applications.png +share/icons/mate/24x24/categories/gnome-control-center.png +share/icons/mate/24x24/categories/gnome-devel.png +share/icons/mate/24x24/categories/gnome-globe.png +share/icons/mate/24x24/categories/gnome-graphics.png +share/icons/mate/24x24/categories/gnome-joystick.png +share/icons/mate/24x24/categories/gnome-multimedia.png +share/icons/mate/24x24/categories/gnome-other.png +share/icons/mate/24x24/categories/gnome-settings.png +share/icons/mate/24x24/categories/gnome-system.png +share/icons/mate/24x24/categories/gnome-util.png +share/icons/mate/24x24/categories/gtk-preferences.png +share/icons/mate/24x24/categories/input_devices_settings.png +share/icons/mate/24x24/categories/kcontrol.png +share/icons/mate/24x24/categories/package_development.png +share/icons/mate/24x24/categories/package_games.png +share/icons/mate/24x24/categories/package_graphics.png +share/icons/mate/24x24/categories/package_multimedia.png +share/icons/mate/24x24/categories/package_network.png +share/icons/mate/24x24/categories/package_office.png +share/icons/mate/24x24/categories/package_settings.png +share/icons/mate/24x24/categories/package_system.png +share/icons/mate/24x24/categories/package_utilities.png +share/icons/mate/24x24/categories/preferences-desktop-peripherals.png +share/icons/mate/24x24/categories/preferences-desktop-personal.png +share/icons/mate/24x24/categories/preferences-desktop.png +share/icons/mate/24x24/categories/preferences-other.png +share/icons/mate/24x24/categories/preferences-system-network.png +share/icons/mate/24x24/categories/preferences-system.png +share/icons/mate/24x24/categories/redhat-accessories.png +share/icons/mate/24x24/categories/redhat-games.png +share/icons/mate/24x24/categories/redhat-graphics.png +share/icons/mate/24x24/categories/redhat-internet.png +share/icons/mate/24x24/categories/redhat-office.png +share/icons/mate/24x24/categories/redhat-preferences.png +share/icons/mate/24x24/categories/redhat-programming.png +share/icons/mate/24x24/categories/redhat-sound_video.png +share/icons/mate/24x24/categories/redhat-system_settings.png +share/icons/mate/24x24/categories/redhat-system_tools.png +share/icons/mate/24x24/categories/stock_internet.png +share/icons/mate/24x24/categories/system-help.png +share/icons/mate/24x24/categories/xfce-games.png +share/icons/mate/24x24/categories/xfce-graphics.png +share/icons/mate/24x24/categories/xfce-internet.png +share/icons/mate/24x24/categories/xfce-multimedia.png +share/icons/mate/24x24/categories/xfce-office.png +share/icons/mate/24x24/categories/xfce-system-settings.png +share/icons/mate/24x24/categories/xfce-utils.png +share/icons/mate/24x24/categories/xfce4-settings.png +share/icons/mate/24x24/devices/3floppy_unmount.png +share/icons/mate/24x24/devices/ac-adapter.png +share/icons/mate/24x24/devices/audio-card.png +share/icons/mate/24x24/devices/audio-input-microphone.png +share/icons/mate/24x24/devices/battery.png +share/icons/mate/24x24/devices/camera-photo.png +share/icons/mate/24x24/devices/camera-video.png +share/icons/mate/24x24/devices/camera-web.png +share/icons/mate/24x24/devices/camera.png +share/icons/mate/24x24/devices/camera_unmount.png +share/icons/mate/24x24/devices/cdrom_unmount.png +share/icons/mate/24x24/devices/cdwriter_unmount.png +share/icons/mate/24x24/devices/chardevice.png +share/icons/mate/24x24/devices/computer.png +share/icons/mate/24x24/devices/display.png +share/icons/mate/24x24/devices/drive-cdrom.png +share/icons/mate/24x24/devices/drive-harddisk.png +share/icons/mate/24x24/devices/drive-optical.png +share/icons/mate/24x24/devices/drive-removable-media.png +share/icons/mate/24x24/devices/dvd_unmount.png +share/icons/mate/24x24/devices/gnome-dev-battery.png +share/icons/mate/24x24/devices/gnome-dev-cdrom-audio.png +share/icons/mate/24x24/devices/gnome-dev-cdrom.png +share/icons/mate/24x24/devices/gnome-dev-computer.png +share/icons/mate/24x24/devices/gnome-dev-disc-cdr.png +share/icons/mate/24x24/devices/gnome-dev-disc-cdrw.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdr.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdram.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/24x24/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/24x24/devices/gnome-dev-dvd.png +share/icons/mate/24x24/devices/gnome-dev-ethernet.png +share/icons/mate/24x24/devices/gnome-dev-floppy.png +share/icons/mate/24x24/devices/gnome-dev-harddisk-1394.png +share/icons/mate/24x24/devices/gnome-dev-harddisk-usb.png +share/icons/mate/24x24/devices/gnome-dev-harddisk.png +share/icons/mate/24x24/devices/gnome-dev-ipod.png +share/icons/mate/24x24/devices/gnome-dev-keyboard.png +share/icons/mate/24x24/devices/gnome-dev-media-cf.png +share/icons/mate/24x24/devices/gnome-dev-media-ms.png +share/icons/mate/24x24/devices/gnome-dev-media-sdmmc.png +share/icons/mate/24x24/devices/gnome-dev-media-sm.png +share/icons/mate/24x24/devices/gnome-dev-mouse-ball.png +share/icons/mate/24x24/devices/gnome-dev-mouse-optical.png +share/icons/mate/24x24/devices/gnome-dev-printer.png +share/icons/mate/24x24/devices/gnome-dev-removable-1394.png +share/icons/mate/24x24/devices/gnome-dev-removable-usb.png +share/icons/mate/24x24/devices/gnome-dev-removable.png +share/icons/mate/24x24/devices/gnome-dev-wavelan.png +share/icons/mate/24x24/devices/gnome-fs-client.png +share/icons/mate/24x24/devices/gnome-modem.png +share/icons/mate/24x24/devices/gnome-stock-mic.png +share/icons/mate/24x24/devices/gtk-cdrom.png +share/icons/mate/24x24/devices/gtk-floppy.png +share/icons/mate/24x24/devices/gtk-harddisk.png +share/icons/mate/24x24/devices/harddrive.png +share/icons/mate/24x24/devices/hdd_unmount.png +share/icons/mate/24x24/devices/input-gaming.png +share/icons/mate/24x24/devices/input-keyboard.png +share/icons/mate/24x24/devices/input-mouse.png +share/icons/mate/24x24/devices/input-tablet.png +share/icons/mate/24x24/devices/input-touchpad.png +share/icons/mate/24x24/devices/ipod_mount.png +share/icons/mate/24x24/devices/joystick.png +share/icons/mate/24x24/devices/keyboard.png +share/icons/mate/24x24/devices/kjobviewer.png +share/icons/mate/24x24/devices/kxkb.png +share/icons/mate/24x24/devices/media-cdrom.png +share/icons/mate/24x24/devices/media-flash.png +share/icons/mate/24x24/devices/media-floppy.png +share/icons/mate/24x24/devices/media-optical.png +share/icons/mate/24x24/devices/media-tape.png +share/icons/mate/24x24/devices/modem.png +share/icons/mate/24x24/devices/mouse.png +share/icons/mate/24x24/devices/multimedia-player.png +share/icons/mate/24x24/devices/network-wired.png +share/icons/mate/24x24/devices/network-wireless.png +share/icons/mate/24x24/devices/pda.png +share/icons/mate/24x24/devices/phone.png +share/icons/mate/24x24/devices/printer-remote.png +share/icons/mate/24x24/devices/printer.png +share/icons/mate/24x24/devices/printer1.png +share/icons/mate/24x24/devices/printmgr.png +share/icons/mate/24x24/devices/scanner.png +share/icons/mate/24x24/devices/stock_cell-phone.png +share/icons/mate/24x24/devices/stock_mic.png +share/icons/mate/24x24/devices/stock_printers.png +share/icons/mate/24x24/devices/system-floppy.png +share/icons/mate/24x24/devices/system.png +share/icons/mate/24x24/devices/usbpendrive_unmount.png +share/icons/mate/24x24/devices/video-display.png +share/icons/mate/24x24/devices/xfce-printer.png +share/icons/mate/24x24/devices/xfce4-display.png +share/icons/mate/24x24/devices/xfce4-keyboard.png +share/icons/mate/24x24/devices/xfce4-mouse.png +share/icons/mate/24x24/devices/yast_HD.png +share/icons/mate/24x24/devices/yast_idetude.png +share/icons/mate/24x24/devices/yast_joystick.png +share/icons/mate/24x24/devices/yast_mouse.png +share/icons/mate/24x24/devices/yast_printer.png +share/icons/mate/24x24/devices/yast_soundcard.png +share/icons/mate/24x24/emblems/emblem-default.png +share/icons/mate/24x24/emblems/emblem-documents.png +share/icons/mate/24x24/emblems/emblem-downloads.png +share/icons/mate/24x24/emblems/emblem-favorite.png +share/icons/mate/24x24/emblems/emblem-generic.png +share/icons/mate/24x24/emblems/emblem-important.png +share/icons/mate/24x24/emblems/emblem-mail.png +share/icons/mate/24x24/emblems/emblem-new.png +share/icons/mate/24x24/emblems/emblem-noread.png +share/icons/mate/24x24/emblems/emblem-nowrite.png +share/icons/mate/24x24/emblems/emblem-package.png +share/icons/mate/24x24/emblems/emblem-photos.png +share/icons/mate/24x24/emblems/emblem-readonly.png +share/icons/mate/24x24/emblems/emblem-shared.png +share/icons/mate/24x24/emblems/emblem-symbolic-link.png +share/icons/mate/24x24/emblems/emblem-system.png +share/icons/mate/24x24/emblems/emblem-unreadable.png +share/icons/mate/24x24/emblems/emblem-urgent.png +share/icons/mate/24x24/emblems/emblem-web.png +share/icons/mate/24x24/emotes/face-angel.png +share/icons/mate/24x24/emotes/face-angry.png +share/icons/mate/24x24/emotes/face-cool.png +share/icons/mate/24x24/emotes/face-crying.png +share/icons/mate/24x24/emotes/face-devilish.png +share/icons/mate/24x24/emotes/face-embarrassed.png +share/icons/mate/24x24/emotes/face-glasses.png +share/icons/mate/24x24/emotes/face-kiss.png +share/icons/mate/24x24/emotes/face-laugh.png +share/icons/mate/24x24/emotes/face-monkey.png +share/icons/mate/24x24/emotes/face-plain.png +share/icons/mate/24x24/emotes/face-raspberry.png +share/icons/mate/24x24/emotes/face-sad.png +share/icons/mate/24x24/emotes/face-sick.png +share/icons/mate/24x24/emotes/face-smile-big.png +share/icons/mate/24x24/emotes/face-smile.png +share/icons/mate/24x24/emotes/face-smirk.png +share/icons/mate/24x24/emotes/face-surprise.png +share/icons/mate/24x24/emotes/face-tired.png +share/icons/mate/24x24/emotes/face-uncertain.png +share/icons/mate/24x24/emotes/face-wink.png +share/icons/mate/24x24/emotes/face-worried.png +share/icons/mate/24x24/emotes/stock_smiley-1.png +share/icons/mate/24x24/emotes/stock_smiley-10.png +share/icons/mate/24x24/emotes/stock_smiley-11.png +share/icons/mate/24x24/emotes/stock_smiley-13.png +share/icons/mate/24x24/emotes/stock_smiley-15.png +share/icons/mate/24x24/emotes/stock_smiley-18.png +share/icons/mate/24x24/emotes/stock_smiley-2.png +share/icons/mate/24x24/emotes/stock_smiley-22.png +share/icons/mate/24x24/emotes/stock_smiley-3.png +share/icons/mate/24x24/emotes/stock_smiley-4.png +share/icons/mate/24x24/emotes/stock_smiley-5.png +share/icons/mate/24x24/emotes/stock_smiley-6.png +share/icons/mate/24x24/emotes/stock_smiley-7.png +share/icons/mate/24x24/emotes/stock_smiley-8.png +share/icons/mate/24x24/mimetypes/application-certificate.png +share/icons/mate/24x24/mimetypes/application-pdf.png +share/icons/mate/24x24/mimetypes/application-pgp-encrypted.png +share/icons/mate/24x24/mimetypes/application-rss+xml.png +share/icons/mate/24x24/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/24x24/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/24x24/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/24x24/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/24x24/mimetypes/application-x-bittorrent.png +share/icons/mate/24x24/mimetypes/application-x-blender.png +share/icons/mate/24x24/mimetypes/application-x-cd-image.png +share/icons/mate/24x24/mimetypes/application-x-desktop.png +share/icons/mate/24x24/mimetypes/application-x-executable.png +share/icons/mate/24x24/mimetypes/application-x-homebank.png +share/icons/mate/24x24/mimetypes/application-x-java-archive.png +share/icons/mate/24x24/mimetypes/application-x-java.png +share/icons/mate/24x24/mimetypes/application-x-javascript.png +share/icons/mate/24x24/mimetypes/application-x-keepass.png +share/icons/mate/24x24/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/24x24/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/24x24/mimetypes/application-x-package-list.png +share/icons/mate/24x24/mimetypes/application-x-perl.png +share/icons/mate/24x24/mimetypes/application-x-php.png +share/icons/mate/24x24/mimetypes/application-x-planner.png +share/icons/mate/24x24/mimetypes/application-x-python-bytecode.png +share/icons/mate/24x24/mimetypes/application-x-remote-connection.png +share/icons/mate/24x24/mimetypes/application-x-ruby.png +share/icons/mate/24x24/mimetypes/application-x-theme.png +share/icons/mate/24x24/mimetypes/application-x-vnc.png +share/icons/mate/24x24/mimetypes/ascii.png +share/icons/mate/24x24/mimetypes/audio-x-generic.png +share/icons/mate/24x24/mimetypes/binary.png +share/icons/mate/24x24/mimetypes/contents2.png +share/icons/mate/24x24/mimetypes/deb.png +share/icons/mate/24x24/mimetypes/document.png +share/icons/mate/24x24/mimetypes/empty.png +share/icons/mate/24x24/mimetypes/exec.png +share/icons/mate/24x24/mimetypes/folder_tar.png +share/icons/mate/24x24/mimetypes/font-x-generic.png +share/icons/mate/24x24/mimetypes/font.png +share/icons/mate/24x24/mimetypes/font_bitmap.png +share/icons/mate/24x24/mimetypes/font_truetype.png +share/icons/mate/24x24/mimetypes/font_type1.png +share/icons/mate/24x24/mimetypes/gnome-fs-executable.png +share/icons/mate/24x24/mimetypes/gnome-fs-regular.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-msword.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/24x24/mimetypes/gnome-mime-application-zip.png +share/icons/mate/24x24/mimetypes/gnome-mime-audio.png +share/icons/mate/24x24/mimetypes/gnome-mime-image.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-html.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/24x24/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/24x24/mimetypes/gnome-mime-text.png +share/icons/mate/24x24/mimetypes/gnome-mime-video.png +share/icons/mate/24x24/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/24x24/mimetypes/gnome-package.png +share/icons/mate/24x24/mimetypes/gtk-file.png +share/icons/mate/24x24/mimetypes/html.png +share/icons/mate/24x24/mimetypes/image-svg+xml-compressed.png +share/icons/mate/24x24/mimetypes/image-svg+xml.png +share/icons/mate/24x24/mimetypes/image-x-compressed-xcf.png +share/icons/mate/24x24/mimetypes/image-x-generic.png +share/icons/mate/24x24/mimetypes/image-x-xcf.png +share/icons/mate/24x24/mimetypes/image.png +share/icons/mate/24x24/mimetypes/kpresenter_kpr.png +share/icons/mate/24x24/mimetypes/mime_ascii.png +share/icons/mate/24x24/mimetypes/misc.png +share/icons/mate/24x24/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-drawing.png +share/icons/mate/24x24/mimetypes/openofficeorg-extension.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/24x24/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-presentation.png +share/icons/mate/24x24/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/24x24/mimetypes/openofficeorg-text-template.png +share/icons/mate/24x24/mimetypes/openofficeorg-text.png +share/icons/mate/24x24/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-drawing.png +share/icons/mate/24x24/mimetypes/openofficeorg3-extension.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/24x24/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-presentation.png +share/icons/mate/24x24/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/24x24/mimetypes/openofficeorg3-text-template.png +share/icons/mate/24x24/mimetypes/openofficeorg3-text.png +share/icons/mate/24x24/mimetypes/package-x-generic.png +share/icons/mate/24x24/mimetypes/package.png +share/icons/mate/24x24/mimetypes/package_editors.png +share/icons/mate/24x24/mimetypes/package_wordprocessing.png +share/icons/mate/24x24/mimetypes/plan.png +share/icons/mate/24x24/mimetypes/rpm.png +share/icons/mate/24x24/mimetypes/shellscript.png +share/icons/mate/24x24/mimetypes/sound.png +share/icons/mate/24x24/mimetypes/spreadsheet.png +share/icons/mate/24x24/mimetypes/stock_addressbook.png +share/icons/mate/24x24/mimetypes/stock_calendar.png +share/icons/mate/24x24/mimetypes/stock_certificate.png +share/icons/mate/24x24/mimetypes/stock_script.png +share/icons/mate/24x24/mimetypes/tar.png +share/icons/mate/24x24/mimetypes/template_source.png +share/icons/mate/24x24/mimetypes/text-css.png +share/icons/mate/24x24/mimetypes/text-csv.png +share/icons/mate/24x24/mimetypes/text-html.png +share/icons/mate/24x24/mimetypes/text-x-apport.png +share/icons/mate/24x24/mimetypes/text-x-authors.png +share/icons/mate/24x24/mimetypes/text-x-boo.png +share/icons/mate/24x24/mimetypes/text-x-c++hdr.png +share/icons/mate/24x24/mimetypes/text-x-c++src.png +share/icons/mate/24x24/mimetypes/text-x-changelog.png +share/icons/mate/24x24/mimetypes/text-x-chdr.png +share/icons/mate/24x24/mimetypes/text-x-copying.png +share/icons/mate/24x24/mimetypes/text-x-csharp.png +share/icons/mate/24x24/mimetypes/text-x-csrc.png +share/icons/mate/24x24/mimetypes/text-x-generic-template.png +share/icons/mate/24x24/mimetypes/text-x-generic.png +share/icons/mate/24x24/mimetypes/text-x-install.png +share/icons/mate/24x24/mimetypes/text-x-java.png +share/icons/mate/24x24/mimetypes/text-x-log.png +share/icons/mate/24x24/mimetypes/text-x-makefile.png +share/icons/mate/24x24/mimetypes/text-x-opml+xml.png +share/icons/mate/24x24/mimetypes/text-x-patch.png +share/icons/mate/24x24/mimetypes/text-x-preview.png +share/icons/mate/24x24/mimetypes/text-x-python.png +share/icons/mate/24x24/mimetypes/text-x-readme.png +share/icons/mate/24x24/mimetypes/text-x-script.png +share/icons/mate/24x24/mimetypes/tgz.png +share/icons/mate/24x24/mimetypes/txt.png +share/icons/mate/24x24/mimetypes/txt2.png +share/icons/mate/24x24/mimetypes/unknown.png +share/icons/mate/24x24/mimetypes/vcalendar.png +share/icons/mate/24x24/mimetypes/vcard.png +share/icons/mate/24x24/mimetypes/video-x-generic.png +share/icons/mate/24x24/mimetypes/video.png +share/icons/mate/24x24/mimetypes/wordprocessing.png +share/icons/mate/24x24/mimetypes/www.png +share/icons/mate/24x24/mimetypes/x-office-address-book.png +share/icons/mate/24x24/mimetypes/x-office-calendar.png +share/icons/mate/24x24/mimetypes/x-office-document-template.png +share/icons/mate/24x24/mimetypes/x-office-document.png +share/icons/mate/24x24/mimetypes/x-office-drawing-template.png +share/icons/mate/24x24/mimetypes/x-office-drawing.png +share/icons/mate/24x24/mimetypes/x-office-presentation-template.png +share/icons/mate/24x24/mimetypes/x-office-presentation.png +share/icons/mate/24x24/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/24x24/mimetypes/x-office-spreadsheet.png +share/icons/mate/24x24/mimetypes/zip.png +share/icons/mate/24x24/places/application-x-gnome-saved-search.png +share/icons/mate/24x24/places/desktop.png +share/icons/mate/24x24/places/distributor-logo.png +share/icons/mate/24x24/places/emptytrash.png +share/icons/mate/24x24/places/folder-documents.png +share/icons/mate/24x24/places/folder-download.png +share/icons/mate/24x24/places/folder-music.png +share/icons/mate/24x24/places/folder-pictures.png +share/icons/mate/24x24/places/folder-publicshare.png +share/icons/mate/24x24/places/folder-remote.png +share/icons/mate/24x24/places/folder-saved-search.png +share/icons/mate/24x24/places/folder-templates.png +share/icons/mate/24x24/places/folder-videos.png +share/icons/mate/24x24/places/folder.png +share/icons/mate/24x24/places/folder_home.png +share/icons/mate/24x24/places/gnome-fs-desktop.png +share/icons/mate/24x24/places/gnome-fs-directory.png +share/icons/mate/24x24/places/gnome-fs-ftp.png +share/icons/mate/24x24/places/gnome-fs-home.png +share/icons/mate/24x24/places/gnome-fs-network.png +share/icons/mate/24x24/places/gnome-fs-nfs.png +share/icons/mate/24x24/places/gnome-fs-server.png +share/icons/mate/24x24/places/gnome-fs-share.png +share/icons/mate/24x24/places/gnome-fs-smb.png +share/icons/mate/24x24/places/gnome-fs-ssh.png +share/icons/mate/24x24/places/gnome-fs-trash-empty.png +share/icons/mate/24x24/places/gnome-main-menu.png +share/icons/mate/24x24/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/24x24/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/24x24/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/24x24/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/24x24/places/gnome-stock-trash.png +share/icons/mate/24x24/places/gtk-directory.png +share/icons/mate/24x24/places/gtk-network.png +share/icons/mate/24x24/places/inode-directory.png +share/icons/mate/24x24/places/network-server.png +share/icons/mate/24x24/places/network-workgroup.png +share/icons/mate/24x24/places/network.png +share/icons/mate/24x24/places/network_local.png +share/icons/mate/24x24/places/novell-button.png +share/icons/mate/24x24/places/redhat-network-server.png +share/icons/mate/24x24/places/server.png +share/icons/mate/24x24/places/start-here.png +share/icons/mate/24x24/places/stock_folder.png +share/icons/mate/24x24/places/trashcan_empty.png +share/icons/mate/24x24/places/user-bookmarks.png +share/icons/mate/24x24/places/user-desktop.png +share/icons/mate/24x24/places/user-home.png +share/icons/mate/24x24/places/user-trash.png +share/icons/mate/24x24/places/xfce-trash_empty.png +share/icons/mate/24x24/status/appointment-missed.png +share/icons/mate/24x24/status/appointment-soon.png +share/icons/mate/24x24/status/audio-volume-high.png +share/icons/mate/24x24/status/audio-volume-low.png +share/icons/mate/24x24/status/audio-volume-medium.png +share/icons/mate/24x24/status/audio-volume-muted.png +share/icons/mate/24x24/status/avatar-default.png +share/icons/mate/24x24/status/battery-caution-charging.png +share/icons/mate/24x24/status/battery-caution.png +share/icons/mate/24x24/status/battery-empty.png +share/icons/mate/24x24/status/battery-full-charged.png +share/icons/mate/24x24/status/battery-full-charging.png +share/icons/mate/24x24/status/battery-full.png +share/icons/mate/24x24/status/battery-good-charging.png +share/icons/mate/24x24/status/battery-good.png +share/icons/mate/24x24/status/battery-low-charging.png +share/icons/mate/24x24/status/battery-low.png +share/icons/mate/24x24/status/battery-missing.png +share/icons/mate/24x24/status/changes-allow.png +share/icons/mate/24x24/status/changes-prevent.png +share/icons/mate/24x24/status/connect_creating.png +share/icons/mate/24x24/status/connect_established.png +share/icons/mate/24x24/status/connect_no.png +share/icons/mate/24x24/status/dialog-error.png +share/icons/mate/24x24/status/dialog-information.png +share/icons/mate/24x24/status/dialog-password.png +share/icons/mate/24x24/status/dialog-question.png +share/icons/mate/24x24/status/dialog-warning.png +share/icons/mate/24x24/status/edittrash.png +share/icons/mate/24x24/status/error.png +share/icons/mate/24x24/status/folder-drag-accept.png +share/icons/mate/24x24/status/folder-open.png +share/icons/mate/24x24/status/folder-visiting.png +share/icons/mate/24x24/status/folder_open.png +share/icons/mate/24x24/status/gnome-dev-wavelan-encrypted.png +share/icons/mate/24x24/status/gnome-fs-directory-accept.png +share/icons/mate/24x24/status/gnome-fs-directory-visiting.png +share/icons/mate/24x24/status/gnome-fs-loading-icon.png +share/icons/mate/24x24/status/gnome-fs-trash-full.png +share/icons/mate/24x24/status/gnome-netstatus-disconn.png +share/icons/mate/24x24/status/gnome-netstatus-error.png +share/icons/mate/24x24/status/gnome-netstatus-idle.png +share/icons/mate/24x24/status/gnome-netstatus-rx.png +share/icons/mate/24x24/status/gnome-netstatus-tx.png +share/icons/mate/24x24/status/gnome-netstatus-txrx.png +share/icons/mate/24x24/status/gnome-stock-trash-full.png +share/icons/mate/24x24/status/gtk-dialog-authentication.png +share/icons/mate/24x24/status/gtk-dialog-error.png +share/icons/mate/24x24/status/gtk-dialog-info.png +share/icons/mate/24x24/status/gtk-dialog-question.png +share/icons/mate/24x24/status/gtk-dialog-warning.png +share/icons/mate/24x24/status/gtk-missing-image.png +share/icons/mate/24x24/status/image-loading.png +share/icons/mate/24x24/status/image-missing.png +share/icons/mate/24x24/status/important.png +share/icons/mate/24x24/status/info.png +share/icons/mate/24x24/status/mail-attachment.png +share/icons/mate/24x24/status/mail-read.png +share/icons/mate/24x24/status/mail-replied.png +share/icons/mate/24x24/status/mail-signed-verified.png +share/icons/mate/24x24/status/mail-signed.png +share/icons/mate/24x24/status/mail-unread.png +share/icons/mate/24x24/status/media-playlist-repeat.png +share/icons/mate/24x24/status/media-playlist-shuffle.png +share/icons/mate/24x24/status/messagebox_critical.png +share/icons/mate/24x24/status/messagebox_info.png +share/icons/mate/24x24/status/messagebox_warning.png +share/icons/mate/24x24/status/network-error.png +share/icons/mate/24x24/status/network-idle.png +share/icons/mate/24x24/status/network-offline.png +share/icons/mate/24x24/status/network-receive.png +share/icons/mate/24x24/status/network-transmit-receive.png +share/icons/mate/24x24/status/network-transmit.png +share/icons/mate/24x24/status/network-wireless-encrypted.png +share/icons/mate/24x24/status/nm-adhoc.png +share/icons/mate/24x24/status/nm-device-wired.png +share/icons/mate/24x24/status/nm-device-wireless.png +share/icons/mate/24x24/status/nm-no-connection.png +share/icons/mate/24x24/status/printer-error.png +share/icons/mate/24x24/status/printer-printing.png +share/icons/mate/24x24/status/security-high.png +share/icons/mate/24x24/status/security-low.png +share/icons/mate/24x24/status/security-medium.png +share/icons/mate/24x24/status/software-update-available.png +share/icons/mate/24x24/status/software-update-urgent.png +share/icons/mate/24x24/status/stock_appointment-reminder-excl.png +share/icons/mate/24x24/status/stock_appointment-reminder.png +share/icons/mate/24x24/status/stock_attach.png +share/icons/mate/24x24/status/stock_dialog-error.png +share/icons/mate/24x24/status/stock_dialog-info.png +share/icons/mate/24x24/status/stock_dialog-question.png +share/icons/mate/24x24/status/stock_dialog-warning.png +share/icons/mate/24x24/status/stock_lock-broken.png +share/icons/mate/24x24/status/stock_lock-ok.png +share/icons/mate/24x24/status/stock_lock-open.png +share/icons/mate/24x24/status/stock_lock.png +share/icons/mate/24x24/status/stock_mail-open.png +share/icons/mate/24x24/status/stock_mail-replied.png +share/icons/mate/24x24/status/stock_mail-unread.png +share/icons/mate/24x24/status/stock_open.png +share/icons/mate/24x24/status/stock_repeat.png +share/icons/mate/24x24/status/stock_shuffle.png +share/icons/mate/24x24/status/stock_trash_full.png +share/icons/mate/24x24/status/stock_volume-0.png +share/icons/mate/24x24/status/stock_volume-max.png +share/icons/mate/24x24/status/stock_volume-med.png +share/icons/mate/24x24/status/stock_volume-min.png +share/icons/mate/24x24/status/stock_volume-mute.png +share/icons/mate/24x24/status/stock_volume.png +share/icons/mate/24x24/status/stock_weather-cloudy.png +share/icons/mate/24x24/status/stock_weather-few-clouds.png +share/icons/mate/24x24/status/stock_weather-fog.png +share/icons/mate/24x24/status/stock_weather-night-clear.png +share/icons/mate/24x24/status/stock_weather-night-few-clouds.png +share/icons/mate/24x24/status/stock_weather-showers.png +share/icons/mate/24x24/status/stock_weather-snow.png +share/icons/mate/24x24/status/stock_weather-storm.png +share/icons/mate/24x24/status/stock_weather-sunny.png +share/icons/mate/24x24/status/sunny.png +share/icons/mate/24x24/status/task-due.png +share/icons/mate/24x24/status/task-past-due.png +share/icons/mate/24x24/status/trashcan_full.png +share/icons/mate/24x24/status/user-available.png +share/icons/mate/24x24/status/user-away.png +share/icons/mate/24x24/status/user-busy.png +share/icons/mate/24x24/status/user-idle.png +share/icons/mate/24x24/status/user-invisible.png +share/icons/mate/24x24/status/user-offline.png +share/icons/mate/24x24/status/user-trash-full.png +share/icons/mate/24x24/status/weather-clear-night.png +share/icons/mate/24x24/status/weather-clear.png +share/icons/mate/24x24/status/weather-few-clouds-night.png +share/icons/mate/24x24/status/weather-few-clouds.png +share/icons/mate/24x24/status/weather-fog.png +share/icons/mate/24x24/status/weather-overcast.png +share/icons/mate/24x24/status/weather-severe-alert.png +share/icons/mate/24x24/status/weather-showers-scattered.png +share/icons/mate/24x24/status/weather-showers.png +share/icons/mate/24x24/status/weather-snow.png +share/icons/mate/24x24/status/weather-storm.png +share/icons/mate/24x24/status/xfce-trash_full.png +share/icons/mate/256x256/actions/address-book-new.png +share/icons/mate/256x256/actions/appointment-new.png +share/icons/mate/256x256/actions/appointment.png +share/icons/mate/256x256/actions/back.png +share/icons/mate/256x256/actions/document-new.png +share/icons/mate/256x256/actions/document-open-recent.png +share/icons/mate/256x256/actions/document-open.png +share/icons/mate/256x256/actions/document-page-setup.png +share/icons/mate/256x256/actions/document-print-preview.png +share/icons/mate/256x256/actions/document-print.png +share/icons/mate/256x256/actions/document-properties.png +share/icons/mate/256x256/actions/document-revert.png +share/icons/mate/256x256/actions/document-save-as.png +share/icons/mate/256x256/actions/document-save.png +share/icons/mate/256x256/actions/edit-delete.png +share/icons/mate/256x256/actions/edit-find-replace.png +share/icons/mate/256x256/actions/edit-find.png +share/icons/mate/256x256/actions/edit-select-all.png +share/icons/mate/256x256/actions/editdelete.png +share/icons/mate/256x256/actions/exit.png +share/icons/mate/256x256/actions/filefind.png +share/icons/mate/256x256/actions/filenew.png +share/icons/mate/256x256/actions/fileopen.png +share/icons/mate/256x256/actions/fileprint.png +share/icons/mate/256x256/actions/filequickprint.png +share/icons/mate/256x256/actions/filesave.png +share/icons/mate/256x256/actions/filesaveas.png +share/icons/mate/256x256/actions/find.png +share/icons/mate/256x256/actions/finish.png +share/icons/mate/256x256/actions/folder-new.png +share/icons/mate/256x256/actions/folder_new.png +share/icons/mate/256x256/actions/forward.png +share/icons/mate/256x256/actions/gnome-lockscreen.png +share/icons/mate/256x256/actions/gnome-logout.png +share/icons/mate/256x256/actions/gnome-searchtool.png +share/icons/mate/256x256/actions/gnome-stock-mail-new.png +share/icons/mate/256x256/actions/go-first.png +share/icons/mate/256x256/actions/go-jump.png +share/icons/mate/256x256/actions/go-last.png +share/icons/mate/256x256/actions/go-next.png +share/icons/mate/256x256/actions/go-previous.png +share/icons/mate/256x256/actions/gtk-cancel.png +share/icons/mate/256x256/actions/gtk-delete.png +share/icons/mate/256x256/actions/gtk-find-and-replace.png +share/icons/mate/256x256/actions/gtk-find.png +share/icons/mate/256x256/actions/gtk-go-back-ltr.png +share/icons/mate/256x256/actions/gtk-go-back-rtl.png +share/icons/mate/256x256/actions/gtk-go-forward-ltr.png +share/icons/mate/256x256/actions/gtk-go-forward-rtl.png +share/icons/mate/256x256/actions/gtk-goto-first-ltr.png +share/icons/mate/256x256/actions/gtk-goto-first-rtl.png +share/icons/mate/256x256/actions/gtk-goto-last-ltr.png +share/icons/mate/256x256/actions/gtk-goto-last-rtl.png +share/icons/mate/256x256/actions/gtk-jump-to-ltr.png +share/icons/mate/256x256/actions/gtk-jump-to-rtl.png +share/icons/mate/256x256/actions/gtk-new.png +share/icons/mate/256x256/actions/gtk-open.png +share/icons/mate/256x256/actions/gtk-print-preview.png +share/icons/mate/256x256/actions/gtk-print.png +share/icons/mate/256x256/actions/gtk-properties.png +share/icons/mate/256x256/actions/gtk-refresh.png +share/icons/mate/256x256/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/256x256/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/256x256/actions/gtk-save-as.png +share/icons/mate/256x256/actions/gtk-save.png +share/icons/mate/256x256/actions/gtk-select-all.png +share/icons/mate/256x256/actions/gtk-stop.png +share/icons/mate/256x256/actions/kfind.png +share/icons/mate/256x256/actions/lock.png +share/icons/mate/256x256/actions/mail-message-new.png +share/icons/mate/256x256/actions/mail_new.png +share/icons/mate/256x256/actions/next.png +share/icons/mate/256x256/actions/previous.png +share/icons/mate/256x256/actions/process-stop.png +share/icons/mate/256x256/actions/reload.png +share/icons/mate/256x256/actions/reload3.png +share/icons/mate/256x256/actions/reload_all_tabs.png +share/icons/mate/256x256/actions/reload_page.png +share/icons/mate/256x256/actions/revert.png +share/icons/mate/256x256/actions/search.png +share/icons/mate/256x256/actions/start.png +share/icons/mate/256x256/actions/stock_delete.png +share/icons/mate/256x256/actions/stock_file-properites.png +share/icons/mate/256x256/actions/stock_first.png +share/icons/mate/256x256/actions/stock_last.png +share/icons/mate/256x256/actions/stock_left.png +share/icons/mate/256x256/actions/stock_mail-compose.png +share/icons/mate/256x256/actions/stock_new-address-book.png +share/icons/mate/256x256/actions/stock_new-appointment.png +share/icons/mate/256x256/actions/stock_new-dir.png +share/icons/mate/256x256/actions/stock_new-text.png +share/icons/mate/256x256/actions/stock_print-preview.png +share/icons/mate/256x256/actions/stock_print-setup.png +share/icons/mate/256x256/actions/stock_print.png +share/icons/mate/256x256/actions/stock_properties.png +share/icons/mate/256x256/actions/stock_refresh.png +share/icons/mate/256x256/actions/stock_right.png +share/icons/mate/256x256/actions/stock_save-as.png +share/icons/mate/256x256/actions/stock_save.png +share/icons/mate/256x256/actions/stock_search-and-replace.png +share/icons/mate/256x256/actions/stock_search.png +share/icons/mate/256x256/actions/stock_select-all.png +share/icons/mate/256x256/actions/stock_stop.png +share/icons/mate/256x256/actions/stop.png +share/icons/mate/256x256/actions/system-lock-screen.png +share/icons/mate/256x256/actions/system-log-out.png +share/icons/mate/256x256/actions/system-search.png +share/icons/mate/256x256/actions/view-refresh.png +share/icons/mate/256x256/actions/xfce-system-lock.png +share/icons/mate/256x256/apps/access.png +share/icons/mate/256x256/apps/accessibility-directory.png +share/icons/mate/256x256/apps/accessories-calculator.png +share/icons/mate/256x256/apps/accessories-character-map.png +share/icons/mate/256x256/apps/accessories-dictionary.png +share/icons/mate/256x256/apps/accessories-text-editor.png +share/icons/mate/256x256/apps/applets-screenshooter.png +share/icons/mate/256x256/apps/background.png +share/icons/mate/256x256/apps/calc.png +share/icons/mate/256x256/apps/config-language.png +share/icons/mate/256x256/apps/config-users.png +share/icons/mate/256x256/apps/dconf-editor.png +share/icons/mate/256x256/apps/file-manager.png +share/icons/mate/256x256/apps/fonts.png +share/icons/mate/256x256/apps/gnome-calculator.png +share/icons/mate/256x256/apps/gnome-character-map.png +share/icons/mate/256x256/apps/gnome-help.png +share/icons/mate/256x256/apps/gnome-monitor.png +share/icons/mate/256x256/apps/gnome-remote-desktop.png +share/icons/mate/256x256/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/256x256/apps/gnome-settings-background.png +share/icons/mate/256x256/apps/gnome-settings-font.png +share/icons/mate/256x256/apps/gnome-settings-keybindings.png +share/icons/mate/256x256/apps/gnome-settings-theme.png +share/icons/mate/256x256/apps/gnome-terminal.png +share/icons/mate/256x256/apps/gucharmap.png +share/icons/mate/256x256/apps/help-browser.png +share/icons/mate/256x256/apps/kcalc.png +share/icons/mate/256x256/apps/kcharselect.png +share/icons/mate/256x256/apps/kedit.png +share/icons/mate/256x256/apps/key_bindings.png +share/icons/mate/256x256/apps/kfm.png +share/icons/mate/256x256/apps/khelpcenter.png +share/icons/mate/256x256/apps/konsole.png +share/icons/mate/256x256/apps/krfb.png +share/icons/mate/256x256/apps/kscreensaver.png +share/icons/mate/256x256/apps/ksysguard.png +share/icons/mate/256x256/apps/kuser.png +share/icons/mate/256x256/apps/locale.png +share/icons/mate/256x256/apps/openterm.png +share/icons/mate/256x256/apps/preferences-desktop-accessibility.png +share/icons/mate/256x256/apps/preferences-desktop-display.png +share/icons/mate/256x256/apps/preferences-desktop-font.png +share/icons/mate/256x256/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/256x256/apps/preferences-desktop-keyboard.png +share/icons/mate/256x256/apps/preferences-desktop-locale.png +share/icons/mate/256x256/apps/preferences-desktop-remote-desktop.png +share/icons/mate/256x256/apps/preferences-desktop-screensaver.png +share/icons/mate/256x256/apps/preferences-desktop-theme.png +share/icons/mate/256x256/apps/preferences-desktop-wallpaper.png +share/icons/mate/256x256/apps/redhat-filemanager.png +share/icons/mate/256x256/apps/screensaver.png +share/icons/mate/256x256/apps/style.png +share/icons/mate/256x256/apps/susehelpcenter.png +share/icons/mate/256x256/apps/system-config-users.png +share/icons/mate/256x256/apps/system-file-manager.png +share/icons/mate/256x256/apps/system-software-install.png +share/icons/mate/256x256/apps/system-software-update.png +share/icons/mate/256x256/apps/system-users.png +share/icons/mate/256x256/apps/terminal.png +share/icons/mate/256x256/apps/text-editor.png +share/icons/mate/256x256/apps/update-manager.png +share/icons/mate/256x256/apps/user-info.png +share/icons/mate/256x256/apps/utilities-system-monitor.png +share/icons/mate/256x256/apps/utilities-terminal.png +share/icons/mate/256x256/apps/wallpaper.png +share/icons/mate/256x256/apps/web-browser.png +share/icons/mate/256x256/apps/xfce-filemanager.png +share/icons/mate/256x256/apps/xfce-terminal.png +share/icons/mate/256x256/apps/xfce4-backdrop.png +share/icons/mate/256x256/apps/xscreensaver.png +share/icons/mate/256x256/apps/zen-icon.png +share/icons/mate/256x256/categories/applications-graphics.png +share/icons/mate/256x256/categories/applications-internet.png +share/icons/mate/256x256/categories/applications-office.png +share/icons/mate/256x256/categories/applications-system.png +share/icons/mate/256x256/categories/gnome-applications.png +share/icons/mate/256x256/categories/gnome-globe.png +share/icons/mate/256x256/categories/gnome-graphics.png +share/icons/mate/256x256/categories/gnome-system.png +share/icons/mate/256x256/categories/package_graphics.png +share/icons/mate/256x256/categories/package_network.png +share/icons/mate/256x256/categories/package_office.png +share/icons/mate/256x256/categories/package_settings.png +share/icons/mate/256x256/categories/package_system.png +share/icons/mate/256x256/categories/preferences-system-network.png +share/icons/mate/256x256/categories/preferences-system.png +share/icons/mate/256x256/categories/redhat-graphics.png +share/icons/mate/256x256/categories/redhat-internet.png +share/icons/mate/256x256/categories/redhat-office.png +share/icons/mate/256x256/categories/redhat-system_settings.png +share/icons/mate/256x256/categories/redhat-system_tools.png +share/icons/mate/256x256/categories/stock_internet.png +share/icons/mate/256x256/categories/xfce-graphics.png +share/icons/mate/256x256/categories/xfce-internet.png +share/icons/mate/256x256/categories/xfce-office.png +share/icons/mate/256x256/categories/xfce-system-settings.png +share/icons/mate/256x256/devices/ac-adapter.png +share/icons/mate/256x256/devices/audio-input-microphone.png +share/icons/mate/256x256/devices/battery.png +share/icons/mate/256x256/devices/camera-photo.png +share/icons/mate/256x256/devices/camera.png +share/icons/mate/256x256/devices/camera_unmount.png +share/icons/mate/256x256/devices/cdrom_unmount.png +share/icons/mate/256x256/devices/cdwriter_unmount.png +share/icons/mate/256x256/devices/chardevice.png +share/icons/mate/256x256/devices/computer.png +share/icons/mate/256x256/devices/display.png +share/icons/mate/256x256/devices/drive-cdrom.png +share/icons/mate/256x256/devices/drive-harddisk.png +share/icons/mate/256x256/devices/drive-optical.png +share/icons/mate/256x256/devices/drive-removable-media.png +share/icons/mate/256x256/devices/dvd_unmount.png +share/icons/mate/256x256/devices/gnome-dev-battery.png +share/icons/mate/256x256/devices/gnome-dev-cdrom-audio.png +share/icons/mate/256x256/devices/gnome-dev-cdrom.png +share/icons/mate/256x256/devices/gnome-dev-computer.png +share/icons/mate/256x256/devices/gnome-dev-disc-cdr.png +share/icons/mate/256x256/devices/gnome-dev-disc-cdrw.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdr.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdram.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/256x256/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/256x256/devices/gnome-dev-dvd.png +share/icons/mate/256x256/devices/gnome-dev-harddisk-1394.png +share/icons/mate/256x256/devices/gnome-dev-harddisk-usb.png +share/icons/mate/256x256/devices/gnome-dev-harddisk.png +share/icons/mate/256x256/devices/gnome-dev-ipod.png +share/icons/mate/256x256/devices/gnome-dev-keyboard.png +share/icons/mate/256x256/devices/gnome-dev-media-cf.png +share/icons/mate/256x256/devices/gnome-dev-media-ms.png +share/icons/mate/256x256/devices/gnome-dev-media-sdmmc.png +share/icons/mate/256x256/devices/gnome-dev-media-sm.png +share/icons/mate/256x256/devices/gnome-dev-printer.png +share/icons/mate/256x256/devices/gnome-dev-removable-1394.png +share/icons/mate/256x256/devices/gnome-dev-removable-usb.png +share/icons/mate/256x256/devices/gnome-dev-removable.png +share/icons/mate/256x256/devices/gnome-fs-client.png +share/icons/mate/256x256/devices/gnome-stock-mic.png +share/icons/mate/256x256/devices/gtk-cdrom.png +share/icons/mate/256x256/devices/gtk-harddisk.png +share/icons/mate/256x256/devices/harddrive.png +share/icons/mate/256x256/devices/hdd_unmount.png +share/icons/mate/256x256/devices/input-keyboard.png +share/icons/mate/256x256/devices/ipod_mount.png +share/icons/mate/256x256/devices/keyboard.png +share/icons/mate/256x256/devices/kjobviewer.png +share/icons/mate/256x256/devices/kxkb.png +share/icons/mate/256x256/devices/media-cdrom.png +share/icons/mate/256x256/devices/media-flash.png +share/icons/mate/256x256/devices/media-optical.png +share/icons/mate/256x256/devices/multimedia-player.png +share/icons/mate/256x256/devices/printer-remote.png +share/icons/mate/256x256/devices/printer.png +share/icons/mate/256x256/devices/printer1.png +share/icons/mate/256x256/devices/printmgr.png +share/icons/mate/256x256/devices/stock_mic.png +share/icons/mate/256x256/devices/stock_printers.png +share/icons/mate/256x256/devices/system.png +share/icons/mate/256x256/devices/usbpendrive_unmount.png +share/icons/mate/256x256/devices/video-display.png +share/icons/mate/256x256/devices/xfce-printer.png +share/icons/mate/256x256/devices/xfce4-display.png +share/icons/mate/256x256/devices/xfce4-keyboard.png +share/icons/mate/256x256/devices/yast_HD.png +share/icons/mate/256x256/devices/yast_idetude.png +share/icons/mate/256x256/devices/yast_printer.png +share/icons/mate/256x256/emblems/emblem-noread.png +share/icons/mate/256x256/emblems/emblem-nowrite.png +share/icons/mate/256x256/emblems/emblem-package.png +share/icons/mate/256x256/emblems/emblem-readonly.png +share/icons/mate/256x256/emblems/emblem-shared.png +share/icons/mate/256x256/emblems/emblem-symbolic-link.png +share/icons/mate/256x256/emblems/emblem-synchronizing.png +share/icons/mate/256x256/emblems/emblem-unreadable.png +share/icons/mate/256x256/emotes/face-angel.png +share/icons/mate/256x256/emotes/face-angry.png +share/icons/mate/256x256/emotes/face-cool.png +share/icons/mate/256x256/emotes/face-crying.png +share/icons/mate/256x256/emotes/face-devilish.png +share/icons/mate/256x256/emotes/face-embarrassed.png +share/icons/mate/256x256/emotes/face-glasses.png +share/icons/mate/256x256/emotes/face-laugh.png +share/icons/mate/256x256/emotes/face-plain.png +share/icons/mate/256x256/emotes/face-sad.png +share/icons/mate/256x256/emotes/face-sick.png +share/icons/mate/256x256/emotes/face-smile-big.png +share/icons/mate/256x256/emotes/face-smile.png +share/icons/mate/256x256/emotes/face-smirk.png +share/icons/mate/256x256/emotes/face-surprise.png +share/icons/mate/256x256/emotes/face-tired.png +share/icons/mate/256x256/emotes/face-uncertain.png +share/icons/mate/256x256/emotes/face-wink.png +share/icons/mate/256x256/emotes/stock_smiley-1.png +share/icons/mate/256x256/emotes/stock_smiley-11.png +share/icons/mate/256x256/emotes/stock_smiley-15.png +share/icons/mate/256x256/emotes/stock_smiley-18.png +share/icons/mate/256x256/emotes/stock_smiley-2.png +share/icons/mate/256x256/emotes/stock_smiley-3.png +share/icons/mate/256x256/emotes/stock_smiley-4.png +share/icons/mate/256x256/emotes/stock_smiley-5.png +share/icons/mate/256x256/emotes/stock_smiley-6.png +share/icons/mate/256x256/emotes/stock_smiley-7.png +share/icons/mate/256x256/emotes/stock_smiley-8.png +share/icons/mate/256x256/mimetypes/application-pgp-encrypted.png +share/icons/mate/256x256/mimetypes/application-rss+xml.png +share/icons/mate/256x256/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/256x256/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/256x256/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/256x256/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/256x256/mimetypes/application-x-bittorrent.png +share/icons/mate/256x256/mimetypes/application-x-blender.png +share/icons/mate/256x256/mimetypes/application-x-cd-image.png +share/icons/mate/256x256/mimetypes/application-x-desktop.png +share/icons/mate/256x256/mimetypes/application-x-executable.png +share/icons/mate/256x256/mimetypes/application-x-homebank.png +share/icons/mate/256x256/mimetypes/application-x-java.png +share/icons/mate/256x256/mimetypes/application-x-javascript.png +share/icons/mate/256x256/mimetypes/application-x-keepass.png +share/icons/mate/256x256/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/256x256/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/256x256/mimetypes/application-x-package-list.png +share/icons/mate/256x256/mimetypes/application-x-php.png +share/icons/mate/256x256/mimetypes/application-x-planner.png +share/icons/mate/256x256/mimetypes/application-x-python-bytecode.png +share/icons/mate/256x256/mimetypes/application-x-ruby.png +share/icons/mate/256x256/mimetypes/application-x-theme.png +share/icons/mate/256x256/mimetypes/ascii.png +share/icons/mate/256x256/mimetypes/audio-x-generic.png +share/icons/mate/256x256/mimetypes/binary.png +share/icons/mate/256x256/mimetypes/contents2.png +share/icons/mate/256x256/mimetypes/deb.png +share/icons/mate/256x256/mimetypes/document.png +share/icons/mate/256x256/mimetypes/empty.png +share/icons/mate/256x256/mimetypes/exec.png +share/icons/mate/256x256/mimetypes/folder_tar.png +share/icons/mate/256x256/mimetypes/font-x-generic.png +share/icons/mate/256x256/mimetypes/font.png +share/icons/mate/256x256/mimetypes/font_bitmap.png +share/icons/mate/256x256/mimetypes/font_truetype.png +share/icons/mate/256x256/mimetypes/font_type1.png +share/icons/mate/256x256/mimetypes/gnome-fs-executable.png +share/icons/mate/256x256/mimetypes/gnome-fs-regular.icon +share/icons/mate/256x256/mimetypes/gnome-fs-regular.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-msword.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/256x256/mimetypes/gnome-mime-application-zip.png +share/icons/mate/256x256/mimetypes/gnome-mime-audio.png +share/icons/mate/256x256/mimetypes/gnome-mime-image.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-html.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/256x256/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/256x256/mimetypes/gnome-mime-text.png +share/icons/mate/256x256/mimetypes/gnome-mime-video.png +share/icons/mate/256x256/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/256x256/mimetypes/gnome-package.png +share/icons/mate/256x256/mimetypes/gtk-file.icon +share/icons/mate/256x256/mimetypes/gtk-file.png +share/icons/mate/256x256/mimetypes/html.png +share/icons/mate/256x256/mimetypes/image-svg+xml-compressed.png +share/icons/mate/256x256/mimetypes/image-svg+xml.png +share/icons/mate/256x256/mimetypes/image-x-compressed-xcf.png +share/icons/mate/256x256/mimetypes/image-x-generic.png +share/icons/mate/256x256/mimetypes/image-x-xcf.png +share/icons/mate/256x256/mimetypes/image.png +share/icons/mate/256x256/mimetypes/kpresenter_kpr.png +share/icons/mate/256x256/mimetypes/mime_ascii.png +share/icons/mate/256x256/mimetypes/misc.png +share/icons/mate/256x256/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-drawing.png +share/icons/mate/256x256/mimetypes/openofficeorg-extension.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/256x256/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-presentation.png +share/icons/mate/256x256/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/256x256/mimetypes/openofficeorg-text-template.png +share/icons/mate/256x256/mimetypes/openofficeorg-text.png +share/icons/mate/256x256/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-drawing.png +share/icons/mate/256x256/mimetypes/openofficeorg3-extension.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/256x256/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-presentation.png +share/icons/mate/256x256/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/256x256/mimetypes/openofficeorg3-text-template.png +share/icons/mate/256x256/mimetypes/openofficeorg3-text.png +share/icons/mate/256x256/mimetypes/package-x-generic.png +share/icons/mate/256x256/mimetypes/package.png +share/icons/mate/256x256/mimetypes/package_editors.png +share/icons/mate/256x256/mimetypes/package_wordprocessing.png +share/icons/mate/256x256/mimetypes/rpm.png +share/icons/mate/256x256/mimetypes/shellscript.png +share/icons/mate/256x256/mimetypes/sound.png +share/icons/mate/256x256/mimetypes/spreadsheet.png +share/icons/mate/256x256/mimetypes/stock_addressbook.png +share/icons/mate/256x256/mimetypes/stock_script.png +share/icons/mate/256x256/mimetypes/tar.png +share/icons/mate/256x256/mimetypes/template_source.png +share/icons/mate/256x256/mimetypes/text-csv.png +share/icons/mate/256x256/mimetypes/text-html.png +share/icons/mate/256x256/mimetypes/text-x-authors.png +share/icons/mate/256x256/mimetypes/text-x-boo.png +share/icons/mate/256x256/mimetypes/text-x-c++hdr.png +share/icons/mate/256x256/mimetypes/text-x-c++src.png +share/icons/mate/256x256/mimetypes/text-x-changelog.png +share/icons/mate/256x256/mimetypes/text-x-chdr.png +share/icons/mate/256x256/mimetypes/text-x-csharp.png +share/icons/mate/256x256/mimetypes/text-x-csrc.png +share/icons/mate/256x256/mimetypes/text-x-generic-template.png +share/icons/mate/256x256/mimetypes/text-x-generic.png +share/icons/mate/256x256/mimetypes/text-x-install.png +share/icons/mate/256x256/mimetypes/text-x-java.png +share/icons/mate/256x256/mimetypes/text-x-log.png +share/icons/mate/256x256/mimetypes/text-x-makefile.png +share/icons/mate/256x256/mimetypes/text-x-opml+xml.png +share/icons/mate/256x256/mimetypes/text-x-patch.png +share/icons/mate/256x256/mimetypes/text-x-preview.icon +share/icons/mate/256x256/mimetypes/text-x-preview.png +share/icons/mate/256x256/mimetypes/text-x-python.png +share/icons/mate/256x256/mimetypes/text-x-readme.png +share/icons/mate/256x256/mimetypes/text-x-script.png +share/icons/mate/256x256/mimetypes/tgz.png +share/icons/mate/256x256/mimetypes/txt.png +share/icons/mate/256x256/mimetypes/txt2.png +share/icons/mate/256x256/mimetypes/unknown.png +share/icons/mate/256x256/mimetypes/vcard.png +share/icons/mate/256x256/mimetypes/video-x-generic.png +share/icons/mate/256x256/mimetypes/video.png +share/icons/mate/256x256/mimetypes/wordprocessing.png +share/icons/mate/256x256/mimetypes/www.png +share/icons/mate/256x256/mimetypes/x-office-address-book.png +share/icons/mate/256x256/mimetypes/x-office-document-template.png +share/icons/mate/256x256/mimetypes/x-office-document.png +share/icons/mate/256x256/mimetypes/x-office-drawing-template.png +share/icons/mate/256x256/mimetypes/x-office-drawing.png +share/icons/mate/256x256/mimetypes/x-office-presentation-template.png +share/icons/mate/256x256/mimetypes/x-office-presentation.png +share/icons/mate/256x256/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/256x256/mimetypes/x-office-spreadsheet.png +share/icons/mate/256x256/mimetypes/zip.png +share/icons/mate/256x256/places/application-x-gnome-saved-search.png +share/icons/mate/256x256/places/desktop.png +share/icons/mate/256x256/places/emptytrash.png +share/icons/mate/256x256/places/folder-documents.png +share/icons/mate/256x256/places/folder-download.png +share/icons/mate/256x256/places/folder-music.png +share/icons/mate/256x256/places/folder-pictures.png +share/icons/mate/256x256/places/folder-publicshare.png +share/icons/mate/256x256/places/folder-remote.png +share/icons/mate/256x256/places/folder-saved-search.png +share/icons/mate/256x256/places/folder-templates.png +share/icons/mate/256x256/places/folder-videos.png +share/icons/mate/256x256/places/folder.png +share/icons/mate/256x256/places/folder_home.png +share/icons/mate/256x256/places/gnome-fs-desktop.png +share/icons/mate/256x256/places/gnome-fs-directory.png +share/icons/mate/256x256/places/gnome-fs-ftp.png +share/icons/mate/256x256/places/gnome-fs-home.png +share/icons/mate/256x256/places/gnome-fs-network.png +share/icons/mate/256x256/places/gnome-fs-nfs.png +share/icons/mate/256x256/places/gnome-fs-server.png +share/icons/mate/256x256/places/gnome-fs-share.png +share/icons/mate/256x256/places/gnome-fs-smb.png +share/icons/mate/256x256/places/gnome-fs-ssh.png +share/icons/mate/256x256/places/gnome-fs-trash-empty.png +share/icons/mate/256x256/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/256x256/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/256x256/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/256x256/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/256x256/places/gnome-stock-trash.png +share/icons/mate/256x256/places/gtk-directory.png +share/icons/mate/256x256/places/gtk-network.png +share/icons/mate/256x256/places/inode-directory.png +share/icons/mate/256x256/places/network-server.png +share/icons/mate/256x256/places/network-workgroup.png +share/icons/mate/256x256/places/network.png +share/icons/mate/256x256/places/network_local.png +share/icons/mate/256x256/places/redhat-network-server.png +share/icons/mate/256x256/places/server.png +share/icons/mate/256x256/places/stock_folder.png +share/icons/mate/256x256/places/trashcan_empty.png +share/icons/mate/256x256/places/user-bookmarks.png +share/icons/mate/256x256/places/user-desktop.png +share/icons/mate/256x256/places/user-home.png +share/icons/mate/256x256/places/user-trash.png +share/icons/mate/256x256/places/xfce-trash_empty.png +share/icons/mate/256x256/status/appointment-missed.png +share/icons/mate/256x256/status/appointment-soon.png +share/icons/mate/256x256/status/audio-volume-high.png +share/icons/mate/256x256/status/audio-volume-low.png +share/icons/mate/256x256/status/audio-volume-medium.png +share/icons/mate/256x256/status/audio-volume-muted.png +share/icons/mate/256x256/status/avatar-default.png +share/icons/mate/256x256/status/battery-caution-charging.png +share/icons/mate/256x256/status/battery-caution.png +share/icons/mate/256x256/status/battery-empty.png +share/icons/mate/256x256/status/battery-full-charged.png +share/icons/mate/256x256/status/battery-full-charging.png +share/icons/mate/256x256/status/battery-full.png +share/icons/mate/256x256/status/battery-good-charging.png +share/icons/mate/256x256/status/battery-good.png +share/icons/mate/256x256/status/battery-low-charging.png +share/icons/mate/256x256/status/battery-low.png +share/icons/mate/256x256/status/battery-missing.png +share/icons/mate/256x256/status/connect_creating.png +share/icons/mate/256x256/status/connect_established.png +share/icons/mate/256x256/status/connect_no.png +share/icons/mate/256x256/status/dialog-error.png +share/icons/mate/256x256/status/dialog-information.png +share/icons/mate/256x256/status/dialog-question.png +share/icons/mate/256x256/status/dialog-warning.png +share/icons/mate/256x256/status/edittrash.png +share/icons/mate/256x256/status/error.png +share/icons/mate/256x256/status/folder-drag-accept.png +share/icons/mate/256x256/status/folder-open.png +share/icons/mate/256x256/status/folder-visiting.png +share/icons/mate/256x256/status/folder_open.png +share/icons/mate/256x256/status/gnome-fs-directory-accept.png +share/icons/mate/256x256/status/gnome-fs-directory-visiting.png +share/icons/mate/256x256/status/gnome-fs-loading-icon.png +share/icons/mate/256x256/status/gnome-fs-trash-full.png +share/icons/mate/256x256/status/gnome-netstatus-disconn.png +share/icons/mate/256x256/status/gnome-netstatus-error.png +share/icons/mate/256x256/status/gnome-netstatus-idle.png +share/icons/mate/256x256/status/gnome-netstatus-rx.png +share/icons/mate/256x256/status/gnome-netstatus-tx.png +share/icons/mate/256x256/status/gnome-netstatus-txrx.png +share/icons/mate/256x256/status/gnome-stock-trash-full.png +share/icons/mate/256x256/status/gtk-dialog-error.png +share/icons/mate/256x256/status/gtk-dialog-info.png +share/icons/mate/256x256/status/gtk-dialog-question.png +share/icons/mate/256x256/status/gtk-dialog-warning.png +share/icons/mate/256x256/status/gtk-missing-image.png +share/icons/mate/256x256/status/image-loading.png +share/icons/mate/256x256/status/image-missing.png +share/icons/mate/256x256/status/important.png +share/icons/mate/256x256/status/info.png +share/icons/mate/256x256/status/mail-read.png +share/icons/mate/256x256/status/messagebox_critical.png +share/icons/mate/256x256/status/messagebox_info.png +share/icons/mate/256x256/status/messagebox_warning.png +share/icons/mate/256x256/status/network-error.png +share/icons/mate/256x256/status/network-idle.png +share/icons/mate/256x256/status/network-offline.png +share/icons/mate/256x256/status/network-receive.png +share/icons/mate/256x256/status/network-transmit-receive.png +share/icons/mate/256x256/status/network-transmit.png +share/icons/mate/256x256/status/nm-adhoc.png +share/icons/mate/256x256/status/nm-device-wired.png +share/icons/mate/256x256/status/nm-device-wireless.png +share/icons/mate/256x256/status/nm-no-connection.png +share/icons/mate/256x256/status/printer-error.png +share/icons/mate/256x256/status/printer-printing.png +share/icons/mate/256x256/status/security-high.png +share/icons/mate/256x256/status/security-low.png +share/icons/mate/256x256/status/security-medium.png +share/icons/mate/256x256/status/software-update-available.png +share/icons/mate/256x256/status/software-update-urgent.png +share/icons/mate/256x256/status/stock_appointment-reminder-excl.png +share/icons/mate/256x256/status/stock_appointment-reminder.png +share/icons/mate/256x256/status/stock_dialog-error.png +share/icons/mate/256x256/status/stock_dialog-info.png +share/icons/mate/256x256/status/stock_dialog-question.png +share/icons/mate/256x256/status/stock_dialog-warning.png +share/icons/mate/256x256/status/stock_lock-broken.png +share/icons/mate/256x256/status/stock_lock-ok.png +share/icons/mate/256x256/status/stock_lock-open.png +share/icons/mate/256x256/status/stock_lock.png +share/icons/mate/256x256/status/stock_mail-open.png +share/icons/mate/256x256/status/stock_open.png +share/icons/mate/256x256/status/stock_trash_full.png +share/icons/mate/256x256/status/stock_volume-0.png +share/icons/mate/256x256/status/stock_volume-max.png +share/icons/mate/256x256/status/stock_volume-med.png +share/icons/mate/256x256/status/stock_volume-min.png +share/icons/mate/256x256/status/stock_volume-mute.png +share/icons/mate/256x256/status/stock_volume.png +share/icons/mate/256x256/status/trashcan_full.png +share/icons/mate/256x256/status/user-trash-full.png +share/icons/mate/256x256/status/xfce-trash_full.png +share/icons/mate/32x32/actions/add.png +share/icons/mate/32x32/actions/address-book-new.png +share/icons/mate/32x32/actions/application-exit.png +share/icons/mate/32x32/actions/appointment-new.png +share/icons/mate/32x32/actions/appointment.png +share/icons/mate/32x32/actions/back.png +share/icons/mate/32x32/actions/bookmark-new.png +share/icons/mate/32x32/actions/bookmark_add.png +share/icons/mate/32x32/actions/bookmarks_list_add.png +share/icons/mate/32x32/actions/bottom.png +share/icons/mate/32x32/actions/call-start.png +share/icons/mate/32x32/actions/call-stop.png +share/icons/mate/32x32/actions/centrejust.png +share/icons/mate/32x32/actions/contact-new.png +share/icons/mate/32x32/actions/document-new.png +share/icons/mate/32x32/actions/document-open-recent.png +share/icons/mate/32x32/actions/document-open.png +share/icons/mate/32x32/actions/document-page-setup.png +share/icons/mate/32x32/actions/document-print-preview.png +share/icons/mate/32x32/actions/document-print.png +share/icons/mate/32x32/actions/document-properties.png +share/icons/mate/32x32/actions/document-revert.png +share/icons/mate/32x32/actions/document-save-as.png +share/icons/mate/32x32/actions/document-save.png +share/icons/mate/32x32/actions/document-send.png +share/icons/mate/32x32/actions/down.png +share/icons/mate/32x32/actions/edit-clear.png +share/icons/mate/32x32/actions/edit-copy.png +share/icons/mate/32x32/actions/edit-cut.png +share/icons/mate/32x32/actions/edit-delete.png +share/icons/mate/32x32/actions/edit-find-replace.png +share/icons/mate/32x32/actions/edit-find.png +share/icons/mate/32x32/actions/edit-paste.png +share/icons/mate/32x32/actions/edit-redo.png +share/icons/mate/32x32/actions/edit-select-all.png +share/icons/mate/32x32/actions/edit-undo.png +share/icons/mate/32x32/actions/editclear.png +share/icons/mate/32x32/actions/editcopy.png +share/icons/mate/32x32/actions/editcut.png +share/icons/mate/32x32/actions/editdelete.png +share/icons/mate/32x32/actions/editpaste.png +share/icons/mate/32x32/actions/exit.png +share/icons/mate/32x32/actions/filefind.png +share/icons/mate/32x32/actions/filenew.png +share/icons/mate/32x32/actions/fileopen.png +share/icons/mate/32x32/actions/fileprint.png +share/icons/mate/32x32/actions/filequickprint.png +share/icons/mate/32x32/actions/filesave.png +share/icons/mate/32x32/actions/filesaveas.png +share/icons/mate/32x32/actions/find.png +share/icons/mate/32x32/actions/finish.png +share/icons/mate/32x32/actions/folder-new.png +share/icons/mate/32x32/actions/folder_new.png +share/icons/mate/32x32/actions/format-indent-less.png +share/icons/mate/32x32/actions/format-indent-more.png +share/icons/mate/32x32/actions/format-justify-center.png +share/icons/mate/32x32/actions/format-justify-fill.png +share/icons/mate/32x32/actions/format-justify-left.png +share/icons/mate/32x32/actions/format-justify-right.png +share/icons/mate/32x32/actions/format-text-bold.png +share/icons/mate/32x32/actions/format-text-direction-ltr.png +share/icons/mate/32x32/actions/format-text-direction-rtl.png +share/icons/mate/32x32/actions/format-text-italic.png +share/icons/mate/32x32/actions/format-text-strikethrough.png +share/icons/mate/32x32/actions/format-text-underline.png +share/icons/mate/32x32/actions/forward.png +share/icons/mate/32x32/actions/gnome-lockscreen.png +share/icons/mate/32x32/actions/gnome-logout.png +share/icons/mate/32x32/actions/gnome-run.png +share/icons/mate/32x32/actions/gnome-searchtool.png +share/icons/mate/32x32/actions/gnome-shutdown.png +share/icons/mate/32x32/actions/gnome-stock-mail-fwd.png +share/icons/mate/32x32/actions/gnome-stock-mail-new.png +share/icons/mate/32x32/actions/gnome-stock-mail-rpl.png +share/icons/mate/32x32/actions/gnome-stock-mail-snd.png +share/icons/mate/32x32/actions/gnome-stock-text-indent.png +share/icons/mate/32x32/actions/gnome-stock-text-unindent.png +share/icons/mate/32x32/actions/go-bottom.png +share/icons/mate/32x32/actions/go-down.png +share/icons/mate/32x32/actions/go-first.png +share/icons/mate/32x32/actions/go-home.png +share/icons/mate/32x32/actions/go-jump.png +share/icons/mate/32x32/actions/go-last.png +share/icons/mate/32x32/actions/go-next.png +share/icons/mate/32x32/actions/go-previous.png +share/icons/mate/32x32/actions/go-top.png +share/icons/mate/32x32/actions/go-up.png +share/icons/mate/32x32/actions/gohome.png +share/icons/mate/32x32/actions/gtk-about.png +share/icons/mate/32x32/actions/gtk-add.png +share/icons/mate/32x32/actions/gtk-bold.png +share/icons/mate/32x32/actions/gtk-cancel.png +share/icons/mate/32x32/actions/gtk-clear.png +share/icons/mate/32x32/actions/gtk-close.png +share/icons/mate/32x32/actions/gtk-copy.png +share/icons/mate/32x32/actions/gtk-cut.png +share/icons/mate/32x32/actions/gtk-delete.png +share/icons/mate/32x32/actions/gtk-execute.png +share/icons/mate/32x32/actions/gtk-find-and-replace.png +share/icons/mate/32x32/actions/gtk-find.png +share/icons/mate/32x32/actions/gtk-fullscreen.png +share/icons/mate/32x32/actions/gtk-go-back-ltr.png +share/icons/mate/32x32/actions/gtk-go-back-rtl.png +share/icons/mate/32x32/actions/gtk-go-down.png +share/icons/mate/32x32/actions/gtk-go-forward-ltr.png +share/icons/mate/32x32/actions/gtk-go-forward-rtl.png +share/icons/mate/32x32/actions/gtk-go-up.png +share/icons/mate/32x32/actions/gtk-goto-bottom.png +share/icons/mate/32x32/actions/gtk-goto-first-ltr.png +share/icons/mate/32x32/actions/gtk-goto-first-rtl.png +share/icons/mate/32x32/actions/gtk-goto-last-ltr.png +share/icons/mate/32x32/actions/gtk-goto-last-rtl.png +share/icons/mate/32x32/actions/gtk-goto-top.png +share/icons/mate/32x32/actions/gtk-help.png +share/icons/mate/32x32/actions/gtk-home.png +share/icons/mate/32x32/actions/gtk-indent-ltr.png +share/icons/mate/32x32/actions/gtk-indent-rtl.png +share/icons/mate/32x32/actions/gtk-italic.png +share/icons/mate/32x32/actions/gtk-jump-to-ltr.png +share/icons/mate/32x32/actions/gtk-jump-to-rtl.png +share/icons/mate/32x32/actions/gtk-justify-center.png +share/icons/mate/32x32/actions/gtk-justify-fill.png +share/icons/mate/32x32/actions/gtk-justify-left.png +share/icons/mate/32x32/actions/gtk-justify-right.png +share/icons/mate/32x32/actions/gtk-leave-fullscreen.png +share/icons/mate/32x32/actions/gtk-media-forward-ltr.png +share/icons/mate/32x32/actions/gtk-media-forward-rtl.png +share/icons/mate/32x32/actions/gtk-media-next-ltr.png +share/icons/mate/32x32/actions/gtk-media-next-rtl.png +share/icons/mate/32x32/actions/gtk-media-pause.png +share/icons/mate/32x32/actions/gtk-media-play-ltr.png +share/icons/mate/32x32/actions/gtk-media-previous-ltr.png +share/icons/mate/32x32/actions/gtk-media-previous-rtl.png +share/icons/mate/32x32/actions/gtk-media-record.png +share/icons/mate/32x32/actions/gtk-media-rewind-ltr.png +share/icons/mate/32x32/actions/gtk-media-rewind-rtl.png +share/icons/mate/32x32/actions/gtk-media-stop.png +share/icons/mate/32x32/actions/gtk-new.png +share/icons/mate/32x32/actions/gtk-open.png +share/icons/mate/32x32/actions/gtk-paste.png +share/icons/mate/32x32/actions/gtk-print-preview.png +share/icons/mate/32x32/actions/gtk-print.png +share/icons/mate/32x32/actions/gtk-properties.png +share/icons/mate/32x32/actions/gtk-quit.png +share/icons/mate/32x32/actions/gtk-redo-ltr.png +share/icons/mate/32x32/actions/gtk-refresh.png +share/icons/mate/32x32/actions/gtk-remove.png +share/icons/mate/32x32/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/32x32/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/32x32/actions/gtk-save-as.png +share/icons/mate/32x32/actions/gtk-save.png +share/icons/mate/32x32/actions/gtk-select-all.png +share/icons/mate/32x32/actions/gtk-sort-ascending.png +share/icons/mate/32x32/actions/gtk-sort-descending.png +share/icons/mate/32x32/actions/gtk-spell-check.png +share/icons/mate/32x32/actions/gtk-stop.png +share/icons/mate/32x32/actions/gtk-strikethrough.png +share/icons/mate/32x32/actions/gtk-underline.png +share/icons/mate/32x32/actions/gtk-undo-ltr.png +share/icons/mate/32x32/actions/gtk-unindent-ltr.png +share/icons/mate/32x32/actions/gtk-unindent-rtl.png +share/icons/mate/32x32/actions/gtk-zoom-100.png +share/icons/mate/32x32/actions/gtk-zoom-fit.png +share/icons/mate/32x32/actions/gtk-zoom-in.png +share/icons/mate/32x32/actions/gtk-zoom-out.png +share/icons/mate/32x32/actions/help-about.png +share/icons/mate/32x32/actions/help-contents.png +share/icons/mate/32x32/actions/help-faq.png +share/icons/mate/32x32/actions/help.png +share/icons/mate/32x32/actions/insert-image.png +share/icons/mate/32x32/actions/insert-link.png +share/icons/mate/32x32/actions/insert-object.png +share/icons/mate/32x32/actions/insert-text.png +share/icons/mate/32x32/actions/kfind.png +share/icons/mate/32x32/actions/kfm_home.png +share/icons/mate/32x32/actions/leftjust.png +share/icons/mate/32x32/actions/list-add.png +share/icons/mate/32x32/actions/list-remove.png +share/icons/mate/32x32/actions/lock.png +share/icons/mate/32x32/actions/mail-forward.png +share/icons/mate/32x32/actions/mail-mark-important.png +share/icons/mate/32x32/actions/mail-mark-junk.png +share/icons/mate/32x32/actions/mail-mark-notjunk.png +share/icons/mate/32x32/actions/mail-mark-read.png +share/icons/mate/32x32/actions/mail-mark-unread.png +share/icons/mate/32x32/actions/mail-message-new.png +share/icons/mate/32x32/actions/mail-reply-all.png +share/icons/mate/32x32/actions/mail-reply-sender.png +share/icons/mate/32x32/actions/mail-send-receive.png +share/icons/mate/32x32/actions/mail-send.png +share/icons/mate/32x32/actions/mail_forward.png +share/icons/mate/32x32/actions/mail_new.png +share/icons/mate/32x32/actions/mail_reply.png +share/icons/mate/32x32/actions/mail_replyall.png +share/icons/mate/32x32/actions/mail_send.png +share/icons/mate/32x32/actions/mail_spam.png +share/icons/mate/32x32/actions/media-eject.png +share/icons/mate/32x32/actions/media-playback-pause.png +share/icons/mate/32x32/actions/media-playback-start.png +share/icons/mate/32x32/actions/media-playback-stop.png +share/icons/mate/32x32/actions/media-record.png +share/icons/mate/32x32/actions/media-seek-backward.png +share/icons/mate/32x32/actions/media-seek-forward.png +share/icons/mate/32x32/actions/media-skip-backward.png +share/icons/mate/32x32/actions/media-skip-forward.png +share/icons/mate/32x32/actions/next.png +share/icons/mate/32x32/actions/object-flip-horizontal.png +share/icons/mate/32x32/actions/object-flip-vertical.png +share/icons/mate/32x32/actions/object-rotate-left.png +share/icons/mate/32x32/actions/object-rotate-right.png +share/icons/mate/32x32/actions/player_eject.png +share/icons/mate/32x32/actions/player_end.png +share/icons/mate/32x32/actions/player_fwd.png +share/icons/mate/32x32/actions/player_pause.png +share/icons/mate/32x32/actions/player_play.png +share/icons/mate/32x32/actions/player_record.png +share/icons/mate/32x32/actions/player_rew.png +share/icons/mate/32x32/actions/player_start.png +share/icons/mate/32x32/actions/player_stop.png +share/icons/mate/32x32/actions/previous.png +share/icons/mate/32x32/actions/process-stop.png +share/icons/mate/32x32/actions/redhat-home.png +share/icons/mate/32x32/actions/redo.png +share/icons/mate/32x32/actions/reload.png +share/icons/mate/32x32/actions/reload3.png +share/icons/mate/32x32/actions/reload_all_tabs.png +share/icons/mate/32x32/actions/reload_page.png +share/icons/mate/32x32/actions/remove.png +share/icons/mate/32x32/actions/revert.png +share/icons/mate/32x32/actions/rightjust.png +share/icons/mate/32x32/actions/search.png +share/icons/mate/32x32/actions/start.png +share/icons/mate/32x32/actions/stock_about.png +share/icons/mate/32x32/actions/stock_add-bookmark.png +share/icons/mate/32x32/actions/stock_bottom.png +share/icons/mate/32x32/actions/stock_close.png +share/icons/mate/32x32/actions/stock_copy.png +share/icons/mate/32x32/actions/stock_cut.png +share/icons/mate/32x32/actions/stock_delete.png +share/icons/mate/32x32/actions/stock_down.png +share/icons/mate/32x32/actions/stock_file-properites.png +share/icons/mate/32x32/actions/stock_first.png +share/icons/mate/32x32/actions/stock_fullscreen.png +share/icons/mate/32x32/actions/stock_help-add-bookmark.png +share/icons/mate/32x32/actions/stock_help.png +share/icons/mate/32x32/actions/stock_home.png +share/icons/mate/32x32/actions/stock_last.png +share/icons/mate/32x32/actions/stock_leave-fullscreen.png +share/icons/mate/32x32/actions/stock_left.png +share/icons/mate/32x32/actions/stock_mail-compose.png +share/icons/mate/32x32/actions/stock_mail-forward.png +share/icons/mate/32x32/actions/stock_mail-reply-to-all.png +share/icons/mate/32x32/actions/stock_mail-reply.png +share/icons/mate/32x32/actions/stock_mail-send-receive.png +share/icons/mate/32x32/actions/stock_mail-send.png +share/icons/mate/32x32/actions/stock_media-fwd.png +share/icons/mate/32x32/actions/stock_media-next.png +share/icons/mate/32x32/actions/stock_media-pause.png +share/icons/mate/32x32/actions/stock_media-play.png +share/icons/mate/32x32/actions/stock_media-prev.png +share/icons/mate/32x32/actions/stock_media-rec.png +share/icons/mate/32x32/actions/stock_media-rew.png +share/icons/mate/32x32/actions/stock_media-stop.png +share/icons/mate/32x32/actions/stock_new-address-book.png +share/icons/mate/32x32/actions/stock_new-appointment.png +share/icons/mate/32x32/actions/stock_new-bcard.png +share/icons/mate/32x32/actions/stock_new-dir.png +share/icons/mate/32x32/actions/stock_new-text.png +share/icons/mate/32x32/actions/stock_new-window.png +share/icons/mate/32x32/actions/stock_paste.png +share/icons/mate/32x32/actions/stock_print-preview.png +share/icons/mate/32x32/actions/stock_print-setup.png +share/icons/mate/32x32/actions/stock_print.png +share/icons/mate/32x32/actions/stock_properties.png +share/icons/mate/32x32/actions/stock_redo.png +share/icons/mate/32x32/actions/stock_refresh.png +share/icons/mate/32x32/actions/stock_right.png +share/icons/mate/32x32/actions/stock_save-as.png +share/icons/mate/32x32/actions/stock_save.png +share/icons/mate/32x32/actions/stock_search-and-replace.png +share/icons/mate/32x32/actions/stock_search.png +share/icons/mate/32x32/actions/stock_select-all.png +share/icons/mate/32x32/actions/stock_spam.png +share/icons/mate/32x32/actions/stock_spellcheck.png +share/icons/mate/32x32/actions/stock_stop.png +share/icons/mate/32x32/actions/stock_text-strikethrough.png +share/icons/mate/32x32/actions/stock_text_bold.png +share/icons/mate/32x32/actions/stock_text_center.png +share/icons/mate/32x32/actions/stock_text_indent.png +share/icons/mate/32x32/actions/stock_text_italic.png +share/icons/mate/32x32/actions/stock_text_justify.png +share/icons/mate/32x32/actions/stock_text_left.png +share/icons/mate/32x32/actions/stock_text_right.png +share/icons/mate/32x32/actions/stock_text_underlined.png +share/icons/mate/32x32/actions/stock_text_unindent.png +share/icons/mate/32x32/actions/stock_top.png +share/icons/mate/32x32/actions/stock_undo.png +share/icons/mate/32x32/actions/stock_up.png +share/icons/mate/32x32/actions/stock_zoom-1.png +share/icons/mate/32x32/actions/stock_zoom-in.png +share/icons/mate/32x32/actions/stock_zoom-out.png +share/icons/mate/32x32/actions/stock_zoom-page.png +share/icons/mate/32x32/actions/stop.png +share/icons/mate/32x32/actions/system-lock-screen.png +share/icons/mate/32x32/actions/system-log-out.png +share/icons/mate/32x32/actions/system-run.png +share/icons/mate/32x32/actions/system-search.png +share/icons/mate/32x32/actions/system-shutdown.png +share/icons/mate/32x32/actions/text_bold.png +share/icons/mate/32x32/actions/text_italic.png +share/icons/mate/32x32/actions/text_strike.png +share/icons/mate/32x32/actions/text_under.png +share/icons/mate/32x32/actions/tools-check-spelling.png +share/icons/mate/32x32/actions/top.png +share/icons/mate/32x32/actions/undo.png +share/icons/mate/32x32/actions/up.png +share/icons/mate/32x32/actions/view-fullscreen.png +share/icons/mate/32x32/actions/view-refresh.png +share/icons/mate/32x32/actions/view-restore.png +share/icons/mate/32x32/actions/view-sort-ascending.png +share/icons/mate/32x32/actions/view-sort-descending.png +share/icons/mate/32x32/actions/viewmag+.png +share/icons/mate/32x32/actions/viewmag-.png +share/icons/mate/32x32/actions/viewmag1.png +share/icons/mate/32x32/actions/viewmagfit.png +share/icons/mate/32x32/actions/window-close.png +share/icons/mate/32x32/actions/window-new.png +share/icons/mate/32x32/actions/window_fullscreen.png +share/icons/mate/32x32/actions/window_new.png +share/icons/mate/32x32/actions/window_nofullscreen.png +share/icons/mate/32x32/actions/xfce-system-exit.png +share/icons/mate/32x32/actions/xfce-system-lock.png +share/icons/mate/32x32/actions/zoom-best-fit.png +share/icons/mate/32x32/actions/zoom-fit-best.png +share/icons/mate/32x32/actions/zoom-in.png +share/icons/mate/32x32/actions/zoom-original.png +share/icons/mate/32x32/actions/zoom-out.png +share/icons/mate/32x32/animations/gnome-spinner.png +share/icons/mate/32x32/animations/process-working.png +share/icons/mate/32x32/apps/access.png +share/icons/mate/32x32/apps/accessibility-directory.png +share/icons/mate/32x32/apps/accessories-calculator.png +share/icons/mate/32x32/apps/accessories-character-map.png +share/icons/mate/32x32/apps/accessories-dictionary.png +share/icons/mate/32x32/apps/accessories-text-editor.png +share/icons/mate/32x32/apps/applets-screenshooter.png +share/icons/mate/32x32/apps/arts.png +share/icons/mate/32x32/apps/background.png +share/icons/mate/32x32/apps/calc.png +share/icons/mate/32x32/apps/config-language.png +share/icons/mate/32x32/apps/config-users.png +share/icons/mate/32x32/apps/dconf-editor.png +share/icons/mate/32x32/apps/file-manager.png +share/icons/mate/32x32/apps/fonts.png +share/icons/mate/32x32/apps/gnome-calculator.png +share/icons/mate/32x32/apps/gnome-character-map.png +share/icons/mate/32x32/apps/gnome-help.png +share/icons/mate/32x32/apps/gnome-mixer.png +share/icons/mate/32x32/apps/gnome-monitor.png +share/icons/mate/32x32/apps/gnome-remote-desktop.png +share/icons/mate/32x32/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/32x32/apps/gnome-settings-background.png +share/icons/mate/32x32/apps/gnome-settings-font.png +share/icons/mate/32x32/apps/gnome-settings-keybindings.png +share/icons/mate/32x32/apps/gnome-settings-theme.png +share/icons/mate/32x32/apps/gnome-terminal.png +share/icons/mate/32x32/apps/gnome-window-manager.png +share/icons/mate/32x32/apps/gucharmap.png +share/icons/mate/32x32/apps/help-browser.png +share/icons/mate/32x32/apps/kcalc.png +share/icons/mate/32x32/apps/kcharselect.png +share/icons/mate/32x32/apps/kcmkwm.png +share/icons/mate/32x32/apps/kcmsound.png +share/icons/mate/32x32/apps/kedit.png +share/icons/mate/32x32/apps/key_bindings.png +share/icons/mate/32x32/apps/kfm.png +share/icons/mate/32x32/apps/khelpcenter.png +share/icons/mate/32x32/apps/konsole.png +share/icons/mate/32x32/apps/krfb.png +share/icons/mate/32x32/apps/kscreensaver.png +share/icons/mate/32x32/apps/ksysguard.png +share/icons/mate/32x32/apps/kuser.png +share/icons/mate/32x32/apps/kwin.png +share/icons/mate/32x32/apps/locale.png +share/icons/mate/32x32/apps/logviewer.png +share/icons/mate/32x32/apps/mate.png +share/icons/mate/32x32/apps/multimedia-volume-control.png +share/icons/mate/32x32/apps/multimedia.png +share/icons/mate/32x32/apps/openterm.png +share/icons/mate/32x32/apps/preferences-desktop-accessibility.png +share/icons/mate/32x32/apps/preferences-desktop-default-applications.png +share/icons/mate/32x32/apps/preferences-desktop-display.png +share/icons/mate/32x32/apps/preferences-desktop-font.png +share/icons/mate/32x32/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/32x32/apps/preferences-desktop-keyboard.png +share/icons/mate/32x32/apps/preferences-desktop-locale.png +share/icons/mate/32x32/apps/preferences-desktop-remote-desktop.png +share/icons/mate/32x32/apps/preferences-desktop-screensaver.png +share/icons/mate/32x32/apps/preferences-desktop-theme.png +share/icons/mate/32x32/apps/preferences-desktop-wallpaper.png +share/icons/mate/32x32/apps/preferences-system-windows.png +share/icons/mate/32x32/apps/redhat-filemanager.png +share/icons/mate/32x32/apps/screensaver.png +share/icons/mate/32x32/apps/style.png +share/icons/mate/32x32/apps/susehelpcenter.png +share/icons/mate/32x32/apps/system-config-users.png +share/icons/mate/32x32/apps/system-file-manager.png +share/icons/mate/32x32/apps/system-software-install.png +share/icons/mate/32x32/apps/system-software-update.png +share/icons/mate/32x32/apps/system-users.png +share/icons/mate/32x32/apps/terminal.png +share/icons/mate/32x32/apps/text-editor.png +share/icons/mate/32x32/apps/update-manager.png +share/icons/mate/32x32/apps/user-info.png +share/icons/mate/32x32/apps/utilities-system-monitor.png +share/icons/mate/32x32/apps/utilities-terminal.png +share/icons/mate/32x32/apps/volume-knob.png +share/icons/mate/32x32/apps/wallpaper.png +share/icons/mate/32x32/apps/web-browser.png +share/icons/mate/32x32/apps/xfce-filemanager.png +share/icons/mate/32x32/apps/xfce-terminal.png +share/icons/mate/32x32/apps/xfce4-backdrop.png +share/icons/mate/32x32/apps/xfce4-mixer.png +share/icons/mate/32x32/apps/xfwm4.png +share/icons/mate/32x32/apps/xscreensaver.png +share/icons/mate/32x32/apps/zen-icon.png +share/icons/mate/32x32/categories/applications-accessories.png +share/icons/mate/32x32/categories/applications-development.png +share/icons/mate/32x32/categories/applications-engineering.png +share/icons/mate/32x32/categories/applications-games.png +share/icons/mate/32x32/categories/applications-graphics.png +share/icons/mate/32x32/categories/applications-internet.png +share/icons/mate/32x32/categories/applications-multimedia.png +share/icons/mate/32x32/categories/applications-office.png +share/icons/mate/32x32/categories/applications-other.png +share/icons/mate/32x32/categories/applications-science.png +share/icons/mate/32x32/categories/applications-system.png +share/icons/mate/32x32/categories/applications-utilities.png +share/icons/mate/32x32/categories/gnome-applications.png +share/icons/mate/32x32/categories/gnome-control-center.png +share/icons/mate/32x32/categories/gnome-devel.png +share/icons/mate/32x32/categories/gnome-globe.png +share/icons/mate/32x32/categories/gnome-graphics.png +share/icons/mate/32x32/categories/gnome-joystick.png +share/icons/mate/32x32/categories/gnome-multimedia.png +share/icons/mate/32x32/categories/gnome-other.png +share/icons/mate/32x32/categories/gnome-settings.png +share/icons/mate/32x32/categories/gnome-system.png +share/icons/mate/32x32/categories/gnome-util.png +share/icons/mate/32x32/categories/gtk-preferences.png +share/icons/mate/32x32/categories/input_devices_settings.png +share/icons/mate/32x32/categories/kcontrol.png +share/icons/mate/32x32/categories/package_development.png +share/icons/mate/32x32/categories/package_games.png +share/icons/mate/32x32/categories/package_graphics.png +share/icons/mate/32x32/categories/package_multimedia.png +share/icons/mate/32x32/categories/package_network.png +share/icons/mate/32x32/categories/package_office.png +share/icons/mate/32x32/categories/package_settings.png +share/icons/mate/32x32/categories/package_system.png +share/icons/mate/32x32/categories/package_utilities.png +share/icons/mate/32x32/categories/preferences-desktop-peripherals.png +share/icons/mate/32x32/categories/preferences-desktop-personal.png +share/icons/mate/32x32/categories/preferences-desktop.png +share/icons/mate/32x32/categories/preferences-other.png +share/icons/mate/32x32/categories/preferences-system-network.png +share/icons/mate/32x32/categories/preferences-system.png +share/icons/mate/32x32/categories/redhat-accessories.png +share/icons/mate/32x32/categories/redhat-games.png +share/icons/mate/32x32/categories/redhat-graphics.png +share/icons/mate/32x32/categories/redhat-internet.png +share/icons/mate/32x32/categories/redhat-office.png +share/icons/mate/32x32/categories/redhat-preferences.png +share/icons/mate/32x32/categories/redhat-programming.png +share/icons/mate/32x32/categories/redhat-sound_video.png +share/icons/mate/32x32/categories/redhat-system_settings.png +share/icons/mate/32x32/categories/redhat-system_tools.png +share/icons/mate/32x32/categories/stock_internet.png +share/icons/mate/32x32/categories/system-help.png +share/icons/mate/32x32/categories/xfce-games.png +share/icons/mate/32x32/categories/xfce-graphics.png +share/icons/mate/32x32/categories/xfce-internet.png +share/icons/mate/32x32/categories/xfce-multimedia.png +share/icons/mate/32x32/categories/xfce-office.png +share/icons/mate/32x32/categories/xfce-system-settings.png +share/icons/mate/32x32/categories/xfce-utils.png +share/icons/mate/32x32/categories/xfce4-settings.png +share/icons/mate/32x32/devices/3floppy_unmount.png +share/icons/mate/32x32/devices/ac-adapter.png +share/icons/mate/32x32/devices/audio-card.png +share/icons/mate/32x32/devices/audio-input-microphone.png +share/icons/mate/32x32/devices/battery.png +share/icons/mate/32x32/devices/camera-photo.png +share/icons/mate/32x32/devices/camera-video.png +share/icons/mate/32x32/devices/camera-web.png +share/icons/mate/32x32/devices/camera.png +share/icons/mate/32x32/devices/camera_unmount.png +share/icons/mate/32x32/devices/cdrom_unmount.png +share/icons/mate/32x32/devices/cdwriter_unmount.png +share/icons/mate/32x32/devices/chardevice.png +share/icons/mate/32x32/devices/computer.png +share/icons/mate/32x32/devices/display.png +share/icons/mate/32x32/devices/drive-cdrom.png +share/icons/mate/32x32/devices/drive-harddisk.png +share/icons/mate/32x32/devices/drive-optical.png +share/icons/mate/32x32/devices/drive-removable-media.png +share/icons/mate/32x32/devices/dvd_unmount.png +share/icons/mate/32x32/devices/gnome-dev-battery.png +share/icons/mate/32x32/devices/gnome-dev-cdrom-audio.png +share/icons/mate/32x32/devices/gnome-dev-cdrom.png +share/icons/mate/32x32/devices/gnome-dev-computer.png +share/icons/mate/32x32/devices/gnome-dev-disc-cdr.png +share/icons/mate/32x32/devices/gnome-dev-disc-cdrw.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdr.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdram.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/32x32/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/32x32/devices/gnome-dev-dvd.png +share/icons/mate/32x32/devices/gnome-dev-ethernet.png +share/icons/mate/32x32/devices/gnome-dev-floppy.png +share/icons/mate/32x32/devices/gnome-dev-harddisk-1394.png +share/icons/mate/32x32/devices/gnome-dev-harddisk-usb.png +share/icons/mate/32x32/devices/gnome-dev-harddisk.png +share/icons/mate/32x32/devices/gnome-dev-ipod.png +share/icons/mate/32x32/devices/gnome-dev-keyboard.png +share/icons/mate/32x32/devices/gnome-dev-media-cf.png +share/icons/mate/32x32/devices/gnome-dev-media-ms.png +share/icons/mate/32x32/devices/gnome-dev-media-sdmmc.png +share/icons/mate/32x32/devices/gnome-dev-media-sm.png +share/icons/mate/32x32/devices/gnome-dev-mouse-ball.png +share/icons/mate/32x32/devices/gnome-dev-mouse-optical.png +share/icons/mate/32x32/devices/gnome-dev-printer.png +share/icons/mate/32x32/devices/gnome-dev-removable-1394.png +share/icons/mate/32x32/devices/gnome-dev-removable-usb.png +share/icons/mate/32x32/devices/gnome-dev-removable.png +share/icons/mate/32x32/devices/gnome-dev-wavelan.png +share/icons/mate/32x32/devices/gnome-fs-client.png +share/icons/mate/32x32/devices/gnome-modem.png +share/icons/mate/32x32/devices/gnome-stock-mic.png +share/icons/mate/32x32/devices/gtk-cdrom.png +share/icons/mate/32x32/devices/gtk-floppy.png +share/icons/mate/32x32/devices/gtk-harddisk.png +share/icons/mate/32x32/devices/harddrive.png +share/icons/mate/32x32/devices/hdd_unmount.png +share/icons/mate/32x32/devices/input-gaming.png +share/icons/mate/32x32/devices/input-keyboard.png +share/icons/mate/32x32/devices/input-mouse.png +share/icons/mate/32x32/devices/input-tablet.png +share/icons/mate/32x32/devices/input-touchpad.png +share/icons/mate/32x32/devices/ipod_mount.png +share/icons/mate/32x32/devices/joystick.png +share/icons/mate/32x32/devices/keyboard.png +share/icons/mate/32x32/devices/kjobviewer.png +share/icons/mate/32x32/devices/kxkb.png +share/icons/mate/32x32/devices/media-cdrom.png +share/icons/mate/32x32/devices/media-flash.png +share/icons/mate/32x32/devices/media-floppy.png +share/icons/mate/32x32/devices/media-optical.png +share/icons/mate/32x32/devices/media-tape.png +share/icons/mate/32x32/devices/modem.png +share/icons/mate/32x32/devices/mouse.png +share/icons/mate/32x32/devices/multimedia-player.png +share/icons/mate/32x32/devices/network-wired.png +share/icons/mate/32x32/devices/network-wireless.png +share/icons/mate/32x32/devices/pda.png +share/icons/mate/32x32/devices/phone.png +share/icons/mate/32x32/devices/printer-remote.png +share/icons/mate/32x32/devices/printer.png +share/icons/mate/32x32/devices/printer1.png +share/icons/mate/32x32/devices/printmgr.png +share/icons/mate/32x32/devices/scanner.png +share/icons/mate/32x32/devices/stock_cell-phone.png +share/icons/mate/32x32/devices/stock_mic.png +share/icons/mate/32x32/devices/stock_printers.png +share/icons/mate/32x32/devices/system-floppy.png +share/icons/mate/32x32/devices/system.png +share/icons/mate/32x32/devices/usbpendrive_unmount.png +share/icons/mate/32x32/devices/video-display.png +share/icons/mate/32x32/devices/xfce-printer.png +share/icons/mate/32x32/devices/xfce4-display.png +share/icons/mate/32x32/devices/xfce4-keyboard.png +share/icons/mate/32x32/devices/xfce4-mouse.png +share/icons/mate/32x32/devices/yast_HD.png +share/icons/mate/32x32/devices/yast_idetude.png +share/icons/mate/32x32/devices/yast_joystick.png +share/icons/mate/32x32/devices/yast_mouse.png +share/icons/mate/32x32/devices/yast_printer.png +share/icons/mate/32x32/devices/yast_soundcard.png +share/icons/mate/32x32/emblems/emblem-default.png +share/icons/mate/32x32/emblems/emblem-documents.png +share/icons/mate/32x32/emblems/emblem-downloads.png +share/icons/mate/32x32/emblems/emblem-favorite.png +share/icons/mate/32x32/emblems/emblem-generic.png +share/icons/mate/32x32/emblems/emblem-important.png +share/icons/mate/32x32/emblems/emblem-mail.png +share/icons/mate/32x32/emblems/emblem-new.png +share/icons/mate/32x32/emblems/emblem-noread.png +share/icons/mate/32x32/emblems/emblem-nowrite.png +share/icons/mate/32x32/emblems/emblem-package.png +share/icons/mate/32x32/emblems/emblem-photos.png +share/icons/mate/32x32/emblems/emblem-readonly.png +share/icons/mate/32x32/emblems/emblem-shared.png +share/icons/mate/32x32/emblems/emblem-symbolic-link.png +share/icons/mate/32x32/emblems/emblem-synchronizing.png +share/icons/mate/32x32/emblems/emblem-system.png +share/icons/mate/32x32/emblems/emblem-unreadable.png +share/icons/mate/32x32/emblems/emblem-urgent.png +share/icons/mate/32x32/emblems/emblem-web.png +share/icons/mate/32x32/emotes/face-angel.png +share/icons/mate/32x32/emotes/face-angry.png +share/icons/mate/32x32/emotes/face-cool.png +share/icons/mate/32x32/emotes/face-crying.png +share/icons/mate/32x32/emotes/face-devilish.png +share/icons/mate/32x32/emotes/face-embarrassed.png +share/icons/mate/32x32/emotes/face-glasses.png +share/icons/mate/32x32/emotes/face-kiss.png +share/icons/mate/32x32/emotes/face-laugh.png +share/icons/mate/32x32/emotes/face-monkey.png +share/icons/mate/32x32/emotes/face-plain.png +share/icons/mate/32x32/emotes/face-raspberry.png +share/icons/mate/32x32/emotes/face-sad.png +share/icons/mate/32x32/emotes/face-sick.png +share/icons/mate/32x32/emotes/face-smile-big.png +share/icons/mate/32x32/emotes/face-smile.png +share/icons/mate/32x32/emotes/face-smirk.png +share/icons/mate/32x32/emotes/face-surprise.png +share/icons/mate/32x32/emotes/face-tired.png +share/icons/mate/32x32/emotes/face-uncertain.png +share/icons/mate/32x32/emotes/face-wink.png +share/icons/mate/32x32/emotes/face-worried.png +share/icons/mate/32x32/emotes/stock_smiley-1.png +share/icons/mate/32x32/emotes/stock_smiley-10.png +share/icons/mate/32x32/emotes/stock_smiley-11.png +share/icons/mate/32x32/emotes/stock_smiley-13.png +share/icons/mate/32x32/emotes/stock_smiley-15.png +share/icons/mate/32x32/emotes/stock_smiley-18.png +share/icons/mate/32x32/emotes/stock_smiley-2.png +share/icons/mate/32x32/emotes/stock_smiley-22.png +share/icons/mate/32x32/emotes/stock_smiley-3.png +share/icons/mate/32x32/emotes/stock_smiley-4.png +share/icons/mate/32x32/emotes/stock_smiley-5.png +share/icons/mate/32x32/emotes/stock_smiley-6.png +share/icons/mate/32x32/emotes/stock_smiley-7.png +share/icons/mate/32x32/emotes/stock_smiley-8.png +share/icons/mate/32x32/mimetypes/application-certificate.png +share/icons/mate/32x32/mimetypes/application-pdf.png +share/icons/mate/32x32/mimetypes/application-pgp-encrypted.png +share/icons/mate/32x32/mimetypes/application-rss+xml.png +share/icons/mate/32x32/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/32x32/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/32x32/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/32x32/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/32x32/mimetypes/application-x-bittorrent.png +share/icons/mate/32x32/mimetypes/application-x-blender.png +share/icons/mate/32x32/mimetypes/application-x-cd-image.png +share/icons/mate/32x32/mimetypes/application-x-desktop.png +share/icons/mate/32x32/mimetypes/application-x-executable.png +share/icons/mate/32x32/mimetypes/application-x-homebank.png +share/icons/mate/32x32/mimetypes/application-x-java-archive.png +share/icons/mate/32x32/mimetypes/application-x-java.png +share/icons/mate/32x32/mimetypes/application-x-javascript.png +share/icons/mate/32x32/mimetypes/application-x-keepass.png +share/icons/mate/32x32/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/32x32/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/32x32/mimetypes/application-x-package-list.png +share/icons/mate/32x32/mimetypes/application-x-perl.png +share/icons/mate/32x32/mimetypes/application-x-php.png +share/icons/mate/32x32/mimetypes/application-x-planner.png +share/icons/mate/32x32/mimetypes/application-x-python-bytecode.png +share/icons/mate/32x32/mimetypes/application-x-remote-connection.png +share/icons/mate/32x32/mimetypes/application-x-ruby.png +share/icons/mate/32x32/mimetypes/application-x-theme.png +share/icons/mate/32x32/mimetypes/application-x-vnc.png +share/icons/mate/32x32/mimetypes/ascii.png +share/icons/mate/32x32/mimetypes/audio-x-generic.png +share/icons/mate/32x32/mimetypes/binary.png +share/icons/mate/32x32/mimetypes/contents2.png +share/icons/mate/32x32/mimetypes/deb.png +share/icons/mate/32x32/mimetypes/document.png +share/icons/mate/32x32/mimetypes/empty.png +share/icons/mate/32x32/mimetypes/exec.png +share/icons/mate/32x32/mimetypes/folder_tar.png +share/icons/mate/32x32/mimetypes/font-x-generic.png +share/icons/mate/32x32/mimetypes/font.png +share/icons/mate/32x32/mimetypes/font_bitmap.png +share/icons/mate/32x32/mimetypes/font_truetype.png +share/icons/mate/32x32/mimetypes/font_type1.png +share/icons/mate/32x32/mimetypes/gnome-fs-executable.png +share/icons/mate/32x32/mimetypes/gnome-fs-regular.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-msword.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/32x32/mimetypes/gnome-mime-application-zip.png +share/icons/mate/32x32/mimetypes/gnome-mime-audio.png +share/icons/mate/32x32/mimetypes/gnome-mime-image.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-html.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/32x32/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/32x32/mimetypes/gnome-mime-text.png +share/icons/mate/32x32/mimetypes/gnome-mime-video.png +share/icons/mate/32x32/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/32x32/mimetypes/gnome-package.png +share/icons/mate/32x32/mimetypes/gtk-file.png +share/icons/mate/32x32/mimetypes/html.png +share/icons/mate/32x32/mimetypes/image-svg+xml-compressed.png +share/icons/mate/32x32/mimetypes/image-svg+xml.png +share/icons/mate/32x32/mimetypes/image-x-compressed-xcf.png +share/icons/mate/32x32/mimetypes/image-x-generic.png +share/icons/mate/32x32/mimetypes/image-x-xcf.png +share/icons/mate/32x32/mimetypes/image.png +share/icons/mate/32x32/mimetypes/kpresenter_kpr.png +share/icons/mate/32x32/mimetypes/mime_ascii.png +share/icons/mate/32x32/mimetypes/misc.png +share/icons/mate/32x32/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-drawing.png +share/icons/mate/32x32/mimetypes/openofficeorg-extension.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/32x32/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-presentation.png +share/icons/mate/32x32/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/32x32/mimetypes/openofficeorg-text-template.png +share/icons/mate/32x32/mimetypes/openofficeorg-text.png +share/icons/mate/32x32/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-drawing.png +share/icons/mate/32x32/mimetypes/openofficeorg3-extension.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/32x32/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-presentation.png +share/icons/mate/32x32/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/32x32/mimetypes/openofficeorg3-text-template.png +share/icons/mate/32x32/mimetypes/openofficeorg3-text.png +share/icons/mate/32x32/mimetypes/package-x-generic.png +share/icons/mate/32x32/mimetypes/package.png +share/icons/mate/32x32/mimetypes/package_editors.png +share/icons/mate/32x32/mimetypes/package_wordprocessing.png +share/icons/mate/32x32/mimetypes/plan.png +share/icons/mate/32x32/mimetypes/rpm.png +share/icons/mate/32x32/mimetypes/shellscript.png +share/icons/mate/32x32/mimetypes/sound.png +share/icons/mate/32x32/mimetypes/spreadsheet.png +share/icons/mate/32x32/mimetypes/stock_addressbook.png +share/icons/mate/32x32/mimetypes/stock_calendar.png +share/icons/mate/32x32/mimetypes/stock_certificate.png +share/icons/mate/32x32/mimetypes/stock_script.png +share/icons/mate/32x32/mimetypes/tar.png +share/icons/mate/32x32/mimetypes/template_source.png +share/icons/mate/32x32/mimetypes/text-css.png +share/icons/mate/32x32/mimetypes/text-csv.png +share/icons/mate/32x32/mimetypes/text-html.png +share/icons/mate/32x32/mimetypes/text-x-apport.png +share/icons/mate/32x32/mimetypes/text-x-authors.png +share/icons/mate/32x32/mimetypes/text-x-boo.png +share/icons/mate/32x32/mimetypes/text-x-c++hdr.png +share/icons/mate/32x32/mimetypes/text-x-c++src.png +share/icons/mate/32x32/mimetypes/text-x-changelog.png +share/icons/mate/32x32/mimetypes/text-x-chdr.png +share/icons/mate/32x32/mimetypes/text-x-copying.png +share/icons/mate/32x32/mimetypes/text-x-csharp.png +share/icons/mate/32x32/mimetypes/text-x-csrc.png +share/icons/mate/32x32/mimetypes/text-x-generic-template.png +share/icons/mate/32x32/mimetypes/text-x-generic.png +share/icons/mate/32x32/mimetypes/text-x-install.png +share/icons/mate/32x32/mimetypes/text-x-java.png +share/icons/mate/32x32/mimetypes/text-x-log.png +share/icons/mate/32x32/mimetypes/text-x-makefile.png +share/icons/mate/32x32/mimetypes/text-x-opml+xml.png +share/icons/mate/32x32/mimetypes/text-x-patch.png +share/icons/mate/32x32/mimetypes/text-x-preview.png +share/icons/mate/32x32/mimetypes/text-x-python.png +share/icons/mate/32x32/mimetypes/text-x-readme.png +share/icons/mate/32x32/mimetypes/text-x-script.png +share/icons/mate/32x32/mimetypes/tgz.png +share/icons/mate/32x32/mimetypes/txt.png +share/icons/mate/32x32/mimetypes/txt2.png +share/icons/mate/32x32/mimetypes/unknown.png +share/icons/mate/32x32/mimetypes/vcalendar.png +share/icons/mate/32x32/mimetypes/vcard.png +share/icons/mate/32x32/mimetypes/video-x-generic.png +share/icons/mate/32x32/mimetypes/video.png +share/icons/mate/32x32/mimetypes/wordprocessing.png +share/icons/mate/32x32/mimetypes/www.png +share/icons/mate/32x32/mimetypes/x-office-address-book.png +share/icons/mate/32x32/mimetypes/x-office-calendar.png +share/icons/mate/32x32/mimetypes/x-office-document-template.png +share/icons/mate/32x32/mimetypes/x-office-document.png +share/icons/mate/32x32/mimetypes/x-office-drawing-template.png +share/icons/mate/32x32/mimetypes/x-office-drawing.png +share/icons/mate/32x32/mimetypes/x-office-presentation-template.png +share/icons/mate/32x32/mimetypes/x-office-presentation.png +share/icons/mate/32x32/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/32x32/mimetypes/x-office-spreadsheet.png +share/icons/mate/32x32/mimetypes/zip.png +share/icons/mate/32x32/places/application-x-gnome-saved-search.png +share/icons/mate/32x32/places/desktop.png +share/icons/mate/32x32/places/distributor-logo.png +share/icons/mate/32x32/places/emptytrash.png +share/icons/mate/32x32/places/folder-documents.png +share/icons/mate/32x32/places/folder-download.png +share/icons/mate/32x32/places/folder-music.png +share/icons/mate/32x32/places/folder-pictures.png +share/icons/mate/32x32/places/folder-publicshare.png +share/icons/mate/32x32/places/folder-remote.png +share/icons/mate/32x32/places/folder-saved-search.png +share/icons/mate/32x32/places/folder-templates.png +share/icons/mate/32x32/places/folder-videos.png +share/icons/mate/32x32/places/folder.png +share/icons/mate/32x32/places/folder_home.png +share/icons/mate/32x32/places/gnome-fs-desktop.png +share/icons/mate/32x32/places/gnome-fs-directory.png +share/icons/mate/32x32/places/gnome-fs-ftp.png +share/icons/mate/32x32/places/gnome-fs-home.png +share/icons/mate/32x32/places/gnome-fs-network.png +share/icons/mate/32x32/places/gnome-fs-nfs.png +share/icons/mate/32x32/places/gnome-fs-server.png +share/icons/mate/32x32/places/gnome-fs-share.png +share/icons/mate/32x32/places/gnome-fs-smb.png +share/icons/mate/32x32/places/gnome-fs-ssh.png +share/icons/mate/32x32/places/gnome-fs-trash-empty.png +share/icons/mate/32x32/places/gnome-main-menu.png +share/icons/mate/32x32/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/32x32/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/32x32/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/32x32/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/32x32/places/gnome-stock-trash.png +share/icons/mate/32x32/places/gtk-directory.png +share/icons/mate/32x32/places/gtk-network.png +share/icons/mate/32x32/places/inode-directory.png +share/icons/mate/32x32/places/network-server.png +share/icons/mate/32x32/places/network-workgroup.png +share/icons/mate/32x32/places/network.png +share/icons/mate/32x32/places/network_local.png +share/icons/mate/32x32/places/novell-button.png +share/icons/mate/32x32/places/redhat-network-server.png +share/icons/mate/32x32/places/server.png +share/icons/mate/32x32/places/start-here.png +share/icons/mate/32x32/places/stock_folder.png +share/icons/mate/32x32/places/trashcan_empty.png +share/icons/mate/32x32/places/user-bookmarks.png +share/icons/mate/32x32/places/user-desktop.png +share/icons/mate/32x32/places/user-home.png +share/icons/mate/32x32/places/user-trash.png +share/icons/mate/32x32/places/xfce-trash_empty.png +share/icons/mate/32x32/status/appointment-missed.png +share/icons/mate/32x32/status/appointment-soon.png +share/icons/mate/32x32/status/audio-volume-high.png +share/icons/mate/32x32/status/audio-volume-low.png +share/icons/mate/32x32/status/audio-volume-medium.png +share/icons/mate/32x32/status/audio-volume-muted.png +share/icons/mate/32x32/status/avatar-default.png +share/icons/mate/32x32/status/battery-caution-charging.png +share/icons/mate/32x32/status/battery-caution.png +share/icons/mate/32x32/status/battery-empty.png +share/icons/mate/32x32/status/battery-full-charged.png +share/icons/mate/32x32/status/battery-full-charging.png +share/icons/mate/32x32/status/battery-full.png +share/icons/mate/32x32/status/battery-good-charging.png +share/icons/mate/32x32/status/battery-good.png +share/icons/mate/32x32/status/battery-low-charging.png +share/icons/mate/32x32/status/battery-low.png +share/icons/mate/32x32/status/battery-missing.png +share/icons/mate/32x32/status/changes-allow.png +share/icons/mate/32x32/status/changes-prevent.png +share/icons/mate/32x32/status/connect_creating.png +share/icons/mate/32x32/status/connect_established.png +share/icons/mate/32x32/status/connect_no.png +share/icons/mate/32x32/status/dialog-error.png +share/icons/mate/32x32/status/dialog-information.png +share/icons/mate/32x32/status/dialog-password.png +share/icons/mate/32x32/status/dialog-question.png +share/icons/mate/32x32/status/dialog-warning.png +share/icons/mate/32x32/status/edittrash.png +share/icons/mate/32x32/status/error.png +share/icons/mate/32x32/status/folder-drag-accept.png +share/icons/mate/32x32/status/folder-open.png +share/icons/mate/32x32/status/folder-visiting.png +share/icons/mate/32x32/status/folder_open.png +share/icons/mate/32x32/status/gnome-fs-directory-accept.png +share/icons/mate/32x32/status/gnome-fs-directory-visiting.png +share/icons/mate/32x32/status/gnome-fs-loading-icon.png +share/icons/mate/32x32/status/gnome-fs-trash-full.png +share/icons/mate/32x32/status/gnome-netstatus-disconn.png +share/icons/mate/32x32/status/gnome-netstatus-error.png +share/icons/mate/32x32/status/gnome-netstatus-idle.png +share/icons/mate/32x32/status/gnome-netstatus-rx.png +share/icons/mate/32x32/status/gnome-netstatus-tx.png +share/icons/mate/32x32/status/gnome-netstatus-txrx.png +share/icons/mate/32x32/status/gnome-stock-trash-full.png +share/icons/mate/32x32/status/gtk-dialog-authentication.png +share/icons/mate/32x32/status/gtk-dialog-error.png +share/icons/mate/32x32/status/gtk-dialog-info.png +share/icons/mate/32x32/status/gtk-dialog-question.png +share/icons/mate/32x32/status/gtk-dialog-warning.png +share/icons/mate/32x32/status/gtk-missing-image.png +share/icons/mate/32x32/status/image-loading.png +share/icons/mate/32x32/status/image-missing.png +share/icons/mate/32x32/status/important.png +share/icons/mate/32x32/status/info.png +share/icons/mate/32x32/status/mail-attachment.png +share/icons/mate/32x32/status/mail-read.png +share/icons/mate/32x32/status/mail-replied.png +share/icons/mate/32x32/status/mail-unread.png +share/icons/mate/32x32/status/media-playlist-repeat.png +share/icons/mate/32x32/status/media-playlist-shuffle.png +share/icons/mate/32x32/status/messagebox_critical.png +share/icons/mate/32x32/status/messagebox_info.png +share/icons/mate/32x32/status/messagebox_warning.png +share/icons/mate/32x32/status/network-error.png +share/icons/mate/32x32/status/network-idle.png +share/icons/mate/32x32/status/network-offline.png +share/icons/mate/32x32/status/network-receive.png +share/icons/mate/32x32/status/network-transmit-receive.png +share/icons/mate/32x32/status/network-transmit.png +share/icons/mate/32x32/status/nm-adhoc.png +share/icons/mate/32x32/status/nm-device-wired.png +share/icons/mate/32x32/status/nm-device-wireless.png +share/icons/mate/32x32/status/nm-no-connection.png +share/icons/mate/32x32/status/printer-error.png +share/icons/mate/32x32/status/printer-printing.png +share/icons/mate/32x32/status/security-high.png +share/icons/mate/32x32/status/security-low.png +share/icons/mate/32x32/status/security-medium.png +share/icons/mate/32x32/status/software-update-available.png +share/icons/mate/32x32/status/software-update-urgent.png +share/icons/mate/32x32/status/stock_appointment-reminder-excl.png +share/icons/mate/32x32/status/stock_appointment-reminder.png +share/icons/mate/32x32/status/stock_attach.png +share/icons/mate/32x32/status/stock_dialog-error.png +share/icons/mate/32x32/status/stock_dialog-info.png +share/icons/mate/32x32/status/stock_dialog-question.png +share/icons/mate/32x32/status/stock_dialog-warning.png +share/icons/mate/32x32/status/stock_lock-broken.png +share/icons/mate/32x32/status/stock_lock-ok.png +share/icons/mate/32x32/status/stock_lock-open.png +share/icons/mate/32x32/status/stock_lock.png +share/icons/mate/32x32/status/stock_mail-open.png +share/icons/mate/32x32/status/stock_mail-replied.png +share/icons/mate/32x32/status/stock_mail-unread.png +share/icons/mate/32x32/status/stock_open.png +share/icons/mate/32x32/status/stock_repeat.png +share/icons/mate/32x32/status/stock_shuffle.png +share/icons/mate/32x32/status/stock_trash_full.png +share/icons/mate/32x32/status/stock_volume-0.png +share/icons/mate/32x32/status/stock_volume-max.png +share/icons/mate/32x32/status/stock_volume-med.png +share/icons/mate/32x32/status/stock_volume-min.png +share/icons/mate/32x32/status/stock_volume-mute.png +share/icons/mate/32x32/status/stock_volume.png +share/icons/mate/32x32/status/stock_weather-cloudy.png +share/icons/mate/32x32/status/stock_weather-few-clouds.png +share/icons/mate/32x32/status/stock_weather-fog.png +share/icons/mate/32x32/status/stock_weather-night-clear.png +share/icons/mate/32x32/status/stock_weather-night-few-clouds.png +share/icons/mate/32x32/status/stock_weather-showers.png +share/icons/mate/32x32/status/stock_weather-snow.png +share/icons/mate/32x32/status/stock_weather-storm.png +share/icons/mate/32x32/status/stock_weather-sunny.png +share/icons/mate/32x32/status/sunny.png +share/icons/mate/32x32/status/task-due.png +share/icons/mate/32x32/status/task-past-due.png +share/icons/mate/32x32/status/trashcan_full.png +share/icons/mate/32x32/status/user-available.png +share/icons/mate/32x32/status/user-away.png +share/icons/mate/32x32/status/user-busy.png +share/icons/mate/32x32/status/user-idle.png +share/icons/mate/32x32/status/user-invisible.png +share/icons/mate/32x32/status/user-offline.png +share/icons/mate/32x32/status/user-trash-full.png +share/icons/mate/32x32/status/weather-clear-night.png +share/icons/mate/32x32/status/weather-clear.png +share/icons/mate/32x32/status/weather-few-clouds-night.png +share/icons/mate/32x32/status/weather-few-clouds.png +share/icons/mate/32x32/status/weather-fog.png +share/icons/mate/32x32/status/weather-overcast.png +share/icons/mate/32x32/status/weather-severe-alert.png +share/icons/mate/32x32/status/weather-showers-scattered.png +share/icons/mate/32x32/status/weather-showers.png +share/icons/mate/32x32/status/weather-snow.png +share/icons/mate/32x32/status/weather-storm.png +share/icons/mate/32x32/status/xfce-trash_full.png +share/icons/mate/48x48/actions/add.png +share/icons/mate/48x48/actions/address-book-new.png +share/icons/mate/48x48/actions/application-exit.png +share/icons/mate/48x48/actions/appointment-new.png +share/icons/mate/48x48/actions/appointment.png +share/icons/mate/48x48/actions/back.png +share/icons/mate/48x48/actions/bookmark-new.png +share/icons/mate/48x48/actions/bookmark_add.png +share/icons/mate/48x48/actions/bookmarks_list_add.png +share/icons/mate/48x48/actions/bottom.png +share/icons/mate/48x48/actions/call-start.png +share/icons/mate/48x48/actions/call-stop.png +share/icons/mate/48x48/actions/centrejust.png +share/icons/mate/48x48/actions/contact-new.png +share/icons/mate/48x48/actions/document-new.png +share/icons/mate/48x48/actions/document-open-recent.png +share/icons/mate/48x48/actions/document-open.png +share/icons/mate/48x48/actions/document-page-setup.png +share/icons/mate/48x48/actions/document-print-preview.png +share/icons/mate/48x48/actions/document-print.png +share/icons/mate/48x48/actions/document-properties.png +share/icons/mate/48x48/actions/document-revert.png +share/icons/mate/48x48/actions/document-save-as.png +share/icons/mate/48x48/actions/document-save.png +share/icons/mate/48x48/actions/document-send.png +share/icons/mate/48x48/actions/down.png +share/icons/mate/48x48/actions/edit-clear.png +share/icons/mate/48x48/actions/edit-copy.png +share/icons/mate/48x48/actions/edit-cut.png +share/icons/mate/48x48/actions/edit-delete.png +share/icons/mate/48x48/actions/edit-find-replace.png +share/icons/mate/48x48/actions/edit-find.png +share/icons/mate/48x48/actions/edit-paste.png +share/icons/mate/48x48/actions/edit-redo.png +share/icons/mate/48x48/actions/edit-select-all.png +share/icons/mate/48x48/actions/edit-undo.png +share/icons/mate/48x48/actions/editclear.png +share/icons/mate/48x48/actions/editcopy.png +share/icons/mate/48x48/actions/editcut.png +share/icons/mate/48x48/actions/editdelete.png +share/icons/mate/48x48/actions/editpaste.png +share/icons/mate/48x48/actions/exit.png +share/icons/mate/48x48/actions/filefind.png +share/icons/mate/48x48/actions/filenew.png +share/icons/mate/48x48/actions/fileopen.png +share/icons/mate/48x48/actions/fileprint.png +share/icons/mate/48x48/actions/filequickprint.png +share/icons/mate/48x48/actions/filesave.png +share/icons/mate/48x48/actions/filesaveas.png +share/icons/mate/48x48/actions/find.png +share/icons/mate/48x48/actions/finish.png +share/icons/mate/48x48/actions/folder-new.png +share/icons/mate/48x48/actions/folder_new.png +share/icons/mate/48x48/actions/format-indent-less.png +share/icons/mate/48x48/actions/format-indent-more.png +share/icons/mate/48x48/actions/format-justify-center.png +share/icons/mate/48x48/actions/format-justify-fill.png +share/icons/mate/48x48/actions/format-justify-left.png +share/icons/mate/48x48/actions/format-justify-right.png +share/icons/mate/48x48/actions/format-text-bold.png +share/icons/mate/48x48/actions/format-text-direction-ltr.png +share/icons/mate/48x48/actions/format-text-direction-rtl.png +share/icons/mate/48x48/actions/format-text-italic.png +share/icons/mate/48x48/actions/format-text-strikethrough.png +share/icons/mate/48x48/actions/format-text-underline.png +share/icons/mate/48x48/actions/forward.png +share/icons/mate/48x48/actions/gnome-lockscreen.png +share/icons/mate/48x48/actions/gnome-logout.png +share/icons/mate/48x48/actions/gnome-run.png +share/icons/mate/48x48/actions/gnome-searchtool.png +share/icons/mate/48x48/actions/gnome-shutdown.png +share/icons/mate/48x48/actions/gnome-stock-mail-fwd.png +share/icons/mate/48x48/actions/gnome-stock-mail-new.png +share/icons/mate/48x48/actions/gnome-stock-mail-rpl.png +share/icons/mate/48x48/actions/gnome-stock-mail-snd.png +share/icons/mate/48x48/actions/gnome-stock-text-indent.png +share/icons/mate/48x48/actions/gnome-stock-text-unindent.png +share/icons/mate/48x48/actions/go-bottom.png +share/icons/mate/48x48/actions/go-down.png +share/icons/mate/48x48/actions/go-first.png +share/icons/mate/48x48/actions/go-home.png +share/icons/mate/48x48/actions/go-jump.png +share/icons/mate/48x48/actions/go-last.png +share/icons/mate/48x48/actions/go-next.png +share/icons/mate/48x48/actions/go-previous.png +share/icons/mate/48x48/actions/go-top.png +share/icons/mate/48x48/actions/go-up.png +share/icons/mate/48x48/actions/gohome.png +share/icons/mate/48x48/actions/gtk-about.png +share/icons/mate/48x48/actions/gtk-add.png +share/icons/mate/48x48/actions/gtk-bold.png +share/icons/mate/48x48/actions/gtk-cancel.png +share/icons/mate/48x48/actions/gtk-clear.png +share/icons/mate/48x48/actions/gtk-close.png +share/icons/mate/48x48/actions/gtk-copy.png +share/icons/mate/48x48/actions/gtk-cut.png +share/icons/mate/48x48/actions/gtk-delete.png +share/icons/mate/48x48/actions/gtk-execute.png +share/icons/mate/48x48/actions/gtk-find-and-replace.png +share/icons/mate/48x48/actions/gtk-find.png +share/icons/mate/48x48/actions/gtk-fullscreen.png +share/icons/mate/48x48/actions/gtk-go-back-ltr.png +share/icons/mate/48x48/actions/gtk-go-back-rtl.png +share/icons/mate/48x48/actions/gtk-go-down.png +share/icons/mate/48x48/actions/gtk-go-forward-ltr.png +share/icons/mate/48x48/actions/gtk-go-forward-rtl.png +share/icons/mate/48x48/actions/gtk-go-up.png +share/icons/mate/48x48/actions/gtk-goto-bottom.png +share/icons/mate/48x48/actions/gtk-goto-first-ltr.png +share/icons/mate/48x48/actions/gtk-goto-first-rtl.png +share/icons/mate/48x48/actions/gtk-goto-last-ltr.png +share/icons/mate/48x48/actions/gtk-goto-last-rtl.png +share/icons/mate/48x48/actions/gtk-goto-top.png +share/icons/mate/48x48/actions/gtk-help.png +share/icons/mate/48x48/actions/gtk-home.png +share/icons/mate/48x48/actions/gtk-indent-ltr.png +share/icons/mate/48x48/actions/gtk-indent-rtl.png +share/icons/mate/48x48/actions/gtk-italic.png +share/icons/mate/48x48/actions/gtk-jump-to-ltr.png +share/icons/mate/48x48/actions/gtk-jump-to-rtl.png +share/icons/mate/48x48/actions/gtk-justify-center.png +share/icons/mate/48x48/actions/gtk-justify-fill.png +share/icons/mate/48x48/actions/gtk-justify-left.png +share/icons/mate/48x48/actions/gtk-justify-right.png +share/icons/mate/48x48/actions/gtk-leave-fullscreen.png +share/icons/mate/48x48/actions/gtk-media-forward-ltr.png +share/icons/mate/48x48/actions/gtk-media-forward-rtl.png +share/icons/mate/48x48/actions/gtk-media-next-ltr.png +share/icons/mate/48x48/actions/gtk-media-next-rtl.png +share/icons/mate/48x48/actions/gtk-media-pause.png +share/icons/mate/48x48/actions/gtk-media-play-ltr.png +share/icons/mate/48x48/actions/gtk-media-previous-ltr.png +share/icons/mate/48x48/actions/gtk-media-previous-rtl.png +share/icons/mate/48x48/actions/gtk-media-record.png +share/icons/mate/48x48/actions/gtk-media-rewind-ltr.png +share/icons/mate/48x48/actions/gtk-media-rewind-rtl.png +share/icons/mate/48x48/actions/gtk-media-stop.png +share/icons/mate/48x48/actions/gtk-new.png +share/icons/mate/48x48/actions/gtk-open.png +share/icons/mate/48x48/actions/gtk-paste.png +share/icons/mate/48x48/actions/gtk-print-preview.png +share/icons/mate/48x48/actions/gtk-print.png +share/icons/mate/48x48/actions/gtk-properties.png +share/icons/mate/48x48/actions/gtk-quit.png +share/icons/mate/48x48/actions/gtk-redo-ltr.png +share/icons/mate/48x48/actions/gtk-refresh.png +share/icons/mate/48x48/actions/gtk-remove.png +share/icons/mate/48x48/actions/gtk-revert-to-saved-ltr.png +share/icons/mate/48x48/actions/gtk-revert-to-saved-rtl.png +share/icons/mate/48x48/actions/gtk-save-as.png +share/icons/mate/48x48/actions/gtk-save.png +share/icons/mate/48x48/actions/gtk-select-all.png +share/icons/mate/48x48/actions/gtk-sort-ascending.png +share/icons/mate/48x48/actions/gtk-sort-descending.png +share/icons/mate/48x48/actions/gtk-spell-check.png +share/icons/mate/48x48/actions/gtk-stop.png +share/icons/mate/48x48/actions/gtk-strikethrough.png +share/icons/mate/48x48/actions/gtk-underline.png +share/icons/mate/48x48/actions/gtk-undo-ltr.png +share/icons/mate/48x48/actions/gtk-unindent-ltr.png +share/icons/mate/48x48/actions/gtk-unindent-rtl.png +share/icons/mate/48x48/actions/gtk-zoom-100.png +share/icons/mate/48x48/actions/gtk-zoom-fit.png +share/icons/mate/48x48/actions/gtk-zoom-in.png +share/icons/mate/48x48/actions/gtk-zoom-out.png +share/icons/mate/48x48/actions/help-about.png +share/icons/mate/48x48/actions/help-contents.png +share/icons/mate/48x48/actions/help-faq.png +share/icons/mate/48x48/actions/help.png +share/icons/mate/48x48/actions/insert-image.png +share/icons/mate/48x48/actions/insert-link.png +share/icons/mate/48x48/actions/insert-object.png +share/icons/mate/48x48/actions/insert-text.png +share/icons/mate/48x48/actions/kfind.png +share/icons/mate/48x48/actions/kfm_home.png +share/icons/mate/48x48/actions/leftjust.png +share/icons/mate/48x48/actions/list-add.png +share/icons/mate/48x48/actions/list-remove.png +share/icons/mate/48x48/actions/lock.png +share/icons/mate/48x48/actions/mail-forward.png +share/icons/mate/48x48/actions/mail-mark-important.png +share/icons/mate/48x48/actions/mail-mark-junk.png +share/icons/mate/48x48/actions/mail-mark-notjunk.png +share/icons/mate/48x48/actions/mail-mark-read.png +share/icons/mate/48x48/actions/mail-mark-unread.png +share/icons/mate/48x48/actions/mail-message-new.png +share/icons/mate/48x48/actions/mail-reply-all.png +share/icons/mate/48x48/actions/mail-reply-sender.png +share/icons/mate/48x48/actions/mail-send-receive.png +share/icons/mate/48x48/actions/mail-send.png +share/icons/mate/48x48/actions/mail_forward.png +share/icons/mate/48x48/actions/mail_new.png +share/icons/mate/48x48/actions/mail_reply.png +share/icons/mate/48x48/actions/mail_replyall.png +share/icons/mate/48x48/actions/mail_send.png +share/icons/mate/48x48/actions/mail_spam.png +share/icons/mate/48x48/actions/media-eject.png +share/icons/mate/48x48/actions/media-playback-pause.png +share/icons/mate/48x48/actions/media-playback-start.png +share/icons/mate/48x48/actions/media-playback-stop.png +share/icons/mate/48x48/actions/media-record.png +share/icons/mate/48x48/actions/media-seek-backward.png +share/icons/mate/48x48/actions/media-seek-forward.png +share/icons/mate/48x48/actions/media-skip-backward.png +share/icons/mate/48x48/actions/media-skip-forward.png +share/icons/mate/48x48/actions/next.png +share/icons/mate/48x48/actions/object-flip-horizontal.png +share/icons/mate/48x48/actions/object-flip-vertical.png +share/icons/mate/48x48/actions/object-rotate-left.png +share/icons/mate/48x48/actions/object-rotate-right.png +share/icons/mate/48x48/actions/player_eject.png +share/icons/mate/48x48/actions/player_end.png +share/icons/mate/48x48/actions/player_fwd.png +share/icons/mate/48x48/actions/player_pause.png +share/icons/mate/48x48/actions/player_play.png +share/icons/mate/48x48/actions/player_record.png +share/icons/mate/48x48/actions/player_rew.png +share/icons/mate/48x48/actions/player_start.png +share/icons/mate/48x48/actions/player_stop.png +share/icons/mate/48x48/actions/previous.png +share/icons/mate/48x48/actions/process-stop.png +share/icons/mate/48x48/actions/redhat-home.png +share/icons/mate/48x48/actions/redo.png +share/icons/mate/48x48/actions/reload.png +share/icons/mate/48x48/actions/reload3.png +share/icons/mate/48x48/actions/reload_all_tabs.png +share/icons/mate/48x48/actions/reload_page.png +share/icons/mate/48x48/actions/remove.png +share/icons/mate/48x48/actions/revert.png +share/icons/mate/48x48/actions/rightjust.png +share/icons/mate/48x48/actions/search.png +share/icons/mate/48x48/actions/start.png +share/icons/mate/48x48/actions/stock_about.png +share/icons/mate/48x48/actions/stock_add-bookmark.png +share/icons/mate/48x48/actions/stock_bottom.png +share/icons/mate/48x48/actions/stock_close.png +share/icons/mate/48x48/actions/stock_copy.png +share/icons/mate/48x48/actions/stock_cut.png +share/icons/mate/48x48/actions/stock_delete.png +share/icons/mate/48x48/actions/stock_down.png +share/icons/mate/48x48/actions/stock_file-properites.png +share/icons/mate/48x48/actions/stock_first.png +share/icons/mate/48x48/actions/stock_fullscreen.png +share/icons/mate/48x48/actions/stock_help-add-bookmark.png +share/icons/mate/48x48/actions/stock_help.png +share/icons/mate/48x48/actions/stock_home.png +share/icons/mate/48x48/actions/stock_last.png +share/icons/mate/48x48/actions/stock_leave-fullscreen.png +share/icons/mate/48x48/actions/stock_left.png +share/icons/mate/48x48/actions/stock_mail-compose.png +share/icons/mate/48x48/actions/stock_mail-forward.png +share/icons/mate/48x48/actions/stock_mail-reply-to-all.png +share/icons/mate/48x48/actions/stock_mail-reply.png +share/icons/mate/48x48/actions/stock_mail-send-receive.png +share/icons/mate/48x48/actions/stock_mail-send.png +share/icons/mate/48x48/actions/stock_media-fwd.png +share/icons/mate/48x48/actions/stock_media-next.png +share/icons/mate/48x48/actions/stock_media-pause.png +share/icons/mate/48x48/actions/stock_media-play.png +share/icons/mate/48x48/actions/stock_media-prev.png +share/icons/mate/48x48/actions/stock_media-rec.png +share/icons/mate/48x48/actions/stock_media-rew.png +share/icons/mate/48x48/actions/stock_media-stop.png +share/icons/mate/48x48/actions/stock_new-address-book.png +share/icons/mate/48x48/actions/stock_new-appointment.png +share/icons/mate/48x48/actions/stock_new-bcard.png +share/icons/mate/48x48/actions/stock_new-dir.png +share/icons/mate/48x48/actions/stock_new-text.png +share/icons/mate/48x48/actions/stock_new-window.png +share/icons/mate/48x48/actions/stock_paste.png +share/icons/mate/48x48/actions/stock_print-preview.png +share/icons/mate/48x48/actions/stock_print-setup.png +share/icons/mate/48x48/actions/stock_print.png +share/icons/mate/48x48/actions/stock_properties.png +share/icons/mate/48x48/actions/stock_redo.png +share/icons/mate/48x48/actions/stock_refresh.png +share/icons/mate/48x48/actions/stock_right.png +share/icons/mate/48x48/actions/stock_save-as.png +share/icons/mate/48x48/actions/stock_save.png +share/icons/mate/48x48/actions/stock_search-and-replace.png +share/icons/mate/48x48/actions/stock_search.png +share/icons/mate/48x48/actions/stock_select-all.png +share/icons/mate/48x48/actions/stock_spam.png +share/icons/mate/48x48/actions/stock_spellcheck.png +share/icons/mate/48x48/actions/stock_stop.png +share/icons/mate/48x48/actions/stock_text-strikethrough.png +share/icons/mate/48x48/actions/stock_text_bold.png +share/icons/mate/48x48/actions/stock_text_center.png +share/icons/mate/48x48/actions/stock_text_indent.png +share/icons/mate/48x48/actions/stock_text_italic.png +share/icons/mate/48x48/actions/stock_text_justify.png +share/icons/mate/48x48/actions/stock_text_left.png +share/icons/mate/48x48/actions/stock_text_right.png +share/icons/mate/48x48/actions/stock_text_underlined.png +share/icons/mate/48x48/actions/stock_text_unindent.png +share/icons/mate/48x48/actions/stock_top.png +share/icons/mate/48x48/actions/stock_undo.png +share/icons/mate/48x48/actions/stock_up.png +share/icons/mate/48x48/actions/stock_zoom-1.png +share/icons/mate/48x48/actions/stock_zoom-in.png +share/icons/mate/48x48/actions/stock_zoom-out.png +share/icons/mate/48x48/actions/stock_zoom-page.png +share/icons/mate/48x48/actions/stop.png +share/icons/mate/48x48/actions/system-lock-screen.png +share/icons/mate/48x48/actions/system-log-out.png +share/icons/mate/48x48/actions/system-run.png +share/icons/mate/48x48/actions/system-search.png +share/icons/mate/48x48/actions/system-shutdown.png +share/icons/mate/48x48/actions/text_bold.png +share/icons/mate/48x48/actions/text_italic.png +share/icons/mate/48x48/actions/text_strike.png +share/icons/mate/48x48/actions/text_under.png +share/icons/mate/48x48/actions/tools-check-spelling.png +share/icons/mate/48x48/actions/top.png +share/icons/mate/48x48/actions/undo.png +share/icons/mate/48x48/actions/up.png +share/icons/mate/48x48/actions/view-fullscreen.png +share/icons/mate/48x48/actions/view-refresh.png +share/icons/mate/48x48/actions/view-restore.png +share/icons/mate/48x48/actions/view-sort-ascending.png +share/icons/mate/48x48/actions/view-sort-descending.png +share/icons/mate/48x48/actions/viewmag+.png +share/icons/mate/48x48/actions/viewmag-.png +share/icons/mate/48x48/actions/viewmag1.png +share/icons/mate/48x48/actions/viewmagfit.png +share/icons/mate/48x48/actions/window-close.png +share/icons/mate/48x48/actions/window-new.png +share/icons/mate/48x48/actions/window_fullscreen.png +share/icons/mate/48x48/actions/window_new.png +share/icons/mate/48x48/actions/window_nofullscreen.png +share/icons/mate/48x48/actions/xfce-system-exit.png +share/icons/mate/48x48/actions/xfce-system-lock.png +share/icons/mate/48x48/actions/zoom-best-fit.png +share/icons/mate/48x48/actions/zoom-fit-best.png +share/icons/mate/48x48/actions/zoom-in.png +share/icons/mate/48x48/actions/zoom-original.png +share/icons/mate/48x48/actions/zoom-out.png +share/icons/mate/48x48/animations/gnome-spinner.png +share/icons/mate/48x48/animations/process-working.png +share/icons/mate/48x48/apps/access.png +share/icons/mate/48x48/apps/accessibility-directory.png +share/icons/mate/48x48/apps/accessories-calculator.png +share/icons/mate/48x48/apps/accessories-character-map.png +share/icons/mate/48x48/apps/accessories-dictionary.png +share/icons/mate/48x48/apps/accessories-text-editor.png +share/icons/mate/48x48/apps/applets-screenshooter.png +share/icons/mate/48x48/apps/arts.png +share/icons/mate/48x48/apps/background.png +share/icons/mate/48x48/apps/calc.png +share/icons/mate/48x48/apps/config-language.png +share/icons/mate/48x48/apps/config-users.png +share/icons/mate/48x48/apps/dconf-editor.png +share/icons/mate/48x48/apps/file-manager.png +share/icons/mate/48x48/apps/fonts.png +share/icons/mate/48x48/apps/gnome-calculator.png +share/icons/mate/48x48/apps/gnome-character-map.png +share/icons/mate/48x48/apps/gnome-help.png +share/icons/mate/48x48/apps/gnome-mixer.png +share/icons/mate/48x48/apps/gnome-monitor.png +share/icons/mate/48x48/apps/gnome-remote-desktop.png +share/icons/mate/48x48/apps/gnome-settings-accessibility-technologies.png +share/icons/mate/48x48/apps/gnome-settings-background.png +share/icons/mate/48x48/apps/gnome-settings-font.png +share/icons/mate/48x48/apps/gnome-settings-keybindings.png +share/icons/mate/48x48/apps/gnome-settings-theme.png +share/icons/mate/48x48/apps/gnome-terminal.png +share/icons/mate/48x48/apps/gnome-window-manager.png +share/icons/mate/48x48/apps/gucharmap.png +share/icons/mate/48x48/apps/help-browser.png +share/icons/mate/48x48/apps/kcalc.png +share/icons/mate/48x48/apps/kcharselect.png +share/icons/mate/48x48/apps/kcmkwm.png +share/icons/mate/48x48/apps/kcmsound.png +share/icons/mate/48x48/apps/kedit.png +share/icons/mate/48x48/apps/key_bindings.png +share/icons/mate/48x48/apps/kfm.png +share/icons/mate/48x48/apps/khelpcenter.png +share/icons/mate/48x48/apps/konsole.png +share/icons/mate/48x48/apps/krfb.png +share/icons/mate/48x48/apps/kscreensaver.png +share/icons/mate/48x48/apps/ksysguard.png +share/icons/mate/48x48/apps/kuser.png +share/icons/mate/48x48/apps/kwin.png +share/icons/mate/48x48/apps/locale.png +share/icons/mate/48x48/apps/logviewer.png +share/icons/mate/48x48/apps/mate.png +share/icons/mate/48x48/apps/multimedia-volume-control.png +share/icons/mate/48x48/apps/multimedia.png +share/icons/mate/48x48/apps/openterm.png +share/icons/mate/48x48/apps/preferences-desktop-accessibility.png +share/icons/mate/48x48/apps/preferences-desktop-default-applications.png +share/icons/mate/48x48/apps/preferences-desktop-display.png +share/icons/mate/48x48/apps/preferences-desktop-font.png +share/icons/mate/48x48/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/mate/48x48/apps/preferences-desktop-keyboard.png +share/icons/mate/48x48/apps/preferences-desktop-locale.png +share/icons/mate/48x48/apps/preferences-desktop-remote-desktop.png +share/icons/mate/48x48/apps/preferences-desktop-screensaver.png +share/icons/mate/48x48/apps/preferences-desktop-theme.png +share/icons/mate/48x48/apps/preferences-desktop-wallpaper.png +share/icons/mate/48x48/apps/preferences-system-windows.png +share/icons/mate/48x48/apps/redhat-filemanager.png +share/icons/mate/48x48/apps/screensaver.png +share/icons/mate/48x48/apps/style.png +share/icons/mate/48x48/apps/susehelpcenter.png +share/icons/mate/48x48/apps/system-config-users.png +share/icons/mate/48x48/apps/system-file-manager.png +share/icons/mate/48x48/apps/system-software-install.png +share/icons/mate/48x48/apps/system-software-update.png +share/icons/mate/48x48/apps/system-users.png +share/icons/mate/48x48/apps/terminal.png +share/icons/mate/48x48/apps/text-editor.png +share/icons/mate/48x48/apps/update-manager.png +share/icons/mate/48x48/apps/user-info.png +share/icons/mate/48x48/apps/utilities-system-monitor.png +share/icons/mate/48x48/apps/utilities-terminal.png +share/icons/mate/48x48/apps/visor.png +share/icons/mate/48x48/apps/volume-knob.png +share/icons/mate/48x48/apps/wallpaper.png +share/icons/mate/48x48/apps/web-browser.png +share/icons/mate/48x48/apps/xfce-filemanager.png +share/icons/mate/48x48/apps/xfce-terminal.png +share/icons/mate/48x48/apps/xfce4-backdrop.png +share/icons/mate/48x48/apps/xfce4-mixer.png +share/icons/mate/48x48/apps/xfwm4.png +share/icons/mate/48x48/apps/xscreensaver.png +share/icons/mate/48x48/apps/zen-icon.png +share/icons/mate/48x48/categories/applications-accessories.png +share/icons/mate/48x48/categories/applications-development.png +share/icons/mate/48x48/categories/applications-engineering.png +share/icons/mate/48x48/categories/applications-games.png +share/icons/mate/48x48/categories/applications-graphics.png +share/icons/mate/48x48/categories/applications-internet.png +share/icons/mate/48x48/categories/applications-multimedia.png +share/icons/mate/48x48/categories/applications-office.png +share/icons/mate/48x48/categories/applications-other.png +share/icons/mate/48x48/categories/applications-science.png +share/icons/mate/48x48/categories/applications-system.png +share/icons/mate/48x48/categories/applications-utilities.png +share/icons/mate/48x48/categories/gnome-applications.png +share/icons/mate/48x48/categories/gnome-control-center.png +share/icons/mate/48x48/categories/gnome-devel.png +share/icons/mate/48x48/categories/gnome-globe.png +share/icons/mate/48x48/categories/gnome-graphics.png +share/icons/mate/48x48/categories/gnome-joystick.png +share/icons/mate/48x48/categories/gnome-multimedia.png +share/icons/mate/48x48/categories/gnome-other.png +share/icons/mate/48x48/categories/gnome-settings.png +share/icons/mate/48x48/categories/gnome-system.png +share/icons/mate/48x48/categories/gnome-util.png +share/icons/mate/48x48/categories/gtk-preferences.png +share/icons/mate/48x48/categories/input_devices_settings.png +share/icons/mate/48x48/categories/kcontrol.png +share/icons/mate/48x48/categories/package_development.png +share/icons/mate/48x48/categories/package_games.png +share/icons/mate/48x48/categories/package_graphics.png +share/icons/mate/48x48/categories/package_multimedia.png +share/icons/mate/48x48/categories/package_network.png +share/icons/mate/48x48/categories/package_office.png +share/icons/mate/48x48/categories/package_settings.png +share/icons/mate/48x48/categories/package_system.png +share/icons/mate/48x48/categories/package_utilities.png +share/icons/mate/48x48/categories/preferences-desktop-peripherals.png +share/icons/mate/48x48/categories/preferences-desktop-personal.png +share/icons/mate/48x48/categories/preferences-desktop.png +share/icons/mate/48x48/categories/preferences-other.png +share/icons/mate/48x48/categories/preferences-system-network.png +share/icons/mate/48x48/categories/preferences-system.png +share/icons/mate/48x48/categories/redhat-accessories.png +share/icons/mate/48x48/categories/redhat-games.png +share/icons/mate/48x48/categories/redhat-graphics.png +share/icons/mate/48x48/categories/redhat-internet.png +share/icons/mate/48x48/categories/redhat-office.png +share/icons/mate/48x48/categories/redhat-preferences.png +share/icons/mate/48x48/categories/redhat-programming.png +share/icons/mate/48x48/categories/redhat-sound_video.png +share/icons/mate/48x48/categories/redhat-system_settings.png +share/icons/mate/48x48/categories/redhat-system_tools.png +share/icons/mate/48x48/categories/stock_internet.png +share/icons/mate/48x48/categories/system-help.png +share/icons/mate/48x48/categories/xfce-games.png +share/icons/mate/48x48/categories/xfce-graphics.png +share/icons/mate/48x48/categories/xfce-internet.png +share/icons/mate/48x48/categories/xfce-multimedia.png +share/icons/mate/48x48/categories/xfce-office.png +share/icons/mate/48x48/categories/xfce-system-settings.png +share/icons/mate/48x48/categories/xfce-utils.png +share/icons/mate/48x48/categories/xfce4-settings.png +share/icons/mate/48x48/devices/3floppy_unmount.png +share/icons/mate/48x48/devices/ac-adapter.png +share/icons/mate/48x48/devices/audio-card.png +share/icons/mate/48x48/devices/audio-input-microphone.png +share/icons/mate/48x48/devices/battery.png +share/icons/mate/48x48/devices/camera-photo.png +share/icons/mate/48x48/devices/camera-video.png +share/icons/mate/48x48/devices/camera-web.png +share/icons/mate/48x48/devices/camera.png +share/icons/mate/48x48/devices/camera_unmount.png +share/icons/mate/48x48/devices/cdrom_unmount.png +share/icons/mate/48x48/devices/cdwriter_unmount.png +share/icons/mate/48x48/devices/chardevice.png +share/icons/mate/48x48/devices/computer.png +share/icons/mate/48x48/devices/display.png +share/icons/mate/48x48/devices/drive-cdrom.png +share/icons/mate/48x48/devices/drive-harddisk.png +share/icons/mate/48x48/devices/drive-optical.png +share/icons/mate/48x48/devices/drive-removable-media.png +share/icons/mate/48x48/devices/dvd_unmount.png +share/icons/mate/48x48/devices/gnome-dev-battery.png +share/icons/mate/48x48/devices/gnome-dev-cdrom-audio.png +share/icons/mate/48x48/devices/gnome-dev-cdrom.png +share/icons/mate/48x48/devices/gnome-dev-computer.png +share/icons/mate/48x48/devices/gnome-dev-disc-cdr.png +share/icons/mate/48x48/devices/gnome-dev-disc-cdrw.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdr-plus.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdr.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdram.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdrom.png +share/icons/mate/48x48/devices/gnome-dev-disc-dvdrw.png +share/icons/mate/48x48/devices/gnome-dev-dvd.png +share/icons/mate/48x48/devices/gnome-dev-ethernet.png +share/icons/mate/48x48/devices/gnome-dev-floppy.png +share/icons/mate/48x48/devices/gnome-dev-harddisk-1394.png +share/icons/mate/48x48/devices/gnome-dev-harddisk-usb.png +share/icons/mate/48x48/devices/gnome-dev-harddisk.png +share/icons/mate/48x48/devices/gnome-dev-ipod.png +share/icons/mate/48x48/devices/gnome-dev-keyboard.png +share/icons/mate/48x48/devices/gnome-dev-media-cf.png +share/icons/mate/48x48/devices/gnome-dev-media-ms.png +share/icons/mate/48x48/devices/gnome-dev-media-sdmmc.png +share/icons/mate/48x48/devices/gnome-dev-media-sm.png +share/icons/mate/48x48/devices/gnome-dev-mouse-ball.png +share/icons/mate/48x48/devices/gnome-dev-mouse-optical.png +share/icons/mate/48x48/devices/gnome-dev-printer.png +share/icons/mate/48x48/devices/gnome-dev-removable-1394.png +share/icons/mate/48x48/devices/gnome-dev-removable-usb.png +share/icons/mate/48x48/devices/gnome-dev-removable.png +share/icons/mate/48x48/devices/gnome-dev-wavelan.png +share/icons/mate/48x48/devices/gnome-fs-client.png +share/icons/mate/48x48/devices/gnome-modem.png +share/icons/mate/48x48/devices/gnome-stock-mic.png +share/icons/mate/48x48/devices/gtk-cdrom.png +share/icons/mate/48x48/devices/gtk-floppy.png +share/icons/mate/48x48/devices/gtk-harddisk.png +share/icons/mate/48x48/devices/harddrive.png +share/icons/mate/48x48/devices/hdd_unmount.png +share/icons/mate/48x48/devices/input-gaming.png +share/icons/mate/48x48/devices/input-keyboard.png +share/icons/mate/48x48/devices/input-mouse.png +share/icons/mate/48x48/devices/input-tablet.png +share/icons/mate/48x48/devices/input-touchpad.png +share/icons/mate/48x48/devices/ipod_mount.png +share/icons/mate/48x48/devices/joystick.png +share/icons/mate/48x48/devices/keyboard.png +share/icons/mate/48x48/devices/kjobviewer.png +share/icons/mate/48x48/devices/kxkb.png +share/icons/mate/48x48/devices/media-cdrom.png +share/icons/mate/48x48/devices/media-flash.png +share/icons/mate/48x48/devices/media-floppy.png +share/icons/mate/48x48/devices/media-optical.png +share/icons/mate/48x48/devices/media-tape.png +share/icons/mate/48x48/devices/modem.png +share/icons/mate/48x48/devices/mouse.png +share/icons/mate/48x48/devices/multimedia-player.png +share/icons/mate/48x48/devices/network-wired.png +share/icons/mate/48x48/devices/network-wireless.png +share/icons/mate/48x48/devices/pda.png +share/icons/mate/48x48/devices/phone.png +share/icons/mate/48x48/devices/printer-remote.png +share/icons/mate/48x48/devices/printer.png +share/icons/mate/48x48/devices/printer1.png +share/icons/mate/48x48/devices/printmgr.png +share/icons/mate/48x48/devices/scanner.png +share/icons/mate/48x48/devices/stock_cell-phone.png +share/icons/mate/48x48/devices/stock_mic.png +share/icons/mate/48x48/devices/stock_printers.png +share/icons/mate/48x48/devices/system-floppy.png +share/icons/mate/48x48/devices/system.png +share/icons/mate/48x48/devices/usbpendrive_unmount.png +share/icons/mate/48x48/devices/video-display.png +share/icons/mate/48x48/devices/xfce-printer.png +share/icons/mate/48x48/devices/xfce4-display.png +share/icons/mate/48x48/devices/xfce4-keyboard.png +share/icons/mate/48x48/devices/xfce4-mouse.png +share/icons/mate/48x48/devices/yast_HD.png +share/icons/mate/48x48/devices/yast_idetude.png +share/icons/mate/48x48/devices/yast_joystick.png +share/icons/mate/48x48/devices/yast_mouse.png +share/icons/mate/48x48/devices/yast_printer.png +share/icons/mate/48x48/devices/yast_soundcard.png +share/icons/mate/48x48/emblems/emblem-default.png +share/icons/mate/48x48/emblems/emblem-desktop.png +share/icons/mate/48x48/emblems/emblem-documents.png +share/icons/mate/48x48/emblems/emblem-downloads.png +share/icons/mate/48x48/emblems/emblem-favorite.png +share/icons/mate/48x48/emblems/emblem-generic.png +share/icons/mate/48x48/emblems/emblem-important.png +share/icons/mate/48x48/emblems/emblem-mail.png +share/icons/mate/48x48/emblems/emblem-new.png +share/icons/mate/48x48/emblems/emblem-noread.png +share/icons/mate/48x48/emblems/emblem-nowrite.png +share/icons/mate/48x48/emblems/emblem-package.png +share/icons/mate/48x48/emblems/emblem-photos.png +share/icons/mate/48x48/emblems/emblem-readonly.png +share/icons/mate/48x48/emblems/emblem-shared.png +share/icons/mate/48x48/emblems/emblem-symbolic-link.png +share/icons/mate/48x48/emblems/emblem-synchronizing.png +share/icons/mate/48x48/emblems/emblem-system.png +share/icons/mate/48x48/emblems/emblem-unreadable.png +share/icons/mate/48x48/emblems/emblem-urgent.png +share/icons/mate/48x48/emblems/emblem-web.png +share/icons/mate/48x48/emotes/face-angel.png +share/icons/mate/48x48/emotes/face-angry.png +share/icons/mate/48x48/emotes/face-cool.png +share/icons/mate/48x48/emotes/face-crying.png +share/icons/mate/48x48/emotes/face-devilish.png +share/icons/mate/48x48/emotes/face-embarrassed.png +share/icons/mate/48x48/emotes/face-glasses.png +share/icons/mate/48x48/emotes/face-kiss.png +share/icons/mate/48x48/emotes/face-laugh.png +share/icons/mate/48x48/emotes/face-monkey.png +share/icons/mate/48x48/emotes/face-plain.png +share/icons/mate/48x48/emotes/face-raspberry.png +share/icons/mate/48x48/emotes/face-sad.png +share/icons/mate/48x48/emotes/face-sick.png +share/icons/mate/48x48/emotes/face-smile-big.png +share/icons/mate/48x48/emotes/face-smile.png +share/icons/mate/48x48/emotes/face-smirk.png +share/icons/mate/48x48/emotes/face-surprise.png +share/icons/mate/48x48/emotes/face-tired.png +share/icons/mate/48x48/emotes/face-uncertain.png +share/icons/mate/48x48/emotes/face-wink.png +share/icons/mate/48x48/emotes/face-worried.png +share/icons/mate/48x48/emotes/stock_smiley-1.png +share/icons/mate/48x48/emotes/stock_smiley-10.png +share/icons/mate/48x48/emotes/stock_smiley-11.png +share/icons/mate/48x48/emotes/stock_smiley-13.png +share/icons/mate/48x48/emotes/stock_smiley-15.png +share/icons/mate/48x48/emotes/stock_smiley-18.png +share/icons/mate/48x48/emotes/stock_smiley-2.png +share/icons/mate/48x48/emotes/stock_smiley-22.png +share/icons/mate/48x48/emotes/stock_smiley-3.png +share/icons/mate/48x48/emotes/stock_smiley-4.png +share/icons/mate/48x48/emotes/stock_smiley-5.png +share/icons/mate/48x48/emotes/stock_smiley-6.png +share/icons/mate/48x48/emotes/stock_smiley-7.png +share/icons/mate/48x48/emotes/stock_smiley-8.png +share/icons/mate/48x48/mimetypes/application-certificate.png +share/icons/mate/48x48/mimetypes/application-pdf.png +share/icons/mate/48x48/mimetypes/application-pgp-encrypted.png +share/icons/mate/48x48/mimetypes/application-rss+xml.png +share/icons/mate/48x48/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.png +share/icons/mate/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/mate/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/mate/48x48/mimetypes/application-vnd.openofficeorg.extension.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png +share/icons/mate/48x48/mimetypes/application-x-bittorrent.png +share/icons/mate/48x48/mimetypes/application-x-blender.png +share/icons/mate/48x48/mimetypes/application-x-cd-image.png +share/icons/mate/48x48/mimetypes/application-x-desktop.png +share/icons/mate/48x48/mimetypes/application-x-executable.png +share/icons/mate/48x48/mimetypes/application-x-homebank.png +share/icons/mate/48x48/mimetypes/application-x-java-archive.png +share/icons/mate/48x48/mimetypes/application-x-java.png +share/icons/mate/48x48/mimetypes/application-x-javascript.png +share/icons/mate/48x48/mimetypes/application-x-keepass.png +share/icons/mate/48x48/mimetypes/application-x-mono-develop-xib.png +share/icons/mate/48x48/mimetypes/application-x-ms-dos-executable.png +share/icons/mate/48x48/mimetypes/application-x-package-list.png +share/icons/mate/48x48/mimetypes/application-x-perl.png +share/icons/mate/48x48/mimetypes/application-x-php.png +share/icons/mate/48x48/mimetypes/application-x-planner.png +share/icons/mate/48x48/mimetypes/application-x-python-bytecode.png +share/icons/mate/48x48/mimetypes/application-x-remote-connection.png +share/icons/mate/48x48/mimetypes/application-x-ruby.png +share/icons/mate/48x48/mimetypes/application-x-theme.png +share/icons/mate/48x48/mimetypes/application-x-vnc.png +share/icons/mate/48x48/mimetypes/ascii.png +share/icons/mate/48x48/mimetypes/audio-x-generic.png +share/icons/mate/48x48/mimetypes/binary.png +share/icons/mate/48x48/mimetypes/contents2.png +share/icons/mate/48x48/mimetypes/deb.png +share/icons/mate/48x48/mimetypes/document.png +share/icons/mate/48x48/mimetypes/empty.png +share/icons/mate/48x48/mimetypes/exec.png +share/icons/mate/48x48/mimetypes/folder_tar.png +share/icons/mate/48x48/mimetypes/font-x-generic.png +share/icons/mate/48x48/mimetypes/font.png +share/icons/mate/48x48/mimetypes/font_bitmap.png +share/icons/mate/48x48/mimetypes/font_truetype.png +share/icons/mate/48x48/mimetypes/font_type1.png +share/icons/mate/48x48/mimetypes/gnome-fs-executable.png +share/icons/mate/48x48/mimetypes/gnome-fs-regular.icon +share/icons/mate/48x48/mimetypes/gnome-fs-regular.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-magicpoint.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-msword.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-ogg.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-pdf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-postscript.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-rtf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.ms-excel.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.graphics.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.image.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.stardivision.calc.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.calc.template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.draw.template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-wordperfect.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-abiword.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-applix-spreadsheet.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-archive.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-arj.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-bzip.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-compress.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-cpio.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-deb.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-dvi.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-executable.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-gnumeric.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-gzip.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-jar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-kspread.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-kword.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-lha.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-lhz.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-lzma.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-perl.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-php.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-python-bytecode.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-rar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-rpm.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-scribus.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-shellscript.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-tar.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-tarz.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-x-tex.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-xhtml+xml.png +share/icons/mate/48x48/mimetypes/gnome-mime-application-zip.png +share/icons/mate/48x48/mimetypes/gnome-mime-audio.png +share/icons/mate/48x48/mimetypes/gnome-mime-image.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-html.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-vnd.wap.wml.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-csh.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-python.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-sh.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-vcard.png +share/icons/mate/48x48/mimetypes/gnome-mime-text-x-zsh.png +share/icons/mate/48x48/mimetypes/gnome-mime-text.png +share/icons/mate/48x48/mimetypes/gnome-mime-video.png +share/icons/mate/48x48/mimetypes/gnome-mime-x-font-afm.png +share/icons/mate/48x48/mimetypes/gnome-package.png +share/icons/mate/48x48/mimetypes/gtk-file.icon +share/icons/mate/48x48/mimetypes/gtk-file.png +share/icons/mate/48x48/mimetypes/html.png +share/icons/mate/48x48/mimetypes/image-svg+xml-compressed.png +share/icons/mate/48x48/mimetypes/image-svg+xml.png +share/icons/mate/48x48/mimetypes/image-x-compressed-xcf.png +share/icons/mate/48x48/mimetypes/image-x-generic.png +share/icons/mate/48x48/mimetypes/image-x-xcf.png +share/icons/mate/48x48/mimetypes/image.png +share/icons/mate/48x48/mimetypes/kpresenter_kpr.png +share/icons/mate/48x48/mimetypes/mime_ascii.png +share/icons/mate/48x48/mimetypes/misc.png +share/icons/mate/48x48/mimetypes/openofficeorg-drawing-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-drawing.png +share/icons/mate/48x48/mimetypes/openofficeorg-extension.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-drawing-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-drawing.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-presentation-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-presentation.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-spreadsheet.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-text-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-oasis-text.png +share/icons/mate/48x48/mimetypes/openofficeorg-presentation-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-presentation.png +share/icons/mate/48x48/mimetypes/openofficeorg-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-spreadsheet.png +share/icons/mate/48x48/mimetypes/openofficeorg-text-template.png +share/icons/mate/48x48/mimetypes/openofficeorg-text.png +share/icons/mate/48x48/mimetypes/openofficeorg3-drawing-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-drawing.png +share/icons/mate/48x48/mimetypes/openofficeorg3-extension.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-drawing-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-drawing.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-presentation-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-presentation.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-spreadsheet.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-text-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-oasis-text.png +share/icons/mate/48x48/mimetypes/openofficeorg3-presentation-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-presentation.png +share/icons/mate/48x48/mimetypes/openofficeorg3-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-spreadsheet.png +share/icons/mate/48x48/mimetypes/openofficeorg3-text-template.png +share/icons/mate/48x48/mimetypes/openofficeorg3-text.png +share/icons/mate/48x48/mimetypes/package-x-generic.png +share/icons/mate/48x48/mimetypes/package.png +share/icons/mate/48x48/mimetypes/package_editors.png +share/icons/mate/48x48/mimetypes/package_wordprocessing.png +share/icons/mate/48x48/mimetypes/plan.png +share/icons/mate/48x48/mimetypes/rpm.png +share/icons/mate/48x48/mimetypes/shellscript.png +share/icons/mate/48x48/mimetypes/sound.png +share/icons/mate/48x48/mimetypes/spreadsheet.png +share/icons/mate/48x48/mimetypes/stock_addressbook.png +share/icons/mate/48x48/mimetypes/stock_calendar.png +share/icons/mate/48x48/mimetypes/stock_certificate.png +share/icons/mate/48x48/mimetypes/stock_script.png +share/icons/mate/48x48/mimetypes/tar.png +share/icons/mate/48x48/mimetypes/template_source.png +share/icons/mate/48x48/mimetypes/text-css.png +share/icons/mate/48x48/mimetypes/text-csv.png +share/icons/mate/48x48/mimetypes/text-html.png +share/icons/mate/48x48/mimetypes/text-x-apport.png +share/icons/mate/48x48/mimetypes/text-x-authors.png +share/icons/mate/48x48/mimetypes/text-x-boo.png +share/icons/mate/48x48/mimetypes/text-x-c++hdr.png +share/icons/mate/48x48/mimetypes/text-x-c++src.png +share/icons/mate/48x48/mimetypes/text-x-changelog.png +share/icons/mate/48x48/mimetypes/text-x-chdr.png +share/icons/mate/48x48/mimetypes/text-x-copying.png +share/icons/mate/48x48/mimetypes/text-x-csharp.png +share/icons/mate/48x48/mimetypes/text-x-csrc.png +share/icons/mate/48x48/mimetypes/text-x-generic-template.png +share/icons/mate/48x48/mimetypes/text-x-generic.png +share/icons/mate/48x48/mimetypes/text-x-install.png +share/icons/mate/48x48/mimetypes/text-x-java.png +share/icons/mate/48x48/mimetypes/text-x-log.png +share/icons/mate/48x48/mimetypes/text-x-makefile.png +share/icons/mate/48x48/mimetypes/text-x-opml+xml.png +share/icons/mate/48x48/mimetypes/text-x-patch.png +share/icons/mate/48x48/mimetypes/text-x-preview.icon +share/icons/mate/48x48/mimetypes/text-x-preview.png +share/icons/mate/48x48/mimetypes/text-x-python.png +share/icons/mate/48x48/mimetypes/text-x-readme.png +share/icons/mate/48x48/mimetypes/text-x-script.png +share/icons/mate/48x48/mimetypes/tgz.png +share/icons/mate/48x48/mimetypes/txt.png +share/icons/mate/48x48/mimetypes/txt2.png +share/icons/mate/48x48/mimetypes/unknown.png +share/icons/mate/48x48/mimetypes/vcalendar.png +share/icons/mate/48x48/mimetypes/vcard.png +share/icons/mate/48x48/mimetypes/video-x-generic.png +share/icons/mate/48x48/mimetypes/video.png +share/icons/mate/48x48/mimetypes/wordprocessing.png +share/icons/mate/48x48/mimetypes/www.png +share/icons/mate/48x48/mimetypes/x-office-address-book.png +share/icons/mate/48x48/mimetypes/x-office-calendar.png +share/icons/mate/48x48/mimetypes/x-office-document-template.png +share/icons/mate/48x48/mimetypes/x-office-document.png +share/icons/mate/48x48/mimetypes/x-office-drawing-template.png +share/icons/mate/48x48/mimetypes/x-office-drawing.png +share/icons/mate/48x48/mimetypes/x-office-presentation-template.png +share/icons/mate/48x48/mimetypes/x-office-presentation.png +share/icons/mate/48x48/mimetypes/x-office-spreadsheet-template.png +share/icons/mate/48x48/mimetypes/x-office-spreadsheet.png +share/icons/mate/48x48/mimetypes/zip.png +share/icons/mate/48x48/places/application-x-gnome-saved-search.png +share/icons/mate/48x48/places/desktop.png +share/icons/mate/48x48/places/distributor-logo.png +share/icons/mate/48x48/places/emptytrash.png +share/icons/mate/48x48/places/folder-documents.png +share/icons/mate/48x48/places/folder-download.png +share/icons/mate/48x48/places/folder-music.png +share/icons/mate/48x48/places/folder-pictures.png +share/icons/mate/48x48/places/folder-publicshare.png +share/icons/mate/48x48/places/folder-remote.png +share/icons/mate/48x48/places/folder-saved-search.png +share/icons/mate/48x48/places/folder-templates.png +share/icons/mate/48x48/places/folder-videos.png +share/icons/mate/48x48/places/folder.png +share/icons/mate/48x48/places/folder_home.png +share/icons/mate/48x48/places/gnome-fs-desktop.png +share/icons/mate/48x48/places/gnome-fs-directory.png +share/icons/mate/48x48/places/gnome-fs-ftp.png +share/icons/mate/48x48/places/gnome-fs-home.png +share/icons/mate/48x48/places/gnome-fs-network.png +share/icons/mate/48x48/places/gnome-fs-nfs.png +share/icons/mate/48x48/places/gnome-fs-server.png +share/icons/mate/48x48/places/gnome-fs-share.png +share/icons/mate/48x48/places/gnome-fs-smb.png +share/icons/mate/48x48/places/gnome-fs-ssh.png +share/icons/mate/48x48/places/gnome-fs-trash-empty.png +share/icons/mate/48x48/places/gnome-main-menu.png +share/icons/mate/48x48/places/gnome-mime-x-directory-nfs-server.png +share/icons/mate/48x48/places/gnome-mime-x-directory-smb-server.png +share/icons/mate/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/mate/48x48/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/mate/48x48/places/gnome-stock-trash.png +share/icons/mate/48x48/places/gtk-directory.png +share/icons/mate/48x48/places/gtk-network.png +share/icons/mate/48x48/places/inode-directory.png +share/icons/mate/48x48/places/network-server.png +share/icons/mate/48x48/places/network-workgroup.png +share/icons/mate/48x48/places/network.png +share/icons/mate/48x48/places/network_local.png +share/icons/mate/48x48/places/novell-button.png +share/icons/mate/48x48/places/redhat-network-server.png +share/icons/mate/48x48/places/server.png +share/icons/mate/48x48/places/start-here.png +share/icons/mate/48x48/places/stock_folder.png +share/icons/mate/48x48/places/trashcan_empty.png +share/icons/mate/48x48/places/user-bookmarks.png +share/icons/mate/48x48/places/user-desktop.png +share/icons/mate/48x48/places/user-home.png +share/icons/mate/48x48/places/user-trash.png +share/icons/mate/48x48/places/xfce-trash_empty.png +share/icons/mate/48x48/status/appointment-missed.png +share/icons/mate/48x48/status/appointment-soon.png +share/icons/mate/48x48/status/audio-volume-high.png +share/icons/mate/48x48/status/audio-volume-low.png +share/icons/mate/48x48/status/audio-volume-medium.png +share/icons/mate/48x48/status/audio-volume-muted.png +share/icons/mate/48x48/status/avatar-default.png +share/icons/mate/48x48/status/battery-caution-charging.png +share/icons/mate/48x48/status/battery-caution.png +share/icons/mate/48x48/status/battery-empty.png +share/icons/mate/48x48/status/battery-full-charged.png +share/icons/mate/48x48/status/battery-full-charging.png +share/icons/mate/48x48/status/battery-full.png +share/icons/mate/48x48/status/battery-good-charging.png +share/icons/mate/48x48/status/battery-good.png +share/icons/mate/48x48/status/battery-low-charging.png +share/icons/mate/48x48/status/battery-low.png +share/icons/mate/48x48/status/battery-missing.png +share/icons/mate/48x48/status/changes-allow.png +share/icons/mate/48x48/status/changes-prevent.png +share/icons/mate/48x48/status/connect_creating.png +share/icons/mate/48x48/status/connect_established.png +share/icons/mate/48x48/status/connect_no.png +share/icons/mate/48x48/status/dialog-error.png +share/icons/mate/48x48/status/dialog-information.png +share/icons/mate/48x48/status/dialog-password.png +share/icons/mate/48x48/status/dialog-question.png +share/icons/mate/48x48/status/dialog-warning.png +share/icons/mate/48x48/status/edittrash.png +share/icons/mate/48x48/status/error.png +share/icons/mate/48x48/status/folder-drag-accept.png +share/icons/mate/48x48/status/folder-open.png +share/icons/mate/48x48/status/folder-visiting.png +share/icons/mate/48x48/status/folder_open.png +share/icons/mate/48x48/status/gnome-fs-directory-accept.png +share/icons/mate/48x48/status/gnome-fs-directory-visiting.png +share/icons/mate/48x48/status/gnome-fs-loading-icon.png +share/icons/mate/48x48/status/gnome-fs-trash-full.png +share/icons/mate/48x48/status/gnome-netstatus-disconn.png +share/icons/mate/48x48/status/gnome-netstatus-error.png +share/icons/mate/48x48/status/gnome-netstatus-idle.png +share/icons/mate/48x48/status/gnome-netstatus-rx.png +share/icons/mate/48x48/status/gnome-netstatus-tx.png +share/icons/mate/48x48/status/gnome-netstatus-txrx.png +share/icons/mate/48x48/status/gnome-stock-trash-full.png +share/icons/mate/48x48/status/gtk-dialog-authentication.png +share/icons/mate/48x48/status/gtk-dialog-error.png +share/icons/mate/48x48/status/gtk-dialog-info.png +share/icons/mate/48x48/status/gtk-dialog-question.png +share/icons/mate/48x48/status/gtk-dialog-warning.png +share/icons/mate/48x48/status/gtk-missing-image.png +share/icons/mate/48x48/status/image-loading.png +share/icons/mate/48x48/status/image-missing.png +share/icons/mate/48x48/status/important.png +share/icons/mate/48x48/status/info.png +share/icons/mate/48x48/status/mail-attachment.png +share/icons/mate/48x48/status/mail-read.png +share/icons/mate/48x48/status/mail-replied.png +share/icons/mate/48x48/status/mail-unread.png +share/icons/mate/48x48/status/media-playlist-repeat.png +share/icons/mate/48x48/status/media-playlist-shuffle.png +share/icons/mate/48x48/status/messagebox_critical.png +share/icons/mate/48x48/status/messagebox_info.png +share/icons/mate/48x48/status/messagebox_warning.png +share/icons/mate/48x48/status/network-error.png +share/icons/mate/48x48/status/network-idle.png +share/icons/mate/48x48/status/network-offline.png +share/icons/mate/48x48/status/network-receive.png +share/icons/mate/48x48/status/network-transmit-receive.png +share/icons/mate/48x48/status/network-transmit.png +share/icons/mate/48x48/status/nm-adhoc.png +share/icons/mate/48x48/status/nm-device-wired.png +share/icons/mate/48x48/status/nm-device-wireless.png +share/icons/mate/48x48/status/nm-no-connection.png +share/icons/mate/48x48/status/printer-error.png +share/icons/mate/48x48/status/printer-printing.png +share/icons/mate/48x48/status/security-high.png +share/icons/mate/48x48/status/security-low.png +share/icons/mate/48x48/status/security-medium.png +share/icons/mate/48x48/status/software-update-available.png +share/icons/mate/48x48/status/software-update-urgent.png +share/icons/mate/48x48/status/stock_appointment-reminder-excl.png +share/icons/mate/48x48/status/stock_appointment-reminder.png +share/icons/mate/48x48/status/stock_attach.png +share/icons/mate/48x48/status/stock_dialog-error.png +share/icons/mate/48x48/status/stock_dialog-info.png +share/icons/mate/48x48/status/stock_dialog-question.png +share/icons/mate/48x48/status/stock_dialog-warning.png +share/icons/mate/48x48/status/stock_lock-broken.png +share/icons/mate/48x48/status/stock_lock-ok.png +share/icons/mate/48x48/status/stock_lock-open.png +share/icons/mate/48x48/status/stock_lock.png +share/icons/mate/48x48/status/stock_mail-open.png +share/icons/mate/48x48/status/stock_mail-replied.png +share/icons/mate/48x48/status/stock_mail-unread.png +share/icons/mate/48x48/status/stock_open.png +share/icons/mate/48x48/status/stock_repeat.png +share/icons/mate/48x48/status/stock_shuffle.png +share/icons/mate/48x48/status/stock_trash_full.png +share/icons/mate/48x48/status/stock_volume-0.png +share/icons/mate/48x48/status/stock_volume-max.png +share/icons/mate/48x48/status/stock_volume-med.png +share/icons/mate/48x48/status/stock_volume-min.png +share/icons/mate/48x48/status/stock_volume-mute.png +share/icons/mate/48x48/status/stock_volume.png +share/icons/mate/48x48/status/stock_weather-cloudy.png +share/icons/mate/48x48/status/stock_weather-few-clouds.png +share/icons/mate/48x48/status/stock_weather-fog.png +share/icons/mate/48x48/status/stock_weather-night-clear.png +share/icons/mate/48x48/status/stock_weather-night-few-clouds.png +share/icons/mate/48x48/status/stock_weather-showers.png +share/icons/mate/48x48/status/stock_weather-snow.png +share/icons/mate/48x48/status/stock_weather-storm.png +share/icons/mate/48x48/status/stock_weather-sunny.png +share/icons/mate/48x48/status/sunny.png +share/icons/mate/48x48/status/task-due.png +share/icons/mate/48x48/status/task-past-due.png +share/icons/mate/48x48/status/trashcan_full.png +share/icons/mate/48x48/status/user-available.png +share/icons/mate/48x48/status/user-away.png +share/icons/mate/48x48/status/user-busy.png +share/icons/mate/48x48/status/user-idle.png +share/icons/mate/48x48/status/user-invisible.png +share/icons/mate/48x48/status/user-offline.png +share/icons/mate/48x48/status/user-trash-full.png +share/icons/mate/48x48/status/weather-clear-night.png +share/icons/mate/48x48/status/weather-clear.png +share/icons/mate/48x48/status/weather-few-clouds-night.png +share/icons/mate/48x48/status/weather-few-clouds.png +share/icons/mate/48x48/status/weather-fog.png +share/icons/mate/48x48/status/weather-overcast.png +share/icons/mate/48x48/status/weather-severe-alert.png +share/icons/mate/48x48/status/weather-showers-scattered.png +share/icons/mate/48x48/status/weather-showers.png +share/icons/mate/48x48/status/weather-snow.png +share/icons/mate/48x48/status/weather-storm.png +share/icons/mate/48x48/status/xfce-trash_full.png +share/icons/mate/8x8/emblems/emblem-default.png +share/icons/mate/8x8/emblems/emblem-new.png +share/icons/mate/8x8/emblems/emblem-noread.png +share/icons/mate/8x8/emblems/emblem-nowrite.png +share/icons/mate/8x8/emblems/emblem-readonly.png +share/icons/mate/8x8/emblems/emblem-symbolic-link.png +share/icons/mate/8x8/emblems/emblem-synchronizing.png +share/icons/mate/8x8/emblems/emblem-unreadable.png +share/icons/mate/index.theme +share/icons/mate/scalable/actions/action-unavailable-symbolic.svg +share/icons/mate/scalable/actions/bookmark-add-symbolic.svg +share/icons/mate/scalable/actions/bookmark-new-symbolic.svg +share/icons/mate/scalable/actions/call-end-symbolic.svg +share/icons/mate/scalable/actions/call-start-symbolic.svg +share/icons/mate/scalable/actions/document-open-recent-symbolic.svg +share/icons/mate/scalable/actions/document-open-symbolic.svg +share/icons/mate/scalable/actions/document-page-setup-symbolic.svg +share/icons/mate/scalable/actions/document-properties-symbolic.svg +share/icons/mate/scalable/actions/document-save-as-symbolic.svg +share/icons/mate/scalable/actions/document-save-symbolic.svg +share/icons/mate/scalable/actions/document-send-symbolic.svg +share/icons/mate/scalable/actions/drive-multidisk-symbolic.svg +share/icons/mate/scalable/actions/edit-clear-all-symbolic.svg +share/icons/mate/scalable/actions/edit-clear-rtl-symbolic.svg +share/icons/mate/scalable/actions/edit-clear-symbolic.svg +share/icons/mate/scalable/actions/edit-copy-symbolic.svg +share/icons/mate/scalable/actions/edit-cut-symbolic.svg +share/icons/mate/scalable/actions/edit-delete-symbolic.svg +share/icons/mate/scalable/actions/edit-find-symbolic.svg +share/icons/mate/scalable/actions/edit-paste-symbolic.svg +share/icons/mate/scalable/actions/edit-redo-rtl-symbolic.svg +share/icons/mate/scalable/actions/edit-redo-symbolic.svg +share/icons/mate/scalable/actions/edit-select-all-symbolic.svg +share/icons/mate/scalable/actions/edit-select-symbolic.svg +share/icons/mate/scalable/actions/edit-undo-rtl-symbolic.svg +share/icons/mate/scalable/actions/edit-undo-symbolic.svg +share/icons/mate/scalable/actions/find-location-symbolic.svg +share/icons/mate/scalable/actions/format-indent-less-rtl-symbolic.svg +share/icons/mate/scalable/actions/format-indent-less-symbolic.svg +share/icons/mate/scalable/actions/format-indent-more-rtl-symbolic.svg +share/icons/mate/scalable/actions/format-indent-more-symbolic.svg +share/icons/mate/scalable/actions/format-justify-center-symbolic.svg +share/icons/mate/scalable/actions/format-justify-fill-symbolic.svg +share/icons/mate/scalable/actions/format-justify-left-symbolic.svg +share/icons/mate/scalable/actions/format-justify-right-symbolic.svg +share/icons/mate/scalable/actions/format-text-bold-symbolic.svg +share/icons/mate/scalable/actions/format-text-direction-ltr-symbolic.svg +share/icons/mate/scalable/actions/format-text-direction-rtl-symbolic.svg +share/icons/mate/scalable/actions/format-text-italic-symbolic.svg +share/icons/mate/scalable/actions/format-text-strikethrough-symbolic.svg +share/icons/mate/scalable/actions/format-text-underline-symbolic.svg +share/icons/mate/scalable/actions/go-bottom-symbolic.svg +share/icons/mate/scalable/actions/go-down-symbolic.svg +share/icons/mate/scalable/actions/go-first-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-first-symbolic.svg +share/icons/mate/scalable/actions/go-home-symbolic.svg +share/icons/mate/scalable/actions/go-jump-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-jump-symbolic.svg +share/icons/mate/scalable/actions/go-last-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-last-symbolic.svg +share/icons/mate/scalable/actions/go-next-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-next-symbolic.svg +share/icons/mate/scalable/actions/go-previous-rtl-symbolic.svg +share/icons/mate/scalable/actions/go-previous-symbolic.svg +share/icons/mate/scalable/actions/go-top-symbolic.svg +share/icons/mate/scalable/actions/go-up-symbolic.svg +share/icons/mate/scalable/actions/insert-image-symbolic.svg +share/icons/mate/scalable/actions/insert-link-symbolic.svg +share/icons/mate/scalable/actions/insert-object-symbolic.svg +share/icons/mate/scalable/actions/insert-text-symbolic.svg +share/icons/mate/scalable/actions/list-add-symbolic.svg +share/icons/mate/scalable/actions/list-remove-all-symbolic.svg +share/icons/mate/scalable/actions/list-remove-symbolic.svg +share/icons/mate/scalable/actions/mail-mark-important-symbolic.svg +share/icons/mate/scalable/actions/mail-send-receive-symbolic.svg +share/icons/mate/scalable/actions/mail-send-symbolic.svg +share/icons/mate/scalable/actions/media-eject-symbolic.svg +share/icons/mate/scalable/actions/media-playback-pause-symbolic.svg +share/icons/mate/scalable/actions/media-playback-start-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-playback-start-symbolic.svg +share/icons/mate/scalable/actions/media-playback-stop-symbolic.svg +share/icons/mate/scalable/actions/media-record-symbolic.svg +share/icons/mate/scalable/actions/media-seek-backward-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-seek-backward-symbolic.svg +share/icons/mate/scalable/actions/media-seek-forward-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-seek-forward-symbolic.svg +share/icons/mate/scalable/actions/media-skip-backward-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-skip-backward-symbolic.svg +share/icons/mate/scalable/actions/media-skip-forward-rtl-symbolic.svg +share/icons/mate/scalable/actions/media-skip-forward-symbolic.svg +share/icons/mate/scalable/actions/object-flip-horizontal-symbolic.svg +share/icons/mate/scalable/actions/object-flip-vertical-symbolic.svg +share/icons/mate/scalable/actions/object-rotate-left-symbolic.svg +share/icons/mate/scalable/actions/object-rotate-right-symbolic.svg +share/icons/mate/scalable/actions/object-select-symbolic.svg +share/icons/mate/scalable/actions/process-stop-symbolic.svg +share/icons/mate/scalable/actions/send-to-symbolic.svg +share/icons/mate/scalable/actions/system-run-symbolic.svg +share/icons/mate/scalable/actions/system-shutdown-symbolic.svg +share/icons/mate/scalable/actions/tab-new-symbolic.svg +share/icons/mate/scalable/actions/view-continuous-symbolic.svg +share/icons/mate/scalable/actions/view-dual-symbolic.svg +share/icons/mate/scalable/actions/view-fullscreen-symbolic.svg +share/icons/mate/scalable/actions/view-grid-symbolic.svg +share/icons/mate/scalable/actions/view-list-symbolic.svg +share/icons/mate/scalable/actions/view-more-symbolic.svg +share/icons/mate/scalable/actions/view-paged-symbolic.svg +share/icons/mate/scalable/actions/view-refresh-symbolic.svg +share/icons/mate/scalable/actions/view-restore-symbolic.svg +share/icons/mate/scalable/actions/window-close-symbolic.svg +share/icons/mate/scalable/actions/zoom-fit-best-symbolic.svg +share/icons/mate/scalable/actions/zoom-in-symbolic.svg +share/icons/mate/scalable/actions/zoom-original-symbolic.svg +share/icons/mate/scalable/actions/zoom-out-symbolic.svg +share/icons/mate/scalable/apps/accessories-calculator-symbolic.svg +share/icons/mate/scalable/apps/accessories-character-map-symbolic.svg +share/icons/mate/scalable/apps/accessories-dictionary-symbolic.svg +share/icons/mate/scalable/apps/accessories-text-editor-symbolic.svg +share/icons/mate/scalable/apps/applets-screenshooter-symbolic.svg +share/icons/mate/scalable/apps/bluetooth-symbolic.svg +share/icons/mate/scalable/apps/gnome-power-manager-symbolic.svg +share/icons/mate/scalable/apps/goa-panel-symbolic.svg +share/icons/mate/scalable/apps/help-browser-symbolic.svg +share/icons/mate/scalable/apps/preferences-color-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-accessibility-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-display-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-locale-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-screensaver-symbolic.svg +share/icons/mate/scalable/apps/preferences-desktop-wallpaper-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-network-proxy-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-network-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-notifications-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-privacy-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-search-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-sharing-symbolic.svg +share/icons/mate/scalable/apps/preferences-system-time-symbolic.svg +share/icons/mate/scalable/apps/system-file-manager-symbolic.svg +share/icons/mate/scalable/apps/system-software-install-symbolic.svg +share/icons/mate/scalable/apps/system-users-symbolic.svg +share/icons/mate/scalable/apps/text-editor-symbolic.svg +share/icons/mate/scalable/apps/user-info-symbolic.svg +share/icons/mate/scalable/apps/utilities-system-monitor-symbolic.svg +share/icons/mate/scalable/apps/utilities-terminal-symbolic.svg +share/icons/mate/scalable/apps/web-browser-symbolic.svg +share/icons/mate/scalable/categories/applications-engineering-symbolic.svg +share/icons/mate/scalable/categories/applications-games-symbolic.svg +share/icons/mate/scalable/categories/applications-graphics-symbolic.svg +share/icons/mate/scalable/categories/applications-multimedia-symbolic.svg +share/icons/mate/scalable/categories/applications-science-symbolic.svg +share/icons/mate/scalable/categories/applications-utilities-symbolic.svg +share/icons/mate/scalable/categories/preferences-other-symbolic.svg +share/icons/mate/scalable/categories/preferences-system-symbolic.svg +share/icons/mate/scalable/categories/system-help-symbolic.svg +share/icons/mate/scalable/devices/audio-card-symbolic.svg +share/icons/mate/scalable/devices/audio-input-microphone-symbolic.svg +share/icons/mate/scalable/devices/camera-photo-symbolic.svg +share/icons/mate/scalable/devices/camera-web-symbolic.svg +share/icons/mate/scalable/devices/colorimeter-colorhug-symbolic.svg +share/icons/mate/scalable/devices/computer-apple-ipad-symbolic.svg +share/icons/mate/scalable/devices/computer-symbolic.svg +share/icons/mate/scalable/devices/display-projector-symbolic.svg +share/icons/mate/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +share/icons/mate/scalable/devices/drive-harddisk-symbolic.svg +share/icons/mate/scalable/devices/drive-harddisk-system-symbolic.svg +share/icons/mate/scalable/devices/drive-harddisk-usb-symbolic.svg +share/icons/mate/scalable/devices/drive-multidisk-symbolic.svg +share/icons/mate/scalable/devices/drive-optical-symbolic.svg +share/icons/mate/scalable/devices/drive-removable-media-symbolic.svg +share/icons/mate/scalable/devices/headphones-symbolic.svg +share/icons/mate/scalable/devices/input-dialpad-symbolic.svg +share/icons/mate/scalable/devices/input-gaming-symbolic.svg +share/icons/mate/scalable/devices/input-keyboard-symbolic.svg +share/icons/mate/scalable/devices/input-mouse-symbolic.svg +share/icons/mate/scalable/devices/input-tablet-symbolic.svg +share/icons/mate/scalable/devices/input-touchpad-symbolic.svg +share/icons/mate/scalable/devices/media-flash-symbolic.svg +share/icons/mate/scalable/devices/media-floppy-symbolic.svg +share/icons/mate/scalable/devices/media-optical-bd-symbolic.svg +share/icons/mate/scalable/devices/media-optical-cd-audio-symbolic.svg +share/icons/mate/scalable/devices/media-optical-dvd-symbolic.svg +share/icons/mate/scalable/devices/media-optical-symbolic.svg +share/icons/mate/scalable/devices/media-removable-symbolic.svg +share/icons/mate/scalable/devices/media-zip-symbolic.svg +share/icons/mate/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg +share/icons/mate/scalable/devices/multimedia-player-symbolic.svg +share/icons/mate/scalable/devices/phone-apple-iphone-symbolic.svg +share/icons/mate/scalable/devices/phone-symbolic.svg +share/icons/mate/scalable/devices/printer-network-symbolic.svg +share/icons/mate/scalable/devices/printer-symbolic.svg +share/icons/mate/scalable/devices/scanner-symbolic.svg +share/icons/mate/scalable/devices/video-display-symbolic.svg +share/icons/mate/scalable/emblems/emblem-default-symbolic.svg +share/icons/mate/scalable/emblems/emblem-documents-symbolic.svg +share/icons/mate/scalable/emblems/emblem-favorite-symbolic.svg +share/icons/mate/scalable/emblems/emblem-important-symbolic.svg +share/icons/mate/scalable/emblems/emblem-music-symbolic.svg +share/icons/mate/scalable/emblems/emblem-ok-symbolic.svg +share/icons/mate/scalable/emblems/emblem-photos-symbolic.svg +share/icons/mate/scalable/emblems/emblem-shared-symbolic.svg +share/icons/mate/scalable/emblems/emblem-synchronizing-symbolic.svg +share/icons/mate/scalable/emblems/emblem-system-symbolic.svg +share/icons/mate/scalable/emblems/emblem-videos-symbolic.svg +share/icons/mate/scalable/emotes/face-angel-symbolic.svg +share/icons/mate/scalable/emotes/face-angry-symbolic.svg +share/icons/mate/scalable/emotes/face-confused-symbolic.svg +share/icons/mate/scalable/emotes/face-cool-symbolic.svg +share/icons/mate/scalable/emotes/face-crying-symbolic.svg +share/icons/mate/scalable/emotes/face-devilish-symbolic.svg +share/icons/mate/scalable/emotes/face-embarrassed-symbolic.svg +share/icons/mate/scalable/emotes/face-kiss-symbolic.svg +share/icons/mate/scalable/emotes/face-laugh-symbolic.svg +share/icons/mate/scalable/emotes/face-monkey-symbolic.svg +share/icons/mate/scalable/emotes/face-plain-symbolic.svg +share/icons/mate/scalable/emotes/face-raspberry-symbolic.svg +share/icons/mate/scalable/emotes/face-sad-symbolic.svg +share/icons/mate/scalable/emotes/face-shutmouth-symbolic.svg +share/icons/mate/scalable/emotes/face-sick-symbolic.svg +share/icons/mate/scalable/emotes/face-smile-big-symbolic.svg +share/icons/mate/scalable/emotes/face-smile-symbolic.svg +share/icons/mate/scalable/emotes/face-smirk-symbolic.svg +share/icons/mate/scalable/emotes/face-surprised-symbolic.svg +share/icons/mate/scalable/emotes/face-tired-symbolic.svg +share/icons/mate/scalable/emotes/face-uncertain-symbolic.svg +share/icons/mate/scalable/emotes/face-wink-symbolic.svg +share/icons/mate/scalable/emotes/face-worried-symbolic.svg +share/icons/mate/scalable/emotes/face-yawn-symbolic.svg +share/icons/mate/scalable/mimetypes/application-certificate-symbolic.svg +share/icons/mate/scalable/mimetypes/application-rss+xml-symbolic.svg +share/icons/mate/scalable/mimetypes/application-x-appliance-symbolic.svg +share/icons/mate/scalable/mimetypes/audio-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/package-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/text-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/video-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/x-office-calendar-symbolic.svg +share/icons/mate/scalable/places/folder-documents-symbolic.svg +share/icons/mate/scalable/places/folder-download-symbolic.svg +share/icons/mate/scalable/places/folder-music-symbolic.svg +share/icons/mate/scalable/places/folder-pictures-symbolic.svg +share/icons/mate/scalable/places/folder-publicshare-symbolic.svg +share/icons/mate/scalable/places/folder-remote-symbolic.svg +share/icons/mate/scalable/places/folder-saved-search-symbolic.svg +share/icons/mate/scalable/places/folder-symbolic.svg +share/icons/mate/scalable/places/folder-templates-symbolic.svg +share/icons/mate/scalable/places/folder-videos-symbolic.svg +share/icons/mate/scalable/places/network-server-symbolic.svg +share/icons/mate/scalable/places/network-workgroup-symbolic.svg +share/icons/mate/scalable/places/start-here-symbolic.svg +share/icons/mate/scalable/places/user-bookmarks-symbolic.svg +share/icons/mate/scalable/places/user-home-symbolic.svg +share/icons/mate/scalable/places/user-trash-symbolic.svg +share/icons/mate/scalable/status/alarm-symbolic.svg +share/icons/mate/scalable/status/appointment-missed-symbolic.svg +share/icons/mate/scalable/status/appointment-soon-symbolic.svg +share/icons/mate/scalable/status/audio-volume-high-symbolic.svg +share/icons/mate/scalable/status/audio-volume-low-symbolic.svg +share/icons/mate/scalable/status/audio-volume-medium-symbolic.svg +share/icons/mate/scalable/status/audio-volume-muted-symbolic.svg +share/icons/mate/scalable/status/avatar-default-symbolic.svg +share/icons/mate/scalable/status/battery-caution-charging-symbolic.svg +share/icons/mate/scalable/status/battery-caution-symbolic.svg +share/icons/mate/scalable/status/battery-empty-charging-symbolic.svg +share/icons/mate/scalable/status/battery-empty-symbolic.svg +share/icons/mate/scalable/status/battery-full-charged-symbolic.svg +share/icons/mate/scalable/status/battery-full-charging-symbolic.svg +share/icons/mate/scalable/status/battery-full-symbolic.svg +share/icons/mate/scalable/status/battery-good-charging-symbolic.svg +share/icons/mate/scalable/status/battery-good-symbolic.svg +share/icons/mate/scalable/status/battery-low-charging-symbolic.svg +share/icons/mate/scalable/status/battery-low-symbolic.svg +share/icons/mate/scalable/status/battery-missing-symbolic.svg +share/icons/mate/scalable/status/bluetooth-active-symbolic.svg +share/icons/mate/scalable/status/bluetooth-disabled-symbolic.svg +share/icons/mate/scalable/status/call-missed-symbolic.svg +share/icons/mate/scalable/status/changes-allow-symbolic.svg +share/icons/mate/scalable/status/changes-prevent-symbolic.svg +share/icons/mate/scalable/status/channel-insecure-symbolic.svg +share/icons/mate/scalable/status/channel-secure-symbolic.svg +share/icons/mate/scalable/status/computer-fail-symbolic.svg +share/icons/mate/scalable/status/dialog-error-symbolic.svg +share/icons/mate/scalable/status/dialog-information-symbolic.svg +share/icons/mate/scalable/status/dialog-password-symbolic.svg +share/icons/mate/scalable/status/dialog-question-symbolic.svg +share/icons/mate/scalable/status/dialog-warning-symbolic.svg +share/icons/mate/scalable/status/display-brightness-symbolic.svg +share/icons/mate/scalable/status/keyboard-brightness-symbolic.svg +share/icons/mate/scalable/status/mail-attachment-symbolic.svg +share/icons/mate/scalable/status/mail-read-symbolic.svg +share/icons/mate/scalable/status/mail-replied-symbolic.svg +share/icons/mate/scalable/status/mail-unread-symbolic.svg +share/icons/mate/scalable/status/media-playlist-repeat-symbolic.svg +share/icons/mate/scalable/status/media-playlist-shuffle-symbolic.svg +share/icons/mate/scalable/status/microphone-sensitivity-high-symbolic.svg +share/icons/mate/scalable/status/microphone-sensitivity-low-symbolic.svg +share/icons/mate/scalable/status/microphone-sensitivity-medium-symbolic.svg +share/icons/mate/scalable/status/microphone-sensitivity-muted-symbolic.svg +share/icons/mate/scalable/status/network-cellular-3g-symbolic.svg +share/icons/mate/scalable/status/network-cellular-4g-symbolic.svg +share/icons/mate/scalable/status/network-cellular-acquiring-symbolic.svg +share/icons/mate/scalable/status/network-cellular-connected-symbolic.svg +share/icons/mate/scalable/status/network-cellular-edge-symbolic.svg +share/icons/mate/scalable/status/network-cellular-gprs-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-excellent-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-good-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-none-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-ok-symbolic.svg +share/icons/mate/scalable/status/network-cellular-signal-weak-symbolic.svg +share/icons/mate/scalable/status/network-cellular-umts-symbolic.svg +share/icons/mate/scalable/status/network-error-symbolic.svg +share/icons/mate/scalable/status/network-idle-symbolic.svg +share/icons/mate/scalable/status/network-no-route-symbolic.svg +share/icons/mate/scalable/status/network-offline-symbolic.svg +share/icons/mate/scalable/status/network-receive-symbolic.svg +share/icons/mate/scalable/status/network-transmit-receive-symbolic.svg +share/icons/mate/scalable/status/network-transmit-symbolic.svg +share/icons/mate/scalable/status/network-vpn-acquiring-symbolic.svg +share/icons/mate/scalable/status/network-vpn-symbolic.svg +share/icons/mate/scalable/status/network-wired-acquiring-symbolic.svg +share/icons/mate/scalable/status/network-wired-disconnected-symbolic.svg +share/icons/mate/scalable/status/network-wired-symbolic.svg +share/icons/mate/scalable/status/network-wireless-acquiring-symbolic.svg +share/icons/mate/scalable/status/network-wireless-connected-symbolic.svg +share/icons/mate/scalable/status/network-wireless-encrypted-symbolic.svg +share/icons/mate/scalable/status/network-wireless-hotspot-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-excellent-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-good-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-none-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-ok-symbolic.svg +share/icons/mate/scalable/status/network-wireless-signal-weak-symbolic.svg +share/icons/mate/scalable/status/non-starred-symbolic.svg +share/icons/mate/scalable/status/printer-error-symbolic.svg +share/icons/mate/scalable/status/printer-printing-symbolic.svg +share/icons/mate/scalable/status/printer-warning-symbolic.svg +share/icons/mate/scalable/status/security-high-symbolic.svg +share/icons/mate/scalable/status/security-low-symbolic.svg +share/icons/mate/scalable/status/security-medium-symbolic.svg +share/icons/mate/scalable/status/semi-starred-rtl-symbolic.svg +share/icons/mate/scalable/status/semi-starred-symbolic.svg +share/icons/mate/scalable/status/software-update-available-symbolic.svg +share/icons/mate/scalable/status/software-update-urgent-symbolic.svg +share/icons/mate/scalable/status/starred-symbolic.svg +share/icons/mate/scalable/status/task-due-symbolic.svg +share/icons/mate/scalable/status/task-past-due-symbolic.svg +share/icons/mate/scalable/status/touchpad-disabled-symbolic.svg +share/icons/mate/scalable/status/user-available-symbolic.svg +share/icons/mate/scalable/status/user-away-symbolic.svg +share/icons/mate/scalable/status/user-busy-symbolic.svg +share/icons/mate/scalable/status/user-idle-symbolic.svg +share/icons/mate/scalable/status/user-invisible-symbolic.svg +share/icons/mate/scalable/status/user-offline-symbolic.svg +share/icons/mate/scalable/status/user-status-pending-symbolic.svg +share/icons/mate/scalable/status/user-trash-full-symbolic.svg +share/icons/mate/scalable/status/view-wrapped-symbolic.svg +share/icons/mate/scalable/status/weather-clear-night-symbolic.svg +share/icons/mate/scalable/status/weather-clear-symbolic.svg +share/icons/mate/scalable/status/weather-few-clouds-night-symbolic.svg +share/icons/mate/scalable/status/weather-few-clouds-symbolic.svg +share/icons/mate/scalable/status/weather-fog-symbolic.svg +share/icons/mate/scalable/status/weather-overcast-symbolic.svg +share/icons/mate/scalable/status/weather-severe-alert-symbolic.svg +share/icons/mate/scalable/status/weather-showers-scattered-symbolic.svg +share/icons/mate/scalable/status/weather-showers-symbolic.svg +share/icons/mate/scalable/status/weather-snow-symbolic.svg +share/icons/mate/scalable/status/weather-storm-symbolic.svg +share/icons/menta/16x16/actions/add.png +share/icons/menta/16x16/actions/document-open.png +share/icons/menta/16x16/actions/fileopen.png +share/icons/menta/16x16/actions/folder-new.png +share/icons/menta/16x16/actions/folder_new.png +share/icons/menta/16x16/actions/gtk-add.png +share/icons/menta/16x16/actions/gtk-open.png +share/icons/menta/16x16/actions/gtk-remove.png +share/icons/menta/16x16/actions/list-add.png +share/icons/menta/16x16/actions/list-remove.png +share/icons/menta/16x16/actions/remove.png +share/icons/menta/16x16/actions/stock_new-dir.png +share/icons/menta/16x16/apps/background.png +share/icons/menta/16x16/apps/gnome-remote-desktop.png +share/icons/menta/16x16/apps/gnome-settings-background.png +share/icons/menta/16x16/apps/krfb.png +share/icons/menta/16x16/apps/preferences-desktop-display.png +share/icons/menta/16x16/apps/preferences-desktop-remote-desktop.png +share/icons/menta/16x16/apps/preferences-desktop-wallpaper.png +share/icons/menta/16x16/apps/wallpaper.png +share/icons/menta/16x16/apps/xfce4-backdrop.png +share/icons/menta/16x16/categories/preferences-system-network.png +share/icons/menta/16x16/devices/chardevice.png +share/icons/menta/16x16/devices/computer.png +share/icons/menta/16x16/devices/display.png +share/icons/menta/16x16/devices/gnome-dev-computer.png +share/icons/menta/16x16/devices/gnome-fs-client.png +share/icons/menta/16x16/devices/system.png +share/icons/menta/16x16/devices/video-display.png +share/icons/menta/16x16/devices/xfce4-display.png +share/icons/menta/16x16/places/desktop.png +share/icons/menta/16x16/places/distributor-logo.png +share/icons/menta/16x16/places/folder-documents.png +share/icons/menta/16x16/places/folder-download.png +share/icons/menta/16x16/places/folder-music.png +share/icons/menta/16x16/places/folder-pictures.png +share/icons/menta/16x16/places/folder-publicshare.png +share/icons/menta/16x16/places/folder-remote.png +share/icons/menta/16x16/places/folder-templates.png +share/icons/menta/16x16/places/folder-videos.png +share/icons/menta/16x16/places/folder.png +share/icons/menta/16x16/places/folder_home.png +share/icons/menta/16x16/places/gnome-fs-desktop.png +share/icons/menta/16x16/places/gnome-fs-directory.png +share/icons/menta/16x16/places/gnome-fs-ftp.png +share/icons/menta/16x16/places/gnome-fs-home.png +share/icons/menta/16x16/places/gnome-fs-network.png +share/icons/menta/16x16/places/gnome-fs-nfs.png +share/icons/menta/16x16/places/gnome-fs-share.png +share/icons/menta/16x16/places/gnome-fs-smb.png +share/icons/menta/16x16/places/gnome-fs-ssh.png +share/icons/menta/16x16/places/gnome-main-menu.png +share/icons/menta/16x16/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/16x16/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/16x16/places/gtk-directory.png +share/icons/menta/16x16/places/gtk-network.png +share/icons/menta/16x16/places/inode-directory.png +share/icons/menta/16x16/places/network-workgroup.png +share/icons/menta/16x16/places/network.png +share/icons/menta/16x16/places/network_local.png +share/icons/menta/16x16/places/novell-button.png +share/icons/menta/16x16/places/start-here.png +share/icons/menta/16x16/places/stock_folder.png +share/icons/menta/16x16/places/user-bookmarks.png +share/icons/menta/16x16/places/user-desktop.png +share/icons/menta/16x16/places/user-home.png +share/icons/menta/16x16/status/avatar-default.png +share/icons/menta/16x16/status/connect_creating.png +share/icons/menta/16x16/status/connect_established.png +share/icons/menta/16x16/status/connect_no.png +share/icons/menta/16x16/status/folder-drag-accept.png +share/icons/menta/16x16/status/folder-open.png +share/icons/menta/16x16/status/folder-visiting.png +share/icons/menta/16x16/status/folder_open.png +share/icons/menta/16x16/status/gnome-fs-directory-accept.png +share/icons/menta/16x16/status/gnome-fs-directory-visiting.png +share/icons/menta/16x16/status/gnome-netstatus-disconn.png +share/icons/menta/16x16/status/gnome-netstatus-error.png +share/icons/menta/16x16/status/gnome-netstatus-idle.png +share/icons/menta/16x16/status/gnome-netstatus-rx.png +share/icons/menta/16x16/status/gnome-netstatus-tx.png +share/icons/menta/16x16/status/gnome-netstatus-txrx.png +share/icons/menta/16x16/status/network-error.png +share/icons/menta/16x16/status/network-idle.png +share/icons/menta/16x16/status/network-offline.png +share/icons/menta/16x16/status/network-receive.png +share/icons/menta/16x16/status/network-transmit-receive.png +share/icons/menta/16x16/status/network-transmit.png +share/icons/menta/16x16/status/nm-adhoc.png +share/icons/menta/16x16/status/nm-device-wired.png +share/icons/menta/16x16/status/nm-device-wireless.png +share/icons/menta/16x16/status/nm-no-connection.png +share/icons/menta/16x16/status/stock_open.png +share/icons/menta/22x22/actions/add.png +share/icons/menta/22x22/actions/document-open.png +share/icons/menta/22x22/actions/fileopen.png +share/icons/menta/22x22/actions/folder-new.png +share/icons/menta/22x22/actions/folder_new.png +share/icons/menta/22x22/actions/gtk-add.png +share/icons/menta/22x22/actions/gtk-open.png +share/icons/menta/22x22/actions/gtk-remove.png +share/icons/menta/22x22/actions/list-add.png +share/icons/menta/22x22/actions/list-remove.png +share/icons/menta/22x22/actions/remove.png +share/icons/menta/22x22/actions/stock_new-dir.png +share/icons/menta/22x22/apps/background.png +share/icons/menta/22x22/apps/gnome-remote-desktop.png +share/icons/menta/22x22/apps/gnome-settings-background.png +share/icons/menta/22x22/apps/krfb.png +share/icons/menta/22x22/apps/preferences-desktop-display.png +share/icons/menta/22x22/apps/preferences-desktop-remote-desktop.png +share/icons/menta/22x22/apps/preferences-desktop-wallpaper.png +share/icons/menta/22x22/apps/wallpaper.png +share/icons/menta/22x22/apps/xfce4-backdrop.png +share/icons/menta/22x22/categories/preferences-system-network.png +share/icons/menta/22x22/devices/chardevice.png +share/icons/menta/22x22/devices/computer.png +share/icons/menta/22x22/devices/display.png +share/icons/menta/22x22/devices/gnome-dev-computer.png +share/icons/menta/22x22/devices/gnome-fs-client.png +share/icons/menta/22x22/devices/system.png +share/icons/menta/22x22/devices/video-display.png +share/icons/menta/22x22/devices/xfce4-display.png +share/icons/menta/22x22/places/desktop.png +share/icons/menta/22x22/places/distributor-logo.png +share/icons/menta/22x22/places/folder-documents.png +share/icons/menta/22x22/places/folder-download.png +share/icons/menta/22x22/places/folder-music.png +share/icons/menta/22x22/places/folder-pictures.png +share/icons/menta/22x22/places/folder-publicshare.png +share/icons/menta/22x22/places/folder-remote.png +share/icons/menta/22x22/places/folder-templates.png +share/icons/menta/22x22/places/folder-videos.png +share/icons/menta/22x22/places/folder.png +share/icons/menta/22x22/places/folder_home.png +share/icons/menta/22x22/places/gnome-fs-desktop.png +share/icons/menta/22x22/places/gnome-fs-directory.png +share/icons/menta/22x22/places/gnome-fs-ftp.png +share/icons/menta/22x22/places/gnome-fs-home.png +share/icons/menta/22x22/places/gnome-fs-network.png +share/icons/menta/22x22/places/gnome-fs-nfs.png +share/icons/menta/22x22/places/gnome-fs-share.png +share/icons/menta/22x22/places/gnome-fs-smb.png +share/icons/menta/22x22/places/gnome-fs-ssh.png +share/icons/menta/22x22/places/gnome-main-menu.png +share/icons/menta/22x22/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/22x22/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/22x22/places/gtk-directory.png +share/icons/menta/22x22/places/gtk-network.png +share/icons/menta/22x22/places/inode-directory.png +share/icons/menta/22x22/places/network-workgroup.png +share/icons/menta/22x22/places/network.png +share/icons/menta/22x22/places/network_local.png +share/icons/menta/22x22/places/novell-button.png +share/icons/menta/22x22/places/start-here.png +share/icons/menta/22x22/places/stock_folder.png +share/icons/menta/22x22/places/user-bookmarks.png +share/icons/menta/22x22/places/user-desktop.png +share/icons/menta/22x22/places/user-home.png +share/icons/menta/22x22/status/avatar-default.png +share/icons/menta/22x22/status/connect_creating.png +share/icons/menta/22x22/status/connect_established.png +share/icons/menta/22x22/status/connect_no.png +share/icons/menta/22x22/status/folder-drag-accept.png +share/icons/menta/22x22/status/folder-open.png +share/icons/menta/22x22/status/folder-visiting.png +share/icons/menta/22x22/status/folder_open.png +share/icons/menta/22x22/status/gnome-fs-directory-accept.png +share/icons/menta/22x22/status/gnome-fs-directory-visiting.png +share/icons/menta/22x22/status/gnome-netstatus-disconn.png +share/icons/menta/22x22/status/gnome-netstatus-error.png +share/icons/menta/22x22/status/gnome-netstatus-idle.png +share/icons/menta/22x22/status/gnome-netstatus-rx.png +share/icons/menta/22x22/status/gnome-netstatus-tx.png +share/icons/menta/22x22/status/gnome-netstatus-txrx.png +share/icons/menta/22x22/status/network-error.png +share/icons/menta/22x22/status/network-idle.png +share/icons/menta/22x22/status/network-offline.png +share/icons/menta/22x22/status/network-receive.png +share/icons/menta/22x22/status/network-transmit-receive.png +share/icons/menta/22x22/status/network-transmit.png +share/icons/menta/22x22/status/nm-adhoc.png +share/icons/menta/22x22/status/nm-device-wired.png +share/icons/menta/22x22/status/nm-device-wireless.png +share/icons/menta/22x22/status/nm-no-connection.png +share/icons/menta/22x22/status/stock_open.png +share/icons/menta/24x24/actions/add.png +share/icons/menta/24x24/actions/document-open.png +share/icons/menta/24x24/actions/fileopen.png +share/icons/menta/24x24/actions/folder-new.png +share/icons/menta/24x24/actions/folder_new.png +share/icons/menta/24x24/actions/gtk-add.png +share/icons/menta/24x24/actions/gtk-open.png +share/icons/menta/24x24/actions/gtk-remove.png +share/icons/menta/24x24/actions/list-add.png +share/icons/menta/24x24/actions/list-remove.png +share/icons/menta/24x24/actions/remove.png +share/icons/menta/24x24/actions/stock_new-dir.png +share/icons/menta/24x24/apps/background.png +share/icons/menta/24x24/apps/gnome-remote-desktop.png +share/icons/menta/24x24/apps/gnome-settings-background.png +share/icons/menta/24x24/apps/krfb.png +share/icons/menta/24x24/apps/preferences-desktop-display.png +share/icons/menta/24x24/apps/preferences-desktop-remote-desktop.png +share/icons/menta/24x24/apps/preferences-desktop-wallpaper.png +share/icons/menta/24x24/apps/wallpaper.png +share/icons/menta/24x24/apps/xfce4-backdrop.png +share/icons/menta/24x24/categories/preferences-system-network.png +share/icons/menta/24x24/devices/chardevice.png +share/icons/menta/24x24/devices/computer.png +share/icons/menta/24x24/devices/display.png +share/icons/menta/24x24/devices/gnome-dev-computer.png +share/icons/menta/24x24/devices/gnome-fs-client.png +share/icons/menta/24x24/devices/system.png +share/icons/menta/24x24/devices/video-display.png +share/icons/menta/24x24/devices/xfce4-display.png +share/icons/menta/24x24/places/desktop.png +share/icons/menta/24x24/places/distributor-logo.png +share/icons/menta/24x24/places/folder-documents.png +share/icons/menta/24x24/places/folder-download.png +share/icons/menta/24x24/places/folder-music.png +share/icons/menta/24x24/places/folder-pictures.png +share/icons/menta/24x24/places/folder-publicshare.png +share/icons/menta/24x24/places/folder-remote.png +share/icons/menta/24x24/places/folder-templates.png +share/icons/menta/24x24/places/folder-videos.png +share/icons/menta/24x24/places/folder.png +share/icons/menta/24x24/places/folder_home.png +share/icons/menta/24x24/places/gnome-fs-desktop.png +share/icons/menta/24x24/places/gnome-fs-directory.png +share/icons/menta/24x24/places/gnome-fs-ftp.png +share/icons/menta/24x24/places/gnome-fs-home.png +share/icons/menta/24x24/places/gnome-fs-network.png +share/icons/menta/24x24/places/gnome-fs-nfs.png +share/icons/menta/24x24/places/gnome-fs-share.png +share/icons/menta/24x24/places/gnome-fs-smb.png +share/icons/menta/24x24/places/gnome-fs-ssh.png +share/icons/menta/24x24/places/gnome-main-menu.png +share/icons/menta/24x24/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/24x24/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/24x24/places/gtk-directory.png +share/icons/menta/24x24/places/gtk-network.png +share/icons/menta/24x24/places/inode-directory.png +share/icons/menta/24x24/places/network-workgroup.png +share/icons/menta/24x24/places/network.png +share/icons/menta/24x24/places/network_local.png +share/icons/menta/24x24/places/novell-button.png +share/icons/menta/24x24/places/start-here.png +share/icons/menta/24x24/places/stock_folder.png +share/icons/menta/24x24/places/user-bookmarks.png +share/icons/menta/24x24/places/user-desktop.png +share/icons/menta/24x24/places/user-home.png +share/icons/menta/24x24/status/avatar-default.png +share/icons/menta/24x24/status/connect_creating.png +share/icons/menta/24x24/status/connect_established.png +share/icons/menta/24x24/status/connect_no.png +share/icons/menta/24x24/status/folder-drag-accept.png +share/icons/menta/24x24/status/folder-open.png +share/icons/menta/24x24/status/folder-visiting.png +share/icons/menta/24x24/status/folder_open.png +share/icons/menta/24x24/status/gnome-fs-directory-accept.png +share/icons/menta/24x24/status/gnome-fs-directory-visiting.png +share/icons/menta/24x24/status/gnome-netstatus-disconn.png +share/icons/menta/24x24/status/gnome-netstatus-error.png +share/icons/menta/24x24/status/gnome-netstatus-idle.png +share/icons/menta/24x24/status/gnome-netstatus-rx.png +share/icons/menta/24x24/status/gnome-netstatus-tx.png +share/icons/menta/24x24/status/gnome-netstatus-txrx.png +share/icons/menta/24x24/status/network-error.png +share/icons/menta/24x24/status/network-idle.png +share/icons/menta/24x24/status/network-offline.png +share/icons/menta/24x24/status/network-receive.png +share/icons/menta/24x24/status/network-transmit-receive.png +share/icons/menta/24x24/status/network-transmit.png +share/icons/menta/24x24/status/nm-adhoc.png +share/icons/menta/24x24/status/nm-device-wired.png +share/icons/menta/24x24/status/nm-device-wireless.png +share/icons/menta/24x24/status/nm-no-connection.png +share/icons/menta/24x24/status/stock_open.png +share/icons/menta/256x256/actions/document-open.png +share/icons/menta/256x256/actions/fileopen.png +share/icons/menta/256x256/actions/folder-new.png +share/icons/menta/256x256/actions/folder_new.png +share/icons/menta/256x256/actions/gtk-open.png +share/icons/menta/256x256/actions/stock_new-dir.png +share/icons/menta/256x256/apps/background.png +share/icons/menta/256x256/apps/gnome-remote-desktop.png +share/icons/menta/256x256/apps/gnome-settings-background.png +share/icons/menta/256x256/apps/krfb.png +share/icons/menta/256x256/apps/preferences-desktop-display.png +share/icons/menta/256x256/apps/preferences-desktop-remote-desktop.png +share/icons/menta/256x256/apps/preferences-desktop-wallpaper.png +share/icons/menta/256x256/apps/wallpaper.png +share/icons/menta/256x256/apps/xfce4-backdrop.png +share/icons/menta/256x256/categories/preferences-system-network.png +share/icons/menta/256x256/devices/chardevice.png +share/icons/menta/256x256/devices/computer.png +share/icons/menta/256x256/devices/display.png +share/icons/menta/256x256/devices/gnome-dev-computer.png +share/icons/menta/256x256/devices/gnome-fs-client.png +share/icons/menta/256x256/devices/system.png +share/icons/menta/256x256/devices/video-display.png +share/icons/menta/256x256/devices/xfce4-display.png +share/icons/menta/256x256/places/desktop.png +share/icons/menta/256x256/places/folder-documents.png +share/icons/menta/256x256/places/folder-download.png +share/icons/menta/256x256/places/folder-music.png +share/icons/menta/256x256/places/folder-pictures.png +share/icons/menta/256x256/places/folder-publicshare.png +share/icons/menta/256x256/places/folder-remote.png +share/icons/menta/256x256/places/folder-templates.png +share/icons/menta/256x256/places/folder-videos.png +share/icons/menta/256x256/places/folder.png +share/icons/menta/256x256/places/folder_home.png +share/icons/menta/256x256/places/gnome-fs-desktop.png +share/icons/menta/256x256/places/gnome-fs-directory.png +share/icons/menta/256x256/places/gnome-fs-ftp.png +share/icons/menta/256x256/places/gnome-fs-home.png +share/icons/menta/256x256/places/gnome-fs-network.png +share/icons/menta/256x256/places/gnome-fs-nfs.png +share/icons/menta/256x256/places/gnome-fs-share.png +share/icons/menta/256x256/places/gnome-fs-smb.png +share/icons/menta/256x256/places/gnome-fs-ssh.png +share/icons/menta/256x256/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/256x256/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/256x256/places/gtk-directory.png +share/icons/menta/256x256/places/gtk-network.png +share/icons/menta/256x256/places/inode-directory.png +share/icons/menta/256x256/places/network-workgroup.png +share/icons/menta/256x256/places/network.png +share/icons/menta/256x256/places/network_local.png +share/icons/menta/256x256/places/stock_folder.png +share/icons/menta/256x256/places/user-bookmarks.png +share/icons/menta/256x256/places/user-desktop.png +share/icons/menta/256x256/places/user-home.png +share/icons/menta/256x256/status/avatar-default.png +share/icons/menta/256x256/status/connect_creating.png +share/icons/menta/256x256/status/connect_established.png +share/icons/menta/256x256/status/connect_no.png +share/icons/menta/256x256/status/folder-drag-accept.png +share/icons/menta/256x256/status/folder-open.png +share/icons/menta/256x256/status/folder-visiting.png +share/icons/menta/256x256/status/folder_open.png +share/icons/menta/256x256/status/gnome-fs-directory-accept.png +share/icons/menta/256x256/status/gnome-fs-directory-visiting.png +share/icons/menta/256x256/status/gnome-netstatus-disconn.png +share/icons/menta/256x256/status/gnome-netstatus-error.png +share/icons/menta/256x256/status/gnome-netstatus-idle.png +share/icons/menta/256x256/status/gnome-netstatus-rx.png +share/icons/menta/256x256/status/gnome-netstatus-tx.png +share/icons/menta/256x256/status/gnome-netstatus-txrx.png +share/icons/menta/256x256/status/network-error.png +share/icons/menta/256x256/status/network-idle.png +share/icons/menta/256x256/status/network-offline.png +share/icons/menta/256x256/status/network-receive.png +share/icons/menta/256x256/status/network-transmit-receive.png +share/icons/menta/256x256/status/network-transmit.png +share/icons/menta/256x256/status/nm-adhoc.png +share/icons/menta/256x256/status/nm-device-wired.png +share/icons/menta/256x256/status/nm-device-wireless.png +share/icons/menta/256x256/status/nm-no-connection.png +share/icons/menta/256x256/status/stock_open.png +share/icons/menta/32x32/actions/add.png +share/icons/menta/32x32/actions/document-open.png +share/icons/menta/32x32/actions/fileopen.png +share/icons/menta/32x32/actions/folder-new.png +share/icons/menta/32x32/actions/folder_new.png +share/icons/menta/32x32/actions/gtk-add.png +share/icons/menta/32x32/actions/gtk-open.png +share/icons/menta/32x32/actions/gtk-remove.png +share/icons/menta/32x32/actions/list-add.png +share/icons/menta/32x32/actions/list-remove.png +share/icons/menta/32x32/actions/remove.png +share/icons/menta/32x32/actions/stock_new-dir.png +share/icons/menta/32x32/apps/background.png +share/icons/menta/32x32/apps/gnome-remote-desktop.png +share/icons/menta/32x32/apps/gnome-settings-background.png +share/icons/menta/32x32/apps/krfb.png +share/icons/menta/32x32/apps/preferences-desktop-display.png +share/icons/menta/32x32/apps/preferences-desktop-remote-desktop.png +share/icons/menta/32x32/apps/preferences-desktop-wallpaper.png +share/icons/menta/32x32/apps/wallpaper.png +share/icons/menta/32x32/apps/xfce4-backdrop.png +share/icons/menta/32x32/categories/preferences-system-network.png +share/icons/menta/32x32/devices/chardevice.png +share/icons/menta/32x32/devices/computer.png +share/icons/menta/32x32/devices/display.png +share/icons/menta/32x32/devices/gnome-dev-computer.png +share/icons/menta/32x32/devices/gnome-fs-client.png +share/icons/menta/32x32/devices/system.png +share/icons/menta/32x32/devices/video-display.png +share/icons/menta/32x32/devices/xfce4-display.png +share/icons/menta/32x32/places/desktop.png +share/icons/menta/32x32/places/distributor-logo.png +share/icons/menta/32x32/places/folder-documents.png +share/icons/menta/32x32/places/folder-download.png +share/icons/menta/32x32/places/folder-music.png +share/icons/menta/32x32/places/folder-pictures.png +share/icons/menta/32x32/places/folder-publicshare.png +share/icons/menta/32x32/places/folder-remote.png +share/icons/menta/32x32/places/folder-templates.png +share/icons/menta/32x32/places/folder-videos.png +share/icons/menta/32x32/places/folder.png +share/icons/menta/32x32/places/folder_home.png +share/icons/menta/32x32/places/gnome-fs-desktop.png +share/icons/menta/32x32/places/gnome-fs-directory.png +share/icons/menta/32x32/places/gnome-fs-ftp.png +share/icons/menta/32x32/places/gnome-fs-home.png +share/icons/menta/32x32/places/gnome-fs-network.png +share/icons/menta/32x32/places/gnome-fs-nfs.png +share/icons/menta/32x32/places/gnome-fs-share.png +share/icons/menta/32x32/places/gnome-fs-smb.png +share/icons/menta/32x32/places/gnome-fs-ssh.png +share/icons/menta/32x32/places/gnome-main-menu.png +share/icons/menta/32x32/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/32x32/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/32x32/places/gtk-directory.png +share/icons/menta/32x32/places/gtk-network.png +share/icons/menta/32x32/places/inode-directory.png +share/icons/menta/32x32/places/network-workgroup.png +share/icons/menta/32x32/places/network.png +share/icons/menta/32x32/places/network_local.png +share/icons/menta/32x32/places/novell-button.png +share/icons/menta/32x32/places/start-here.png +share/icons/menta/32x32/places/stock_folder.png +share/icons/menta/32x32/places/user-bookmarks.png +share/icons/menta/32x32/places/user-desktop.png +share/icons/menta/32x32/places/user-home.png +share/icons/menta/32x32/status/avatar-default.png +share/icons/menta/32x32/status/connect_creating.png +share/icons/menta/32x32/status/connect_established.png +share/icons/menta/32x32/status/connect_no.png +share/icons/menta/32x32/status/folder-drag-accept.png +share/icons/menta/32x32/status/folder-open.png +share/icons/menta/32x32/status/folder-visiting.png +share/icons/menta/32x32/status/folder_open.png +share/icons/menta/32x32/status/gnome-fs-directory-accept.png +share/icons/menta/32x32/status/gnome-fs-directory-visiting.png +share/icons/menta/32x32/status/gnome-netstatus-disconn.png +share/icons/menta/32x32/status/gnome-netstatus-error.png +share/icons/menta/32x32/status/gnome-netstatus-idle.png +share/icons/menta/32x32/status/gnome-netstatus-rx.png +share/icons/menta/32x32/status/gnome-netstatus-tx.png +share/icons/menta/32x32/status/gnome-netstatus-txrx.png +share/icons/menta/32x32/status/network-error.png +share/icons/menta/32x32/status/network-idle.png +share/icons/menta/32x32/status/network-offline.png +share/icons/menta/32x32/status/network-receive.png +share/icons/menta/32x32/status/network-transmit-receive.png +share/icons/menta/32x32/status/network-transmit.png +share/icons/menta/32x32/status/nm-adhoc.png +share/icons/menta/32x32/status/nm-device-wired.png +share/icons/menta/32x32/status/nm-device-wireless.png +share/icons/menta/32x32/status/nm-no-connection.png +share/icons/menta/32x32/status/stock_open.png +share/icons/menta/48x48/actions/add.png +share/icons/menta/48x48/actions/document-open.png +share/icons/menta/48x48/actions/fileopen.png +share/icons/menta/48x48/actions/folder-new.png +share/icons/menta/48x48/actions/folder_new.png +share/icons/menta/48x48/actions/gtk-add.png +share/icons/menta/48x48/actions/gtk-open.png +share/icons/menta/48x48/actions/gtk-remove.png +share/icons/menta/48x48/actions/list-add.png +share/icons/menta/48x48/actions/list-remove.png +share/icons/menta/48x48/actions/remove.png +share/icons/menta/48x48/actions/stock_new-dir.png +share/icons/menta/48x48/apps/background.png +share/icons/menta/48x48/apps/gnome-remote-desktop.png +share/icons/menta/48x48/apps/gnome-settings-background.png +share/icons/menta/48x48/apps/krfb.png +share/icons/menta/48x48/apps/preferences-desktop-display.png +share/icons/menta/48x48/apps/preferences-desktop-remote-desktop.png +share/icons/menta/48x48/apps/preferences-desktop-wallpaper.png +share/icons/menta/48x48/apps/wallpaper.png +share/icons/menta/48x48/apps/xfce4-backdrop.png +share/icons/menta/48x48/categories/preferences-system-network.png +share/icons/menta/48x48/devices/chardevice.png +share/icons/menta/48x48/devices/computer.png +share/icons/menta/48x48/devices/display.png +share/icons/menta/48x48/devices/gnome-dev-computer.png +share/icons/menta/48x48/devices/gnome-fs-client.png +share/icons/menta/48x48/devices/system.png +share/icons/menta/48x48/devices/video-display.png +share/icons/menta/48x48/devices/xfce4-display.png +share/icons/menta/48x48/places/desktop.png +share/icons/menta/48x48/places/distributor-logo.png +share/icons/menta/48x48/places/folder-documents.png +share/icons/menta/48x48/places/folder-download.png +share/icons/menta/48x48/places/folder-music.png +share/icons/menta/48x48/places/folder-pictures.png +share/icons/menta/48x48/places/folder-publicshare.png +share/icons/menta/48x48/places/folder-remote.png +share/icons/menta/48x48/places/folder-templates.png +share/icons/menta/48x48/places/folder-videos.png +share/icons/menta/48x48/places/folder.png +share/icons/menta/48x48/places/folder_home.png +share/icons/menta/48x48/places/gnome-fs-desktop.png +share/icons/menta/48x48/places/gnome-fs-directory.png +share/icons/menta/48x48/places/gnome-fs-ftp.png +share/icons/menta/48x48/places/gnome-fs-home.png +share/icons/menta/48x48/places/gnome-fs-network.png +share/icons/menta/48x48/places/gnome-fs-nfs.png +share/icons/menta/48x48/places/gnome-fs-share.png +share/icons/menta/48x48/places/gnome-fs-smb.png +share/icons/menta/48x48/places/gnome-fs-ssh.png +share/icons/menta/48x48/places/gnome-main-menu.png +share/icons/menta/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/menta/48x48/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/menta/48x48/places/gtk-directory.png +share/icons/menta/48x48/places/gtk-network.png +share/icons/menta/48x48/places/inode-directory.png +share/icons/menta/48x48/places/network-workgroup.png +share/icons/menta/48x48/places/network.png +share/icons/menta/48x48/places/network_local.png +share/icons/menta/48x48/places/novell-button.png +share/icons/menta/48x48/places/start-here.png +share/icons/menta/48x48/places/stock_folder.png +share/icons/menta/48x48/places/user-bookmarks.png +share/icons/menta/48x48/places/user-desktop.png +share/icons/menta/48x48/places/user-home.png +share/icons/menta/48x48/status/avatar-default.png +share/icons/menta/48x48/status/connect_creating.png +share/icons/menta/48x48/status/connect_established.png +share/icons/menta/48x48/status/connect_no.png +share/icons/menta/48x48/status/folder-drag-accept.png +share/icons/menta/48x48/status/folder-open.png +share/icons/menta/48x48/status/folder-visiting.png +share/icons/menta/48x48/status/folder_open.png +share/icons/menta/48x48/status/gnome-fs-directory-accept.png +share/icons/menta/48x48/status/gnome-fs-directory-visiting.png +share/icons/menta/48x48/status/gnome-netstatus-disconn.png +share/icons/menta/48x48/status/gnome-netstatus-error.png +share/icons/menta/48x48/status/gnome-netstatus-idle.png +share/icons/menta/48x48/status/gnome-netstatus-rx.png +share/icons/menta/48x48/status/gnome-netstatus-tx.png +share/icons/menta/48x48/status/gnome-netstatus-txrx.png +share/icons/menta/48x48/status/network-error.png +share/icons/menta/48x48/status/network-idle.png +share/icons/menta/48x48/status/network-offline.png +share/icons/menta/48x48/status/network-receive.png +share/icons/menta/48x48/status/network-transmit-receive.png +share/icons/menta/48x48/status/network-transmit.png +share/icons/menta/48x48/status/nm-adhoc.png +share/icons/menta/48x48/status/nm-device-wired.png +share/icons/menta/48x48/status/nm-device-wireless.png +share/icons/menta/48x48/status/nm-no-connection.png +share/icons/menta/48x48/status/stock_open.png +share/icons/menta/index.theme +share/icons/menta/scalable/actions/action-unavailable-symbolic.svg +share/icons/menta/scalable/actions/bookmark-add-symbolic.svg +share/icons/menta/scalable/actions/bookmark-new-symbolic.svg +share/icons/menta/scalable/actions/call-end-symbolic.svg +share/icons/menta/scalable/actions/call-start-symbolic.svg +share/icons/menta/scalable/actions/document-open-recent-symbolic.svg +share/icons/menta/scalable/actions/document-open-symbolic.svg +share/icons/menta/scalable/actions/document-page-setup-symbolic.svg +share/icons/menta/scalable/actions/document-properties-symbolic.svg +share/icons/menta/scalable/actions/document-save-as-symbolic.svg +share/icons/menta/scalable/actions/document-save-symbolic.svg +share/icons/menta/scalable/actions/document-send-symbolic.svg +share/icons/menta/scalable/actions/drive-multidisk-symbolic.svg +share/icons/menta/scalable/actions/edit-clear-all-symbolic.svg +share/icons/menta/scalable/actions/edit-clear-rtl-symbolic.svg +share/icons/menta/scalable/actions/edit-clear-symbolic.svg +share/icons/menta/scalable/actions/edit-copy-symbolic.svg +share/icons/menta/scalable/actions/edit-cut-symbolic.svg +share/icons/menta/scalable/actions/edit-delete-symbolic.svg +share/icons/menta/scalable/actions/edit-find-symbolic.svg +share/icons/menta/scalable/actions/edit-paste-symbolic.svg +share/icons/menta/scalable/actions/edit-redo-rtl-symbolic.svg +share/icons/menta/scalable/actions/edit-redo-symbolic.svg +share/icons/menta/scalable/actions/edit-select-all-symbolic.svg +share/icons/menta/scalable/actions/edit-select-symbolic.svg +share/icons/menta/scalable/actions/edit-undo-rtl-symbolic.svg +share/icons/menta/scalable/actions/edit-undo-symbolic.svg +share/icons/menta/scalable/actions/find-location-symbolic.svg +share/icons/menta/scalable/actions/format-indent-less-rtl-symbolic.svg +share/icons/menta/scalable/actions/format-indent-less-symbolic.svg +share/icons/menta/scalable/actions/format-indent-more-rtl-symbolic.svg +share/icons/menta/scalable/actions/format-indent-more-symbolic.svg +share/icons/menta/scalable/actions/format-justify-center-symbolic.svg +share/icons/menta/scalable/actions/format-justify-fill-symbolic.svg +share/icons/menta/scalable/actions/format-justify-left-symbolic.svg +share/icons/menta/scalable/actions/format-justify-right-symbolic.svg +share/icons/menta/scalable/actions/format-text-bold-symbolic.svg +share/icons/menta/scalable/actions/format-text-direction-ltr-symbolic.svg +share/icons/menta/scalable/actions/format-text-direction-rtl-symbolic.svg +share/icons/menta/scalable/actions/format-text-italic-symbolic.svg +share/icons/menta/scalable/actions/format-text-strikethrough-symbolic.svg +share/icons/menta/scalable/actions/format-text-underline-symbolic.svg +share/icons/menta/scalable/actions/go-bottom-symbolic.svg +share/icons/menta/scalable/actions/go-down-symbolic.svg +share/icons/menta/scalable/actions/go-first-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-first-symbolic.svg +share/icons/menta/scalable/actions/go-home-symbolic.svg +share/icons/menta/scalable/actions/go-jump-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-jump-symbolic.svg +share/icons/menta/scalable/actions/go-last-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-last-symbolic.svg +share/icons/menta/scalable/actions/go-next-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-next-symbolic.svg +share/icons/menta/scalable/actions/go-previous-rtl-symbolic.svg +share/icons/menta/scalable/actions/go-previous-symbolic.svg +share/icons/menta/scalable/actions/go-top-symbolic.svg +share/icons/menta/scalable/actions/go-up-symbolic.svg +share/icons/menta/scalable/actions/insert-image-symbolic.svg +share/icons/menta/scalable/actions/insert-link-symbolic.svg +share/icons/menta/scalable/actions/insert-object-symbolic.svg +share/icons/menta/scalable/actions/insert-text-symbolic.svg +share/icons/menta/scalable/actions/list-add-symbolic.svg +share/icons/menta/scalable/actions/list-remove-all-symbolic.svg +share/icons/menta/scalable/actions/list-remove-symbolic.svg +share/icons/menta/scalable/actions/mail-mark-important-symbolic.svg +share/icons/menta/scalable/actions/mail-send-receive-symbolic.svg +share/icons/menta/scalable/actions/mail-send-symbolic.svg +share/icons/menta/scalable/actions/media-eject-symbolic.svg +share/icons/menta/scalable/actions/media-playback-pause-symbolic.svg +share/icons/menta/scalable/actions/media-playback-start-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-playback-start-symbolic.svg +share/icons/menta/scalable/actions/media-playback-stop-symbolic.svg +share/icons/menta/scalable/actions/media-record-symbolic.svg +share/icons/menta/scalable/actions/media-seek-backward-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-seek-backward-symbolic.svg +share/icons/menta/scalable/actions/media-seek-forward-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-seek-forward-symbolic.svg +share/icons/menta/scalable/actions/media-skip-backward-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-skip-backward-symbolic.svg +share/icons/menta/scalable/actions/media-skip-forward-rtl-symbolic.svg +share/icons/menta/scalable/actions/media-skip-forward-symbolic.svg +share/icons/menta/scalable/actions/object-flip-horizontal-symbolic.svg +share/icons/menta/scalable/actions/object-flip-vertical-symbolic.svg +share/icons/menta/scalable/actions/object-rotate-left-symbolic.svg +share/icons/menta/scalable/actions/object-rotate-right-symbolic.svg +share/icons/menta/scalable/actions/object-select-symbolic.svg +share/icons/menta/scalable/actions/process-stop-symbolic.svg +share/icons/menta/scalable/actions/send-to-symbolic.svg +share/icons/menta/scalable/actions/system-run-symbolic.svg +share/icons/menta/scalable/actions/system-shutdown-symbolic.svg +share/icons/menta/scalable/actions/tab-new-symbolic.svg +share/icons/menta/scalable/actions/view-continuous-symbolic.svg +share/icons/menta/scalable/actions/view-dual-symbolic.svg +share/icons/menta/scalable/actions/view-fullscreen-symbolic.svg +share/icons/menta/scalable/actions/view-grid-symbolic.svg +share/icons/menta/scalable/actions/view-list-symbolic.svg +share/icons/menta/scalable/actions/view-more-symbolic.svg +share/icons/menta/scalable/actions/view-paged-symbolic.svg +share/icons/menta/scalable/actions/view-refresh-symbolic.svg +share/icons/menta/scalable/actions/view-restore-symbolic.svg +share/icons/menta/scalable/actions/window-close-symbolic.svg +share/icons/menta/scalable/actions/zoom-fit-best-symbolic.svg +share/icons/menta/scalable/actions/zoom-in-symbolic.svg +share/icons/menta/scalable/actions/zoom-original-symbolic.svg +share/icons/menta/scalable/actions/zoom-out-symbolic.svg +share/icons/menta/scalable/apps/accessories-calculator-symbolic.svg +share/icons/menta/scalable/apps/accessories-character-map-symbolic.svg +share/icons/menta/scalable/apps/accessories-dictionary-symbolic.svg +share/icons/menta/scalable/apps/accessories-text-editor-symbolic.svg +share/icons/menta/scalable/apps/applets-screenshooter-symbolic.svg +share/icons/menta/scalable/apps/bluetooth-symbolic.svg +share/icons/menta/scalable/apps/gnome-power-manager-symbolic.svg +share/icons/menta/scalable/apps/goa-panel-symbolic.svg +share/icons/menta/scalable/apps/help-browser-symbolic.svg +share/icons/menta/scalable/apps/preferences-color-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-accessibility-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-display-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-keyboard-shortcuts-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-locale-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-screensaver-symbolic.svg +share/icons/menta/scalable/apps/preferences-desktop-wallpaper-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-network-proxy-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-network-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-notifications-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-privacy-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-search-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-sharing-symbolic.svg +share/icons/menta/scalable/apps/preferences-system-time-symbolic.svg +share/icons/menta/scalable/apps/system-file-manager-symbolic.svg +share/icons/menta/scalable/apps/system-software-install-symbolic.svg +share/icons/menta/scalable/apps/system-users-symbolic.svg +share/icons/menta/scalable/apps/text-editor-symbolic.svg +share/icons/menta/scalable/apps/user-info-symbolic.svg +share/icons/menta/scalable/apps/utilities-system-monitor-symbolic.svg +share/icons/menta/scalable/apps/utilities-terminal-symbolic.svg +share/icons/menta/scalable/apps/web-browser-symbolic.svg +share/icons/menta/scalable/categories/applications-engineering-symbolic.svg +share/icons/menta/scalable/categories/applications-games-symbolic.svg +share/icons/menta/scalable/categories/applications-graphics-symbolic.svg +share/icons/menta/scalable/categories/applications-multimedia-symbolic.svg +share/icons/menta/scalable/categories/applications-science-symbolic.svg +share/icons/menta/scalable/categories/applications-utilities-symbolic.svg +share/icons/menta/scalable/categories/preferences-other-symbolic.svg +share/icons/menta/scalable/categories/preferences-system-symbolic.svg +share/icons/menta/scalable/categories/system-help-symbolic.svg +share/icons/menta/scalable/devices/audio-card-symbolic.svg +share/icons/menta/scalable/devices/audio-input-microphone-symbolic.svg +share/icons/menta/scalable/devices/camera-photo-symbolic.svg +share/icons/menta/scalable/devices/camera-web-symbolic.svg +share/icons/menta/scalable/devices/colorimeter-colorhug-symbolic.svg +share/icons/menta/scalable/devices/computer-apple-ipad-symbolic.svg +share/icons/menta/scalable/devices/computer-symbolic.svg +share/icons/menta/scalable/devices/display-projector-symbolic.svg +share/icons/menta/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +share/icons/menta/scalable/devices/drive-harddisk-symbolic.svg +share/icons/menta/scalable/devices/drive-harddisk-system-symbolic.svg +share/icons/menta/scalable/devices/drive-harddisk-usb-symbolic.svg +share/icons/menta/scalable/devices/drive-multidisk-symbolic.svg +share/icons/menta/scalable/devices/drive-optical-symbolic.svg +share/icons/menta/scalable/devices/drive-removable-media-symbolic.svg +share/icons/menta/scalable/devices/headphones-symbolic.svg +share/icons/menta/scalable/devices/input-dialpad-symbolic.svg +share/icons/menta/scalable/devices/input-gaming-symbolic.svg +share/icons/menta/scalable/devices/input-keyboard-symbolic.svg +share/icons/menta/scalable/devices/input-mouse-symbolic.svg +share/icons/menta/scalable/devices/input-tablet-symbolic.svg +share/icons/menta/scalable/devices/input-touchpad-symbolic.svg +share/icons/menta/scalable/devices/media-flash-symbolic.svg +share/icons/menta/scalable/devices/media-floppy-symbolic.svg +share/icons/menta/scalable/devices/media-optical-bd-symbolic.svg +share/icons/menta/scalable/devices/media-optical-cd-audio-symbolic.svg +share/icons/menta/scalable/devices/media-optical-dvd-symbolic.svg +share/icons/menta/scalable/devices/media-optical-symbolic.svg +share/icons/menta/scalable/devices/media-removable-symbolic.svg +share/icons/menta/scalable/devices/media-zip-symbolic.svg +share/icons/menta/scalable/devices/multimedia-player-apple-ipod-touch-symbolic.svg +share/icons/menta/scalable/devices/multimedia-player-symbolic.svg +share/icons/menta/scalable/devices/phone-apple-iphone-symbolic.svg +share/icons/menta/scalable/devices/phone-symbolic.svg +share/icons/menta/scalable/devices/printer-network-symbolic.svg +share/icons/menta/scalable/devices/printer-symbolic.svg +share/icons/menta/scalable/devices/scanner-symbolic.svg +share/icons/menta/scalable/devices/video-display-symbolic.svg +share/icons/menta/scalable/emblems/emblem-default-symbolic.svg +share/icons/menta/scalable/emblems/emblem-documents-symbolic.svg +share/icons/menta/scalable/emblems/emblem-favorite-symbolic.svg +share/icons/menta/scalable/emblems/emblem-important-symbolic.svg +share/icons/menta/scalable/emblems/emblem-music-symbolic.svg +share/icons/menta/scalable/emblems/emblem-ok-symbolic.svg +share/icons/menta/scalable/emblems/emblem-photos-symbolic.svg +share/icons/menta/scalable/emblems/emblem-shared-symbolic.svg +share/icons/menta/scalable/emblems/emblem-synchronizing-symbolic.svg +share/icons/menta/scalable/emblems/emblem-system-symbolic.svg +share/icons/menta/scalable/emblems/emblem-videos-symbolic.svg +share/icons/menta/scalable/emotes/face-angel-symbolic.svg +share/icons/menta/scalable/emotes/face-angry-symbolic.svg +share/icons/menta/scalable/emotes/face-confused-symbolic.svg +share/icons/menta/scalable/emotes/face-cool-symbolic.svg +share/icons/menta/scalable/emotes/face-crying-symbolic.svg +share/icons/menta/scalable/emotes/face-devilish-symbolic.svg +share/icons/menta/scalable/emotes/face-embarrassed-symbolic.svg +share/icons/menta/scalable/emotes/face-kiss-symbolic.svg +share/icons/menta/scalable/emotes/face-laugh-symbolic.svg +share/icons/menta/scalable/emotes/face-monkey-symbolic.svg +share/icons/menta/scalable/emotes/face-plain-symbolic.svg +share/icons/menta/scalable/emotes/face-raspberry-symbolic.svg +share/icons/menta/scalable/emotes/face-sad-symbolic.svg +share/icons/menta/scalable/emotes/face-shutmouth-symbolic.svg +share/icons/menta/scalable/emotes/face-sick-symbolic.svg +share/icons/menta/scalable/emotes/face-smile-big-symbolic.svg +share/icons/menta/scalable/emotes/face-smile-symbolic.svg +share/icons/menta/scalable/emotes/face-smirk-symbolic.svg +share/icons/menta/scalable/emotes/face-surprised-symbolic.svg +share/icons/menta/scalable/emotes/face-tired-symbolic.svg +share/icons/menta/scalable/emotes/face-uncertain-symbolic.svg +share/icons/menta/scalable/emotes/face-wink-symbolic.svg +share/icons/menta/scalable/emotes/face-worried-symbolic.svg +share/icons/menta/scalable/emotes/face-yawn-symbolic.svg +share/icons/menta/scalable/mimetypes/application-certificate-symbolic.svg +share/icons/menta/scalable/mimetypes/application-rss+xml-symbolic.svg +share/icons/menta/scalable/mimetypes/application-x-appliance-symbolic.svg +share/icons/menta/scalable/mimetypes/audio-x-generic-symbolic.svg +share/icons/menta/scalable/mimetypes/package-x-generic-symbolic.svg +share/icons/menta/scalable/mimetypes/text-x-generic-symbolic.svg +share/icons/menta/scalable/mimetypes/video-x-generic-symbolic.svg +share/icons/menta/scalable/mimetypes/x-office-calendar-symbolic.svg +share/icons/menta/scalable/places/folder-documents-symbolic.svg +share/icons/menta/scalable/places/folder-download-symbolic.svg +share/icons/menta/scalable/places/folder-music-symbolic.svg +share/icons/menta/scalable/places/folder-pictures-symbolic.svg +share/icons/menta/scalable/places/folder-publicshare-symbolic.svg +share/icons/menta/scalable/places/folder-remote-symbolic.svg +share/icons/menta/scalable/places/folder-saved-search-symbolic.svg +share/icons/menta/scalable/places/folder-symbolic.svg +share/icons/menta/scalable/places/folder-templates-symbolic.svg +share/icons/menta/scalable/places/folder-videos-symbolic.svg +share/icons/menta/scalable/places/network-server-symbolic.svg +share/icons/menta/scalable/places/network-workgroup-symbolic.svg +share/icons/menta/scalable/places/start-here-symbolic.svg +share/icons/menta/scalable/places/user-bookmarks-symbolic.svg +share/icons/menta/scalable/places/user-home-symbolic.svg +share/icons/menta/scalable/places/user-trash-symbolic.svg +share/icons/menta/scalable/status/alarm-symbolic.svg +share/icons/menta/scalable/status/appointment-missed-symbolic.svg +share/icons/menta/scalable/status/appointment-soon-symbolic.svg +share/icons/menta/scalable/status/audio-volume-high-symbolic.svg +share/icons/menta/scalable/status/audio-volume-low-symbolic.svg +share/icons/menta/scalable/status/audio-volume-medium-symbolic.svg +share/icons/menta/scalable/status/audio-volume-muted-symbolic.svg +share/icons/menta/scalable/status/avatar-default-symbolic.svg +share/icons/menta/scalable/status/battery-caution-charging-symbolic.svg +share/icons/menta/scalable/status/battery-caution-symbolic.svg +share/icons/menta/scalable/status/battery-empty-charging-symbolic.svg +share/icons/menta/scalable/status/battery-empty-symbolic.svg +share/icons/menta/scalable/status/battery-full-charged-symbolic.svg +share/icons/menta/scalable/status/battery-full-charging-symbolic.svg +share/icons/menta/scalable/status/battery-full-symbolic.svg +share/icons/menta/scalable/status/battery-good-charging-symbolic.svg +share/icons/menta/scalable/status/battery-good-symbolic.svg +share/icons/menta/scalable/status/battery-low-charging-symbolic.svg +share/icons/menta/scalable/status/battery-low-symbolic.svg +share/icons/menta/scalable/status/battery-missing-symbolic.svg +share/icons/menta/scalable/status/bluetooth-active-symbolic.svg +share/icons/menta/scalable/status/bluetooth-disabled-symbolic.svg +share/icons/menta/scalable/status/call-missed-symbolic.svg +share/icons/menta/scalable/status/changes-allow-symbolic.svg +share/icons/menta/scalable/status/changes-prevent-symbolic.svg +share/icons/menta/scalable/status/channel-insecure-symbolic.svg +share/icons/menta/scalable/status/channel-secure-symbolic.svg +share/icons/menta/scalable/status/computer-fail-symbolic.svg +share/icons/menta/scalable/status/dialog-error-symbolic.svg +share/icons/menta/scalable/status/dialog-information-symbolic.svg +share/icons/menta/scalable/status/dialog-password-symbolic.svg +share/icons/menta/scalable/status/dialog-question-symbolic.svg +share/icons/menta/scalable/status/dialog-warning-symbolic.svg +share/icons/menta/scalable/status/display-brightness-symbolic.svg +share/icons/menta/scalable/status/keyboard-brightness-symbolic.svg +share/icons/menta/scalable/status/mail-attachment-symbolic.svg +share/icons/menta/scalable/status/mail-read-symbolic.svg +share/icons/menta/scalable/status/mail-replied-symbolic.svg +share/icons/menta/scalable/status/mail-unread-symbolic.svg +share/icons/menta/scalable/status/media-playlist-repeat-symbolic.svg +share/icons/menta/scalable/status/media-playlist-shuffle-symbolic.svg +share/icons/menta/scalable/status/microphone-sensitivity-high-symbolic.svg +share/icons/menta/scalable/status/microphone-sensitivity-low-symbolic.svg +share/icons/menta/scalable/status/microphone-sensitivity-medium-symbolic.svg +share/icons/menta/scalable/status/microphone-sensitivity-muted-symbolic.svg +share/icons/menta/scalable/status/network-cellular-3g-symbolic.svg +share/icons/menta/scalable/status/network-cellular-4g-symbolic.svg +share/icons/menta/scalable/status/network-cellular-acquiring-symbolic.svg +share/icons/menta/scalable/status/network-cellular-connected-symbolic.svg +share/icons/menta/scalable/status/network-cellular-edge-symbolic.svg +share/icons/menta/scalable/status/network-cellular-gprs-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-excellent-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-good-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-none-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-ok-symbolic.svg +share/icons/menta/scalable/status/network-cellular-signal-weak-symbolic.svg +share/icons/menta/scalable/status/network-cellular-umts-symbolic.svg +share/icons/menta/scalable/status/network-error-symbolic.svg +share/icons/menta/scalable/status/network-idle-symbolic.svg +share/icons/menta/scalable/status/network-no-route-symbolic.svg +share/icons/menta/scalable/status/network-offline-symbolic.svg +share/icons/menta/scalable/status/network-receive-symbolic.svg +share/icons/menta/scalable/status/network-transmit-receive-symbolic.svg +share/icons/menta/scalable/status/network-transmit-symbolic.svg +share/icons/menta/scalable/status/network-vpn-acquiring-symbolic.svg +share/icons/menta/scalable/status/network-vpn-symbolic.svg +share/icons/menta/scalable/status/network-wired-acquiring-symbolic.svg +share/icons/menta/scalable/status/network-wired-disconnected-symbolic.svg +share/icons/menta/scalable/status/network-wired-symbolic.svg +share/icons/menta/scalable/status/network-wireless-acquiring-symbolic.svg +share/icons/menta/scalable/status/network-wireless-connected-symbolic.svg +share/icons/menta/scalable/status/network-wireless-encrypted-symbolic.svg +share/icons/menta/scalable/status/network-wireless-hotspot-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-excellent-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-good-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-none-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-ok-symbolic.svg +share/icons/menta/scalable/status/network-wireless-signal-weak-symbolic.svg +share/icons/menta/scalable/status/non-starred-symbolic.svg +share/icons/menta/scalable/status/printer-error-symbolic.svg +share/icons/menta/scalable/status/printer-printing-symbolic.svg +share/icons/menta/scalable/status/printer-warning-symbolic.svg +share/icons/menta/scalable/status/security-high-symbolic.svg +share/icons/menta/scalable/status/security-low-symbolic.svg +share/icons/menta/scalable/status/security-medium-symbolic.svg +share/icons/menta/scalable/status/semi-starred-rtl-symbolic.svg +share/icons/menta/scalable/status/semi-starred-symbolic.svg +share/icons/menta/scalable/status/software-update-available-symbolic.svg +share/icons/menta/scalable/status/software-update-urgent-symbolic.svg +share/icons/menta/scalable/status/starred-symbolic.svg +share/icons/menta/scalable/status/task-due-symbolic.svg +share/icons/menta/scalable/status/task-past-due-symbolic.svg +share/icons/menta/scalable/status/touchpad-disabled-symbolic.svg +share/icons/menta/scalable/status/user-available-symbolic.svg +share/icons/menta/scalable/status/user-away-symbolic.svg +share/icons/menta/scalable/status/user-busy-symbolic.svg +share/icons/menta/scalable/status/user-idle-symbolic.svg +share/icons/menta/scalable/status/user-invisible-symbolic.svg +share/icons/menta/scalable/status/user-offline-symbolic.svg +share/icons/menta/scalable/status/user-status-pending-symbolic.svg +share/icons/menta/scalable/status/user-trash-full-symbolic.svg +share/icons/menta/scalable/status/view-wrapped-symbolic.svg +share/icons/menta/scalable/status/weather-clear-night-symbolic.svg +share/icons/menta/scalable/status/weather-clear-symbolic.svg +share/icons/menta/scalable/status/weather-few-clouds-night-symbolic.svg +share/icons/menta/scalable/status/weather-few-clouds-symbolic.svg +share/icons/menta/scalable/status/weather-fog-symbolic.svg +share/icons/menta/scalable/status/weather-overcast-symbolic.svg +share/icons/menta/scalable/status/weather-severe-alert-symbolic.svg +share/icons/menta/scalable/status/weather-showers-scattered-symbolic.svg +share/icons/menta/scalable/status/weather-showers-symbolic.svg +share/icons/menta/scalable/status/weather-snow-symbolic.svg +share/icons/menta/scalable/status/weather-storm-symbolic.svg +@dirrmtry share/icons/menta/scalable/status +@dirrmtry share/icons/menta/scalable/places +@dirrmtry share/icons/menta/scalable/mimetypes +@dirrmtry share/icons/menta/scalable/emotes +@dirrmtry share/icons/menta/scalable/emblems +@dirrmtry share/icons/menta/scalable/devices +@dirrmtry share/icons/menta/scalable/categories +@dirrmtry share/icons/menta/scalable/apps +@dirrmtry share/icons/menta/scalable/actions +@dirrmtry share/icons/menta/scalable +@dirrmtry share/icons/menta/48x48/status +@dirrmtry share/icons/menta/48x48/places +@dirrmtry share/icons/menta/48x48/devices +@dirrmtry share/icons/menta/48x48/categories +@dirrmtry share/icons/menta/48x48/apps +@dirrmtry share/icons/menta/48x48/actions +@dirrmtry share/icons/menta/48x48 +@dirrmtry share/icons/menta/32x32/status +@dirrmtry share/icons/menta/32x32/places +@dirrmtry share/icons/menta/32x32/devices +@dirrmtry share/icons/menta/32x32/categories +@dirrmtry share/icons/menta/32x32/apps +@dirrmtry share/icons/menta/32x32/actions +@dirrmtry share/icons/menta/32x32 +@dirrmtry share/icons/menta/256x256/status +@dirrmtry share/icons/menta/256x256/places +@dirrmtry share/icons/menta/256x256/devices +@dirrmtry share/icons/menta/256x256/categories +@dirrmtry share/icons/menta/256x256/apps +@dirrmtry share/icons/menta/256x256/actions +@dirrmtry share/icons/menta/256x256 +@dirrmtry share/icons/menta/24x24/status +@dirrmtry share/icons/menta/24x24/places +@dirrmtry share/icons/menta/24x24/devices +@dirrmtry share/icons/menta/24x24/categories +@dirrmtry share/icons/menta/24x24/apps +@dirrmtry share/icons/menta/24x24/actions +@dirrmtry share/icons/menta/24x24 +@dirrmtry share/icons/menta/22x22/status +@dirrmtry share/icons/menta/22x22/places +@dirrmtry share/icons/menta/22x22/devices +@dirrmtry share/icons/menta/22x22/categories +@dirrmtry share/icons/menta/22x22/apps +@dirrmtry share/icons/menta/22x22/actions +@dirrmtry share/icons/menta/22x22 +@dirrmtry share/icons/menta/16x16/status +@dirrmtry share/icons/menta/16x16/places +@dirrmtry share/icons/menta/16x16/devices +@dirrmtry share/icons/menta/16x16/categories +@dirrmtry share/icons/menta/16x16/apps +@dirrmtry share/icons/menta/16x16/actions +@dirrmtry share/icons/menta/16x16 +@dirrmtry share/icons/menta +@dirrmtry share/icons/mate/scalable/status +@dirrmtry share/icons/mate/scalable/places +@dirrmtry share/icons/mate/scalable/mimetypes +@dirrmtry share/icons/mate/scalable/emotes +@dirrmtry share/icons/mate/scalable/emblems +@dirrmtry share/icons/mate/scalable/devices +@dirrmtry share/icons/mate/scalable/categories +@dirrmtry share/icons/mate/scalable/apps +@dirrmtry share/icons/mate/scalable/actions +@dirrmtry share/icons/mate/scalable +@dirrmtry share/icons/mate/8x8/emblems +@dirrmtry share/icons/mate/8x8 +@dirrmtry share/icons/mate/48x48/status +@dirrmtry share/icons/mate/48x48/places +@dirrmtry share/icons/mate/48x48/mimetypes +@dirrmtry share/icons/mate/48x48/emotes +@dirrmtry share/icons/mate/48x48/emblems +@dirrmtry share/icons/mate/48x48/devices +@dirrmtry share/icons/mate/48x48/categories +@dirrmtry share/icons/mate/48x48/apps +@dirrmtry share/icons/mate/48x48/animations +@dirrmtry share/icons/mate/48x48/actions +@dirrmtry share/icons/mate/48x48 +@dirrmtry share/icons/mate/32x32/status +@dirrmtry share/icons/mate/32x32/places +@dirrmtry share/icons/mate/32x32/mimetypes +@dirrmtry share/icons/mate/32x32/emotes +@dirrmtry share/icons/mate/32x32/emblems +@dirrmtry share/icons/mate/32x32/devices +@dirrmtry share/icons/mate/32x32/categories +@dirrmtry share/icons/mate/32x32/apps +@dirrmtry share/icons/mate/32x32/animations +@dirrmtry share/icons/mate/32x32/actions +@dirrmtry share/icons/mate/32x32 +@dirrmtry share/icons/mate/256x256/status +@dirrmtry share/icons/mate/256x256/places +@dirrmtry share/icons/mate/256x256/mimetypes +@dirrmtry share/icons/mate/256x256/emotes +@dirrmtry share/icons/mate/256x256/emblems +@dirrmtry share/icons/mate/256x256/devices +@dirrmtry share/icons/mate/256x256/categories +@dirrmtry share/icons/mate/256x256/apps +@dirrmtry share/icons/mate/256x256/actions +@dirrmtry share/icons/mate/256x256 +@dirrmtry share/icons/mate/24x24/status +@dirrmtry share/icons/mate/24x24/places +@dirrmtry share/icons/mate/24x24/mimetypes +@dirrmtry share/icons/mate/24x24/emotes +@dirrmtry share/icons/mate/24x24/emblems +@dirrmtry share/icons/mate/24x24/devices +@dirrmtry share/icons/mate/24x24/categories +@dirrmtry share/icons/mate/24x24/apps +@dirrmtry share/icons/mate/24x24/actions +@dirrmtry share/icons/mate/24x24 +@dirrmtry share/icons/mate/22x22/status +@dirrmtry share/icons/mate/22x22/places +@dirrmtry share/icons/mate/22x22/mimetypes +@dirrmtry share/icons/mate/22x22/emotes +@dirrmtry share/icons/mate/22x22/emblems +@dirrmtry share/icons/mate/22x22/devices +@dirrmtry share/icons/mate/22x22/categories +@dirrmtry share/icons/mate/22x22/apps +@dirrmtry share/icons/mate/22x22/animations +@dirrmtry share/icons/mate/22x22/actions +@dirrmtry share/icons/mate/22x22 +@dirrmtry share/icons/mate/16x16/status +@dirrmtry share/icons/mate/16x16/places +@dirrmtry share/icons/mate/16x16/mimetypes +@dirrmtry share/icons/mate/16x16/emotes +@dirrmtry share/icons/mate/16x16/emblems +@dirrmtry share/icons/mate/16x16/devices +@dirrmtry share/icons/mate/16x16/categories +@dirrmtry share/icons/mate/16x16/apps +@dirrmtry share/icons/mate/16x16/animations +@dirrmtry share/icons/mate/16x16/actions +@dirrmtry share/icons/mate/16x16 +@dirrmtry share/icons/mate +@dirrmtry share/icons diff --git a/x11-themes/mate-themes/Makefile b/x11-themes/mate-themes/Makefile new file mode 100644 index 000000000000..c8afccf1ba38 --- /dev/null +++ b/x11-themes/mate-themes/Makefile @@ -0,0 +1,29 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-themes +PORTVERSION= 1.6.1 +CATEGORIES= x11-themes mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Collection of themes and icons for MATE + +BUILD_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \ + icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils +RUN_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \ + gtk-murrine-engine>=0.98:${PORTSDIR}/x11-themes/gtk-murrine-engine + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= marco +USE_GNOME= gdkpixbuf2 gtk20 intlhack +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include <bsd.port.mk> diff --git a/x11-themes/mate-themes/distinfo b/x11-themes/mate-themes/distinfo new file mode 100644 index 000000000000..332d25412115 --- /dev/null +++ b/x11-themes/mate-themes/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-themes-1.6.1.tar.xz) = d7d5c6c530f125ba63b78bba130bb9e05b9303d4e1090b96fd3703c9e99ea252 +SIZE (mate/mate-themes-1.6.1.tar.xz) = 2692780 diff --git a/x11-themes/mate-themes/files/patch-common_mkiconlinks.sh b/x11-themes/mate-themes/files/patch-common_mkiconlinks.sh new file mode 100644 index 000000000000..bc7e26a01746 --- /dev/null +++ b/x11-themes/mate-themes/files/patch-common_mkiconlinks.sh @@ -0,0 +1,11 @@ +--- 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/mate-themes/pkg-descr b/x11-themes/mate-themes/pkg-descr new file mode 100644 index 000000000000..d50bb0378ea1 --- /dev/null +++ b/x11-themes/mate-themes/pkg-descr @@ -0,0 +1,4 @@ +A collection of themes for mate-window-manager (marco) and Gtk, and some +basic icon sets. + +WWW: http://mate-desktop.org/ diff --git a/x11-themes/mate-themes/pkg-plist b/x11-themes/mate-themes/pkg-plist new file mode 100644 index 000000000000..4662ef05da2f --- /dev/null +++ b/x11-themes/mate-themes/pkg-plist @@ -0,0 +1,3969 @@ +share/icons/ContrastHigh-SVG/48x48/animations/gnome-spinner-rest.png +share/icons/ContrastHigh-SVG/48x48/animations/gnome-spinner.png +share/icons/ContrastHigh-SVG/48x48/animations/process-idle.png +share/icons/ContrastHigh-SVG/48x48/animations/process-working.png +share/icons/ContrastHigh-SVG/index.theme +share/icons/ContrastHigh-SVG/scalable/actions/add.svg +share/icons/ContrastHigh-SVG/scalable/actions/application-exit.svg +share/icons/ContrastHigh-SVG/scalable/actions/back.svg +share/icons/ContrastHigh-SVG/scalable/actions/bookmark-view.svg +share/icons/ContrastHigh-SVG/scalable/actions/bottom.svg +share/icons/ContrastHigh-SVG/scalable/actions/button_cancel.svg +share/icons/ContrastHigh-SVG/scalable/actions/cancel.svg +share/icons/ContrastHigh-SVG/scalable/actions/centrejust.svg +share/icons/ContrastHigh-SVG/scalable/actions/contact-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/dialog-cancel.svg +share/icons/ContrastHigh-SVG/scalable/actions/dialog-close.svg +share/icons/ContrastHigh-SVG/scalable/actions/dialog-ok.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-open-recent.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-open.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-print-preview.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-print.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-properties.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-revert.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-save-as.svg +share/icons/ContrastHigh-SVG/scalable/actions/document-save.svg +share/icons/ContrastHigh-SVG/scalable/actions/down.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-clear.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-copy.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-cut.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-delete.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-find-replace.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-find.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-paste.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-redo.svg +share/icons/ContrastHigh-SVG/scalable/actions/edit-undo.svg +share/icons/ContrastHigh-SVG/scalable/actions/editclear.svg +share/icons/ContrastHigh-SVG/scalable/actions/editcopy.svg +share/icons/ContrastHigh-SVG/scalable/actions/editcut.svg +share/icons/ContrastHigh-SVG/scalable/actions/editdelete.svg +share/icons/ContrastHigh-SVG/scalable/actions/editpaste.svg +share/icons/ContrastHigh-SVG/scalable/actions/exit.svg +share/icons/ContrastHigh-SVG/scalable/actions/filefind.svg +share/icons/ContrastHigh-SVG/scalable/actions/filenew.svg +share/icons/ContrastHigh-SVG/scalable/actions/fileopen.svg +share/icons/ContrastHigh-SVG/scalable/actions/fileprint.svg +share/icons/ContrastHigh-SVG/scalable/actions/filequickprint.svg +share/icons/ContrastHigh-SVG/scalable/actions/filesave.svg +share/icons/ContrastHigh-SVG/scalable/actions/filesaveas.svg +share/icons/ContrastHigh-SVG/scalable/actions/find.svg +share/icons/ContrastHigh-SVG/scalable/actions/finish.svg +share/icons/ContrastHigh-SVG/scalable/actions/folder-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/folder_new.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-indent-less.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-indent-more.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-justify-center.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-justify-fill.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-justify-left.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-justify-right.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-text-bold.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-text-italic.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-text-strikethrough.svg +share/icons/ContrastHigh-SVG/scalable/actions/format-text-underline.svg +share/icons/ContrastHigh-SVG/scalable/actions/forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-lockscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-logout.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-run.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-searchtool.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-shutdown.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-mail-fwd.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-mail-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-mail-rpl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-text-indent.svg +share/icons/ContrastHigh-SVG/scalable/actions/gnome-stock-text-unindent.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-bottom.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-down.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-first.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-home.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-jump.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-last.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-next.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-previous.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-top.svg +share/icons/ContrastHigh-SVG/scalable/actions/go-up.svg +share/icons/ContrastHigh-SVG/scalable/actions/gohome.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-about.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-add.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-bold.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-cancel.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-clear.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-close.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-copy.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-cut.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-delete.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-execute.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-find-and-replace.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-find.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-back-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-back-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-down.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-forward-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-forward-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-go-up.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-bottom.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-first-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-first-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-last-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-last-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-goto-top.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-help.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-home.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-indent-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-indent-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-italic.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-jump-to-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-jump-to-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-justify-center.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-justify-fill.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-justify-left.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-justify-right.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-leave-fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-forward-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-forward-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-next-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-next-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-pause.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-play-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-previous-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-previous-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-record.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-rewind-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-rewind-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-media-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-open.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-paste.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-print-preview.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-print.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-properties.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-quit.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-redo-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-refresh.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-remove.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-revert-to-saved-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-revert-to-saved-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-save-as.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-save.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-sort-ascending.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-sort-descending.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-spell-check.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-strikethrough.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-underline.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-undo-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-unindent-ltr.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-unindent-rtl.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-zoom-100.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-zoom-fit.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-zoom-in.svg +share/icons/ContrastHigh-SVG/scalable/actions/gtk-zoom-out.svg +share/icons/ContrastHigh-SVG/scalable/actions/help-about.svg +share/icons/ContrastHigh-SVG/scalable/actions/help-contents.svg +share/icons/ContrastHigh-SVG/scalable/actions/help-faq.svg +share/icons/ContrastHigh-SVG/scalable/actions/help.svg +share/icons/ContrastHigh-SVG/scalable/actions/history-view.svg +share/icons/ContrastHigh-SVG/scalable/actions/insert-image.svg +share/icons/ContrastHigh-SVG/scalable/actions/insert-object.svg +share/icons/ContrastHigh-SVG/scalable/actions/insert-text.svg +share/icons/ContrastHigh-SVG/scalable/actions/kfind.svg +share/icons/ContrastHigh-SVG/scalable/actions/kfm_home.svg +share/icons/ContrastHigh-SVG/scalable/actions/leftjust.svg +share/icons/ContrastHigh-SVG/scalable/actions/list-add.svg +share/icons/ContrastHigh-SVG/scalable/actions/list-remove.svg +share/icons/ContrastHigh-SVG/scalable/actions/lock.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-mark-important.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-mark-read.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-mark-unread.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-message-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-reply-all.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-reply-sender.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail-send-receive.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail_forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail_new.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail_reply.svg +share/icons/ContrastHigh-SVG/scalable/actions/mail_replyall.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-eject.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-playback-pause.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-playback-start.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-playback-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-record.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-seek-backward.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-seek-forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-skip-backward.svg +share/icons/ContrastHigh-SVG/scalable/actions/media-skip-forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/next.svg +share/icons/ContrastHigh-SVG/scalable/actions/object-flip-horizontal.svg +share/icons/ContrastHigh-SVG/scalable/actions/object-flip-vertical.svg +share/icons/ContrastHigh-SVG/scalable/actions/object-rotate-left.svg +share/icons/ContrastHigh-SVG/scalable/actions/object-rotate-right.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_eject.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_end.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_fwd.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_pause.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_play.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_record.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_rew.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_start.svg +share/icons/ContrastHigh-SVG/scalable/actions/player_stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/previous.svg +share/icons/ContrastHigh-SVG/scalable/actions/process-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/redhat-home.svg +share/icons/ContrastHigh-SVG/scalable/actions/redo.svg +share/icons/ContrastHigh-SVG/scalable/actions/reload.svg +share/icons/ContrastHigh-SVG/scalable/actions/reload3.svg +share/icons/ContrastHigh-SVG/scalable/actions/reload_all_tabs.svg +share/icons/ContrastHigh-SVG/scalable/actions/reload_page.svg +share/icons/ContrastHigh-SVG/scalable/actions/remove.svg +share/icons/ContrastHigh-SVG/scalable/actions/revert.svg +share/icons/ContrastHigh-SVG/scalable/actions/rightjust.svg +share/icons/ContrastHigh-SVG/scalable/actions/search.svg +share/icons/ContrastHigh-SVG/scalable/actions/start.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_about.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_bottom.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_close.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_copy.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_cut.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_delete.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_down.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_file-properites.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_first.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_help.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_home.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_last.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_leave-fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_left.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-compose.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-forward.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-reply-to-all.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-reply.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_mail-send-receive.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-fwd.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-next.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-pause.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-play.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-prev.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-rec.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-rew.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_media-stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_new-bcard.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_new-dir.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_new-text.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_new-window.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_paste.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_print-preview.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_print.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_properties.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_redo.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_refresh.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_right.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_save-as.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_save.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_search-and-replace.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_search.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_spellcheck.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text-strikethrough.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_bold.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_center.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_indent.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_italic.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_justify.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_left.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_right.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_underlined.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_text_unindent.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_top.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_undo.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_up.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_zoom-1.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_zoom-in.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_zoom-out.svg +share/icons/ContrastHigh-SVG/scalable/actions/stock_zoom-page.svg +share/icons/ContrastHigh-SVG/scalable/actions/stop.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-lock-screen.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-log-out.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-run.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-search.svg +share/icons/ContrastHigh-SVG/scalable/actions/system-shutdown.svg +share/icons/ContrastHigh-SVG/scalable/actions/text_bold.svg +share/icons/ContrastHigh-SVG/scalable/actions/text_italic.svg +share/icons/ContrastHigh-SVG/scalable/actions/text_strike.svg +share/icons/ContrastHigh-SVG/scalable/actions/text_under.svg +share/icons/ContrastHigh-SVG/scalable/actions/tool-check-spelling.svg +share/icons/ContrastHigh-SVG/scalable/actions/tools-check-spelling.svg +share/icons/ContrastHigh-SVG/scalable/actions/top.svg +share/icons/ContrastHigh-SVG/scalable/actions/undo.svg +share/icons/ContrastHigh-SVG/scalable/actions/up.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-refresh.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-restore.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-sort-ascending.svg +share/icons/ContrastHigh-SVG/scalable/actions/view-sort-descending.svg +share/icons/ContrastHigh-SVG/scalable/actions/viewmag+.svg +share/icons/ContrastHigh-SVG/scalable/actions/viewmag-.svg +share/icons/ContrastHigh-SVG/scalable/actions/viewmag1.svg +share/icons/ContrastHigh-SVG/scalable/actions/viewmagfit.svg +share/icons/ContrastHigh-SVG/scalable/actions/window-close.svg +share/icons/ContrastHigh-SVG/scalable/actions/window-new.svg +share/icons/ContrastHigh-SVG/scalable/actions/window_fullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/window_new.svg +share/icons/ContrastHigh-SVG/scalable/actions/window_nofullscreen.svg +share/icons/ContrastHigh-SVG/scalable/actions/xfce-system-exit.svg +share/icons/ContrastHigh-SVG/scalable/actions/xfce-system-lock.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-best-fit.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-fit-best.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-in.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-original.svg +share/icons/ContrastHigh-SVG/scalable/actions/zoom-out.svg +share/icons/ContrastHigh-SVG/scalable/apps/access.svg +share/icons/ContrastHigh-SVG/scalable/apps/accessibility-directory.svg +share/icons/ContrastHigh-SVG/scalable/apps/accessories-calculator.svg +share/icons/ContrastHigh-SVG/scalable/apps/accessories-character-map.svg +share/icons/ContrastHigh-SVG/scalable/apps/accessories-text-editor.svg +share/icons/ContrastHigh-SVG/scalable/apps/arts.svg +share/icons/ContrastHigh-SVG/scalable/apps/brasero.svg +share/icons/ContrastHigh-SVG/scalable/apps/bug-buddy.svg +share/icons/ContrastHigh-SVG/scalable/apps/calc.svg +share/icons/ContrastHigh-SVG/scalable/apps/config-language.svg +share/icons/ContrastHigh-SVG/scalable/apps/file-manager.svg +share/icons/ContrastHigh-SVG/scalable/apps/firefox-icon.svg +share/icons/ContrastHigh-SVG/scalable/apps/fonts.svg +share/icons/ContrastHigh-SVG/scalable/apps/glchess.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-calculator.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-character-map.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-help.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-mixer.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-monitor.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-settings-accessibility-technologies.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-settings-font.svg +share/icons/ContrastHigh-SVG/scalable/apps/gnome-terminal.svg +share/icons/ContrastHigh-SVG/scalable/apps/gucharmap.svg +share/icons/ContrastHigh-SVG/scalable/apps/help-browser.svg +share/icons/ContrastHigh-SVG/scalable/apps/internet-group-chat.svg +share/icons/ContrastHigh-SVG/scalable/apps/internet-mail.svg +share/icons/ContrastHigh-SVG/scalable/apps/internet-news-reader.svg +share/icons/ContrastHigh-SVG/scalable/apps/internet-web-browser.svg +share/icons/ContrastHigh-SVG/scalable/apps/kcalc.svg +share/icons/ContrastHigh-SVG/scalable/apps/kcharselect.svg +share/icons/ContrastHigh-SVG/scalable/apps/kcmsound.svg +share/icons/ContrastHigh-SVG/scalable/apps/kedit.svg +share/icons/ContrastHigh-SVG/scalable/apps/kfm.svg +share/icons/ContrastHigh-SVG/scalable/apps/khelpcenter.svg +share/icons/ContrastHigh-SVG/scalable/apps/konsole.svg +share/icons/ContrastHigh-SVG/scalable/apps/kscreensaver.svg +share/icons/ContrastHigh-SVG/scalable/apps/ksysguard.svg +share/icons/ContrastHigh-SVG/scalable/apps/locale.svg +share/icons/ContrastHigh-SVG/scalable/apps/multimedia-volume-control.svg +share/icons/ContrastHigh-SVG/scalable/apps/multimedia.svg +share/icons/ContrastHigh-SVG/scalable/apps/openterm.svg +share/icons/ContrastHigh-SVG/scalable/apps/orca.svg +share/icons/ContrastHigh-SVG/scalable/apps/pidgin.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-desktop-accessibility.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-desktop-font.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-desktop-locale.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-desktop-screensaver.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-system-network-proxy.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-system-session.svg +share/icons/ContrastHigh-SVG/scalable/apps/preferences-system-windows.svg +share/icons/ContrastHigh-SVG/scalable/apps/redhat-filemanager.svg +share/icons/ContrastHigh-SVG/scalable/apps/rhythmbox.svg +share/icons/ContrastHigh-SVG/scalable/apps/screensaver.svg +share/icons/ContrastHigh-SVG/scalable/apps/sound-juicer.svg +share/icons/ContrastHigh-SVG/scalable/apps/susehelpcenter.svg +share/icons/ContrastHigh-SVG/scalable/apps/system-file-manager.svg +share/icons/ContrastHigh-SVG/scalable/apps/terminal.svg +share/icons/ContrastHigh-SVG/scalable/apps/text-editor.svg +share/icons/ContrastHigh-SVG/scalable/apps/thunderbird-icon.svg +share/icons/ContrastHigh-SVG/scalable/apps/tomboy.svg +share/icons/ContrastHigh-SVG/scalable/apps/totem.svg +share/icons/ContrastHigh-SVG/scalable/apps/utilities-system-monitor.svg +share/icons/ContrastHigh-SVG/scalable/apps/utilities-terminal.svg +share/icons/ContrastHigh-SVG/scalable/apps/volume-knob.svg +share/icons/ContrastHigh-SVG/scalable/apps/xfce-filemanager.svg +share/icons/ContrastHigh-SVG/scalable/apps/xfce-terminal.svg +share/icons/ContrastHigh-SVG/scalable/apps/xfce4-mixer.svg +share/icons/ContrastHigh-SVG/scalable/apps/xscreensaver.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-accessories.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-development.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-games.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-internet.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-multimedia.svg +share/icons/ContrastHigh-SVG/scalable/categories/applications-system.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-control-center.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-devel.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-globe.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-joystick.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-multimedia.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-system.svg +share/icons/ContrastHigh-SVG/scalable/categories/gnome-util.svg +share/icons/ContrastHigh-SVG/scalable/categories/gtk-preferences.svg +share/icons/ContrastHigh-SVG/scalable/categories/input_devices_settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/kcontrol.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_development.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_games.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_multimedia.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_network.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_system.svg +share/icons/ContrastHigh-SVG/scalable/categories/package_utilities.svg +share/icons/ContrastHigh-SVG/scalable/categories/preferences-desktop-peripherals.svg +share/icons/ContrastHigh-SVG/scalable/categories/preferences-desktop.svg +share/icons/ContrastHigh-SVG/scalable/categories/preferences-system.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-accessories.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-games.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-internet.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-preferences.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-programming.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-sound_video.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-system_settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/redhat-system_tools.svg +share/icons/ContrastHigh-SVG/scalable/categories/stock_internet.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-games.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-graphics.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-internet.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-multimedia.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-system-settings.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce-utils.svg +share/icons/ContrastHigh-SVG/scalable/categories/xfce4-settings.svg +share/icons/ContrastHigh-SVG/scalable/devices/3floppy_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/audio-input-microphone.svg +share/icons/ContrastHigh-SVG/scalable/devices/battery.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera-photo.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera-video.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera-web.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera.svg +share/icons/ContrastHigh-SVG/scalable/devices/camera_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/cdrom_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/cdwriter_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/chardevice.svg +share/icons/ContrastHigh-SVG/scalable/devices/computer.svg +share/icons/ContrastHigh-SVG/scalable/devices/display.svg +share/icons/ContrastHigh-SVG/scalable/devices/drive-cdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/drive-harddisk.svg +share/icons/ContrastHigh-SVG/scalable/devices/drive-optical.svg +share/icons/ContrastHigh-SVG/scalable/devices/drive-removable-media.svg +share/icons/ContrastHigh-SVG/scalable/devices/dvd_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-battery.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-cdrom-audio.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-cdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-computer.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-cdr.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-cdrw.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdr-plus.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdr.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdram.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-disc-dvdrw.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-dvd.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-ethernet.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-floppy.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-harddisk-1394.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-harddisk-usb.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-harddisk.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-ipod.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-keyboard.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-media-cf.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-media-ms.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-media-sdmmc.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-media-sm.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-mouse-ball.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-mouse-optical.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-printer.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-removable-1394.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-removable-usb.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-removable.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-dev-wavelan.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-fs-client.svg +share/icons/ContrastHigh-SVG/scalable/devices/gnome-stock-mic.svg +share/icons/ContrastHigh-SVG/scalable/devices/gtk-cdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/gtk-floppy.svg +share/icons/ContrastHigh-SVG/scalable/devices/gtk-harddisk.svg +share/icons/ContrastHigh-SVG/scalable/devices/harddrive.svg +share/icons/ContrastHigh-SVG/scalable/devices/hdd_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/input-keyboard.svg +share/icons/ContrastHigh-SVG/scalable/devices/input-mouse.svg +share/icons/ContrastHigh-SVG/scalable/devices/input-tablet.svg +share/icons/ContrastHigh-SVG/scalable/devices/ipod_mount.svg +share/icons/ContrastHigh-SVG/scalable/devices/keyboard.svg +share/icons/ContrastHigh-SVG/scalable/devices/kjobviewer.svg +share/icons/ContrastHigh-SVG/scalable/devices/kxkb.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-cdrom.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-flash.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-floppy.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-optical.svg +share/icons/ContrastHigh-SVG/scalable/devices/media-tape.svg +share/icons/ContrastHigh-SVG/scalable/devices/mouse.svg +share/icons/ContrastHigh-SVG/scalable/devices/multimedia-player.svg +share/icons/ContrastHigh-SVG/scalable/devices/network-wired.svg +share/icons/ContrastHigh-SVG/scalable/devices/network-wireless.svg +share/icons/ContrastHigh-SVG/scalable/devices/pda.svg +share/icons/ContrastHigh-SVG/scalable/devices/phone.svg +share/icons/ContrastHigh-SVG/scalable/devices/printer-remote.svg +share/icons/ContrastHigh-SVG/scalable/devices/printer.svg +share/icons/ContrastHigh-SVG/scalable/devices/printer1.svg +share/icons/ContrastHigh-SVG/scalable/devices/printmgr.svg +share/icons/ContrastHigh-SVG/scalable/devices/scanner.svg +share/icons/ContrastHigh-SVG/scalable/devices/stock_cell-phone.svg +share/icons/ContrastHigh-SVG/scalable/devices/stock_mic.svg +share/icons/ContrastHigh-SVG/scalable/devices/stock_printers.svg +share/icons/ContrastHigh-SVG/scalable/devices/system-floppy.svg +share/icons/ContrastHigh-SVG/scalable/devices/system.svg +share/icons/ContrastHigh-SVG/scalable/devices/usbpendrive_unmount.svg +share/icons/ContrastHigh-SVG/scalable/devices/video-display.svg +share/icons/ContrastHigh-SVG/scalable/devices/xfce-printer.svg +share/icons/ContrastHigh-SVG/scalable/devices/xfce4-display.svg +share/icons/ContrastHigh-SVG/scalable/devices/xfce4-keyboard.svg +share/icons/ContrastHigh-SVG/scalable/devices/xfce4-mouse.svg +share/icons/ContrastHigh-SVG/scalable/devices/yast_HD.svg +share/icons/ContrastHigh-SVG/scalable/devices/yast_idetude.svg +share/icons/ContrastHigh-SVG/scalable/devices/yast_mouse.svg +share/icons/ContrastHigh-SVG/scalable/devices/yast_printer.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-default.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-documents.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-downloads.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-favorite.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-important.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-mail.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-noread.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-nowrite.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-photos.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-readonly.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-symbolic-link.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-system.svg +share/icons/ContrastHigh-SVG/scalable/emblems/emblem-unreadable.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-cool.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-plain.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-sad.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-smile-big.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-smile.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-surprise.svg +share/icons/ContrastHigh-SVG/scalable/emotes/face-wink.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-1.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-15.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-2.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-3.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-4.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-5.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-6.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-7.svg +share/icons/ContrastHigh-SVG/scalable/emotes/stock_smiley-8.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.ms-excel.sheet.macroEnabled.12.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.ms-word.document.macroEnabled.12.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/application-x-executable.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/ascii.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/audio-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/binary.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/contents2.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/document.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/empty.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/exec.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font_bitmap.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font_truetype.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/font_type1.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-fs-executable.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-fs-regular.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-magicpoint.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-msword.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-ogg.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-pdf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-postscript.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-rtf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-excel.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.ms-powerpoint.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text-web.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.rn-realmedia.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.calc.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.impress.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.stardivision.writer.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.calc.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.impress.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-vnd.sun.xml.writer.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-wordperfect.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-abiword.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-applix-spreadsheet.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-applix-word.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-dvi.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-executable.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-afm.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-bdf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-linux-psf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-pcf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-sunos-news.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-font-ttf.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-gnumeric.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-gzpostscript.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-killustrator.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-kpresenter.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-kspread.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-kword.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-ms-dos-executable.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-perl.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-php.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-python-bytecode.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-scribus.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-shellscript.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-shockwave-flash.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-x-tex.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-application-xhtml+xml.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-audio.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-image.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-html.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-vnd.wap.wml.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-csh.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-python.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-sh.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-vcalendar.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-vcard.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text-x-zsh.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-text.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-video.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gnome-mime-x-font-afm.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/gtk-file.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/html.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/image-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/image.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/kpresenter_kpr.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/mime_ascii.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/misc.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/package_editors.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/package_wordprocessing.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/plan.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/shellscript.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/sound.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/spreadsheet.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/stock_addressbook.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/stock_calendar.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/stock_script.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/template_source.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-html.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-x-generic-template.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-x-preview.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/text-x-script.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/txt.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/txt2.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/unknown.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/vcalendar.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/vcard.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/video-x-generic.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/video.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/wordprocessing.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/www.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-address-book.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-calendar.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-document.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-presentation.svg +share/icons/ContrastHigh-SVG/scalable/mimetypes/x-office-spreadsheet.svg +share/icons/ContrastHigh-SVG/scalable/places/desktop.svg +share/icons/ContrastHigh-SVG/scalable/places/distributor-logo.svg +share/icons/ContrastHigh-SVG/scalable/places/emptytrash.svg +share/icons/ContrastHigh-SVG/scalable/places/folder-remote.svg +share/icons/ContrastHigh-SVG/scalable/places/folder.svg +share/icons/ContrastHigh-SVG/scalable/places/folder_home.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-desktop.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-directory.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-ftp.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-home.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-network.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-nfs.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-server.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-share.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-smb.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-ssh.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-fs-trash-empty.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-main-menu.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-mime-x-directory-nfs-server.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-mime-x-directory-smb-server.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-mime-x-directory-smb-share.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-mime-x-directory-smb-workgroup.svg +share/icons/ContrastHigh-SVG/scalable/places/gnome-stock-trash.svg +share/icons/ContrastHigh-SVG/scalable/places/gtk-directory.svg +share/icons/ContrastHigh-SVG/scalable/places/gtk-network.svg +share/icons/ContrastHigh-SVG/scalable/places/inode-directory.svg +share/icons/ContrastHigh-SVG/scalable/places/library-internet-radio.svg +share/icons/ContrastHigh-SVG/scalable/places/library-podcast.svg +share/icons/ContrastHigh-SVG/scalable/places/network-server.svg +share/icons/ContrastHigh-SVG/scalable/places/network-workgroup.svg +share/icons/ContrastHigh-SVG/scalable/places/network.svg +share/icons/ContrastHigh-SVG/scalable/places/network_local.svg +share/icons/ContrastHigh-SVG/scalable/places/novell-button.svg +share/icons/ContrastHigh-SVG/scalable/places/playlist-automatic.svg +share/icons/ContrastHigh-SVG/scalable/places/playlist.svg +share/icons/ContrastHigh-SVG/scalable/places/redhat-network-server.svg +share/icons/ContrastHigh-SVG/scalable/places/server.svg +share/icons/ContrastHigh-SVG/scalable/places/start-here.svg +share/icons/ContrastHigh-SVG/scalable/places/stock_folder.svg +share/icons/ContrastHigh-SVG/scalable/places/trashcan_empty.svg +share/icons/ContrastHigh-SVG/scalable/places/user-bookmarks.svg +share/icons/ContrastHigh-SVG/scalable/places/user-desktop.svg +share/icons/ContrastHigh-SVG/scalable/places/user-home.svg +share/icons/ContrastHigh-SVG/scalable/places/user-trash.svg +share/icons/ContrastHigh-SVG/scalable/places/xfce-trash_empty.svg +share/icons/ContrastHigh-SVG/scalable/status/audio-volume-high.svg +share/icons/ContrastHigh-SVG/scalable/status/audio-volume-low.svg +share/icons/ContrastHigh-SVG/scalable/status/audio-volume-medium.svg +share/icons/ContrastHigh-SVG/scalable/status/audio-volume-muted.svg +share/icons/ContrastHigh-SVG/scalable/status/battery-caution.svg +share/icons/ContrastHigh-SVG/scalable/status/battery-low.svg +share/icons/ContrastHigh-SVG/scalable/status/connect_no.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-error.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-information.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-password.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-question.svg +share/icons/ContrastHigh-SVG/scalable/status/dialog-warning.svg +share/icons/ContrastHigh-SVG/scalable/status/edittrash.svg +share/icons/ContrastHigh-SVG/scalable/status/error.svg +share/icons/ContrastHigh-SVG/scalable/status/folder-drag-accept.svg +share/icons/ContrastHigh-SVG/scalable/status/folder-open.svg +share/icons/ContrastHigh-SVG/scalable/status/folder-visiting.svg +share/icons/ContrastHigh-SVG/scalable/status/folder_open.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-fs-directory-accept.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-fs-directory-visiting.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-fs-trash-full.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-netstatus-disconn.svg +share/icons/ContrastHigh-SVG/scalable/status/gnome-stock-trash-full.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-authentication.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-error.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-info.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-question.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-dialog-warning.svg +share/icons/ContrastHigh-SVG/scalable/status/gtk-missing-image.svg +share/icons/ContrastHigh-SVG/scalable/status/image-missing.svg +share/icons/ContrastHigh-SVG/scalable/status/important.svg +share/icons/ContrastHigh-SVG/scalable/status/info.svg +share/icons/ContrastHigh-SVG/scalable/status/mail-attachment.svg +share/icons/ContrastHigh-SVG/scalable/status/media-playlist-repeat.svg +share/icons/ContrastHigh-SVG/scalable/status/media-playlist-shuffle.svg +share/icons/ContrastHigh-SVG/scalable/status/messagebox_critical.svg +share/icons/ContrastHigh-SVG/scalable/status/messagebox_info.svg +share/icons/ContrastHigh-SVG/scalable/status/messagebox_warning.svg +share/icons/ContrastHigh-SVG/scalable/status/network-offline.svg +share/icons/ContrastHigh-SVG/scalable/status/network-online.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-no-connection.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-signal-100.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-signal-25.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-signal-50.svg +share/icons/ContrastHigh-SVG/scalable/status/nm-signal-75.svg +share/icons/ContrastHigh-SVG/scalable/status/printer-printing.svg +share/icons/ContrastHigh-SVG/scalable/status/software-update-available.svg +share/icons/ContrastHigh-SVG/scalable/status/software-update-urgent.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_attach.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_dialog-error.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_dialog-info.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_dialog-question.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_dialog-warning.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_open.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_repeat.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_shuffle.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_trash_full.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-0.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-max.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-med.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-min.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume-mute.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_volume.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-cloudy.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-few-clouds.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-fog.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-night-clear.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-night-few-clouds.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-showers.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-snow.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-storm.svg +share/icons/ContrastHigh-SVG/scalable/status/stock_weather-sunny.svg +share/icons/ContrastHigh-SVG/scalable/status/sunny.svg +share/icons/ContrastHigh-SVG/scalable/status/trashcan_full.svg +share/icons/ContrastHigh-SVG/scalable/status/user-trash-full.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-clear-night.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-clear.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-few-clouds-night.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-few-clouds.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-fog.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-overcast.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-showers-scattered.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-showers.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-snow.svg +share/icons/ContrastHigh-SVG/scalable/status/weather-storm.svg +share/icons/ContrastHigh-SVG/scalable/status/xfce-trash_full.svg +share/icons/ContrastHigh/index.theme +share/icons/ContrastHighInverse/index.theme +share/icons/ContrastHighLargePrint/36x36/animations/gnome-spinner-rest.png +share/icons/ContrastHighLargePrint/36x36/animations/gnome-spinner.png +share/icons/ContrastHighLargePrint/36x36/animations/process-idle.png +share/icons/ContrastHighLargePrint/36x36/animations/process-working.png +share/icons/ContrastHighLargePrint/48x48/actions/exit.png +share/icons/ContrastHighLargePrint/48x48/actions/gnome-logout.png +share/icons/ContrastHighLargePrint/48x48/actions/gnome-run.png +share/icons/ContrastHighLargePrint/48x48/actions/gnome-searchtool.png +share/icons/ContrastHighLargePrint/48x48/actions/gnome-shutdown.png +share/icons/ContrastHighLargePrint/48x48/actions/go-home.png +share/icons/ContrastHighLargePrint/48x48/actions/gohome.png +share/icons/ContrastHighLargePrint/48x48/actions/gtk-execute.png +share/icons/ContrastHighLargePrint/48x48/actions/gtk-home.png +share/icons/ContrastHighLargePrint/48x48/actions/gtk-media-pause.png +share/icons/ContrastHighLargePrint/48x48/actions/gtk-refresh.png +share/icons/ContrastHighLargePrint/48x48/actions/kfind.png +share/icons/ContrastHighLargePrint/48x48/actions/kfm_home.png +share/icons/ContrastHighLargePrint/48x48/actions/media-playback-pause.png +share/icons/ContrastHighLargePrint/48x48/actions/player_pause.png +share/icons/ContrastHighLargePrint/48x48/actions/redhat-home.png +share/icons/ContrastHighLargePrint/48x48/actions/reload.png +share/icons/ContrastHighLargePrint/48x48/actions/reload3.png +share/icons/ContrastHighLargePrint/48x48/actions/reload_all_tabs.png +share/icons/ContrastHighLargePrint/48x48/actions/reload_page.png +share/icons/ContrastHighLargePrint/48x48/actions/search.png +share/icons/ContrastHighLargePrint/48x48/actions/stock_home.png +share/icons/ContrastHighLargePrint/48x48/actions/stock_media-pause.png +share/icons/ContrastHighLargePrint/48x48/actions/stock_new-tab.png +share/icons/ContrastHighLargePrint/48x48/actions/stock_refresh.png +share/icons/ContrastHighLargePrint/48x48/actions/system-log-out.png +share/icons/ContrastHighLargePrint/48x48/actions/system-run.png +share/icons/ContrastHighLargePrint/48x48/actions/system-search.png +share/icons/ContrastHighLargePrint/48x48/actions/system-shutdown.png +share/icons/ContrastHighLargePrint/48x48/actions/view-refresh.png +share/icons/ContrastHighLargePrint/48x48/apps/access.png +share/icons/ContrastHighLargePrint/48x48/apps/accessibility-directory.png +share/icons/ContrastHighLargePrint/48x48/apps/accessories-calculator.png +share/icons/ContrastHighLargePrint/48x48/apps/accessories-character-map.png +share/icons/ContrastHighLargePrint/48x48/apps/accessories-dictionary.png +share/icons/ContrastHighLargePrint/48x48/apps/accessories-text-editor.png +share/icons/ContrastHighLargePrint/48x48/apps/advanced-directory.png +share/icons/ContrastHighLargePrint/48x48/apps/applets-screenshooter.png +share/icons/ContrastHighLargePrint/48x48/apps/arts.png +share/icons/ContrastHighLargePrint/48x48/apps/ax-applet.png +share/icons/ContrastHighLargePrint/48x48/apps/background.png +share/icons/ContrastHighLargePrint/48x48/apps/brasero.png +share/icons/ContrastHighLargePrint/48x48/apps/calc.png +share/icons/ContrastHighLargePrint/48x48/apps/charpick.png +share/icons/ContrastHighLargePrint/48x48/apps/clock.png +share/icons/ContrastHighLargePrint/48x48/apps/config-language.png +share/icons/ContrastHighLargePrint/48x48/apps/display-capplet.png +share/icons/ContrastHighLargePrint/48x48/apps/eog.png +share/icons/ContrastHighLargePrint/48x48/apps/evince.png +share/icons/ContrastHighLargePrint/48x48/apps/evolution.png +share/icons/ContrastHighLargePrint/48x48/apps/file-manager.png +share/icons/ContrastHighLargePrint/48x48/apps/file-roller.png +share/icons/ContrastHighLargePrint/48x48/apps/firefox-icon.png +share/icons/ContrastHighLargePrint/48x48/apps/fonts.png +share/icons/ContrastHighLargePrint/48x48/apps/ghex.png +share/icons/ContrastHighLargePrint/48x48/apps/gimp.png +share/icons/ContrastHighLargePrint/48x48/apps/gkb.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-calculator.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-character-map.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-help.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-mixer.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-monitor.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-session.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-accessibility-technologies.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-background.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-font.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-keybindings.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-sound.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-settings-theme.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-terminal.png +share/icons/ContrastHighLargePrint/48x48/apps/gnome-window-manager.png +share/icons/ContrastHighLargePrint/48x48/apps/gok.png +share/icons/ContrastHighLargePrint/48x48/apps/gtkam-camera.png +share/icons/ContrastHighLargePrint/48x48/apps/gucharmap.png +share/icons/ContrastHighLargePrint/48x48/apps/help-browser.png +share/icons/ContrastHighLargePrint/48x48/apps/kcalc.png +share/icons/ContrastHighLargePrint/48x48/apps/kcharselect.png +share/icons/ContrastHighLargePrint/48x48/apps/kcmkwm.png +share/icons/ContrastHighLargePrint/48x48/apps/kcmsound.png +share/icons/ContrastHighLargePrint/48x48/apps/kedit.png +share/icons/ContrastHighLargePrint/48x48/apps/key_bindings.png +share/icons/ContrastHighLargePrint/48x48/apps/kfm.png +share/icons/ContrastHighLargePrint/48x48/apps/khelpcenter.png +share/icons/ContrastHighLargePrint/48x48/apps/knotify.png +share/icons/ContrastHighLargePrint/48x48/apps/konsole.png +share/icons/ContrastHighLargePrint/48x48/apps/ksysguard.png +share/icons/ContrastHighLargePrint/48x48/apps/kwin.png +share/icons/ContrastHighLargePrint/48x48/apps/launcher-program.png +share/icons/ContrastHighLargePrint/48x48/apps/locale.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-application-generic.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-audio2.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-calc3.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-ccmime.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-ccscreensaver.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-cd.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-folder-generic.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-grecord.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-home.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-info.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-log.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-logo-icon-transparent.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-mailcheck.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-mini-commander.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-mixer-applet.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-palm.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-panel.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-searchtool-animation-rest.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-searchtool-animation.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-settings-accessibility-keyboard.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-settings-default-applications.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-settings-ui-behavior.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-starthere.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-windows.png +share/icons/ContrastHighLargePrint/48x48/apps/mate-workspace.png +share/icons/ContrastHighLargePrint/48x48/apps/mozilla-icon.png +share/icons/ContrastHighLargePrint/48x48/apps/multimedia-volume-control.png +share/icons/ContrastHighLargePrint/48x48/apps/multimedia.png +share/icons/ContrastHighLargePrint/48x48/apps/openterm.png +share/icons/ContrastHighLargePrint/48x48/apps/orca.png +share/icons/ContrastHighLargePrint/48x48/apps/panel-drawer.png +share/icons/ContrastHighLargePrint/48x48/apps/panel-force-quit.png +share/icons/ContrastHighLargePrint/48x48/apps/perfmeter.png +share/icons/ContrastHighLargePrint/48x48/apps/pidgin.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-accessibility.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-font.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-keyboard.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-locale.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-sound.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-theme.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-system-session.png +share/icons/ContrastHighLargePrint/48x48/apps/preferences-system-windows.png +share/icons/ContrastHighLargePrint/48x48/apps/redhat-filemanager.png +share/icons/ContrastHighLargePrint/48x48/apps/rhythmbox.png +share/icons/ContrastHighLargePrint/48x48/apps/session-properties.png +share/icons/ContrastHighLargePrint/48x48/apps/smc.png +share/icons/ContrastHighLargePrint/48x48/apps/sound-juicer.png +share/icons/ContrastHighLargePrint/48x48/apps/star.png +share/icons/ContrastHighLargePrint/48x48/apps/style.png +share/icons/ContrastHighLargePrint/48x48/apps/susehelpcenter.png +share/icons/ContrastHighLargePrint/48x48/apps/system-file-manager.png +share/icons/ContrastHighLargePrint/48x48/apps/terminal.png +share/icons/ContrastHighLargePrint/48x48/apps/text-editor.png +share/icons/ContrastHighLargePrint/48x48/apps/thunderbird-icon.png +share/icons/ContrastHighLargePrint/48x48/apps/totem.png +share/icons/ContrastHighLargePrint/48x48/apps/utilities-system-monitor.png +share/icons/ContrastHighLargePrint/48x48/apps/utilities-terminal.png +share/icons/ContrastHighLargePrint/48x48/apps/volume-knob.png +share/icons/ContrastHighLargePrint/48x48/apps/wallpaper.png +share/icons/ContrastHighLargePrint/48x48/apps/window-capplet.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce-filemanager.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce-terminal.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce4-backdrop.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce4-mixer.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce4-session.png +share/icons/ContrastHighLargePrint/48x48/apps/xfce4-sound.png +share/icons/ContrastHighLargePrint/48x48/apps/xfwm4.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-accessories.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-development.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-engineering.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-games.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-internet.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-multimedia.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-office.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-other.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-science.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-system.png +share/icons/ContrastHighLargePrint/48x48/categories/applications-utilities.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-applications.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-control-center.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-devel.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-globe.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-joystick.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-multimedia.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-other.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-settings.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-system.png +share/icons/ContrastHighLargePrint/48x48/categories/gnome-util.png +share/icons/ContrastHighLargePrint/48x48/categories/gtk-preferences.png +share/icons/ContrastHighLargePrint/48x48/categories/input_devices_settings.png +share/icons/ContrastHighLargePrint/48x48/categories/kcontrol.png +share/icons/ContrastHighLargePrint/48x48/categories/package_development.png +share/icons/ContrastHighLargePrint/48x48/categories/package_games.png +share/icons/ContrastHighLargePrint/48x48/categories/package_graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/package_multimedia.png +share/icons/ContrastHighLargePrint/48x48/categories/package_network.png +share/icons/ContrastHighLargePrint/48x48/categories/package_office.png +share/icons/ContrastHighLargePrint/48x48/categories/package_settings.png +share/icons/ContrastHighLargePrint/48x48/categories/package_system.png +share/icons/ContrastHighLargePrint/48x48/categories/package_utilities.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-desktop-peripherals.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-desktop-personal.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-desktop.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-other.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-system-network.png +share/icons/ContrastHighLargePrint/48x48/categories/preferences-system.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-accessories.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-games.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-internet.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-office.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-preferences.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-programming.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-sound_video.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-system_settings.png +share/icons/ContrastHighLargePrint/48x48/categories/redhat-system_tools.png +share/icons/ContrastHighLargePrint/48x48/categories/stock_internet.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-games.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-graphics.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-internet.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-multimedia.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-office.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-system-settings.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce-utils.png +share/icons/ContrastHighLargePrint/48x48/categories/xfce4-settings.png +share/icons/ContrastHighLargePrint/48x48/devices/3floppy_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/cdrom_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/cdwriter_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/computer.png +share/icons/ContrastHighLargePrint/48x48/devices/drive-cdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/drive-harddisk.png +share/icons/ContrastHighLargePrint/48x48/devices/drive-optical.png +share/icons/ContrastHighLargePrint/48x48/devices/drive-removable-media.png +share/icons/ContrastHighLargePrint/48x48/devices/dvd_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-cdrom-audio.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-cdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-computer.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-cdr.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-cdrw.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdr-plus.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdr.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdram.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-disc-dvdrw.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-dvd.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-floppy.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-harddisk-1394.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-harddisk-usb.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-harddisk.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-keyboard.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-mouse-ball.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-mouse-optical.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-printer.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-removable-1394.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-removable-usb.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-dev-removable.png +share/icons/ContrastHighLargePrint/48x48/devices/gnome-fs-client.png +share/icons/ContrastHighLargePrint/48x48/devices/gtk-cdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/gtk-floppy.png +share/icons/ContrastHighLargePrint/48x48/devices/gtk-harddisk.png +share/icons/ContrastHighLargePrint/48x48/devices/harddrive.png +share/icons/ContrastHighLargePrint/48x48/devices/hdd_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/input-keyboard.png +share/icons/ContrastHighLargePrint/48x48/devices/input-mouse.png +share/icons/ContrastHighLargePrint/48x48/devices/keyboard.png +share/icons/ContrastHighLargePrint/48x48/devices/kjobviewer.png +share/icons/ContrastHighLargePrint/48x48/devices/kxkb.png +share/icons/ContrastHighLargePrint/48x48/devices/mate-dev-printer-network.png +share/icons/ContrastHighLargePrint/48x48/devices/mate-dev-printer-new.png +share/icons/ContrastHighLargePrint/48x48/devices/media-cdrom.png +share/icons/ContrastHighLargePrint/48x48/devices/media-floppy.png +share/icons/ContrastHighLargePrint/48x48/devices/media-optical.png +share/icons/ContrastHighLargePrint/48x48/devices/mouse.png +share/icons/ContrastHighLargePrint/48x48/devices/pda.png +share/icons/ContrastHighLargePrint/48x48/devices/printer-remote.png +share/icons/ContrastHighLargePrint/48x48/devices/printer.png +share/icons/ContrastHighLargePrint/48x48/devices/printer1.png +share/icons/ContrastHighLargePrint/48x48/devices/printmgr.png +share/icons/ContrastHighLargePrint/48x48/devices/stock_printers.png +share/icons/ContrastHighLargePrint/48x48/devices/system-floppy.png +share/icons/ContrastHighLargePrint/48x48/devices/system.png +share/icons/ContrastHighLargePrint/48x48/devices/usbpendrive_unmount.png +share/icons/ContrastHighLargePrint/48x48/devices/xfce-printer.png +share/icons/ContrastHighLargePrint/48x48/devices/xfce4-keyboard.png +share/icons/ContrastHighLargePrint/48x48/devices/xfce4-mouse.png +share/icons/ContrastHighLargePrint/48x48/devices/yast_HD.png +share/icons/ContrastHighLargePrint/48x48/devices/yast_idetude.png +share/icons/ContrastHighLargePrint/48x48/devices/yast_mouse.png +share/icons/ContrastHighLargePrint/48x48/devices/yast_printer.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-default.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-desktop.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-important.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-noread.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-personal.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-special.png +share/icons/ContrastHighLargePrint/48x48/emblems/emblem-unreadable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/application-x-executable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/ascii.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/audio-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/binary.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/contents2.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/deb.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/empty.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/exec.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/folder_tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font_bitmap.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font_truetype.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/font_type1.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-fs-executable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-fs-regular.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-ogg.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-archive.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-arj.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-bzip.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-compress.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-cpio.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-deb.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-executable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-gzip.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-jar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-lha.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-lhz.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-rar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-rpm.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-x-tarz.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-application-zip.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-audio.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-image.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-text-x-vcard.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-text.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-video.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-mime-x-font-afm.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gnome-package.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/gtk-file.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/image-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/image.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/mate-mime-application-x-core-file.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/mime_ascii.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/misc.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/package-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/package.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/package_editors.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/rpm.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/sound.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/stock_addressbook.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/tar.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/text-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/text-x-preview.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/tgz.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/txt.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/txt2.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/unknown.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/vcard.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/video-x-generic.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/video.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/x-office-address-book.png +share/icons/ContrastHighLargePrint/48x48/mimetypes/zip.png +share/icons/ContrastHighLargePrint/48x48/places/desktop.png +share/icons/ContrastHighLargePrint/48x48/places/distributor-logo.png +share/icons/ContrastHighLargePrint/48x48/places/emptytrash.png +share/icons/ContrastHighLargePrint/48x48/places/folder-remote.png +share/icons/ContrastHighLargePrint/48x48/places/folder.icon +share/icons/ContrastHighLargePrint/48x48/places/folder.png +share/icons/ContrastHighLargePrint/48x48/places/folder_home.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-desktop.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-directory.icon +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-directory.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-ftp.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-home.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-network.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-nfs.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-server.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-share.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-smb.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-ssh.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-fs-trash-empty.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-main-menu.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-mime-x-directory-nfs-server.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-mime-x-directory-smb-server.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/ContrastHighLargePrint/48x48/places/gnome-stock-trash.png +share/icons/ContrastHighLargePrint/48x48/places/gtk-directory.icon +share/icons/ContrastHighLargePrint/48x48/places/gtk-directory.png +share/icons/ContrastHighLargePrint/48x48/places/gtk-network.png +share/icons/ContrastHighLargePrint/48x48/places/inode-directory.icon +share/icons/ContrastHighLargePrint/48x48/places/inode-directory.png +share/icons/ContrastHighLargePrint/48x48/places/network-server.png +share/icons/ContrastHighLargePrint/48x48/places/network-workgroup.png +share/icons/ContrastHighLargePrint/48x48/places/network.png +share/icons/ContrastHighLargePrint/48x48/places/network_local.png +share/icons/ContrastHighLargePrint/48x48/places/novell-button.png +share/icons/ContrastHighLargePrint/48x48/places/redhat-network-server.png +share/icons/ContrastHighLargePrint/48x48/places/server.png +share/icons/ContrastHighLargePrint/48x48/places/start-here.png +share/icons/ContrastHighLargePrint/48x48/places/stock_folder.icon +share/icons/ContrastHighLargePrint/48x48/places/stock_folder.png +share/icons/ContrastHighLargePrint/48x48/places/trashcan_empty.png +share/icons/ContrastHighLargePrint/48x48/places/user-desktop.png +share/icons/ContrastHighLargePrint/48x48/places/user-home.png +share/icons/ContrastHighLargePrint/48x48/places/user-trash.png +share/icons/ContrastHighLargePrint/48x48/places/xfce-trash_empty.png +share/icons/ContrastHighLargePrint/48x48/status/audio-volume-high.png +share/icons/ContrastHighLargePrint/48x48/status/audio-volume-low.png +share/icons/ContrastHighLargePrint/48x48/status/audio-volume-medium.png +share/icons/ContrastHighLargePrint/48x48/status/audio-volume-muted.png +share/icons/ContrastHighLargePrint/48x48/status/connect_creating.png +share/icons/ContrastHighLargePrint/48x48/status/connect_established.png +share/icons/ContrastHighLargePrint/48x48/status/connect_no.png +share/icons/ContrastHighLargePrint/48x48/status/edittrash.png +share/icons/ContrastHighLargePrint/48x48/status/folder-drag-accept.icon +share/icons/ContrastHighLargePrint/48x48/status/folder-drag-accept.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-fs-directory-accept.icon +share/icons/ContrastHighLargePrint/48x48/status/gnome-fs-directory-accept.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-fs-trash-full.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-disconn.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-error.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-idle.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-rx.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-tx.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-netstatus-txrx.png +share/icons/ContrastHighLargePrint/48x48/status/gnome-stock-trash-full.png +share/icons/ContrastHighLargePrint/48x48/status/network-error.png +share/icons/ContrastHighLargePrint/48x48/status/network-idle.png +share/icons/ContrastHighLargePrint/48x48/status/network-offline.png +share/icons/ContrastHighLargePrint/48x48/status/network-receive.png +share/icons/ContrastHighLargePrint/48x48/status/network-transmit-receive.png +share/icons/ContrastHighLargePrint/48x48/status/network-transmit.png +share/icons/ContrastHighLargePrint/48x48/status/nm-adhoc.png +share/icons/ContrastHighLargePrint/48x48/status/nm-device-wired.png +share/icons/ContrastHighLargePrint/48x48/status/nm-device-wireless.png +share/icons/ContrastHighLargePrint/48x48/status/nm-no-connection.png +share/icons/ContrastHighLargePrint/48x48/status/stock_trash_full.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-0.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-max.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-med.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-min.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume-mute.png +share/icons/ContrastHighLargePrint/48x48/status/stock_volume.png +share/icons/ContrastHighLargePrint/48x48/status/trashcan_full.png +share/icons/ContrastHighLargePrint/48x48/status/user-trash-full.png +share/icons/ContrastHighLargePrint/48x48/status/xfce-trash_full.png +share/icons/ContrastHighLargePrint/index.theme +share/icons/ContrastHighLargePrintInverse/36x36/animations/gnome-spinner-rest.png +share/icons/ContrastHighLargePrintInverse/36x36/animations/gnome-spinner.png +share/icons/ContrastHighLargePrintInverse/36x36/animations/process-idle.png +share/icons/ContrastHighLargePrintInverse/36x36/animations/process-working.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/exit.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gnome-logout.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gnome-run.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gnome-searchtool.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gnome-shutdown.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/go-home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gohome.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gtk-execute.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gtk-home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gtk-media-pause.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/gtk-refresh.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/insert-image.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/insert-text.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/kfind.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/kfm_home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/mail-send-receive.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/media-playback-pause.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/player_pause.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/redhat-home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/reload.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/reload3.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/reload_all_tabs.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/reload_page.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/search.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_home.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_mail-send-receive.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_media-pause.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_new-tab.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/stock_refresh.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/system-log-out.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/system-run.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/system-search.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/system-shutdown.png +share/icons/ContrastHighLargePrintInverse/48x48/actions/view-refresh.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/access.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessibility-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessories-calculator.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessories-character-map.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessories-dictionary.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/accessories-text-editor.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/advanced-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/applets-screenshooter.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/arts.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/ax-applet.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/background.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/brasero.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/calc.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/charpick.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/clock.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/config-language.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/display-capplet.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/eog.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/evince.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/evolution.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/file-manager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/file-roller.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/firefox-icon.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/fonts.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/ghex.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gimp.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gkb.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-calculator.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-character-map.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-help.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-mixer.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-monitor.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-session.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-accessibility-technologies.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-background.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-font.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-keybindings.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-sound.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-settings-theme.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-terminal.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gnome-window-manager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gok.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gtkam-camera.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/gucharmap.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/help-browser.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kcalc.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kcharselect.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kcmkwm.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kcmsound.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kedit.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/key_bindings.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kfm.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/khelpcenter.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/knotify.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/konsole.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/ksysguard.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/kwin.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/launcher-program.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/locale.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-application-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-audio2.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-calc3.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-ccmime.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-ccscreensaver.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-cd.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-folder-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-grecord.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-home.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-info.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-log.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-logo-icon-transparent.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-mailcheck.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-mini-commander.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-mixer-applet.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-palm.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-panel.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-searchtool-animation-rest.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-searchtool-animation.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-settings-accessibility-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-settings-default-applications.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-settings-ui-behavior.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-starthere.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-windows.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mate-workspace.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/mozilla-icon.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/multimedia-volume-control.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/openterm.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/orca.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/panel-drawer.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/panel-force-quit.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/perfmeter.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/pidgin.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-accessibility.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-font.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-locale.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-sound.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-theme.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-system-session.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/preferences-system-windows.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/redhat-filemanager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/rhythmbox.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/session-properties.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/smc.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/sound-juicer.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/star.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/style.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/susehelpcenter.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/system-file-manager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/terminal.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/text-editor.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/thunderbird-icon.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/totem.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/utilities-system-monitor.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/utilities-terminal.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/volume-knob.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/wallpaper.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/window-capplet.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce-filemanager.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce-terminal.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce4-backdrop.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce4-mixer.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce4-session.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfce4-sound.png +share/icons/ContrastHighLargePrintInverse/48x48/apps/xfwm4.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-accessories.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-development.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-engineering.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-games.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-internet.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-office.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-other.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-science.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-system.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/applications-utilities.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-applications.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-control-center.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-devel.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-globe.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-joystick.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-other.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-system.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gnome-util.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/gtk-preferences.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/input_devices_settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/kcontrol.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_development.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_games.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_network.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_office.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_system.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/package_utilities.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-desktop-peripherals.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-desktop-personal.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-other.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-system-network.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/preferences-system.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-accessories.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-games.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-internet.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-office.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-preferences.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-programming.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-sound_video.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-system_settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/redhat-system_tools.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/stock_internet.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-games.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-graphics.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-internet.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-multimedia.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-office.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-system-settings.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce-utils.png +share/icons/ContrastHighLargePrintInverse/48x48/categories/xfce4-settings.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/3floppy_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/cdrom_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/cdwriter_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/computer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/drive-cdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/drive-harddisk.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/drive-optical.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/drive-removable-media.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/dvd_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-cdrom-audio.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-cdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-computer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-cdr.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-cdrw.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr-plus.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdr.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdram.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-disc-dvdrw.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-dvd.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-floppy.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-harddisk-1394.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-harddisk-usb.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-harddisk.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-mouse-ball.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-mouse-optical.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-printer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-removable-1394.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-removable-usb.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-removable.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-dev-wavelan.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gnome-fs-client.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gtk-cdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gtk-floppy.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/gtk-harddisk.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/harddrive.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/hdd_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/input-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/input-mouse.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/kjobviewer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/kxkb.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/mate-dev-printer-network.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/mate-dev-printer-new.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/media-cdrom.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/media-floppy.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/media-optical.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/mouse.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/network-wireless.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/pda.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/printer-remote.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/printer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/printer1.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/printmgr.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/stock_printers.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/system-floppy.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/system.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/usbpendrive_unmount.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/xfce-printer.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/xfce4-keyboard.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/xfce4-mouse.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/yast_HD.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/yast_idetude.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/yast_mouse.png +share/icons/ContrastHighLargePrintInverse/48x48/devices/yast_printer.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-default.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-important.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-noread.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-personal.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-special.png +share/icons/ContrastHighLargePrintInverse/48x48/emblems/emblem-unreadable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-vnd.ms-powerpoint.presentation.macroEnabled.12.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-vnd.ms-word.document.macroEnabled.12.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/application-x-executable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/ascii.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/audio-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/binary.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/contents2.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/deb.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/document.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/empty.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/exec.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/folder_tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font_bitmap.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font_truetype.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/font_type1.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-fs-executable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-fs-regular.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-magicpoint.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-msword.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-ogg.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-pdf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-postscript.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-rtf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.presentation.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.oasis.opendocument.text.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-secure.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia-vbr.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.rn-realmedia.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.impress.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.stardivision.writer.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-wordperfect.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-7z-compressed.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-abiword.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-applix-word.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-archive.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-arj.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-bzip.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compress.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-compressed-tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio-compressed.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-cpio.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-deb.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-dvi.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-executable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-afm.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-bdf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-linux-psf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-pcf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-sunos-news.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-font-ttf.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzip.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-gzpostscript.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-jar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-killustrator.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kpresenter.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-kword.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lha.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lhz.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-ms-dos-executable.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-rpm.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-scribus.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-shockwave-flash.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-stuffit.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tarz.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-tex.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-application-zip.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-audio.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-image.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcalendar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-text-x-vcard.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-text.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-video.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-mime-x-font-afm.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gnome-package.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/gtk-file.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/image-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/image.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/kpresenter_kpr.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/mate-mime-application-x-core-file.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/mime_ascii.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/misc.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/package-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/package.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/package_editors.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/package_wordprocessing.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/plan.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/rpm.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/sound.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/stock_addressbook.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/stock_calendar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/tar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/template_source.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/text-x-generic-template.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/text-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/text-x-preview.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/tgz.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/txt.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/txt2.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/unknown.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/vcalendar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/vcard.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/video-x-generic.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/video.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/wordprocessing.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/x-office-address-book.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/x-office-calendar.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/x-office-document.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/x-office-presentation.png +share/icons/ContrastHighLargePrintInverse/48x48/mimetypes/zip.png +share/icons/ContrastHighLargePrintInverse/48x48/places/desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/places/distributor-logo.png +share/icons/ContrastHighLargePrintInverse/48x48/places/emptytrash.png +share/icons/ContrastHighLargePrintInverse/48x48/places/folder-remote.png +share/icons/ContrastHighLargePrintInverse/48x48/places/folder.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/folder.png +share/icons/ContrastHighLargePrintInverse/48x48/places/folder_home.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-directory.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-ftp.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-home.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-network.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-nfs.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-share.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-smb.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-ssh.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-fs-trash-empty.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-main-menu.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-mime-x-directory-nfs-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-mime-x-directory-smb-workgroup.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gnome-stock-trash.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gtk-directory.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/gtk-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/places/gtk-network.png +share/icons/ContrastHighLargePrintInverse/48x48/places/inode-directory.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/inode-directory.png +share/icons/ContrastHighLargePrintInverse/48x48/places/network-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/network-workgroup.png +share/icons/ContrastHighLargePrintInverse/48x48/places/network.png +share/icons/ContrastHighLargePrintInverse/48x48/places/network_local.png +share/icons/ContrastHighLargePrintInverse/48x48/places/novell-button.png +share/icons/ContrastHighLargePrintInverse/48x48/places/redhat-network-server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/server.png +share/icons/ContrastHighLargePrintInverse/48x48/places/start-here.png +share/icons/ContrastHighLargePrintInverse/48x48/places/stock_folder.icon +share/icons/ContrastHighLargePrintInverse/48x48/places/stock_folder.png +share/icons/ContrastHighLargePrintInverse/48x48/places/trashcan_empty.png +share/icons/ContrastHighLargePrintInverse/48x48/places/user-desktop.png +share/icons/ContrastHighLargePrintInverse/48x48/places/user-home.png +share/icons/ContrastHighLargePrintInverse/48x48/places/user-trash.png +share/icons/ContrastHighLargePrintInverse/48x48/places/xfce-trash_empty.png +share/icons/ContrastHighLargePrintInverse/48x48/status/audio-volume-high.png +share/icons/ContrastHighLargePrintInverse/48x48/status/audio-volume-low.png +share/icons/ContrastHighLargePrintInverse/48x48/status/audio-volume-medium.png +share/icons/ContrastHighLargePrintInverse/48x48/status/audio-volume-muted.png +share/icons/ContrastHighLargePrintInverse/48x48/status/battery-caution.png +share/icons/ContrastHighLargePrintInverse/48x48/status/battery-low.png +share/icons/ContrastHighLargePrintInverse/48x48/status/connect_creating.png +share/icons/ContrastHighLargePrintInverse/48x48/status/connect_established.png +share/icons/ContrastHighLargePrintInverse/48x48/status/connect_no.png +share/icons/ContrastHighLargePrintInverse/48x48/status/edittrash.png +share/icons/ContrastHighLargePrintInverse/48x48/status/folder-drag-accept.icon +share/icons/ContrastHighLargePrintInverse/48x48/status/folder-drag-accept.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-fs-directory-accept.icon +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-fs-directory-accept.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-fs-trash-full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-disconn.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-error.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-idle.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-rx.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-tx.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-netstatus-txrx.png +share/icons/ContrastHighLargePrintInverse/48x48/status/gnome-stock-trash-full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/media-playlist-repeat.png +share/icons/ContrastHighLargePrintInverse/48x48/status/media-playlist-shuffle.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-error.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-idle.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-offline.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-receive.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-transmit-receive.png +share/icons/ContrastHighLargePrintInverse/48x48/status/network-transmit.png +share/icons/ContrastHighLargePrintInverse/48x48/status/nm-adhoc.png +share/icons/ContrastHighLargePrintInverse/48x48/status/nm-device-wired.png +share/icons/ContrastHighLargePrintInverse/48x48/status/nm-device-wireless.png +share/icons/ContrastHighLargePrintInverse/48x48/status/nm-no-connection.png +share/icons/ContrastHighLargePrintInverse/48x48/status/printer-error.png +share/icons/ContrastHighLargePrintInverse/48x48/status/printer-printing.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_repeat.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_shuffle.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_trash_full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-0.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-max.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-med.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-min.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume-mute.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_volume.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-cloudy.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-few-clouds.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-fog.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-night-clear.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-night-few-clouds.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-showers.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-snow.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-storm.png +share/icons/ContrastHighLargePrintInverse/48x48/status/stock_weather-sunny.png +share/icons/ContrastHighLargePrintInverse/48x48/status/sunny.png +share/icons/ContrastHighLargePrintInverse/48x48/status/trashcan_full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/user-trash-full.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-clear-night.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-clear.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-few-clouds-night.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-few-clouds.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-fog.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-overcast.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-showers-scattered.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-showers.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-snow.png +share/icons/ContrastHighLargePrintInverse/48x48/status/weather-storm.png +share/icons/ContrastHighLargePrintInverse/48x48/status/xfce-trash_full.png +share/icons/ContrastHighLargePrintInverse/index.theme +share/icons/Fog/16x16/actions/document-open.png +share/icons/Fog/16x16/actions/fileopen.png +share/icons/Fog/16x16/actions/folder-new.png +share/icons/Fog/16x16/actions/folder_new.png +share/icons/Fog/16x16/actions/gtk-open.png +share/icons/Fog/16x16/actions/stock_new-dir.png +share/icons/Fog/16x16/apps/preferences-desktop-display.png +share/icons/Fog/16x16/devices/chardevice.png +share/icons/Fog/16x16/devices/computer.png +share/icons/Fog/16x16/devices/display.png +share/icons/Fog/16x16/devices/gnome-dev-computer.png +share/icons/Fog/16x16/devices/gnome-fs-client.png +share/icons/Fog/16x16/devices/system.png +share/icons/Fog/16x16/devices/video-display.png +share/icons/Fog/16x16/devices/xfce4-display.png +share/icons/Fog/16x16/places/application-x-gnome-saved-search.png +share/icons/Fog/16x16/places/desktop.png +share/icons/Fog/16x16/places/folder-documents.png +share/icons/Fog/16x16/places/folder-download.png +share/icons/Fog/16x16/places/folder-music.png +share/icons/Fog/16x16/places/folder-new.png +share/icons/Fog/16x16/places/folder-pictures.png +share/icons/Fog/16x16/places/folder-publicshare.png +share/icons/Fog/16x16/places/folder-remote.png +share/icons/Fog/16x16/places/folder-saved-search.png +share/icons/Fog/16x16/places/folder-templates.png +share/icons/Fog/16x16/places/folder-videos.png +share/icons/Fog/16x16/places/folder.png +share/icons/Fog/16x16/places/folder_home.png +share/icons/Fog/16x16/places/gnome-fs-desktop.png +share/icons/Fog/16x16/places/gnome-fs-directory.png +share/icons/Fog/16x16/places/gnome-fs-ftp.png +share/icons/Fog/16x16/places/gnome-fs-home.png +share/icons/Fog/16x16/places/gnome-fs-nfs.png +share/icons/Fog/16x16/places/gnome-fs-share.png +share/icons/Fog/16x16/places/gnome-fs-smb.png +share/icons/Fog/16x16/places/gnome-fs-ssh.png +share/icons/Fog/16x16/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/16x16/places/gtk-directory.png +share/icons/Fog/16x16/places/inode-directory.png +share/icons/Fog/16x16/places/network.png +share/icons/Fog/16x16/places/stock_folder.png +share/icons/Fog/16x16/places/user-desktop.png +share/icons/Fog/16x16/places/user-home.png +share/icons/Fog/16x16/status/folder-drag-accept.png +share/icons/Fog/16x16/status/folder-open.png +share/icons/Fog/16x16/status/folder-visiting.png +share/icons/Fog/16x16/status/folder_open.png +share/icons/Fog/16x16/status/gnome-fs-directory-accept.png +share/icons/Fog/16x16/status/gnome-fs-directory-visiting.png +share/icons/Fog/16x16/status/stock_open.png +share/icons/Fog/22x22/actions/document-open.png +share/icons/Fog/22x22/actions/fileopen.png +share/icons/Fog/22x22/actions/folder-new.png +share/icons/Fog/22x22/actions/folder_new.png +share/icons/Fog/22x22/actions/gtk-open.png +share/icons/Fog/22x22/actions/stock_new-dir.png +share/icons/Fog/22x22/apps/preferences-desktop-display.png +share/icons/Fog/22x22/devices/chardevice.png +share/icons/Fog/22x22/devices/computer.png +share/icons/Fog/22x22/devices/display.png +share/icons/Fog/22x22/devices/gnome-dev-computer.png +share/icons/Fog/22x22/devices/gnome-fs-client.png +share/icons/Fog/22x22/devices/system.png +share/icons/Fog/22x22/devices/video-display.png +share/icons/Fog/22x22/devices/xfce4-display.png +share/icons/Fog/22x22/places/application-x-gnome-saved-search.png +share/icons/Fog/22x22/places/desktop.png +share/icons/Fog/22x22/places/folder-documents.png +share/icons/Fog/22x22/places/folder-download.png +share/icons/Fog/22x22/places/folder-music.png +share/icons/Fog/22x22/places/folder-new.png +share/icons/Fog/22x22/places/folder-pictures.png +share/icons/Fog/22x22/places/folder-publicshare.png +share/icons/Fog/22x22/places/folder-remote.png +share/icons/Fog/22x22/places/folder-saved-search.png +share/icons/Fog/22x22/places/folder-templates.png +share/icons/Fog/22x22/places/folder-videos.png +share/icons/Fog/22x22/places/folder.png +share/icons/Fog/22x22/places/folder_home.png +share/icons/Fog/22x22/places/gnome-fs-desktop.png +share/icons/Fog/22x22/places/gnome-fs-directory.png +share/icons/Fog/22x22/places/gnome-fs-ftp.png +share/icons/Fog/22x22/places/gnome-fs-home.png +share/icons/Fog/22x22/places/gnome-fs-nfs.png +share/icons/Fog/22x22/places/gnome-fs-share.png +share/icons/Fog/22x22/places/gnome-fs-smb.png +share/icons/Fog/22x22/places/gnome-fs-ssh.png +share/icons/Fog/22x22/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/22x22/places/gtk-directory.png +share/icons/Fog/22x22/places/inode-directory.png +share/icons/Fog/22x22/places/network.png +share/icons/Fog/22x22/places/stock_folder.png +share/icons/Fog/22x22/places/user-desktop.png +share/icons/Fog/22x22/places/user-home.png +share/icons/Fog/22x22/status/folder-drag-accept.png +share/icons/Fog/22x22/status/folder-open.png +share/icons/Fog/22x22/status/folder-visiting.png +share/icons/Fog/22x22/status/folder_open.png +share/icons/Fog/22x22/status/gnome-fs-directory-accept.png +share/icons/Fog/22x22/status/gnome-fs-directory-visiting.png +share/icons/Fog/22x22/status/stock_open.png +share/icons/Fog/24x24/actions/document-open.png +share/icons/Fog/24x24/actions/fileopen.png +share/icons/Fog/24x24/actions/folder-new.png +share/icons/Fog/24x24/actions/folder_new.png +share/icons/Fog/24x24/actions/gtk-open.png +share/icons/Fog/24x24/actions/stock_new-dir.png +share/icons/Fog/24x24/apps/preferences-desktop-display.png +share/icons/Fog/24x24/devices/chardevice.png +share/icons/Fog/24x24/devices/computer.png +share/icons/Fog/24x24/devices/display.png +share/icons/Fog/24x24/devices/gnome-dev-computer.png +share/icons/Fog/24x24/devices/gnome-fs-client.png +share/icons/Fog/24x24/devices/system.png +share/icons/Fog/24x24/devices/video-display.png +share/icons/Fog/24x24/devices/xfce4-display.png +share/icons/Fog/24x24/places/application-x-gnome-saved-search.png +share/icons/Fog/24x24/places/desktop.png +share/icons/Fog/24x24/places/folder-documents.png +share/icons/Fog/24x24/places/folder-download.png +share/icons/Fog/24x24/places/folder-music.png +share/icons/Fog/24x24/places/folder-new.png +share/icons/Fog/24x24/places/folder-pictures.png +share/icons/Fog/24x24/places/folder-publicshare.png +share/icons/Fog/24x24/places/folder-remote.png +share/icons/Fog/24x24/places/folder-saved-search.png +share/icons/Fog/24x24/places/folder-templates.png +share/icons/Fog/24x24/places/folder-videos.png +share/icons/Fog/24x24/places/folder.png +share/icons/Fog/24x24/places/folder_home.png +share/icons/Fog/24x24/places/gnome-fs-desktop.png +share/icons/Fog/24x24/places/gnome-fs-directory.png +share/icons/Fog/24x24/places/gnome-fs-ftp.png +share/icons/Fog/24x24/places/gnome-fs-home.png +share/icons/Fog/24x24/places/gnome-fs-nfs.png +share/icons/Fog/24x24/places/gnome-fs-share.png +share/icons/Fog/24x24/places/gnome-fs-smb.png +share/icons/Fog/24x24/places/gnome-fs-ssh.png +share/icons/Fog/24x24/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/24x24/places/gtk-directory.png +share/icons/Fog/24x24/places/inode-directory.png +share/icons/Fog/24x24/places/network.png +share/icons/Fog/24x24/places/stock_folder.png +share/icons/Fog/24x24/places/user-desktop.png +share/icons/Fog/24x24/places/user-home.png +share/icons/Fog/24x24/status/folder-drag-accept.png +share/icons/Fog/24x24/status/folder-open.png +share/icons/Fog/24x24/status/folder-visiting.png +share/icons/Fog/24x24/status/folder_open.png +share/icons/Fog/24x24/status/gnome-fs-directory-accept.png +share/icons/Fog/24x24/status/gnome-fs-directory-visiting.png +share/icons/Fog/24x24/status/stock_open.png +share/icons/Fog/256x256/actions/document-open.png +share/icons/Fog/256x256/actions/fileopen.png +share/icons/Fog/256x256/actions/folder-new.png +share/icons/Fog/256x256/actions/folder_new.png +share/icons/Fog/256x256/actions/gtk-open.png +share/icons/Fog/256x256/actions/stock_new-dir.png +share/icons/Fog/256x256/apps/preferences-desktop-display.png +share/icons/Fog/256x256/devices/chardevice.png +share/icons/Fog/256x256/devices/computer.png +share/icons/Fog/256x256/devices/display.png +share/icons/Fog/256x256/devices/gnome-dev-computer.png +share/icons/Fog/256x256/devices/gnome-fs-client.png +share/icons/Fog/256x256/devices/system.png +share/icons/Fog/256x256/devices/video-display.png +share/icons/Fog/256x256/devices/xfce4-display.png +share/icons/Fog/256x256/places/application-x-gnome-saved-search.png +share/icons/Fog/256x256/places/desktop.png +share/icons/Fog/256x256/places/folder-documents.png +share/icons/Fog/256x256/places/folder-download.png +share/icons/Fog/256x256/places/folder-music.png +share/icons/Fog/256x256/places/folder-pictures.png +share/icons/Fog/256x256/places/folder-publicshare.png +share/icons/Fog/256x256/places/folder-remote.png +share/icons/Fog/256x256/places/folder-saved-search.png +share/icons/Fog/256x256/places/folder-templates.png +share/icons/Fog/256x256/places/folder-videos.png +share/icons/Fog/256x256/places/folder.png +share/icons/Fog/256x256/places/folder_home.png +share/icons/Fog/256x256/places/gnome-fs-desktop.png +share/icons/Fog/256x256/places/gnome-fs-directory.png +share/icons/Fog/256x256/places/gnome-fs-ftp.png +share/icons/Fog/256x256/places/gnome-fs-home.png +share/icons/Fog/256x256/places/gnome-fs-nfs.png +share/icons/Fog/256x256/places/gnome-fs-share.png +share/icons/Fog/256x256/places/gnome-fs-smb.png +share/icons/Fog/256x256/places/gnome-fs-ssh.png +share/icons/Fog/256x256/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/256x256/places/gtk-directory.png +share/icons/Fog/256x256/places/inode-directory.png +share/icons/Fog/256x256/places/network.png +share/icons/Fog/256x256/places/stock_folder.png +share/icons/Fog/256x256/places/user-desktop.png +share/icons/Fog/256x256/places/user-home.png +share/icons/Fog/256x256/status/folder-drag-accept.png +share/icons/Fog/256x256/status/folder-open.png +share/icons/Fog/256x256/status/folder-visiting.png +share/icons/Fog/256x256/status/folder_open.png +share/icons/Fog/256x256/status/gnome-fs-directory-accept.png +share/icons/Fog/256x256/status/gnome-fs-directory-visiting.png +share/icons/Fog/256x256/status/stock_open.png +share/icons/Fog/32x32/actions/document-open.png +share/icons/Fog/32x32/actions/fileopen.png +share/icons/Fog/32x32/actions/folder-new.png +share/icons/Fog/32x32/actions/folder_new.png +share/icons/Fog/32x32/actions/gtk-open.png +share/icons/Fog/32x32/actions/stock_new-dir.png +share/icons/Fog/32x32/apps/preferences-desktop-display.png +share/icons/Fog/32x32/devices/chardevice.png +share/icons/Fog/32x32/devices/computer.png +share/icons/Fog/32x32/devices/display.png +share/icons/Fog/32x32/devices/gnome-dev-computer.png +share/icons/Fog/32x32/devices/gnome-fs-client.png +share/icons/Fog/32x32/devices/system.png +share/icons/Fog/32x32/devices/video-display.png +share/icons/Fog/32x32/devices/xfce4-display.png +share/icons/Fog/32x32/places/application-x-gnome-saved-search.png +share/icons/Fog/32x32/places/desktop.png +share/icons/Fog/32x32/places/folder-documents.png +share/icons/Fog/32x32/places/folder-download.png +share/icons/Fog/32x32/places/folder-music.png +share/icons/Fog/32x32/places/folder-new.png +share/icons/Fog/32x32/places/folder-pictures.png +share/icons/Fog/32x32/places/folder-publicshare.png +share/icons/Fog/32x32/places/folder-remote.png +share/icons/Fog/32x32/places/folder-saved-search.png +share/icons/Fog/32x32/places/folder-templates.png +share/icons/Fog/32x32/places/folder-videos.png +share/icons/Fog/32x32/places/folder.png +share/icons/Fog/32x32/places/folder_home.png +share/icons/Fog/32x32/places/gnome-fs-desktop.png +share/icons/Fog/32x32/places/gnome-fs-directory.png +share/icons/Fog/32x32/places/gnome-fs-ftp.png +share/icons/Fog/32x32/places/gnome-fs-home.png +share/icons/Fog/32x32/places/gnome-fs-nfs.png +share/icons/Fog/32x32/places/gnome-fs-share.png +share/icons/Fog/32x32/places/gnome-fs-smb.png +share/icons/Fog/32x32/places/gnome-fs-ssh.png +share/icons/Fog/32x32/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/32x32/places/gtk-directory.png +share/icons/Fog/32x32/places/inode-directory.png +share/icons/Fog/32x32/places/network.png +share/icons/Fog/32x32/places/stock_folder.png +share/icons/Fog/32x32/places/user-desktop.png +share/icons/Fog/32x32/places/user-home.png +share/icons/Fog/32x32/status/folder-drag-accept.png +share/icons/Fog/32x32/status/folder-open.png +share/icons/Fog/32x32/status/folder-visiting.png +share/icons/Fog/32x32/status/folder_open.png +share/icons/Fog/32x32/status/gnome-fs-directory-accept.png +share/icons/Fog/32x32/status/gnome-fs-directory-visiting.png +share/icons/Fog/32x32/status/stock_open.png +share/icons/Fog/48x48/actions/document-open.png +share/icons/Fog/48x48/actions/fileopen.png +share/icons/Fog/48x48/actions/folder-new.png +share/icons/Fog/48x48/actions/folder_new.png +share/icons/Fog/48x48/actions/gtk-open.png +share/icons/Fog/48x48/actions/stock_new-dir.png +share/icons/Fog/48x48/apps/preferences-desktop-display.png +share/icons/Fog/48x48/devices/chardevice.png +share/icons/Fog/48x48/devices/computer.png +share/icons/Fog/48x48/devices/display.png +share/icons/Fog/48x48/devices/gnome-dev-computer.png +share/icons/Fog/48x48/devices/gnome-fs-client.png +share/icons/Fog/48x48/devices/system.png +share/icons/Fog/48x48/devices/video-display.png +share/icons/Fog/48x48/devices/xfce4-display.png +share/icons/Fog/48x48/places/application-x-gnome-saved-search.png +share/icons/Fog/48x48/places/desktop.png +share/icons/Fog/48x48/places/folder-documents.png +share/icons/Fog/48x48/places/folder-download.png +share/icons/Fog/48x48/places/folder-music.png +share/icons/Fog/48x48/places/folder-pictures.png +share/icons/Fog/48x48/places/folder-publicshare.png +share/icons/Fog/48x48/places/folder-remote.png +share/icons/Fog/48x48/places/folder-saved-search.png +share/icons/Fog/48x48/places/folder-templates.png +share/icons/Fog/48x48/places/folder-videos.png +share/icons/Fog/48x48/places/folder.png +share/icons/Fog/48x48/places/folder_home.png +share/icons/Fog/48x48/places/gnome-fs-desktop.png +share/icons/Fog/48x48/places/gnome-fs-directory.png +share/icons/Fog/48x48/places/gnome-fs-ftp.png +share/icons/Fog/48x48/places/gnome-fs-home.png +share/icons/Fog/48x48/places/gnome-fs-nfs.png +share/icons/Fog/48x48/places/gnome-fs-share.png +share/icons/Fog/48x48/places/gnome-fs-smb.png +share/icons/Fog/48x48/places/gnome-fs-ssh.png +share/icons/Fog/48x48/places/gnome-mime-x-directory-smb-share.png +share/icons/Fog/48x48/places/gtk-directory.png +share/icons/Fog/48x48/places/inode-directory.png +share/icons/Fog/48x48/places/network.png +share/icons/Fog/48x48/places/stock_folder.png +share/icons/Fog/48x48/places/user-desktop.png +share/icons/Fog/48x48/places/user-home.png +share/icons/Fog/48x48/status/folder-drag-accept.png +share/icons/Fog/48x48/status/folder-open.png +share/icons/Fog/48x48/status/folder-visiting.png +share/icons/Fog/48x48/status/folder_open.png +share/icons/Fog/48x48/status/gnome-fs-directory-accept.png +share/icons/Fog/48x48/status/gnome-fs-directory-visiting.png +share/icons/Fog/48x48/status/stock_open.png +share/icons/Fog/index.theme +share/icons/MateLargePrint/index.theme +share/icons/Quid/16x16/actions/back.png +share/icons/Quid/16x16/actions/bottom.png +share/icons/Quid/16x16/actions/document-open.png +share/icons/Quid/16x16/actions/down.png +share/icons/Quid/16x16/actions/fileopen.png +share/icons/Quid/16x16/actions/finish.png +share/icons/Quid/16x16/actions/forward.png +share/icons/Quid/16x16/actions/go-bottom.png +share/icons/Quid/16x16/actions/go-down.png +share/icons/Quid/16x16/actions/go-first.png +share/icons/Quid/16x16/actions/go-home.png +share/icons/Quid/16x16/actions/go-last.png +share/icons/Quid/16x16/actions/go-next.png +share/icons/Quid/16x16/actions/go-previous.png +share/icons/Quid/16x16/actions/go-top.png +share/icons/Quid/16x16/actions/go-up.png +share/icons/Quid/16x16/actions/gohome.png +share/icons/Quid/16x16/actions/gtk-go-back-ltr.png +share/icons/Quid/16x16/actions/gtk-go-back-rtl.png +share/icons/Quid/16x16/actions/gtk-go-down.png +share/icons/Quid/16x16/actions/gtk-go-forward-ltr.png +share/icons/Quid/16x16/actions/gtk-go-forward-rtl.png +share/icons/Quid/16x16/actions/gtk-go-up.png +share/icons/Quid/16x16/actions/gtk-goto-bottom.png +share/icons/Quid/16x16/actions/gtk-goto-first-ltr.png +share/icons/Quid/16x16/actions/gtk-goto-first-rtl.png +share/icons/Quid/16x16/actions/gtk-goto-last-ltr.png +share/icons/Quid/16x16/actions/gtk-goto-last-rtl.png +share/icons/Quid/16x16/actions/gtk-goto-top.png +share/icons/Quid/16x16/actions/gtk-home.png +share/icons/Quid/16x16/actions/gtk-open.png +share/icons/Quid/16x16/actions/gtk-refresh.png +share/icons/Quid/16x16/actions/kfm_home.png +share/icons/Quid/16x16/actions/next.png +share/icons/Quid/16x16/actions/previous.png +share/icons/Quid/16x16/actions/redhat-home.png +share/icons/Quid/16x16/actions/reload.png +share/icons/Quid/16x16/actions/reload3.png +share/icons/Quid/16x16/actions/reload_all_tabs.png +share/icons/Quid/16x16/actions/reload_page.png +share/icons/Quid/16x16/actions/start.png +share/icons/Quid/16x16/actions/stock_bottom.png +share/icons/Quid/16x16/actions/stock_down.png +share/icons/Quid/16x16/actions/stock_first.png +share/icons/Quid/16x16/actions/stock_home.png +share/icons/Quid/16x16/actions/stock_last.png +share/icons/Quid/16x16/actions/stock_left.png +share/icons/Quid/16x16/actions/stock_refresh.png +share/icons/Quid/16x16/actions/stock_right.png +share/icons/Quid/16x16/actions/stock_top.png +share/icons/Quid/16x16/actions/stock_up.png +share/icons/Quid/16x16/actions/top.png +share/icons/Quid/16x16/actions/up.png +share/icons/Quid/16x16/actions/view-refresh.png +share/icons/Quid/16x16/places/application-x-gnome-saved-search.png +share/icons/Quid/16x16/places/folder-remote.png +share/icons/Quid/16x16/places/folder-saved-search.png +share/icons/Quid/16x16/places/folder.png +share/icons/Quid/16x16/places/folder_home.png +share/icons/Quid/16x16/places/gnome-fs-directory.png +share/icons/Quid/16x16/places/gnome-fs-ftp.png +share/icons/Quid/16x16/places/gnome-fs-home.png +share/icons/Quid/16x16/places/gnome-fs-nfs.png +share/icons/Quid/16x16/places/gnome-fs-share.png +share/icons/Quid/16x16/places/gnome-fs-smb.png +share/icons/Quid/16x16/places/gnome-fs-ssh.png +share/icons/Quid/16x16/places/gnome-mime-x-directory-smb-share.png +share/icons/Quid/16x16/places/gtk-directory.png +share/icons/Quid/16x16/places/inode-directory.png +share/icons/Quid/16x16/places/network.png +share/icons/Quid/16x16/places/stock_folder.png +share/icons/Quid/16x16/places/user-home.png +share/icons/Quid/16x16/status/folder-drag-accept.png +share/icons/Quid/16x16/status/folder-open.png +share/icons/Quid/16x16/status/folder-visiting.png +share/icons/Quid/16x16/status/folder_open.png +share/icons/Quid/16x16/status/gnome-fs-directory-accept.png +share/icons/Quid/16x16/status/gnome-fs-directory-visiting.png +share/icons/Quid/16x16/status/stock_open.png +share/icons/Quid/22x22/actions/back.png +share/icons/Quid/22x22/actions/bottom.png +share/icons/Quid/22x22/actions/document-open.png +share/icons/Quid/22x22/actions/down.png +share/icons/Quid/22x22/actions/fileopen.png +share/icons/Quid/22x22/actions/finish.png +share/icons/Quid/22x22/actions/forward.png +share/icons/Quid/22x22/actions/go-bottom.png +share/icons/Quid/22x22/actions/go-down.png +share/icons/Quid/22x22/actions/go-first.png +share/icons/Quid/22x22/actions/go-home.png +share/icons/Quid/22x22/actions/go-last.png +share/icons/Quid/22x22/actions/go-next.png +share/icons/Quid/22x22/actions/go-previous.png +share/icons/Quid/22x22/actions/go-top.png +share/icons/Quid/22x22/actions/go-up.png +share/icons/Quid/22x22/actions/gohome.png +share/icons/Quid/22x22/actions/gtk-go-back-ltr.png +share/icons/Quid/22x22/actions/gtk-go-back-rtl.png +share/icons/Quid/22x22/actions/gtk-go-down.png +share/icons/Quid/22x22/actions/gtk-go-forward-ltr.png +share/icons/Quid/22x22/actions/gtk-go-forward-rtl.png +share/icons/Quid/22x22/actions/gtk-go-up.png +share/icons/Quid/22x22/actions/gtk-goto-bottom.png +share/icons/Quid/22x22/actions/gtk-goto-first-ltr.png +share/icons/Quid/22x22/actions/gtk-goto-first-rtl.png +share/icons/Quid/22x22/actions/gtk-goto-last-ltr.png +share/icons/Quid/22x22/actions/gtk-goto-last-rtl.png +share/icons/Quid/22x22/actions/gtk-goto-top.png +share/icons/Quid/22x22/actions/gtk-home.png +share/icons/Quid/22x22/actions/gtk-open.png +share/icons/Quid/22x22/actions/gtk-refresh.png +share/icons/Quid/22x22/actions/kfm_home.png +share/icons/Quid/22x22/actions/next.png +share/icons/Quid/22x22/actions/previous.png +share/icons/Quid/22x22/actions/redhat-home.png +share/icons/Quid/22x22/actions/reload.png +share/icons/Quid/22x22/actions/reload3.png +share/icons/Quid/22x22/actions/reload_all_tabs.png +share/icons/Quid/22x22/actions/reload_page.png +share/icons/Quid/22x22/actions/start.png +share/icons/Quid/22x22/actions/stock_bottom.png +share/icons/Quid/22x22/actions/stock_down.png +share/icons/Quid/22x22/actions/stock_first.png +share/icons/Quid/22x22/actions/stock_home.png +share/icons/Quid/22x22/actions/stock_last.png +share/icons/Quid/22x22/actions/stock_left.png +share/icons/Quid/22x22/actions/stock_refresh.png +share/icons/Quid/22x22/actions/stock_right.png +share/icons/Quid/22x22/actions/stock_top.png +share/icons/Quid/22x22/actions/stock_up.png +share/icons/Quid/22x22/actions/top.png +share/icons/Quid/22x22/actions/up.png +share/icons/Quid/22x22/actions/view-refresh.png +share/icons/Quid/22x22/places/application-x-gnome-saved-search.png +share/icons/Quid/22x22/places/folder-remote.png +share/icons/Quid/22x22/places/folder-saved-search.png +share/icons/Quid/22x22/places/folder.png +share/icons/Quid/22x22/places/folder_home.png +share/icons/Quid/22x22/places/gnome-fs-directory.png +share/icons/Quid/22x22/places/gnome-fs-ftp.png +share/icons/Quid/22x22/places/gnome-fs-home.png +share/icons/Quid/22x22/places/gnome-fs-nfs.png +share/icons/Quid/22x22/places/gnome-fs-share.png +share/icons/Quid/22x22/places/gnome-fs-smb.png +share/icons/Quid/22x22/places/gnome-fs-ssh.png +share/icons/Quid/22x22/places/gnome-mime-x-directory-smb-share.png +share/icons/Quid/22x22/places/gtk-directory.png +share/icons/Quid/22x22/places/inode-directory.png +share/icons/Quid/22x22/places/network.png +share/icons/Quid/22x22/places/stock_folder.png +share/icons/Quid/22x22/places/user-home.png +share/icons/Quid/22x22/status/folder-drag-accept.png +share/icons/Quid/22x22/status/folder-open.png +share/icons/Quid/22x22/status/folder-visiting.png +share/icons/Quid/22x22/status/folder_open.png +share/icons/Quid/22x22/status/gnome-fs-directory-accept.png +share/icons/Quid/22x22/status/gnome-fs-directory-visiting.png +share/icons/Quid/22x22/status/stock_open.png +share/icons/Quid/24x24/actions/back.png +share/icons/Quid/24x24/actions/bottom.png +share/icons/Quid/24x24/actions/document-open.png +share/icons/Quid/24x24/actions/down.png +share/icons/Quid/24x24/actions/fileopen.png +share/icons/Quid/24x24/actions/finish.png +share/icons/Quid/24x24/actions/forward.png +share/icons/Quid/24x24/actions/go-bottom.png +share/icons/Quid/24x24/actions/go-down.png +share/icons/Quid/24x24/actions/go-first.png +share/icons/Quid/24x24/actions/go-home.png +share/icons/Quid/24x24/actions/go-last.png +share/icons/Quid/24x24/actions/go-next.png +share/icons/Quid/24x24/actions/go-previous.png +share/icons/Quid/24x24/actions/go-top.png +share/icons/Quid/24x24/actions/go-up.png +share/icons/Quid/24x24/actions/gohome.png +share/icons/Quid/24x24/actions/gtk-go-back-ltr.png +share/icons/Quid/24x24/actions/gtk-go-back-rtl.png +share/icons/Quid/24x24/actions/gtk-go-down.png +share/icons/Quid/24x24/actions/gtk-go-forward-ltr.png +share/icons/Quid/24x24/actions/gtk-go-forward-rtl.png +share/icons/Quid/24x24/actions/gtk-go-up.png +share/icons/Quid/24x24/actions/gtk-goto-bottom.png +share/icons/Quid/24x24/actions/gtk-goto-first-ltr.png +share/icons/Quid/24x24/actions/gtk-goto-first-rtl.png +share/icons/Quid/24x24/actions/gtk-goto-last-ltr.png +share/icons/Quid/24x24/actions/gtk-goto-last-rtl.png +share/icons/Quid/24x24/actions/gtk-goto-top.png +share/icons/Quid/24x24/actions/gtk-home.png +share/icons/Quid/24x24/actions/gtk-open.png +share/icons/Quid/24x24/actions/gtk-refresh.png +share/icons/Quid/24x24/actions/kfm_home.png +share/icons/Quid/24x24/actions/next.png +share/icons/Quid/24x24/actions/previous.png +share/icons/Quid/24x24/actions/redhat-home.png +share/icons/Quid/24x24/actions/reload.png +share/icons/Quid/24x24/actions/reload3.png +share/icons/Quid/24x24/actions/reload_all_tabs.png +share/icons/Quid/24x24/actions/reload_page.png +share/icons/Quid/24x24/actions/start.png +share/icons/Quid/24x24/actions/stock_bottom.png +share/icons/Quid/24x24/actions/stock_down.png +share/icons/Quid/24x24/actions/stock_first.png +share/icons/Quid/24x24/actions/stock_home.png +share/icons/Quid/24x24/actions/stock_last.png +share/icons/Quid/24x24/actions/stock_left.png +share/icons/Quid/24x24/actions/stock_refresh.png +share/icons/Quid/24x24/actions/stock_right.png +share/icons/Quid/24x24/actions/stock_top.png +share/icons/Quid/24x24/actions/stock_up.png +share/icons/Quid/24x24/actions/top.png +share/icons/Quid/24x24/actions/up.png +share/icons/Quid/24x24/actions/view-refresh.png +share/icons/Quid/24x24/places/application-x-gnome-saved-search.png +share/icons/Quid/24x24/places/folder-remote.png +share/icons/Quid/24x24/places/folder-saved-search.png +share/icons/Quid/24x24/places/folder.png +share/icons/Quid/24x24/places/folder_home.png +share/icons/Quid/24x24/places/gnome-fs-directory.png +share/icons/Quid/24x24/places/gnome-fs-ftp.png +share/icons/Quid/24x24/places/gnome-fs-home.png +share/icons/Quid/24x24/places/gnome-fs-nfs.png +share/icons/Quid/24x24/places/gnome-fs-share.png +share/icons/Quid/24x24/places/gnome-fs-smb.png +share/icons/Quid/24x24/places/gnome-fs-ssh.png +share/icons/Quid/24x24/places/gnome-mime-x-directory-smb-share.png +share/icons/Quid/24x24/places/gtk-directory.png +share/icons/Quid/24x24/places/inode-directory.png +share/icons/Quid/24x24/places/network.png +share/icons/Quid/24x24/places/stock_folder.png +share/icons/Quid/24x24/places/user-home.png +share/icons/Quid/24x24/status/folder-drag-accept.png +share/icons/Quid/24x24/status/folder-open.png +share/icons/Quid/24x24/status/folder-visiting.png +share/icons/Quid/24x24/status/folder_open.png +share/icons/Quid/24x24/status/gnome-fs-directory-accept.png +share/icons/Quid/24x24/status/gnome-fs-directory-visiting.png +share/icons/Quid/24x24/status/stock_open.png +share/icons/Quid/32x32/actions/document-open.png +share/icons/Quid/32x32/actions/fileopen.png +share/icons/Quid/32x32/actions/gtk-open.png +share/icons/Quid/32x32/places/application-x-gnome-saved-search.png +share/icons/Quid/32x32/places/folder-remote.png +share/icons/Quid/32x32/places/folder-saved-search.png +share/icons/Quid/32x32/places/folder.png +share/icons/Quid/32x32/places/folder_home.png +share/icons/Quid/32x32/places/gnome-fs-directory.png +share/icons/Quid/32x32/places/gnome-fs-ftp.png +share/icons/Quid/32x32/places/gnome-fs-home.png +share/icons/Quid/32x32/places/gnome-fs-nfs.png +share/icons/Quid/32x32/places/gnome-fs-share.png +share/icons/Quid/32x32/places/gnome-fs-smb.png +share/icons/Quid/32x32/places/gnome-fs-ssh.png +share/icons/Quid/32x32/places/gnome-mime-x-directory-smb-share.png +share/icons/Quid/32x32/places/gtk-directory.png +share/icons/Quid/32x32/places/inode-directory.png +share/icons/Quid/32x32/places/network.png +share/icons/Quid/32x32/places/stock_folder.png +share/icons/Quid/32x32/places/user-home.png +share/icons/Quid/32x32/status/folder-drag-accept.png +share/icons/Quid/32x32/status/folder-open.png +share/icons/Quid/32x32/status/folder-visiting.png +share/icons/Quid/32x32/status/folder_open.png +share/icons/Quid/32x32/status/gnome-fs-directory-accept.png +share/icons/Quid/32x32/status/gnome-fs-directory-visiting.png +share/icons/Quid/32x32/status/stock_open.png +share/icons/Quid/index.theme +share/icons/Quid/scalable/actions/back.svg +share/icons/Quid/scalable/actions/bottom.svg +share/icons/Quid/scalable/actions/document-open.svg +share/icons/Quid/scalable/actions/down.svg +share/icons/Quid/scalable/actions/fileopen.svg +share/icons/Quid/scalable/actions/finish.svg +share/icons/Quid/scalable/actions/forward.svg +share/icons/Quid/scalable/actions/go-bottom.svg +share/icons/Quid/scalable/actions/go-down.svg +share/icons/Quid/scalable/actions/go-first.svg +share/icons/Quid/scalable/actions/go-home.svg +share/icons/Quid/scalable/actions/go-last.svg +share/icons/Quid/scalable/actions/go-next.svg +share/icons/Quid/scalable/actions/go-previous.svg +share/icons/Quid/scalable/actions/go-top.svg +share/icons/Quid/scalable/actions/go-up.svg +share/icons/Quid/scalable/actions/gohome.svg +share/icons/Quid/scalable/actions/gtk-go-back-ltr.svg +share/icons/Quid/scalable/actions/gtk-go-back-rtl.svg +share/icons/Quid/scalable/actions/gtk-go-down.svg +share/icons/Quid/scalable/actions/gtk-go-forward-ltr.svg +share/icons/Quid/scalable/actions/gtk-go-forward-rtl.svg +share/icons/Quid/scalable/actions/gtk-go-up.svg +share/icons/Quid/scalable/actions/gtk-goto-bottom.svg +share/icons/Quid/scalable/actions/gtk-goto-first-ltr.svg +share/icons/Quid/scalable/actions/gtk-goto-first-rtl.svg +share/icons/Quid/scalable/actions/gtk-goto-last-ltr.svg +share/icons/Quid/scalable/actions/gtk-goto-last-rtl.svg +share/icons/Quid/scalable/actions/gtk-goto-top.svg +share/icons/Quid/scalable/actions/gtk-home.svg +share/icons/Quid/scalable/actions/gtk-open.svg +share/icons/Quid/scalable/actions/gtk-refresh.svg +share/icons/Quid/scalable/actions/kfm_home.svg +share/icons/Quid/scalable/actions/next.svg +share/icons/Quid/scalable/actions/previous.svg +share/icons/Quid/scalable/actions/redhat-home.svg +share/icons/Quid/scalable/actions/reload.svg +share/icons/Quid/scalable/actions/reload3.svg +share/icons/Quid/scalable/actions/reload_all_tabs.svg +share/icons/Quid/scalable/actions/reload_page.svg +share/icons/Quid/scalable/actions/start.svg +share/icons/Quid/scalable/actions/stock_bottom.svg +share/icons/Quid/scalable/actions/stock_down.svg +share/icons/Quid/scalable/actions/stock_first.svg +share/icons/Quid/scalable/actions/stock_home.svg +share/icons/Quid/scalable/actions/stock_last.svg +share/icons/Quid/scalable/actions/stock_left.svg +share/icons/Quid/scalable/actions/stock_refresh.svg +share/icons/Quid/scalable/actions/stock_right.svg +share/icons/Quid/scalable/actions/stock_top.svg +share/icons/Quid/scalable/actions/stock_up.svg +share/icons/Quid/scalable/actions/top.svg +share/icons/Quid/scalable/actions/up.svg +share/icons/Quid/scalable/actions/view-refresh.svg +share/icons/Quid/scalable/places/application-x-gnome-saved-search.svg +share/icons/Quid/scalable/places/folder-remote.svg +share/icons/Quid/scalable/places/folder-saved-search.svg +share/icons/Quid/scalable/places/folder.svg +share/icons/Quid/scalable/places/folder_home.svg +share/icons/Quid/scalable/places/gnome-fs-directory.svg +share/icons/Quid/scalable/places/gnome-fs-ftp.svg +share/icons/Quid/scalable/places/gnome-fs-home.svg +share/icons/Quid/scalable/places/gnome-fs-nfs.svg +share/icons/Quid/scalable/places/gnome-fs-share.svg +share/icons/Quid/scalable/places/gnome-fs-smb.svg +share/icons/Quid/scalable/places/gnome-fs-ssh.svg +share/icons/Quid/scalable/places/gnome-mime-x-directory-smb-share.svg +share/icons/Quid/scalable/places/gtk-directory.svg +share/icons/Quid/scalable/places/inode-directory.svg +share/icons/Quid/scalable/places/network.svg +share/icons/Quid/scalable/places/stock_folder.svg +share/icons/Quid/scalable/places/user-home.svg +share/icons/Quid/scalable/status/folder-drag-accept.svg +share/icons/Quid/scalable/status/folder-open.svg +share/icons/Quid/scalable/status/folder-visiting.svg +share/icons/Quid/scalable/status/folder_open.svg +share/icons/Quid/scalable/status/gnome-fs-directory-accept.svg +share/icons/Quid/scalable/status/gnome-fs-directory-visiting.svg +share/icons/Quid/scalable/status/stock_open.svg +share/icons/mate/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +share/icons/mate/cursors/X_cursor +share/icons/mate/cursors/arrow +share/icons/mate/cursors/based_arrow_down +share/icons/mate/cursors/based_arrow_up +share/icons/mate/cursors/bottom_left_corner +share/icons/mate/cursors/bottom_right_corner +share/icons/mate/cursors/bottom_side +share/icons/mate/cursors/double_arrow +share/icons/mate/cursors/draft_large +share/icons/mate/cursors/draft_small +share/icons/mate/cursors/fleur +share/icons/mate/cursors/hand1 +share/icons/mate/cursors/hand2 +share/icons/mate/cursors/left_ptr +share/icons/mate/cursors/left_ptr_watch +share/icons/mate/cursors/left_side +share/icons/mate/cursors/ll_angle +share/icons/mate/cursors/question_arrow +share/icons/mate/cursors/right_ptr +share/icons/mate/cursors/right_side +share/icons/mate/cursors/sb_h_double_arrow +share/icons/mate/cursors/sb_right_arrow +share/icons/mate/cursors/sb_up_arrow +share/icons/mate/cursors/sb_v_double_arrow +share/icons/mate/cursors/top_left_arrow +share/icons/mate/cursors/top_left_corner +share/icons/mate/cursors/top_right_corner +share/icons/mate/cursors/top_side +share/icons/mate/cursors/ul_angle +share/icons/mate/cursors/ur_angle +share/icons/mate/cursors/watch +share/icons/mate/cursors/xterm +share/locale/af/LC_MESSAGES/mate-themes.mo +share/locale/am/LC_MESSAGES/mate-themes.mo +share/locale/ar/LC_MESSAGES/mate-themes.mo +share/locale/as/LC_MESSAGES/mate-themes.mo +share/locale/ast/LC_MESSAGES/mate-themes.mo +share/locale/az/LC_MESSAGES/mate-themes.mo +share/locale/be/LC_MESSAGES/mate-themes.mo +share/locale/be@latin/LC_MESSAGES/mate-themes.mo +share/locale/bg/LC_MESSAGES/mate-themes.mo +share/locale/bn/LC_MESSAGES/mate-themes.mo +share/locale/bn_IN/LC_MESSAGES/mate-themes.mo +share/locale/br/LC_MESSAGES/mate-themes.mo +share/locale/bs/LC_MESSAGES/mate-themes.mo +share/locale/ca/LC_MESSAGES/mate-themes.mo +share/locale/ca@valencia/LC_MESSAGES/mate-themes.mo +share/locale/crh/LC_MESSAGES/mate-themes.mo +share/locale/cs/LC_MESSAGES/mate-themes.mo +share/locale/cy/LC_MESSAGES/mate-themes.mo +share/locale/da/LC_MESSAGES/mate-themes.mo +share/locale/de/LC_MESSAGES/mate-themes.mo +share/locale/dz/LC_MESSAGES/mate-themes.mo +share/locale/el/LC_MESSAGES/mate-themes.mo +share/locale/en@shaw/LC_MESSAGES/mate-themes.mo +share/locale/en_CA/LC_MESSAGES/mate-themes.mo +share/locale/en_GB/LC_MESSAGES/mate-themes.mo +share/locale/eo/LC_MESSAGES/mate-themes.mo +share/locale/es/LC_MESSAGES/mate-themes.mo +share/locale/et/LC_MESSAGES/mate-themes.mo +share/locale/eu/LC_MESSAGES/mate-themes.mo +share/locale/fa/LC_MESSAGES/mate-themes.mo +share/locale/fi/LC_MESSAGES/mate-themes.mo +share/locale/fr/LC_MESSAGES/mate-themes.mo +share/locale/fur/LC_MESSAGES/mate-themes.mo +share/locale/ga/LC_MESSAGES/mate-themes.mo +share/locale/gl/LC_MESSAGES/mate-themes.mo +share/locale/gu/LC_MESSAGES/mate-themes.mo +share/locale/he/LC_MESSAGES/mate-themes.mo +share/locale/hi/LC_MESSAGES/mate-themes.mo +share/locale/hr/LC_MESSAGES/mate-themes.mo +share/locale/hu/LC_MESSAGES/mate-themes.mo +share/locale/id/LC_MESSAGES/mate-themes.mo +share/locale/is/LC_MESSAGES/mate-themes.mo +share/locale/it/LC_MESSAGES/mate-themes.mo +share/locale/ja/LC_MESSAGES/mate-themes.mo +share/locale/ka/LC_MESSAGES/mate-themes.mo +share/locale/kn/LC_MESSAGES/mate-themes.mo +share/locale/ko/LC_MESSAGES/mate-themes.mo +share/locale/ku/LC_MESSAGES/mate-themes.mo +share/locale/ky/LC_MESSAGES/mate-themes.mo +share/locale/li/LC_MESSAGES/mate-themes.mo +share/locale/lt/LC_MESSAGES/mate-themes.mo +share/locale/lv/LC_MESSAGES/mate-themes.mo +share/locale/mai/LC_MESSAGES/mate-themes.mo +share/locale/mg/LC_MESSAGES/mate-themes.mo +share/locale/mk/LC_MESSAGES/mate-themes.mo +share/locale/ml/LC_MESSAGES/mate-themes.mo +share/locale/mn/LC_MESSAGES/mate-themes.mo +share/locale/mr/LC_MESSAGES/mate-themes.mo +share/locale/ms/LC_MESSAGES/mate-themes.mo +share/locale/nb/LC_MESSAGES/mate-themes.mo +share/locale/nds/LC_MESSAGES/mate-themes.mo +share/locale/ne/LC_MESSAGES/mate-themes.mo +share/locale/nl/LC_MESSAGES/mate-themes.mo +share/locale/nn/LC_MESSAGES/mate-themes.mo +share/locale/oc/LC_MESSAGES/mate-themes.mo +share/locale/or/LC_MESSAGES/mate-themes.mo +share/locale/pa/LC_MESSAGES/mate-themes.mo +share/locale/pl/LC_MESSAGES/mate-themes.mo +share/locale/pt/LC_MESSAGES/mate-themes.mo +share/locale/pt_BR/LC_MESSAGES/mate-themes.mo +share/locale/ro/LC_MESSAGES/mate-themes.mo +share/locale/ru/LC_MESSAGES/mate-themes.mo +share/locale/rw/LC_MESSAGES/mate-themes.mo +share/locale/si/LC_MESSAGES/mate-themes.mo +share/locale/sk/LC_MESSAGES/mate-themes.mo +share/locale/sl/LC_MESSAGES/mate-themes.mo +share/locale/sq/LC_MESSAGES/mate-themes.mo +share/locale/sr/LC_MESSAGES/mate-themes.mo +share/locale/sr@latin/LC_MESSAGES/mate-themes.mo +share/locale/sv/LC_MESSAGES/mate-themes.mo +share/locale/ta/LC_MESSAGES/mate-themes.mo +share/locale/te/LC_MESSAGES/mate-themes.mo +share/locale/th/LC_MESSAGES/mate-themes.mo +share/locale/tr/LC_MESSAGES/mate-themes.mo +share/locale/ug/LC_MESSAGES/mate-themes.mo +share/locale/uk/LC_MESSAGES/mate-themes.mo +share/locale/vi/LC_MESSAGES/mate-themes.mo +share/locale/wa/LC_MESSAGES/mate-themes.mo +share/locale/xh/LC_MESSAGES/mate-themes.mo +share/locale/zh_CN/LC_MESSAGES/mate-themes.mo +share/locale/zh_HK/LC_MESSAGES/mate-themes.mo +share/locale/zh_TW/LC_MESSAGES/mate-themes.mo +share/themes/AlaDelta/gtk-2.0/gtkrc +share/themes/AlaDelta/index.theme +share/themes/AlaDelta/metacity-1/metacity-theme-1.xml +share/themes/Atantla/metacity-1/metacity-theme-1.xml +share/themes/BlackMATE/README +share/themes/BlackMATE/cinnamon/add-workspace-hover.png +share/themes/BlackMATE/cinnamon/add-workspace.png +share/themes/BlackMATE/cinnamon/calendar-arrow-left.svg +share/themes/BlackMATE/cinnamon/calendar-arrow-right.svg +share/themes/BlackMATE/cinnamon/checkbox-focused.svg +share/themes/BlackMATE/cinnamon/checkbox-off-focused.svg +share/themes/BlackMATE/cinnamon/checkbox-off.svg +share/themes/BlackMATE/cinnamon/checkbox.svg +share/themes/BlackMATE/cinnamon/cinnamon.css +share/themes/BlackMATE/cinnamon/close.svg +share/themes/BlackMATE/cinnamon/corner-ripple.png +share/themes/BlackMATE/cinnamon/overview-hover.png +share/themes/BlackMATE/cinnamon/overview.png +share/themes/BlackMATE/cinnamon/panel-button-highlight-narrow.svg +share/themes/BlackMATE/cinnamon/radiobutton-off.svg +share/themes/BlackMATE/cinnamon/radiobutton.svg +share/themes/BlackMATE/cinnamon/thumbnail.png +share/themes/BlackMATE/cinnamon/toggle-off-intl.png +share/themes/BlackMATE/cinnamon/toggle-off-us.png +share/themes/BlackMATE/cinnamon/toggle-on-intl.png +share/themes/BlackMATE/cinnamon/toggle-on-us.png +share/themes/BlackMATE/cinnamon/trash-icon.png +share/themes/BlackMATE/gtk-2.0/Styles/caja.rc +share/themes/BlackMATE/gtk-2.0/assets/bg-entry.png +share/themes/BlackMATE/gtk-2.0/assets/bg.png +share/themes/BlackMATE/gtk-2.0/assets/border-entry.png +share/themes/BlackMATE/gtk-2.0/gtkrc +share/themes/BlackMATE/gtk-3.0/assets/button-active-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/button-active-border-dark1.svg +share/themes/BlackMATE/gtk-3.0/assets/button-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/button-border-dark1.svg +share/themes/BlackMATE/gtk-3.0/assets/button-default-active-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/button-default-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-checked-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-checked-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-checked-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-checked.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-mixed-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-menuitem-mixed.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-mixed-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-mixed-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-unchecked-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/checkbox-unchecked-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/entry-border-focused-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/entry-border-normal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/entry-border-normal-dark1.svg +share/themes/BlackMATE/gtk-3.0/assets/grid-selection-checked.svg +share/themes/BlackMATE/gtk-3.0/assets/grid-selection-unchecked.svg +share/themes/BlackMATE/gtk-3.0/assets/menu-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/notebook-pane-separator-grip-hover.svg +share/themes/BlackMATE/gtk-3.0/assets/notebook-pane-separator-grip-vertical-hover.svg +share/themes/BlackMATE/gtk-3.0/assets/notebook-pane-separator-grip-vertical.svg +share/themes/BlackMATE/gtk-3.0/assets/notebook-pane-separator-grip.svg +share/themes/BlackMATE/gtk-3.0/assets/pane-separator-grip-hover.svg +share/themes/BlackMATE/gtk-3.0/assets/pane-separator-grip-vertical-hover.svg +share/themes/BlackMATE/gtk-3.0/assets/pane-separator-grip-vertical.svg +share/themes/BlackMATE/gtk-3.0/assets/pane-separator-grip.svg +share/themes/BlackMATE/gtk-3.0/assets/primary-toolbar-button-active-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/primary-toolbar-raised-button-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/progressbar-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/progressbar-border-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-checked-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-checked.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-mixed-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-menuitem-mixed.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-mixed-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-mixed-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-mixed-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-selected-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-selected-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-selected-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-unselected-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-unselected-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/radio-unselected-lessdark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-horizontal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-above-horizontal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-above-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-below-horizontal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-below-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/sidebar-radio-checked-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/sidebar-radio-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/sidebar-radio-selected-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/sidebar-radio-selected-prelight.svg +share/themes/BlackMATE/gtk-3.0/assets/switch-slider-grip.svg +share/themes/BlackMATE/gtk-3.0/assets/treeview-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/treeview-focus-border-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-horizontal-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-horizontal-dark1.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-switch-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-vertical-dark.svg +share/themes/BlackMATE/gtk-3.0/assets/trough-border-vertical-dark1.svg +share/themes/BlackMATE/gtk-3.0/gtk-dark.css +share/themes/BlackMATE/gtk-3.0/gtk-main-dark.css +share/themes/BlackMATE/gtk-3.0/gtk-main.css +share/themes/BlackMATE/gtk-3.0/gtk-widgets-assets-dark.css +share/themes/BlackMATE/gtk-3.0/gtk-widgets.css +share/themes/BlackMATE/gtk-3.0/gtk.css +share/themes/BlackMATE/gtk-3.0/settings.ini +share/themes/BlackMATE/index.theme +share/themes/BlackMATE/metacity-1/bar.png +share/themes/BlackMATE/metacity-1/bar_unfocused.png +share/themes/BlackMATE/metacity-1/button-close-focus.png +share/themes/BlackMATE/metacity-1/button-max-focus.png +share/themes/BlackMATE/metacity-1/button-max-focus1.png +share/themes/BlackMATE/metacity-1/button-min-focus.png +share/themes/BlackMATE/metacity-1/menu-button-pressed.png +share/themes/BlackMATE/metacity-1/metacity-theme-1.xml +share/themes/BlackMATE/metacity-1/metacity-theme-2.xml +share/themes/BlackMATE/metacity-1/metacity-theme-3.xml +share/themes/BlackMATE/metacity-1/neutral.png +share/themes/BlackMATE/metacity-1/unabove-button-unfocus.png +share/themes/BlackMATE/metacity-1/unabove-button.png +share/themes/BlackMATE/metacity-1/unfocus.png +share/themes/BlackMATE/metacity-1/yellow.png +share/themes/ContrastHigh/gtk-2.0/gtkrc +share/themes/ContrastHigh/gtk-3.0/gtk-widgets.css +share/themes/ContrastHigh/gtk-3.0/gtk.css +share/themes/ContrastHigh/gtk-3.0/settings.ini +share/themes/ContrastHigh/index.theme +share/themes/ContrastHigh/metacity-1/metacity-theme-1.xml +share/themes/ContrastHigh/metacity-1/metacity-theme-3.xml +share/themes/ContrastHighInverse/gtk-2.0/gtkrc +share/themes/ContrastHighInverse/index.theme +share/themes/ContrastHighLargePrint/gtk-2.0/gtkrc +share/themes/ContrastHighLargePrint/index.theme.disabled +share/themes/ContrastHighLargePrint/pixmaps/double-click-maybe.png +share/themes/ContrastHighLargePrint/pixmaps/double-click-off.png +share/themes/ContrastHighLargePrint/pixmaps/double-click-on.png +share/themes/ContrastHighLargePrint/pixmaps/marco-delete.png +share/themes/ContrastHighLargePrint/pixmaps/marco-maximize.png +share/themes/ContrastHighLargePrint/pixmaps/marco-minimize.png +share/themes/ContrastHighLargePrint/pixmaps/media-backward.png +share/themes/ContrastHighLargePrint/pixmaps/media-eject.png +share/themes/ContrastHighLargePrint/pixmaps/media-forward.png +share/themes/ContrastHighLargePrint/pixmaps/media-next.png +share/themes/ContrastHighLargePrint/pixmaps/media-pause.png +share/themes/ContrastHighLargePrint/pixmaps/media-play.png +share/themes/ContrastHighLargePrint/pixmaps/media-prev.png +share/themes/ContrastHighLargePrint/pixmaps/media-record.png +share/themes/ContrastHighLargePrint/pixmaps/media-stop.png +share/themes/ContrastHighLargePrint/pixmaps/printer-broken.png +share/themes/ContrastHighLargePrint/pixmaps/printer-default.png +share/themes/ContrastHighLargePrint/pixmaps/printer-inkjet.png +share/themes/ContrastHighLargePrint/pixmaps/printer-personal-laser.png +share/themes/ContrastHighLargePrint/pixmaps/printer-workgroup-laser.png +share/themes/ContrastHighLargePrint/pixmaps/stock_about.png +share/themes/ContrastHighLargePrint/pixmaps/stock_accessories.png +share/themes/ContrastHighLargePrint/pixmaps/stock_add.png +share/themes/ContrastHighLargePrint/pixmaps/stock_amusements.png +share/themes/ContrastHighLargePrint/pixmaps/stock_apply.png +share/themes/ContrastHighLargePrint/pixmaps/stock_attach.png +share/themes/ContrastHighLargePrint/pixmaps/stock_bold.png +share/themes/ContrastHighLargePrint/pixmaps/stock_book.png +share/themes/ContrastHighLargePrint/pixmaps/stock_cancel.png +share/themes/ContrastHighLargePrint/pixmaps/stock_cde-menu.png +share/themes/ContrastHighLargePrint/pixmaps/stock_cdrom.png +share/themes/ContrastHighLargePrint/pixmaps/stock_clear.png +share/themes/ContrastHighLargePrint/pixmaps/stock_close.png +share/themes/ContrastHighLargePrint/pixmaps/stock_commandline-browser.xpm +share/themes/ContrastHighLargePrint/pixmaps/stock_commandline-history.xpm +share/themes/ContrastHighLargePrint/pixmaps/stock_connect.png +share/themes/ContrastHighLargePrint/pixmaps/stock_convert.png +share/themes/ContrastHighLargePrint/pixmaps/stock_copy.png +share/themes/ContrastHighLargePrint/pixmaps/stock_cut.png +share/themes/ContrastHighLargePrint/pixmaps/stock_delete.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dialog_error.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dialog_info.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dialog_question.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dialog_warning.png +share/themes/ContrastHighLargePrint/pixmaps/stock_disconnect.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dnd.png +share/themes/ContrastHighLargePrint/pixmaps/stock_dnd_multiple.png +share/themes/ContrastHighLargePrint/pixmaps/stock_drawer.png +share/themes/ContrastHighLargePrint/pixmaps/stock_edit.png +share/themes/ContrastHighLargePrint/pixmaps/stock_empty.png +share/themes/ContrastHighLargePrint/pixmaps/stock_execute.png +share/themes/ContrastHighLargePrint/pixmaps/stock_export.png +share/themes/ContrastHighLargePrint/pixmaps/stock_find-and-replace.png +share/themes/ContrastHighLargePrint/pixmaps/stock_find.png +share/themes/ContrastHighLargePrint/pixmaps/stock_floppy.png +share/themes/ContrastHighLargePrint/pixmaps/stock_go-back.png +share/themes/ContrastHighLargePrint/pixmaps/stock_go-down.png +share/themes/ContrastHighLargePrint/pixmaps/stock_go-forward.png +share/themes/ContrastHighLargePrint/pixmaps/stock_go-up.png +share/themes/ContrastHighLargePrint/pixmaps/stock_goto-bottom.png +share/themes/ContrastHighLargePrint/pixmaps/stock_goto-first.png +share/themes/ContrastHighLargePrint/pixmaps/stock_goto-last.png +share/themes/ContrastHighLargePrint/pixmaps/stock_goto-top.png +share/themes/ContrastHighLargePrint/pixmaps/stock_harddisk.png +share/themes/ContrastHighLargePrint/pixmaps/stock_help.png +share/themes/ContrastHighLargePrint/pixmaps/stock_home.png +share/themes/ContrastHighLargePrint/pixmaps/stock_import.png +share/themes/ContrastHighLargePrint/pixmaps/stock_index.png +share/themes/ContrastHighLargePrint/pixmaps/stock_info.png +share/themes/ContrastHighLargePrint/pixmaps/stock_insert-image.png +share/themes/ContrastHighLargePrint/pixmaps/stock_insert-object.png +share/themes/ContrastHighLargePrint/pixmaps/stock_insert-table.png +share/themes/ContrastHighLargePrint/pixmaps/stock_internet.png +share/themes/ContrastHighLargePrint/pixmaps/stock_italic.png +share/themes/ContrastHighLargePrint/pixmaps/stock_jump-to.png +share/themes/ContrastHighLargePrint/pixmaps/stock_justify-center.png +share/themes/ContrastHighLargePrint/pixmaps/stock_justify-fill.png +share/themes/ContrastHighLargePrint/pixmaps/stock_justify-left.png +share/themes/ContrastHighLargePrint/pixmaps/stock_justify-right.png +share/themes/ContrastHighLargePrint/pixmaps/stock_launcher-program.png +share/themes/ContrastHighLargePrint/pixmaps/stock_line-in.png +share/themes/ContrastHighLargePrint/pixmaps/stock_lockscreen.png +share/themes/ContrastHighLargePrint/pixmaps/stock_logout.png +share/themes/ContrastHighLargePrint/pixmaps/stock_mate-logo.png +share/themes/ContrastHighLargePrint/pixmaps/stock_mate-util.png +share/themes/ContrastHighLargePrint/pixmaps/stock_mic.png +share/themes/ContrastHighLargePrint/pixmaps/stock_missing-image.png +share/themes/ContrastHighLargePrint/pixmaps/stock_multimedia.png +share/themes/ContrastHighLargePrint/pixmaps/stock_new.png +share/themes/ContrastHighLargePrint/pixmaps/stock_no.png +share/themes/ContrastHighLargePrint/pixmaps/stock_ok.png +share/themes/ContrastHighLargePrint/pixmaps/stock_open.png +share/themes/ContrastHighLargePrint/pixmaps/stock_paste.png +share/themes/ContrastHighLargePrint/pixmaps/stock_preferences.png +share/themes/ContrastHighLargePrint/pixmaps/stock_print-preview.png +share/themes/ContrastHighLargePrint/pixmaps/stock_print.png +share/themes/ContrastHighLargePrint/pixmaps/stock_properties.png +share/themes/ContrastHighLargePrint/pixmaps/stock_quit.png +share/themes/ContrastHighLargePrint/pixmaps/stock_redo.png +share/themes/ContrastHighLargePrint/pixmaps/stock_refresh.png +share/themes/ContrastHighLargePrint/pixmaps/stock_remove.png +share/themes/ContrastHighLargePrint/pixmaps/stock_revert-to-saved.png +share/themes/ContrastHighLargePrint/pixmaps/stock_run.png +share/themes/ContrastHighLargePrint/pixmaps/stock_save-as.png +share/themes/ContrastHighLargePrint/pixmaps/stock_save.png +share/themes/ContrastHighLargePrint/pixmaps/stock_screenshot.png +share/themes/ContrastHighLargePrint/pixmaps/stock_searchtool.png +share/themes/ContrastHighLargePrint/pixmaps/stock_select-color.png +share/themes/ContrastHighLargePrint/pixmaps/stock_select-font.png +share/themes/ContrastHighLargePrint/pixmaps/stock_sort-ascending.png +share/themes/ContrastHighLargePrint/pixmaps/stock_sort-descending.png +share/themes/ContrastHighLargePrint/pixmaps/stock_spell-check.png +share/themes/ContrastHighLargePrint/pixmaps/stock_stop.png +share/themes/ContrastHighLargePrint/pixmaps/stock_strikethrough.png +share/themes/ContrastHighLargePrint/pixmaps/stock_undelete.png +share/themes/ContrastHighLargePrint/pixmaps/stock_underline.png +share/themes/ContrastHighLargePrint/pixmaps/stock_undo.png +share/themes/ContrastHighLargePrint/pixmaps/stock_volume.png +share/themes/ContrastHighLargePrint/pixmaps/stock_yes.png +share/themes/ContrastHighLargePrint/pixmaps/stock_zoom-100.png +share/themes/ContrastHighLargePrint/pixmaps/stock_zoom-fit.png +share/themes/ContrastHighLargePrint/pixmaps/stock_zoom-in.png +share/themes/ContrastHighLargePrint/pixmaps/stock_zoom-out.png +share/themes/ContrastHighLargePrint/pixmaps/volume-max.png +share/themes/ContrastHighLargePrint/pixmaps/volume-medium.png +share/themes/ContrastHighLargePrint/pixmaps/volume-min.png +share/themes/ContrastHighLargePrint/pixmaps/volume-mute.png +share/themes/ContrastHighLargePrint/pixmaps/volume-zero.png +share/themes/ContrastHighLargePrintInverse/gtk-2.0/gtkrc +share/themes/ContrastHighLargePrintInverse/index.theme.disabled +share/themes/ContrastHighLargePrintInverse/pixmaps/double-click-maybe.png +share/themes/ContrastHighLargePrintInverse/pixmaps/double-click-off.png +share/themes/ContrastHighLargePrintInverse/pixmaps/double-click-on.png +share/themes/ContrastHighLargePrintInverse/pixmaps/marco-delete.png +share/themes/ContrastHighLargePrintInverse/pixmaps/marco-maximize.png +share/themes/ContrastHighLargePrintInverse/pixmaps/marco-minimize.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-backward.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-eject.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-forward.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-next.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-pause.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-play.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-prev.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-record.png +share/themes/ContrastHighLargePrintInverse/pixmaps/media-stop.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-broken.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-default.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-inkjet.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-personal-laser.png +share/themes/ContrastHighLargePrintInverse/pixmaps/printer-workgroup-laser.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_about.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_accessories.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_add.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_amusements.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_apply.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_attach.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_bold.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_book.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_cancel.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_cde-menu.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_cdrom.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_clear.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_close.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_commandline-browser.xpm +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_commandline-history.xpm +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_connect.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_convert.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_copy.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_cut.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_delete.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dialog_error.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dialog_info.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dialog_question.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dialog_warning.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_disconnect.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dnd.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_dnd_multiple.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_drawer.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_edit.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_empty.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_execute.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_export.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_find-and-replace.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_find.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_floppy.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_go-back.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_go-down.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_go-forward.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_go-up.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_goto-bottom.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_goto-first.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_goto-last.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_goto-top.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_harddisk.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_help.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_home.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_import.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_index.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_info.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_insert-image.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_insert-object.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_insert-table.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_internet.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_italic.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_jump-to.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_justify-center.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_justify-fill.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_justify-left.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_justify-right.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_launcher-program.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_line-in.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_lockscreen.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_logout.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_mate-logo.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_mate-util.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_mic.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_missing-image.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_multimedia.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_new.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_no.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_ok.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_open.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_paste.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_preferences.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_print-preview.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_print.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_properties.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_quit.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_redo.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_refresh.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_remove.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_revert-to-saved.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_run.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_save-as.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_save.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_screenshot.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_searchtool.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_select-color.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_select-font.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_sort-ascending.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_sort-descending.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_spell-check.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_stop.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_strikethrough.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_undelete.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_underline.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_undo.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_volume.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_yes.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_zoom-100.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_zoom-fit.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_zoom-in.png +share/themes/ContrastHighLargePrintInverse/pixmaps/stock_zoom-out.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-max.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-medium.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-min.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-mute.png +share/themes/ContrastHighLargePrintInverse/pixmaps/volume-zero.png +share/themes/ContrastLow/gtk-2.0/gtkrc +share/themes/ContrastLow/index.theme.disabled +share/themes/ContrastLowLargePrint/gtk-2.0/gtkrc +share/themes/ContrastLowLargePrint/index.theme.disabled +share/themes/ContrastLowLargePrint/pixmaps/double-click-maybe.png +share/themes/ContrastLowLargePrint/pixmaps/double-click-off.png +share/themes/ContrastLowLargePrint/pixmaps/double-click-on.png +share/themes/ContrastLowLargePrint/pixmaps/marco-delete.png +share/themes/ContrastLowLargePrint/pixmaps/marco-maximize.png +share/themes/ContrastLowLargePrint/pixmaps/marco-minimize.png +share/themes/ContrastLowLargePrint/pixmaps/media-backward.png +share/themes/ContrastLowLargePrint/pixmaps/media-eject.png +share/themes/ContrastLowLargePrint/pixmaps/media-forward.png +share/themes/ContrastLowLargePrint/pixmaps/media-next.png +share/themes/ContrastLowLargePrint/pixmaps/media-pause.png +share/themes/ContrastLowLargePrint/pixmaps/media-play.png +share/themes/ContrastLowLargePrint/pixmaps/media-prev.png +share/themes/ContrastLowLargePrint/pixmaps/media-record.png +share/themes/ContrastLowLargePrint/pixmaps/media-stop.png +share/themes/ContrastLowLargePrint/pixmaps/printer-broken.png +share/themes/ContrastLowLargePrint/pixmaps/printer-default.png +share/themes/ContrastLowLargePrint/pixmaps/printer-inkjet.png +share/themes/ContrastLowLargePrint/pixmaps/printer-personal-laser.png +share/themes/ContrastLowLargePrint/pixmaps/printer-workgroup-laser.png +share/themes/ContrastLowLargePrint/pixmaps/stock_about.png +share/themes/ContrastLowLargePrint/pixmaps/stock_accessories.png +share/themes/ContrastLowLargePrint/pixmaps/stock_add.png +share/themes/ContrastLowLargePrint/pixmaps/stock_amusements.png +share/themes/ContrastLowLargePrint/pixmaps/stock_apply.png +share/themes/ContrastLowLargePrint/pixmaps/stock_attach.png +share/themes/ContrastLowLargePrint/pixmaps/stock_bold.png +share/themes/ContrastLowLargePrint/pixmaps/stock_book.png +share/themes/ContrastLowLargePrint/pixmaps/stock_cancel.png +share/themes/ContrastLowLargePrint/pixmaps/stock_cde-menu.png +share/themes/ContrastLowLargePrint/pixmaps/stock_cdrom.png +share/themes/ContrastLowLargePrint/pixmaps/stock_clear.png +share/themes/ContrastLowLargePrint/pixmaps/stock_close.png +share/themes/ContrastLowLargePrint/pixmaps/stock_commandline-browser.xpm +share/themes/ContrastLowLargePrint/pixmaps/stock_commandline-history.xpm +share/themes/ContrastLowLargePrint/pixmaps/stock_connect.png +share/themes/ContrastLowLargePrint/pixmaps/stock_convert.png +share/themes/ContrastLowLargePrint/pixmaps/stock_copy.png +share/themes/ContrastLowLargePrint/pixmaps/stock_cut.png +share/themes/ContrastLowLargePrint/pixmaps/stock_delete.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dialog_error.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dialog_info.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dialog_question.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dialog_warning.png +share/themes/ContrastLowLargePrint/pixmaps/stock_disconnect.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dnd.png +share/themes/ContrastLowLargePrint/pixmaps/stock_dnd_multiple.png +share/themes/ContrastLowLargePrint/pixmaps/stock_drawer.png +share/themes/ContrastLowLargePrint/pixmaps/stock_edit.png +share/themes/ContrastLowLargePrint/pixmaps/stock_empty.png +share/themes/ContrastLowLargePrint/pixmaps/stock_execute.png +share/themes/ContrastLowLargePrint/pixmaps/stock_export.png +share/themes/ContrastLowLargePrint/pixmaps/stock_find-and-replace.png +share/themes/ContrastLowLargePrint/pixmaps/stock_find.png +share/themes/ContrastLowLargePrint/pixmaps/stock_floppy.png +share/themes/ContrastLowLargePrint/pixmaps/stock_go-back.png +share/themes/ContrastLowLargePrint/pixmaps/stock_go-down.png +share/themes/ContrastLowLargePrint/pixmaps/stock_go-forward.png +share/themes/ContrastLowLargePrint/pixmaps/stock_go-up.png +share/themes/ContrastLowLargePrint/pixmaps/stock_goto-bottom.png +share/themes/ContrastLowLargePrint/pixmaps/stock_goto-first.png +share/themes/ContrastLowLargePrint/pixmaps/stock_goto-last.png +share/themes/ContrastLowLargePrint/pixmaps/stock_goto-top.png +share/themes/ContrastLowLargePrint/pixmaps/stock_harddisk.png +share/themes/ContrastLowLargePrint/pixmaps/stock_help.png +share/themes/ContrastLowLargePrint/pixmaps/stock_home.png +share/themes/ContrastLowLargePrint/pixmaps/stock_import.png +share/themes/ContrastLowLargePrint/pixmaps/stock_index.png +share/themes/ContrastLowLargePrint/pixmaps/stock_info.png +share/themes/ContrastLowLargePrint/pixmaps/stock_insert-image.png +share/themes/ContrastLowLargePrint/pixmaps/stock_insert-object.png +share/themes/ContrastLowLargePrint/pixmaps/stock_insert-table.png +share/themes/ContrastLowLargePrint/pixmaps/stock_internet.png +share/themes/ContrastLowLargePrint/pixmaps/stock_italic.png +share/themes/ContrastLowLargePrint/pixmaps/stock_jump-to.png +share/themes/ContrastLowLargePrint/pixmaps/stock_justify-center.png +share/themes/ContrastLowLargePrint/pixmaps/stock_justify-fill.png +share/themes/ContrastLowLargePrint/pixmaps/stock_justify-left.png +share/themes/ContrastLowLargePrint/pixmaps/stock_justify-right.png +share/themes/ContrastLowLargePrint/pixmaps/stock_launcher-program.png +share/themes/ContrastLowLargePrint/pixmaps/stock_line-in.png +share/themes/ContrastLowLargePrint/pixmaps/stock_lockscreen.png +share/themes/ContrastLowLargePrint/pixmaps/stock_logout.png +share/themes/ContrastLowLargePrint/pixmaps/stock_mate-logo.png +share/themes/ContrastLowLargePrint/pixmaps/stock_mate-util.png +share/themes/ContrastLowLargePrint/pixmaps/stock_mic.png +share/themes/ContrastLowLargePrint/pixmaps/stock_missing-image.png +share/themes/ContrastLowLargePrint/pixmaps/stock_multimedia.png +share/themes/ContrastLowLargePrint/pixmaps/stock_new.png +share/themes/ContrastLowLargePrint/pixmaps/stock_no.png +share/themes/ContrastLowLargePrint/pixmaps/stock_ok.png +share/themes/ContrastLowLargePrint/pixmaps/stock_open.png +share/themes/ContrastLowLargePrint/pixmaps/stock_paste.png +share/themes/ContrastLowLargePrint/pixmaps/stock_preferences.png +share/themes/ContrastLowLargePrint/pixmaps/stock_print-preview.png +share/themes/ContrastLowLargePrint/pixmaps/stock_print.png +share/themes/ContrastLowLargePrint/pixmaps/stock_properties.png +share/themes/ContrastLowLargePrint/pixmaps/stock_quit.png +share/themes/ContrastLowLargePrint/pixmaps/stock_redo.png +share/themes/ContrastLowLargePrint/pixmaps/stock_refresh.png +share/themes/ContrastLowLargePrint/pixmaps/stock_remove.png +share/themes/ContrastLowLargePrint/pixmaps/stock_revert-to-saved.png +share/themes/ContrastLowLargePrint/pixmaps/stock_run.png +share/themes/ContrastLowLargePrint/pixmaps/stock_save-as.png +share/themes/ContrastLowLargePrint/pixmaps/stock_save.png +share/themes/ContrastLowLargePrint/pixmaps/stock_screenshot.png +share/themes/ContrastLowLargePrint/pixmaps/stock_searchtool.png +share/themes/ContrastLowLargePrint/pixmaps/stock_select-color.png +share/themes/ContrastLowLargePrint/pixmaps/stock_select-font.png +share/themes/ContrastLowLargePrint/pixmaps/stock_sort-ascending.png +share/themes/ContrastLowLargePrint/pixmaps/stock_sort-descending.png +share/themes/ContrastLowLargePrint/pixmaps/stock_spell-check.png +share/themes/ContrastLowLargePrint/pixmaps/stock_stop.png +share/themes/ContrastLowLargePrint/pixmaps/stock_strikethrough.png +share/themes/ContrastLowLargePrint/pixmaps/stock_undelete.png +share/themes/ContrastLowLargePrint/pixmaps/stock_underline.png +share/themes/ContrastLowLargePrint/pixmaps/stock_undo.png +share/themes/ContrastLowLargePrint/pixmaps/stock_volume.png +share/themes/ContrastLowLargePrint/pixmaps/stock_yes.png +share/themes/ContrastLowLargePrint/pixmaps/stock_zoom-100.png +share/themes/ContrastLowLargePrint/pixmaps/stock_zoom-fit.png +share/themes/ContrastLowLargePrint/pixmaps/stock_zoom-in.png +share/themes/ContrastLowLargePrint/pixmaps/stock_zoom-out.png +share/themes/ContrastLowLargePrint/pixmaps/volume-max.png +share/themes/ContrastLowLargePrint/pixmaps/volume-medium.png +share/themes/ContrastLowLargePrint/pixmaps/volume-min.png +share/themes/ContrastLowLargePrint/pixmaps/volume-mute.png +share/themes/ContrastLowLargePrint/pixmaps/volume-zero.png +share/themes/Fog/index.theme +share/themes/Fog/metacity-1/metacity-theme-1.xml +share/themes/GreenLaguna/README +share/themes/GreenLaguna/gtk-2.0/Styles/caja.rc +share/themes/GreenLaguna/gtk-2.0/bg.png +share/themes/GreenLaguna/gtk-2.0/gtkrc +share/themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-active-border-dark1.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-active-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-border-dark1.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-default-active-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-default-active-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-default-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/button-default-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-checked.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-checked.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-menuitem-mixed.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-mixed.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/checkbox-unchecked.svg +share/themes/GreenLaguna/gtk-3.0/assets/entry-border-normal-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/entry-border-normal.svg +share/themes/GreenLaguna/gtk-3.0/assets/grid-selection-checked.svg +share/themes/GreenLaguna/gtk-3.0/assets/grid-selection-unchecked.svg +share/themes/GreenLaguna/gtk-3.0/assets/menu-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/menu-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/notebook-pane-separator-grip-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical-hover.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/pane-separator-grip.svg +share/themes/GreenLaguna/gtk-3.0/assets/primary-toolbar-button-active-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-checked.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-menuitem-mixed.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-mixed.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-selected.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected-lessdark.svg +share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-horizontal.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-below-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical-insensitive.svg +share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-vertical.svg +share/themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-checked-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/sidebar-radio-selected-prelight.svg +share/themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/switch-slider-grip.svg +share/themes/GreenLaguna/gtk-3.0/assets/switch-trough-border-active.svg +share/themes/GreenLaguna/gtk-3.0/assets/toolbar-button-border.svg +share/themes/GreenLaguna/gtk-3.0/assets/treeview-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/assets/treeview-focus-border-dark.svg +share/themes/GreenLaguna/gtk-3.0/gtk-main-common.css +share/themes/GreenLaguna/gtk-3.0/gtk-main.css +share/themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css +share/themes/GreenLaguna/gtk-3.0/gtk-widgets.css +share/themes/GreenLaguna/gtk-3.0/gtk.css +share/themes/GreenLaguna/gtk-3.0/settings.ini +share/themes/GreenLaguna/index.theme +share/themes/GreenLaguna/metacity-1/button-close-focus.png +share/themes/GreenLaguna/metacity-1/button-max-focus.png +share/themes/GreenLaguna/metacity-1/button-max-focus1.png +share/themes/GreenLaguna/metacity-1/button-min-focus.png +share/themes/GreenLaguna/metacity-1/menu-button-pressed.png +share/themes/GreenLaguna/metacity-1/metacity-theme-1.xml +share/themes/GreenLaguna/metacity-1/metacity-theme-2.xml +share/themes/GreenLaguna/metacity-1/metacity-theme-3.xml +share/themes/GreenLaguna/metacity-1/neutral.png +share/themes/GreenLaguna/metacity-1/unabove-button-unfocus.png +share/themes/GreenLaguna/metacity-1/unabove-button.png +share/themes/GreenLaguna/metacity-1/unfocus.png +share/themes/GreenLaguna/metacity-1/yellow.png +share/themes/Menta-Black/metacity-1/icon_close.png +share/themes/Menta-Black/metacity-1/icon_close_u.png +share/themes/Menta-Black/metacity-1/icon_maximize.png +share/themes/Menta-Black/metacity-1/icon_maximize_u.png +share/themes/Menta-Black/metacity-1/icon_minimize.png +share/themes/Menta-Black/metacity-1/icon_minimize_u.png +share/themes/Menta-Black/metacity-1/icon_restore.png +share/themes/Menta-Black/metacity-1/icon_restore_u.png +share/themes/Menta-Black/metacity-1/metacity-theme-1.xml +share/themes/Menta-Black/metacity-1/stripes.png +share/themes/Menta/COPYING +share/themes/Menta/README +share/themes/Menta/cinnamon/add-workspace.png +share/themes/Menta/cinnamon/calendar-arrow-left.svg +share/themes/Menta/cinnamon/calendar-arrow-right.svg +share/themes/Menta/cinnamon/calendar-today.svg +share/themes/Menta/cinnamon/cinnamon.css +share/themes/Menta/cinnamon/close-window.svg +share/themes/Menta/cinnamon/close.svg +share/themes/Menta/cinnamon/corner-ripple-ltr.png +share/themes/Menta/cinnamon/corner-ripple-rtl.png +share/themes/Menta/cinnamon/dash-placeholder.svg +share/themes/Menta/cinnamon/filter-selected-ltr.svg +share/themes/Menta/cinnamon/filter-selected-rtl.svg +share/themes/Menta/cinnamon/gdm.css +share/themes/Menta/cinnamon/menu.png +share/themes/Menta/cinnamon/overview1.png +share/themes/Menta/cinnamon/overview2.png +share/themes/Menta/cinnamon/panel-button-border.svg +share/themes/Menta/cinnamon/panel-button-highlight-narrow.svg +share/themes/Menta/cinnamon/panel-button-highlight-wide.svg +share/themes/Menta/cinnamon/player-paused.svg +share/themes/Menta/cinnamon/player-playing.svg +share/themes/Menta/cinnamon/player-stopped.svg +share/themes/Menta/cinnamon/process-working.svg +share/themes/Menta/cinnamon/running-indicator.svg +share/themes/Menta/cinnamon/scroll-hhandle.svg +share/themes/Menta/cinnamon/scroll-vhandle.svg +share/themes/Menta/cinnamon/source-button-border.svg +share/themes/Menta/cinnamon/switch-off.png +share/themes/Menta/cinnamon/switch-on.png +share/themes/Menta/cinnamon/thumbnail.png +share/themes/Menta/cinnamon/ws-switch-arrow-down.svg +share/themes/Menta/cinnamon/ws-switch-arrow-up.svg +share/themes/Menta/gtk-2.0/apps/Caja/breadcrumb_active.png +share/themes/Menta/gtk-2.0/apps/Caja/breadcrumb_normal.png +share/themes/Menta/gtk-2.0/apps/Caja/breadcrumb_prelight.png +share/themes/Menta/gtk-2.0/apps/Caja/caja-toolbar.png +share/themes/Menta/gtk-2.0/apps/Caja/extra-widget.png +share/themes/Menta/gtk-2.0/apps/Caja/left_slider_normal.png +share/themes/Menta/gtk-2.0/apps/Caja/mode_normal.png +share/themes/Menta/gtk-2.0/apps/Caja/mode_prelight.png +share/themes/Menta/gtk-2.0/apps/Caja/mode_pressed.png +share/themes/Menta/gtk-2.0/apps/Caja/resize_grip.png +share/themes/Menta/gtk-2.0/apps/Caja/right_slider_normal.png +share/themes/Menta/gtk-2.0/apps/Caja/slider-prelight.png +share/themes/Menta/gtk-2.0/apps/Caja/slider.png +share/themes/Menta/gtk-2.0/apps/Caja/trough.png +share/themes/Menta/gtk-2.0/apps/Handles/handle-caja.png +share/themes/Menta/gtk-2.0/apps/Handles/resize_grip.png +share/themes/Menta/gtk-2.0/apps/Null/null.png +share/themes/Menta/gtk-2.0/apps/Others/null.png +share/themes/Menta/gtk-2.0/apps/caja.rc +share/themes/Menta/gtk-2.0/apps/chromium.rc +share/themes/Menta/gtk-2.0/apps/combo_down.png +share/themes/Menta/gtk-2.0/apps/dummy.png +share/themes/Menta/gtk-2.0/apps/pcmanfm.rc +share/themes/Menta/gtk-2.0/apps/pluma.rc +share/themes/Menta/gtk-2.0/apps/stock_back.png +share/themes/Menta/gtk-2.0/apps/stock_find.png +share/themes/Menta/gtk-2.0/apps/stock_forward.png +share/themes/Menta/gtk-2.0/apps/stock_home.png +share/themes/Menta/gtk-2.0/apps/stock_refresh.png +share/themes/Menta/gtk-2.0/apps/stock_stop.png +share/themes/Menta/gtk-2.0/gtkrc +share/themes/Menta/gtk-2.0/widgets/Null/null.png +share/themes/Menta/gtk-2.0/widgets/Others/close.png +share/themes/Menta/gtk-2.0/widgets/Others/handle.png +share/themes/Menta/gtk-2.0/widgets/Others/null.png +share/themes/Menta/gtk-2.0/widgets/Others/toolbar.png +share/themes/Menta/gtk-2.0/widgets/Panel/arrow-blank.png +share/themes/Menta/gtk-2.0/widgets/Panel/arrow-down.png +share/themes/Menta/gtk-2.0/widgets/Panel/handle-h.png +share/themes/Menta/gtk-2.0/widgets/Panel/handle-v.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-bg-black.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-bg-dark-grey.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-bg.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-button-active.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-button-hover.png +share/themes/Menta/gtk-2.0/widgets/Panel/panel-button-inactive.png +share/themes/Menta/gtk-2.0/widgets/README +share/themes/Menta/gtk-2.0/widgets/Scale/slider-hover.png +share/themes/Menta/gtk-2.0/widgets/Scale/slider-ins.png +share/themes/Menta/gtk-2.0/widgets/Scale/slider.png +share/themes/Menta/gtk-2.0/widgets/Scale/trough-horizontal.png +share/themes/Menta/gtk-2.0/widgets/Scale/trough-vertical.png +share/themes/Menta/gtk-2.0/widgets/panel-black.rc +share/themes/Menta/gtk-2.0/widgets/panel-dark-grey.rc +share/themes/Menta/gtk-2.0/widgets/panel.rc +share/themes/Menta/gtk-3.0/assets/check-active-ins.png +share/themes/Menta/gtk-3.0/assets/check-active.png +share/themes/Menta/gtk-3.0/assets/check-mixed-active-ins.png +share/themes/Menta/gtk-3.0/assets/check-mixed-active.png +share/themes/Menta/gtk-3.0/assets/check-normal-ins.png +share/themes/Menta/gtk-3.0/assets/check-normal.png +share/themes/Menta/gtk-3.0/assets/dnd-counter.svg +share/themes/Menta/gtk-3.0/assets/grid-selection-checked.svg +share/themes/Menta/gtk-3.0/assets/grid-selection-unchecked.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-checked-selected.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-checked.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-mixed-selected.svg +share/themes/Menta/gtk-3.0/assets/menuitem-checkbox-mixed.svg +share/themes/Menta/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg +share/themes/Menta/gtk-3.0/assets/menuitem-radio-checked-selected.svg +share/themes/Menta/gtk-3.0/assets/menuitem-radio-checked.svg +share/themes/Menta/gtk-3.0/assets/null.png +share/themes/Menta/gtk-3.0/assets/pane-separator-grip-vertical.svg +share/themes/Menta/gtk-3.0/assets/pane-separator-grip.svg +share/themes/Menta/gtk-3.0/assets/radio-active-ins.png +share/themes/Menta/gtk-3.0/assets/radio-active.png +share/themes/Menta/gtk-3.0/assets/radio-mixed-active-ins.png +share/themes/Menta/gtk-3.0/assets/radio-mixed-active.png +share/themes/Menta/gtk-3.0/assets/radio-normal-ins.png +share/themes/Menta/gtk-3.0/assets/radio-normal.png +share/themes/Menta/gtk-3.0/assets/resize-grip.svg +share/themes/Menta/gtk-3.0/assets/sidebar-radio-checked.svg +share/themes/Menta/gtk-3.0/assets/sidebar-radio-prelight.svg +share/themes/Menta/gtk-3.0/assets/sidebar-radio-selected-prelight.svg +share/themes/Menta/gtk-3.0/assets/sidebar-radio-selected.svg +share/themes/Menta/gtk-3.0/assets/slider-hover.png +share/themes/Menta/gtk-3.0/assets/slider-ins.png +share/themes/Menta/gtk-3.0/assets/slider.png +share/themes/Menta/gtk-3.0/assets/switch-off-ins.svg +share/themes/Menta/gtk-3.0/assets/switch-off.svg +share/themes/Menta/gtk-3.0/assets/switch-on-ins.svg +share/themes/Menta/gtk-3.0/assets/switch-on.png +share/themes/Menta/gtk-3.0/assets/switch-on.svg +share/themes/Menta/gtk-3.0/assets/thumbnail-frame.png +share/themes/Menta/gtk-3.0/borders/button-active-focus.png +share/themes/Menta/gtk-3.0/borders/button-active-ins.png +share/themes/Menta/gtk-3.0/borders/button-active.png +share/themes/Menta/gtk-3.0/borders/button-focus.png +share/themes/Menta/gtk-3.0/borders/button-ins.png +share/themes/Menta/gtk-3.0/borders/button.png +share/themes/Menta/gtk-3.0/borders/nohl-generic-border.png +share/themes/Menta/gtk-3.0/gnome-applications.css +share/themes/Menta/gtk-3.0/gtk-fallback.css +share/themes/Menta/gtk-3.0/gtk-main-common.css +share/themes/Menta/gtk-3.0/gtk-main.css +share/themes/Menta/gtk-3.0/gtk-widgets-assets.css +share/themes/Menta/gtk-3.0/gtk-widgets-backgrounds.css +share/themes/Menta/gtk-3.0/gtk-widgets-borders.css +share/themes/Menta/gtk-3.0/gtk-widgets.css +share/themes/Menta/gtk-3.0/gtk.css +share/themes/Menta/gtk-3.0/other-applications.css +share/themes/Menta/gtk-3.0/settings.ini +share/themes/Menta/gtk-3.0/unity.css +share/themes/Menta/index.theme +share/themes/Menta/metacity-1/close_focused_normal.svg +share/themes/Menta/metacity-1/close_focused_prelight.svg +share/themes/Menta/metacity-1/close_focused_pressed.svg +share/themes/Menta/metacity-1/close_unfocused.svg +share/themes/Menta/metacity-1/close_unfocused_prelight.svg +share/themes/Menta/metacity-1/maximize_focused_normal.svg +share/themes/Menta/metacity-1/maximize_focused_prelight.svg +share/themes/Menta/metacity-1/maximize_focused_pressed.svg +share/themes/Menta/metacity-1/maximize_unfocused.svg +share/themes/Menta/metacity-1/maximize_unfocused_prelight.svg +share/themes/Menta/metacity-1/menu.png +share/themes/Menta/metacity-1/menu_prelight.png +share/themes/Menta/metacity-1/metacity-theme-1.xml +share/themes/Menta/metacity-1/metacity-theme-3.xml +share/themes/Menta/metacity-1/minimize_focused_normal.svg +share/themes/Menta/metacity-1/minimize_focused_prelight.svg +share/themes/Menta/metacity-1/minimize_focused_pressed.svg +share/themes/Menta/metacity-1/minimize_unfocused.svg +share/themes/Menta/metacity-1/minimize_unfocused_prelight.svg +share/themes/Menta/metacity-1/trough_left.png +share/themes/Menta/metacity-1/trough_middle.png +share/themes/Menta/metacity-1/trough_right.png +share/themes/Menta/metacity-1/unmaximize_focused_normal.svg +share/themes/Menta/metacity-1/unmaximize_focused_prelight.svg +share/themes/Menta/metacity-1/unmaximize_focused_pressed.svg +share/themes/Menta/metacity-1/unmaximize_unfocused.svg +share/themes/Menta/metacity-1/unmaximize_unfocused_prelight.svg +share/themes/Menta/unity/close.png +share/themes/Menta/unity/close_focused_normal.png +share/themes/Menta/unity/close_focused_prelight.png +share/themes/Menta/unity/close_focused_pressed.png +share/themes/Menta/unity/close_unfocused.png +share/themes/Menta/unity/close_unfocused_prelight.png +share/themes/Menta/unity/close_unfocused_pressed.png +share/themes/Menta/unity/maximize.png +share/themes/Menta/unity/maximize_focused_normal.png +share/themes/Menta/unity/maximize_focused_prelight.png +share/themes/Menta/unity/maximize_focused_pressed.png +share/themes/Menta/unity/maximize_unfocused.png +share/themes/Menta/unity/maximize_unfocused_prelight.png +share/themes/Menta/unity/maximize_unfocused_pressed.png +share/themes/Menta/unity/minimize.png +share/themes/Menta/unity/minimize_focused_normal.png +share/themes/Menta/unity/minimize_focused_prelight.png +share/themes/Menta/unity/minimize_focused_pressed.png +share/themes/Menta/unity/minimize_unfocused.png +share/themes/Menta/unity/minimize_unfocused_prelight.png +share/themes/Menta/unity/minimize_unfocused_pressed.png +share/themes/Menta/unity/unmaximize.png +share/themes/Menta/unity/unmaximize_focused_normal.png +share/themes/Menta/unity/unmaximize_focused_prelight.png +share/themes/Menta/unity/unmaximize_focused_pressed.png +share/themes/Menta/unity/unmaximize_unfocused.png +share/themes/Menta/unity/unmaximize_unfocused_prelight.png +share/themes/Menta/unity/unmaximize_unfocused_pressed.png +share/themes/Menta/xfwm4/bottom-active.png +share/themes/Menta/xfwm4/bottom-active.xpm +share/themes/Menta/xfwm4/bottom-inactive.png +share/themes/Menta/xfwm4/bottom-inactive.xpm +share/themes/Menta/xfwm4/bottom-left-active.png +share/themes/Menta/xfwm4/bottom-left-active.xpm +share/themes/Menta/xfwm4/bottom-left-inactive.png +share/themes/Menta/xfwm4/bottom-left-inactive.xpm +share/themes/Menta/xfwm4/bottom-right-active.png +share/themes/Menta/xfwm4/bottom-right-active.xpm +share/themes/Menta/xfwm4/bottom-right-inactive.png +share/themes/Menta/xfwm4/bottom-right-inactive.xpm +share/themes/Menta/xfwm4/close-active.xpm +share/themes/Menta/xfwm4/close-inactive.xpm +share/themes/Menta/xfwm4/close-prelight.xpm +share/themes/Menta/xfwm4/close-pressed.xpm +share/themes/Menta/xfwm4/hide-active.xpm +share/themes/Menta/xfwm4/hide-inactive.xpm +share/themes/Menta/xfwm4/hide-prelight.xpm +share/themes/Menta/xfwm4/hide-pressed.xpm +share/themes/Menta/xfwm4/left-active.png +share/themes/Menta/xfwm4/left-active.xpm +share/themes/Menta/xfwm4/left-inactive.png +share/themes/Menta/xfwm4/left-inactive.xpm +share/themes/Menta/xfwm4/maximize-active.xpm +share/themes/Menta/xfwm4/maximize-inactive.xpm +share/themes/Menta/xfwm4/maximize-prelight.xpm +share/themes/Menta/xfwm4/maximize-pressed.xpm +share/themes/Menta/xfwm4/menu-active.xpm +share/themes/Menta/xfwm4/menu-inactive.xpm +share/themes/Menta/xfwm4/menu-prelight.xpm +share/themes/Menta/xfwm4/menu-pressed.xpm +share/themes/Menta/xfwm4/right-active.png +share/themes/Menta/xfwm4/right-active.xpm +share/themes/Menta/xfwm4/right-inactive.png +share/themes/Menta/xfwm4/right-inactive.xpm +share/themes/Menta/xfwm4/themerc +share/themes/Menta/xfwm4/title-1-active-shaded.xpm +share/themes/Menta/xfwm4/title-1-active.xpm +share/themes/Menta/xfwm4/title-1-inactive.xpm +share/themes/Menta/xfwm4/title-2-active.xpm +share/themes/Menta/xfwm4/title-2-inactive.xpm +share/themes/Menta/xfwm4/title-3-active.xpm +share/themes/Menta/xfwm4/title-3-inactive.xpm +share/themes/Menta/xfwm4/title-4-active.xpm +share/themes/Menta/xfwm4/title-4-inactive.xpm +share/themes/Menta/xfwm4/title-5-active.xpm +share/themes/Menta/xfwm4/title-5-inactive.xpm +share/themes/Menta/xfwm4/title-left-active.png +share/themes/Menta/xfwm4/title-right-active.png +share/themes/Menta/xfwm4/top-left-active-shaded.xpm +share/themes/Menta/xfwm4/top-left-active.xpm +share/themes/Menta/xfwm4/top-left-inactive.xpm +share/themes/Menta/xfwm4/top-right-active-shaded.xpm +share/themes/Menta/xfwm4/top-right-active.xpm +share/themes/Menta/xfwm4/top-right-inactive.xpm +share/themes/PrintLarge/gtk-2.0/gtkrc +share/themes/PrintLarge/index.theme.disabled +share/themes/Quid/index.theme +share/themes/Reverse/gtk-2.0/gtkrc +share/themes/Reverse/metacity-1/metacity-theme-1.xml +share/themes/Shiny/gtk-2.0/gtkrc +share/themes/Shiny/index.theme +share/themes/Shiny/metacity-1/metacity-theme-1.xml +share/themes/Simply/gtk-2.0/gtkrc +share/themes/TraditionalGreen/gtk-2.0/applications.rc +share/themes/TraditionalGreen/gtk-2.0/gtkrc +share/themes/TraditionalGreen/gtk-3.0/applications.css +share/themes/TraditionalGreen/gtk-3.0/gtk-variant.css +share/themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css +share/themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +share/themes/TraditionalGreen/gtk-3.0/gtk.css +share/themes/TraditionalGreen/gtk-3.0/img/border-error.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-focused-ptb.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-focused-switch.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-focused.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-gnome-panel-button.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-inline-button.svg +share/themes/TraditionalGreen/gtk-3.0/img/border-insensitive.svg +share/themes/TraditionalGreen/gtk-3.0/img/border.svg +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-checked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-checked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-checked.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-mixed-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-mixed-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-mixed.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-unchecked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-unchecked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/checkbox-unchecked.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-checked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-checked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-checked.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-mixed-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-mixed-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox-mixed.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-checkbox.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-checked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-checked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-checked.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/menuitem-radio.png +share/themes/TraditionalGreen/gtk-3.0/img/pane-separator-grip-horz.png +share/themes/TraditionalGreen/gtk-3.0/img/pane-separator-grip-vert.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-checked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-checked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-checked.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-mixed-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-mixed-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-mixed.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-unchecked-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-unchecked-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/radio-unchecked.png +share/themes/TraditionalGreen/gtk-3.0/img/resize-grip.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-horz-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-horz-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-horz.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-vert-hover.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-vert-insensitive.png +share/themes/TraditionalGreen/gtk-3.0/img/scale-slider-vert.png +share/themes/TraditionalGreen/gtk-3.0/img/slider-horz-grip.png +share/themes/TraditionalGreen/gtk-3.0/img/slider-vert-grip.png +share/themes/TraditionalGreen/gtk-3.0/settings.ini +share/themes/TraditionalGreen/index.theme +share/themes/TraditionalGreen/metacity-1/metacity-theme-1.xml +share/themes/TraditionalOk/doc/LISEZ-MOI.mkd +share/themes/TraditionalOk/doc/README.mkd +share/themes/TraditionalOk/doc/exemple1.png +share/themes/TraditionalOk/doc/exemple2.png +share/themes/TraditionalOk/doc/exemple3.png +share/themes/TraditionalOk/doc/gpl-3.0-fr.txt +share/themes/TraditionalOk/doc/gpl-3.0.txt +share/themes/TraditionalOk/doc/version.txt +share/themes/TraditionalOk/gtk-2.0/applications.rc +share/themes/TraditionalOk/gtk-2.0/gtkrc +share/themes/TraditionalOk/gtk-3.0/applications.css +share/themes/TraditionalOk/gtk-3.0/gtk-variant.css +share/themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css +share/themes/TraditionalOk/gtk-3.0/gtk-widgets.css +share/themes/TraditionalOk/gtk-3.0/gtk.css +share/themes/TraditionalOk/gtk-3.0/img/border-error.svg +share/themes/TraditionalOk/gtk-3.0/img/border-focused-ptb.svg +share/themes/TraditionalOk/gtk-3.0/img/border-focused-switch.svg +share/themes/TraditionalOk/gtk-3.0/img/border-focused.svg +share/themes/TraditionalOk/gtk-3.0/img/border-gnome-panel-button.svg +share/themes/TraditionalOk/gtk-3.0/img/border-inline-button.svg +share/themes/TraditionalOk/gtk-3.0/img/border-insensitive.svg +share/themes/TraditionalOk/gtk-3.0/img/border.svg +share/themes/TraditionalOk/gtk-3.0/img/checkbox-checked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-checked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-checked.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-mixed-hover.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-mixed-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-mixed.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-unchecked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-unchecked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/checkbox-unchecked.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-checked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-checked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-checked.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-mixed-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-mixed-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox-mixed.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-checkbox.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-checked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-checked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-checked.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-hover.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/menuitem-radio.png +share/themes/TraditionalOk/gtk-3.0/img/pane-separator-grip-horz.png +share/themes/TraditionalOk/gtk-3.0/img/pane-separator-grip-vert.png +share/themes/TraditionalOk/gtk-3.0/img/radio-checked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/radio-checked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/radio-checked.png +share/themes/TraditionalOk/gtk-3.0/img/radio-mixed-hover.png +share/themes/TraditionalOk/gtk-3.0/img/radio-mixed-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/radio-mixed.png +share/themes/TraditionalOk/gtk-3.0/img/radio-unchecked-hover.png +share/themes/TraditionalOk/gtk-3.0/img/radio-unchecked-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/radio-unchecked.png +share/themes/TraditionalOk/gtk-3.0/img/resize-grip.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-horz-hover.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-horz-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-horz.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-vert-hover.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-vert-insensitive.png +share/themes/TraditionalOk/gtk-3.0/img/scale-slider-vert.png +share/themes/TraditionalOk/gtk-3.0/img/slider-horz-grip.png +share/themes/TraditionalOk/gtk-3.0/img/slider-vert-grip.png +share/themes/TraditionalOk/gtk-3.0/settings.ini +share/themes/TraditionalOk/index.theme +share/themes/TraditionalOk/metacity-1/metacity-theme-1.xml +share/themes/TraditionalOk/openbox-3/themerc +share/themes/TraditionalOk/wallpapers/clearlooks-phenix.png +share/themes/TraditionalOk/wallpapers/clearlooks-phenix.svg +share/themes/TraditionalOk/xfwm4/README +share/themes/TraditionalOk/xfwm4/bottom-active.xpm +share/themes/TraditionalOk/xfwm4/bottom-inactive.xpm +share/themes/TraditionalOk/xfwm4/bottom-left-active.xpm +share/themes/TraditionalOk/xfwm4/bottom-left-inactive.xpm +share/themes/TraditionalOk/xfwm4/bottom-right-active.xpm +share/themes/TraditionalOk/xfwm4/bottom-right-inactive.xpm +share/themes/TraditionalOk/xfwm4/close-active.xpm +share/themes/TraditionalOk/xfwm4/close-inactive.xpm +share/themes/TraditionalOk/xfwm4/close-pressed.xpm +share/themes/TraditionalOk/xfwm4/hide-active.xpm +share/themes/TraditionalOk/xfwm4/hide-inactive.xpm +share/themes/TraditionalOk/xfwm4/hide-pressed.xpm +share/themes/TraditionalOk/xfwm4/left-active.xpm +share/themes/TraditionalOk/xfwm4/left-inactive.xpm +share/themes/TraditionalOk/xfwm4/maximize-active.xpm +share/themes/TraditionalOk/xfwm4/maximize-inactive.xpm +share/themes/TraditionalOk/xfwm4/maximize-pressed.xpm +share/themes/TraditionalOk/xfwm4/maximize-toggled-active.xpm +share/themes/TraditionalOk/xfwm4/maximize-toggled-inactive.xpm +share/themes/TraditionalOk/xfwm4/maximize-toggled-pressed.xpm +share/themes/TraditionalOk/xfwm4/menu-active.xpm +share/themes/TraditionalOk/xfwm4/menu-inactive.xpm +share/themes/TraditionalOk/xfwm4/menu-pressed.xpm +share/themes/TraditionalOk/xfwm4/png/bottom-active.png +share/themes/TraditionalOk/xfwm4/png/bottom-inactive.png +share/themes/TraditionalOk/xfwm4/png/bottom-left-active.png +share/themes/TraditionalOk/xfwm4/png/bottom-left-inactive.png +share/themes/TraditionalOk/xfwm4/png/bottom-right-active.png +share/themes/TraditionalOk/xfwm4/png/bottom-right-inactive.png +share/themes/TraditionalOk/xfwm4/png/close-active.png +share/themes/TraditionalOk/xfwm4/png/close-inactive.png +share/themes/TraditionalOk/xfwm4/png/close-pressed.png +share/themes/TraditionalOk/xfwm4/png/hide-active.png +share/themes/TraditionalOk/xfwm4/png/hide-inactive.png +share/themes/TraditionalOk/xfwm4/png/hide-pressed.png +share/themes/TraditionalOk/xfwm4/png/left-active.png +share/themes/TraditionalOk/xfwm4/png/left-inactive.png +share/themes/TraditionalOk/xfwm4/png/maximize-active.png +share/themes/TraditionalOk/xfwm4/png/maximize-inactive.png +share/themes/TraditionalOk/xfwm4/png/maximize-pressed.png +share/themes/TraditionalOk/xfwm4/png/maximize-toggled-active.png +share/themes/TraditionalOk/xfwm4/png/maximize-toggled-inactive.png +share/themes/TraditionalOk/xfwm4/png/maximize-toggled-pressed.png +share/themes/TraditionalOk/xfwm4/png/menu-active.png +share/themes/TraditionalOk/xfwm4/png/menu-inactive.png +share/themes/TraditionalOk/xfwm4/png/menu-pressed.png +share/themes/TraditionalOk/xfwm4/png/right-active.png +share/themes/TraditionalOk/xfwm4/png/right-inactive.png +share/themes/TraditionalOk/xfwm4/png/title-1-active.png +share/themes/TraditionalOk/xfwm4/png/title-1-inactive.png +share/themes/TraditionalOk/xfwm4/png/top-left-active.png +share/themes/TraditionalOk/xfwm4/png/top-left-inactive.png +share/themes/TraditionalOk/xfwm4/png/top-right-active.png +share/themes/TraditionalOk/xfwm4/png/top-right-inactive.png +share/themes/TraditionalOk/xfwm4/right-active.xpm +share/themes/TraditionalOk/xfwm4/right-inactive.xpm +share/themes/TraditionalOk/xfwm4/themerc +share/themes/TraditionalOk/xfwm4/title-1-active.xpm +share/themes/TraditionalOk/xfwm4/title-1-inactive.xpm +share/themes/TraditionalOk/xfwm4/title-2-active.xpm +share/themes/TraditionalOk/xfwm4/title-2-inactive.xpm +share/themes/TraditionalOk/xfwm4/title-3-active.xpm +share/themes/TraditionalOk/xfwm4/title-3-inactive.xpm +share/themes/TraditionalOk/xfwm4/title-4-active.xpm +share/themes/TraditionalOk/xfwm4/title-4-inactive.xpm +share/themes/TraditionalOk/xfwm4/title-5-active.xpm +share/themes/TraditionalOk/xfwm4/title-5-inactive.xpm +share/themes/TraditionalOk/xfwm4/top-left-active.png +share/themes/TraditionalOk/xfwm4/top-left-active.xpm +share/themes/TraditionalOk/xfwm4/top-left-inactive.xpm +share/themes/TraditionalOk/xfwm4/top-right-active.png +share/themes/TraditionalOk/xfwm4/top-right-active.xpm +share/themes/TraditionalOk/xfwm4/top-right-inactive.xpm +@dirrmtry share/themes/TraditionalOk/xfwm4/png +@dirrmtry share/themes/TraditionalOk/xfwm4 +@dirrmtry share/themes/TraditionalOk/wallpapers +@dirrmtry share/themes/TraditionalOk/openbox-3 +@dirrmtry share/themes/TraditionalOk/metacity-1 +@dirrmtry share/themes/TraditionalOk/gtk-3.0/img +@dirrmtry share/themes/TraditionalOk/gtk-3.0 +@dirrmtry share/themes/TraditionalOk/gtk-2.0 +@dirrmtry share/themes/TraditionalOk/doc +@dirrmtry share/themes/TraditionalOk +@dirrmtry share/themes/TraditionalGreen/metacity-1 +@dirrmtry share/themes/TraditionalGreen/gtk-3.0/img +@dirrmtry share/themes/TraditionalGreen/gtk-3.0 +@dirrmtry share/themes/TraditionalGreen/gtk-2.0 +@dirrmtry share/themes/TraditionalGreen +@dirrmtry share/themes/Simply/gtk-2.0 +@dirrmtry share/themes/Simply +@dirrmtry share/themes/Shiny/metacity-1 +@dirrmtry share/themes/Shiny/gtk-2.0 +@dirrmtry share/themes/Shiny +@dirrmtry share/themes/Reverse/metacity-1 +@dirrmtry share/themes/Reverse/gtk-2.0 +@dirrmtry share/themes/Reverse +@dirrmtry share/themes/Quid +@dirrmtry share/themes/PrintLarge/gtk-2.0 +@dirrmtry share/themes/PrintLarge +@dirrmtry share/themes/Menta/xfwm4 +@dirrmtry share/themes/Menta/unity +@dirrmtry share/themes/Menta/metacity-1 +@dirrmtry share/themes/Menta/gtk-3.0/borders +@dirrmtry share/themes/Menta/gtk-3.0/assets +@dirrmtry share/themes/Menta/gtk-3.0 +@dirrmtry share/themes/Menta/gtk-2.0/widgets/Scale +@dirrmtry share/themes/Menta/gtk-2.0/widgets/Panel +@dirrmtry share/themes/Menta/gtk-2.0/widgets/Others +@dirrmtry share/themes/Menta/gtk-2.0/widgets/Null +@dirrmtry share/themes/Menta/gtk-2.0/widgets +@dirrmtry share/themes/Menta/gtk-2.0/apps/Others +@dirrmtry share/themes/Menta/gtk-2.0/apps/Null +@dirrmtry share/themes/Menta/gtk-2.0/apps/Handles +@dirrmtry share/themes/Menta/gtk-2.0/apps/Caja +@dirrmtry share/themes/Menta/gtk-2.0/apps +@dirrmtry share/themes/Menta/gtk-2.0 +@dirrmtry share/themes/Menta/cinnamon +@dirrmtry share/themes/Menta-Black/metacity-1 +@dirrmtry share/themes/Menta-Black +@dirrmtry share/themes/Menta +@dirrmtry share/themes/GreenLaguna/metacity-1 +@dirrmtry share/themes/GreenLaguna/gtk-3.0/assets +@dirrmtry share/themes/GreenLaguna/gtk-3.0 +@dirrmtry share/themes/GreenLaguna/gtk-2.0/Styles +@dirrmtry share/themes/GreenLaguna/gtk-2.0 +@dirrmtry share/themes/GreenLaguna +@dirrmtry share/themes/Fog/metacity-1 +@dirrmtry share/themes/Fog +@dirrmtry share/themes/ContrastLowLargePrint/pixmaps +@dirrmtry share/themes/ContrastLowLargePrint/gtk-2.0 +@dirrmtry share/themes/ContrastLowLargePrint +@dirrmtry share/themes/ContrastLow/gtk-2.0 +@dirrmtry share/themes/ContrastLow +@dirrmtry share/themes/ContrastHighLargePrintInverse/pixmaps +@dirrmtry share/themes/ContrastHighLargePrintInverse/gtk-2.0 +@dirrmtry share/themes/ContrastHighLargePrintInverse +@dirrmtry share/themes/ContrastHighLargePrint/pixmaps +@dirrmtry share/themes/ContrastHighLargePrint/gtk-2.0 +@dirrmtry share/themes/ContrastHighLargePrint +@dirrmtry share/themes/ContrastHighInverse/gtk-2.0 +@dirrmtry share/themes/ContrastHighInverse +@dirrmtry share/themes/ContrastHigh/metacity-1 +@dirrmtry share/themes/ContrastHigh/gtk-3.0 +@dirrmtry share/themes/ContrastHigh/gtk-2.0 +@dirrmtry share/themes/ContrastHigh +@dirrmtry share/themes/BlackMATE/metacity-1 +@dirrmtry share/themes/BlackMATE/gtk-3.0/assets +@dirrmtry share/themes/BlackMATE/gtk-3.0 +@dirrmtry share/themes/BlackMATE/gtk-2.0/assets +@dirrmtry share/themes/BlackMATE/gtk-2.0/Styles +@dirrmtry share/themes/BlackMATE/gtk-2.0 +@dirrmtry share/themes/BlackMATE/cinnamon +@dirrmtry share/themes/BlackMATE +@dirrmtry share/themes/Atantla/metacity-1 +@dirrmtry share/themes/Atantla +@dirrmtry share/themes/AlaDelta/metacity-1 +@dirrmtry share/themes/AlaDelta/gtk-2.0 +@dirrmtry share/themes/AlaDelta +@dirrmtry share/themes +@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/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@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/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/icons/mate/cursors +@dirrmtry share/icons/mate +@dirrmtry share/icons/Quid/scalable/status +@dirrmtry share/icons/Quid/scalable/places +@dirrmtry share/icons/Quid/scalable/actions +@dirrmtry share/icons/Quid/scalable +@dirrmtry share/icons/Quid/32x32/status +@dirrmtry share/icons/Quid/32x32/places +@dirrmtry share/icons/Quid/32x32/actions +@dirrmtry share/icons/Quid/32x32 +@dirrmtry share/icons/Quid/24x24/status +@dirrmtry share/icons/Quid/24x24/places +@dirrmtry share/icons/Quid/24x24/actions +@dirrmtry share/icons/Quid/24x24 +@dirrmtry share/icons/Quid/22x22/status +@dirrmtry share/icons/Quid/22x22/places +@dirrmtry share/icons/Quid/22x22/actions +@dirrmtry share/icons/Quid/22x22 +@dirrmtry share/icons/Quid/16x16/status +@dirrmtry share/icons/Quid/16x16/places +@dirrmtry share/icons/Quid/16x16/actions +@dirrmtry share/icons/Quid/16x16 +@dirrmtry share/icons/Quid +@dirrmtry share/icons/MateLargePrint +@dirrmtry share/icons/Fog/48x48/status +@dirrmtry share/icons/Fog/48x48/places +@dirrmtry share/icons/Fog/48x48/devices +@dirrmtry share/icons/Fog/48x48/apps +@dirrmtry share/icons/Fog/48x48/actions +@dirrmtry share/icons/Fog/48x48 +@dirrmtry share/icons/Fog/32x32/status +@dirrmtry share/icons/Fog/32x32/places +@dirrmtry share/icons/Fog/32x32/devices +@dirrmtry share/icons/Fog/32x32/apps +@dirrmtry share/icons/Fog/32x32/actions +@dirrmtry share/icons/Fog/32x32 +@dirrmtry share/icons/Fog/256x256/status +@dirrmtry share/icons/Fog/256x256/places +@dirrmtry share/icons/Fog/256x256/devices +@dirrmtry share/icons/Fog/256x256/apps +@dirrmtry share/icons/Fog/256x256/actions +@dirrmtry share/icons/Fog/256x256 +@dirrmtry share/icons/Fog/24x24/status +@dirrmtry share/icons/Fog/24x24/places +@dirrmtry share/icons/Fog/24x24/devices +@dirrmtry share/icons/Fog/24x24/apps +@dirrmtry share/icons/Fog/24x24/actions +@dirrmtry share/icons/Fog/24x24 +@dirrmtry share/icons/Fog/22x22/status +@dirrmtry share/icons/Fog/22x22/places +@dirrmtry share/icons/Fog/22x22/devices +@dirrmtry share/icons/Fog/22x22/apps +@dirrmtry share/icons/Fog/22x22/actions +@dirrmtry share/icons/Fog/22x22 +@dirrmtry share/icons/Fog/16x16/status +@dirrmtry share/icons/Fog/16x16/places +@dirrmtry share/icons/Fog/16x16/devices +@dirrmtry share/icons/Fog/16x16/apps +@dirrmtry share/icons/Fog/16x16/actions +@dirrmtry share/icons/Fog/16x16 +@dirrmtry share/icons/Fog +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/status +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/places +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/mimetypes +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/emblems +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/devices +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/categories +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/apps +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48/actions +@dirrmtry share/icons/ContrastHighLargePrintInverse/48x48 +@dirrmtry share/icons/ContrastHighLargePrintInverse/36x36/animations +@dirrmtry share/icons/ContrastHighLargePrintInverse/36x36 +@dirrmtry share/icons/ContrastHighLargePrintInverse +@dirrmtry share/icons/ContrastHighLargePrint/48x48/status +@dirrmtry share/icons/ContrastHighLargePrint/48x48/places +@dirrmtry share/icons/ContrastHighLargePrint/48x48/mimetypes +@dirrmtry share/icons/ContrastHighLargePrint/48x48/emblems +@dirrmtry share/icons/ContrastHighLargePrint/48x48/devices +@dirrmtry share/icons/ContrastHighLargePrint/48x48/categories +@dirrmtry share/icons/ContrastHighLargePrint/48x48/apps +@dirrmtry share/icons/ContrastHighLargePrint/48x48/actions +@dirrmtry share/icons/ContrastHighLargePrint/48x48 +@dirrmtry share/icons/ContrastHighLargePrint/36x36/animations +@dirrmtry share/icons/ContrastHighLargePrint/36x36 +@dirrmtry share/icons/ContrastHighLargePrint +@dirrmtry share/icons/ContrastHighInverse +@dirrmtry share/icons/ContrastHigh-SVG/scalable/status +@dirrmtry share/icons/ContrastHigh-SVG/scalable/places +@dirrmtry share/icons/ContrastHigh-SVG/scalable/mimetypes +@dirrmtry share/icons/ContrastHigh-SVG/scalable/emotes +@dirrmtry share/icons/ContrastHigh-SVG/scalable/emblems +@dirrmtry share/icons/ContrastHigh-SVG/scalable/devices +@dirrmtry share/icons/ContrastHigh-SVG/scalable/categories +@dirrmtry share/icons/ContrastHigh-SVG/scalable/apps +@dirrmtry share/icons/ContrastHigh-SVG/scalable/actions +@dirrmtry share/icons/ContrastHigh-SVG/scalable +@dirrmtry share/icons/ContrastHigh-SVG/48x48/animations +@dirrmtry share/icons/ContrastHigh-SVG/48x48 +@dirrmtry share/icons/ContrastHigh-SVG +@dirrmtry share/icons/ContrastHigh +@dirrmtry share/icons diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 560fb1ff671b..8e7927b882ff 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -104,6 +104,7 @@ SUBDIR += libgnomeuimm26 SUBDIR += libgtk-java SUBDIR += libgtksourceviewmm + SUBDIR += libmatewnck SUBDIR += libpanelappletmm SUBDIR += libsexy SUBDIR += libsexymm diff --git a/x11-toolkits/libmatewnck/Makefile b/x11-toolkits/libmatewnck/Makefile new file mode 100644 index 000000000000..6fc09218e270 --- /dev/null +++ b/x11-toolkits/libmatewnck/Makefile @@ -0,0 +1,46 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libmatewnck +PORTVERSION= 1.6.1 +CATEGORIES= x11-toolkits mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library used for writing pagers and taskslists + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc + +PORTSCOUT= limitw:1,even + +USES= bison gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_XORG= x11 xres +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 intlhack \ + introspection:build ltverhack +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= STARTUP +OPTIONS_DEFAULT=STARTUP +STARTUP_DESC= Startup notification support + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MSTARTUP} +LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification +CONFIGURE_ARGS+=--enable-startup-notification +.else +CONFIGURE_ARGS+=--disable-startup-notification +.endif + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmatewnck.so.0 + +.include <bsd.port.mk> diff --git a/x11-toolkits/libmatewnck/distinfo b/x11-toolkits/libmatewnck/distinfo new file mode 100644 index 000000000000..c51c6b556e03 --- /dev/null +++ b/x11-toolkits/libmatewnck/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/libmatewnck-1.6.1.tar.xz) = 39c1b291178153dec9c7036475c61e7acb622f3a38f39810cf5d6f1ba4f51e0c +SIZE (mate/libmatewnck-1.6.1.tar.xz) = 616736 diff --git a/x11-toolkits/libmatewnck/pkg-descr b/x11-toolkits/libmatewnck/pkg-descr new file mode 100644 index 000000000000..94f25196c73e --- /dev/null +++ b/x11-toolkits/libmatewnck/pkg-descr @@ -0,0 +1,4 @@ +libmatewnck is a Window Navigator Construction Kit, i.e. a library used +for writing pagers and taskslists. It is needed for the MATE desktop. + +WWW: http://mate-desktop.org/ diff --git a/x11-toolkits/libmatewnck/pkg-plist b/x11-toolkits/libmatewnck/pkg-plist new file mode 100644 index 000000000000..e9f9df521fdb --- /dev/null +++ b/x11-toolkits/libmatewnck/pkg-plist @@ -0,0 +1,198 @@ +bin/matewnck-urgency-monitor +bin/matewnckprop +include/libmatewnck/libmatewnck/application.h +include/libmatewnck/libmatewnck/class-group.h +include/libmatewnck/libmatewnck/libmatewnck.h +include/libmatewnck/libmatewnck/matewnck-enum-types.h +include/libmatewnck/libmatewnck/pager.h +include/libmatewnck/libmatewnck/screen.h +include/libmatewnck/libmatewnck/selector.h +include/libmatewnck/libmatewnck/tasklist.h +include/libmatewnck/libmatewnck/util.h +include/libmatewnck/libmatewnck/version.h +include/libmatewnck/libmatewnck/window-action-menu.h +include/libmatewnck/libmatewnck/window.h +include/libmatewnck/libmatewnck/workspace.h +lib/girepository-1.0/Matewnck-1.0.typelib +lib/libmatewnck.a +lib/libmatewnck.la +lib/libmatewnck.so +lib/libmatewnck.so.0 +libdata/pkgconfig/libmatewnck.pc +%%DOCSDIR%%/MatewnckApplication.html +%%DOCSDIR%%/MatewnckClassGroup.html +%%DOCSDIR%%/MatewnckPager.html +%%DOCSDIR%%/MatewnckScreen.html +%%DOCSDIR%%/MatewnckSelector.html +%%DOCSDIR%%/MatewnckTasklist.html +%%DOCSDIR%%/MatewnckWindow.html +%%DOCSDIR%%/MatewnckWorkspace.html +%%DOCSDIR%%/core.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/indexes.html +%%DOCSDIR%%/intro.html +%%DOCSDIR%%/ix01.html +%%DOCSDIR%%/ix02.html +%%DOCSDIR%%/ix03.html +%%DOCSDIR%%/ix04.html +%%DOCSDIR%%/ix05.html +%%DOCSDIR%%/ix06.html +%%DOCSDIR%%/ix07.html +%%DOCSDIR%%/ix08.html +%%DOCSDIR%%/ix09.html +%%DOCSDIR%%/ix10.html +%%DOCSDIR%%/ix11.html +%%DOCSDIR%%/ix12.html +%%DOCSDIR%%/ix13.html +%%DOCSDIR%%/left.png +%%DOCSDIR%%/libmatewnck-Miscellaneous-Functions.html +%%DOCSDIR%%/libmatewnck-Resource-Usage-of-X-Clients.html +%%DOCSDIR%%/libmatewnck-Version-Information.html +%%DOCSDIR%%/libmatewnck-Window-Action-Menu.html +%%DOCSDIR%%/libmatewnck.devhelp2 +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +%%DOCSDIR%%/utils.html +%%DOCSDIR%%/widgets.html +share/locale/am/LC_MESSAGES/libmatewnck.mo +share/locale/ar/LC_MESSAGES/libmatewnck.mo +share/locale/as/LC_MESSAGES/libmatewnck.mo +share/locale/ast/LC_MESSAGES/libmatewnck.mo +share/locale/az/LC_MESSAGES/libmatewnck.mo +share/locale/be/LC_MESSAGES/libmatewnck.mo +share/locale/be@latin/LC_MESSAGES/libmatewnck.mo +share/locale/bg/LC_MESSAGES/libmatewnck.mo +share/locale/bn/LC_MESSAGES/libmatewnck.mo +share/locale/bn_IN/LC_MESSAGES/libmatewnck.mo +share/locale/br/LC_MESSAGES/libmatewnck.mo +share/locale/bs/LC_MESSAGES/libmatewnck.mo +share/locale/ca/LC_MESSAGES/libmatewnck.mo +share/locale/ca@valencia/LC_MESSAGES/libmatewnck.mo +share/locale/crh/LC_MESSAGES/libmatewnck.mo +share/locale/cs/LC_MESSAGES/libmatewnck.mo +share/locale/cy/LC_MESSAGES/libmatewnck.mo +share/locale/da/LC_MESSAGES/libmatewnck.mo +share/locale/de/LC_MESSAGES/libmatewnck.mo +share/locale/dz/LC_MESSAGES/libmatewnck.mo +share/locale/el/LC_MESSAGES/libmatewnck.mo +share/locale/en@shaw/LC_MESSAGES/libmatewnck.mo +share/locale/en_AU/LC_MESSAGES/libmatewnck.mo +share/locale/en_CA/LC_MESSAGES/libmatewnck.mo +share/locale/en_GB/LC_MESSAGES/libmatewnck.mo +share/locale/eo/LC_MESSAGES/libmatewnck.mo +share/locale/es/LC_MESSAGES/libmatewnck.mo +share/locale/et/LC_MESSAGES/libmatewnck.mo +share/locale/eu/LC_MESSAGES/libmatewnck.mo +share/locale/fa/LC_MESSAGES/libmatewnck.mo +share/locale/fi/LC_MESSAGES/libmatewnck.mo +share/locale/fr/LC_MESSAGES/libmatewnck.mo +share/locale/ga/LC_MESSAGES/libmatewnck.mo +share/locale/gl/LC_MESSAGES/libmatewnck.mo +share/locale/gu/LC_MESSAGES/libmatewnck.mo +share/locale/he/LC_MESSAGES/libmatewnck.mo +share/locale/hi/LC_MESSAGES/libmatewnck.mo +share/locale/hr/LC_MESSAGES/libmatewnck.mo +share/locale/hu/LC_MESSAGES/libmatewnck.mo +share/locale/id/LC_MESSAGES/libmatewnck.mo +share/locale/is/LC_MESSAGES/libmatewnck.mo +share/locale/it/LC_MESSAGES/libmatewnck.mo +share/locale/ja/LC_MESSAGES/libmatewnck.mo +share/locale/ka/LC_MESSAGES/libmatewnck.mo +share/locale/kk/LC_MESSAGES/libmatewnck.mo +share/locale/kn/LC_MESSAGES/libmatewnck.mo +share/locale/ko/LC_MESSAGES/libmatewnck.mo +share/locale/ku/LC_MESSAGES/libmatewnck.mo +share/locale/ky/LC_MESSAGES/libmatewnck.mo +share/locale/li/LC_MESSAGES/libmatewnck.mo +share/locale/lt/LC_MESSAGES/libmatewnck.mo +share/locale/lv/LC_MESSAGES/libmatewnck.mo +share/locale/mai/LC_MESSAGES/libmatewnck.mo +share/locale/mi/LC_MESSAGES/libmatewnck.mo +share/locale/mk/LC_MESSAGES/libmatewnck.mo +share/locale/ml/LC_MESSAGES/libmatewnck.mo +share/locale/mn/LC_MESSAGES/libmatewnck.mo +share/locale/mr/LC_MESSAGES/libmatewnck.mo +share/locale/ms/LC_MESSAGES/libmatewnck.mo +share/locale/nb/LC_MESSAGES/libmatewnck.mo +share/locale/ne/LC_MESSAGES/libmatewnck.mo +share/locale/nl/LC_MESSAGES/libmatewnck.mo +share/locale/nn/LC_MESSAGES/libmatewnck.mo +share/locale/oc/LC_MESSAGES/libmatewnck.mo +share/locale/or/LC_MESSAGES/libmatewnck.mo +share/locale/pa/LC_MESSAGES/libmatewnck.mo +share/locale/pl/LC_MESSAGES/libmatewnck.mo +share/locale/pt/LC_MESSAGES/libmatewnck.mo +share/locale/pt_BR/LC_MESSAGES/libmatewnck.mo +share/locale/ro/LC_MESSAGES/libmatewnck.mo +share/locale/ru/LC_MESSAGES/libmatewnck.mo +share/locale/rw/LC_MESSAGES/libmatewnck.mo +share/locale/si/LC_MESSAGES/libmatewnck.mo +share/locale/sk/LC_MESSAGES/libmatewnck.mo +share/locale/sl/LC_MESSAGES/libmatewnck.mo +share/locale/sq/LC_MESSAGES/libmatewnck.mo +share/locale/sr/LC_MESSAGES/libmatewnck.mo +share/locale/sr@latin/LC_MESSAGES/libmatewnck.mo +share/locale/sv/LC_MESSAGES/libmatewnck.mo +share/locale/ta/LC_MESSAGES/libmatewnck.mo +share/locale/te/LC_MESSAGES/libmatewnck.mo +share/locale/th/LC_MESSAGES/libmatewnck.mo +share/locale/tr/LC_MESSAGES/libmatewnck.mo +share/locale/ug/LC_MESSAGES/libmatewnck.mo +share/locale/uk/LC_MESSAGES/libmatewnck.mo +share/locale/vi/LC_MESSAGES/libmatewnck.mo +share/locale/wa/LC_MESSAGES/libmatewnck.mo +share/locale/xh/LC_MESSAGES/libmatewnck.mo +share/locale/zh_CN/LC_MESSAGES/libmatewnck.mo +share/locale/zh_HK/LC_MESSAGES/libmatewnck.mo +share/locale/zh_TW/LC_MESSAGES/libmatewnck.mo +share/gir-1.0/Matewnck-1.0.gir +@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/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm %%DOCSDIR%% +@dirrm include/libmatewnck/libmatewnck +@dirrm include/libmatewnck diff --git a/x11-wm/Makefile b/x11-wm/Makefile index dc308cb94780..6421c08a3b6c 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -110,6 +110,7 @@ SUBDIR += lwm SUBDIR += lxmed SUBDIR += lxsession + SUBDIR += mate-window-manager SUBDIR += matwm2 SUBDIR += mcwm SUBDIR += metacity diff --git a/x11-wm/mate-window-manager/Makefile b/x11-wm/mate-window-manager/Makefile new file mode 100644 index 000000000000..0e5c16815b19 --- /dev/null +++ b/x11-wm/mate-window-manager/Makefile @@ -0,0 +1,35 @@ +# Created by: Garrett Rooney <rooneg@electricjellyfish.net> +# $FreeBSD$ + +PORTNAME= mate-window-manager +PORTVERSION= 1.6.2 +CATEGORIES= x11-wm mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Window manager for the adult in you + +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= dialogs docutils +USE_XORG= x11 xcomposite xcursor xdamage xrandr +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 intlhack ltverhack pango +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.marco.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmarco-private.so.0 + +.include <bsd.port.mk> diff --git a/x11-wm/mate-window-manager/distinfo b/x11-wm/mate-window-manager/distinfo new file mode 100644 index 000000000000..60f0ac571340 --- /dev/null +++ b/x11-wm/mate-window-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-window-manager-1.6.2.tar.xz) = d4c887c7de76073409bf653701ae1d16d17ca5205776fd4dcc952cb3128120e1 +SIZE (mate/mate-window-manager-1.6.2.tar.xz) = 1102396 diff --git a/x11-wm/mate-window-manager/files/patch-src_core_delete.c b/x11-wm/mate-window-manager/files/patch-src_core_delete.c new file mode 100644 index 000000000000..c72b0f60ae0e --- /dev/null +++ b/x11-wm/mate-window-manager/files/patch-src_core_delete.c @@ -0,0 +1,10 @@ +--- src/core/delete.c.orig 2010-01-30 18:56:27.000000000 -0500 ++++ src/core/delete.c 2010-01-30 18:56:53.000000000 -0500 +@@ -32,6 +32,7 @@ + #include "workspace.h" + + #include <sys/types.h> ++#include <sys/wait.h> + #include <signal.h> + #include <unistd.h> + #include <errno.h> diff --git a/x11-wm/mate-window-manager/files/patch-src_core_main.c b/x11-wm/mate-window-manager/files/patch-src_core_main.c new file mode 100644 index 000000000000..2d5171e5deda --- /dev/null +++ b/x11-wm/mate-window-manager/files/patch-src_core_main.c @@ -0,0 +1,14 @@ +--- src/core/main.c.orig 2010-01-21 11:09:25.000000000 -0500 ++++ src/core/main.c 2010-01-30 18:53:17.000000000 -0500 +@@ -58,7 +58,11 @@ + + #include <stdlib.h> + #include <sys/types.h> ++#ifdef __linux__ + #include <wait.h> ++#else ++#include <sys/wait.h> ++#endif + #include <stdio.h> + #include <string.h> + #include <signal.h> diff --git a/x11-wm/mate-window-manager/pkg-descr b/x11-wm/mate-window-manager/pkg-descr new file mode 100644 index 000000000000..7dc83a91914b --- /dev/null +++ b/x11-wm/mate-window-manager/pkg-descr @@ -0,0 +1,6 @@ +Marco (mate-window-manager) is a low-frills Window Manager, and +is the default Window Manager of the MATE desktop. It provides +most of the features expected of a Window Manager, but leaves +everything it can up to other components of the MATE environment. + +WWW: http://mate-desktop.org/ diff --git a/x11-wm/mate-window-manager/pkg-plist b/x11-wm/mate-window-manager/pkg-plist new file mode 100644 index 000000000000..4c06b21e2b6f --- /dev/null +++ b/x11-wm/mate-window-manager/pkg-plist @@ -0,0 +1,256 @@ +bin/marco +bin/marco-message +bin/marco-theme-viewer +bin/marco-window-demo +include/marco-1/marco-private/boxes.h +include/marco-1/marco-private/common.h +include/marco-1/marco-private/gradient.h +include/marco-1/marco-private/preview-widget.h +include/marco-1/marco-private/theme-parser.h +include/marco-1/marco-private/theme.h +include/marco-1/marco-private/util.h +lib/libmarco-private.a +lib/libmarco-private.la +lib/libmarco-private.so +lib/libmarco-private.so.0 +libdata/pkgconfig/libmarco-private.pc +man/man1/marco-message.1.gz +man/man1/marco-theme-viewer.1.gz +man/man1/marco-window-demo.1.gz +man/man1/marco.1.gz +share/MateConf/gsettings/marco.convert +share/applications/marco.desktop +share/locale/am/LC_MESSAGES/marco.mo +share/locale/ar/LC_MESSAGES/marco.mo +share/locale/as/LC_MESSAGES/marco.mo +share/locale/ast/LC_MESSAGES/marco.mo +share/locale/az/LC_MESSAGES/marco.mo +share/locale/be/LC_MESSAGES/marco.mo +share/locale/be@latin/LC_MESSAGES/marco.mo +share/locale/bg/LC_MESSAGES/marco.mo +share/locale/bn/LC_MESSAGES/marco.mo +share/locale/bn_IN/LC_MESSAGES/marco.mo +share/locale/br/LC_MESSAGES/marco.mo +share/locale/bs/LC_MESSAGES/marco.mo +share/locale/ca/LC_MESSAGES/marco.mo +share/locale/ca@valencia/LC_MESSAGES/marco.mo +share/locale/crh/LC_MESSAGES/marco.mo +share/locale/cs/LC_MESSAGES/marco.mo +share/locale/cy/LC_MESSAGES/marco.mo +share/locale/da/LC_MESSAGES/marco.mo +share/locale/de/LC_MESSAGES/marco.mo +share/locale/dz/LC_MESSAGES/marco.mo +share/locale/el/LC_MESSAGES/marco.mo +share/locale/en@shaw/LC_MESSAGES/marco.mo +share/locale/en_AU/LC_MESSAGES/marco.mo +share/locale/en_CA/LC_MESSAGES/marco.mo +share/locale/en_GB/LC_MESSAGES/marco.mo +share/locale/eo/LC_MESSAGES/marco.mo +share/locale/es/LC_MESSAGES/marco.mo +share/locale/et/LC_MESSAGES/marco.mo +share/locale/eu/LC_MESSAGES/marco.mo +share/locale/fa/LC_MESSAGES/marco.mo +share/locale/fi/LC_MESSAGES/marco.mo +share/locale/fr/LC_MESSAGES/marco.mo +share/locale/ga/LC_MESSAGES/marco.mo +share/locale/gl/LC_MESSAGES/marco.mo +share/locale/gu/LC_MESSAGES/marco.mo +share/locale/ha/LC_MESSAGES/marco.mo +share/locale/he/LC_MESSAGES/marco.mo +share/locale/hi/LC_MESSAGES/marco.mo +share/locale/hr/LC_MESSAGES/marco.mo +share/locale/hu/LC_MESSAGES/marco.mo +share/locale/hy/LC_MESSAGES/marco.mo +share/locale/id/LC_MESSAGES/marco.mo +share/locale/ig/LC_MESSAGES/marco.mo +share/locale/is/LC_MESSAGES/marco.mo +share/locale/it/LC_MESSAGES/marco.mo +share/locale/ja/LC_MESSAGES/marco.mo +share/locale/ka/LC_MESSAGES/marco.mo +share/locale/kn/LC_MESSAGES/marco.mo +share/locale/ko/LC_MESSAGES/marco.mo +share/locale/ku/LC_MESSAGES/marco.mo +share/locale/ky/LC_MESSAGES/marco.mo +share/locale/la/LC_MESSAGES/marco.mo +share/locale/lt/LC_MESSAGES/marco.mo +share/locale/lv/LC_MESSAGES/marco.mo +share/locale/mai/LC_MESSAGES/marco.mo +share/locale/mg/LC_MESSAGES/marco.mo +share/locale/mk/LC_MESSAGES/marco.mo +share/locale/ml/LC_MESSAGES/marco.mo +share/locale/mn/LC_MESSAGES/marco.mo +share/locale/mr/LC_MESSAGES/marco.mo +share/locale/ms/LC_MESSAGES/marco.mo +share/locale/nb/LC_MESSAGES/marco.mo +share/locale/nds/LC_MESSAGES/marco.mo +share/locale/ne/LC_MESSAGES/marco.mo +share/locale/nl/LC_MESSAGES/marco.mo +share/locale/nn/LC_MESSAGES/marco.mo +share/locale/oc/LC_MESSAGES/marco.mo +share/locale/or/LC_MESSAGES/marco.mo +share/locale/pa/LC_MESSAGES/marco.mo +share/locale/pl/LC_MESSAGES/marco.mo +share/locale/pt/LC_MESSAGES/marco.mo +share/locale/pt_BR/LC_MESSAGES/marco.mo +share/locale/ro/LC_MESSAGES/marco.mo +share/locale/ru/LC_MESSAGES/marco.mo +share/locale/rw/LC_MESSAGES/marco.mo +share/locale/si/LC_MESSAGES/marco.mo +share/locale/sk/LC_MESSAGES/marco.mo +share/locale/sl/LC_MESSAGES/marco.mo +share/locale/sq/LC_MESSAGES/marco.mo +share/locale/sr/LC_MESSAGES/marco.mo +share/locale/sr@latin/LC_MESSAGES/marco.mo +share/locale/sv/LC_MESSAGES/marco.mo +share/locale/ta/LC_MESSAGES/marco.mo +share/locale/te/LC_MESSAGES/marco.mo +share/locale/th/LC_MESSAGES/marco.mo +share/locale/tk/LC_MESSAGES/marco.mo +share/locale/tr/LC_MESSAGES/marco.mo +share/locale/uk/LC_MESSAGES/marco.mo +share/locale/vi/LC_MESSAGES/marco.mo +share/locale/wa/LC_MESSAGES/marco.mo +share/locale/xh/LC_MESSAGES/marco.mo +share/locale/yo/LC_MESSAGES/marco.mo +share/locale/zh_CN/LC_MESSAGES/marco.mo +share/locale/zh_HK/LC_MESSAGES/marco.mo +share/locale/zh_TW/LC_MESSAGES/marco.mo +share/mate-window-manager/icons/marco-window-demo.png +share/mate-control-center/keybindings/50-marco-desktop-key.xml +share/mate-control-center/keybindings/50-marco-global-key.xml +share/mate-control-center/keybindings/50-marco-window-key.xml +share/mate/help/creating-marco-themes/C/creating-marco-themes.xml +share/mate/wm-properties/marco-wm.desktop +share/themes/ClearlooksRe/metacity-1/metacity-theme-1.xml +share/themes/Dopple-Left/metacity-1/metacity-theme-1.xml +share/themes/Dopple/metacity-1/metacity-theme-1.xml +share/themes/DustBlue/metacity-1/button_close_normal.png +share/themes/DustBlue/metacity-1/button_close_prelight.png +share/themes/DustBlue/metacity-1/button_close_pressed.png +share/themes/DustBlue/metacity-1/button_max_normal.png +share/themes/DustBlue/metacity-1/button_max_prelight.png +share/themes/DustBlue/metacity-1/button_max_pressed.png +share/themes/DustBlue/metacity-1/button_menu_normal.png +share/themes/DustBlue/metacity-1/button_menu_prelight.png +share/themes/DustBlue/metacity-1/button_menu_pressed.png +share/themes/DustBlue/metacity-1/button_min_normal.png +share/themes/DustBlue/metacity-1/button_min_prelight.png +share/themes/DustBlue/metacity-1/button_min_pressed.png +share/themes/DustBlue/metacity-1/menu.png +share/themes/DustBlue/metacity-1/metacity-theme-1.xml +share/themes/Spidey-Left/metacity-1/metacity-theme-1.xml +share/themes/Spidey/metacity-1/metacity-theme-1.xml +share/themes/Splint-Left/metacity-1/metacity-theme-1.xml +share/themes/Splint/metacity-1/metacity-theme-1.xml +share/themes/WinMe/metacity-1/close_normal.png +share/themes/WinMe/metacity-1/close_normal_small.png +share/themes/WinMe/metacity-1/close_pressed.png +share/themes/WinMe/metacity-1/close_pressed_small.png +share/themes/WinMe/metacity-1/maximize_normal.png +share/themes/WinMe/metacity-1/maximize_pressed.png +share/themes/WinMe/metacity-1/metacity-theme-1.xml +share/themes/WinMe/metacity-1/minimize_normal.png +share/themes/WinMe/metacity-1/minimize_pressed.png +share/themes/WinMe/metacity-1/restore_normal.png +share/themes/WinMe/metacity-1/restore_pressed.png +share/themes/eOS/metacity-1/close.png +share/themes/eOS/metacity-1/close_unfocused.png +share/themes/eOS/metacity-1/close_unfocused_over.png +share/themes/eOS/metacity-1/maximize.png +share/themes/eOS/metacity-1/maximize_unfocused.png +share/themes/eOS/metacity-1/maximize_unfocused_over.png +share/themes/eOS/metacity-1/menu.png +share/themes/eOS/metacity-1/menu_prelight.png +share/themes/eOS/metacity-1/metacity-theme-1.xml +share/themes/eOS/metacity-1/minimize.png +share/themes/eOS/metacity-1/minimize_unfocused.png +share/themes/eOS/metacity-1/minimize_unfocused_over.png +share/themes/eOS/metacity-1/trough_left.png +share/themes/eOS/metacity-1/trough_left_unfocused.png +share/themes/eOS/metacity-1/trough_middle.png +share/themes/eOS/metacity-1/trough_middle_unfocused.png +share/themes/eOS/metacity-1/trough_right.png +share/themes/eOS/metacity-1/trough_right_unfocused.png +share/themes/eOS/metacity-1/unmaximize.png +share/themes/eOS/metacity-1/unmaximize_unfocused.png +share/themes/eOS/metacity-1/unmaximize_unfocused_over.png +@dirrm share/themes/eOS/metacity-1 +@dirrm share/themes/eOS +@dirrm share/themes/WinMe/metacity-1 +@dirrm share/themes/WinMe +@dirrm share/themes/Splint/metacity-1 +@dirrm share/themes/Splint-Left/metacity-1 +@dirrm share/themes/Splint-Left +@dirrm share/themes/Splint +@dirrm share/themes/Spidey/metacity-1 +@dirrm share/themes/Spidey-Left/metacity-1 +@dirrm share/themes/Spidey-Left +@dirrm share/themes/Spidey +@dirrm share/themes/DustBlue/metacity-1 +@dirrm share/themes/DustBlue +@dirrm share/themes/Dopple/metacity-1 +@dirrm share/themes/Dopple-Left/metacity-1 +@dirrm share/themes/Dopple-Left +@dirrm share/themes/Dopple +@dirrm share/themes/ClearlooksRe/metacity-1 +@dirrm share/themes/ClearlooksRe +@dirrmtry share/themes +@dirrm share/mate/wm-properties +@dirrm share/mate/help/creating-marco-themes/C +@dirrm share/mate/help/creating-marco-themes +@dirrm share/mate-window-manager/icons +@dirrm share/mate-window-manager +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@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/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/la/LC_MESSAGES +@dirrmtry share/locale/la +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm include/marco-1/marco-private +@dirrm include/marco-1 diff --git a/x11/Makefile b/x11/Makefile index 7c4b0e9ec3b0..e2278448c1be 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -173,6 +173,7 @@ SUBDIR += libgnomekbd SUBDIR += libgnomemm26 SUBDIR += libkonq + SUBDIR += libmatekbd SUBDIR += liboldX SUBDIR += libsx SUBDIR += libsynaptics @@ -193,6 +194,16 @@ SUBDIR += lxmenu-data SUBDIR += lxpanel SUBDIR += lxrandr + SUBDIR += mate + SUBDIR += mate-applets + SUBDIR += mate-base + SUBDIR += mate-desktop + SUBDIR += mate-dialogs + SUBDIR += mate-menus + SUBDIR += mate-panel + SUBDIR += mate-screensaver + SUBDIR += mate-session-manager + SUBDIR += mate-terminal SUBDIR += menu-cache SUBDIR += metalock SUBDIR += metisse diff --git a/x11/libmatekbd/Makefile b/x11/libmatekbd/Makefile new file mode 100644 index 000000000000..09dfdbedd5e6 --- /dev/null +++ b/x11/libmatekbd/Makefile @@ -0,0 +1,33 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libmatekbd +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE keyboard shared library + +LIB_DEPENDS= libxklavier.so:${PORTSDIR}/x11/libxklavier + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_GNOME= gnomehier glib20 gtk20 intlhack ltverhack +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.peripherals-keyboard-xkb.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmatekbd*.so.4 + +.include <bsd.port.mk> diff --git a/x11/libmatekbd/distinfo b/x11/libmatekbd/distinfo new file mode 100644 index 000000000000..52fe0227993d --- /dev/null +++ b/x11/libmatekbd/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/libmatekbd-1.6.1.tar.xz) = d10593e69cdbb591bf1704a13ff8cd4fbc6f1212f76554081da746bc1aff0685 +SIZE (mate/libmatekbd-1.6.1.tar.xz) = 358380 diff --git a/x11/libmatekbd/pkg-descr b/x11/libmatekbd/pkg-descr new file mode 100644 index 000000000000..0f6153d42066 --- /dev/null +++ b/x11/libmatekbd/pkg-descr @@ -0,0 +1,3 @@ +MATE keyboard shared library. + +WWW: http://mate-desktop.org/ diff --git a/x11/libmatekbd/pkg-plist b/x11/libmatekbd/pkg-plist new file mode 100644 index 000000000000..904e812101c9 --- /dev/null +++ b/x11/libmatekbd/pkg-plist @@ -0,0 +1,120 @@ +include/libmatekbd/matekbd-desktop-config.h +include/libmatekbd/matekbd-indicator-config.h +include/libmatekbd/matekbd-indicator.h +include/libmatekbd/matekbd-keyboard-config.h +include/libmatekbd/matekbd-keyboard-drawing.h +include/libmatekbd/matekbd-status.h +include/libmatekbd/matekbd-util.h +lib/libmatekbd.a +lib/libmatekbd.la +lib/libmatekbd.so +lib/libmatekbd.so.4 +lib/libmatekbdui.a +lib/libmatekbdui.la +lib/libmatekbdui.so +lib/libmatekbdui.so.4 +libdata/pkgconfig/libmatekbd.pc +libdata/pkgconfig/libmatekbdui.pc +share/MateConf/gsettings/matekbd.convert +%%DATADIR%%/ui/show-layout.ui +share/locale/am/LC_MESSAGES/libmatekbd.mo +share/locale/ar/LC_MESSAGES/libmatekbd.mo +share/locale/as/LC_MESSAGES/libmatekbd.mo +share/locale/ast/LC_MESSAGES/libmatekbd.mo +share/locale/be@latin/LC_MESSAGES/libmatekbd.mo +share/locale/bg/LC_MESSAGES/libmatekbd.mo +share/locale/bn/LC_MESSAGES/libmatekbd.mo +share/locale/bn_IN/LC_MESSAGES/libmatekbd.mo +share/locale/ca/LC_MESSAGES/libmatekbd.mo +share/locale/ca@valencia/LC_MESSAGES/libmatekbd.mo +share/locale/cs/LC_MESSAGES/libmatekbd.mo +share/locale/da/LC_MESSAGES/libmatekbd.mo +share/locale/de/LC_MESSAGES/libmatekbd.mo +share/locale/dz/LC_MESSAGES/libmatekbd.mo +share/locale/el/LC_MESSAGES/libmatekbd.mo +share/locale/en@shaw/LC_MESSAGES/libmatekbd.mo +share/locale/en_AU/LC_MESSAGES/libmatekbd.mo +share/locale/en_GB/LC_MESSAGES/libmatekbd.mo +share/locale/eo/LC_MESSAGES/libmatekbd.mo +share/locale/es/LC_MESSAGES/libmatekbd.mo +share/locale/et/LC_MESSAGES/libmatekbd.mo +share/locale/eu/LC_MESSAGES/libmatekbd.mo +share/locale/fi/LC_MESSAGES/libmatekbd.mo +share/locale/fr/LC_MESSAGES/libmatekbd.mo +share/locale/ga/LC_MESSAGES/libmatekbd.mo +share/locale/gl/LC_MESSAGES/libmatekbd.mo +share/locale/gu/LC_MESSAGES/libmatekbd.mo +share/locale/he/LC_MESSAGES/libmatekbd.mo +share/locale/hi/LC_MESSAGES/libmatekbd.mo +share/locale/hu/LC_MESSAGES/libmatekbd.mo +share/locale/id/LC_MESSAGES/libmatekbd.mo +share/locale/it/LC_MESSAGES/libmatekbd.mo +share/locale/ja/LC_MESSAGES/libmatekbd.mo +share/locale/ka/LC_MESSAGES/libmatekbd.mo +share/locale/kn/LC_MESSAGES/libmatekbd.mo +share/locale/ko/LC_MESSAGES/libmatekbd.mo +share/locale/lt/LC_MESSAGES/libmatekbd.mo +share/locale/lv/LC_MESSAGES/libmatekbd.mo +share/locale/mai/LC_MESSAGES/libmatekbd.mo +share/locale/mk/LC_MESSAGES/libmatekbd.mo +share/locale/ml/LC_MESSAGES/libmatekbd.mo +share/locale/mr/LC_MESSAGES/libmatekbd.mo +share/locale/ms/LC_MESSAGES/libmatekbd.mo +share/locale/nb/LC_MESSAGES/libmatekbd.mo +share/locale/nl/LC_MESSAGES/libmatekbd.mo +share/locale/nn/LC_MESSAGES/libmatekbd.mo +share/locale/oc/LC_MESSAGES/libmatekbd.mo +share/locale/or/LC_MESSAGES/libmatekbd.mo +share/locale/pa/LC_MESSAGES/libmatekbd.mo +share/locale/pl/LC_MESSAGES/libmatekbd.mo +share/locale/pt/LC_MESSAGES/libmatekbd.mo +share/locale/pt_BR/LC_MESSAGES/libmatekbd.mo +share/locale/ro/LC_MESSAGES/libmatekbd.mo +share/locale/ru/LC_MESSAGES/libmatekbd.mo +share/locale/si/LC_MESSAGES/libmatekbd.mo +share/locale/sk/LC_MESSAGES/libmatekbd.mo +share/locale/sl/LC_MESSAGES/libmatekbd.mo +share/locale/sq/LC_MESSAGES/libmatekbd.mo +share/locale/sr/LC_MESSAGES/libmatekbd.mo +share/locale/sr@latin/LC_MESSAGES/libmatekbd.mo +share/locale/sv/LC_MESSAGES/libmatekbd.mo +share/locale/ta/LC_MESSAGES/libmatekbd.mo +share/locale/te/LC_MESSAGES/libmatekbd.mo +share/locale/th/LC_MESSAGES/libmatekbd.mo +share/locale/tr/LC_MESSAGES/libmatekbd.mo +share/locale/uk/LC_MESSAGES/libmatekbd.mo +share/locale/vi/LC_MESSAGES/libmatekbd.mo +share/locale/zh_CN/LC_MESSAGES/libmatekbd.mo +share/locale/zh_HK/LC_MESSAGES/libmatekbd.mo +share/locale/zh_TW/LC_MESSAGES/libmatekbd.mo +@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/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%% +@dirrm include/libmatekbd diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile new file mode 100644 index 000000000000..808828899a0f --- /dev/null +++ b/x11/mate-applets/Makefile @@ -0,0 +1,80 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-applets +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Applets components for the MATE Desktop Environment + +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libxklavier.so:${PORTSDIR}/x11/libxklavier \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ + libhal.so:${PORTSDIR}/sysutils/hal \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libnotify.so:${PORTSDIR}/devel/libnotify + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build desktop docutils icontheme intlhack \ + libmateweather libmatewnck mucharmap panel \ + polkit settingsdaemon +USE_XORG= x11 +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 introspection:build \ + libxml2 libxslt pygobject pygtk2 +USE_PYTHON= yes +USE_LDCONFIG= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --enable-mixer-applet \ + --disable-networkmanager +CONFIGURE_ENV= OS_SYS="/usr/include" +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \ + org.mate.panel.applet.geyes.gschema.xml \ + org.mate.panel.applet.multiload.gschema.xml \ + org.mate.stickynotes.gschema.xml + +FIX_APPLETS= accessx-status battstat charpick drivemount geyes \ + invest-applet/data multiload stickynotes trashapplet + +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +CFLAGS+= -fPIC +PLIST_SUB+= BATTERY="@comment " +.else +GLIB_SCHEMAS+= org.mate.panel.applet.battstat.gschema.xml +PLIST_SUB+= BATTERY="" +.endif + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +PLIST_SUB+= CPUFREQ="@comment " +.else +PLIST_SUB+= CPUFREQ="" +GLIB_SCHEMAS+= org.mate.panel.applet.cpufreq.gschema.xml +.endif + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.am | ${XARGS} ${REINPLACE_CMD} -e \ + 's|" == "|" = "|g' + ${MV} ${WRKSRC}/invest-applet/invest/invest-applet.py \ + ${WRKSRC}/invest-applet/invest/mate-invest-applet.py +.for dir in ${FIX_APPLETS} + @${REINPLACE_CMD} -e 's|@LIBEXECDIR@/|@LIBEXECDIR@/mate-|g' \ + ${WRKSRC}/${dir}/org.mate.* +.endfor + +.include <bsd.port.post.mk> diff --git a/x11/mate-applets/distinfo b/x11/mate-applets/distinfo new file mode 100644 index 000000000000..e4c6078f71d0 --- /dev/null +++ b/x11/mate-applets/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-applets-1.6.1.tar.xz) = 8693cd88c4731796c09294c962d0ff12092d536121a5c41ddb06fffbc78aa00a +SIZE (mate/mate-applets-1.6.1.tar.xz) = 6795168 diff --git a/x11/mate-applets/files/patch-accessx-status_Makefile.am b/x11/mate-applets/files/patch-accessx-status_Makefile.am new file mode 100644 index 000000000000..ab2d003c349d --- /dev/null +++ b/x11/mate-applets/files/patch-accessx-status_Makefile.am @@ -0,0 +1,19 @@ +--- accessx-status/Makefile.am.orig 2013-04-12 00:00:04.000000000 +0200 ++++ accessx-status/Makefile.am 2013-08-18 12:20:28.000000000 +0200 +@@ -5,13 +5,13 @@ + -DACCESSX_PIXMAPS_DIR=\""$(datadir)/pixmaps/mate-accessx-status-applet"\" \ + -DACCESSX_MENU_UI_DIR=\""$(uidir)"\" + +-libexec_PROGRAMS = accessx-status-applet ++libexec_PROGRAMS = mate-accessx-status-applet + +-accessx_status_applet_SOURCES = \ ++mate_accessx_status_applet_SOURCES = \ + applet.c \ + applet.h + +-accessx_status_applet_LDADD = \ ++mate_accessx_status_applet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(X_LIBS) + diff --git a/x11/mate-applets/files/patch-battstat_Makefile.am b/x11/mate-applets/files/patch-battstat_Makefile.am new file mode 100644 index 000000000000..caf3bef4fbed --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_Makefile.am @@ -0,0 +1,24 @@ +--- battstat/Makefile.am.orig 2013-08-18 12:28:45.000000000 +0200 ++++ battstat/Makefile.am 2013-08-18 12:29:27.000000000 +0200 +@@ -34,10 +34,10 @@ + -DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\" + + +-libexec_PROGRAMS = battstat-applet-2 ++libexec_PROGRAMS = mate-battstat-applet-2 + + +-battstat_applet_2_SOURCES = \ ++mate_battstat_applet_2_SOURCES = \ + battstat.h \ + pixmaps.h \ + properties.c \ +@@ -53,7 +53,7 @@ + battstat-upower.h + + +-battstat_applet_2_LDADD = \ ++mate_battstat_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(LIBNOTIFY_LIBS) \ + $(HAL_LIBS) \ diff --git a/x11/mate-applets/files/patch-battstat_acpi-freebsd.c b/x11/mate-applets/files/patch-battstat_acpi-freebsd.c new file mode 100644 index 000000000000..48746fa03bbd --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_acpi-freebsd.c @@ -0,0 +1,152 @@ +--- battstat/acpi-freebsd.c.orig Sun Jul 3 16:41:26 2005 ++++ battstat/acpi-freebsd.c Sun Jul 3 16:49:55 2005 +@@ -31,9 +31,13 @@ + + #include <stdio.h> + #include <sys/types.h> ++#include <sys/socket.h> + #include <sys/sysctl.h> ++#include <sys/un.h> + #include <sys/ioctl.h> ++#if defined(__i386__) + #include <machine/apm_bios.h> ++#endif + #include <stdlib.h> + #include <errno.h> + #include <unistd.h> +@@ -92,16 +96,36 @@ gboolean + acpi_freebsd_init(struct acpi_info * acpiinfo) + { + int acpi_fd; ++ int event_fd; + + g_assert(acpiinfo); + +- acpi_fd = open(ACPIDEV, O_RDONLY); +- if (acpi_fd >= 0) { +- acpiinfo->acpifd = acpi_fd; ++ if (acpiinfo->acpifd == -1) { ++ acpi_fd = open(ACPIDEV, O_RDONLY); ++ if (acpi_fd >= 0) { ++ acpiinfo->acpifd = acpi_fd; ++ } ++ else { ++ acpiinfo->acpifd = -1; ++ return FALSE; ++ } + } +- else { +- acpiinfo->acpifd = -1; +- return FALSE; ++ ++ event_fd = socket(PF_UNIX, SOCK_STREAM, 0); ++ if (event_fd >= 0) { ++ struct sockaddr_un addr; ++ addr.sun_family = AF_UNIX; ++ strcpy(addr.sun_path, "/var/run/devd.pipe"); ++ if (connect(event_fd, (struct sockaddr *) &addr, sizeof(addr)) == 0) { ++ acpiinfo->event_fd = event_fd; ++ acpiinfo->event_inited = TRUE; ++ acpiinfo->channel = g_io_channel_unix_new(event_fd); ++ } ++ else { ++ close(event_fd); ++ acpiinfo->event_fd = -1; ++ acpiinfo->event_inited = FALSE; ++ } + } + + update_battery_info(acpiinfo); +@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp + return TRUE; + } + ++#define ACPI_EVENT_IGNORE 0 ++#define ACPI_EVENT_AC 1 ++#define ACPI_EVENT_BATTERY_INFO 2 ++ ++static int parse_acpi_event(GString *buffer) ++{ ++ if (strstr(buffer->str, "system=ACPI")) { ++ if (strstr(buffer->str, "subsystem=ACAD")) ++ return ACPI_EVENT_AC; ++ if (strstr(buffer->str, "subsystem=CMBAT")) ++ return ACPI_EVENT_BATTERY_INFO; ++ } ++ ++ return ACPI_EVENT_IGNORE; ++} ++ ++void acpi_freebsd_update(struct acpi_info *acpiinfo) ++{ ++ /* XXX This is needed for systems where devd does not have permissions ++ * to allow for event-driven updates. ++ */ ++ update_ac_info(acpiinfo); ++ update_battery_info(acpiinfo); ++} ++ ++gboolean acpi_process_event(struct acpi_info *acpiinfo, gboolean *read_error) ++{ ++ gsize i; ++ int evt; ++ gboolean result = FALSE; ++ GString *buffer; ++ GIOStatus stat; ++ buffer = g_string_new(NULL); ++ ++ *read_error = FALSE; ++ stat = g_io_channel_read_line_string(acpiinfo->channel, buffer, &i, NULL); ++ ++ if (stat == G_IO_STATUS_ERROR || stat == G_IO_STATUS_EOF) { ++ *read_error = TRUE; ++ g_string_free(buffer, TRUE); ++ return FALSE; ++ } ++ ++ evt = parse_acpi_event(buffer); ++ switch (evt) { ++ case ACPI_EVENT_AC: ++ update_ac_info(acpiinfo); ++ result = TRUE; ++ break; ++ case ACPI_EVENT_BATTERY_INFO: ++ update_battery_info(acpiinfo); ++ result = TRUE; ++ break; ++ } ++ ++ g_string_free(buffer, TRUE); ++ return result; ++} ++ + void + acpi_freebsd_cleanup(struct acpi_info * acpiinfo) + { +@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info * + close(acpiinfo->acpifd); + acpiinfo->acpifd = -1; + } +-} + +-/* XXX This is a hack since user-land applications can't get ACPI events yet. +- * Devd provides this (or supposedly provides this), but you need to be +- * root to access devd. +- */ +-gboolean +-acpi_process_event(struct acpi_info * acpiinfo) +-{ +- g_assert(acpiinfo); +- +- update_ac_info(acpiinfo); +- update_battery_info(acpiinfo); +- +- return TRUE; ++ if (acpiinfo->event_fd >= 0) { ++ g_io_channel_unref(acpiinfo->channel); ++ close(acpiinfo->event_fd); ++ acpiinfo->event_fd = -1; ++ } + } + + gboolean diff --git a/x11/mate-applets/files/patch-battstat_acpi-freebsd.h b/x11/mate-applets/files/patch-battstat_acpi-freebsd.h new file mode 100644 index 000000000000..518a5269a069 --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_acpi-freebsd.h @@ -0,0 +1,77 @@ +--- battstat/acpi-freebsd.h.orig 2013-03-26 20:55:32.000000000 -0500 ++++ battstat/acpi-freebsd.h 2013-03-26 20:57:36.000000000 -0500 +@@ -29,61 +29,30 @@ + #define ACPI_LIFE "hw.acpi.battery.life" + #define ACPI_STATE "hw.acpi.battery.state" + +-struct acpi_info { +- gboolean ac_online; +- int acpifd; +- int max_capacity; +- int low_capacity; +- int critical_capacity; ++#if !defined(__i386__) ++struct apm_info { ++ guint ai_acline; ++ guint ai_batt_stat; ++ guint ai_batt_life; ++ int ai_batt_time; ++ guint ai_status; + }; +- +-gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); +-gboolean acpi_process_event(struct acpi_info * acpiinfo); +-gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); +-void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); +- +-#endif /* __ACPI_FREEBSD_H__ */ +-/* +- * Copyright (C) 2004 by Joe Marcus Clarke <marcus@FreeBSD.org> +- * +- * This program is free software; you can redistribute it and/or modify +- * it under the terms of the GNU General Public License as published by +- * the Free Software Foundation; either version 2 of the License, or +- * (at your option) any later version. +- * +- * This program is distributed in the hope that it will be useful, +- * but WITHOUT ANY WARRANTY; without even the implied warranty of +- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +- * GNU General Public License for more details. +- * +- * You should have received a copy of the GNU General Public License +- * along with this program; if not, write to the Free Software +- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02110-1301, USA. +- */ +- +-#ifndef __ACPI_FREEBSD_H__ +-#define __ACPI_FREEBSD_H__ +- +-#define ACPIDEV "/dev/acpi" +- +-#define BATT_MIN 0 +-#define BATT_MAX 64 +- +-#define ACPI_ACLINE "hw.acpi.acline" +-#define ACPI_TIME "hw.acpi.battery.time" +-#define ACPI_LIFE "hw.acpi.battery.life" +-#define ACPI_STATE "hw.acpi.battery.state" ++#endif + + struct acpi_info { + gboolean ac_online; ++ gboolean event_inited; + int acpifd; ++ int event_fd; + int max_capacity; + int low_capacity; + int critical_capacity; ++ GIOChannel * channel; + }; + + gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); +-gboolean acpi_process_event(struct acpi_info * acpiinfo); ++void acpi_freebsd_update(struct acpi_info * acpiinfo); ++gboolean acpi_process_event(struct acpi_info * acpiinfo, gboolean *read_error); + gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); + void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); + diff --git a/x11/mate-applets/files/patch-battstat_power-management.c b/x11/mate-applets/files/patch-battstat_power-management.c new file mode 100644 index 000000000000..47213b3a92cb --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_power-management.c @@ -0,0 +1,123 @@ +--- battstat/power-management.c.orig Thu Aug 25 23:45:47 2005 ++++ battstat/power-management.c Tue Aug 30 01:28:40 2005 +@@ -64,9 +64,7 @@ + + static const char *apm_readinfo (BatteryStatus *status); + static int pm_initialised; +-#ifdef HAVE_HAL +-static int using_hal; +-#endif ++static int using_hal = FALSE; + #ifdef HAVE_UPOWER + static int using_upower; + #endif +@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status) + + #elif __FreeBSD__ + ++#if defined(__i386__) + #include <machine/apm_bios.h> ++#endif + #include "acpi-freebsd.h" + + static struct acpi_info acpiinfo; + static gboolean using_acpi; + static int acpi_count; ++static int acpiwatch; + static struct apm_info apminfo; + ++gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info *acpiinfo); ++ + #define APMDEVICE "/dev/apm" + ++static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data) ++{ ++ gboolean read_error; ++ if (cond & (G_IO_ERR | G_IO_HUP)) { ++ acpi_freebsd_cleanup(&acpiinfo); ++ return FALSE; ++ } ++ ++ if (acpi_process_event(&acpiinfo, &read_error)) { ++ acpi_freebsd_read(&apminfo, &acpiinfo); ++ } ++ else if (read_error) { ++ acpi_freebsd_cleanup(&acpiinfo); ++ return FALSE; ++ } ++ ++ return TRUE; ++} ++ + static const char * + apm_readinfo (BatteryStatus *status) + { +@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) + + if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); + +- if (using_acpi) { ++ if (using_acpi && (!acpiinfo.event_inited || acpiinfo.event_fd >= 0)) { + if (acpi_count <= 0) { + acpi_count = 30; +- acpi_process_event(&acpiinfo); ++ if (!acpiinfo.event_inited) { ++ acpi_freebsd_update(&acpiinfo); ++ } + if (acpi_freebsd_read(&apminfo, &acpiinfo) == FALSE) + return ERR_FREEBSD_ACPI; + } + acpi_count--; + } +- else +- { +- /* This is how I read the information from the APM subsystem under +- FreeBSD. Each time this functions is called (once every second) +- the APM device is opened, read from and then closed. +- */ ++ else if (using_acpi && acpiinfo.event_inited) { ++ if (acpi_freebsd_init(&acpiinfo)) { ++ acpiwatch = g_io_add_watch (acpiinfo.channel, ++ G_IO_IN | G_IO_ERR | G_IO_HUP, ++ acpi_callback, NULL); ++ acpi_freebsd_read(&apminfo, &acpiinfo); ++ } ++ } ++ else { ++#if defined(__i386__) + fd = open(APMDEVICE, O_RDONLY); + if (fd == -1) { + return ERR_OPEN_APMDEV; +@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) + + if(apminfo.ai_status == 0) + return ERR_APM_E; ++#else ++ return ERR_OPEN_APMDEV; ++#endif + } + + status->present = TRUE; +@@ -480,6 +511,12 @@ power_management_initialise( int no_hal + } + else + using_acpi = FALSE; ++ ++ if (using_acpi && acpiinfo.event_fd >= 0) { ++ acpiwatch = g_io_add_watch (acpiinfo.channel, ++ G_IO_IN | G_IO_ERR | G_IO_HUP, ++ acpi_callback, NULL); ++ } + #endif + pm_initialised = 1; + +@@ -513,6 +550,9 @@ power_management_cleanup( void ) + } + #elif defined(__FreeBSD__) + if (using_acpi) { ++ if (acpiwatch != 0) ++ g_source_remove(acpiwatch); ++ acpiwatch = 0; + acpi_freebsd_cleanup(&acpiinfo); + } + #endif diff --git a/x11/mate-applets/files/patch-charpick_Makefile.am b/x11/mate-applets/files/patch-charpick_Makefile.am new file mode 100644 index 000000000000..38ac6350c0b8 --- /dev/null +++ b/x11/mate-applets/files/patch-charpick_Makefile.am @@ -0,0 +1,19 @@ +--- charpick/Makefile.am.orig 2013-08-18 12:39:28.000000000 +0200 ++++ charpick/Makefile.am 2013-08-18 12:39:59.000000000 +0200 +@@ -7,13 +7,13 @@ + $(MATE_APPLETS4_CFLAGS) \ + $(MUCHARMAP_CFLAGS) + +-libexec_PROGRAMS = charpick_applet2 ++libexec_PROGRAMS = mate-charpick_applet2 + +-charpick_applet2_SOURCES = charpick.c \ ++mate_charpick_applet2_SOURCES = charpick.c \ + charpick.h \ + properties.c + +-charpick_applet2_LDADD = \ ++mate_charpick_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(MUCHARMAP_LIBS) + diff --git a/x11/mate-applets/files/patch-configure.ac b/x11/mate-applets/files/patch-configure.ac new file mode 100644 index 000000000000..d54ad27bd730 --- /dev/null +++ b/x11/mate-applets/files/patch-configure.ac @@ -0,0 +1,55 @@ +--- configure.ac.orig 2013-03-26 21:00:43.000000000 -0500 ++++ configure.ac 2013-03-26 21:06:27.000000000 -0500 +@@ -349,7 +349,7 @@ + GETTEXT_PACKAGE=mate-applets + AC_SUBST(GETTEXT_PACKAGE) + AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package]) +-AC_DEFINE_DIR(MATELOCALEDIR, "${datadir}/locale", [locale directory]) ++AC_DEFINE_DIR(MATELOCALEDIR, [localedir], [locale directory]) + AM_GLIB_GNU_GETTEXT + + # this is the directory where the *.{mo,gmo} files are installed +@@ -390,8 +390,8 @@ + AC_CHECK_LIB(apm,apm_read,[HAVE_LIBAPM=yes],[HAVE_LIBAPM=no]) + ;; + # list of supported OS cores that do not use libapm +- i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) +- if [ -n "${OS_SYS}" ]; then ++ i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) ++ if test -n "${OS_SYS}" ; then + ACPIINC="-I${OS_SYS}" + else + ACPIINC="-I/usr/src/sys" +@@ -521,6 +521,9 @@ + *linux*) + build_cpufreq_applet=yes + ;; ++ i386-*-freebsd*|amd64-*-freebsd*) ++ build_cpufreq_applet=yes ++ ;; + *) + AC_MSG_WARN([${host} is not supported by cpufreq applet, not building]) + build_cpufreq_applet=no +@@ -623,14 +626,14 @@ + builderdir="${pkgdatadir}/builder" + AC_SUBST(builderdir) + +-AC_DEFINE_DIR(MATE_ICONDIR, "${iconsdir}", [Mate Icon Directory]) +-AC_DEFINE_DIR(MATE_PIXMAPSDIR, "${pixmapsdir}", [Mate Pixmaps Directory]) +-AC_DEFINE_DIR(PKGDATADIR, "${pkgdatadir}", [Mate Applets Directory]) +-AC_DEFINE_DIR(GTK_BUILDERDIR, "${builderdir}", [GtkBuilder Resources Directory]) +-AC_DEFINE_DIR(DATADIR, "${datadir}", [datadir]) +-AC_DEFINE_DIR(SYSCONFDIR, "${sysconfdir}", [sysconfdir]) +-AC_DEFINE_DIR(LIBDIR, "${libdir}", [libdir]) +-AC_DEFINE_DIR(PREFIX, "$prefix", [install prefix]) ++AC_DEFINE_DIR(MATE_ICONDIR, [iconsdir], [Mate Icon Directory]) ++AC_DEFINE_DIR(MATE_PIXMAPSDIR, [pixmapsdir], [Mate Pixmaps Directory]) ++AC_DEFINE_DIR(PKGDATADIR, [pkgdatadir], [Mate Applets Directory]) ++AC_DEFINE_DIR(GTK_BUILDERDIR, [builderdir], [GtkBuilder Resources Directory]) ++AC_DEFINE_DIR(DATADIR, [datadir], [datadir]) ++AC_DEFINE_DIR(SYSCONFDIR, [sysconfdir], [sysconfdir]) ++AC_DEFINE_DIR(LIBDIR, [libdir], [libdir]) ++AC_DEFINE_DIR(PREFIX, [prefix], [install prefix]) + + AS_AC_EXPAND(DATADIR, "${datadir}") + AS_AC_EXPAND(PYTHONDIR, $pythondir) diff --git a/x11/mate-applets/files/patch-cpufreq-freebsd b/x11/mate-applets/files/patch-cpufreq-freebsd new file mode 100644 index 000000000000..9a5dd5d7d4e2 --- /dev/null +++ b/x11/mate-applets/files/patch-cpufreq-freebsd @@ -0,0 +1,418 @@ +--- cpufreq/src/cpufreq-monitor-cpuinfo.c.orig Thu Jun 15 01:01:54 2006 ++++ cpufreq/src/cpufreq-monitor-cpuinfo.c Sat Jun 17 13:48:19 2006 +@@ -22,6 +22,10 @@ + #include <glib.h> + #include <glib/gi18n.h> + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#endif /* __FreeBSD__ */ + #include <string.h> + #include <stdio.h> + +@@ -59,15 +63,20 @@ cpufreq_monitor_cpuinfo_new (guint cpu) + static gboolean + cpufreq_monitor_cpuinfo_run (CPUFreqMonitor *monitor) + { ++#ifndef __FreeBSD__ + gchar *file; + gchar **lines; + gchar *buffer = NULL; + gchar *p; ++#else ++ size_t len; ++#endif /* __FreeBSD__ */ + gint cpu, i; + gint cur_freq, max_freq; + gchar *governor; + GError *error = NULL; + ++#ifndef __FreeBSD__ + file = g_strdup ("/proc/cpuinfo"); + if (!g_file_get_contents (file, &buffer, NULL, &error)) { + g_warning (error->message); +@@ -112,6 +121,12 @@ cpufreq_monitor_cpuinfo_run (CPUFreqMoni + + g_strfreev (lines); + g_free (buffer); ++#else ++ len = sizeof (cpu); ++ ++ if (sysctlbyname ("hw.clockrate", &cpu, &len, NULL, 0) == -1) ++ return FALSE; ++#endif /* __FreeBSD__ */ + + governor = g_strdup (_("Frequency Scaling Unsupported")); + cur_freq = cpu * 1000; +--- cpufreq/src/cpufreq-applet.c.orig Thu Jun 15 01:01:53 2006 ++++ cpufreq/src/cpufreq-applet.c Sat Jun 17 13:42:50 2006 +@@ -17,6 +17,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Authors : Carlos García Campos <carlosgc@gnome.org> ++ * Joe Marcus Clarke <marcus@FreeBSD.org> + */ + + #ifdef HAVE_CONFIG_H +@@ -519,6 +524,7 @@ cpufreq_applet_about_cb (BonoboUICompone + { + static const gchar *const authors[] = { + "Carlos Garcia Campos <carlosgc@gnome.org>", ++ "Joe Marcus Clarke <marcus@FreeBSD.org> (FreeBSD support)", + NULL + }; + static const gchar *const documenters[] = { +--- cpufreq/src/cpufreq-monitor-sysctl.h.orig Sat Jun 17 14:05:37 2006 ++++ cpufreq/src/cpufreq-monitor-sysctl.h Sat Jun 17 14:14:13 2006 +@@ -0,0 +1,49 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#ifndef __CPUFREQ_MONITOR_SYSCTL_H__ ++#define __CPUFREQ_MONITOR_SYSCTL_H__ ++ ++#include <glib-object.h> ++ ++#include "cpufreq-monitor.h" ++ ++#define TYPE_CPUFREQ_MONITOR_SYSCTL (cpufreq_monitor_sysctl_get_type ()) ++#define CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctl)) ++#define CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) ++#define IS_CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL)) ++#define IS_CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_MONITOR_SYSCTL)) ++#define CPUFREQ_MONITOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) ++ ++typedef struct _CPUFreqMonitorSysctl CPUFreqMonitorSysctl; ++typedef struct _CPUFreqMonitorSysctlClass CPUFreqMonitorSysctlClass; ++ ++struct _CPUFreqMonitorSysctl { ++ CPUFreqMonitor parent; ++}; ++ ++struct _CPUFreqMonitorSysctlClass { ++ CPUFreqMonitorClass parent_class; ++}; ++ ++GType cpufreq_monitor_sysctl_get_type (void) G_GNUC_CONST; ++CPUFreqMonitor *cpufreq_monitor_sysctl_new (guint cpu); ++ ++#endif /* __CPUFREQ_MONITOR_SYSCTL_H__ */ +--- cpufreq/src/cpufreq-monitor-factory.c.orig Sat Jun 17 06:28:02 2006 ++++ cpufreq/src/cpufreq-monitor-factory.c Sat Jun 24 01:45:54 2006 +@@ -17,6 +17,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Authors : Carlos García Campos <carlosgc@gnome.org> ++ * Joe Marcus Clarke <marcus@FreeBSD.org> + */ + + #ifdef HAVE_CONFIG_H +@@ -25,11 +26,18 @@ + + #include <glib.h> + #include <glib/gi18n.h> ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#endif /* __FreeBSD__ */ + + #include "cpufreq-applet.h" + #include "cpufreq-utils.h" + #include "cpufreq-monitor-sysfs.h" + #include "cpufreq-monitor-procfs.h" ++#ifdef __FreeBSD__ ++#include "cpufreq-monitor-sysctl.h" ++#endif /* __FreeBSD__ */ + #include "cpufreq-monitor-cpuinfo.h" + #ifdef HAVE_LIBCPUFREQ + #include "cpufreq-monitor-libcpufreq.h" +@@ -40,6 +48,7 @@ CPUFreqMonitor * + cpufreq_monitor_factory_create_monitor (guint cpu) + { + CPUFreqMonitor *monitor = NULL; ++#ifndef __FreeBSD__ + + #ifdef HAVE_LIBCPUFREQ + monitor = cpufreq_monitor_libcpufreq_new (cpu); +@@ -63,6 +72,19 @@ cpufreq_monitor_factory_create_monitor ( + + monitor = cpufreq_monitor_cpuinfo_new (cpu); + } ++#else ++ size_t len; ++ ++ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { ++ monitor = cpufreq_monitor_sysctl_new (cpu); ++ } else { ++ cpufreq_utils_display_error (_("CPU frequency scaling unsupported"), ++ _("You will not be able to modify the frequency of your machine. " ++ "Your machine may be misconfigured or not have hardware support " ++ "for CPU frequency scaling.")); ++ monitor = cpufreq_monitor_cpuinfo_new (cpu); ++ } ++#endif /* __FreeBSD__ */ + + return monitor; + } +--- cpufreq/src/cpufreq-utils.c.orig Sat Aug 12 21:26:50 2006 ++++ cpufreq/src/cpufreq-utils.c Tue Aug 22 11:07:32 2006 +@@ -22,6 +22,9 @@ + #include <glib.h> + #include <gtk/gtkmessagedialog.h> + #include <sys/types.h> ++#ifdef __FreeBSD__ ++#include <sys/sysctl.h> ++#endif + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> +@@ -30,6 +33,24 @@ + + #include "cpufreq-utils.h" + ++#ifdef __FreeBSD__ ++guint ++cpufreq_utils_get_n_cpus (void) ++{ ++ size_t len; ++ static guint n_cpus = 0; ++ ++ if (n_cpus > 0) ++ return n_cpus; ++ ++ len = sizeof (n_cpus); ++ if (sysctlbyname ("hw.ncpu", &n_cpus, &len, NULL, 0) == -1) { ++ return 1; ++ } ++ ++ return n_cpus; ++} ++#else + guint + cpufreq_utils_get_n_cpus (void) + { +@@ -72,6 +93,7 @@ cpufreq_utils_get_n_cpus (void) + + return 1; + } ++#endif /* __FreeBSD__ */ + + void + cpufreq_utils_display_error (const gchar *message, +--- cpufreq/src/cpufreq-monitor-sysctl.c.orig 2010-05-13 11:27:57.000000000 +0200 ++++ cpufreq/src/cpufreq-monitor-sysctl.c 2010-05-13 11:36:13.000000000 +0200 +@@ -0,0 +1,184 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#include <glib.h> ++#include <glib/gi18n.h> ++ ++#include <string.h> ++ ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++ ++#include "cpufreq-monitor-sysctl.h" ++ ++#define PARENT_TYPE TYPE_CPUFREQ_MONITOR ++ ++#define CPUFREQ_MONITOR_GET_PROTECTED(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), PARENT_TYPE, CPUFreqMonitorProtected)) ++ ++static void cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass); ++ ++static gboolean cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor); ++static GList *cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor); ++static GList *cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor); ++ ++static gboolean cpufreq_monitor_sysctl_get (gpointer gdata); ++ ++G_DEFINE_TYPE (CPUFreqMonitorSysctl, cpufreq_monitor_sysctl, CPUFREQ_TYPE_MONITOR) ++ ++static void ++cpufreq_monitor_sysctl_init (CPUFreqMonitorSysctl *monitor) ++{ ++} ++ ++static void ++cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass) ++{ ++ CPUFreqMonitorClass *monitor_class = CPUFREQ_MONITOR_CLASS (klass); ++ ++ monitor_class->run = cpufreq_monitor_sysctl_run; ++ monitor_class->get_available_frequencies = cpufreq_monitor_sysctl_get_available_frequencies; ++ monitor_class->get_available_governors = cpufreq_monitor_sysctl_get_available_governors; ++} ++ ++CPUFreqMonitor * ++cpufreq_monitor_sysctl_new (guint cpu) ++{ ++ CPUFreqMonitorSysctl *monitor; ++ ++ monitor = g_object_new (TYPE_CPUFREQ_MONITOR_SYSCTL, "cpu", cpu, NULL); ++ ++ return CPUFREQ_MONITOR (monitor); ++} ++ ++static gboolean ++cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor) ++{ ++ gint fmax, fmin, ifreq; ++ gchar *governor; ++ size_t len; ++ gchar *freq_oid; ++ guint mon_cpu; ++ GList *list; ++ ++ list = cpufreq_monitor_sysctl_get_available_frequencies (CPUFREQ_MONITOR (monitor)); ++ ++ fmax = atoi ((gchar *) list->data); ++ fmin = atoi ((gchar *) g_list_nth_data (list, (g_list_length (list) - 1))); ++ ++ g_list_foreach (list, (GFunc) g_free, NULL); ++ g_list_free (list); ++ ++ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); ++ len = sizeof (ifreq); ++ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", 0); ++ ++ if (sysctlbyname (freq_oid, &ifreq, &len, NULL, 0) == -1) { ++ g_free (freq_oid); ++ return FALSE; ++ } ++ ++ ifreq *= 1000; ++ ++ if (ifreq == fmax) ++ governor = g_strdup ("performance"); ++ else if (ifreq == fmin) ++ governor = g_strdup ("economy"); ++ else ++ governor = g_strdup ("userspace"); ++ ++ g_object_set (G_OBJECT (monitor), ++ "online", TRUE, ++ "governor", governor, ++ "frequency", ifreq, ++ "max-frequency", fmax, ++ NULL); ++ ++ g_free (governor); ++ ++ return TRUE; ++} ++ ++static GList * ++cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor) ++{ ++ gchar *levels_oid, *levels; ++ gchar **levelsp, **l; ++ GList *list = NULL; ++ gint mib[4]; ++ guint mon_cpu; ++ size_t len; ++ ++ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); ++ ++ levels_oid = g_strdup_printf ("dev.cpu.%d.freq_levels", ++ 0); ++ len = 4; ++ sysctlnametomib (levels_oid, mib, &len); ++ len = sizeof (levels); ++ g_free (levels_oid); ++ ++ if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) ++ return NULL; ++ ++ levels = g_malloc (len); ++ if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) ++ { ++ g_free(levels); ++ return NULL; ++ } ++ ++ levelsp = g_strsplit (levels, " ", 0); ++ g_free (levels); ++ ++ for (l = levelsp; l && *l; l++) { ++ gchar **frpr; ++ ++ frpr = g_strsplit (*l, "/", 0); ++ if (frpr && frpr[0] != NULL) { ++ /* sysctl format is %d/%d where the ++ * first %d is the frequency, and ++ * the second is the power used in ++ * mW. ++ */ ++ int freq = atoi (frpr[0]); ++ list = ++ g_list_append (list, g_strdup_printf ("%d", freq * 1000)); ++ } ++ g_strfreev (frpr); ++ } ++ ++ g_strfreev (levelsp); ++ ++ return (list); ++} ++ ++static GList * ++cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor) ++{ ++ GList *list = NULL; ++ ++ list = g_list_prepend (list, g_strdup ("performance")); ++ list = g_list_prepend (list, g_strdup ("userspace")); ++ list = g_list_prepend (list, g_strdup ("economy")); ++ ++ return list; ++} ++#endif /* __FreeBSD__ */ +--- cpufreq/src/Makefile.am.orig 2012-07-29 15:37:51.000000000 -0500 ++++ cpufreq/src/Makefile.am 2012-07-29 15:40:00.000000000 -0500 +@@ -27,7 +27,8 @@ + cpufreq-monitor-procfs.c cpufreq-monitor-procfs.h \ + cpufreq-monitor-sysfs.c cpufreq-monitor-sysfs.h \ + $(cpufreq_files) \ +- cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h ++ cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h \ ++ cpufreq-monitor-sysctl.c cpufreq-monitor-sysctl.h + + cpufreq_applet_LDADD = \ + $(MATE_APPLETS3_LIBS) \ diff --git a/x11/mate-applets/files/patch-cpufreq-selector-freebsd b/x11/mate-applets/files/patch-cpufreq-selector-freebsd new file mode 100644 index 000000000000..1ab5faa0542b --- /dev/null +++ b/x11/mate-applets/files/patch-cpufreq-selector-freebsd @@ -0,0 +1,192 @@ +--- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h.orig Sat Jun 24 01:52:35 2006 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h Sat Jun 24 02:13:05 2006 +@@ -0,0 +1,53 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#ifndef __CPUFREQ_SELECTOR_SYSCTL_H__ ++#define __CPUFREQ_SELECTOR_SYSCTL_H__ ++ ++#include <glib-object.h> ++ ++#include "cpufreq-selector.h" ++ ++G_BEGIN_DECLS ++ ++#define CPUFREQ_TYPE_SELECTOR_SYSCTL (cpufreq_selector_sysctl_get_type ()) ++#define CPUFREQ_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfs)) ++#define CPUFREQ_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) ++#define CPUFREQ_IS_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL)) ++#define CPUFREQ_IS_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL)) ++#define CPUFREQ_SELECTOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) ++ ++typedef struct _CPUFreqSelectorSysctl CPUFreqSelectorSysctl; ++typedef struct _CPUFreqSelectorSysctlClass CPUFreqSelectorSysctlClass; ++ ++struct _CPUFreqSelectorSysctl { ++ CPUFreqSelector parent; ++}; ++ ++struct _CPUFreqSelectorSysctlClass { ++ CPUFreqSelectorClass parent_class; ++}; ++ ++GType cpufreq_selector_sysctl_get_type (void) G_GNUC_CONST; ++CPUFreqSelector *cpufreq_selector_sysctl_new (guint cpu); ++ ++G_END_DECLS ++ ++#endif /* __CPUFREQ_SELECTOR_SYSCTL_H__ */ +--- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c.orig Wed Jul 26 01:34:18 2006 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c Wed Jul 26 01:42:00 2006 +@@ -0,0 +1,87 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#include <glib.h> ++#include <stdio.h> ++#include <stdlib.h> ++ ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#endif /* __FreeBSD__ */ ++ ++#include "cpufreq-selector-sysctl.h" ++ ++static void cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector); ++static void cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass); ++ ++static gboolean cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error); ++static gboolean cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error); ++ ++G_DEFINE_TYPE (CPUFreqSelectorSysctl, cpufreq_selector_sysctl, CPUFREQ_TYPE_SELECTOR) ++ ++static void ++cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector) ++{ ++} ++ ++static void ++cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass) ++{ ++ CPUFreqSelectorClass *selector_class = CPUFREQ_SELECTOR_CLASS (klass); ++ ++ selector_class->set_frequency = cpufreq_selector_sysctl_set_frequency; ++ selector_class->set_governor = cpufreq_selector_sysctl_set_governor; ++} ++ ++CPUFreqSelector * ++cpufreq_selector_sysctl_new (guint cpu) ++{ ++ CPUFreqSelector *selector; ++ ++ selector = CPUFREQ_SELECTOR (g_object_new (CPUFREQ_TYPE_SELECTOR_SYSCTL, ++ "cpu", cpu, NULL)); ++ ++ return selector; ++} ++ ++static gboolean ++cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error) ++{ ++ return TRUE; ++} ++ ++static gboolean ++cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error) ++{ ++ guint cpu, i; ++ size_t len; ++ gchar *freq_oid; ++ ++ g_object_get (G_OBJECT (selector), "cpu", &cpu, NULL); ++ ++ frequency = (guint) ((gdouble) frequency / 1000); /* Convert back to MHz*/ ++ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", (gint) 0); ++ ++ sysctlbyname (freq_oid, NULL, &len, &frequency, sizeof (frequency)); ++ g_free (freq_oid); ++ ++ return TRUE; ++} +--- cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c.orig 2008-06-16 14:33:25.000000000 -0400 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 2008-06-16 14:35:28.000000000 -0400 +@@ -27,20 +27,32 @@ + #ifdef HAVE_LIBCPUFREQ + #include "cpufreq-selector-libcpufreq.h" + #endif ++#ifdef __FreeBSD__ ++#include "cpufreq-selector-sysctl.h" ++#endif /* __FreeBSD__ */ + + CPUFreqSelector * + cpufreq_selector_factory_create_selector (guint cpu) + { + CPUFreqSelector *selector = NULL; ++#ifdef __FreeBSD__ ++ size_t len; ++#endif + + #ifdef HAVE_LIBCPUFREQ + selector = cpufreq_selector_libcpufreq_new (cpu); + #else ++#ifndef __FreeBSD__ + if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ + selector = cpufreq_selector_sysfs_new (cpu); + } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ + selector = cpufreq_selector_procfs_new (cpu); + } ++#else ++ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { ++ selector = cpufreq_selector_sysctl_new (cpu); ++ } ++#endif /* __FreeBSD__ */ + #endif /* HAVE_LIBCPUFREQ */ + + return selector; +--- cpufreq/src/cpufreq-selector/Makefile.am.orig 2012-07-29 15:41:47.000000000 -0500 ++++ cpufreq/src/cpufreq-selector/Makefile.am 2012-07-29 15:42:08.000000000 -0500 +@@ -32,7 +32,7 @@ + $(service_files) \ + cpufreq-selector-factory.c cpufreq-selector-factory.h \ + $(BUILT_SOURCES) \ +- main.c ++ main.c cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h + + mate_cpufreq_selector_LDADD = \ + $(CPUFREQ_SELECTOR_LIBS) \ diff --git a/x11/mate-applets/files/patch-drivemount_Makefile.am b/x11/mate-applets/files/patch-drivemount_Makefile.am new file mode 100644 index 000000000000..a3b7039e98aa --- /dev/null +++ b/x11/mate-applets/files/patch-drivemount_Makefile.am @@ -0,0 +1,22 @@ +--- drivemount/Makefile.am.orig 2013-08-18 12:45:02.000000000 +0200 ++++ drivemount/Makefile.am 2013-08-18 12:45:33.000000000 +0200 +@@ -6,16 +6,16 @@ + -DDRIVEMOUNT_MENU_UI_DIR=\""$(uidir)"\" \ + $(MATE_APPLETS4_CFLAGS) + +-libexec_PROGRAMS = drivemount_applet2 ++libexec_PROGRAMS = mate-drivemount_applet2 + +-drivemount_applet2_SOURCES = \ ++mate_drivemount_applet2_SOURCES = \ + drivemount.c \ + drive-list.c \ + drive-list.h \ + drive-button.c \ + drive-button.h + +-drivemount_applet2_LDADD = \ ++mate_drivemount_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) + + diff --git a/x11/mate-applets/files/patch-geyes_Makefile.am b/x11/mate-applets/files/patch-geyes_Makefile.am new file mode 100644 index 000000000000..6b7afc66e091 --- /dev/null +++ b/x11/mate-applets/files/patch-geyes_Makefile.am @@ -0,0 +1,20 @@ +--- geyes/Makefile.am.orig 2013-08-18 13:11:28.000000000 +0200 ++++ geyes/Makefile.am 2013-08-18 13:13:31.000000000 +0200 +@@ -8,14 +8,14 @@ + -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \ + -DGEYES_MENU_UI_DIR=\""$(uidir)"\" + +-libexec_PROGRAMS = geyes_applet2 ++libexec_PROGRAMS = mate-geyes_applet2 + +-geyes_applet2_SOURCES = \ ++mate_geyes_applet2_SOURCES = \ + geyes.c \ + themes.c \ + geyes.h + +-geyes_applet2_LDADD = \ ++mate_geyes_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + -lm + diff --git a/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am new file mode 100644 index 000000000000..760ab0269780 --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am @@ -0,0 +1,23 @@ +--- invest-applet/invest/Makefile.am.orig 2013-08-18 13:14:04.000000000 +0200 ++++ invest-applet/invest/Makefile.am 2013-08-18 13:17:26.000000000 +0200 +@@ -1,9 +1,9 @@ +-invest-applet: invest-applet.py ++mate-invest-applet: mate-invest-applet.py + sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@ + + bin_SCRIPTS = mate-invest-chart + +-libexec_SCRIPTS = invest-applet ++libexec_SCRIPTS = mate-invest-applet + + investdir = $(pythondir)/mate_invest + invest_PYTHON = \ +@@ -21,7 +21,7 @@ + defs.py + + BUILT_SOURCES = \ +- invest-applet ++ mate-invest-applet + + CLEANFILES = \ + $(BUILT_SOURCES) diff --git a/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py b/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py new file mode 100644 index 000000000000..5cb46b6018bc --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py @@ -0,0 +1,13 @@ +--- invest-applet/invest/invest-applet.py.orig 2008-03-15 19:39:32.000000000 -0400 ++++ invest-applet/invest/invest-applet.py 2008-04-28 13:27:46.000000000 -0400 +@@ -26,8 +26,8 @@ import mate_invest, mate_invest.applet, mate_invest.def + import gettext, locale + gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) + gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE) +-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) +-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) ++#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) ++#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) + + from gettext import gettext as _ + diff --git a/x11/mate-applets/files/patch-invest-applet_invest_invest-chart b/x11/mate-applets/files/patch-invest-applet_invest_invest-chart new file mode 100644 index 000000000000..2b6da07eb611 --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_invest-chart @@ -0,0 +1,13 @@ +--- invest-applet/invest/mate-invest-chart.orig 2008-03-15 16:34:50.000000000 -0400 ++++ invest-applet/invest/mate-invest-chart 2008-04-28 13:29:13.000000000 -0400 +@@ -6,8 +6,8 @@ import sys, mate_invest.chart, gtk + import gettext, locale + gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) + gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE) +-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) +-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) ++#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) ++#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) + + if __name__ == "__main__": + win = mate_invest.chart.show_chart(sys.argv[1:]) diff --git a/x11/mate-applets/files/patch-multiload_Makefile.am b/x11/mate-applets/files/patch-multiload_Makefile.am new file mode 100644 index 000000000000..318c1faa9f60 --- /dev/null +++ b/x11/mate-applets/files/patch-multiload_Makefile.am @@ -0,0 +1,23 @@ +--- multiload/Makefile.am.orig 2013-08-18 13:00:10.000000000 +0200 ++++ multiload/Makefile.am 2013-08-18 13:00:34.000000000 +0200 +@@ -8,9 +8,9 @@ + $(MATEDESKTOP_CFLAGS) \ + $(GIO_CFLAGS) + +-libexec_PROGRAMS = multiload-applet-2 ++libexec_PROGRAMS = mate-multiload-applet-2 + +-multiload_applet_2_SOURCES = \ ++mate_multiload_applet_2_SOURCES = \ + global.h \ + linux-proc.h \ + load-graph.h \ +@@ -22,7 +22,7 @@ + autoscaler.c \ + autoscaler.h + +-multiload_applet_2_LDADD = \ ++mate_multiload_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GTOP_APPLETS_LIBS) \ + $(MATEDESKTOP_LIBS) \ diff --git a/x11/mate-applets/files/patch-stickynotes_Makefile.am b/x11/mate-applets/files/patch-stickynotes_Makefile.am new file mode 100644 index 000000000000..9a61408302b8 --- /dev/null +++ b/x11/mate-applets/files/patch-stickynotes_Makefile.am @@ -0,0 +1,23 @@ +--- stickynotes/Makefile.am.orig 2013-08-18 13:04:01.000000000 +0200 ++++ stickynotes/Makefile.am 2013-08-18 13:04:27.000000000 +0200 +@@ -18,9 +18,9 @@ + -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\ + -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\" + +-libexec_PROGRAMS = stickynotes_applet ++libexec_PROGRAMS = mate-stickynotes_applet + +-stickynotes_applet_SOURCES = \ ++mate_stickynotes_applet_SOURCES = \ + util.h \ + util.c \ + stickynotes.h \ +@@ -32,7 +32,7 @@ + stickynotes_applet.c \ + stickynotes_applet_callbacks.c + +-stickynotes_applet_LDADD = \ ++mate_stickynotes_applet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(LIBMATEWNCK_LIBS) \ + $(XML2_LIBS) \ diff --git a/x11/mate-applets/files/patch-trashapplet_src_Makefile.am b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am new file mode 100644 index 000000000000..1ff61fa36d7c --- /dev/null +++ b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am @@ -0,0 +1,22 @@ +--- trashapplet/src/Makefile.am.orig 2013-08-18 13:06:17.000000000 +0200 ++++ trashapplet/src/Makefile.am 2013-08-18 13:06:32.000000000 +0200 +@@ -3,16 +3,16 @@ + $(GIO_CFLAGS) \ + -DTRASH_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\" + +-libexec_PROGRAMS = trashapplet ++libexec_PROGRAMS = mate-trashapplet + +-trashapplet_SOURCES = \ ++mate_trashapplet_SOURCES = \ + trashapplet.c \ + trash-empty.h \ + trash-empty.c \ + xstuff.c \ + xstuff.h + +-trashapplet_LDADD = \ ++mate_trashapplet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GIO_LIBS) \ + -lX11 diff --git a/x11/mate-applets/pkg-descr b/x11/mate-applets/pkg-descr new file mode 100644 index 000000000000..a6ce7a9bf10a --- /dev/null +++ b/x11/mate-applets/pkg-descr @@ -0,0 +1,3 @@ +Panel applets for the MATE Desktop Environment. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-applets/pkg-plist b/x11/mate-applets/pkg-plist new file mode 100644 index 000000000000..bc10dacd0f2b --- /dev/null +++ b/x11/mate-applets/pkg-plist @@ -0,0 +1,2412 @@ +%%CPUFREQ%%bin/mate-cpufreq-selector +bin/mate-invest-chart +%%CPUFREQ%%etc/dbus-1/system.d/org.mate.CPUFreqSelector.conf +%%BATTERY%%etc/sound/events/mate-battstat_applet.soundlist +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.py +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/about.py +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/applet.py +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/chart.py +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.py +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/defs.py +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/help.py +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.py +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.py +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.py +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.py +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyo +libexec/mate-accessx-status-applet +%%BATTERY%%libexec/mate-battstat-applet-2 +libexec/mate-charpick_applet2 +libexec/mate-drivemount_applet2 +libexec/mate-geyes_applet2 +libexec/mate-invest-applet +%%CPUFREQ%%libexec/mate-cpufreq-applet +libexec/mateweather-applet-2 +libexec/mate-multiload-applet-2 +libexec/mate-stickynotes_applet +libexec/mate-trashapplet +share/MateConf/gsettings/stickynotes-applet.convert +share/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service +%%BATTERY%%share/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service +%%CPUFREQ%%share/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.InvestAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service +%%CPUFREQ%%share/dbus-1/system-services/org.mate.CPUFreqSelector.service +%%CPUFREQ%%share/icons/hicolor/16x16/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/16x16/apps/mate-eyes-applet.png +share/icons/hicolor/16x16/apps/mate-invest-applet.png +share/icons/hicolor/16x16/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/22x22/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/22x22/apps/mate-eyes-applet.png +share/icons/hicolor/22x22/apps/mate-invest-applet.png +share/icons/hicolor/22x22/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/24x24/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/24x24/apps/mate-eyes-applet.png +share/icons/hicolor/24x24/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/32x32/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/32x32/apps/mate-eyes-applet.png +share/icons/hicolor/32x32/apps/mate-sticky-notes-applet.png +share/icons/hicolor/48x48/apps/mate-invest-applet.png +%%CPUFREQ%%share/icons/hicolor/scalable/apps/mate-cpu-frequency-applet.svg +share/icons/hicolor/scalable/apps/mate-eyes-applet.svg +share/icons/hicolor/scalable/apps/mate-invest-applet.svg +share/icons/hicolor/scalable/apps/mate-sticky-notes-applet.svg +share/icons/mate/48x48/apps/ax-applet.png +share/locale/af/LC_MESSAGES/mate-applets.mo +share/locale/am/LC_MESSAGES/mate-applets.mo +share/locale/ar/LC_MESSAGES/mate-applets.mo +share/locale/as/LC_MESSAGES/mate-applets.mo +share/locale/ast/LC_MESSAGES/mate-applets.mo +share/locale/az/LC_MESSAGES/mate-applets.mo +share/locale/be/LC_MESSAGES/mate-applets.mo +share/locale/be@latin/LC_MESSAGES/mate-applets.mo +share/locale/bg/LC_MESSAGES/mate-applets.mo +share/locale/bn/LC_MESSAGES/mate-applets.mo +share/locale/bn_IN/LC_MESSAGES/mate-applets.mo +share/locale/br/LC_MESSAGES/mate-applets.mo +share/locale/bs/LC_MESSAGES/mate-applets.mo +share/locale/ca/LC_MESSAGES/mate-applets.mo +share/locale/ca@valencia/LC_MESSAGES/mate-applets.mo +share/locale/crh/LC_MESSAGES/mate-applets.mo +share/locale/cs/LC_MESSAGES/mate-applets.mo +share/locale/cy/LC_MESSAGES/mate-applets.mo +share/locale/da/LC_MESSAGES/mate-applets.mo +share/locale/de/LC_MESSAGES/mate-applets.mo +share/locale/dz/LC_MESSAGES/mate-applets.mo +share/locale/el/LC_MESSAGES/mate-applets.mo +share/locale/en@shaw/LC_MESSAGES/mate-applets.mo +share/locale/en_AU/LC_MESSAGES/mate-applets.mo +share/locale/en_CA/LC_MESSAGES/mate-applets.mo +share/locale/en_GB/LC_MESSAGES/mate-applets.mo +share/locale/eo/LC_MESSAGES/mate-applets.mo +share/locale/es/LC_MESSAGES/mate-applets.mo +share/locale/es_AR/LC_MESSAGES/mate-applets.mo +share/locale/es_CL/LC_MESSAGES/mate-applets.mo +share/locale/es_CO/LC_MESSAGES/mate-applets.mo +share/locale/es_CR/LC_MESSAGES/mate-applets.mo +share/locale/es_DO/LC_MESSAGES/mate-applets.mo +share/locale/es_EC/LC_MESSAGES/mate-applets.mo +share/locale/es_ES/LC_MESSAGES/mate-applets.mo +share/locale/es_GT/LC_MESSAGES/mate-applets.mo +share/locale/es_HN/LC_MESSAGES/mate-applets.mo +share/locale/es_MX/LC_MESSAGES/mate-applets.mo +share/locale/es_NI/LC_MESSAGES/mate-applets.mo +share/locale/es_PA/LC_MESSAGES/mate-applets.mo +share/locale/es_PE/LC_MESSAGES/mate-applets.mo +share/locale/es_PR/LC_MESSAGES/mate-applets.mo +share/locale/es_SV/LC_MESSAGES/mate-applets.mo +share/locale/es_UY/LC_MESSAGES/mate-applets.mo +share/locale/es_VE/LC_MESSAGES/mate-applets.mo +share/locale/et/LC_MESSAGES/mate-applets.mo +share/locale/eu/LC_MESSAGES/mate-applets.mo +share/locale/fa/LC_MESSAGES/mate-applets.mo +share/locale/fi/LC_MESSAGES/mate-applets.mo +share/locale/fr/LC_MESSAGES/mate-applets.mo +share/locale/ga/LC_MESSAGES/mate-applets.mo +share/locale/gl/LC_MESSAGES/mate-applets.mo +share/locale/gu/LC_MESSAGES/mate-applets.mo +share/locale/he/LC_MESSAGES/mate-applets.mo +share/locale/hi/LC_MESSAGES/mate-applets.mo +share/locale/hr/LC_MESSAGES/mate-applets.mo +share/locale/hu/LC_MESSAGES/mate-applets.mo +share/locale/hy/LC_MESSAGES/mate-applets.mo +share/locale/id/LC_MESSAGES/mate-applets.mo +share/locale/is/LC_MESSAGES/mate-applets.mo +share/locale/it/LC_MESSAGES/mate-applets.mo +share/locale/ja/LC_MESSAGES/mate-applets.mo +share/locale/ka/LC_MESSAGES/mate-applets.mo +share/locale/kk/LC_MESSAGES/mate-applets.mo +share/locale/kn/LC_MESSAGES/mate-applets.mo +share/locale/ko/LC_MESSAGES/mate-applets.mo +share/locale/ku/LC_MESSAGES/mate-applets.mo +share/locale/ky/LC_MESSAGES/mate-applets.mo +share/locale/lt/LC_MESSAGES/mate-applets.mo +share/locale/lv/LC_MESSAGES/mate-applets.mo +share/locale/mai/LC_MESSAGES/mate-applets.mo +share/locale/mg/LC_MESSAGES/mate-applets.mo +share/locale/mk/LC_MESSAGES/mate-applets.mo +share/locale/ml/LC_MESSAGES/mate-applets.mo +share/locale/mn/LC_MESSAGES/mate-applets.mo +share/locale/mr/LC_MESSAGES/mate-applets.mo +share/locale/ms/LC_MESSAGES/mate-applets.mo +share/locale/nb/LC_MESSAGES/mate-applets.mo +share/locale/ne/LC_MESSAGES/mate-applets.mo +share/locale/nl/LC_MESSAGES/mate-applets.mo +share/locale/nn/LC_MESSAGES/mate-applets.mo +share/locale/oc/LC_MESSAGES/mate-applets.mo +share/locale/or/LC_MESSAGES/mate-applets.mo +share/locale/pa/LC_MESSAGES/mate-applets.mo +share/locale/pl/LC_MESSAGES/mate-applets.mo +share/locale/ps/LC_MESSAGES/mate-applets.mo +share/locale/pt/LC_MESSAGES/mate-applets.mo +share/locale/pt_BR/LC_MESSAGES/mate-applets.mo +share/locale/ro/LC_MESSAGES/mate-applets.mo +share/locale/ru/LC_MESSAGES/mate-applets.mo +share/locale/rw/LC_MESSAGES/mate-applets.mo +share/locale/si/LC_MESSAGES/mate-applets.mo +share/locale/sk/LC_MESSAGES/mate-applets.mo +share/locale/sl/LC_MESSAGES/mate-applets.mo +share/locale/sq/LC_MESSAGES/mate-applets.mo +share/locale/sr/LC_MESSAGES/mate-applets.mo +share/locale/sr@latin/LC_MESSAGES/mate-applets.mo +share/locale/sv/LC_MESSAGES/mate-applets.mo +share/locale/ta/LC_MESSAGES/mate-applets.mo +share/locale/te/LC_MESSAGES/mate-applets.mo +share/locale/th/LC_MESSAGES/mate-applets.mo +share/locale/tr/LC_MESSAGES/mate-applets.mo +share/locale/ug/LC_MESSAGES/mate-applets.mo +share/locale/uk/LC_MESSAGES/mate-applets.mo +share/locale/vi/LC_MESSAGES/mate-applets.mo +share/locale/wa/LC_MESSAGES/mate-applets.mo +share/locale/xh/LC_MESSAGES/mate-applets.mo +share/locale/zh_CN/LC_MESSAGES/mate-applets.mo +share/locale/zh_HK/LC_MESSAGES/mate-applets.mo +share/locale/zh_TW/LC_MESSAGES/mate-applets.mo +share/mate-2.0/ui/accessx-status-applet-menu.xml +%%BATTERY%%share/mate-2.0/ui/battstat-applet-menu.xml +share/mate-2.0/ui/charpick-applet-menu.xml +%%CPUFREQ%%share/mate-2.0/ui/cpufreq-applet-menu.xml +share/mate-2.0/ui/drivemount-applet-menu.xml +share/mate-2.0/ui/geyes-applet-menu.xml +share/mate-2.0/ui/mateweather-applet-menu.xml +share/mate-2.0/ui/multiload-applet-menu.xml +share/mate-2.0/ui/stickynotes-applet-menu.xml +share/mate-2.0/ui/trashapplet-menu.xml +%%DATADIR%%/Invest_Applet.xml +%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui +%%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui +%%DATADIR%%/builder/financialchart.ui +%%DATADIR%%/builder/prefs-dialog.ui +%%DATADIR%%/builder/stickynotes.ui +%%DATADIR%%/builder/trashapplet-empty-progress.ui +%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png +%%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png +%%DATADIR%%/geyes/Bizarre/config +%%DATADIR%%/geyes/Bloodshot/Bloodshot-eye.png +%%DATADIR%%/geyes/Bloodshot/Bloodshot-pupil.png +%%DATADIR%%/geyes/Bloodshot/config +%%DATADIR%%/geyes/Default-tiny/Default-tiny-eye.png +%%DATADIR%%/geyes/Default-tiny/Default-tiny-pupil.png +%%DATADIR%%/geyes/Default-tiny/config +%%DATADIR%%/geyes/Default/Default-eye.png +%%DATADIR%%/geyes/Default/Default-pupil.png +%%DATADIR%%/geyes/Default/config +%%DATADIR%%/geyes/Horrid/config +%%DATADIR%%/geyes/Horrid/horrid_eye.png +%%DATADIR%%/geyes/Horrid/horrid_pupil.png +%%DATADIR%%/geyes/Tango/config +%%DATADIR%%/geyes/Tango/tango-eye.png +%%DATADIR%%/geyes/Tango/tango-pupil.png +%%DATADIR%%/invest-applet/invest-16_neutral.png +%%DATADIR%%/invest-applet/invest-22_down.png +%%DATADIR%%/invest-applet/invest-22_neutral.png +%%DATADIR%%/invest-applet/invest-22_up.png +%%DATADIR%%/invest-applet/invest_down.svg +%%DATADIR%%/invest-applet/invest_neutral.svg +%%DATADIR%%/invest-applet/invest_up.svg +share/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet +%%BATTERY%%share/mate-panel/applets/org.mate.applets.BattstatApplet.mate-panel-applet +%%CPUFREQ%%share/mate-panel/applets/org.mate.applets.CPUFreqApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.CharpickerApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.DriveMountApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.GeyesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.InvestApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MateWeatherApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MultiLoadApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.StickyNotesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.TrashApplet.mate-panel-applet +share/mate/help/mate-accessx-status/C/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/C/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/C/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/C/legal.xml +share/mate/help/mate-accessx-status/C/mate-accessx-status.xml +share/mate/help/mate-accessx-status/bg/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/bg/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/bg/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/bg/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ca/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ca/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ca/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ca/mate-accessx-status.xml +share/mate/help/mate-accessx-status/cs/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/cs/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/cs/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/cs/mate-accessx-status.xml +share/mate/help/mate-accessx-status/de/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/de/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/de/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/de/mate-accessx-status.xml +share/mate/help/mate-accessx-status/el/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/el/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/el/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/el/mate-accessx-status.xml +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/en_GB/mate-accessx-status.xml +share/mate/help/mate-accessx-status/es/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/es/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/es/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/es/mate-accessx-status.xml +share/mate/help/mate-accessx-status/eu/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/eu/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/eu/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/eu/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fi/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fi/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fi/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fi/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fr/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fr/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fr/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fr/mate-accessx-status.xml +share/mate/help/mate-accessx-status/gl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/gl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/gl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/gl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/it/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/it/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/it/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/it/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ko/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ko/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ko/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ko/mate-accessx-status.xml +share/mate/help/mate-accessx-status/nl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/nl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/nl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/nl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/oc/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/oc/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/oc/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/oc/mate-accessx-status.xml +share/mate/help/mate-accessx-status/sv/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/sv/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/sv/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/sv/mate-accessx-status.xml +share/mate/help/mate-accessx-status/uk/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/uk/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/uk/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/uk/mate-accessx-status.xml +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/zh_CN/mate-accessx-status.xml +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/C/legal.xml +%%BATTERY%%share/mate/help/mate-battstat/C/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/bg/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ca/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/cs/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/da/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/de/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/el/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/es/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/eu/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fi/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fr/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ko/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/oc/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pa/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/sv/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/uk/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/mate-battstat.xml +share/mate/help/mate-char-palette/C/figures/charpalette_applet.png +share/mate/help/mate-char-palette/C/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/C/figures/charpick-preferences.png +share/mate/help/mate-char-palette/C/figures/charpick_characters.png +share/mate/help/mate-char-palette/C/legal.xml +share/mate/help/mate-char-palette/C/mate-char-palette.xml +share/mate/help/mate-char-palette/bg/figures/charpalette_applet.png +share/mate/help/mate-char-palette/bg/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/bg/figures/charpick-preferences.png +share/mate/help/mate-char-palette/bg/figures/charpick_characters.png +share/mate/help/mate-char-palette/bg/mate-char-palette.xml +share/mate/help/mate-char-palette/ca/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ca/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ca/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ca/figures/charpick_characters.png +share/mate/help/mate-char-palette/ca/mate-char-palette.xml +share/mate/help/mate-char-palette/cs/figures/charpalette_applet.png +share/mate/help/mate-char-palette/cs/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/cs/figures/charpick-preferences.png +share/mate/help/mate-char-palette/cs/figures/charpick_characters.png +share/mate/help/mate-char-palette/cs/mate-char-palette.xml +share/mate/help/mate-char-palette/de/figures/charpalette_applet.png +share/mate/help/mate-char-palette/de/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/de/figures/charpick-preferences.png +share/mate/help/mate-char-palette/de/figures/charpick_characters.png +share/mate/help/mate-char-palette/de/mate-char-palette.xml +share/mate/help/mate-char-palette/el/figures/charpalette_applet.png +share/mate/help/mate-char-palette/el/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/el/figures/charpick-preferences.png +share/mate/help/mate-char-palette/el/figures/charpick_characters.png +share/mate/help/mate-char-palette/el/mate-char-palette.xml +share/mate/help/mate-char-palette/en_GB/figures/charpalette_applet.png +share/mate/help/mate-char-palette/en_GB/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/en_GB/figures/charpick-preferences.png +share/mate/help/mate-char-palette/en_GB/figures/charpick_characters.png +share/mate/help/mate-char-palette/en_GB/mate-char-palette.xml +share/mate/help/mate-char-palette/es/figures/charpalette_applet.png +share/mate/help/mate-char-palette/es/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/es/figures/charpick-preferences.png +share/mate/help/mate-char-palette/es/figures/charpick_characters.png +share/mate/help/mate-char-palette/es/mate-char-palette.xml +share/mate/help/mate-char-palette/eu/figures/charpalette_applet.png +share/mate/help/mate-char-palette/eu/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/eu/figures/charpick-preferences.png +share/mate/help/mate-char-palette/eu/figures/charpick_characters.png +share/mate/help/mate-char-palette/eu/mate-char-palette.xml +share/mate/help/mate-char-palette/fi/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fi/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fi/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fi/figures/charpick_characters.png +share/mate/help/mate-char-palette/fi/mate-char-palette.xml +share/mate/help/mate-char-palette/fr/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fr/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fr/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fr/figures/charpick_characters.png +share/mate/help/mate-char-palette/fr/mate-char-palette.xml +share/mate/help/mate-char-palette/it/figures/charpalette_applet.png +share/mate/help/mate-char-palette/it/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/it/figures/charpick-preferences.png +share/mate/help/mate-char-palette/it/figures/charpick_characters.png +share/mate/help/mate-char-palette/it/mate-char-palette.xml +share/mate/help/mate-char-palette/ko/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ko/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ko/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ko/figures/charpick_characters.png +share/mate/help/mate-char-palette/ko/mate-char-palette.xml +share/mate/help/mate-char-palette/nl/figures/charpalette_applet.png +share/mate/help/mate-char-palette/nl/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/nl/figures/charpick-preferences.png +share/mate/help/mate-char-palette/nl/figures/charpick_characters.png +share/mate/help/mate-char-palette/nl/mate-char-palette.xml +share/mate/help/mate-char-palette/oc/figures/charpalette_applet.png +share/mate/help/mate-char-palette/oc/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/oc/figures/charpick-preferences.png +share/mate/help/mate-char-palette/oc/figures/charpick_characters.png +share/mate/help/mate-char-palette/oc/mate-char-palette.xml +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_applet.png +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick-preferences.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick_characters.png +share/mate/help/mate-char-palette/pt_BR/mate-char-palette.xml +share/mate/help/mate-char-palette/ru/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ru/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ru/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ru/figures/charpick_characters.png +share/mate/help/mate-char-palette/ru/mate-char-palette.xml +share/mate/help/mate-char-palette/sv/figures/charpalette_applet.png +share/mate/help/mate-char-palette/sv/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/sv/figures/charpick-preferences.png +share/mate/help/mate-char-palette/sv/figures/charpick_characters.png +share/mate/help/mate-char-palette/sv/mate-char-palette.xml +share/mate/help/mate-char-palette/uk/figures/charpalette_applet.png +share/mate/help/mate-char-palette/uk/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/uk/figures/charpick-preferences.png +share/mate/help/mate-char-palette/uk/figures/charpick_characters.png +share/mate/help/mate-char-palette/uk/mate-char-palette.xml +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_applet.png +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick-preferences.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick_characters.png +share/mate/help/mate-char-palette/zh_CN/mate-char-palette.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/legal.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/mate-cpufreq-applet.xml +share/mate/help/mate-drivemount/C/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/C/legal.xml +share/mate/help/mate-drivemount/C/mate-drivemount.xml +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ca/mate-drivemount.xml +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/cs/mate-drivemount.xml +share/mate/help/mate-drivemount/da/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/da/mate-drivemount.xml +share/mate/help/mate-drivemount/de/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/de/mate-drivemount.xml +share/mate/help/mate-drivemount/el/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/el/mate-drivemount.xml +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/en_GB/mate-drivemount.xml +share/mate/help/mate-drivemount/es/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/es/mate-drivemount.xml +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/eu/mate-drivemount.xml +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fi/mate-drivemount.xml +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fr/mate-drivemount.xml +share/mate/help/mate-drivemount/it/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/it/mate-drivemount.xml +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ko/mate-drivemount.xml +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/oc/mate-drivemount.xml +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/pa/mate-drivemount.xml +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ru/mate-drivemount.xml +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/sv/mate-drivemount.xml +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/uk/mate-drivemount.xml +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/zh_CN/mate-drivemount.xml +share/mate/help/mate-geyes/C/figures/geyes_applet.png +share/mate/help/mate-geyes/C/legal.xml +share/mate/help/mate-geyes/C/mate-geyes.xml +share/mate/help/mate-geyes/ast/figures/geyes_applet.png +share/mate/help/mate-geyes/ast/mate-geyes.xml +share/mate/help/mate-geyes/bg/figures/geyes_applet.png +share/mate/help/mate-geyes/bg/mate-geyes.xml +share/mate/help/mate-geyes/ca/figures/geyes_applet.png +share/mate/help/mate-geyes/ca/mate-geyes.xml +share/mate/help/mate-geyes/cs/figures/geyes_applet.png +share/mate/help/mate-geyes/cs/mate-geyes.xml +share/mate/help/mate-geyes/da/figures/geyes_applet.png +share/mate/help/mate-geyes/da/mate-geyes.xml +share/mate/help/mate-geyes/de/figures/geyes_applet.png +share/mate/help/mate-geyes/de/mate-geyes.xml +share/mate/help/mate-geyes/el/figures/geyes_applet.png +share/mate/help/mate-geyes/el/mate-geyes.xml +share/mate/help/mate-geyes/en_GB/figures/geyes_applet.png +share/mate/help/mate-geyes/en_GB/mate-geyes.xml +share/mate/help/mate-geyes/es/figures/geyes_applet.png +share/mate/help/mate-geyes/es/mate-geyes.xml +share/mate/help/mate-geyes/eu/figures/geyes_applet.png +share/mate/help/mate-geyes/eu/mate-geyes.xml +share/mate/help/mate-geyes/fi/figures/geyes_applet.png +share/mate/help/mate-geyes/fi/mate-geyes.xml +share/mate/help/mate-geyes/fr/figures/geyes_applet.png +share/mate/help/mate-geyes/fr/mate-geyes.xml +share/mate/help/mate-geyes/it/figures/geyes_applet.png +share/mate/help/mate-geyes/it/mate-geyes.xml +share/mate/help/mate-geyes/ko/figures/geyes_applet.png +share/mate/help/mate-geyes/ko/mate-geyes.xml +share/mate/help/mate-geyes/oc/figures/geyes_applet.png +share/mate/help/mate-geyes/oc/mate-geyes.xml +share/mate/help/mate-geyes/ru/figures/geyes_applet.png +share/mate/help/mate-geyes/ru/mate-geyes.xml +share/mate/help/mate-geyes/sv/figures/geyes_applet.png +share/mate/help/mate-geyes/sv/mate-geyes.xml +share/mate/help/mate-geyes/uk/figures/geyes_applet.png +share/mate/help/mate-geyes/uk/mate-geyes.xml +share/mate/help/mate-geyes/zh_CN/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_CN/mate-geyes.xml +share/mate/help/mate-geyes/zh_HK/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_HK/mate-geyes.xml +share/mate/help/mate-geyes/zh_TW/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_TW/mate-geyes.xml +share/mate/help/mate-invest-applet/C/figures/symbol-search.png +share/mate/help/mate-invest-applet/C/legal.xml +share/mate/help/mate-invest-applet/C/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ca/figures/symbol-search.png +share/mate/help/mate-invest-applet/ca/mate-invest-applet.xml +share/mate/help/mate-invest-applet/de/figures/symbol-search.png +share/mate/help/mate-invest-applet/de/mate-invest-applet.xml +share/mate/help/mate-invest-applet/el/figures/symbol-search.png +share/mate/help/mate-invest-applet/el/mate-invest-applet.xml +share/mate/help/mate-invest-applet/en_GB/figures/symbol-search.png +share/mate/help/mate-invest-applet/en_GB/mate-invest-applet.xml +share/mate/help/mate-invest-applet/es/figures/symbol-search.png +share/mate/help/mate-invest-applet/es/mate-invest-applet.xml +share/mate/help/mate-invest-applet/fi/figures/symbol-search.png +share/mate/help/mate-invest-applet/fi/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ru/figures/symbol-search.png +share/mate/help/mate-invest-applet/ru/mate-invest-applet.xml +share/mate/help/mate-invest-applet/sv/figures/symbol-search.png +share/mate/help/mate-invest-applet/sv/mate-invest-applet.xml +share/mate/help/mate-invest-applet/zh_CN/figures/symbol-search.png +share/mate/help/mate-invest-applet/zh_CN/mate-invest-applet.xml +share/mate/help/mate-multiload/C/figures/multiload-preferences.png +share/mate/help/mate-multiload/C/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/C/figures/system_monitor.png +share/mate/help/mate-multiload/C/legal.xml +share/mate/help/mate-multiload/C/mate-multiload.xml +share/mate/help/mate-multiload/ca/figures/multiload-preferences.png +share/mate/help/mate-multiload/ca/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ca/figures/system_monitor.png +share/mate/help/mate-multiload/ca/mate-multiload.xml +share/mate/help/mate-multiload/cs/figures/multiload-preferences.png +share/mate/help/mate-multiload/cs/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/cs/figures/system_monitor.png +share/mate/help/mate-multiload/cs/mate-multiload.xml +share/mate/help/mate-multiload/de/figures/multiload-preferences.png +share/mate/help/mate-multiload/de/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/de/figures/system_monitor.png +share/mate/help/mate-multiload/de/mate-multiload.xml +share/mate/help/mate-multiload/el/figures/multiload-preferences.png +share/mate/help/mate-multiload/el/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/el/figures/system_monitor.png +share/mate/help/mate-multiload/el/mate-multiload.xml +share/mate/help/mate-multiload/en_GB/figures/multiload-preferences.png +share/mate/help/mate-multiload/en_GB/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/en_GB/figures/system_monitor.png +share/mate/help/mate-multiload/en_GB/mate-multiload.xml +share/mate/help/mate-multiload/es/figures/multiload-preferences.png +share/mate/help/mate-multiload/es/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/es/figures/system_monitor.png +share/mate/help/mate-multiload/es/mate-multiload.xml +share/mate/help/mate-multiload/eu/figures/multiload-preferences.png +share/mate/help/mate-multiload/eu/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/eu/figures/system_monitor.png +share/mate/help/mate-multiload/eu/mate-multiload.xml +share/mate/help/mate-multiload/fi/figures/multiload-preferences.png +share/mate/help/mate-multiload/fi/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fi/figures/system_monitor.png +share/mate/help/mate-multiload/fi/mate-multiload.xml +share/mate/help/mate-multiload/fr/figures/multiload-preferences.png +share/mate/help/mate-multiload/fr/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fr/figures/system_monitor.png +share/mate/help/mate-multiload/fr/mate-multiload.xml +share/mate/help/mate-multiload/ko/figures/multiload-preferences.png +share/mate/help/mate-multiload/ko/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ko/figures/system_monitor.png +share/mate/help/mate-multiload/ko/mate-multiload.xml +share/mate/help/mate-multiload/oc/figures/multiload-preferences.png +share/mate/help/mate-multiload/oc/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/oc/figures/system_monitor.png +share/mate/help/mate-multiload/oc/mate-multiload.xml +share/mate/help/mate-multiload/pa/figures/multiload-preferences.png +share/mate/help/mate-multiload/pa/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pa/figures/system_monitor.png +share/mate/help/mate-multiload/pa/mate-multiload.xml +share/mate/help/mate-multiload/pt_BR/figures/multiload-preferences.png +share/mate/help/mate-multiload/pt_BR/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pt_BR/figures/system_monitor.png +share/mate/help/mate-multiload/pt_BR/mate-multiload.xml +share/mate/help/mate-multiload/ru/figures/multiload-preferences.png +share/mate/help/mate-multiload/ru/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ru/figures/system_monitor.png +share/mate/help/mate-multiload/ru/mate-multiload.xml +share/mate/help/mate-multiload/sv/figures/multiload-preferences.png +share/mate/help/mate-multiload/sv/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/sv/figures/system_monitor.png +share/mate/help/mate-multiload/sv/mate-multiload.xml +share/mate/help/mate-multiload/uk/figures/multiload-preferences.png +share/mate/help/mate-multiload/uk/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/uk/figures/system_monitor.png +share/mate/help/mate-multiload/uk/mate-multiload.xml +share/mate/help/mate-multiload/zh_CN/figures/multiload-preferences.png +share/mate/help/mate-multiload/zh_CN/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/zh_CN/figures/system_monitor.png +share/mate/help/mate-multiload/zh_CN/mate-multiload.xml +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/C/legal.xml +share/mate/help/mate-stickynotes_applet/C/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ca/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/cs/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/de/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/el/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/en_GB/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/es/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/eu/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fi/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fr/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ko/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/oc/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pa/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pt_BR/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ru/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/sv/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/uk/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_CN/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_HK/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_TW/mate-stickynotes_applet.xml +share/mate/help/mate-trashapplet/C/figures/trash-applet.png +share/mate/help/mate-trashapplet/C/legal.xml +share/mate/help/mate-trashapplet/C/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ca/figures/trash-applet.png +share/mate/help/mate-trashapplet/ca/mate-trashapplet.xml +share/mate/help/mate-trashapplet/cs/figures/trash-applet.png +share/mate/help/mate-trashapplet/cs/mate-trashapplet.xml +share/mate/help/mate-trashapplet/da/figures/trash-applet.png +share/mate/help/mate-trashapplet/da/mate-trashapplet.xml +share/mate/help/mate-trashapplet/de/figures/trash-applet.png +share/mate/help/mate-trashapplet/de/mate-trashapplet.xml +share/mate/help/mate-trashapplet/el/figures/trash-applet.png +share/mate/help/mate-trashapplet/el/mate-trashapplet.xml +share/mate/help/mate-trashapplet/en_GB/figures/trash-applet.png +share/mate/help/mate-trashapplet/en_GB/mate-trashapplet.xml +share/mate/help/mate-trashapplet/es/figures/trash-applet.png +share/mate/help/mate-trashapplet/es/mate-trashapplet.xml +share/mate/help/mate-trashapplet/eu/figures/trash-applet.png +share/mate/help/mate-trashapplet/eu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fi/figures/trash-applet.png +share/mate/help/mate-trashapplet/fi/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fr/figures/trash-applet.png +share/mate/help/mate-trashapplet/fr/mate-trashapplet.xml +share/mate/help/mate-trashapplet/hu/figures/trash-applet.png +share/mate/help/mate-trashapplet/hu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/it/figures/trash-applet.png +share/mate/help/mate-trashapplet/it/mate-trashapplet.xml +share/mate/help/mate-trashapplet/nl/figures/trash-applet.png +share/mate/help/mate-trashapplet/nl/mate-trashapplet.xml +share/mate/help/mate-trashapplet/oc/figures/trash-applet.png +share/mate/help/mate-trashapplet/oc/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pa/figures/trash-applet.png +share/mate/help/mate-trashapplet/pa/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pt_BR/figures/trash-applet.png +share/mate/help/mate-trashapplet/pt_BR/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ru/figures/trash-applet.png +share/mate/help/mate-trashapplet/ru/mate-trashapplet.xml +share/mate/help/mate-trashapplet/sv/figures/trash-applet.png +share/mate/help/mate-trashapplet/sv/mate-trashapplet.xml +share/mate/help/mate-trashapplet/uk/figures/trash-applet.png +share/mate/help/mate-trashapplet/uk/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_CN/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_CN/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_HK/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_HK/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_TW/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_TW/mate-trashapplet.xml +share/mate/help/mateweather/C/figures/mateweather-details.png +share/mate/help/mateweather/C/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/C/figures/mateweather-prefs-general.png +share/mate/help/mateweather/C/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/C/figures/mateweather_applet.png +share/mate/help/mateweather/C/figures/stock_weather-cloudy.png +share/mate/help/mateweather/C/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-fog.png +share/mate/help/mateweather/C/figures/stock_weather-night-clear.png +share/mate/help/mateweather/C/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-showers.png +share/mate/help/mateweather/C/figures/stock_weather-snow.png +share/mate/help/mateweather/C/figures/stock_weather-storm.png +share/mate/help/mateweather/C/figures/stock_weather-sunny.png +share/mate/help/mateweather/C/legal.xml +share/mate/help/mateweather/C/mateweather.xml +share/mate/help/mateweather/ar/figures/mateweather-details.png +share/mate/help/mateweather/ar/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ar/figures/mateweather_applet.png +share/mate/help/mateweather/ar/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ar/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-fog.png +share/mate/help/mateweather/ar/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ar/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-showers.png +share/mate/help/mateweather/ar/figures/stock_weather-snow.png +share/mate/help/mateweather/ar/figures/stock_weather-storm.png +share/mate/help/mateweather/ar/figures/stock_weather-sunny.png +share/mate/help/mateweather/ar/mateweather.xml +share/mate/help/mateweather/ca/figures/mateweather-details.png +share/mate/help/mateweather/ca/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ca/figures/mateweather_applet.png +share/mate/help/mateweather/ca/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ca/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-fog.png +share/mate/help/mateweather/ca/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ca/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-showers.png +share/mate/help/mateweather/ca/figures/stock_weather-snow.png +share/mate/help/mateweather/ca/figures/stock_weather-storm.png +share/mate/help/mateweather/ca/figures/stock_weather-sunny.png +share/mate/help/mateweather/ca/mateweather.xml +share/mate/help/mateweather/cs/figures/mateweather-details.png +share/mate/help/mateweather/cs/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-general.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/cs/figures/mateweather_applet.png +share/mate/help/mateweather/cs/figures/stock_weather-cloudy.png +share/mate/help/mateweather/cs/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-fog.png +share/mate/help/mateweather/cs/figures/stock_weather-night-clear.png +share/mate/help/mateweather/cs/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-showers.png +share/mate/help/mateweather/cs/figures/stock_weather-snow.png +share/mate/help/mateweather/cs/figures/stock_weather-storm.png +share/mate/help/mateweather/cs/figures/stock_weather-sunny.png +share/mate/help/mateweather/cs/mateweather.xml +share/mate/help/mateweather/de/figures/mateweather-details.png +share/mate/help/mateweather/de/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/de/figures/mateweather-prefs-general.png +share/mate/help/mateweather/de/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/de/figures/mateweather_applet.png +share/mate/help/mateweather/de/figures/stock_weather-cloudy.png +share/mate/help/mateweather/de/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-fog.png +share/mate/help/mateweather/de/figures/stock_weather-night-clear.png +share/mate/help/mateweather/de/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-showers.png +share/mate/help/mateweather/de/figures/stock_weather-snow.png +share/mate/help/mateweather/de/figures/stock_weather-storm.png +share/mate/help/mateweather/de/figures/stock_weather-sunny.png +share/mate/help/mateweather/de/mateweather.xml +share/mate/help/mateweather/el/figures/mateweather-details.png +share/mate/help/mateweather/el/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/el/figures/mateweather-prefs-general.png +share/mate/help/mateweather/el/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/el/figures/mateweather_applet.png +share/mate/help/mateweather/el/figures/stock_weather-cloudy.png +share/mate/help/mateweather/el/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-fog.png +share/mate/help/mateweather/el/figures/stock_weather-night-clear.png +share/mate/help/mateweather/el/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-showers.png +share/mate/help/mateweather/el/figures/stock_weather-snow.png +share/mate/help/mateweather/el/figures/stock_weather-storm.png +share/mate/help/mateweather/el/figures/stock_weather-sunny.png +share/mate/help/mateweather/el/mateweather.xml +share/mate/help/mateweather/en_GB/figures/mateweather-details.png +share/mate/help/mateweather/en_GB/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-general.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/en_GB/figures/mateweather_applet.png +share/mate/help/mateweather/en_GB/figures/stock_weather-cloudy.png +share/mate/help/mateweather/en_GB/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-fog.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-clear.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-showers.png +share/mate/help/mateweather/en_GB/figures/stock_weather-snow.png +share/mate/help/mateweather/en_GB/figures/stock_weather-storm.png +share/mate/help/mateweather/en_GB/figures/stock_weather-sunny.png +share/mate/help/mateweather/en_GB/mateweather.xml +share/mate/help/mateweather/es/figures/mateweather-details.png +share/mate/help/mateweather/es/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/es/figures/mateweather-prefs-general.png +share/mate/help/mateweather/es/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/es/figures/mateweather_applet.png +share/mate/help/mateweather/es/figures/stock_weather-cloudy.png +share/mate/help/mateweather/es/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-fog.png +share/mate/help/mateweather/es/figures/stock_weather-night-clear.png +share/mate/help/mateweather/es/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-showers.png +share/mate/help/mateweather/es/figures/stock_weather-snow.png +share/mate/help/mateweather/es/figures/stock_weather-storm.png +share/mate/help/mateweather/es/figures/stock_weather-sunny.png +share/mate/help/mateweather/es/mateweather.xml +share/mate/help/mateweather/eu/figures/mateweather-details.png +share/mate/help/mateweather/eu/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-general.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/eu/figures/mateweather_applet.png +share/mate/help/mateweather/eu/figures/stock_weather-cloudy.png +share/mate/help/mateweather/eu/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-fog.png +share/mate/help/mateweather/eu/figures/stock_weather-night-clear.png +share/mate/help/mateweather/eu/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-showers.png +share/mate/help/mateweather/eu/figures/stock_weather-snow.png +share/mate/help/mateweather/eu/figures/stock_weather-storm.png +share/mate/help/mateweather/eu/figures/stock_weather-sunny.png +share/mate/help/mateweather/eu/mateweather.xml +share/mate/help/mateweather/fi/figures/mateweather-details.png +share/mate/help/mateweather/fi/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fi/figures/mateweather_applet.png +share/mate/help/mateweather/fi/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fi/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-fog.png +share/mate/help/mateweather/fi/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fi/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-showers.png +share/mate/help/mateweather/fi/figures/stock_weather-snow.png +share/mate/help/mateweather/fi/figures/stock_weather-storm.png +share/mate/help/mateweather/fi/figures/stock_weather-sunny.png +share/mate/help/mateweather/fi/mateweather.xml +share/mate/help/mateweather/fr/figures/mateweather-details.png +share/mate/help/mateweather/fr/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fr/figures/mateweather_applet.png +share/mate/help/mateweather/fr/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fr/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-fog.png +share/mate/help/mateweather/fr/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fr/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-showers.png +share/mate/help/mateweather/fr/figures/stock_weather-snow.png +share/mate/help/mateweather/fr/figures/stock_weather-storm.png +share/mate/help/mateweather/fr/figures/stock_weather-sunny.png +share/mate/help/mateweather/fr/mateweather.xml +share/mate/help/mateweather/ko/figures/mateweather-details.png +share/mate/help/mateweather/ko/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ko/figures/mateweather_applet.png +share/mate/help/mateweather/ko/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ko/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-fog.png +share/mate/help/mateweather/ko/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ko/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-showers.png +share/mate/help/mateweather/ko/figures/stock_weather-snow.png +share/mate/help/mateweather/ko/figures/stock_weather-storm.png +share/mate/help/mateweather/ko/figures/stock_weather-sunny.png +share/mate/help/mateweather/ko/mateweather.xml +share/mate/help/mateweather/nl/figures/mateweather-details.png +share/mate/help/mateweather/nl/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-general.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/nl/figures/mateweather_applet.png +share/mate/help/mateweather/nl/figures/stock_weather-cloudy.png +share/mate/help/mateweather/nl/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-fog.png +share/mate/help/mateweather/nl/figures/stock_weather-night-clear.png +share/mate/help/mateweather/nl/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-showers.png +share/mate/help/mateweather/nl/figures/stock_weather-snow.png +share/mate/help/mateweather/nl/figures/stock_weather-storm.png +share/mate/help/mateweather/nl/figures/stock_weather-sunny.png +share/mate/help/mateweather/nl/mateweather.xml +share/mate/help/mateweather/oc/figures/mateweather-details.png +share/mate/help/mateweather/oc/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-general.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/oc/figures/mateweather_applet.png +share/mate/help/mateweather/oc/figures/stock_weather-cloudy.png +share/mate/help/mateweather/oc/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-fog.png +share/mate/help/mateweather/oc/figures/stock_weather-night-clear.png +share/mate/help/mateweather/oc/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-showers.png +share/mate/help/mateweather/oc/figures/stock_weather-snow.png +share/mate/help/mateweather/oc/figures/stock_weather-storm.png +share/mate/help/mateweather/oc/figures/stock_weather-sunny.png +share/mate/help/mateweather/oc/mateweather.xml +share/mate/help/mateweather/pa/figures/mateweather-details.png +share/mate/help/mateweather/pa/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pa/figures/mateweather_applet.png +share/mate/help/mateweather/pa/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pa/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-fog.png +share/mate/help/mateweather/pa/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pa/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-showers.png +share/mate/help/mateweather/pa/figures/stock_weather-snow.png +share/mate/help/mateweather/pa/figures/stock_weather-storm.png +share/mate/help/mateweather/pa/figures/stock_weather-sunny.png +share/mate/help/mateweather/pa/mateweather.xml +share/mate/help/mateweather/pt_BR/figures/mateweather-details.png +share/mate/help/mateweather/pt_BR/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pt_BR/figures/mateweather_applet.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-fog.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-showers.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-snow.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-storm.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-sunny.png +share/mate/help/mateweather/pt_BR/mateweather.xml +share/mate/help/mateweather/ru/figures/mateweather-details.png +share/mate/help/mateweather/ru/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ru/figures/mateweather_applet.png +share/mate/help/mateweather/ru/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ru/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-fog.png +share/mate/help/mateweather/ru/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ru/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-showers.png +share/mate/help/mateweather/ru/figures/stock_weather-snow.png +share/mate/help/mateweather/ru/figures/stock_weather-storm.png +share/mate/help/mateweather/ru/figures/stock_weather-sunny.png +share/mate/help/mateweather/ru/mateweather.xml +share/mate/help/mateweather/sv/figures/mateweather-details.png +share/mate/help/mateweather/sv/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-general.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/sv/figures/mateweather_applet.png +share/mate/help/mateweather/sv/figures/stock_weather-cloudy.png +share/mate/help/mateweather/sv/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-fog.png +share/mate/help/mateweather/sv/figures/stock_weather-night-clear.png +share/mate/help/mateweather/sv/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-showers.png +share/mate/help/mateweather/sv/figures/stock_weather-snow.png +share/mate/help/mateweather/sv/figures/stock_weather-storm.png +share/mate/help/mateweather/sv/figures/stock_weather-sunny.png +share/mate/help/mateweather/sv/mateweather.xml +share/mate/help/mateweather/uk/figures/mateweather-details.png +share/mate/help/mateweather/uk/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-general.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/uk/figures/mateweather_applet.png +share/mate/help/mateweather/uk/figures/stock_weather-cloudy.png +share/mate/help/mateweather/uk/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-fog.png +share/mate/help/mateweather/uk/figures/stock_weather-night-clear.png +share/mate/help/mateweather/uk/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-showers.png +share/mate/help/mateweather/uk/figures/stock_weather-snow.png +share/mate/help/mateweather/uk/figures/stock_weather-storm.png +share/mate/help/mateweather/uk/figures/stock_weather-sunny.png +share/mate/help/mateweather/uk/mateweather.xml +share/mate/help/mateweather/zh_CN/figures/mateweather-details.png +share/mate/help/mateweather/zh_CN/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-general.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/zh_CN/figures/mateweather_applet.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-cloudy.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-fog.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-clear.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-showers.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-snow.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-storm.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-sunny.png +share/mate/help/mateweather/zh_CN/mateweather.xml +share/omf/mate-accessx-status/mate-accessx-status-C.omf +share/omf/mate-accessx-status/mate-accessx-status-bg.omf +share/omf/mate-accessx-status/mate-accessx-status-ca.omf +share/omf/mate-accessx-status/mate-accessx-status-cs.omf +share/omf/mate-accessx-status/mate-accessx-status-de.omf +share/omf/mate-accessx-status/mate-accessx-status-el.omf +share/omf/mate-accessx-status/mate-accessx-status-en_GB.omf +share/omf/mate-accessx-status/mate-accessx-status-es.omf +share/omf/mate-accessx-status/mate-accessx-status-eu.omf +share/omf/mate-accessx-status/mate-accessx-status-fi.omf +share/omf/mate-accessx-status/mate-accessx-status-fr.omf +share/omf/mate-accessx-status/mate-accessx-status-gl.omf +share/omf/mate-accessx-status/mate-accessx-status-it.omf +share/omf/mate-accessx-status/mate-accessx-status-ko.omf +share/omf/mate-accessx-status/mate-accessx-status-nl.omf +share/omf/mate-accessx-status/mate-accessx-status-oc.omf +share/omf/mate-accessx-status/mate-accessx-status-sv.omf +share/omf/mate-accessx-status/mate-accessx-status-uk.omf +share/omf/mate-accessx-status/mate-accessx-status-zh_CN.omf +share/omf/mate-battstat/mate-battstat-C.omf +share/omf/mate-battstat/mate-battstat-bg.omf +share/omf/mate-battstat/mate-battstat-ca.omf +share/omf/mate-battstat/mate-battstat-cs.omf +share/omf/mate-battstat/mate-battstat-da.omf +share/omf/mate-battstat/mate-battstat-de.omf +share/omf/mate-battstat/mate-battstat-el.omf +share/omf/mate-battstat/mate-battstat-en_GB.omf +share/omf/mate-battstat/mate-battstat-es.omf +share/omf/mate-battstat/mate-battstat-eu.omf +share/omf/mate-battstat/mate-battstat-fi.omf +share/omf/mate-battstat/mate-battstat-fr.omf +share/omf/mate-battstat/mate-battstat-ko.omf +share/omf/mate-battstat/mate-battstat-oc.omf +share/omf/mate-battstat/mate-battstat-pa.omf +share/omf/mate-battstat/mate-battstat-pt_BR.omf +share/omf/mate-battstat/mate-battstat-sv.omf +share/omf/mate-battstat/mate-battstat-uk.omf +share/omf/mate-battstat/mate-battstat-zh_CN.omf +share/omf/mate-char-palette/mate-char-palette-C.omf +share/omf/mate-char-palette/mate-char-palette-bg.omf +share/omf/mate-char-palette/mate-char-palette-ca.omf +share/omf/mate-char-palette/mate-char-palette-cs.omf +share/omf/mate-char-palette/mate-char-palette-de.omf +share/omf/mate-char-palette/mate-char-palette-el.omf +share/omf/mate-char-palette/mate-char-palette-en_GB.omf +share/omf/mate-char-palette/mate-char-palette-es.omf +share/omf/mate-char-palette/mate-char-palette-eu.omf +share/omf/mate-char-palette/mate-char-palette-fi.omf +share/omf/mate-char-palette/mate-char-palette-fr.omf +share/omf/mate-char-palette/mate-char-palette-it.omf +share/omf/mate-char-palette/mate-char-palette-ko.omf +share/omf/mate-char-palette/mate-char-palette-nl.omf +share/omf/mate-char-palette/mate-char-palette-oc.omf +share/omf/mate-char-palette/mate-char-palette-pt_BR.omf +share/omf/mate-char-palette/mate-char-palette-ru.omf +share/omf/mate-char-palette/mate-char-palette-sv.omf +share/omf/mate-char-palette/mate-char-palette-uk.omf +share/omf/mate-char-palette/mate-char-palette-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-C.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ca.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-cs.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-de.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-el.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-en_GB.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-es.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-eu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fi.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fr.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-hu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-nl.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-oc.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-pt_BR.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ru.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-sv.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-uk.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_HK.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_TW.omf +share/omf/mate-drivemount/mate-drivemount-C.omf +share/omf/mate-drivemount/mate-drivemount-ca.omf +share/omf/mate-drivemount/mate-drivemount-cs.omf +share/omf/mate-drivemount/mate-drivemount-da.omf +share/omf/mate-drivemount/mate-drivemount-de.omf +share/omf/mate-drivemount/mate-drivemount-el.omf +share/omf/mate-drivemount/mate-drivemount-en_GB.omf +share/omf/mate-drivemount/mate-drivemount-es.omf +share/omf/mate-drivemount/mate-drivemount-eu.omf +share/omf/mate-drivemount/mate-drivemount-fi.omf +share/omf/mate-drivemount/mate-drivemount-fr.omf +share/omf/mate-drivemount/mate-drivemount-it.omf +share/omf/mate-drivemount/mate-drivemount-ko.omf +share/omf/mate-drivemount/mate-drivemount-oc.omf +share/omf/mate-drivemount/mate-drivemount-pa.omf +share/omf/mate-drivemount/mate-drivemount-ru.omf +share/omf/mate-drivemount/mate-drivemount-sv.omf +share/omf/mate-drivemount/mate-drivemount-uk.omf +share/omf/mate-drivemount/mate-drivemount-zh_CN.omf +share/omf/mate-geyes/mate-geyes-C.omf +share/omf/mate-geyes/mate-geyes-ast.omf +share/omf/mate-geyes/mate-geyes-bg.omf +share/omf/mate-geyes/mate-geyes-ca.omf +share/omf/mate-geyes/mate-geyes-cs.omf +share/omf/mate-geyes/mate-geyes-da.omf +share/omf/mate-geyes/mate-geyes-de.omf +share/omf/mate-geyes/mate-geyes-el.omf +share/omf/mate-geyes/mate-geyes-en_GB.omf +share/omf/mate-geyes/mate-geyes-es.omf +share/omf/mate-geyes/mate-geyes-eu.omf +share/omf/mate-geyes/mate-geyes-fi.omf +share/omf/mate-geyes/mate-geyes-fr.omf +share/omf/mate-geyes/mate-geyes-it.omf +share/omf/mate-geyes/mate-geyes-ko.omf +share/omf/mate-geyes/mate-geyes-oc.omf +share/omf/mate-geyes/mate-geyes-ru.omf +share/omf/mate-geyes/mate-geyes-sv.omf +share/omf/mate-geyes/mate-geyes-uk.omf +share/omf/mate-geyes/mate-geyes-zh_CN.omf +share/omf/mate-geyes/mate-geyes-zh_HK.omf +share/omf/mate-geyes/mate-geyes-zh_TW.omf +share/omf/mate-invest-applet/mate-invest-applet-C.omf +share/omf/mate-invest-applet/mate-invest-applet-ca.omf +share/omf/mate-invest-applet/mate-invest-applet-de.omf +share/omf/mate-invest-applet/mate-invest-applet-el.omf +share/omf/mate-invest-applet/mate-invest-applet-en_GB.omf +share/omf/mate-invest-applet/mate-invest-applet-es.omf +share/omf/mate-invest-applet/mate-invest-applet-fi.omf +share/omf/mate-invest-applet/mate-invest-applet-ru.omf +share/omf/mate-invest-applet/mate-invest-applet-sv.omf +share/omf/mate-invest-applet/mate-invest-applet-zh_CN.omf +share/omf/mate-multiload/mate-multiload-C.omf +share/omf/mate-multiload/mate-multiload-ca.omf +share/omf/mate-multiload/mate-multiload-cs.omf +share/omf/mate-multiload/mate-multiload-de.omf +share/omf/mate-multiload/mate-multiload-el.omf +share/omf/mate-multiload/mate-multiload-en_GB.omf +share/omf/mate-multiload/mate-multiload-es.omf +share/omf/mate-multiload/mate-multiload-eu.omf +share/omf/mate-multiload/mate-multiload-fi.omf +share/omf/mate-multiload/mate-multiload-fr.omf +share/omf/mate-multiload/mate-multiload-ko.omf +share/omf/mate-multiload/mate-multiload-oc.omf +share/omf/mate-multiload/mate-multiload-pa.omf +share/omf/mate-multiload/mate-multiload-pt_BR.omf +share/omf/mate-multiload/mate-multiload-ru.omf +share/omf/mate-multiload/mate-multiload-sv.omf +share/omf/mate-multiload/mate-multiload-uk.omf +share/omf/mate-multiload/mate-multiload-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-C.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ca.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-cs.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-de.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-el.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-en_GB.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-es.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-eu.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fi.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fr.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ko.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-oc.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pa.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pt_BR.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ru.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-sv.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-uk.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_HK.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_TW.omf +share/omf/mate-trashapplet/mate-trashapplet-C.omf +share/omf/mate-trashapplet/mate-trashapplet-ca.omf +share/omf/mate-trashapplet/mate-trashapplet-cs.omf +share/omf/mate-trashapplet/mate-trashapplet-da.omf +share/omf/mate-trashapplet/mate-trashapplet-de.omf +share/omf/mate-trashapplet/mate-trashapplet-el.omf +share/omf/mate-trashapplet/mate-trashapplet-en_GB.omf +share/omf/mate-trashapplet/mate-trashapplet-es.omf +share/omf/mate-trashapplet/mate-trashapplet-eu.omf +share/omf/mate-trashapplet/mate-trashapplet-fi.omf +share/omf/mate-trashapplet/mate-trashapplet-fr.omf +share/omf/mate-trashapplet/mate-trashapplet-hu.omf +share/omf/mate-trashapplet/mate-trashapplet-it.omf +share/omf/mate-trashapplet/mate-trashapplet-nl.omf +share/omf/mate-trashapplet/mate-trashapplet-oc.omf +share/omf/mate-trashapplet/mate-trashapplet-pa.omf +share/omf/mate-trashapplet/mate-trashapplet-pt_BR.omf +share/omf/mate-trashapplet/mate-trashapplet-ru.omf +share/omf/mate-trashapplet/mate-trashapplet-sv.omf +share/omf/mate-trashapplet/mate-trashapplet-uk.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_CN.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_HK.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_TW.omf +share/omf/mateweather/mateweather-C.omf +share/omf/mateweather/mateweather-ar.omf +share/omf/mateweather/mateweather-ca.omf +share/omf/mateweather/mateweather-cs.omf +share/omf/mateweather/mateweather-de.omf +share/omf/mateweather/mateweather-el.omf +share/omf/mateweather/mateweather-en_GB.omf +share/omf/mateweather/mateweather-es.omf +share/omf/mateweather/mateweather-eu.omf +share/omf/mateweather/mateweather-fi.omf +share/omf/mateweather/mateweather-fr.omf +share/omf/mateweather/mateweather-ko.omf +share/omf/mateweather/mateweather-nl.omf +share/omf/mateweather/mateweather-oc.omf +share/omf/mateweather/mateweather-pa.omf +share/omf/mateweather/mateweather-pt_BR.omf +share/omf/mateweather/mateweather-ru.omf +share/omf/mateweather/mateweather-sv.omf +share/omf/mateweather/mateweather-uk.omf +share/omf/mateweather/mateweather-zh_CN.omf +share/pixmaps/mate-accessx-status-applet/ax-applet.png +share/pixmaps/mate-accessx-status-applet/ax-bouncekeys.png +share/pixmaps/mate-accessx-status-applet/ax-key-base.png +share/pixmaps/mate-accessx-status-applet/ax-key-inverse.png +share/pixmaps/mate-accessx-status-applet/ax-key-no.png +share/pixmaps/mate-accessx-status-applet/ax-key-none.png +share/pixmaps/mate-accessx-status-applet/ax-key-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-no.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-pending.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys.png +share/pixmaps/mate-accessx-status-applet/mousekeys-base.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-right.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-right.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-none.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-none.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-none.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-none.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-none.png +share/pixmaps/mate-accessx-status-applet/sticky-super-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-super-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-super-none.png +share/pixmaps/mate-cpufreq-applet/cpufreq-100.png +share/pixmaps/mate-cpufreq-applet/cpufreq-25.png +share/pixmaps/mate-cpufreq-applet/cpufreq-50.png +share/pixmaps/mate-cpufreq-applet/cpufreq-75.png +share/pixmaps/mate-cpufreq-applet/cpufreq-na.png +share/pixmaps/mate-stickynotes/close.png +share/pixmaps/mate-stickynotes/locked.png +share/pixmaps/mate-stickynotes/resize_se.png +share/pixmaps/mate-stickynotes/resize_sw.png +share/pixmaps/mate-stickynotes/unlocked.png +share/polkit-1/actions/org.mate.cpufreqselector.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/pixmaps/mate-stickynotes +@dirrm share/pixmaps/mate-cpufreq-applet +@dirrm share/pixmaps/mate-accessx-status-applet +@dirrm share/omf/mateweather +@dirrm share/omf/mate-trashapplet +@dirrm share/omf/mate-stickynotes_applet +@dirrm share/omf/mate-multiload +@dirrm share/omf/mate-invest-applet +@dirrm share/omf/mate-geyes +@dirrm share/omf/mate-drivemount +@dirrm share/omf/mate-cpufreq-applet +@dirrm share/omf/mate-char-palette +@dirrm share/omf/mate-battstat +@dirrm share/omf/mate-accessx-status +@dirrm share/mate/help/mateweather/zh_CN/figures +@dirrm share/mate/help/mateweather/zh_CN +@dirrm share/mate/help/mateweather/uk/figures +@dirrm share/mate/help/mateweather/uk +@dirrm share/mate/help/mateweather/sv/figures +@dirrm share/mate/help/mateweather/sv +@dirrm share/mate/help/mateweather/ru/figures +@dirrm share/mate/help/mateweather/ru +@dirrm share/mate/help/mateweather/pt_BR/figures +@dirrm share/mate/help/mateweather/pt_BR +@dirrm share/mate/help/mateweather/pa/figures +@dirrm share/mate/help/mateweather/pa +@dirrm share/mate/help/mateweather/oc/figures +@dirrm share/mate/help/mateweather/oc +@dirrm share/mate/help/mateweather/nl/figures +@dirrm share/mate/help/mateweather/nl +@dirrm share/mate/help/mateweather/ko/figures +@dirrm share/mate/help/mateweather/ko +@dirrm share/mate/help/mateweather/fr/figures +@dirrm share/mate/help/mateweather/fr +@dirrm share/mate/help/mateweather/fi/figures +@dirrm share/mate/help/mateweather/fi +@dirrm share/mate/help/mateweather/eu/figures +@dirrm share/mate/help/mateweather/eu +@dirrm share/mate/help/mateweather/es/figures +@dirrm share/mate/help/mateweather/es +@dirrm share/mate/help/mateweather/en_GB/figures +@dirrm share/mate/help/mateweather/en_GB +@dirrm share/mate/help/mateweather/el/figures +@dirrm share/mate/help/mateweather/el +@dirrm share/mate/help/mateweather/de/figures +@dirrm share/mate/help/mateweather/de +@dirrm share/mate/help/mateweather/cs/figures +@dirrm share/mate/help/mateweather/cs +@dirrm share/mate/help/mateweather/ca/figures +@dirrm share/mate/help/mateweather/ca +@dirrm share/mate/help/mateweather/ar/figures +@dirrm share/mate/help/mateweather/ar +@dirrm share/mate/help/mateweather/C/figures +@dirrm share/mate/help/mateweather/C +@dirrm share/mate/help/mateweather +@dirrm share/mate/help/mate-trashapplet/zh_TW/figures +@dirrm share/mate/help/mate-trashapplet/zh_TW +@dirrm share/mate/help/mate-trashapplet/zh_HK/figures +@dirrm share/mate/help/mate-trashapplet/zh_HK +@dirrm share/mate/help/mate-trashapplet/zh_CN/figures +@dirrm share/mate/help/mate-trashapplet/zh_CN +@dirrm share/mate/help/mate-trashapplet/uk/figures +@dirrm share/mate/help/mate-trashapplet/uk +@dirrm share/mate/help/mate-trashapplet/sv/figures +@dirrm share/mate/help/mate-trashapplet/sv +@dirrm share/mate/help/mate-trashapplet/ru/figures +@dirrm share/mate/help/mate-trashapplet/ru +@dirrm share/mate/help/mate-trashapplet/pt_BR/figures +@dirrm share/mate/help/mate-trashapplet/pt_BR +@dirrm share/mate/help/mate-trashapplet/pa/figures +@dirrm share/mate/help/mate-trashapplet/pa +@dirrm share/mate/help/mate-trashapplet/oc/figures +@dirrm share/mate/help/mate-trashapplet/oc +@dirrm share/mate/help/mate-trashapplet/nl/figures +@dirrm share/mate/help/mate-trashapplet/nl +@dirrm share/mate/help/mate-trashapplet/it/figures +@dirrm share/mate/help/mate-trashapplet/it +@dirrm share/mate/help/mate-trashapplet/hu/figures +@dirrm share/mate/help/mate-trashapplet/hu +@dirrm share/mate/help/mate-trashapplet/fr/figures +@dirrm share/mate/help/mate-trashapplet/fr +@dirrm share/mate/help/mate-trashapplet/fi/figures +@dirrm share/mate/help/mate-trashapplet/fi +@dirrm share/mate/help/mate-trashapplet/eu/figures +@dirrm share/mate/help/mate-trashapplet/eu +@dirrm share/mate/help/mate-trashapplet/es/figures +@dirrm share/mate/help/mate-trashapplet/es +@dirrm share/mate/help/mate-trashapplet/en_GB/figures +@dirrm share/mate/help/mate-trashapplet/en_GB +@dirrm share/mate/help/mate-trashapplet/el/figures +@dirrm share/mate/help/mate-trashapplet/el +@dirrm share/mate/help/mate-trashapplet/de/figures +@dirrm share/mate/help/mate-trashapplet/de +@dirrm share/mate/help/mate-trashapplet/da/figures +@dirrm share/mate/help/mate-trashapplet/da +@dirrm share/mate/help/mate-trashapplet/cs/figures +@dirrm share/mate/help/mate-trashapplet/cs +@dirrm share/mate/help/mate-trashapplet/ca/figures +@dirrm share/mate/help/mate-trashapplet/ca +@dirrm share/mate/help/mate-trashapplet/C/figures +@dirrm share/mate/help/mate-trashapplet/C +@dirrm share/mate/help/mate-trashapplet +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN +@dirrm share/mate/help/mate-stickynotes_applet/uk/figures +@dirrm share/mate/help/mate-stickynotes_applet/uk +@dirrm share/mate/help/mate-stickynotes_applet/sv/figures +@dirrm share/mate/help/mate-stickynotes_applet/sv +@dirrm share/mate/help/mate-stickynotes_applet/ru/figures +@dirrm share/mate/help/mate-stickynotes_applet/ru +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR/figures +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR +@dirrm share/mate/help/mate-stickynotes_applet/pa/figures +@dirrm share/mate/help/mate-stickynotes_applet/pa +@dirrm share/mate/help/mate-stickynotes_applet/oc/figures +@dirrm share/mate/help/mate-stickynotes_applet/oc +@dirrm share/mate/help/mate-stickynotes_applet/ko/figures +@dirrm share/mate/help/mate-stickynotes_applet/ko +@dirrm share/mate/help/mate-stickynotes_applet/fr/figures +@dirrm share/mate/help/mate-stickynotes_applet/fr +@dirrm share/mate/help/mate-stickynotes_applet/fi/figures +@dirrm share/mate/help/mate-stickynotes_applet/fi +@dirrm share/mate/help/mate-stickynotes_applet/eu/figures +@dirrm share/mate/help/mate-stickynotes_applet/eu +@dirrm share/mate/help/mate-stickynotes_applet/es/figures +@dirrm share/mate/help/mate-stickynotes_applet/es +@dirrm share/mate/help/mate-stickynotes_applet/en_GB/figures +@dirrm share/mate/help/mate-stickynotes_applet/en_GB +@dirrm share/mate/help/mate-stickynotes_applet/el/figures +@dirrm share/mate/help/mate-stickynotes_applet/el +@dirrm share/mate/help/mate-stickynotes_applet/de/figures +@dirrm share/mate/help/mate-stickynotes_applet/de +@dirrm share/mate/help/mate-stickynotes_applet/cs/figures +@dirrm share/mate/help/mate-stickynotes_applet/cs +@dirrm share/mate/help/mate-stickynotes_applet/ca/figures +@dirrm share/mate/help/mate-stickynotes_applet/ca +@dirrm share/mate/help/mate-stickynotes_applet/C/figures +@dirrm share/mate/help/mate-stickynotes_applet/C +@dirrm share/mate/help/mate-stickynotes_applet +@dirrm share/mate/help/mate-multiload/zh_CN/figures +@dirrm share/mate/help/mate-multiload/zh_CN +@dirrm share/mate/help/mate-multiload/uk/figures +@dirrm share/mate/help/mate-multiload/uk +@dirrm share/mate/help/mate-multiload/sv/figures +@dirrm share/mate/help/mate-multiload/sv +@dirrm share/mate/help/mate-multiload/ru/figures +@dirrm share/mate/help/mate-multiload/ru +@dirrm share/mate/help/mate-multiload/pt_BR/figures +@dirrm share/mate/help/mate-multiload/pt_BR +@dirrm share/mate/help/mate-multiload/pa/figures +@dirrm share/mate/help/mate-multiload/pa +@dirrm share/mate/help/mate-multiload/oc/figures +@dirrm share/mate/help/mate-multiload/oc +@dirrm share/mate/help/mate-multiload/ko/figures +@dirrm share/mate/help/mate-multiload/ko +@dirrm share/mate/help/mate-multiload/fr/figures +@dirrm share/mate/help/mate-multiload/fr +@dirrm share/mate/help/mate-multiload/fi/figures +@dirrm share/mate/help/mate-multiload/fi +@dirrm share/mate/help/mate-multiload/eu/figures +@dirrm share/mate/help/mate-multiload/eu +@dirrm share/mate/help/mate-multiload/es/figures +@dirrm share/mate/help/mate-multiload/es +@dirrm share/mate/help/mate-multiload/en_GB/figures +@dirrm share/mate/help/mate-multiload/en_GB +@dirrm share/mate/help/mate-multiload/el/figures +@dirrm share/mate/help/mate-multiload/el +@dirrm share/mate/help/mate-multiload/de/figures +@dirrm share/mate/help/mate-multiload/de +@dirrm share/mate/help/mate-multiload/cs/figures +@dirrm share/mate/help/mate-multiload/cs +@dirrm share/mate/help/mate-multiload/ca/figures +@dirrm share/mate/help/mate-multiload/ca +@dirrm share/mate/help/mate-multiload/C/figures +@dirrm share/mate/help/mate-multiload/C +@dirrm share/mate/help/mate-multiload +@dirrm share/mate/help/mate-invest-applet/zh_CN/figures +@dirrm share/mate/help/mate-invest-applet/zh_CN +@dirrm share/mate/help/mate-invest-applet/sv/figures +@dirrm share/mate/help/mate-invest-applet/sv +@dirrm share/mate/help/mate-invest-applet/ru/figures +@dirrm share/mate/help/mate-invest-applet/ru +@dirrm share/mate/help/mate-invest-applet/fi/figures +@dirrm share/mate/help/mate-invest-applet/fi +@dirrm share/mate/help/mate-invest-applet/es/figures +@dirrm share/mate/help/mate-invest-applet/es +@dirrm share/mate/help/mate-invest-applet/en_GB/figures +@dirrm share/mate/help/mate-invest-applet/en_GB +@dirrm share/mate/help/mate-invest-applet/el/figures +@dirrm share/mate/help/mate-invest-applet/el +@dirrm share/mate/help/mate-invest-applet/de/figures +@dirrm share/mate/help/mate-invest-applet/de +@dirrm share/mate/help/mate-invest-applet/ca/figures +@dirrm share/mate/help/mate-invest-applet/ca +@dirrm share/mate/help/mate-invest-applet/C/figures +@dirrm share/mate/help/mate-invest-applet/C +@dirrm share/mate/help/mate-invest-applet +@dirrm share/mate/help/mate-geyes/zh_TW/figures +@dirrm share/mate/help/mate-geyes/zh_TW +@dirrm share/mate/help/mate-geyes/zh_HK/figures +@dirrm share/mate/help/mate-geyes/zh_HK +@dirrm share/mate/help/mate-geyes/zh_CN/figures +@dirrm share/mate/help/mate-geyes/zh_CN +@dirrm share/mate/help/mate-geyes/uk/figures +@dirrm share/mate/help/mate-geyes/uk +@dirrm share/mate/help/mate-geyes/sv/figures +@dirrm share/mate/help/mate-geyes/sv +@dirrm share/mate/help/mate-geyes/ru/figures +@dirrm share/mate/help/mate-geyes/ru +@dirrm share/mate/help/mate-geyes/oc/figures +@dirrm share/mate/help/mate-geyes/oc +@dirrm share/mate/help/mate-geyes/ko/figures +@dirrm share/mate/help/mate-geyes/ko +@dirrm share/mate/help/mate-geyes/it/figures +@dirrm share/mate/help/mate-geyes/it +@dirrm share/mate/help/mate-geyes/fr/figures +@dirrm share/mate/help/mate-geyes/fr +@dirrm share/mate/help/mate-geyes/fi/figures +@dirrm share/mate/help/mate-geyes/fi +@dirrm share/mate/help/mate-geyes/eu/figures +@dirrm share/mate/help/mate-geyes/eu +@dirrm share/mate/help/mate-geyes/es/figures +@dirrm share/mate/help/mate-geyes/es +@dirrm share/mate/help/mate-geyes/en_GB/figures +@dirrm share/mate/help/mate-geyes/en_GB +@dirrm share/mate/help/mate-geyes/el/figures +@dirrm share/mate/help/mate-geyes/el +@dirrm share/mate/help/mate-geyes/de/figures +@dirrm share/mate/help/mate-geyes/de +@dirrm share/mate/help/mate-geyes/da/figures +@dirrm share/mate/help/mate-geyes/da +@dirrm share/mate/help/mate-geyes/cs/figures +@dirrm share/mate/help/mate-geyes/cs +@dirrm share/mate/help/mate-geyes/ca/figures +@dirrm share/mate/help/mate-geyes/ca +@dirrm share/mate/help/mate-geyes/bg/figures +@dirrm share/mate/help/mate-geyes/bg +@dirrm share/mate/help/mate-geyes/ast/figures +@dirrm share/mate/help/mate-geyes/ast +@dirrm share/mate/help/mate-geyes/C/figures +@dirrm share/mate/help/mate-geyes/C +@dirrm share/mate/help/mate-geyes +@dirrm share/mate/help/mate-drivemount/zh_CN/figures +@dirrm share/mate/help/mate-drivemount/zh_CN +@dirrm share/mate/help/mate-drivemount/uk/figures +@dirrm share/mate/help/mate-drivemount/uk +@dirrm share/mate/help/mate-drivemount/sv/figures +@dirrm share/mate/help/mate-drivemount/sv +@dirrm share/mate/help/mate-drivemount/ru/figures +@dirrm share/mate/help/mate-drivemount/ru +@dirrm share/mate/help/mate-drivemount/pa/figures +@dirrm share/mate/help/mate-drivemount/pa +@dirrm share/mate/help/mate-drivemount/oc/figures +@dirrm share/mate/help/mate-drivemount/oc +@dirrm share/mate/help/mate-drivemount/ko/figures +@dirrm share/mate/help/mate-drivemount/ko +@dirrm share/mate/help/mate-drivemount/it/figures +@dirrm share/mate/help/mate-drivemount/it +@dirrm share/mate/help/mate-drivemount/fr/figures +@dirrm share/mate/help/mate-drivemount/fr +@dirrm share/mate/help/mate-drivemount/fi/figures +@dirrm share/mate/help/mate-drivemount/fi +@dirrm share/mate/help/mate-drivemount/eu/figures +@dirrm share/mate/help/mate-drivemount/eu +@dirrm share/mate/help/mate-drivemount/es/figures +@dirrm share/mate/help/mate-drivemount/es +@dirrm share/mate/help/mate-drivemount/en_GB/figures +@dirrm share/mate/help/mate-drivemount/en_GB +@dirrm share/mate/help/mate-drivemount/el/figures +@dirrm share/mate/help/mate-drivemount/el +@dirrm share/mate/help/mate-drivemount/de/figures +@dirrm share/mate/help/mate-drivemount/de +@dirrm share/mate/help/mate-drivemount/da/figures +@dirrm share/mate/help/mate-drivemount/da +@dirrm share/mate/help/mate-drivemount/cs/figures +@dirrm share/mate/help/mate-drivemount/cs +@dirrm share/mate/help/mate-drivemount/ca/figures +@dirrm share/mate/help/mate-drivemount/ca +@dirrm share/mate/help/mate-drivemount/C/figures +@dirrm share/mate/help/mate-drivemount/C +@dirrm share/mate/help/mate-drivemount +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet +@dirrm share/mate/help/mate-char-palette/zh_CN/figures +@dirrm share/mate/help/mate-char-palette/zh_CN +@dirrm share/mate/help/mate-char-palette/uk/figures +@dirrm share/mate/help/mate-char-palette/uk +@dirrm share/mate/help/mate-char-palette/sv/figures +@dirrm share/mate/help/mate-char-palette/sv +@dirrm share/mate/help/mate-char-palette/ru/figures +@dirrm share/mate/help/mate-char-palette/ru +@dirrm share/mate/help/mate-char-palette/pt_BR/figures +@dirrm share/mate/help/mate-char-palette/pt_BR +@dirrm share/mate/help/mate-char-palette/oc/figures +@dirrm share/mate/help/mate-char-palette/oc +@dirrm share/mate/help/mate-char-palette/nl/figures +@dirrm share/mate/help/mate-char-palette/nl +@dirrm share/mate/help/mate-char-palette/ko/figures +@dirrm share/mate/help/mate-char-palette/ko +@dirrm share/mate/help/mate-char-palette/it/figures +@dirrm share/mate/help/mate-char-palette/it +@dirrm share/mate/help/mate-char-palette/fr/figures +@dirrm share/mate/help/mate-char-palette/fr +@dirrm share/mate/help/mate-char-palette/fi/figures +@dirrm share/mate/help/mate-char-palette/fi +@dirrm share/mate/help/mate-char-palette/eu/figures +@dirrm share/mate/help/mate-char-palette/eu +@dirrm share/mate/help/mate-char-palette/es/figures +@dirrm share/mate/help/mate-char-palette/es +@dirrm share/mate/help/mate-char-palette/en_GB/figures +@dirrm share/mate/help/mate-char-palette/en_GB +@dirrm share/mate/help/mate-char-palette/el/figures +@dirrm share/mate/help/mate-char-palette/el +@dirrm share/mate/help/mate-char-palette/de/figures +@dirrm share/mate/help/mate-char-palette/de +@dirrm share/mate/help/mate-char-palette/cs/figures +@dirrm share/mate/help/mate-char-palette/cs +@dirrm share/mate/help/mate-char-palette/ca/figures +@dirrm share/mate/help/mate-char-palette/ca +@dirrm share/mate/help/mate-char-palette/bg/figures +@dirrm share/mate/help/mate-char-palette/bg +@dirrm share/mate/help/mate-char-palette/C/figures +@dirrm share/mate/help/mate-char-palette/C +@dirrm share/mate/help/mate-char-palette +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C +%%BATTERY%%@dirrm share/mate/help/mate-battstat +@dirrm share/mate/help/mate-accessx-status/zh_CN/figures +@dirrm share/mate/help/mate-accessx-status/zh_CN +@dirrm share/mate/help/mate-accessx-status/uk/figures +@dirrm share/mate/help/mate-accessx-status/uk +@dirrm share/mate/help/mate-accessx-status/sv/figures +@dirrm share/mate/help/mate-accessx-status/sv +@dirrm share/mate/help/mate-accessx-status/oc/figures +@dirrm share/mate/help/mate-accessx-status/oc +@dirrm share/mate/help/mate-accessx-status/nl/figures +@dirrm share/mate/help/mate-accessx-status/nl +@dirrm share/mate/help/mate-accessx-status/ko/figures +@dirrm share/mate/help/mate-accessx-status/ko +@dirrm share/mate/help/mate-accessx-status/it/figures +@dirrm share/mate/help/mate-accessx-status/it +@dirrm share/mate/help/mate-accessx-status/gl/figures +@dirrm share/mate/help/mate-accessx-status/gl +@dirrm share/mate/help/mate-accessx-status/fr/figures +@dirrm share/mate/help/mate-accessx-status/fr +@dirrm share/mate/help/mate-accessx-status/fi/figures +@dirrm share/mate/help/mate-accessx-status/fi +@dirrm share/mate/help/mate-accessx-status/eu/figures +@dirrm share/mate/help/mate-accessx-status/eu +@dirrm share/mate/help/mate-accessx-status/es/figures +@dirrm share/mate/help/mate-accessx-status/es +@dirrm share/mate/help/mate-accessx-status/en_GB/figures +@dirrm share/mate/help/mate-accessx-status/en_GB +@dirrm share/mate/help/mate-accessx-status/el/figures +@dirrm share/mate/help/mate-accessx-status/el +@dirrm share/mate/help/mate-accessx-status/de/figures +@dirrm share/mate/help/mate-accessx-status/de +@dirrm share/mate/help/mate-accessx-status/cs/figures +@dirrm share/mate/help/mate-accessx-status/cs +@dirrm share/mate/help/mate-accessx-status/ca/figures +@dirrm share/mate/help/mate-accessx-status/ca +@dirrm share/mate/help/mate-accessx-status/bg/figures +@dirrm share/mate/help/mate-accessx-status/bg +@dirrm share/mate/help/mate-accessx-status/C/figures +@dirrm share/mate/help/mate-accessx-status/C +@dirrm share/mate/help/mate-accessx-status +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrm %%DATADIR%%/invest-applet +@dirrm %%DATADIR%%/geyes/Tango +@dirrm %%DATADIR%%/geyes/Horrid +@dirrm %%DATADIR%%/geyes/Default-tiny +@dirrm %%DATADIR%%/geyes/Default +@dirrm %%DATADIR%%/geyes/Bloodshot +@dirrm %%DATADIR%%/geyes/Bizarre +@dirrm %%DATADIR%%/geyes +@dirrm %%DATADIR%%/builder +@dirrm %%DATADIR%% +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@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/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/es_VE/LC_MESSAGES +@dirrmtry share/locale/es_VE +@dirrmtry share/locale/es_UY/LC_MESSAGES +@dirrmtry share/locale/es_UY +@dirrmtry share/locale/es_SV/LC_MESSAGES +@dirrmtry share/locale/es_SV +@dirrmtry share/locale/es_PR/LC_MESSAGES +@dirrmtry share/locale/es_PR +@dirrmtry share/locale/es_PE/LC_MESSAGES +@dirrmtry share/locale/es_PE +@dirrmtry share/locale/es_PA/LC_MESSAGES +@dirrmtry share/locale/es_PA +@dirrmtry share/locale/es_NI/LC_MESSAGES +@dirrmtry share/locale/es_NI +@dirrmtry share/locale/es_HN/LC_MESSAGES +@dirrmtry share/locale/es_HN +@dirrmtry share/locale/es_GT/LC_MESSAGES +@dirrmtry share/locale/es_GT +@dirrmtry share/locale/es_EC/LC_MESSAGES +@dirrmtry share/locale/es_EC +@dirrmtry share/locale/es_DO/LC_MESSAGES +@dirrmtry share/locale/es_DO +@dirrmtry share/locale/es_CR/LC_MESSAGES +@dirrmtry share/locale/es_CR +@dirrmtry share/locale/es_CO/LC_MESSAGES +@dirrmtry share/locale/es_CO +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/es_AR/LC_MESSAGES +@dirrmtry share/locale/es_AR +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/icons/mate/48x48/apps +@dirrmtry share/icons/mate/48x48 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm %%PYTHON_SITELIBDIR%%/mate_invest diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile new file mode 100644 index 000000000000..a9a93caea8c9 --- /dev/null +++ b/x11/mate-base/Makefile @@ -0,0 +1,30 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-base +PORTVERSION= 1.6.0 +CATEGORIES= x11 mate +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The "meta-port" for the MATE base integrated X11 desktop + +RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu \ + ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ + ${LOCALBASE}/share/mate-background-properties/mate-desktop.xml:${PORTSDIR}/x11-themes/mate-backgrounds \ + ${LOCALBASE}/bin/mate-session:${PORTSDIR}/x11/mate-session-manager \ + mate-themes>=1.6.0:${PORTSDIR}/x11-themes/mate-themes \ + mate-icon-theme-faenza>=1.6.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza + +USE_MATE= caja:run controlcenter:run dialogs:run icontheme:run \ + keyring:run marco:run notificationdaemon:run panel:run \ + polkit:run + +NO_BUILD= yes +NO_MTREE= yes + +do-install: # empty + +.include <bsd.port.mk> diff --git a/x11/mate-base/pkg-descr b/x11/mate-base/pkg-descr new file mode 100644 index 000000000000..88301f1d5109 --- /dev/null +++ b/x11/mate-base/pkg-descr @@ -0,0 +1,21 @@ +MATE is a fork of GNOME 2. + +It provides an intuitive and attractive desktop to users using +traditional metaphors. + +-- + +Where does the name come from? + +The name "MATE" comes from yerba mate, a species of holly native +to subtropical South America. Its leaves contain caffeine and are +used to make infusions and a beverage called mate. + +-- + +This metaport installs only MATE base (lite, a lean desktop) with +file manager without any of extra applications. If you want to +have the most common user MATE applications, please install the +x11/mate metaport. + +WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/mate-base/pkg-message b/x11/mate-base/pkg-message new file mode 100644 index 000000000000..4264054b795e --- /dev/null +++ b/x11/mate-base/pkg-message @@ -0,0 +1,8 @@ +************************************************************************** +Congratulations! MATE base has been successfully installed on your system. +For help on starting it up, as well as answers to common questions, and +some known issues, please see the FreeBSD GNOME homepage at: + + http://www.FreeBSD.org/gnome/ + +************************************************************************** diff --git a/x11/mate-base/pkg-plist b/x11/mate-base/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/x11/mate-base/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile new file mode 100644 index 000000000000..a797a0b8fe9a --- /dev/null +++ b/x11/mate-desktop/Makefile @@ -0,0 +1,55 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-desktop +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Additional UI API for MATE + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification + +PORTSCOUT= limitw:1,even + +USES= bison gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= docutils +USE_XORG= x11 xrandr +USE_GNOME= gnomehier gdkpixbuf2 glib20 gtk20 intlhack ltverhack +USE_PYTHON= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc \ + --disable-desktop-docs +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.accessibility-keyboard.gschema.xml \ + org.mate.accessibility-startup.gschema.xml \ + org.mate.applications-at-mobility.gschema.xml \ + org.mate.applications-at-visual.gschema.xml \ + org.mate.applications-browser.gschema.xml \ + org.mate.applications-office.gschema.xml \ + org.mate.applications-terminal.gschema.xml \ + org.mate.background.gschema.xml \ + org.mate.file-views.gschema.xml \ + org.mate.interface.gschema.xml \ + org.mate.lockdown.gschema.xml \ + org.mate.peripherals-keyboard.gschema.xml \ + org.mate.peripherals-mouse.gschema.xml \ + org.mate.sound.gschema.xml \ + org.mate.thumbnail-cache.gschema.xml \ + org.mate.thumbnailers.gschema.xml \ + org.mate.typing-break.gschema.xml + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmate-desktop-2.so.17 + +.include <bsd.port.mk> diff --git a/x11/mate-desktop/distinfo b/x11/mate-desktop/distinfo new file mode 100644 index 000000000000..6fa0d999d3b8 --- /dev/null +++ b/x11/mate-desktop/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-desktop-1.6.1.tar.xz) = fe65f4035fe74510e6f35df0c0e29cbf8a6501852adc3971773d0072b914aed5 +SIZE (mate/mate-desktop-1.6.1.tar.xz) = 832720 diff --git a/x11/mate-desktop/pkg-descr b/x11/mate-desktop/pkg-descr new file mode 100644 index 000000000000..e4eba5b7a4a1 --- /dev/null +++ b/x11/mate-desktop/pkg-descr @@ -0,0 +1,3 @@ +This is a collection of APIs not included in libmateui. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-desktop/pkg-plist b/x11/mate-desktop/pkg-plist new file mode 100644 index 000000000000..70c156cc6e77 --- /dev/null +++ b/x11/mate-desktop/pkg-plist @@ -0,0 +1,232 @@ +bin/mate-about +include/mate-desktop-2.0/libmate/mate-desktop-item.h +include/mate-desktop-2.0/libmate/mate-desktop-utils.h +include/mate-desktop-2.0/libmateui/mate-bg-crossfade.h +include/mate-desktop-2.0/libmateui/mate-bg.h +include/mate-desktop-2.0/libmateui/mate-desktop-thumbnail.h +include/mate-desktop-2.0/libmateui/mate-rr-config.h +include/mate-desktop-2.0/libmateui/mate-rr-labeler.h +include/mate-desktop-2.0/libmateui/mate-rr.h +lib/libmate-desktop-2.a +lib/libmate-desktop-2.la +lib/libmate-desktop-2.so +lib/libmate-desktop-2.so.17 +libdata/pkgconfig/mate-desktop-2.0.pc +man/man1/mate-about.1.gz +share/MateConf/gsettings/mate-desktop.convert +share/applications/mate-about.desktop +%%DOCSDIR%%/MateBG.html +%%DOCSDIR%%/MateDesktopItem.html +%%DOCSDIR%%/MateDesktopThumbnailFactory.html +%%DOCSDIR%%/MateRRLabeler.html +%%DOCSDIR%%/background.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/intro.html +%%DOCSDIR%%/left.png +%%DOCSDIR%%/libmate.html +%%DOCSDIR%%/mate-desktop-Miscellaneous-Functions.html +%%DOCSDIR%%/mate-desktop-Miscellaneous-Thumbnail-Functions.html +%%DOCSDIR%%/mate-desktop-mate-rr-config.html +%%DOCSDIR%%/mate-desktop-mate-rr-crtc.html +%%DOCSDIR%%/mate-desktop-mate-rr-mode.html +%%DOCSDIR%%/mate-desktop-mate-rr-output.html +%%DOCSDIR%%/mate-desktop-mate-rr-screen.html +%%DOCSDIR%%/mate-desktop.devhelp2 +%%DOCSDIR%%/randr.html +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/thumbnail.html +%%DOCSDIR%%/up.png +share/libmate-desktop/pnp.ids +share/locale/af/LC_MESSAGES/mate-desktop.mo +share/locale/am/LC_MESSAGES/mate-desktop.mo +share/locale/an/LC_MESSAGES/mate-desktop.mo +share/locale/ar/LC_MESSAGES/mate-desktop.mo +share/locale/as/LC_MESSAGES/mate-desktop.mo +share/locale/ast/LC_MESSAGES/mate-desktop.mo +share/locale/az/LC_MESSAGES/mate-desktop.mo +share/locale/be/LC_MESSAGES/mate-desktop.mo +share/locale/be@latin/LC_MESSAGES/mate-desktop.mo +share/locale/bg/LC_MESSAGES/mate-desktop.mo +share/locale/bn/LC_MESSAGES/mate-desktop.mo +share/locale/bn_IN/LC_MESSAGES/mate-desktop.mo +share/locale/br/LC_MESSAGES/mate-desktop.mo +share/locale/bs/LC_MESSAGES/mate-desktop.mo +share/locale/ca/LC_MESSAGES/mate-desktop.mo +share/locale/ca@valencia/LC_MESSAGES/mate-desktop.mo +share/locale/crh/LC_MESSAGES/mate-desktop.mo +share/locale/cs/LC_MESSAGES/mate-desktop.mo +share/locale/cy/LC_MESSAGES/mate-desktop.mo +share/locale/da/LC_MESSAGES/mate-desktop.mo +share/locale/de/LC_MESSAGES/mate-desktop.mo +share/locale/dz/LC_MESSAGES/mate-desktop.mo +share/locale/el/LC_MESSAGES/mate-desktop.mo +share/locale/en@shaw/LC_MESSAGES/mate-desktop.mo +share/locale/en_AU/LC_MESSAGES/mate-desktop.mo +share/locale/en_CA/LC_MESSAGES/mate-desktop.mo +share/locale/en_GB/LC_MESSAGES/mate-desktop.mo +share/locale/eo/LC_MESSAGES/mate-desktop.mo +share/locale/es/LC_MESSAGES/mate-desktop.mo +share/locale/et/LC_MESSAGES/mate-desktop.mo +share/locale/eu/LC_MESSAGES/mate-desktop.mo +share/locale/fa/LC_MESSAGES/mate-desktop.mo +share/locale/fi/LC_MESSAGES/mate-desktop.mo +share/locale/fr/LC_MESSAGES/mate-desktop.mo +share/locale/fur/LC_MESSAGES/mate-desktop.mo +share/locale/ga/LC_MESSAGES/mate-desktop.mo +share/locale/gl/LC_MESSAGES/mate-desktop.mo +share/locale/gu/LC_MESSAGES/mate-desktop.mo +share/locale/he/LC_MESSAGES/mate-desktop.mo +share/locale/hi/LC_MESSAGES/mate-desktop.mo +share/locale/hr/LC_MESSAGES/mate-desktop.mo +share/locale/hu/LC_MESSAGES/mate-desktop.mo +share/locale/hy/LC_MESSAGES/mate-desktop.mo +share/locale/ia/LC_MESSAGES/mate-desktop.mo +share/locale/id/LC_MESSAGES/mate-desktop.mo +share/locale/ig/LC_MESSAGES/mate-desktop.mo +share/locale/is/LC_MESSAGES/mate-desktop.mo +share/locale/it/LC_MESSAGES/mate-desktop.mo +share/locale/ja/LC_MESSAGES/mate-desktop.mo +share/locale/ka/LC_MESSAGES/mate-desktop.mo +share/locale/kk/LC_MESSAGES/mate-desktop.mo +share/locale/kn/LC_MESSAGES/mate-desktop.mo +share/locale/ko/LC_MESSAGES/mate-desktop.mo +share/locale/ku/LC_MESSAGES/mate-desktop.mo +share/locale/ky/LC_MESSAGES/mate-desktop.mo +share/locale/li/LC_MESSAGES/mate-desktop.mo +share/locale/lo/LC_MESSAGES/mate-desktop.mo +share/locale/lt/LC_MESSAGES/mate-desktop.mo +share/locale/lv/LC_MESSAGES/mate-desktop.mo +share/locale/mai/LC_MESSAGES/mate-desktop.mo +share/locale/mg/LC_MESSAGES/mate-desktop.mo +share/locale/mi/LC_MESSAGES/mate-desktop.mo +share/locale/mk/LC_MESSAGES/mate-desktop.mo +share/locale/ml/LC_MESSAGES/mate-desktop.mo +share/locale/mn/LC_MESSAGES/mate-desktop.mo +share/locale/mr/LC_MESSAGES/mate-desktop.mo +share/locale/ms/LC_MESSAGES/mate-desktop.mo +share/locale/nb/LC_MESSAGES/mate-desktop.mo +share/locale/nds/LC_MESSAGES/mate-desktop.mo +share/locale/ne/LC_MESSAGES/mate-desktop.mo +share/locale/nl/LC_MESSAGES/mate-desktop.mo +share/locale/nn/LC_MESSAGES/mate-desktop.mo +share/locale/nso/LC_MESSAGES/mate-desktop.mo +share/locale/oc/LC_MESSAGES/mate-desktop.mo +share/locale/or/LC_MESSAGES/mate-desktop.mo +share/locale/pa/LC_MESSAGES/mate-desktop.mo +share/locale/pl/LC_MESSAGES/mate-desktop.mo +share/locale/ps/LC_MESSAGES/mate-desktop.mo +share/locale/pt/LC_MESSAGES/mate-desktop.mo +share/locale/pt_BR/LC_MESSAGES/mate-desktop.mo +share/locale/ro/LC_MESSAGES/mate-desktop.mo +share/locale/ru/LC_MESSAGES/mate-desktop.mo +share/locale/rw/LC_MESSAGES/mate-desktop.mo +share/locale/si/LC_MESSAGES/mate-desktop.mo +share/locale/sk/LC_MESSAGES/mate-desktop.mo +share/locale/sl/LC_MESSAGES/mate-desktop.mo +share/locale/sq/LC_MESSAGES/mate-desktop.mo +share/locale/sr/LC_MESSAGES/mate-desktop.mo +share/locale/sr@latin/LC_MESSAGES/mate-desktop.mo +share/locale/sv/LC_MESSAGES/mate-desktop.mo +share/locale/ta/LC_MESSAGES/mate-desktop.mo +share/locale/te/LC_MESSAGES/mate-desktop.mo +share/locale/th/LC_MESSAGES/mate-desktop.mo +share/locale/tk/LC_MESSAGES/mate-desktop.mo +share/locale/tr/LC_MESSAGES/mate-desktop.mo +share/locale/ug/LC_MESSAGES/mate-desktop.mo +share/locale/uk/LC_MESSAGES/mate-desktop.mo +share/locale/ur/LC_MESSAGES/mate-desktop.mo +share/locale/uz/LC_MESSAGES/mate-desktop.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-desktop.mo +share/locale/vi/LC_MESSAGES/mate-desktop.mo +share/locale/wa/LC_MESSAGES/mate-desktop.mo +share/locale/xh/LC_MESSAGES/mate-desktop.mo +share/locale/yi/LC_MESSAGES/mate-desktop.mo +share/locale/yo/LC_MESSAGES/mate-desktop.mo +share/locale/zh_CN/LC_MESSAGES/mate-desktop.mo +share/locale/zh_HK/LC_MESSAGES/mate-desktop.mo +share/locale/zh_TW/LC_MESSAGES/mate-desktop.mo +share/locale/zu/LC_MESSAGES/mate-desktop.mo +share/mate-about/mate-version.xml +@dirrm share/mate-about +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/lo/LC_MESSAGES +@dirrmtry share/locale/lo +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/ia/LC_MESSAGES +@dirrmtry share/locale/ia +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@dirrm share/libmate-desktop +@dirrm %%DOCSDIR%% +@dirrm include/mate-desktop-2.0/libmateui +@dirrm include/mate-desktop-2.0/libmate +@dirrm include/mate-desktop-2.0 diff --git a/x11/mate-dialogs/Makefile b/x11/mate-dialogs/Makefile new file mode 100644 index 000000000000..ef2dfa4d6481 --- /dev/null +++ b/x11/mate-dialogs/Makefile @@ -0,0 +1,44 @@ +# Created by: Franz Klammer <klammer@webonaut.com> +# $FreeBSD$ + +PORTNAME= mate-dialogs +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Display MATE dialogs from the command line + +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian +RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= docutils +USE_GNOME= gnomehier glib20 gtk20 intlhack +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} + +OPTIONS_DEFINE= NOTIFY +OPTIONS_DEFAULT=NOTIFY + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNOTIFY} +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify +CONFIGURE_ARGS+=--enable-libnotify +.else +CONFIGURE_ARGS+=--disable-libnotify +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|bin_SCRIPTS = gdialog||g' \ + ${WRKSRC}/src/Makefile.am + +.include <bsd.port.mk> diff --git a/x11/mate-dialogs/distinfo b/x11/mate-dialogs/distinfo new file mode 100644 index 000000000000..66b88d4eaf03 --- /dev/null +++ b/x11/mate-dialogs/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-dialogs-1.6.1.tar.xz) = 8d0fe30a4c96d0498688543bdd8953a636ca9930bfaecd65eed4203b34bb5d2d +SIZE (mate/mate-dialogs-1.6.1.tar.xz) = 2774916 diff --git a/x11/mate-dialogs/pkg-descr b/x11/mate-dialogs/pkg-descr new file mode 100644 index 000000000000..c2e513f86e38 --- /dev/null +++ b/x11/mate-dialogs/pkg-descr @@ -0,0 +1,5 @@ +Mate-dialogs allows dialog boxes to be created and displayed from the +commandline. This provides a simple way to create a GUI for +a shell script. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-dialogs/pkg-plist b/x11/mate-dialogs/pkg-plist new file mode 100644 index 000000000000..436531d5a11a --- /dev/null +++ b/x11/mate-dialogs/pkg-plist @@ -0,0 +1,405 @@ +bin/matedialog +man/man1/matedialog.1.gz +share/locale/am/LC_MESSAGES/mate-dialogs.mo +share/locale/ar/LC_MESSAGES/mate-dialogs.mo +share/locale/as/LC_MESSAGES/mate-dialogs.mo +share/locale/ast/LC_MESSAGES/mate-dialogs.mo +share/locale/az/LC_MESSAGES/mate-dialogs.mo +share/locale/be/LC_MESSAGES/mate-dialogs.mo +share/locale/be@latin/LC_MESSAGES/mate-dialogs.mo +share/locale/bg/LC_MESSAGES/mate-dialogs.mo +share/locale/bn/LC_MESSAGES/mate-dialogs.mo +share/locale/bn_IN/LC_MESSAGES/mate-dialogs.mo +share/locale/bs/LC_MESSAGES/mate-dialogs.mo +share/locale/ca/LC_MESSAGES/mate-dialogs.mo +share/locale/ca@valencia/LC_MESSAGES/mate-dialogs.mo +share/locale/cs/LC_MESSAGES/mate-dialogs.mo +share/locale/cy/LC_MESSAGES/mate-dialogs.mo +share/locale/da/LC_MESSAGES/mate-dialogs.mo +share/locale/de/LC_MESSAGES/mate-dialogs.mo +share/locale/dz/LC_MESSAGES/mate-dialogs.mo +share/locale/el/LC_MESSAGES/mate-dialogs.mo +share/locale/en@shaw/LC_MESSAGES/mate-dialogs.mo +share/locale/en_AU/LC_MESSAGES/mate-dialogs.mo +share/locale/en_CA/LC_MESSAGES/mate-dialogs.mo +share/locale/en_GB/LC_MESSAGES/mate-dialogs.mo +share/locale/es/LC_MESSAGES/mate-dialogs.mo +share/locale/et/LC_MESSAGES/mate-dialogs.mo +share/locale/eu/LC_MESSAGES/mate-dialogs.mo +share/locale/fa/LC_MESSAGES/mate-dialogs.mo +share/locale/fi/LC_MESSAGES/mate-dialogs.mo +share/locale/fr/LC_MESSAGES/mate-dialogs.mo +share/locale/ga/LC_MESSAGES/mate-dialogs.mo +share/locale/gl/LC_MESSAGES/mate-dialogs.mo +share/locale/gu/LC_MESSAGES/mate-dialogs.mo +share/locale/he/LC_MESSAGES/mate-dialogs.mo +share/locale/hi/LC_MESSAGES/mate-dialogs.mo +share/locale/hr/LC_MESSAGES/mate-dialogs.mo +share/locale/hu/LC_MESSAGES/mate-dialogs.mo +share/locale/id/LC_MESSAGES/mate-dialogs.mo +share/locale/is/LC_MESSAGES/mate-dialogs.mo +share/locale/it/LC_MESSAGES/mate-dialogs.mo +share/locale/ja/LC_MESSAGES/mate-dialogs.mo +share/locale/ka/LC_MESSAGES/mate-dialogs.mo +share/locale/kn/LC_MESSAGES/mate-dialogs.mo +share/locale/ko/LC_MESSAGES/mate-dialogs.mo +share/locale/ku/LC_MESSAGES/mate-dialogs.mo +share/locale/lt/LC_MESSAGES/mate-dialogs.mo +share/locale/lv/LC_MESSAGES/mate-dialogs.mo +share/locale/mai/LC_MESSAGES/mate-dialogs.mo +share/locale/mg/LC_MESSAGES/mate-dialogs.mo +share/locale/mi/LC_MESSAGES/mate-dialogs.mo +share/locale/mk/LC_MESSAGES/mate-dialogs.mo +share/locale/ml/LC_MESSAGES/mate-dialogs.mo +share/locale/mn/LC_MESSAGES/mate-dialogs.mo +share/locale/mr/LC_MESSAGES/mate-dialogs.mo +share/locale/ms/LC_MESSAGES/mate-dialogs.mo +share/locale/nb/LC_MESSAGES/mate-dialogs.mo +share/locale/ne/LC_MESSAGES/mate-dialogs.mo +share/locale/nl/LC_MESSAGES/mate-dialogs.mo +share/locale/nn/LC_MESSAGES/mate-dialogs.mo +share/locale/oc/LC_MESSAGES/mate-dialogs.mo +share/locale/or/LC_MESSAGES/mate-dialogs.mo +share/locale/pa/LC_MESSAGES/mate-dialogs.mo +share/locale/pl/LC_MESSAGES/mate-dialogs.mo +share/locale/ps/LC_MESSAGES/mate-dialogs.mo +share/locale/pt/LC_MESSAGES/mate-dialogs.mo +share/locale/pt_BR/LC_MESSAGES/mate-dialogs.mo +share/locale/ro/LC_MESSAGES/mate-dialogs.mo +share/locale/ru/LC_MESSAGES/mate-dialogs.mo +share/locale/rw/LC_MESSAGES/mate-dialogs.mo +share/locale/si/LC_MESSAGES/mate-dialogs.mo +share/locale/sk/LC_MESSAGES/mate-dialogs.mo +share/locale/sl/LC_MESSAGES/mate-dialogs.mo +share/locale/sq/LC_MESSAGES/mate-dialogs.mo +share/locale/sr/LC_MESSAGES/mate-dialogs.mo +share/locale/sr@latin/LC_MESSAGES/mate-dialogs.mo +share/locale/sv/LC_MESSAGES/mate-dialogs.mo +share/locale/ta/LC_MESSAGES/mate-dialogs.mo +share/locale/te/LC_MESSAGES/mate-dialogs.mo +share/locale/th/LC_MESSAGES/mate-dialogs.mo +share/locale/tr/LC_MESSAGES/mate-dialogs.mo +share/locale/ug/LC_MESSAGES/mate-dialogs.mo +share/locale/uk/LC_MESSAGES/mate-dialogs.mo +share/locale/vi/LC_MESSAGES/mate-dialogs.mo +share/locale/xh/LC_MESSAGES/mate-dialogs.mo +share/locale/zh_CN/LC_MESSAGES/mate-dialogs.mo +share/locale/zh_HK/LC_MESSAGES/mate-dialogs.mo +share/locale/zh_TW/LC_MESSAGES/mate-dialogs.mo +share/mate/help/matedialog/C/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/C/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/C/legal.xml +share/mate/help/matedialog/C/matedialog.xml +share/mate/help/matedialog/bg/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/bg/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/bg/matedialog.xml +share/mate/help/matedialog/cs/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/cs/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/cs/matedialog.xml +share/mate/help/matedialog/da/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/da/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/da/matedialog.xml +share/mate/help/matedialog/de/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/de/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/de/matedialog.xml +share/mate/help/matedialog/el/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/el/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/el/matedialog.xml +share/mate/help/matedialog/en_GB/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/en_GB/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/en_GB/matedialog.xml +share/mate/help/matedialog/es/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/es/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/es/matedialog.xml +share/mate/help/matedialog/eu/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/eu/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/eu/matedialog.xml +share/mate/help/matedialog/fi/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/fi/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/fi/matedialog.xml +share/mate/help/matedialog/fr/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/fr/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/fr/matedialog.xml +share/mate/help/matedialog/oc/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/oc/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/oc/matedialog.xml +share/mate/help/matedialog/pt_BR/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/pt_BR/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/pt_BR/matedialog.xml +share/mate/help/matedialog/ru/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/ru/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/ru/matedialog.xml +share/mate/help/matedialog/sv/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/sv/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/sv/matedialog.xml +share/mate/help/matedialog/uk/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/uk/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/uk/matedialog.xml +share/mate/help/matedialog/zh_CN/figures/matedialog-calendar-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-entry-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-error-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-fileselection-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-information-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-list-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-notification-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-progress-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-question-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-text-screenshot.png +share/mate/help/matedialog/zh_CN/figures/matedialog-warning-screenshot.png +share/mate/help/matedialog/zh_CN/matedialog.xml +share/matedialog/clothes/hawaii-shirt.png +share/matedialog/clothes/mate-tshirt.png +share/matedialog/clothes/monk.png +share/matedialog/clothes/sunglasses.png +share/matedialog/clothes/surfboard.png +share/matedialog/matedialog-calendar.png +share/matedialog/matedialog-entry.png +share/matedialog/matedialog-file.png +share/matedialog/matedialog-list.png +share/matedialog/matedialog-notification.png +share/matedialog/matedialog-progress.png +share/matedialog/matedialog-scale.png +share/matedialog/matedialog-text.png +share/matedialog/matedialog.png +share/matedialog/matedialog.ui +share/omf/matedialog/matedialog-C.omf +share/omf/matedialog/matedialog-bg.omf +share/omf/matedialog/matedialog-cs.omf +share/omf/matedialog/matedialog-da.omf +share/omf/matedialog/matedialog-de.omf +share/omf/matedialog/matedialog-el.omf +share/omf/matedialog/matedialog-en_GB.omf +share/omf/matedialog/matedialog-es.omf +share/omf/matedialog/matedialog-eu.omf +share/omf/matedialog/matedialog-fi.omf +share/omf/matedialog/matedialog-fr.omf +share/omf/matedialog/matedialog-oc.omf +share/omf/matedialog/matedialog-pt_BR.omf +share/omf/matedialog/matedialog-ru.omf +share/omf/matedialog/matedialog-sv.omf +share/omf/matedialog/matedialog-uk.omf +share/omf/matedialog/matedialog-zh_CN.omf +@dirrm share/omf/matedialog +@dirrm share/matedialog/clothes +@dirrm share/matedialog +@dirrm share/mate/help/matedialog/zh_CN/figures +@dirrm share/mate/help/matedialog/zh_CN +@dirrm share/mate/help/matedialog/uk/figures +@dirrm share/mate/help/matedialog/uk +@dirrm share/mate/help/matedialog/sv/figures +@dirrm share/mate/help/matedialog/sv +@dirrm share/mate/help/matedialog/ru/figures +@dirrm share/mate/help/matedialog/ru +@dirrm share/mate/help/matedialog/pt_BR/figures +@dirrm share/mate/help/matedialog/pt_BR +@dirrm share/mate/help/matedialog/oc/figures +@dirrm share/mate/help/matedialog/oc +@dirrm share/mate/help/matedialog/fr/figures +@dirrm share/mate/help/matedialog/fr +@dirrm share/mate/help/matedialog/fi/figures +@dirrm share/mate/help/matedialog/fi +@dirrm share/mate/help/matedialog/eu/figures +@dirrm share/mate/help/matedialog/eu +@dirrm share/mate/help/matedialog/es/figures +@dirrm share/mate/help/matedialog/es +@dirrm share/mate/help/matedialog/en_GB/figures +@dirrm share/mate/help/matedialog/en_GB +@dirrm share/mate/help/matedialog/el/figures +@dirrm share/mate/help/matedialog/el +@dirrm share/mate/help/matedialog/de/figures +@dirrm share/mate/help/matedialog/de +@dirrm share/mate/help/matedialog/da/figures +@dirrm share/mate/help/matedialog/da +@dirrm share/mate/help/matedialog/cs/figures +@dirrm share/mate/help/matedialog/cs +@dirrm share/mate/help/matedialog/bg/figures +@dirrm share/mate/help/matedialog/bg +@dirrm share/mate/help/matedialog/C/figures +@dirrm share/mate/help/matedialog/C +@dirrm share/mate/help/matedialog +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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/mate-menus/Makefile b/x11/mate-menus/Makefile new file mode 100644 index 000000000000..1c926554a566 --- /dev/null +++ b/x11/mate-menus/Makefile @@ -0,0 +1,41 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-menus +PORTVERSION= 1.6.0 +PORTREVISION= 1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Implementation of the FreeDesktop Desktop Menu Spec + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build intlhack ltverhack +USE_GNOME= glib20 gnomehier introspection:build +USE_PYTHON= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share/mate|${LOCALBASE}/share/mate|g' \ + ${WRKSRC}/layout/mate-applications.menu \ + ${WRKSRC}/layout/mate-settings.menu + @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ + < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory + @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ + < ${FILESDIR}/GNOME.directory > ${WRKSRC}/GNOME.directory + +post-install: + @${INSTALL_DATA} ${WRKSRC}/*.directory \ + ${STAGEDIR}${PREFIX}/share/mate/desktop-directories/ + +.include <bsd.port.mk> diff --git a/x11/mate-menus/distinfo b/x11/mate-menus/distinfo new file mode 100644 index 000000000000..9d4982f9716c --- /dev/null +++ b/x11/mate-menus/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-menus-1.6.0.tar.xz) = f9955ee91397696e9bc5aee4151c94b638d5869cad7acfba12016b683c8fc4a9 +SIZE (mate/mate-menus-1.6.0.tar.xz) = 182260 diff --git a/x11/mate-menus/files/GNOME.directory b/x11/mate-menus/files/GNOME.directory new file mode 100644 index 000000000000..f6c98fff65f3 --- /dev/null +++ b/x11/mate-menus/files/GNOME.directory @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=GNOME +Comment=Some comment about GNOME menu +Icon=/usr/local/share/icons/gnome/48x48/places/gnome-main-menu.png +Type=Directory diff --git a/x11/mate-menus/files/KDE.directory b/x11/mate-menus/files/KDE.directory new file mode 100644 index 000000000000..d8cacb75019e --- /dev/null +++ b/x11/mate-menus/files/KDE.directory @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=KDE +Comment=Some comment about KDE menu +Icon=/usr/local/share/icons/default.kde/48x48/apps/kmenu.png +Type=Directory diff --git a/x11/mate-menus/files/patch-layout_mate-applications.menu b/x11/mate-menus/files/patch-layout_mate-applications.menu new file mode 100644 index 000000000000..b50b8267ee4a --- /dev/null +++ b/x11/mate-menus/files/patch-layout_mate-applications.menu @@ -0,0 +1,459 @@ +--- layout/mate-applications.menu.orig 2013-03-31 16:16:30.000000000 -0500 ++++ layout/mate-applications.menu 2013-04-13 21:48:00.000000000 -0500 +@@ -6,9 +6,8 @@ + <Name>Applications</Name> + <Directory>mate-menu-applications.directory</Directory> + +- <!-- Scan legacy dirs first, as later items take priority --> +- <KDELegacyDirs/> +- <LegacyDir>/etc/X11/applnk</LegacyDir> ++ <!-- Scan legacy dirs first, as later items take priority ++ <LegacyDir>/etc/X11/applnk</LegacyDir> --> + <LegacyDir>/usr/share/mate/apps</LegacyDir> + + <!-- Read standard .directory and .desktop file locations --> +@@ -31,6 +30,9 @@ + applications here --> + <Not><Category>Accessibility</Category></Not> + <Not><Category>System</Category></Not> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End Accessories --> +@@ -43,6 +45,9 @@ + <And> + <Category>Accessibility</Category> + <Not><Category>Settings</Category></Not> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End Accessibility --> +@@ -54,6 +59,9 @@ + <Include> + <And> + <Category>Development</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + <Filename>emacs.desktop</Filename> + </Include> +@@ -66,6 +74,9 @@ + <Include> + <And> + <Category>Education</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End Education --> +@@ -77,6 +88,9 @@ + <Include> + <And> + <Category>Game</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End Games --> +@@ -88,6 +102,9 @@ + <Include> + <And> + <Category>Graphics</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End Graphics --> +@@ -99,6 +116,9 @@ + <Include> + <And> + <Category>Network</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End Internet --> +@@ -110,6 +130,9 @@ + <Include> + <And> + <Category>AudioVideo</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End Multimedia --> +@@ -121,6 +144,9 @@ + <Include> + <And> + <Category>Office</Category> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End Office --> +@@ -133,6 +159,9 @@ + <And> + <Category>System</Category> + <Not><Category>Settings</Category></Not> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End System Tools --> +@@ -147,8 +176,344 @@ + <Not><Category>Core</Category></Not> + <Not><Category>Settings</Category></Not> + <Not><Category>Screensaver</Category></Not> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> ++ <Not><Category>GNOME</Category></Not> + </And> + </Include> + </Menu> <!-- End Other --> + ++ <!-- Read in overrides and child menus from applications-merged/ --> ++ <DefaultMergeDirs/> ++ ++ <!-- GNOME --> ++ <Menu> ++ <Name>GNOME</Name> ++ <Directory>GNOME.directory</Directory> ++ ++ <!-- GNOME Accessories submenu --> ++ <Menu> ++ <Name>Accessories</Name> ++ <Directory>mate-utility.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Utility</Category> ++ <Not><Category>Accessibility</Category></Not> ++ <Not><Category>System</Category></Not> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME Accessories --> ++ ++ <!-- GNOME Accessibility submenu --> ++ <Menu> ++ <Name>Universal Access</Name> ++ <Directory>mate-utility-accessibility.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Accessibility</Category> ++ <Not><Category>Settings</Category></Not> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME Accessibility --> ++ ++ <!-- GNOME Development Tools --> ++ <Menu> ++ <Name>Development</Name> ++ <Directory>mate-development.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Development</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME Development Tools --> ++ ++ <!-- GNOME Education --> ++ <Menu> ++ <Name>Education</Name> ++ <Directory>mate-education.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Education</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME Education --> ++ ++ <!-- GNOME Games --> ++ <Menu> ++ <Name>Games</Name> ++ <Directory>mate-game.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Game</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME Games --> ++ ++ <!-- GNOME Graphics --> ++ <Menu> ++ <Name>Graphics</Name> ++ <Directory>mate-graphics.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Graphics</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME Graphics --> ++ ++ <!-- GNOME Internet --> ++ <Menu> ++ <Name>Internet</Name> ++ <Directory>mate-network.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Network</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME Internet --> ++ ++ <!-- GNOME Multimedia --> ++ <Menu> ++ <Name>Multimedia</Name> ++ <Directory>mate-audio-video.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>AudioVideo</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME Multimedia --> ++ ++ <!-- GNOME Office --> ++ <Menu> ++ <Name>Office</Name> ++ <Directory>mate-office.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Office</Category> ++ </And> ++ </Include> ++ </Menu><!-- End GNOME Office --> ++ ++ <!-- GNOME System Tools--> ++ <Menu> ++ <Name>System</Name> ++ <Directory>mate-system-tools.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>System</Category> ++ <Not><Category>Settings</Category></Not> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME System Tools --> ++ ++ <!-- GNOME Other --> ++ <Menu> ++ <Name>Other</Name> ++ <Directory>mate-other.directory</Directory> ++ <OnlyUnallocated/> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Application</Category> ++ <Not><Category>Core</Category></Not> ++ <Not><Category>Settings</Category></Not> ++ <Not><Category>Screensaver</Category></Not> ++ </And> ++ </Include> ++ </Menu> <!-- End GNOME Other --> ++ </Menu> <!-- GNOME --> ++ ++ <!-- KDE --> ++ <Menu> ++ <KDELegacyDirs/> ++ <Name>KDE</Name> ++ <Directory>KDE.directory</Directory> ++ ++ <!-- KAccessories submenu --> ++ <Menu> ++ <Name>Accessories</Name> ++ <Directory>mate-utility.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Utility</Category> ++ <Not> ++ <Category>System</Category> ++ </Not> ++ </And> ++ </Include> ++ </Menu> <!-- End KAccessories --> ++ ++ <!-- KAccessibility submenu --> ++ <Menu> ++ <Name>Accessibility</Name> ++ <Directory>mate-utility-accessibility.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Accessibility</Category> ++ <Not> ++ <Category>Settings</Category> ++ </Not> ++ </And> ++ </Include> ++ </Menu> <!-- End KAccessibility --> ++ ++ <!-- KDevelopment Tools --> ++ <Menu> ++ <Name>Development</Name> ++ <Directory>mate-development.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Development</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KDevelopment Tools --> ++ ++ <!-- KEducation --> ++ <Menu> ++ <Name>Education</Name> ++ <Directory>mate-education.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Education</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KEducation --> ++ ++ <!-- KGames --> ++ <Menu> ++ <Name>Games</Name> ++ <Directory>mate-game.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Game</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KGames --> ++ ++ <!-- KGraphics --> ++ <Menu> ++ <Name>Graphics</Name> ++ <Directory>mate-graphics.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Graphics</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KGraphics --> ++ ++ <!-- KInternet --> ++ <Menu> ++ <Name>Internet</Name> ++ <Directory>mate-network.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Network</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KInternet --> ++ ++ <!-- KMultimedia --> ++ <Menu> ++ <Name>Multimedia</Name> ++ <Directory>mate-audio-video.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>AudioVideo</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End KMultimedia --> ++ ++ <!-- KOffice --> ++ <Menu> ++ <Name>Office</Name> ++ <Directory>mate-office.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Or> ++ <Category>Office</Category> ++ </Or> ++ </And> ++ </Include> ++ </Menu><!-- End KOffice --> ++ ++ <!-- KSystem Tools--> ++ <Menu> ++ <Name>System</Name> ++ <Directory>mate-system-tools.directory</Directory> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>System</Category> ++ <Not><Category>Settings</Category></Not> ++ </And> ++ </Include> ++ </Menu> <!-- End KSystem Tools --> ++ ++ <!-- KOther --> ++ <Menu> ++ <Name>Other</Name> ++ <Directory>mate-other.directory</Directory> ++ <OnlyUnallocated/> ++ <Include> ++ <And> ++ <Or> ++ <Category>Qt</Category> ++ <Category>KDE</Category> ++ </Or> ++ <Category>Application</Category> ++ <Not><Category>Core</Category></Not> ++ <Not><Category>Settings</Category></Not> ++ </And> ++ </Include> ++ </Menu> <!-- End KOther --> ++ </Menu> <!-- KDE --> ++ + </Menu> <!-- End Applications --> diff --git a/x11/mate-menus/files/patch-layout_mate-settings.menu b/x11/mate-menus/files/patch-layout_mate-settings.menu new file mode 100644 index 000000000000..48b33c41dd04 --- /dev/null +++ b/x11/mate-menus/files/patch-layout_mate-settings.menu @@ -0,0 +1,60 @@ +--- layout/mate-settings.menu.orig 2013-04-13 22:55:06.000000000 -0500 ++++ layout/mate-settings.menu 2013-04-13 22:55:49.000000000 -0500 +@@ -27,6 +27,7 @@ + <Category>Settings</Category> + <Not> + <Or> ++ <Category>GNOME</Category> + <Category>System</Category> + <Filename>matecc.desktop</Filename> + </Or> +@@ -43,10 +44,49 @@ + <And> + <Category>Settings</Category> + <Category>System</Category> ++ <Not> ++ <Or> ++ <Category>GNOME</Category> ++ </Or> ++ </Not> + </And> + </Include> + </Menu> <!-- End System Settings --> + ++ <Menu> ++ <Name>GNOME</Name> ++ <Directory>GNOME.directory</Directory> ++ <Menu> ++ <Name>Preferences</Name> ++ <Directory>mate-settings.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Settings</Category> ++ <Not> ++ <Or> ++ <Category>System</Category> ++ <Filename>matecc.desktop</Filename> ++ </Or> ++ </Not> ++ </And> ++ </Include> ++ </Menu> ++ ++ <!-- System Settings --> ++ <Menu> ++ <Name>Administration</Name> ++ <Directory>mate-settings-system.directory</Directory> ++ <Include> ++ <And> ++ <Category>GNOME</Category> ++ <Category>Settings</Category> ++ <Category>System</Category> ++ </And> ++ </Include> ++ </Menu> <!-- End System Settings --> ++ </Menu> ++ + <Layout> + <Menuname>Preferences</Menuname> + <Menuname>Administration</Menuname> diff --git a/x11/mate-menus/pkg-descr b/x11/mate-menus/pkg-descr new file mode 100644 index 000000000000..8c909c90f4c5 --- /dev/null +++ b/x11/mate-menus/pkg-descr @@ -0,0 +1,11 @@ +This package is free software and is part of the MATE project. + +The package contains an implementation of the draft "Desktop +Menu Specification" from freedesktop.org: + + http://www.freedesktop.org/Standards/menu-spec + +Also contained here are the MATE menu layout configuration +files, .directory files and assorted menu related utility programs. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-menus/pkg-plist b/x11/mate-menus/pkg-plist new file mode 100644 index 000000000000..346a4e8759d2 --- /dev/null +++ b/x11/mate-menus/pkg-plist @@ -0,0 +1,215 @@ +etc/xdg/menus/mate-applications.menu +etc/xdg/menus/mate-settings.menu +include/mate-menus/matemenu-tree.h +lib/libmate-menu.a +lib/libmate-menu.la +lib/libmate-menu.so +lib/libmate-menu.so.2 +lib/girepository-1.0/MateMenu-2.0.typelib +%%PYTHON_SITELIBDIR%%/matemenu.a +%%PYTHON_SITELIBDIR%%/matemenu.la +%%PYTHON_SITELIBDIR%%/matemenu.so +libdata/pkgconfig/libmate-menu.pc +share/gir-1.0/MateMenu-2.0.gir +share/locale/af/LC_MESSAGES/mate-menus.mo +share/locale/am/LC_MESSAGES/mate-menus.mo +share/locale/an/LC_MESSAGES/mate-menus.mo +share/locale/ar/LC_MESSAGES/mate-menus.mo +share/locale/as/LC_MESSAGES/mate-menus.mo +share/locale/ast/LC_MESSAGES/mate-menus.mo +share/locale/be/LC_MESSAGES/mate-menus.mo +share/locale/be@latin/LC_MESSAGES/mate-menus.mo +share/locale/bg/LC_MESSAGES/mate-menus.mo +share/locale/bn/LC_MESSAGES/mate-menus.mo +share/locale/bn_IN/LC_MESSAGES/mate-menus.mo +share/locale/br/LC_MESSAGES/mate-menus.mo +share/locale/ca/LC_MESSAGES/mate-menus.mo +share/locale/ca@valencia/LC_MESSAGES/mate-menus.mo +share/locale/crh/LC_MESSAGES/mate-menus.mo +share/locale/cs/LC_MESSAGES/mate-menus.mo +share/locale/cy/LC_MESSAGES/mate-menus.mo +share/locale/da/LC_MESSAGES/mate-menus.mo +share/locale/de/LC_MESSAGES/mate-menus.mo +share/locale/dv/LC_MESSAGES/mate-menus.mo +share/locale/dz/LC_MESSAGES/mate-menus.mo +share/locale/el/LC_MESSAGES/mate-menus.mo +share/locale/en@shaw/LC_MESSAGES/mate-menus.mo +share/locale/en_AU/LC_MESSAGES/mate-menus.mo +share/locale/en_CA/LC_MESSAGES/mate-menus.mo +share/locale/en_GB/LC_MESSAGES/mate-menus.mo +share/locale/eo/LC_MESSAGES/mate-menus.mo +share/locale/es/LC_MESSAGES/mate-menus.mo +share/locale/et/LC_MESSAGES/mate-menus.mo +share/locale/eu/LC_MESSAGES/mate-menus.mo +share/locale/fa/LC_MESSAGES/mate-menus.mo +share/locale/fi/LC_MESSAGES/mate-menus.mo +share/locale/fr/LC_MESSAGES/mate-menus.mo +share/locale/fur/LC_MESSAGES/mate-menus.mo +share/locale/fy/LC_MESSAGES/mate-menus.mo +share/locale/ga/LC_MESSAGES/mate-menus.mo +share/locale/gl/LC_MESSAGES/mate-menus.mo +share/locale/gn/LC_MESSAGES/mate-menus.mo +share/locale/gu/LC_MESSAGES/mate-menus.mo +share/locale/gv/LC_MESSAGES/mate-menus.mo +share/locale/ha/LC_MESSAGES/mate-menus.mo +share/locale/he/LC_MESSAGES/mate-menus.mo +share/locale/hi/LC_MESSAGES/mate-menus.mo +share/locale/hr/LC_MESSAGES/mate-menus.mo +share/locale/hu/LC_MESSAGES/mate-menus.mo +share/locale/hy/LC_MESSAGES/mate-menus.mo +share/locale/id/LC_MESSAGES/mate-menus.mo +share/locale/ig/LC_MESSAGES/mate-menus.mo +share/locale/io/LC_MESSAGES/mate-menus.mo +share/locale/is/LC_MESSAGES/mate-menus.mo +share/locale/it/LC_MESSAGES/mate-menus.mo +share/locale/ja/LC_MESSAGES/mate-menus.mo +share/locale/ka/LC_MESSAGES/mate-menus.mo +share/locale/kk/LC_MESSAGES/mate-menus.mo +share/locale/kn/LC_MESSAGES/mate-menus.mo +share/locale/ko/LC_MESSAGES/mate-menus.mo +share/locale/ku/LC_MESSAGES/mate-menus.mo +share/locale/ky/LC_MESSAGES/mate-menus.mo +share/locale/lt/LC_MESSAGES/mate-menus.mo +share/locale/lv/LC_MESSAGES/mate-menus.mo +share/locale/mai/LC_MESSAGES/mate-menus.mo +share/locale/mg/LC_MESSAGES/mate-menus.mo +share/locale/mk/LC_MESSAGES/mate-menus.mo +share/locale/ml/LC_MESSAGES/mate-menus.mo +share/locale/mn/LC_MESSAGES/mate-menus.mo +share/locale/mr/LC_MESSAGES/mate-menus.mo +share/locale/ms/LC_MESSAGES/mate-menus.mo +share/locale/nb/LC_MESSAGES/mate-menus.mo +share/locale/nds/LC_MESSAGES/mate-menus.mo +share/locale/ne/LC_MESSAGES/mate-menus.mo +share/locale/nl/LC_MESSAGES/mate-menus.mo +share/locale/nn/LC_MESSAGES/mate-menus.mo +share/locale/oc/LC_MESSAGES/mate-menus.mo +share/locale/or/LC_MESSAGES/mate-menus.mo +share/locale/pa/LC_MESSAGES/mate-menus.mo +share/locale/pl/LC_MESSAGES/mate-menus.mo +share/locale/ps/LC_MESSAGES/mate-menus.mo +share/locale/pt/LC_MESSAGES/mate-menus.mo +share/locale/pt_BR/LC_MESSAGES/mate-menus.mo +share/locale/ro/LC_MESSAGES/mate-menus.mo +share/locale/ru/LC_MESSAGES/mate-menus.mo +share/locale/rw/LC_MESSAGES/mate-menus.mo +share/locale/si/LC_MESSAGES/mate-menus.mo +share/locale/sk/LC_MESSAGES/mate-menus.mo +share/locale/sl/LC_MESSAGES/mate-menus.mo +share/locale/sq/LC_MESSAGES/mate-menus.mo +share/locale/sr/LC_MESSAGES/mate-menus.mo +share/locale/sr@latin/LC_MESSAGES/mate-menus.mo +share/locale/sv/LC_MESSAGES/mate-menus.mo +share/locale/ta/LC_MESSAGES/mate-menus.mo +share/locale/te/LC_MESSAGES/mate-menus.mo +share/locale/th/LC_MESSAGES/mate-menus.mo +share/locale/tr/LC_MESSAGES/mate-menus.mo +share/locale/ug/LC_MESSAGES/mate-menus.mo +share/locale/uk/LC_MESSAGES/mate-menus.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-menus.mo +share/locale/vi/LC_MESSAGES/mate-menus.mo +share/locale/xh/LC_MESSAGES/mate-menus.mo +share/locale/yo/LC_MESSAGES/mate-menus.mo +share/locale/zh_CN/LC_MESSAGES/mate-menus.mo +share/locale/zh_HK/LC_MESSAGES/mate-menus.mo +share/locale/zh_TW/LC_MESSAGES/mate-menus.mo +%%DATADIR%%/examples/mate-menus-ls.py +share/mate/desktop-directories/GNOME.directory +share/mate/desktop-directories/KDE.directory +share/mate/desktop-directories/mate-audio-video.directory +share/mate/desktop-directories/mate-development.directory +share/mate/desktop-directories/mate-education.directory +share/mate/desktop-directories/mate-game.directory +share/mate/desktop-directories/mate-graphics.directory +share/mate/desktop-directories/mate-hardware.directory +share/mate/desktop-directories/mate-internet-and-network.directory +share/mate/desktop-directories/mate-look-and-feel.directory +share/mate/desktop-directories/mate-menu-applications.directory +share/mate/desktop-directories/mate-menu-system.directory +share/mate/desktop-directories/mate-network.directory +share/mate/desktop-directories/mate-office.directory +share/mate/desktop-directories/mate-other.directory +share/mate/desktop-directories/mate-personal.directory +share/mate/desktop-directories/mate-settings-system.directory +share/mate/desktop-directories/mate-settings.directory +share/mate/desktop-directories/mate-system-tools.directory +share/mate/desktop-directories/mate-system.directory +share/mate/desktop-directories/mate-utility-accessibility.directory +share/mate/desktop-directories/mate-utility.directory +@dirrm share/mate/desktop-directories +@dirrm %%DATADIR%%/examples +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/io/LC_MESSAGES +@dirrmtry share/locale/io +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/gv/LC_MESSAGES +@dirrmtry share/locale/gv +@dirrmtry share/locale/gn/LC_MESSAGES +@dirrmtry share/locale/gn +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/dv/LC_MESSAGES +@dirrmtry share/locale/dv +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/locale/an/LC_MESSAGES +@dirrmtry share/locale/an +@dirrm include/mate-menus +@dirrmtry etc/xdg/menus diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile new file mode 100644 index 000000000000..30ba3dc46ec3 --- /dev/null +++ b/x11/mate-panel/Makefile @@ -0,0 +1,51 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-panel +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Panel component for the MATE Desktop + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= desktop docutils libmateweather libmatewnck menus +USE_XORG= ice sm x11 xau xrandr +USE_GNOME= cairo dconf gdkpixbuf2 glib20 gnomehier gtk20 \ + intlhack introspection:build librsvg2 ltverhack pango +USE_PYTHON= yes +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-network-manager \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc \ + --libexecdir=${PREFIX}/lib/mate-panel +INSTALLS_ICONS= yes +LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include + +GLIB_SCHEMAS= org.mate.panel.applet.clock.gschema.xml \ + org.mate.panel.applet.fish.gschema.xml \ + org.mate.panel.applet.window-list.gschema.xml \ + org.mate.panel.applet.workspace-switcher.gschema.xml \ + org.mate.panel.enums.xml \ + org.mate.panel.gschema.xml \ + org.mate.panel.object.gschema.xml \ + org.mate.panel.toplevel.gschema.xml + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/mate-panel/modules + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libmate-panel-applet-4.so.1 + +.include <bsd.port.mk> diff --git a/x11/mate-panel/distinfo b/x11/mate-panel/distinfo new file mode 100644 index 000000000000..d4e87f05f23a --- /dev/null +++ b/x11/mate-panel/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-panel-1.6.1.tar.xz) = 88bf0620e1eba7e2e165060ac6fa21896b8e24d1ac742ff6f8c884c5408dd53b +SIZE (mate/mate-panel-1.6.1.tar.xz) = 1938144 diff --git a/x11/mate-panel/files/patch-applets_clock_clock-location.c b/x11/mate-panel/files/patch-applets_clock_clock-location.c new file mode 100644 index 000000000000..aa25ac2fce66 --- /dev/null +++ b/x11/mate-panel/files/patch-applets_clock_clock-location.c @@ -0,0 +1,11 @@ +--- applets/clock/clock-location.c.orig 2008-04-07 17:17:51.000000000 -0400 ++++ applets/clock/clock-location.c 2008-04-07 22:54:31.000000000 -0400 +@@ -27,6 +27,8 @@ + #include "clock-marshallers.h" + #include "set-timezone.h" + ++#define daylight 1 ++ + G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT) + + typedef struct { diff --git a/x11/mate-panel/files/patch-applets_clock_clock.c b/x11/mate-panel/files/patch-applets_clock_clock.c new file mode 100644 index 000000000000..a9b459b74091 --- /dev/null +++ b/x11/mate-panel/files/patch-applets_clock_clock.c @@ -0,0 +1,11 @@ +--- applets/clock/clock.c.orig 2009-07-01 15:06:23.000000000 +0200 ++++ applets/clock/clock.c 2009-07-19 15:59:26.000000000 +0200 +@@ -71,6 +71,8 @@ + #include "set-timezone.h" + #include "system-timezone.h" + ++#define daylight 1 ++ + #define INTERNETSECOND (864) + #define INTERNETBEAT (86400) + diff --git a/x11/mate-panel/pkg-descr b/x11/mate-panel/pkg-descr new file mode 100644 index 000000000000..c06f6826b1b6 --- /dev/null +++ b/x11/mate-panel/pkg-descr @@ -0,0 +1,3 @@ +This drives the MATE panel. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-panel/pkg-plist b/x11/mate-panel/pkg-plist new file mode 100644 index 000000000000..320d5e84122d --- /dev/null +++ b/x11/mate-panel/pkg-plist @@ -0,0 +1,618 @@ +bin/mate-desktop-item-edit +bin/mate-panel +bin/mate-panel-test-applets +include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet-enums.h +include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet-gsettings.h +include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h +lib/girepository-1.0/MatePanelApplet-4.0.typelib +lib/libmate-panel-applet-4.a +lib/libmate-panel-applet-4.la +lib/libmate-panel-applet-4.so +lib/libmate-panel-applet-4.so.1 +lib/mate-panel/clock-applet +lib/mate-panel/fish-applet +lib/mate-panel/notification-area-applet +lib/mate-panel/wnck-applet +libdata/pkgconfig/libmatepanelapplet-4.0.pc +man/man1/mate-desktop-item-edit.1.gz +man/man1/mate-panel-test-applets.1.gz +man/man1/mate-panel.1.gz +share/MateConf/gsettings/mate-panel.convert +share/applications/mate-panel.desktop +share/dbus-1/services/org.mate.panel.applet.ClockAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.FishAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.NotificationAreaAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.WnckletFactory.service +share/doc/mate-panel-applet/applet-popups.html +share/doc/mate-panel-applet/applet-porting.html +share/doc/mate-panel-applet/applet-writing.html +share/doc/mate-panel-applet/home.png +share/doc/mate-panel-applet/index.html +share/doc/mate-panel-applet/index.sgml +share/doc/mate-panel-applet/left.png +share/doc/mate-panel-applet/mate-panel-applet-Panel-Applet-MateConf-Utilities.html +share/doc/mate-panel-applet/mate-panel-applet-mate-panel-applet.html +share/doc/mate-panel-applet/mate-panel-applet.devhelp2 +share/doc/mate-panel-applet/mate-panel-applet.html +share/doc/mate-panel-applet/multi-applets.html +share/doc/mate-panel-applet/panel-signals.html +share/doc/mate-panel-applet/right.png +share/doc/mate-panel-applet/server-files.html +share/doc/mate-panel-applet/session-saving.html +share/doc/mate-panel-applet/style.css +share/doc/mate-panel-applet/up.png +share/gir-1.0/MatePanelApplet-4.0.gir +share/icons/hicolor/16x16/apps/mate-panel-clock.png +share/icons/hicolor/16x16/apps/mate-panel-drawer.png +share/icons/hicolor/16x16/apps/mate-panel-fish.png +share/icons/hicolor/16x16/apps/mate-panel-force-quit.png +share/icons/hicolor/16x16/apps/mate-panel-launcher.png +share/icons/hicolor/16x16/apps/mate-panel-notification-area.png +share/icons/hicolor/16x16/apps/mate-panel-separator.png +share/icons/hicolor/16x16/apps/mate-panel-window-list.png +share/icons/hicolor/16x16/apps/mate-panel-window-menu.png +share/icons/hicolor/16x16/apps/mate-panel-workspace-switcher.png +share/icons/hicolor/16x16/apps/mate-panel.png +share/icons/hicolor/22x22/apps/mate-panel-clock.png +share/icons/hicolor/22x22/apps/mate-panel-drawer.png +share/icons/hicolor/22x22/apps/mate-panel-fish.png +share/icons/hicolor/22x22/apps/mate-panel-force-quit.png +share/icons/hicolor/22x22/apps/mate-panel-launcher.png +share/icons/hicolor/22x22/apps/mate-panel-notification-area.png +share/icons/hicolor/22x22/apps/mate-panel-separator.png +share/icons/hicolor/22x22/apps/mate-panel-window-list.png +share/icons/hicolor/22x22/apps/mate-panel-window-menu.png +share/icons/hicolor/22x22/apps/mate-panel-workspace-switcher.png +share/icons/hicolor/22x22/apps/mate-panel.png +share/icons/hicolor/24x24/apps/mate-panel-clock.png +share/icons/hicolor/24x24/apps/mate-panel-drawer.png +share/icons/hicolor/24x24/apps/mate-panel-fish.png +share/icons/hicolor/24x24/apps/mate-panel-force-quit.png +share/icons/hicolor/24x24/apps/mate-panel-launcher.png +share/icons/hicolor/24x24/apps/mate-panel-notification-area.png +share/icons/hicolor/24x24/apps/mate-panel-separator.png +share/icons/hicolor/24x24/apps/mate-panel-window-list.png +share/icons/hicolor/24x24/apps/mate-panel-window-menu.png +share/icons/hicolor/24x24/apps/mate-panel-workspace-switcher.png +share/icons/hicolor/24x24/apps/mate-panel.png +share/icons/hicolor/32x32/apps/mate-panel-clock.png +share/icons/hicolor/32x32/apps/mate-panel-drawer.png +share/icons/hicolor/32x32/apps/mate-panel-fish.png +share/icons/hicolor/32x32/apps/mate-panel-force-quit.png +share/icons/hicolor/32x32/apps/mate-panel-launcher.png +share/icons/hicolor/32x32/apps/mate-panel-notification-area.png +share/icons/hicolor/32x32/apps/mate-panel-separator.png +share/icons/hicolor/32x32/apps/mate-panel-window-list.png +share/icons/hicolor/32x32/apps/mate-panel-window-menu.png +share/icons/hicolor/32x32/apps/mate-panel-workspace-switcher.png +share/icons/hicolor/32x32/apps/mate-panel.png +share/icons/hicolor/48x48/apps/mate-panel.png +share/icons/hicolor/scalable/apps/mate-panel-clock.svg +share/icons/hicolor/scalable/apps/mate-panel-drawer.svg +share/icons/hicolor/scalable/apps/mate-panel-fish.svg +share/icons/hicolor/scalable/apps/mate-panel-force-quit.svg +share/icons/hicolor/scalable/apps/mate-panel-launcher.svg +share/icons/hicolor/scalable/apps/mate-panel-notification-area.svg +share/icons/hicolor/scalable/apps/mate-panel-separator.svg +share/icons/hicolor/scalable/apps/mate-panel-window-list.svg +share/icons/hicolor/scalable/apps/mate-panel-window-menu.svg +share/icons/hicolor/scalable/apps/mate-panel-workspace-switcher.svg +share/icons/hicolor/scalable/apps/mate-panel.svg +share/locale/af/LC_MESSAGES/mate-panel.mo +share/locale/am/LC_MESSAGES/mate-panel.mo +share/locale/ar/LC_MESSAGES/mate-panel.mo +share/locale/as/LC_MESSAGES/mate-panel.mo +share/locale/ast/LC_MESSAGES/mate-panel.mo +share/locale/az/LC_MESSAGES/mate-panel.mo +share/locale/be/LC_MESSAGES/mate-panel.mo +share/locale/be@latin/LC_MESSAGES/mate-panel.mo +share/locale/bg/LC_MESSAGES/mate-panel.mo +share/locale/bn/LC_MESSAGES/mate-panel.mo +share/locale/bn_IN/LC_MESSAGES/mate-panel.mo +share/locale/br/LC_MESSAGES/mate-panel.mo +share/locale/bs/LC_MESSAGES/mate-panel.mo +share/locale/ca/LC_MESSAGES/mate-panel.mo +share/locale/ca@valencia/LC_MESSAGES/mate-panel.mo +share/locale/crh/LC_MESSAGES/mate-panel.mo +share/locale/cs/LC_MESSAGES/mate-panel.mo +share/locale/cy/LC_MESSAGES/mate-panel.mo +share/locale/da/LC_MESSAGES/mate-panel.mo +share/locale/de/LC_MESSAGES/mate-panel.mo +share/locale/dz/LC_MESSAGES/mate-panel.mo +share/locale/el/LC_MESSAGES/mate-panel.mo +share/locale/en@shaw/LC_MESSAGES/mate-panel.mo +share/locale/en_AU/LC_MESSAGES/mate-panel.mo +share/locale/en_CA/LC_MESSAGES/mate-panel.mo +share/locale/en_GB/LC_MESSAGES/mate-panel.mo +share/locale/eo/LC_MESSAGES/mate-panel.mo +share/locale/es/LC_MESSAGES/mate-panel.mo +share/locale/et/LC_MESSAGES/mate-panel.mo +share/locale/eu/LC_MESSAGES/mate-panel.mo +share/locale/fa/LC_MESSAGES/mate-panel.mo +share/locale/fi/LC_MESSAGES/mate-panel.mo +share/locale/fr/LC_MESSAGES/mate-panel.mo +share/locale/fur/LC_MESSAGES/mate-panel.mo +share/locale/fy/LC_MESSAGES/mate-panel.mo +share/locale/ga/LC_MESSAGES/mate-panel.mo +share/locale/gl/LC_MESSAGES/mate-panel.mo +share/locale/gu/LC_MESSAGES/mate-panel.mo +share/locale/gv/LC_MESSAGES/mate-panel.mo +share/locale/ha/LC_MESSAGES/mate-panel.mo +share/locale/he/LC_MESSAGES/mate-panel.mo +share/locale/hi/LC_MESSAGES/mate-panel.mo +share/locale/hr/LC_MESSAGES/mate-panel.mo +share/locale/hu/LC_MESSAGES/mate-panel.mo +share/locale/hy/LC_MESSAGES/mate-panel.mo +share/locale/id/LC_MESSAGES/mate-panel.mo +share/locale/ig/LC_MESSAGES/mate-panel.mo +share/locale/is/LC_MESSAGES/mate-panel.mo +share/locale/it/LC_MESSAGES/mate-panel.mo +share/locale/ja/LC_MESSAGES/mate-panel.mo +share/locale/ka/LC_MESSAGES/mate-panel.mo +share/locale/kk/LC_MESSAGES/mate-panel.mo +share/locale/kn/LC_MESSAGES/mate-panel.mo +share/locale/ko/LC_MESSAGES/mate-panel.mo +share/locale/ku/LC_MESSAGES/mate-panel.mo +share/locale/ky/LC_MESSAGES/mate-panel.mo +share/locale/la/LC_MESSAGES/mate-panel.mo +share/locale/li/LC_MESSAGES/mate-panel.mo +share/locale/lt/LC_MESSAGES/mate-panel.mo +share/locale/lv/LC_MESSAGES/mate-panel.mo +share/locale/mai/LC_MESSAGES/mate-panel.mo +share/locale/mg/LC_MESSAGES/mate-panel.mo +share/locale/mi/LC_MESSAGES/mate-panel.mo +share/locale/mk/LC_MESSAGES/mate-panel.mo +share/locale/ml/LC_MESSAGES/mate-panel.mo +share/locale/mn/LC_MESSAGES/mate-panel.mo +share/locale/mr/LC_MESSAGES/mate-panel.mo +share/locale/ms/LC_MESSAGES/mate-panel.mo +share/locale/nb/LC_MESSAGES/mate-panel.mo +share/locale/nds/LC_MESSAGES/mate-panel.mo +share/locale/ne/LC_MESSAGES/mate-panel.mo +share/locale/nl/LC_MESSAGES/mate-panel.mo +share/locale/nn/LC_MESSAGES/mate-panel.mo +share/locale/nso/LC_MESSAGES/mate-panel.mo +share/locale/oc/LC_MESSAGES/mate-panel.mo +share/locale/or/LC_MESSAGES/mate-panel.mo +share/locale/pa/LC_MESSAGES/mate-panel.mo +share/locale/pl/LC_MESSAGES/mate-panel.mo +share/locale/ps/LC_MESSAGES/mate-panel.mo +share/locale/pt/LC_MESSAGES/mate-panel.mo +share/locale/pt_BR/LC_MESSAGES/mate-panel.mo +share/locale/ro/LC_MESSAGES/mate-panel.mo +share/locale/ru/LC_MESSAGES/mate-panel.mo +share/locale/rw/LC_MESSAGES/mate-panel.mo +share/locale/si/LC_MESSAGES/mate-panel.mo +share/locale/sk/LC_MESSAGES/mate-panel.mo +share/locale/sl/LC_MESSAGES/mate-panel.mo +share/locale/sq/LC_MESSAGES/mate-panel.mo +share/locale/sr/LC_MESSAGES/mate-panel.mo +share/locale/sr@ije/LC_MESSAGES/mate-panel.mo +share/locale/sr@latin/LC_MESSAGES/mate-panel.mo +share/locale/sv/LC_MESSAGES/mate-panel.mo +share/locale/ta/LC_MESSAGES/mate-panel.mo +share/locale/te/LC_MESSAGES/mate-panel.mo +share/locale/th/LC_MESSAGES/mate-panel.mo +share/locale/tr/LC_MESSAGES/mate-panel.mo +share/locale/ug/LC_MESSAGES/mate-panel.mo +share/locale/uk/LC_MESSAGES/mate-panel.mo +share/locale/uz/LC_MESSAGES/mate-panel.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-panel.mo +share/locale/vi/LC_MESSAGES/mate-panel.mo +share/locale/wa/LC_MESSAGES/mate-panel.mo +share/locale/xh/LC_MESSAGES/mate-panel.mo +share/locale/yi/LC_MESSAGES/mate-panel.mo +share/locale/yo/LC_MESSAGES/mate-panel.mo +share/locale/zh_CN/LC_MESSAGES/mate-panel.mo +share/locale/zh_HK/LC_MESSAGES/mate-panel.mo +share/locale/zh_TW/LC_MESSAGES/mate-panel.mo +share/locale/zu/LC_MESSAGES/mate-panel.mo +%%DATADIR%%/applets/org.mate.panel.ClockApplet.mate-panel-applet +%%DATADIR%%/applets/org.mate.panel.FishApplet.mate-panel-applet +%%DATADIR%%/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet +%%DATADIR%%/applets/org.mate.panel.Wncklet.mate-panel-applet +%%DATADIR%%/panel-default-layout.mate +%%DATADIR%%/pixmaps/clock-calendar-icon.png +%%DATADIR%%/pixmaps/clock-face-large.svg +%%DATADIR%%/pixmaps/clock-face-small-day.svg +%%DATADIR%%/pixmaps/clock-face-small-evening.svg +%%DATADIR%%/pixmaps/clock-face-small-morning.svg +%%DATADIR%%/pixmaps/clock-face-small-night.svg +%%DATADIR%%/pixmaps/clock-face-small.svg +%%DATADIR%%/pixmaps/clock-map-location-current.png +%%DATADIR%%/pixmaps/clock-map-location-hilight.png +%%DATADIR%%/pixmaps/clock-map-location-marker.png +%%DATADIR%%/pixmaps/clock-map.png +%%DATADIR%%/pixmaps/fishanim.png +%%DATADIR%%/pixmaps/footguy.png +%%DATADIR%%/pixmaps/mate-gegl2-2.png +%%DATADIR%%/pixmaps/mate-gegl2.png +%%DATADIR%%/pixmaps/monkey.png +%%DATADIR%%/pixmaps/oldwanda.png +%%DATADIR%%/pixmaps/wanda.png +%%DATADIR%%/ui/clock-menu.xml +%%DATADIR%%/ui/clock.ui +%%DATADIR%%/ui/fish-menu.xml +%%DATADIR%%/ui/fish.ui +%%DATADIR%%/ui/notification-area-menu.xml +%%DATADIR%%/ui/panel-properties-dialog.ui +%%DATADIR%%/ui/panel-run-dialog.ui +%%DATADIR%%/ui/panel-test-applets.ui +%%DATADIR%%/ui/showdesktop-menu.xml +%%DATADIR%%/ui/window-list-menu.xml +%%DATADIR%%/ui/window-list.ui +%%DATADIR%%/ui/window-menu-menu.xml +%%DATADIR%%/ui/workspace-switcher-menu.xml +%%DATADIR%%/ui/workspace-switcher.ui +share/mate/help/mate-applet-clock/C/figures/clock_applet.png +share/mate/help/mate-applet-clock/C/legal.xml +share/mate/help/mate-applet-clock/C/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ar/figures/clock_applet.png +share/mate/help/mate-applet-clock/ar/legal.xml +share/mate/help/mate-applet-clock/ar/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ca/figures/clock_applet.png +share/mate/help/mate-applet-clock/ca/legal.xml +share/mate/help/mate-applet-clock/ca/mate-applet-clock.xml +share/mate/help/mate-applet-clock/cs/figures/clock_applet.png +share/mate/help/mate-applet-clock/cs/legal.xml +share/mate/help/mate-applet-clock/cs/mate-applet-clock.xml +share/mate/help/mate-applet-clock/da/figures/clock_applet.png +share/mate/help/mate-applet-clock/da/legal.xml +share/mate/help/mate-applet-clock/da/mate-applet-clock.xml +share/mate/help/mate-applet-clock/de/figures/clock_applet.png +share/mate/help/mate-applet-clock/de/legal.xml +share/mate/help/mate-applet-clock/de/mate-applet-clock.xml +share/mate/help/mate-applet-clock/el/figures/clock_applet.png +share/mate/help/mate-applet-clock/el/legal.xml +share/mate/help/mate-applet-clock/el/mate-applet-clock.xml +share/mate/help/mate-applet-clock/en_GB/figures/clock_applet.png +share/mate/help/mate-applet-clock/en_GB/legal.xml +share/mate/help/mate-applet-clock/en_GB/mate-applet-clock.xml +share/mate/help/mate-applet-clock/es/figures/clock_applet.png +share/mate/help/mate-applet-clock/es/legal.xml +share/mate/help/mate-applet-clock/es/mate-applet-clock.xml +share/mate/help/mate-applet-clock/eu/figures/clock_applet.png +share/mate/help/mate-applet-clock/eu/legal.xml +share/mate/help/mate-applet-clock/eu/mate-applet-clock.xml +share/mate/help/mate-applet-clock/fi/figures/clock_applet.png +share/mate/help/mate-applet-clock/fi/legal.xml +share/mate/help/mate-applet-clock/fi/mate-applet-clock.xml +share/mate/help/mate-applet-clock/fr/figures/clock_applet.png +share/mate/help/mate-applet-clock/fr/legal.xml +share/mate/help/mate-applet-clock/fr/mate-applet-clock.xml +share/mate/help/mate-applet-clock/it/figures/clock_applet.png +share/mate/help/mate-applet-clock/it/legal.xml +share/mate/help/mate-applet-clock/it/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ja/figures/clock_applet.png +share/mate/help/mate-applet-clock/ja/legal.xml +share/mate/help/mate-applet-clock/ja/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ko/figures/clock_applet.png +share/mate/help/mate-applet-clock/ko/legal.xml +share/mate/help/mate-applet-clock/ko/mate-applet-clock.xml +share/mate/help/mate-applet-clock/nl/figures/clock_applet.png +share/mate/help/mate-applet-clock/nl/legal.xml +share/mate/help/mate-applet-clock/nl/mate-applet-clock.xml +share/mate/help/mate-applet-clock/oc/figures/clock_applet.png +share/mate/help/mate-applet-clock/oc/legal.xml +share/mate/help/mate-applet-clock/oc/mate-applet-clock.xml +share/mate/help/mate-applet-clock/pa/figures/clock_applet.png +share/mate/help/mate-applet-clock/pa/legal.xml +share/mate/help/mate-applet-clock/pa/mate-applet-clock.xml +share/mate/help/mate-applet-clock/pt/figures/clock_applet.png +share/mate/help/mate-applet-clock/pt/legal.xml +share/mate/help/mate-applet-clock/pt/mate-applet-clock.xml +share/mate/help/mate-applet-clock/pt_BR/figures/clock_applet.png +share/mate/help/mate-applet-clock/pt_BR/legal.xml +share/mate/help/mate-applet-clock/pt_BR/mate-applet-clock.xml +share/mate/help/mate-applet-clock/ru/figures/clock_applet.png +share/mate/help/mate-applet-clock/ru/legal.xml +share/mate/help/mate-applet-clock/ru/mate-applet-clock.xml +share/mate/help/mate-applet-clock/sr/figures/clock_applet.png +share/mate/help/mate-applet-clock/sr/legal.xml +share/mate/help/mate-applet-clock/sr/mate-applet-clock.xml +share/mate/help/mate-applet-clock/sv/figures/clock_applet.png +share/mate/help/mate-applet-clock/sv/legal.xml +share/mate/help/mate-applet-clock/sv/mate-applet-clock.xml +share/mate/help/mate-applet-clock/th/figures/clock_applet.png +share/mate/help/mate-applet-clock/th/legal.xml +share/mate/help/mate-applet-clock/th/mate-applet-clock.xml +share/mate/help/mate-applet-clock/uk/figures/clock_applet.png +share/mate/help/mate-applet-clock/uk/legal.xml +share/mate/help/mate-applet-clock/uk/mate-applet-clock.xml +share/mate/help/mate-applet-clock/zh_CN/figures/clock_applet.png +share/mate/help/mate-applet-clock/zh_CN/legal.xml +share/mate/help/mate-applet-clock/zh_CN/mate-applet-clock.xml +share/mate/help/mate-applet-clock/zh_HK/figures/clock_applet.png +share/mate/help/mate-applet-clock/zh_HK/legal.xml +share/mate/help/mate-applet-clock/zh_HK/mate-applet-clock.xml +share/mate/help/mate-applet-clock/zh_TW/figures/clock_applet.png +share/mate/help/mate-applet-clock/zh_TW/legal.xml +share/mate/help/mate-applet-clock/zh_TW/mate-applet-clock.xml +share/mate/help/mate-applet-fish/C/figures/fish_applet.png +share/mate/help/mate-applet-fish/C/legal.xml +share/mate/help/mate-applet-fish/C/mate-applet-fish.xml +share/mate/help/mate-applet-fish/ca/figures/fish_applet.png +share/mate/help/mate-applet-fish/ca/legal.xml +share/mate/help/mate-applet-fish/ca/mate-applet-fish.xml +share/mate/help/mate-applet-fish/cs/figures/fish_applet.png +share/mate/help/mate-applet-fish/cs/legal.xml +share/mate/help/mate-applet-fish/cs/mate-applet-fish.xml +share/mate/help/mate-applet-fish/de/figures/fish_applet.png +share/mate/help/mate-applet-fish/de/legal.xml +share/mate/help/mate-applet-fish/de/mate-applet-fish.xml +share/mate/help/mate-applet-fish/el/figures/fish_applet.png +share/mate/help/mate-applet-fish/el/legal.xml +share/mate/help/mate-applet-fish/el/mate-applet-fish.xml +share/mate/help/mate-applet-fish/en_GB/figures/fish_applet.png +share/mate/help/mate-applet-fish/en_GB/legal.xml +share/mate/help/mate-applet-fish/en_GB/mate-applet-fish.xml +share/mate/help/mate-applet-fish/es/figures/fish_applet.png +share/mate/help/mate-applet-fish/es/legal.xml +share/mate/help/mate-applet-fish/es/mate-applet-fish.xml +share/mate/help/mate-applet-fish/eu/figures/fish_applet.png +share/mate/help/mate-applet-fish/eu/legal.xml +share/mate/help/mate-applet-fish/eu/mate-applet-fish.xml +share/mate/help/mate-applet-fish/fi/figures/fish_applet.png +share/mate/help/mate-applet-fish/fi/legal.xml +share/mate/help/mate-applet-fish/fi/mate-applet-fish.xml +share/mate/help/mate-applet-fish/fr/figures/fish_applet.png +share/mate/help/mate-applet-fish/fr/legal.xml +share/mate/help/mate-applet-fish/fr/mate-applet-fish.xml +share/mate/help/mate-applet-fish/it/figures/fish_applet.png +share/mate/help/mate-applet-fish/it/legal.xml +share/mate/help/mate-applet-fish/it/mate-applet-fish.xml +share/mate/help/mate-applet-fish/ja/figures/fish_applet.png +share/mate/help/mate-applet-fish/ja/legal.xml +share/mate/help/mate-applet-fish/ja/mate-applet-fish.xml +share/mate/help/mate-applet-fish/ko/figures/fish_applet.png +share/mate/help/mate-applet-fish/ko/legal.xml +share/mate/help/mate-applet-fish/ko/mate-applet-fish.xml +share/mate/help/mate-applet-fish/oc/figures/fish_applet.png +share/mate/help/mate-applet-fish/oc/legal.xml +share/mate/help/mate-applet-fish/oc/mate-applet-fish.xml +share/mate/help/mate-applet-fish/ru/figures/fish_applet.png +share/mate/help/mate-applet-fish/ru/legal.xml +share/mate/help/mate-applet-fish/ru/mate-applet-fish.xml +share/mate/help/mate-applet-fish/sv/figures/fish_applet.png +share/mate/help/mate-applet-fish/sv/legal.xml +share/mate/help/mate-applet-fish/sv/mate-applet-fish.xml +share/mate/help/mate-applet-fish/th/figures/fish_applet.png +share/mate/help/mate-applet-fish/th/legal.xml +share/mate/help/mate-applet-fish/th/mate-applet-fish.xml +share/mate/help/mate-applet-fish/uk/figures/fish_applet.png +share/mate/help/mate-applet-fish/uk/legal.xml +share/mate/help/mate-applet-fish/uk/mate-applet-fish.xml +share/mate/help/mate-applet-fish/zh_CN/figures/fish_applet.png +share/mate/help/mate-applet-fish/zh_CN/legal.xml +share/mate/help/mate-applet-fish/zh_CN/mate-applet-fish.xml +share/omf/mate-applet-clock/mate-applet-clock-C.omf +share/omf/mate-applet-clock/mate-applet-clock-ar.omf +share/omf/mate-applet-clock/mate-applet-clock-ca.omf +share/omf/mate-applet-clock/mate-applet-clock-cs.omf +share/omf/mate-applet-clock/mate-applet-clock-da.omf +share/omf/mate-applet-clock/mate-applet-clock-de.omf +share/omf/mate-applet-clock/mate-applet-clock-el.omf +share/omf/mate-applet-clock/mate-applet-clock-en_GB.omf +share/omf/mate-applet-clock/mate-applet-clock-es.omf +share/omf/mate-applet-clock/mate-applet-clock-eu.omf +share/omf/mate-applet-clock/mate-applet-clock-fi.omf +share/omf/mate-applet-clock/mate-applet-clock-fr.omf +share/omf/mate-applet-clock/mate-applet-clock-it.omf +share/omf/mate-applet-clock/mate-applet-clock-ja.omf +share/omf/mate-applet-clock/mate-applet-clock-ko.omf +share/omf/mate-applet-clock/mate-applet-clock-nl.omf +share/omf/mate-applet-clock/mate-applet-clock-oc.omf +share/omf/mate-applet-clock/mate-applet-clock-pa.omf +share/omf/mate-applet-clock/mate-applet-clock-pt.omf +share/omf/mate-applet-clock/mate-applet-clock-pt_BR.omf +share/omf/mate-applet-clock/mate-applet-clock-ru.omf +share/omf/mate-applet-clock/mate-applet-clock-sr.omf +share/omf/mate-applet-clock/mate-applet-clock-sv.omf +share/omf/mate-applet-clock/mate-applet-clock-th.omf +share/omf/mate-applet-clock/mate-applet-clock-uk.omf +share/omf/mate-applet-clock/mate-applet-clock-zh_CN.omf +share/omf/mate-applet-clock/mate-applet-clock-zh_HK.omf +share/omf/mate-applet-clock/mate-applet-clock-zh_TW.omf +share/omf/mate-applet-fish/mate-applet-fish-C.omf +share/omf/mate-applet-fish/mate-applet-fish-ca.omf +share/omf/mate-applet-fish/mate-applet-fish-cs.omf +share/omf/mate-applet-fish/mate-applet-fish-de.omf +share/omf/mate-applet-fish/mate-applet-fish-el.omf +share/omf/mate-applet-fish/mate-applet-fish-en_GB.omf +share/omf/mate-applet-fish/mate-applet-fish-es.omf +share/omf/mate-applet-fish/mate-applet-fish-eu.omf +share/omf/mate-applet-fish/mate-applet-fish-fi.omf +share/omf/mate-applet-fish/mate-applet-fish-fr.omf +share/omf/mate-applet-fish/mate-applet-fish-it.omf +share/omf/mate-applet-fish/mate-applet-fish-ja.omf +share/omf/mate-applet-fish/mate-applet-fish-ko.omf +share/omf/mate-applet-fish/mate-applet-fish-oc.omf +share/omf/mate-applet-fish/mate-applet-fish-ru.omf +share/omf/mate-applet-fish/mate-applet-fish-sv.omf +share/omf/mate-applet-fish/mate-applet-fish-th.omf +share/omf/mate-applet-fish/mate-applet-fish-uk.omf +share/omf/mate-applet-fish/mate-applet-fish-zh_CN.omf +@dirrm share/omf/mate-applet-fish +@dirrm share/omf/mate-applet-clock +@dirrm share/mate/help/mate-applet-fish/zh_CN/figures +@dirrm share/mate/help/mate-applet-fish/zh_CN +@dirrm share/mate/help/mate-applet-fish/uk/figures +@dirrm share/mate/help/mate-applet-fish/uk +@dirrm share/mate/help/mate-applet-fish/th/figures +@dirrm share/mate/help/mate-applet-fish/th +@dirrm share/mate/help/mate-applet-fish/sv/figures +@dirrm share/mate/help/mate-applet-fish/sv +@dirrm share/mate/help/mate-applet-fish/ru/figures +@dirrm share/mate/help/mate-applet-fish/ru +@dirrm share/mate/help/mate-applet-fish/oc/figures +@dirrm share/mate/help/mate-applet-fish/oc +@dirrm share/mate/help/mate-applet-fish/ko/figures +@dirrm share/mate/help/mate-applet-fish/ko +@dirrm share/mate/help/mate-applet-fish/ja/figures +@dirrm share/mate/help/mate-applet-fish/ja +@dirrm share/mate/help/mate-applet-fish/it/figures +@dirrm share/mate/help/mate-applet-fish/it +@dirrm share/mate/help/mate-applet-fish/fr/figures +@dirrm share/mate/help/mate-applet-fish/fr +@dirrm share/mate/help/mate-applet-fish/fi/figures +@dirrm share/mate/help/mate-applet-fish/fi +@dirrm share/mate/help/mate-applet-fish/eu/figures +@dirrm share/mate/help/mate-applet-fish/eu +@dirrm share/mate/help/mate-applet-fish/es/figures +@dirrm share/mate/help/mate-applet-fish/es +@dirrm share/mate/help/mate-applet-fish/en_GB/figures +@dirrm share/mate/help/mate-applet-fish/en_GB +@dirrm share/mate/help/mate-applet-fish/el/figures +@dirrm share/mate/help/mate-applet-fish/el +@dirrm share/mate/help/mate-applet-fish/de/figures +@dirrm share/mate/help/mate-applet-fish/de +@dirrm share/mate/help/mate-applet-fish/cs/figures +@dirrm share/mate/help/mate-applet-fish/cs +@dirrm share/mate/help/mate-applet-fish/ca/figures +@dirrm share/mate/help/mate-applet-fish/ca +@dirrm share/mate/help/mate-applet-fish/C/figures +@dirrm share/mate/help/mate-applet-fish/C +@dirrm share/mate/help/mate-applet-fish +@dirrm share/mate/help/mate-applet-clock/zh_TW/figures +@dirrm share/mate/help/mate-applet-clock/zh_TW +@dirrm share/mate/help/mate-applet-clock/zh_HK/figures +@dirrm share/mate/help/mate-applet-clock/zh_HK +@dirrm share/mate/help/mate-applet-clock/zh_CN/figures +@dirrm share/mate/help/mate-applet-clock/zh_CN +@dirrm share/mate/help/mate-applet-clock/uk/figures +@dirrm share/mate/help/mate-applet-clock/uk +@dirrm share/mate/help/mate-applet-clock/th/figures +@dirrm share/mate/help/mate-applet-clock/th +@dirrm share/mate/help/mate-applet-clock/sv/figures +@dirrm share/mate/help/mate-applet-clock/sv +@dirrm share/mate/help/mate-applet-clock/sr/figures +@dirrm share/mate/help/mate-applet-clock/sr +@dirrm share/mate/help/mate-applet-clock/ru/figures +@dirrm share/mate/help/mate-applet-clock/ru +@dirrm share/mate/help/mate-applet-clock/pt_BR/figures +@dirrm share/mate/help/mate-applet-clock/pt_BR +@dirrm share/mate/help/mate-applet-clock/pt/figures +@dirrm share/mate/help/mate-applet-clock/pt +@dirrm share/mate/help/mate-applet-clock/pa/figures +@dirrm share/mate/help/mate-applet-clock/pa +@dirrm share/mate/help/mate-applet-clock/oc/figures +@dirrm share/mate/help/mate-applet-clock/oc +@dirrm share/mate/help/mate-applet-clock/nl/figures +@dirrm share/mate/help/mate-applet-clock/nl +@dirrm share/mate/help/mate-applet-clock/ko/figures +@dirrm share/mate/help/mate-applet-clock/ko +@dirrm share/mate/help/mate-applet-clock/ja/figures +@dirrm share/mate/help/mate-applet-clock/ja +@dirrm share/mate/help/mate-applet-clock/it/figures +@dirrm share/mate/help/mate-applet-clock/it +@dirrm share/mate/help/mate-applet-clock/fr/figures +@dirrm share/mate/help/mate-applet-clock/fr +@dirrm share/mate/help/mate-applet-clock/fi/figures +@dirrm share/mate/help/mate-applet-clock/fi +@dirrm share/mate/help/mate-applet-clock/eu/figures +@dirrm share/mate/help/mate-applet-clock/eu +@dirrm share/mate/help/mate-applet-clock/es/figures +@dirrm share/mate/help/mate-applet-clock/es +@dirrm share/mate/help/mate-applet-clock/en_GB/figures +@dirrm share/mate/help/mate-applet-clock/en_GB +@dirrm share/mate/help/mate-applet-clock/el/figures +@dirrm share/mate/help/mate-applet-clock/el +@dirrm share/mate/help/mate-applet-clock/de/figures +@dirrm share/mate/help/mate-applet-clock/de +@dirrm share/mate/help/mate-applet-clock/da/figures +@dirrm share/mate/help/mate-applet-clock/da +@dirrm share/mate/help/mate-applet-clock/cs/figures +@dirrm share/mate/help/mate-applet-clock/cs +@dirrm share/mate/help/mate-applet-clock/ca/figures +@dirrm share/mate/help/mate-applet-clock/ca +@dirrm share/mate/help/mate-applet-clock/ar/figures +@dirrm share/mate/help/mate-applet-clock/ar +@dirrm share/mate/help/mate-applet-clock/C/figures +@dirrm share/mate/help/mate-applet-clock/C +@dirrm share/mate/help/mate-applet-clock +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/applets +@dirrm %%DATADIR%% +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@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/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/la/LC_MESSAGES +@dirrmtry share/locale/la +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/gv/LC_MESSAGES +@dirrmtry share/locale/gv +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrm share/doc/mate-panel-applet +@dirrmtry lib/mate-panel/modules +@dirrmtry lib/mate-panel +@dirrm include/mate-panel-4.0/libmate-panel-applet +@dirrm include/mate-panel-4.0 +@exec %D/bin/gio-querymodules %D/lib/mate-panel/modules diff --git a/x11/mate-screensaver/Makefile b/x11/mate-screensaver/Makefile new file mode 100644 index 000000000000..ec098d48bb57 --- /dev/null +++ b/x11/mate-screensaver/Makefile @@ -0,0 +1,105 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-screensaver +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MATE screen saver and locker + +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libnotify.so:${PORTSDIR}/devel/libnotify + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_GL= gl +USE_XZ= yes +USE_MATE= desktop libmatekbd menus +USE_XORG= ice sm x11 xext xtst xxf86misc xxf86vm xscrnsaver +USE_GNOME= glib20 gnomehier gtk20 intlhack +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-xscreensaverdir=${XSCREENSAVER_DIR} \ + --with-xscreensaverhackdir=${LOCALBASE}/bin/xscreensaver-hacks \ + --with-console-kit=yes \ + --with-systemd=no +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.screensaver.gschema.xml + +#PLIST= ${WRKDIR}/pkg-plist +SUB_FILES+= mate-screensaver.pam + +XSCREENSAVER_DIR= ${PREFIX}/share/xscreensaver/config +SCREENSAVER_DIR= share/applications/screensavers + +XSCREENSAVER_EXCLUDE= "(popsquares.xml)" + +OPTIONS_DEFINE= PAM KEYRING HACKS +OPTIONS_DEFAULT=PAM KEYRING +PAM_DESC= Pluggable Authentication Module support +KEYRING_DESC= MateKeyring integration (needs PAM) +HACKS_DESC= Install extra gnome xscreensavers + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MXSCREENSAVER} +RUN_DEPENDS= xscreensaver-gnome-hacks>=0:${PORTSDIR}/x11/xscreensaver-gnome-hacks +.endif + +.if ${PORT_OPTIONS:MPAM} +RUN_DEPENDS+= pam_helper:${PORTSDIR}/security/pam_helper +CONFIGURE_ARGS+=--enable-authentication-scheme=helper \ + --with-passwd-helper=${LOCALBASE}/bin/pam_helper +PLIST_SUB+= PAM="" +.else +CONFIGURE_ARGS+=--disable-pam +PLIST_SUB+= PAM="@comment " +.endif + +.if ${PORT_OPTIONS:MKEYRING} && ${PORT_OPTIONS:MPAM} +SUB_LIST+= PAM_KEYRING= +USE_MATE+= keyring:run +.else +SUB_LIST+= PAM_KEYRING=\# +.endif + +pre-everything:: +.if !${PORT_OPTIONS:MPAM} && ${PORT_OPTIONS:MKEYRING} + @${ECHO_MSG} "Keyring integration is disabled because it needs PAM." +.endif + +post-patch: +.if ${PORT_OPTIONS:MPAM} + @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \ + ${WRKSRC}/src/gs-auth-pam.c +.endif + +#.if defined (HACKS) +#pre-install: +# @${CAT} ${.CURDIR}/pkg-plist > ${PLIST} +# @cd ${STAGEDIR}${XSCREENSAVER_DIR} && ${FIND} -s * -maxdepth 1 -type f -name "*.xml" | \ +# ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ +# ${SED} -e 's:^:${SCREENSAVER_DIR}/:' | \ +# ${SED} -e 's:[.]xml$$:.desktop:' >> ${PLIST} +# @${ECHO_CMD} @dirrm ${SCREENSAVER_DIR} >> ${PLIST} +#.endif + +post-install: +#.if defined(HACKS) +# ${MKDIR} ${STAGEDIR}${PREFIX}/${SCREENSAVER_DIR} +# cd ${STAGEDIR}${PREFIX}/${SCREENSAVER_DIR} && \ +# ${FIND} -s ${STAGEDIR}${XSCREENSAVER_DIR} -maxdepth 1 -type f -name "*.xml" | \ +# ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \ +# ${XARGS} ${WRKSRC}/data/migrate-xscreensaver-config.sh +#.endif +.if ${PORT_OPTIONS:MPAM} + ${INSTALL_DATA} ${WRKDIR}/mate-screensaver.pam ${STAGEDIR}${PREFIX}/etc/pam.d/mate-screensaver +.endif + +.include <bsd.port.mk> diff --git a/x11/mate-screensaver/distinfo b/x11/mate-screensaver/distinfo new file mode 100644 index 000000000000..6589f69b998b --- /dev/null +++ b/x11/mate-screensaver/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-screensaver-1.6.1.tar.xz) = b04801e68d013c899cdfefceed25e28040c21197a2da40cd650be52ac643843c +SIZE (mate/mate-screensaver-1.6.1.tar.xz) = 4974032 diff --git a/x11/mate-screensaver/files/mate-screensaver.pam.in b/x11/mate-screensaver/files/mate-screensaver.pam.in new file mode 100644 index 000000000000..d689fe96489a --- /dev/null +++ b/x11/mate-screensaver/files/mate-screensaver.pam.in @@ -0,0 +1,3 @@ +auth include system +%%PAM_KEYRING%%auth optional %%LOCALBASE%%/lib/pam_mate_keyring.so +account include system diff --git a/x11/mate-screensaver/files/patch-data_Makefile.am b/x11/mate-screensaver/files/patch-data_Makefile.am new file mode 100644 index 000000000000..1191fb3fcd5d --- /dev/null +++ b/x11/mate-screensaver/files/patch-data_Makefile.am @@ -0,0 +1,70 @@ +--- data/Makefile.am.orig 2012-07-27 22:26:17.000000000 -0500 ++++ data/Makefile.am 2012-07-27 22:26:55.000000000 -0500 +@@ -82,35 +82,35 @@ + endif + + install-data-hook: +- @system=`uname`; \ +- if test -f /usr/include/security/pam_appl.h; then \ +- if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \ +- $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \ +- chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \ +- fi; \ +- if test $$system = Linux; then \ +- if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/mate-screensaver; then \ +- $(INSTALL_DATA) mate-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/mate-screensaver; \ +- fi; \ +- if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \ +- echo "***" ; \ +- echo "*** Warning: mate-screensaver has been compiled with support for" ; \ +- echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \ +- echo "*** manually install $(PAM_PREFIX)/pam.d/mate-screensaver" ; \ +- echo "*** to /etc/pam.d/mate-screensaver. Otherwise, unlocking might" ; \ +- echo "*** not work." ; \ +- echo "***" ; \ +- echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \ +- echo "***" ; \ +- fi; \ +- fi; \ +- if test $$system = SunOS; then \ +- echo "***" ; \ +- echo "*** Warning: mate-screensaver has been compiled with support for" ; \ +- echo "*** Pluggable Authentication Modules (PAM). However, you" ; \ +- echo "*** need to manually add authentication for mate-screensaver in" ; \ +- echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \ +- echo "*** Otherwise, unlocking might not work." ; \ +- echo "***" ; \ +- fi; \ +- fi ++# @system=`uname`; \ ++# if test -f /usr/include/security/pam_appl.h; then \ ++# if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \ ++# $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \ ++# chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \ ++# fi; \ ++# if test $$system = Linux; then \ ++# if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/mate-screensaver; then \ ++# $(INSTALL_DATA) mate-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/mate-screensaver; \ ++# fi; \ ++# if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \ ++# echo "***" ; \ ++# echo "*** Warning: mate-screensaver has been compiled with support for" ; \ ++# echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \ ++# echo "*** manually install $(PAM_PREFIX)/pam.d/mate-screensaver" ; \ ++# echo "*** to /etc/pam.d/mate-screensaver. Otherwise, unlocking might" ; \ ++# echo "*** not work." ; \ ++# echo "***" ; \ ++# echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \ ++# echo "***" ; \ ++# fi; \ ++# fi; \ ++# if test $$system = SunOS; then \ ++# echo "***" ; \ ++# echo "*** Warning: mate-screensaver has been compiled with support for" ; \ ++# echo "*** Pluggable Authentication Modules (PAM). However, you" ; \ ++# echo "*** need to manually add authentication for mate-screensaver in" ; \ ++# echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \ ++# echo "*** Otherwise, unlocking might not work." ; \ ++# echo "***" ; \ ++# fi; \ ++# fi diff --git a/x11/mate-screensaver/files/patch-src_gs-job.c b/x11/mate-screensaver/files/patch-src_gs-job.c new file mode 100644 index 000000000000..39e303d270ca --- /dev/null +++ b/x11/mate-screensaver/files/patch-src_gs-job.c @@ -0,0 +1,12 @@ +--- src/gs-job.c.orig Wed Sep 7 09:23:59 2005 ++++ src/gs-job.c Mon Sep 12 13:24:11 2005 +@@ -29,7 +29,8 @@ + #include <sys/wait.h> + #include <errno.h> + +-#if defined(HAVE_SETPRIORITY) && defined(PRIO_PROCESS) ++#if defined(HAVE_SETPRIORITY) ++#include <sys/time.h> + #include <sys/resource.h> + #endif + diff --git a/x11/mate-screensaver/pkg-descr b/x11/mate-screensaver/pkg-descr new file mode 100644 index 000000000000..85e6a6e17dfa --- /dev/null +++ b/x11/mate-screensaver/pkg-descr @@ -0,0 +1,9 @@ +Mate-screensaver is MATE-based screen saver and locker that aims to have +simple, sane, secure defaults and be well integrated with the desktop. +It is designed to support: + + * the ability to lock down configuration settings + * translation into other languages + * user switching + +http://mate-desktop.org/ diff --git a/x11/mate-screensaver/pkg-plist b/x11/mate-screensaver/pkg-plist new file mode 100644 index 000000000000..c6b5d5637a20 --- /dev/null +++ b/x11/mate-screensaver/pkg-plist @@ -0,0 +1,169 @@ +bin/mate-screensaver +bin/mate-screensaver-command +bin/mate-screensaver-preferences +%%PAM%%etc/pam.d/mate-screensaver +etc/xdg/autostart/mate-screensaver.desktop +etc/xdg/menus/mate-screensavers.menu +libdata/pkgconfig/mate-screensaver.pc +@owner root +@mode 6555 +libexec/mate-screensaver-dialog +@owner +@mode +libexec/mate-screensaver-gl-helper +libexec/mate-screensaver/floaters +libexec/mate-screensaver/popsquares +libexec/mate-screensaver/slideshow +man/man1/mate-screensaver-command.1.gz +man/man1/mate-screensaver-preferences.1.gz +man/man1/mate-screensaver.1.gz +share/MateConf/gsettings/org.mate.screensaver.gschema.migrate +share/applications/mate-screensaver-preferences.desktop +share/applications/screensavers/cosmos-slideshow.desktop +share/applications/screensavers/footlogo-floaters.desktop +share/applications/screensavers/personal-slideshow.desktop +share/applications/screensavers/popsquares.desktop +share/backgrounds/cosmos/background-1.xml +share/backgrounds/cosmos/blue-marble-west.jpg +share/backgrounds/cosmos/cloud.jpg +share/backgrounds/cosmos/comet.jpg +share/backgrounds/cosmos/earth-horizon.jpg +share/backgrounds/cosmos/galaxy-ngc3370.jpg +share/backgrounds/cosmos/helix-nebula.jpg +share/backgrounds/cosmos/jupiter.jpg +share/backgrounds/cosmos/sombrero.jpg +share/backgrounds/cosmos/whirlpool.jpg +share/dbus-1/services/org.mate.ScreenSaver.service +share/desktop-directories/mate-screensaver.directory +share/locale/am/LC_MESSAGES/mate-screensaver.mo +share/locale/ar/LC_MESSAGES/mate-screensaver.mo +share/locale/as/LC_MESSAGES/mate-screensaver.mo +share/locale/ast/LC_MESSAGES/mate-screensaver.mo +share/locale/be/LC_MESSAGES/mate-screensaver.mo +share/locale/be@latin/LC_MESSAGES/mate-screensaver.mo +share/locale/bg/LC_MESSAGES/mate-screensaver.mo +share/locale/bn/LC_MESSAGES/mate-screensaver.mo +share/locale/bn_IN/LC_MESSAGES/mate-screensaver.mo +share/locale/br/LC_MESSAGES/mate-screensaver.mo +share/locale/ca/LC_MESSAGES/mate-screensaver.mo +share/locale/ca@valencia/LC_MESSAGES/mate-screensaver.mo +share/locale/crh/LC_MESSAGES/mate-screensaver.mo +share/locale/cs/LC_MESSAGES/mate-screensaver.mo +share/locale/cy/LC_MESSAGES/mate-screensaver.mo +share/locale/da/LC_MESSAGES/mate-screensaver.mo +share/locale/de/LC_MESSAGES/mate-screensaver.mo +share/locale/dz/LC_MESSAGES/mate-screensaver.mo +share/locale/el/LC_MESSAGES/mate-screensaver.mo +share/locale/en@shaw/LC_MESSAGES/mate-screensaver.mo +share/locale/en_AU/LC_MESSAGES/mate-screensaver.mo +share/locale/en_CA/LC_MESSAGES/mate-screensaver.mo +share/locale/en_GB/LC_MESSAGES/mate-screensaver.mo +share/locale/es/LC_MESSAGES/mate-screensaver.mo +share/locale/et/LC_MESSAGES/mate-screensaver.mo +share/locale/eu/LC_MESSAGES/mate-screensaver.mo +share/locale/fa/LC_MESSAGES/mate-screensaver.mo +share/locale/fi/LC_MESSAGES/mate-screensaver.mo +share/locale/fr/LC_MESSAGES/mate-screensaver.mo +share/locale/ga/LC_MESSAGES/mate-screensaver.mo +share/locale/gl/LC_MESSAGES/mate-screensaver.mo +share/locale/gu/LC_MESSAGES/mate-screensaver.mo +share/locale/he/LC_MESSAGES/mate-screensaver.mo +share/locale/hi/LC_MESSAGES/mate-screensaver.mo +share/locale/hr/LC_MESSAGES/mate-screensaver.mo +share/locale/hu/LC_MESSAGES/mate-screensaver.mo +share/locale/id/LC_MESSAGES/mate-screensaver.mo +share/locale/is/LC_MESSAGES/mate-screensaver.mo +share/locale/it/LC_MESSAGES/mate-screensaver.mo +share/locale/ja/LC_MESSAGES/mate-screensaver.mo +share/locale/ka/LC_MESSAGES/mate-screensaver.mo +share/locale/kn/LC_MESSAGES/mate-screensaver.mo +share/locale/ko/LC_MESSAGES/mate-screensaver.mo +share/locale/ku/LC_MESSAGES/mate-screensaver.mo +share/locale/lt/LC_MESSAGES/mate-screensaver.mo +share/locale/lv/LC_MESSAGES/mate-screensaver.mo +share/locale/mai/LC_MESSAGES/mate-screensaver.mo +share/locale/mg/LC_MESSAGES/mate-screensaver.mo +share/locale/mk/LC_MESSAGES/mate-screensaver.mo +share/locale/ml/LC_MESSAGES/mate-screensaver.mo +share/locale/mn/LC_MESSAGES/mate-screensaver.mo +share/locale/mr/LC_MESSAGES/mate-screensaver.mo +share/locale/ms/LC_MESSAGES/mate-screensaver.mo +share/locale/nb/LC_MESSAGES/mate-screensaver.mo +share/locale/nds/LC_MESSAGES/mate-screensaver.mo +share/locale/ne/LC_MESSAGES/mate-screensaver.mo +share/locale/nl/LC_MESSAGES/mate-screensaver.mo +share/locale/nn/LC_MESSAGES/mate-screensaver.mo +share/locale/oc/LC_MESSAGES/mate-screensaver.mo +share/locale/or/LC_MESSAGES/mate-screensaver.mo +share/locale/pa/LC_MESSAGES/mate-screensaver.mo +share/locale/pl/LC_MESSAGES/mate-screensaver.mo +share/locale/ps/LC_MESSAGES/mate-screensaver.mo +share/locale/pt/LC_MESSAGES/mate-screensaver.mo +share/locale/pt_BR/LC_MESSAGES/mate-screensaver.mo +share/locale/ro/LC_MESSAGES/mate-screensaver.mo +share/locale/ru/LC_MESSAGES/mate-screensaver.mo +share/locale/si/LC_MESSAGES/mate-screensaver.mo +share/locale/sk/LC_MESSAGES/mate-screensaver.mo +share/locale/sl/LC_MESSAGES/mate-screensaver.mo +share/locale/sq/LC_MESSAGES/mate-screensaver.mo +share/locale/sr/LC_MESSAGES/mate-screensaver.mo +share/locale/sr@latin/LC_MESSAGES/mate-screensaver.mo +share/locale/sv/LC_MESSAGES/mate-screensaver.mo +share/locale/ta/LC_MESSAGES/mate-screensaver.mo +share/locale/te/LC_MESSAGES/mate-screensaver.mo +share/locale/th/LC_MESSAGES/mate-screensaver.mo +share/locale/tr/LC_MESSAGES/mate-screensaver.mo +share/locale/uk/LC_MESSAGES/mate-screensaver.mo +share/locale/vi/LC_MESSAGES/mate-screensaver.mo +share/locale/zh_CN/LC_MESSAGES/mate-screensaver.mo +share/locale/zh_HK/LC_MESSAGES/mate-screensaver.mo +share/locale/zh_TW/LC_MESSAGES/mate-screensaver.mo +share/mate-background-properties/cosmos.xml +%%DATADIR%%/lock-dialog-default.ui +%%DATADIR%%/mate-screensaver-preferences.ui +share/pixmaps/mate-logo-white.svg +@dirrm %%DATADIR%% +@dirrmtry share/mate-background-properties +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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 +@dirrmtry share/desktop-directories +@dirrmtry share/backgrounds/cosmos +@dirrmtry share/backgrounds +@dirrm libexec/mate-screensaver +@dirrmtry etc/xdg/menus diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile new file mode 100644 index 000000000000..225753401ff7 --- /dev/null +++ b/x11/mate-session-manager/Makefile @@ -0,0 +1,36 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-session-manager +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Session component for the MATE desktop + +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo +RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ + ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= settingsdaemon +USE_XORG= ice sm xau xext xrandr xrender xtrans xtst +USE_GNOME= glib20 gnomehier gtk20 intlhack librsvg2 libxslt pango +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-docbook-docs \ + --with-gtk=2.0 \ + --with-systemd=no +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.session.gschema.xml + +.include <bsd.port.mk> diff --git a/x11/mate-session-manager/distinfo b/x11/mate-session-manager/distinfo new file mode 100644 index 000000000000..dd729c45aaf0 --- /dev/null +++ b/x11/mate-session-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-session-manager-1.6.1.tar.xz) = 4ee7b4ae18df5becd986b05634428edf0ad8de150a14dc29848b6d34ab312ce9 +SIZE (mate/mate-session-manager-1.6.1.tar.xz) = 641524 diff --git a/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c b/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c new file mode 100644 index 000000000000..f7e5285d5206 --- /dev/null +++ b/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c @@ -0,0 +1,10 @@ +--- mate-session/gsm-autostart-app.c.orig 2008-08-20 14:18:52.000000000 -0400 ++++ mate-session/gsm-autostart-app.c 2008-08-20 14:19:02.000000000 -0400 +@@ -25,6 +25,7 @@ + #include <string.h> + #include <sys/wait.h> + #include <errno.h> ++#include <signal.h> + + #include <glib.h> + #include <gio/gio.h> diff --git a/x11/mate-session-manager/pkg-descr b/x11/mate-session-manager/pkg-descr new file mode 100644 index 000000000000..05005ed2b0c0 --- /dev/null +++ b/x11/mate-session-manager/pkg-descr @@ -0,0 +1,4 @@ +This provides session management for the MATE desktop, and +provides the tools used to start the desktop. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-session-manager/pkg-plist b/x11/mate-session-manager/pkg-plist new file mode 100644 index 000000000000..316e38d6df3f --- /dev/null +++ b/x11/mate-session-manager/pkg-plist @@ -0,0 +1,187 @@ +bin/mate-session +bin/mate-session-properties +bin/mate-session-save +bin/mate-wm +man/man1/mate-session-properties.1.gz +man/man1/mate-session-save.1.gz +man/man1/mate-session.1.gz +man/man1/mate-wm.1.gz +share/MateConf/gsettings/mate-session.convert +share/applications/mate-session-properties.desktop +share/icons/hicolor/16x16/apps/mate-session-properties.png +share/icons/hicolor/22x22/apps/mate-session-properties.png +share/icons/hicolor/24x24/apps/mate-session-properties.png +share/icons/hicolor/32x32/apps/mate-session-properties.png +share/icons/hicolor/48x48/apps/mate-session-properties.png +share/icons/hicolor/scalable/apps/mate-session-properties.svg +share/locale/af/LC_MESSAGES/mate-session-manager.mo +share/locale/am/LC_MESSAGES/mate-session-manager.mo +share/locale/ar/LC_MESSAGES/mate-session-manager.mo +share/locale/as/LC_MESSAGES/mate-session-manager.mo +share/locale/ast/LC_MESSAGES/mate-session-manager.mo +share/locale/az/LC_MESSAGES/mate-session-manager.mo +share/locale/be/LC_MESSAGES/mate-session-manager.mo +share/locale/be@latin/LC_MESSAGES/mate-session-manager.mo +share/locale/bg/LC_MESSAGES/mate-session-manager.mo +share/locale/bn/LC_MESSAGES/mate-session-manager.mo +share/locale/bn_IN/LC_MESSAGES/mate-session-manager.mo +share/locale/br/LC_MESSAGES/mate-session-manager.mo +share/locale/bs/LC_MESSAGES/mate-session-manager.mo +share/locale/ca/LC_MESSAGES/mate-session-manager.mo +share/locale/ca@valencia/LC_MESSAGES/mate-session-manager.mo +share/locale/crh/LC_MESSAGES/mate-session-manager.mo +share/locale/cs/LC_MESSAGES/mate-session-manager.mo +share/locale/cy/LC_MESSAGES/mate-session-manager.mo +share/locale/da/LC_MESSAGES/mate-session-manager.mo +share/locale/de/LC_MESSAGES/mate-session-manager.mo +share/locale/dz/LC_MESSAGES/mate-session-manager.mo +share/locale/el/LC_MESSAGES/mate-session-manager.mo +share/locale/en@shaw/LC_MESSAGES/mate-session-manager.mo +share/locale/en_CA/LC_MESSAGES/mate-session-manager.mo +share/locale/en_GB/LC_MESSAGES/mate-session-manager.mo +share/locale/eo/LC_MESSAGES/mate-session-manager.mo +share/locale/es/LC_MESSAGES/mate-session-manager.mo +share/locale/et/LC_MESSAGES/mate-session-manager.mo +share/locale/eu/LC_MESSAGES/mate-session-manager.mo +share/locale/fa/LC_MESSAGES/mate-session-manager.mo +share/locale/fi/LC_MESSAGES/mate-session-manager.mo +share/locale/fr/LC_MESSAGES/mate-session-manager.mo +share/locale/fur/LC_MESSAGES/mate-session-manager.mo +share/locale/fy/LC_MESSAGES/mate-session-manager.mo +share/locale/ga/LC_MESSAGES/mate-session-manager.mo +share/locale/gl/LC_MESSAGES/mate-session-manager.mo +share/locale/gu/LC_MESSAGES/mate-session-manager.mo +share/locale/ha/LC_MESSAGES/mate-session-manager.mo +share/locale/he/LC_MESSAGES/mate-session-manager.mo +share/locale/hi/LC_MESSAGES/mate-session-manager.mo +share/locale/hr/LC_MESSAGES/mate-session-manager.mo +share/locale/hu/LC_MESSAGES/mate-session-manager.mo +share/locale/hy/LC_MESSAGES/mate-session-manager.mo +share/locale/id/LC_MESSAGES/mate-session-manager.mo +share/locale/ig/LC_MESSAGES/mate-session-manager.mo +share/locale/is/LC_MESSAGES/mate-session-manager.mo +share/locale/it/LC_MESSAGES/mate-session-manager.mo +share/locale/ja/LC_MESSAGES/mate-session-manager.mo +share/locale/ka/LC_MESSAGES/mate-session-manager.mo +share/locale/kn/LC_MESSAGES/mate-session-manager.mo +share/locale/ko/LC_MESSAGES/mate-session-manager.mo +share/locale/ku/LC_MESSAGES/mate-session-manager.mo +share/locale/lt/LC_MESSAGES/mate-session-manager.mo +share/locale/lv/LC_MESSAGES/mate-session-manager.mo +share/locale/mai/LC_MESSAGES/mate-session-manager.mo +share/locale/mg/LC_MESSAGES/mate-session-manager.mo +share/locale/mi/LC_MESSAGES/mate-session-manager.mo +share/locale/mk/LC_MESSAGES/mate-session-manager.mo +share/locale/ml/LC_MESSAGES/mate-session-manager.mo +share/locale/mn/LC_MESSAGES/mate-session-manager.mo +share/locale/mr/LC_MESSAGES/mate-session-manager.mo +share/locale/ms/LC_MESSAGES/mate-session-manager.mo +share/locale/nb/LC_MESSAGES/mate-session-manager.mo +share/locale/nds/LC_MESSAGES/mate-session-manager.mo +share/locale/ne/LC_MESSAGES/mate-session-manager.mo +share/locale/nl/LC_MESSAGES/mate-session-manager.mo +share/locale/nn/LC_MESSAGES/mate-session-manager.mo +share/locale/nso/LC_MESSAGES/mate-session-manager.mo +share/locale/oc/LC_MESSAGES/mate-session-manager.mo +share/locale/or/LC_MESSAGES/mate-session-manager.mo +share/locale/pa/LC_MESSAGES/mate-session-manager.mo +share/locale/pl/LC_MESSAGES/mate-session-manager.mo +share/locale/ps/LC_MESSAGES/mate-session-manager.mo +share/locale/pt/LC_MESSAGES/mate-session-manager.mo +share/locale/pt_BR/LC_MESSAGES/mate-session-manager.mo +share/locale/ro/LC_MESSAGES/mate-session-manager.mo +share/locale/ru/LC_MESSAGES/mate-session-manager.mo +share/locale/rw/LC_MESSAGES/mate-session-manager.mo +share/locale/si/LC_MESSAGES/mate-session-manager.mo +share/locale/sk/LC_MESSAGES/mate-session-manager.mo +share/locale/sl/LC_MESSAGES/mate-session-manager.mo +share/locale/sq/LC_MESSAGES/mate-session-manager.mo +share/locale/sr/LC_MESSAGES/mate-session-manager.mo +share/locale/sr@latin/LC_MESSAGES/mate-session-manager.mo +share/locale/sv/LC_MESSAGES/mate-session-manager.mo +share/locale/ta/LC_MESSAGES/mate-session-manager.mo +share/locale/te/LC_MESSAGES/mate-session-manager.mo +share/locale/th/LC_MESSAGES/mate-session-manager.mo +share/locale/tk/LC_MESSAGES/mate-session-manager.mo +share/locale/tr/LC_MESSAGES/mate-session-manager.mo +share/locale/ug/LC_MESSAGES/mate-session-manager.mo +share/locale/uk/LC_MESSAGES/mate-session-manager.mo +share/locale/uz/LC_MESSAGES/mate-session-manager.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-session-manager.mo +share/locale/vi/LC_MESSAGES/mate-session-manager.mo +share/locale/wa/LC_MESSAGES/mate-session-manager.mo +share/locale/xh/LC_MESSAGES/mate-session-manager.mo +share/locale/yo/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_CN/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_HK/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_TW/LC_MESSAGES/mate-session-manager.mo +share/locale/zu/LC_MESSAGES/mate-session-manager.mo +share/mate-session-manager/gsm-inhibit-dialog.ui +share/mate-session-manager/session-properties.ui +share/xsessions/mate.desktop +@dirrmtry share/xsessions +@dirrm share/mate-session-manager +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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/mate-terminal/Makefile b/x11/mate-terminal/Makefile new file mode 100644 index 000000000000..fd1c24bc2bef --- /dev/null +++ b/x11/mate-terminal/Makefile @@ -0,0 +1,30 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate-terminal +PORTVERSION= 1.6.1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Terminal component for the MATE Desktop + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_MATE= autogen common:build docutils intlhack +USE_XORG= sm x11 +USE_GNOME= dconf glib20 gnomehier gtk20 vte +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.terminal.gschema.xml + +.include <bsd.port.mk> diff --git a/x11/mate-terminal/distinfo b/x11/mate-terminal/distinfo new file mode 100644 index 000000000000..15d3065ca6a8 --- /dev/null +++ b/x11/mate-terminal/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-terminal-1.6.1.tar.xz) = ebcb1c323e9a5cae7f4ed0548b57de34f6ef3361d5b1bf6bc5921f5a49e0301b +SIZE (mate/mate-terminal-1.6.1.tar.xz) = 1459056 diff --git a/x11/mate-terminal/files/patch-configure.ac b/x11/mate-terminal/files/patch-configure.ac new file mode 100644 index 000000000000..131e4c85b69d --- /dev/null +++ b/x11/mate-terminal/files/patch-configure.ac @@ -0,0 +1,13 @@ +--- configure.ac.orig 2009-05-03 15:25:26.000000000 -0400 ++++ configure.ac 2009-05-03 15:26:34.000000000 -0400 +@@ -96,6 +96,10 @@ AC_SUBST([GLIB_GENMARSHAL]) + GLIB_MKENUMS="$($PKG_CONFIG --variable=glib_mkenums glib-2.0)" + AC_SUBST([GLIB_MKENUMS]) + ++AC_CHECK_LIB(util, kinfo_getfile, ++ [LIBS="${LIBS} -lutil" ++ AC_DEFINE(HAVE_KINFO_GETFILE, 1, [Define if you have the kinfo_getfile function])], [:]) ++ + AC_PATH_PROG([GTK_BUILDER_CONVERT],[gtk-builder-convert],[false]) + if test "$GTK_BUILDER_CONVERT" = "false"; then + AC_MSG_ERROR([gtk-builder-convert not found]) diff --git a/x11/mate-terminal/files/patch-src_terminal-screen.c b/x11/mate-terminal/files/patch-src_terminal-screen.c new file mode 100644 index 000000000000..7a078c72fe06 --- /dev/null +++ b/x11/mate-terminal/files/patch-src_terminal-screen.c @@ -0,0 +1,98 @@ +--- src/terminal-screen.c.orig 2012-07-27 16:58:59.000000000 -0500 ++++ src/terminal-screen.c 2012-07-27 17:03:08.000000000 -0500 +@@ -18,6 +18,15 @@ + + #include <config.h> + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#include <sys/param.h> ++#include <sys/user.h> ++#ifdef HAVE_KINFO_GETFILE ++#include <libutil.h> ++#endif ++#endif + #include <string.h> + #include <stdlib.h> + #include <unistd.h> +@@ -190,16 +199,29 @@ + static char * + cwd_of_pid (int pid) + { ++#ifndef __FreeBSD__ + static const char patterns[][18] = + { + "/proc/%d/cwd", /* Linux */ + "/proc/%d/path/cwd", /* Solaris >= 10 */ + }; ++#else ++#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) ++ struct kinfo_file *freep, *kif; ++#ifndef HAVE_KINFO_GETFILE ++ size_t len; ++ int name[4]; ++#else ++ int cnt; ++#endif /* HAVE_KINFO_GETFILE */ ++#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ ++#endif /* __FreeBSD__ */ + guint i; + + if (pid == -1) + return NULL; + ++#ifndef __FreeBSD__ + /* Try to get the working directory using various OS-specific mechanisms */ + for (i = 0; i < G_N_ELEMENTS (patterns); ++i) + { +@@ -237,6 +259,49 @@ + return working_dir; + } + } ++#else ++ int fgpid = pid; ++#if __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) ++#ifndef HAVE_KINFO_GETFILE ++ name[0] = CTL_KERN; ++ name[1] = KERN_PROC; ++ name[2] = KERN_PROC_FILEDESC; ++ name[3] = fgpid; ++ ++ if (sysctl (name, 4, NULL, &len, NULL, 0) < 0) ++ return NULL; ++ freep = kif = g_malloc (len); ++ if (sysctl (name, 4, kif, &len, NULL, 0) < 0) ++ { ++ g_free (freep); ++ return NULL; ++ } ++#else ++ freep = kinfo_getfile (fgpid, &cnt); ++#endif /* HAVE_KINFO_GETFILE */ ++ ++#ifndef HAVE_KINFO_GETFILE ++ for (i = 0; i < len / sizeof (*kif); i++, kif++) ++ { ++ if (kif->kf_structsize != sizeof (*kif)) ++ continue; ++#else ++ for (i = 0; i < cnt; i++) ++ { ++ kif = &freep[i]; ++#endif /* HAVE_KINFO_GETFILE */ ++ if (kif->kf_fd == KF_FD_TYPE_CWD) ++ { ++ char *working_dir; ++ ++ working_dir = g_strdup (kif->kf_path); ++ g_free (freep); ++ return working_dir; ++ } ++ } ++ g_free (freep); ++#endif /* __FreeBSD_version > 800018 || (__FreeBSD_version < 800000 && __FreeBSD_version >= 700104) */ ++#endif /* __FreeBSD__ */ + + return NULL; + } diff --git a/x11/mate-terminal/files/patch-src_terminal.c b/x11/mate-terminal/files/patch-src_terminal.c new file mode 100644 index 000000000000..ee7241e30ca0 --- /dev/null +++ b/x11/mate-terminal/files/patch-src_terminal.c @@ -0,0 +1,11 @@ +--- src/terminal.c.orig 2012-07-27 16:57:04.000000000 -0500 ++++ src/terminal.c 2012-07-27 16:57:20.000000000 -0500 +@@ -598,7 +598,7 @@ + data = g_new (OwnData, 1); + data->factory_name = get_factory_name_for_display (display_name); + data->options = options; +- data->exit_code = -1; ++ data->exit_code = EXIT_SUCCESS; + data->argv = argv_copy; + data->argc = argc_copy; + diff --git a/x11/mate-terminal/pkg-descr b/x11/mate-terminal/pkg-descr new file mode 100644 index 000000000000..93e461d3ff46 --- /dev/null +++ b/x11/mate-terminal/pkg-descr @@ -0,0 +1,3 @@ +Default terminal emulator for the MATE Desktop. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-terminal/pkg-plist b/x11/mate-terminal/pkg-plist new file mode 100644 index 000000000000..aa2c3ecd00ca --- /dev/null +++ b/x11/mate-terminal/pkg-plist @@ -0,0 +1,288 @@ +bin/mate-terminal +man/man1/mate-terminal.1.gz +share/applications/mate-terminal.desktop +share/locale/am/LC_MESSAGES/mate-terminal.mo +share/locale/ar/LC_MESSAGES/mate-terminal.mo +share/locale/as/LC_MESSAGES/mate-terminal.mo +share/locale/ast/LC_MESSAGES/mate-terminal.mo +share/locale/az/LC_MESSAGES/mate-terminal.mo +share/locale/be/LC_MESSAGES/mate-terminal.mo +share/locale/be@latin/LC_MESSAGES/mate-terminal.mo +share/locale/bg/LC_MESSAGES/mate-terminal.mo +share/locale/bn/LC_MESSAGES/mate-terminal.mo +share/locale/bn_IN/LC_MESSAGES/mate-terminal.mo +share/locale/br/LC_MESSAGES/mate-terminal.mo +share/locale/bs/LC_MESSAGES/mate-terminal.mo +share/locale/ca/LC_MESSAGES/mate-terminal.mo +share/locale/ca@valencia/LC_MESSAGES/mate-terminal.mo +share/locale/cs/LC_MESSAGES/mate-terminal.mo +share/locale/cy/LC_MESSAGES/mate-terminal.mo +share/locale/da/LC_MESSAGES/mate-terminal.mo +share/locale/de/LC_MESSAGES/mate-terminal.mo +share/locale/dz/LC_MESSAGES/mate-terminal.mo +share/locale/el/LC_MESSAGES/mate-terminal.mo +share/locale/en@shaw/LC_MESSAGES/mate-terminal.mo +share/locale/en_AU/LC_MESSAGES/mate-terminal.mo +share/locale/en_CA/LC_MESSAGES/mate-terminal.mo +share/locale/en_GB/LC_MESSAGES/mate-terminal.mo +share/locale/eo/LC_MESSAGES/mate-terminal.mo +share/locale/es/LC_MESSAGES/mate-terminal.mo +share/locale/et/LC_MESSAGES/mate-terminal.mo +share/locale/eu/LC_MESSAGES/mate-terminal.mo +share/locale/fa/LC_MESSAGES/mate-terminal.mo +share/locale/fi/LC_MESSAGES/mate-terminal.mo +share/locale/fr/LC_MESSAGES/mate-terminal.mo +share/locale/fur/LC_MESSAGES/mate-terminal.mo +share/locale/ga/LC_MESSAGES/mate-terminal.mo +share/locale/gl/LC_MESSAGES/mate-terminal.mo +share/locale/gu/LC_MESSAGES/mate-terminal.mo +share/locale/he/LC_MESSAGES/mate-terminal.mo +share/locale/hi/LC_MESSAGES/mate-terminal.mo +share/locale/hr/LC_MESSAGES/mate-terminal.mo +share/locale/hu/LC_MESSAGES/mate-terminal.mo +share/locale/hy/LC_MESSAGES/mate-terminal.mo +share/locale/id/LC_MESSAGES/mate-terminal.mo +share/locale/it/LC_MESSAGES/mate-terminal.mo +share/locale/ja/LC_MESSAGES/mate-terminal.mo +share/locale/ka/LC_MESSAGES/mate-terminal.mo +share/locale/kk/LC_MESSAGES/mate-terminal.mo +share/locale/kn/LC_MESSAGES/mate-terminal.mo +share/locale/ko/LC_MESSAGES/mate-terminal.mo +share/locale/ku/LC_MESSAGES/mate-terminal.mo +share/locale/ky/LC_MESSAGES/mate-terminal.mo +share/locale/lt/LC_MESSAGES/mate-terminal.mo +share/locale/lv/LC_MESSAGES/mate-terminal.mo +share/locale/mai/LC_MESSAGES/mate-terminal.mo +share/locale/mg/LC_MESSAGES/mate-terminal.mo +share/locale/mk/LC_MESSAGES/mate-terminal.mo +share/locale/ml/LC_MESSAGES/mate-terminal.mo +share/locale/mn/LC_MESSAGES/mate-terminal.mo +share/locale/mr/LC_MESSAGES/mate-terminal.mo +share/locale/ms/LC_MESSAGES/mate-terminal.mo +share/locale/nb/LC_MESSAGES/mate-terminal.mo +share/locale/nds/LC_MESSAGES/mate-terminal.mo +share/locale/ne/LC_MESSAGES/mate-terminal.mo +share/locale/nl/LC_MESSAGES/mate-terminal.mo +share/locale/nn/LC_MESSAGES/mate-terminal.mo +share/locale/oc/LC_MESSAGES/mate-terminal.mo +share/locale/or/LC_MESSAGES/mate-terminal.mo +share/locale/pa/LC_MESSAGES/mate-terminal.mo +share/locale/pl/LC_MESSAGES/mate-terminal.mo +share/locale/ps/LC_MESSAGES/mate-terminal.mo +share/locale/pt/LC_MESSAGES/mate-terminal.mo +share/locale/pt_BR/LC_MESSAGES/mate-terminal.mo +share/locale/ro/LC_MESSAGES/mate-terminal.mo +share/locale/ru/LC_MESSAGES/mate-terminal.mo +share/locale/rw/LC_MESSAGES/mate-terminal.mo +share/locale/si/LC_MESSAGES/mate-terminal.mo +share/locale/sk/LC_MESSAGES/mate-terminal.mo +share/locale/sl/LC_MESSAGES/mate-terminal.mo +share/locale/sq/LC_MESSAGES/mate-terminal.mo +share/locale/sr/LC_MESSAGES/mate-terminal.mo +share/locale/sr@latin/LC_MESSAGES/mate-terminal.mo +share/locale/sv/LC_MESSAGES/mate-terminal.mo +share/locale/ta/LC_MESSAGES/mate-terminal.mo +share/locale/te/LC_MESSAGES/mate-terminal.mo +share/locale/th/LC_MESSAGES/mate-terminal.mo +share/locale/tr/LC_MESSAGES/mate-terminal.mo +share/locale/ug/LC_MESSAGES/mate-terminal.mo +share/locale/uk/LC_MESSAGES/mate-terminal.mo +share/locale/vi/LC_MESSAGES/mate-terminal.mo +share/locale/wa/LC_MESSAGES/mate-terminal.mo +share/locale/xh/LC_MESSAGES/mate-terminal.mo +share/locale/zh_CN/LC_MESSAGES/mate-terminal.mo +share/locale/zh_HK/LC_MESSAGES/mate-terminal.mo +share/locale/zh_TW/LC_MESSAGES/mate-terminal.mo +%%DATADIR%%/encodings-dialog.ui +%%DATADIR%%/find-dialog.ui +%%DATADIR%%/keybinding-editor.ui +%%DATADIR%%/profile-manager.ui +%%DATADIR%%/profile-new-dialog.ui +%%DATADIR%%/profile-preferences.ui +%%DATADIR%%/skey-challenge.ui +%%DATADIR%%/terminal.about +%%DATADIR%%/terminal.xml +share/mate/help/mate-terminal/C/figures/mate-terminal-default.png +share/mate/help/mate-terminal/C/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/C/legal.xml +share/mate/help/mate-terminal/C/mate-terminal.xml +share/mate/help/mate-terminal/bg/figures/mate-terminal-default.png +share/mate/help/mate-terminal/bg/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/bg/legal.xml +share/mate/help/mate-terminal/bg/mate-terminal.xml +share/mate/help/mate-terminal/ca/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ca/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ca/mate-terminal.xml +share/mate/help/mate-terminal/cs/figures/mate-terminal-default.png +share/mate/help/mate-terminal/cs/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/cs/mate-terminal.xml +share/mate/help/mate-terminal/da/figures/mate-terminal-default.png +share/mate/help/mate-terminal/da/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/da/mate-terminal.xml +share/mate/help/mate-terminal/de/figures/mate-terminal-default.png +share/mate/help/mate-terminal/de/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/de/mate-terminal.xml +share/mate/help/mate-terminal/el/figures/mate-terminal-default.png +share/mate/help/mate-terminal/el/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/el/mate-terminal.xml +share/mate/help/mate-terminal/en_GB/figures/mate-terminal-default.png +share/mate/help/mate-terminal/en_GB/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/en_GB/mate-terminal.xml +share/mate/help/mate-terminal/es/figures/mate-terminal-default.png +share/mate/help/mate-terminal/es/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/es/mate-terminal.xml +share/mate/help/mate-terminal/fr/figures/mate-terminal-default.png +share/mate/help/mate-terminal/fr/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/fr/mate-terminal.xml +share/mate/help/mate-terminal/it/figures/mate-terminal-default.png +share/mate/help/mate-terminal/it/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/it/mate-terminal.xml +share/mate/help/mate-terminal/ja/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ja/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ja/legal.xml +share/mate/help/mate-terminal/ja/mate-terminal.xml +share/mate/help/mate-terminal/ko/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ko/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ko/mate-terminal.xml +share/mate/help/mate-terminal/oc/figures/mate-terminal-default.png +share/mate/help/mate-terminal/oc/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/oc/mate-terminal.xml +share/mate/help/mate-terminal/pt_BR/figures/mate-terminal-default.png +share/mate/help/mate-terminal/pt_BR/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/pt_BR/mate-terminal.xml +share/mate/help/mate-terminal/ro/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ro/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ro/legal.xml +share/mate/help/mate-terminal/ro/mate-terminal.xml +share/mate/help/mate-terminal/ru/figures/mate-terminal-default.png +share/mate/help/mate-terminal/ru/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/ru/mate-terminal.xml +share/mate/help/mate-terminal/sv/figures/mate-terminal-default.png +share/mate/help/mate-terminal/sv/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/sv/mate-terminal.xml +share/mate/help/mate-terminal/uk/figures/mate-terminal-default.png +share/mate/help/mate-terminal/uk/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/uk/mate-terminal.xml +share/mate/help/mate-terminal/zh_CN/figures/mate-terminal-default.png +share/mate/help/mate-terminal/zh_CN/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/zh_CN/mate-terminal.xml +share/mate/help/mate-terminal/zh_TW/figures/mate-terminal-default.png +share/mate/help/mate-terminal/zh_TW/figures/mate-terminal-tabbed.png +share/mate/help/mate-terminal/zh_TW/legal.xml +share/mate/help/mate-terminal/zh_TW/mate-terminal.xml +share/omf/mate-terminal/mate-terminal-C.omf +share/omf/mate-terminal/mate-terminal-bg.omf +share/omf/mate-terminal/mate-terminal-ca.omf +share/omf/mate-terminal/mate-terminal-cs.omf +share/omf/mate-terminal/mate-terminal-da.omf +share/omf/mate-terminal/mate-terminal-de.omf +share/omf/mate-terminal/mate-terminal-el.omf +share/omf/mate-terminal/mate-terminal-en_GB.omf +share/omf/mate-terminal/mate-terminal-es.omf +share/omf/mate-terminal/mate-terminal-fr.omf +share/omf/mate-terminal/mate-terminal-it.omf +share/omf/mate-terminal/mate-terminal-ja.omf +share/omf/mate-terminal/mate-terminal-ko.omf +share/omf/mate-terminal/mate-terminal-oc.omf +share/omf/mate-terminal/mate-terminal-pt_BR.omf +share/omf/mate-terminal/mate-terminal-ro.omf +share/omf/mate-terminal/mate-terminal-ru.omf +share/omf/mate-terminal/mate-terminal-sv.omf +share/omf/mate-terminal/mate-terminal-uk.omf +share/omf/mate-terminal/mate-terminal-zh_CN.omf +share/omf/mate-terminal/mate-terminal-zh_TW.omf +@dirrm share/omf/mate-terminal +@dirrm share/mate/help/mate-terminal/zh_TW/figures +@dirrm share/mate/help/mate-terminal/zh_TW +@dirrm share/mate/help/mate-terminal/zh_CN/figures +@dirrm share/mate/help/mate-terminal/zh_CN +@dirrm share/mate/help/mate-terminal/uk/figures +@dirrm share/mate/help/mate-terminal/uk +@dirrm share/mate/help/mate-terminal/sv/figures +@dirrm share/mate/help/mate-terminal/sv +@dirrm share/mate/help/mate-terminal/ru/figures +@dirrm share/mate/help/mate-terminal/ru +@dirrm share/mate/help/mate-terminal/ro/figures +@dirrm share/mate/help/mate-terminal/ro +@dirrm share/mate/help/mate-terminal/pt_BR/figures +@dirrm share/mate/help/mate-terminal/pt_BR +@dirrm share/mate/help/mate-terminal/oc/figures +@dirrm share/mate/help/mate-terminal/oc +@dirrm share/mate/help/mate-terminal/ko/figures +@dirrm share/mate/help/mate-terminal/ko +@dirrm share/mate/help/mate-terminal/ja/figures +@dirrm share/mate/help/mate-terminal/ja +@dirrm share/mate/help/mate-terminal/it/figures +@dirrm share/mate/help/mate-terminal/it +@dirrm share/mate/help/mate-terminal/fr/figures +@dirrm share/mate/help/mate-terminal/fr +@dirrm share/mate/help/mate-terminal/es/figures +@dirrm share/mate/help/mate-terminal/es +@dirrm share/mate/help/mate-terminal/en_GB/figures +@dirrm share/mate/help/mate-terminal/en_GB +@dirrm share/mate/help/mate-terminal/el/figures +@dirrm share/mate/help/mate-terminal/el +@dirrm share/mate/help/mate-terminal/de/figures +@dirrm share/mate/help/mate-terminal/de +@dirrm share/mate/help/mate-terminal/da/figures +@dirrm share/mate/help/mate-terminal/da +@dirrm share/mate/help/mate-terminal/cs/figures +@dirrm share/mate/help/mate-terminal/cs +@dirrm share/mate/help/mate-terminal/ca/figures +@dirrm share/mate/help/mate-terminal/ca +@dirrm share/mate/help/mate-terminal/bg/figures +@dirrm share/mate/help/mate-terminal/bg +@dirrm share/mate/help/mate-terminal/C/figures +@dirrm share/mate/help/mate-terminal/C +@dirrm share/mate/help/mate-terminal +@dirrm %%DATADIR%% +@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/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@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/mate/Makefile b/x11/mate/Makefile new file mode 100644 index 000000000000..0c457ee91c4d --- /dev/null +++ b/x11/mate/Makefile @@ -0,0 +1,38 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= mate +PORTVERSION= 1.6.0 +CATEGORIES= x11 mate +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The "meta-port" for the MATE integrated X11 desktop + +# mate-screensaver:${PORTSDIR}/x11/mate-screensaver \ + +RUN_DEPENDS= mate-base>=1.6.0:${PORTSDIR}/x11/mate-base \ + mate-themes>=1.6.0:${PORTSDIR}/x11-themes/mate-themes \ + mate-icon-theme-faenza>=1.6.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza \ + mate-terminal:${PORTSDIR}/x11/mate-terminal \ + \ + mate-calc:${PORTSDIR}/math/mate-calc \ + mate-screenshot:${PORTSDIR}/deskutils/mate-utils \ + mate-system-monitor:${PORTSDIR}/sysutils/mate-system-monitor \ + eom:${PORTSDIR}/graphics/mate-image-viewer \ + engrampa:${PORTSDIR}/archivers/mate-file-archiver \ + atril:${PORTSDIR}/graphics/mate-document-viewer \ + mate-volume-control:${PORTSDIR}/audio/mate-media \ + mate-power-manager:${PORTSDIR}/sysutils/mate-power-manager \ + mozo:${PORTSDIR}/deskutils/mate-menu-editor \ + mate-applets>=1.6.0:${PORTSDIR}/x11/mate-applets + +USE_MATE= pluma:run + +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes + +.include <bsd.port.mk> diff --git a/x11/mate/pkg-descr b/x11/mate/pkg-descr new file mode 100644 index 000000000000..5a704393cb23 --- /dev/null +++ b/x11/mate/pkg-descr @@ -0,0 +1,21 @@ +MATE is a fork of GNOME 2. + +It provides an intuitive and attractive desktop to users using +traditional metaphors. + +-- + +Where does the name come from? + +The name "MATE" comes from yerba mate, a species of holly native +to subtropical South America. Its leaves contain caffeine and are +used to make infusions and a beverage called mate. + +-- + +This metaport installs MATE base (lite, a lean desktop) plus +extras applications such as text editor, archiver manager and +etc. If you do not want to have the bloats, please install +x11/mate-base. + +WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/mate/pkg-message b/x11/mate/pkg-message new file mode 100644 index 000000000000..4264054b795e --- /dev/null +++ b/x11/mate/pkg-message @@ -0,0 +1,8 @@ +************************************************************************** +Congratulations! MATE base has been successfully installed on your system. +For help on starting it up, as well as answers to common questions, and +some known issues, please see the FreeBSD GNOME homepage at: + + http://www.FreeBSD.org/gnome/ + +************************************************************************** diff --git a/x11/mate/pkg-plist b/x11/mate/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/x11/mate/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |