diff options
author | kwm <kwm@FreeBSD.org> | 2015-07-28 04:19:33 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-07-28 04:19:33 +0800 |
commit | f3a030abc46a4b0256ee69dd4918b96f535a295d (patch) | |
tree | 0d276f72ec80621ae31f35239a1c27ae16c21bba | |
parent | c0e75495d2db694b13f48fd2ce73094f2affcc17 (diff) | |
download | freebsd-ports-gnome-f3a030abc46a4b0256ee69dd4918b96f535a295d.tar.gz freebsd-ports-gnome-f3a030abc46a4b0256ee69dd4918b96f535a295d.tar.zst freebsd-ports-gnome-f3a030abc46a4b0256ee69dd4918b96f535a295d.zip |
Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.
This update fixes the following PR's:
PR: 193942, 191885
Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from: gnome devel repo.
135 files changed, 5765 insertions, 5299 deletions
@@ -7737,3 +7737,5 @@ amd64-gcc||2015-07-25|No real use amd64-xtoolchain-gcc||2015-07-25|No real use devel/p5-Test-Tester|devel/p5-Test-Simple|2015-07-25|Has expired: Part of p5-Test-Simple (use that instead), and included in perl 5.22 devel/p5-Test-use-ok|devel/p5-Test-Simple|2015-07-25|Has expired: Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22 +math/mate-calc||2015-07-27|Not part of MATE 1.10. Instead galculator is used +x11/mate-dialogs||2015-07-27|Not part of MATE 1.10 diff --git a/Mk/bsd.mate.mk b/Mk/bsd.mate.mk index 0ea6c7741ec3..d102878c5a5e 100644 --- a/Mk/bsd.mate.mk +++ b/Mk/bsd.mate.mk @@ -50,7 +50,7 @@ _USE_MATE_ALL= autogen intlhack intltool # the *.pc file instead. _USE_MATE_ALL+= caja common controlcenter desktop dialogs docutils icontheme \ libmatekbd libmateweather \ - marco menus mucharmap notificationdaemon panel polkit pluma \ + marco menus notificationdaemon panel polkit pluma \ settingsdaemon SCROLLKEEPER_DIR= /var/db/rarian @@ -60,11 +60,6 @@ caja_BUILD_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/caja caja_LIB_DEPENDS= libcaja-extension.so:${PORTSDIR}/x11-fm/caja caja_RUN_DEPENDS= ${caja_DETECT}:${PORTSDIR}/x11-fm/caja -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 diff --git a/archivers/engrampa/Makefile b/archivers/engrampa/Makefile index 641deb056838..af16e4dabc8e 100644 --- a/archivers/engrampa/Makefile +++ b/archivers/engrampa/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= engrampa -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.1 CATEGORIES= archivers mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/archivers/engrampa/distinfo b/archivers/engrampa/distinfo index c7941d2b3880..48ce63002c8f 100644 --- a/archivers/engrampa/distinfo +++ b/archivers/engrampa/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/engrampa-1.8.1.tar.xz) = f8c541de364352005b2f4a100140197a2190269d3dbffe032e284a98478f1be7 -SIZE (mate/engrampa-1.8.1.tar.xz) = 1367088 +SHA256 (mate/engrampa-1.10.1.tar.xz) = d166cbde0dff6a6e714c458b813dde41e45c851fb3a1795841484e524a642ac8 +SIZE (mate/engrampa-1.10.1.tar.xz) = 1401616 diff --git a/archivers/engrampa/files/patch-src_fr-command-tar.c b/archivers/engrampa/files/patch-src_fr-command-tar.c index 78843a28c6e9..f80cbce7b080 100644 --- a/archivers/engrampa/files/patch-src_fr-command-tar.c +++ b/archivers/engrampa/files/patch-src_fr-command-tar.c @@ -1,12 +1,13 @@ ---- 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)) +--- src/fr-command-tar.c.orig 2014-11-19 15:44:09.000000000 +0100 ++++ src/fr-command-tar.c 2014-12-04 18:28:31.998497849 +0100 +@@ -245,6 +245,10 @@ + g_free (command); 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/engrampa/pkg-plist b/archivers/engrampa/pkg-plist index 881749597ea2..69a0d22db919 100644 --- a/archivers/engrampa/pkg-plist +++ b/archivers/engrampa/pkg-plist @@ -1,10 +1,14 @@ bin/engrampa lib/caja/extensions-2.0/libcaja-engrampa.so +libexec/engrampa-server libexec/engrampa/isoinfo.sh libexec/engrampa/rpm2cpio man/man1/engrampa.1.gz share/MateConf/gsettings/engrampa.convert +share/appdata/engrampa.appdata.xml share/applications/engrampa.desktop +share/caja/extensions/libcaja-engrampa.caja-extension +share/dbus-1/services/org.mate.Engrampa.service %%DATADIR%%/icons/hicolor/16x16/actions/add-files-to-archive.png %%DATADIR%%/icons/hicolor/16x16/actions/add-folder-to-archive.png %%DATADIR%%/icons/hicolor/16x16/actions/extract-archive.png diff --git a/audio/Makefile b/audio/Makefile index 27d5cf017b5b..6573224dea4c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -370,6 +370,7 @@ SUBDIR += liblo SUBDIR += liblscp SUBDIR += libmad + SUBDIR += libmatemixer SUBDIR += libmikmod SUBDIR += libmodplug SUBDIR += libmp3-archive-perl diff --git a/audio/libmatemixer/Makefile b/audio/libmatemixer/Makefile new file mode 100644 index 000000000000..c7c9210a8b10 --- /dev/null +++ b/audio/libmatemixer/Makefile @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= libmatemixer +PORTVERSION= 1.10.0 +CATEGORIES= audio mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Mixer library for MATE desktop + +LICENSE= LGPL21 + +USES= gettext libtool pathfix pkgconfig tar:xz +USE_GNOME= glib20 intltool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-null \ + --enable-oss \ + --disable-gtk-doc \ + --disable-gtk-doc-html \ + --disable-gtk-doc-pdf +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= PULSEAUDIO ALSA +OPTIONS_SUB= yes + +PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio +ALSA_CONFIGURE_ENABLE= alsa +ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib + +.include <bsd.port.mk> diff --git a/audio/libmatemixer/distinfo b/audio/libmatemixer/distinfo new file mode 100644 index 000000000000..b72f0caa0425 --- /dev/null +++ b/audio/libmatemixer/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/libmatemixer-1.10.0.tar.xz) = a4edc285fa07e6f556a3d6e384c7535f26d3a0bbe1cdc56eadd4f0c034ee5551 +SIZE (mate/libmatemixer-1.10.0.tar.xz) = 380208 diff --git a/audio/libmatemixer/pkg-descr b/audio/libmatemixer/pkg-descr new file mode 100644 index 000000000000..6ea6ce6c0270 --- /dev/null +++ b/audio/libmatemixer/pkg-descr @@ -0,0 +1,6 @@ +libmatemixer is a mixer library for MATE desktop. + +It provides an abstract API allowing access to mixer functionality available +in the PulseAudio, ALSA and OSS sound systems. + +WWW: https://github.com/mate-desktop/libmatemixer diff --git a/audio/libmatemixer/pkg-plist b/audio/libmatemixer/pkg-plist new file mode 100644 index 000000000000..0c64f2bc2e05 --- /dev/null +++ b/audio/libmatemixer/pkg-plist @@ -0,0 +1,52 @@ +include/mate-mixer/libmatemixer/matemixer-app-info.h +include/mate-mixer/libmatemixer/matemixer-context.h +include/mate-mixer/libmatemixer/matemixer-device-switch.h +include/mate-mixer/libmatemixer/matemixer-device.h +include/mate-mixer/libmatemixer/matemixer-enum-types.h +include/mate-mixer/libmatemixer/matemixer-enums.h +include/mate-mixer/libmatemixer/matemixer-stored-control.h +include/mate-mixer/libmatemixer/matemixer-stream-control.h +include/mate-mixer/libmatemixer/matemixer-stream-switch.h +include/mate-mixer/libmatemixer/matemixer-stream-toggle.h +include/mate-mixer/libmatemixer/matemixer-stream.h +include/mate-mixer/libmatemixer/matemixer-switch-option.h +include/mate-mixer/libmatemixer/matemixer-switch.h +include/mate-mixer/libmatemixer/matemixer-types.h +include/mate-mixer/libmatemixer/matemixer-version.h +include/mate-mixer/libmatemixer/matemixer.h +lib/libmatemixer.a +lib/libmatemixer.so +lib/libmatemixer.so.0 +lib/libmatemixer.so.0.0.0 +%%ALSA%%lib/libmatemixer/libmatemixer-alsa.a +%%ALSA%%lib/libmatemixer/libmatemixer-alsa.so +lib/libmatemixer/libmatemixer-oss.a +lib/libmatemixer/libmatemixer-oss.so +%%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.a +%%PULSEAUDIO%%lib/libmatemixer/libmatemixer-pulse.so +libdata/pkgconfig/libmatemixer.pc +share/gtk-doc/html/libmatemixer/MateMixerAppInfo.html +share/gtk-doc/html/libmatemixer/MateMixerContext.html +share/gtk-doc/html/libmatemixer/MateMixerDevice.html +share/gtk-doc/html/libmatemixer/MateMixerDeviceSwitch.html +share/gtk-doc/html/libmatemixer/MateMixerStoredControl.html +share/gtk-doc/html/libmatemixer/MateMixerStream.html +share/gtk-doc/html/libmatemixer/MateMixerStreamControl.html +share/gtk-doc/html/libmatemixer/MateMixerStreamSwitch.html +share/gtk-doc/html/libmatemixer/MateMixerStreamToggle.html +share/gtk-doc/html/libmatemixer/MateMixerSwitch.html +share/gtk-doc/html/libmatemixer/MateMixerSwitchOption.html +share/gtk-doc/html/libmatemixer/api-index-full.html +share/gtk-doc/html/libmatemixer/ch01.html +share/gtk-doc/html/libmatemixer/home.png +share/gtk-doc/html/libmatemixer/index.html +share/gtk-doc/html/libmatemixer/index.sgml +share/gtk-doc/html/libmatemixer/left-insensitive.png +share/gtk-doc/html/libmatemixer/left.png +share/gtk-doc/html/libmatemixer/libmatemixer-MateMixer.html +share/gtk-doc/html/libmatemixer/libmatemixer.devhelp2 +share/gtk-doc/html/libmatemixer/right-insensitive.png +share/gtk-doc/html/libmatemixer/right.png +share/gtk-doc/html/libmatemixer/style.css +share/gtk-doc/html/libmatemixer/up-insensitive.png +share/gtk-doc/html/libmatemixer/up.png diff --git a/audio/mate-media/Makefile b/audio/mate-media/Makefile index 26cebfae8d7e..09bb1829d06d 100644 --- a/audio/mate-media/Makefile +++ b/audio/mate-media/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-media -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 CATEGORIES= audio mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -11,7 +11,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Multimedia applications for the MATE desktop BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libmatemixer.so:${PORTSDIR}/audio/libmatemixer \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique PORTSCOUT= limitw:1,even @@ -21,21 +23,10 @@ USE_GNOME= glib20 gtk20 intlhack libxml2 USE_LDCONFIG= yes USE_GSTREAMER= good GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk=2.0 INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-pulseaudio \ - --enable-gst-mixer-applet CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -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.in \ - ${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 index de01a8e6fd2e..a208f6c3ef1b 100644 --- a/audio/mate-media/distinfo +++ b/audio/mate-media/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-media-1.8.0.tar.xz) = a264f9afcae7dff50aefb813616857db10ed62ac30c4071e690485ee9c6e5f61 -SIZE (mate/mate-media-1.8.0.tar.xz) = 939728 +SHA256 (mate/mate-media-1.10.0.tar.xz) = c8e57bf169a2687319a6ddb1c6db6e256b9edeb15ce3a3cc2762a76c96ed18fc +SIZE (mate/mate-media-1.10.0.tar.xz) = 506300 diff --git a/audio/mate-media/pkg-plist b/audio/mate-media/pkg-plist index 0d93d9d9d665..e3fdb3a3dff8 100644 --- a/audio/mate-media/pkg-plist +++ b/audio/mate-media/pkg-plist @@ -1,119 +1,9 @@ bin/mate-volume-control -libexec/mate_mixer_applet2 +bin/mate-volume-control-applet +etc/xdg/autostart/mate-volume-control-applet.desktop +man/man1/mate-volume-control-applet.1.gz man/man1/mate-volume-control.1.gz -share/MateConf/gsettings/mate-volume-control.convert share/applications/mate-volume-control.desktop -share/dbus-1/services/org.mate.panel.applet.MixerAppletFactory.service -share/help/C/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/C/mate-mixer_applet2/index.docbook -share/help/C/mate-mixer_applet2/legal.xml -share/help/C/mate-volume-control/figures/mate-volume-control_window.png -share/help/C/mate-volume-control/index.docbook -share/help/C/mate-volume-control/legal.xml -share/help/ca/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/ca/mate-mixer_applet2/index.docbook -share/help/ca/mate-mixer_applet2/legal.xml -share/help/ca/mate-volume-control/figures/mate-volume-control_window.png -share/help/ca/mate-volume-control/index.docbook -share/help/ca/mate-volume-control/legal.xml -share/help/cs/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/cs/mate-mixer_applet2/index.docbook -share/help/cs/mate-mixer_applet2/legal.xml -share/help/cs/mate-volume-control/figures/mate-volume-control_window.png -share/help/cs/mate-volume-control/index.docbook -share/help/cs/mate-volume-control/legal.xml -share/help/da/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/da/mate-mixer_applet2/index.docbook -share/help/da/mate-mixer_applet2/legal.xml -share/help/da/mate-volume-control/figures/mate-volume-control_window.png -share/help/da/mate-volume-control/index.docbook -share/help/da/mate-volume-control/legal.xml -share/help/de/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/de/mate-mixer_applet2/index.docbook -share/help/de/mate-mixer_applet2/legal.xml -share/help/de/mate-volume-control/figures/mate-volume-control_window.png -share/help/de/mate-volume-control/index.docbook -share/help/de/mate-volume-control/legal.xml -share/help/el/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/el/mate-mixer_applet2/index.docbook -share/help/el/mate-mixer_applet2/legal.xml -share/help/el/mate-volume-control/figures/mate-volume-control_window.png -share/help/el/mate-volume-control/index.docbook -share/help/el/mate-volume-control/legal.xml -share/help/en_GB/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/en_GB/mate-mixer_applet2/index.docbook -share/help/en_GB/mate-mixer_applet2/legal.xml -share/help/en_GB/mate-volume-control/figures/mate-volume-control_window.png -share/help/en_GB/mate-volume-control/index.docbook -share/help/en_GB/mate-volume-control/legal.xml -share/help/es/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/es/mate-mixer_applet2/index.docbook -share/help/es/mate-mixer_applet2/legal.xml -share/help/es/mate-volume-control/figures/mate-volume-control_window.png -share/help/es/mate-volume-control/index.docbook -share/help/es/mate-volume-control/legal.xml -share/help/eu/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/eu/mate-mixer_applet2/index.docbook -share/help/eu/mate-mixer_applet2/legal.xml -share/help/fi/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/fi/mate-mixer_applet2/index.docbook -share/help/fi/mate-mixer_applet2/legal.xml -share/help/fr/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/fr/mate-mixer_applet2/index.docbook -share/help/fr/mate-mixer_applet2/legal.xml -share/help/fr/mate-volume-control/figures/mate-volume-control_window.png -share/help/fr/mate-volume-control/index.docbook -share/help/fr/mate-volume-control/legal.xml -share/help/hu/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/hu/mate-mixer_applet2/index.docbook -share/help/hu/mate-mixer_applet2/legal.xml -share/help/it/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/it/mate-mixer_applet2/index.docbook -share/help/it/mate-mixer_applet2/legal.xml -share/help/it/mate-volume-control/figures/mate-volume-control_window.png -share/help/it/mate-volume-control/index.docbook -share/help/it/mate-volume-control/legal.xml -share/help/ko/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/ko/mate-mixer_applet2/index.docbook -share/help/ko/mate-mixer_applet2/legal.xml -share/help/oc/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/oc/mate-mixer_applet2/index.docbook -share/help/oc/mate-mixer_applet2/legal.xml -share/help/oc/mate-volume-control/figures/mate-volume-control_window.png -share/help/oc/mate-volume-control/index.docbook -share/help/oc/mate-volume-control/legal.xml -share/help/pa/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/pa/mate-mixer_applet2/index.docbook -share/help/pa/mate-mixer_applet2/legal.xml -share/help/pt_BR/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/pt_BR/mate-mixer_applet2/index.docbook -share/help/pt_BR/mate-mixer_applet2/legal.xml -share/help/ru/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/ru/mate-mixer_applet2/index.docbook -share/help/ru/mate-mixer_applet2/legal.xml -share/help/ru/mate-volume-control/figures/mate-volume-control_window.png -share/help/ru/mate-volume-control/index.docbook -share/help/ru/mate-volume-control/legal.xml -share/help/sv/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/sv/mate-mixer_applet2/index.docbook -share/help/sv/mate-mixer_applet2/legal.xml -share/help/sv/mate-volume-control/figures/mate-volume-control_window.png -share/help/sv/mate-volume-control/index.docbook -share/help/sv/mate-volume-control/legal.xml -share/help/uk/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/uk/mate-mixer_applet2/index.docbook -share/help/uk/mate-mixer_applet2/legal.xml -share/help/zh_CN/mate-mixer_applet2/figures/volumecontrol_applet.png -share/help/zh_CN/mate-mixer_applet2/index.docbook -share/help/zh_CN/mate-mixer_applet2/legal.xml -share/help/zh_CN/mate-volume-control/figures/mate-volume-control_window.png -share/help/zh_CN/mate-volume-control/index.docbook -share/help/zh_CN/mate-volume-control/legal.xml -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 @@ -206,11 +96,45 @@ 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%%/icons/mate/16x16/status/audio-input-microphone-high.png +%%DATADIR%%/icons/mate/16x16/status/audio-input-microphone-low.png +%%DATADIR%%/icons/mate/16x16/status/audio-input-microphone-medium.png +%%DATADIR%%/icons/mate/16x16/status/audio-input-microphone-muted.png +%%DATADIR%%/icons/mate/22x22/status/audio-input-microphone-high.png +%%DATADIR%%/icons/mate/22x22/status/audio-input-microphone-low.png +%%DATADIR%%/icons/mate/22x22/status/audio-input-microphone-medium.png +%%DATADIR%%/icons/mate/22x22/status/audio-input-microphone-muted.png +%%DATADIR%%/icons/mate/24x24/status/audio-input-microphone-high.png +%%DATADIR%%/icons/mate/24x24/status/audio-input-microphone-low.png +%%DATADIR%%/icons/mate/24x24/status/audio-input-microphone-medium.png +%%DATADIR%%/icons/mate/24x24/status/audio-input-microphone-muted.png +%%DATADIR%%/icons/mate/32x32/status/audio-input-microphone-high.png +%%DATADIR%%/icons/mate/32x32/status/audio-input-microphone-low.png +%%DATADIR%%/icons/mate/32x32/status/audio-input-microphone-medium.png +%%DATADIR%%/icons/mate/32x32/status/audio-input-microphone-muted.png +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-center-back-testing.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-center-back.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-center-testing.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-center.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-back-testing.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-back.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-side-testing.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-side.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left-testing.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-left.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-back-testing.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-back.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-side-testing.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-side.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right-testing.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-speaker-right.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-subwoofer-testing.svg +%%DATADIR%%/icons/mate/48x48/devices/audio-subwoofer.svg +%%DATADIR%%/icons/mate/scalable/status/audio-input-microphone-high.svg +%%DATADIR%%/icons/mate/scalable/status/audio-input-microphone-low.svg +%%DATADIR%%/icons/mate/scalable/status/audio-input-microphone-medium.svg +%%DATADIR%%/icons/mate/scalable/status/audio-input-microphone-muted.svg %%DATADIR%%/sounds/mate-sounds-default.xml -share/mate-panel/applets/org.mate.applets.MixerApplet.mate-panel-applet share/sounds/mate/default/alerts/bark.ogg share/sounds/mate/default/alerts/drip.ogg share/sounds/mate/default/alerts/glass.ogg diff --git a/deskutils/caja-extensions/Makefile b/deskutils/caja-extensions/Makefile index 11b9cdc93d22..6b0f8ae2a27e 100644 --- a/deskutils/caja-extensions/Makefile +++ b/deskutils/caja-extensions/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= caja-extensions -PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTVERSION= 1.10.0 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org -COMMENT= Caja extension which allows you to open a terminal +COMMENT= Set of extensions for Caja LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp diff --git a/deskutils/caja-extensions/distinfo b/deskutils/caja-extensions/distinfo index 06b9758c3e99..161ed3e8ff6b 100644 --- a/deskutils/caja-extensions/distinfo +++ b/deskutils/caja-extensions/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/caja-extensions-1.8.0.tar.xz) = 71b4353236b4f13e1984a8497ff80ed63d74141833ba47a32629a5d3505bbc91 -SIZE (mate/caja-extensions-1.8.0.tar.xz) = 343784 +SHA256 (mate/caja-extensions-1.10.0.tar.xz) = 08dd6e5d649fbcdc53a1684e89ab0f4e74a812dd1d7b684201b63f94f649b0ea +SIZE (mate/caja-extensions-1.10.0.tar.xz) = 366796 diff --git a/deskutils/caja-extensions/pkg-descr b/deskutils/caja-extensions/pkg-descr index 413bf031e432..48d5d2c29d64 100644 --- a/deskutils/caja-extensions/pkg-descr +++ b/deskutils/caja-extensions/pkg-descr @@ -1,3 +1,3 @@ -Caja extension which allows you to open a terminal. +Set of extensions for Caja, the MATE file manager. WWW: http://mate-desktop.org/ diff --git a/deskutils/caja-extensions/pkg-plist b/deskutils/caja-extensions/pkg-plist index 5fe6787f8187..6afe455e15f5 100644 --- a/deskutils/caja-extensions/pkg-plist +++ b/deskutils/caja-extensions/pkg-plist @@ -11,6 +11,7 @@ lib/caja/extensions-2.0/libcaja-image-converter.so lib/caja/extensions-2.0/libcaja-open-terminal.so lib/caja/extensions-2.0/libcaja-sendto.so lib/caja/extensions-2.0/libcaja-share.so +lib/caja/extensions-2.0/libcaja-wallpaper.so libdata/pkgconfig/caja-sendto.pc man/man1/caja-sendto.1.gz share/MateConf/gsettings/caja-open-terminal.convert @@ -19,6 +20,13 @@ share/MateConf/gsettings/caja-sendto-convert %%DATADIR%%/caja-image-rotate.ui %%DATADIR%%/caja-sendto.ui %%DATADIR%%/share-dialog.ui +share/caja/extensions/libcaja-gksu.caja-extension +share/caja/extensions/libcaja-image-converter.caja-extension +share/caja/extensions/libcaja-open-terminal.caja-extension +share/caja/extensions/libcaja-sendto.caja-extension +share/caja/extensions/libcaja-share.caja-extension +share/caja/extensions/libcaja-wallpaper.caja-extension +share/gtk-doc/html/caja-sendto/annotation-glossary.html share/gtk-doc/html/caja-sendto/api-index-full.html share/gtk-doc/html/caja-sendto/caja-sendto-caja-sendto-plugin.html share/gtk-doc/html/caja-sendto/caja-sendto.devhelp2 @@ -45,23 +53,31 @@ share/locale/el/LC_MESSAGES/caja-extensions.mo share/locale/en_AU/LC_MESSAGES/caja-extensions.mo share/locale/en_GB/LC_MESSAGES/caja-extensions.mo share/locale/es/LC_MESSAGES/caja-extensions.mo +share/locale/et/LC_MESSAGES/caja-extensions.mo share/locale/eu/LC_MESSAGES/caja-extensions.mo share/locale/fr/LC_MESSAGES/caja-extensions.mo share/locale/gl/LC_MESSAGES/caja-extensions.mo +share/locale/hi/LC_MESSAGES/caja-extensions.mo share/locale/hr/LC_MESSAGES/caja-extensions.mo share/locale/hu/LC_MESSAGES/caja-extensions.mo +share/locale/id/LC_MESSAGES/caja-extensions.mo share/locale/it/LC_MESSAGES/caja-extensions.mo +share/locale/ja/LC_MESSAGES/caja-extensions.mo share/locale/kk/LC_MESSAGES/caja-extensions.mo share/locale/ko/LC_MESSAGES/caja-extensions.mo +share/locale/lt/LC_MESSAGES/caja-extensions.mo share/locale/mk/LC_MESSAGES/caja-extensions.mo +share/locale/mr/LC_MESSAGES/caja-extensions.mo share/locale/ms/LC_MESSAGES/caja-extensions.mo share/locale/nl/LC_MESSAGES/caja-extensions.mo share/locale/pl/LC_MESSAGES/caja-extensions.mo share/locale/pt/LC_MESSAGES/caja-extensions.mo share/locale/pt_BR/LC_MESSAGES/caja-extensions.mo +share/locale/ro/LC_MESSAGES/caja-extensions.mo share/locale/ru/LC_MESSAGES/caja-extensions.mo share/locale/sk/LC_MESSAGES/caja-extensions.mo share/locale/sl/LC_MESSAGES/caja-extensions.mo +share/locale/sr/LC_MESSAGES/caja-extensions.mo share/locale/sv/LC_MESSAGES/caja-extensions.mo share/locale/tr/LC_MESSAGES/caja-extensions.mo share/locale/uk/LC_MESSAGES/caja-extensions.mo diff --git a/deskutils/mate-notification-daemon/Makefile b/deskutils/mate-notification-daemon/Makefile index 6940cfba9e09..4131b82ce562 100644 --- a/deskutils/mate-notification-daemon/Makefile +++ b/deskutils/mate-notification-daemon/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-notification-daemon -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/deskutils/mate-notification-daemon/distinfo b/deskutils/mate-notification-daemon/distinfo index e7bde85f6442..c10bfc8e59ae 100644 --- a/deskutils/mate-notification-daemon/distinfo +++ b/deskutils/mate-notification-daemon/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-notification-daemon-1.8.0.tar.xz) = 21f29513efdbc97ab87e7813bb81c2d23038f5c49a57f55107316f99ae79cfb0 -SIZE (mate/mate-notification-daemon-1.8.0.tar.xz) = 301228 +SHA256 (mate/mate-notification-daemon-1.10.0.tar.xz) = 03438b0b9f67b5cef07193e36674ce08b621f598cf77fe0591983f3c007b58c0 +SIZE (mate/mate-notification-daemon-1.10.0.tar.xz) = 303324 diff --git a/deskutils/mate-notification-daemon/pkg-plist b/deskutils/mate-notification-daemon/pkg-plist index f73f1364d68c..1393344fa3ea 100644 --- a/deskutils/mate-notification-daemon/pkg-plist +++ b/deskutils/mate-notification-daemon/pkg-plist @@ -37,6 +37,7 @@ 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/hi/LC_MESSAGES/mate-notification-daemon.mo share/locale/hr/LC_MESSAGES/mate-notification-daemon.mo share/locale/hu/LC_MESSAGES/mate-notification-daemon.mo share/locale/id/LC_MESSAGES/mate-notification-daemon.mo @@ -49,6 +50,7 @@ share/locale/ky/LC_MESSAGES/mate-notification-daemon.mo share/locale/lt/LC_MESSAGES/mate-notification-daemon.mo share/locale/lv/LC_MESSAGES/mate-notification-daemon.mo share/locale/mk/LC_MESSAGES/mate-notification-daemon.mo +share/locale/mr/LC_MESSAGES/mate-notification-daemon.mo share/locale/ms/LC_MESSAGES/mate-notification-daemon.mo share/locale/nb/LC_MESSAGES/mate-notification-daemon.mo share/locale/nl/LC_MESSAGES/mate-notification-daemon.mo @@ -57,11 +59,13 @@ 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/ro/LC_MESSAGES/mate-notification-daemon.mo share/locale/ru/LC_MESSAGES/mate-notification-daemon.mo share/locale/sc/LC_MESSAGES/mate-notification-daemon.mo share/locale/sk/LC_MESSAGES/mate-notification-daemon.mo share/locale/sl/LC_MESSAGES/mate-notification-daemon.mo share/locale/sq/LC_MESSAGES/mate-notification-daemon.mo +share/locale/sr/LC_MESSAGES/mate-notification-daemon.mo share/locale/sv/LC_MESSAGES/mate-notification-daemon.mo share/locale/te/LC_MESSAGES/mate-notification-daemon.mo share/locale/tr/LC_MESSAGES/mate-notification-daemon.mo diff --git a/deskutils/mate-utils/Makefile b/deskutils/mate-utils/Makefile index 4dff039ebb4f..fd3fdae5aa5f 100644 --- a/deskutils/mate-utils/Makefile +++ b/deskutils/mate-utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-utils -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -24,6 +24,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-maintainer-flags=no \ --disable-gtk-doc \ + --with-gtk=2.0 \ --with-html-dir=${PREFIX}/share/doc INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/mate-utils/distinfo b/deskutils/mate-utils/distinfo index 2e04626cb4de..ad680521b7c9 100644 --- a/deskutils/mate-utils/distinfo +++ b/deskutils/mate-utils/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-utils-1.8.1.tar.xz) = 0ad9c40c656214caaa6cbd2107ebb13e3cea0b64b4e31c7105568726313522a5 -SIZE (mate/mate-utils-1.8.1.tar.xz) = 2648184 +SHA256 (mate/mate-utils-1.10.1.tar.xz) = 68515690e90616f25a479f203c94c47fed75b5474d99e55bc4b1f418dadee294 +SIZE (mate/mate-utils-1.10.1.tar.xz) = 2612476 diff --git a/deskutils/mate-utils/files/patch-logview_logview-utils.c b/deskutils/mate-utils/files/patch-logview_logview-utils.c deleted file mode 100644 index 4faad70213df..000000000000 --- a/deskutils/mate-utils/files/patch-logview_logview-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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-plist b/deskutils/mate-utils/pkg-plist index 10a05fde160c..eeb0deeef2a4 100644 --- a/deskutils/mate-utils/pkg-plist +++ b/deskutils/mate-utils/pkg-plist @@ -34,6 +34,10 @@ 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/appdata/mate-dictionary.appdata.xml +share/appdata/mate-disk-usage-analyzer.appdata.xml +share/appdata/mate-screenshot.appdata.xml +share/appdata/mate-search-tool.appdata.xml share/applications/mate-dictionary.desktop share/applications/mate-disk-usage-analyzer.desktop share/applications/mate-screenshot.desktop diff --git a/deskutils/mozo/Makefile b/deskutils/mozo/Makefile index 6b966a904ec5..5c4749c73f27 100644 --- a/deskutils/mozo/Makefile +++ b/deskutils/mozo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mozo -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/deskutils/mozo/distinfo b/deskutils/mozo/distinfo index 6334e521cc5a..437808976665 100644 --- a/deskutils/mozo/distinfo +++ b/deskutils/mozo/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mozo-1.8.0.tar.xz) = 326f0a6c30c07381b113b243ccdcc46269b2cab1e998ea6e1f9e79f520f015cb -SIZE (mate/mozo-1.8.0.tar.xz) = 162484 +SHA256 (mate/mozo-1.10.0.tar.xz) = b84bd95da46bfda950a73eda1b47b4d7d1e4814aa2eba76a1d7e4fb07489118d +SIZE (mate/mozo-1.10.0.tar.xz) = 163540 diff --git a/deskutils/mozo/pkg-plist b/deskutils/mozo/pkg-plist index 98f3671a1044..4016ecc888bc 100644 --- a/deskutils/mozo/pkg-plist +++ b/deskutils/mozo/pkg-plist @@ -77,6 +77,7 @@ 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/ku_IQ/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 diff --git a/devel/mate-common/Makefile b/devel/mate-common/Makefile index 2d618b1d4b79..9a8097ef66b4 100644 --- a/devel/mate-common/Makefile +++ b/devel/mate-common/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-common -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 CATEGORIES= devel mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/devel/mate-common/distinfo b/devel/mate-common/distinfo index 295af724e7f0..ab08dc1e75ef 100644 --- a/devel/mate-common/distinfo +++ b/devel/mate-common/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-common-1.8.0.tar.xz) = 0b04310e61d0f9a7dd3ba32aadae38a6d0089b464b134bf015472fc9f47a23cc -SIZE (mate/mate-common-1.8.0.tar.xz) = 71072 +SHA256 (mate/mate-common-1.10.0.tar.xz) = a2193e5d2ae78aa3f7bdf5636fb46d8142d417be76885758bf3795bc5e73d822 +SIZE (mate/mate-common-1.10.0.tar.xz) = 72136 diff --git a/devel/mate-common/files/patch-macros_mate-autogen b/devel/mate-common/files/patch-macros_mate-autogen index 5f379b25633a..58a374b07e7c 100644 --- a/devel/mate-common/files/patch-macros_mate-autogen +++ b/devel/mate-common/files/patch-macros_mate-autogen @@ -1,25 +1,25 @@ 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 @@ +--- macros/mate-autogen.orig 2015-01-12 08:15:17.000000000 +0100 ++++ macros/mate-autogen 2015-01-13 07:59:16.690666241 +0100 +@@ -97,6 +97,7 @@ vc_min_version=$4 vc_source=$5 vc_status=1 + vc_option="--version" + local ${vc_variable}_VERSION vc_checkprog=`eval echo "\\$$vc_variable"` - if [ -n "$vc_checkprog" ]; then -@@ -89,11 +90,19 @@ +@@ -110,11 +111,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 diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index 9a326d6d8189..028f92a1400e 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pluma -PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTVERSION= 1.10.2 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -21,12 +20,14 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ python:2 shebangfix tar:xz +USE_MATE= desktop USE_XORG= sm x11 USE_GNOME= gtk20 gtksourceview2 gvfs intlhack libxml2 \ pygobject pygtk2 pygtksourceview USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc \ + --with-gtk=2.0 \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/editors/pluma/distinfo b/editors/pluma/distinfo index 8c412fd532af..2f7411998c4e 100644 --- a/editors/pluma/distinfo +++ b/editors/pluma/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/pluma-1.8.1.tar.xz) = 38accc5c05062981a0649874300bc21ab3ad1a5ef47491186dffe7c035ed9e8b -SIZE (mate/pluma-1.8.1.tar.xz) = 3409032 +SHA256 (mate/pluma-1.10.2.tar.xz) = c0614334dc99e5dde73cbda6cb561cb1a5dc3e3269d74a4134095f9abf73c89a +SIZE (mate/pluma-1.10.2.tar.xz) = 3442784 diff --git a/editors/pluma/pkg-plist b/editors/pluma/pkg-plist index 51854a3e2884..e1dea8820b45 100644 --- a/editors/pluma/pkg-plist +++ b/editors/pluma/pkg-plist @@ -135,6 +135,7 @@ libdata/pkgconfig/pluma.pc libexec/pluma/pluma-bugreport.sh man/man1/pluma.1.gz share/MateConf/gsettings/pluma.convert +share/appdata/pluma.appdata.xml share/applications/pluma.desktop %%PORTDOCS%%%%DOCSDIR%%/PlumaMessage.html %%PORTDOCS%%%%DOCSDIR%%/PlumaMessageBus.html diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index 0edf4d2f7fdd..6e9f81a47b28 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= atril -PORTVERSION= 1.8.1 -PORTREVISION?= 6 +PORTVERSION= 1.10.1 +PORTREVISION?= 2 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -29,7 +29,6 @@ USE_GNOME= cairo gtk20 intlhack libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 \ - --disable-introspection \ --disable-static INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -45,8 +44,8 @@ USE_MATE+= desktop GLIB_SCHEMAS= org.mate.Atril.gschema.xml -OPTIONS_DEFINE= CAJA COMICS DJVU DVI KEYRING T1LIB XPS -OPTIONS_DEFAULT=CAJA COMICS KEYRING XPS +OPTIONS_DEFINE= CAJA COMICS DJVU DVI EPUB KEYRING T1LIB XPS +OPTIONS_DEFAULT=CAJA COMICS EPUB KEYRING XPS DVI_DESC= DVI viewer support T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI) CAJA_DESC= Caja plugin @@ -54,6 +53,7 @@ KEYRING_DESC= Keyring support COMICS_DESC= Comic book archives support DJVU_DESC= DJVU support XPS_DESC= XPS support +EPUB_DESC= Epub support OPTIONS_SUB= yes @@ -62,10 +62,12 @@ CAJA_USE= MATE=caja DJVU_LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre DJVU_CONFIGURE_ENABLE= djvu COMICS_CONFIGURE_ENABLE= comics -KEYRING_CONFIGURE_WITH= keyring +KEYRING_CONFIGURE_ENABLE= keyring KEYRING_LIB_DEPENDS= libsecret-1.so:${PORTSDIR}/security/libsecret XPS_CONFIGURE_ENABLE= xps XPS_LIB_DEPENDS= libgxps.so:${PORTSDIR}/graphics/libgxps +EPUB_CONFIGURE_ENABLE= epub +EPUB_LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 .include <bsd.port.options.mk> diff --git a/graphics/atril/distinfo b/graphics/atril/distinfo index e83ed4f20f6e..ce1d75fca998 100644 --- a/graphics/atril/distinfo +++ b/graphics/atril/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/atril-1.8.1.tar.xz) = 036b6bdf9f9caa7468c0cfb680360420cf8477007a0a04dc3b5c50b163c0333f -SIZE (mate/atril-1.8.1.tar.xz) = 1577776 +SHA256 (mate/atril-1.10.1.tar.xz) = 21037e7b55cb028ba7f52780c99df02f6b4b0b4d16ecad2231efd105452c4e6e +SIZE (mate/atril-1.10.1.tar.xz) = 2182156 diff --git a/graphics/atril/files/patch-shell_ev-window.c b/graphics/atril/files/patch-shell_ev-window.c deleted file mode 100644 index 34e0ce012962..000000000000 --- a/graphics/atril/files/patch-shell_ev-window.c +++ /dev/null @@ -1,50 +0,0 @@ ---- shell/ev-window.c.orig 2015-01-30 14:16:41 UTC -+++ shell/ev-window.c -@@ -422,12 +422,12 @@ ev_window_setup_action_sensitivity (EvWi - if (has_document && !ev_print_operation_exists_for_document(document)) - ok_to_print = FALSE; - -- if (has_document && -+ if (has_document && ev_window->priv->lockdown_settings && - g_settings_get_boolean (ev_window->priv->lockdown_settings, MATE_LOCKDOWN_SAVE)) { - ok_to_copy = FALSE; - } - -- if (has_document && -+ if (has_document && ev_window->priv->lockdown_settings && - g_settings_get_boolean (ev_window->priv->lockdown_settings, MATE_LOCKDOWN_PRINT)) { - ok_to_print = FALSE; - } -@@ -1375,12 +1375,14 @@ ev_window_setup_document (EvWindow *ev_w - ev_window); - } - -- if (!ev_window->priv->lockdown_settings) -- ev_window->priv->lockdown_settings = g_settings_new (MATE_LOCKDOWN_SCHEMA); -- g_signal_connect (ev_window->priv->lockdown_settings, -- "changed", -- G_CALLBACK (lockdown_changed), -- ev_window); -+ if (g_settings_schema_source_lookup(g_settings_schema_source_get_default(), MATE_LOCKDOWN_SCHEMA, FALSE) != NULL) { -+ if (!ev_window->priv->lockdown_settings) -+ ev_window->priv->lockdown_settings = g_settings_new (MATE_LOCKDOWN_SCHEMA); -+ g_signal_connect (ev_window->priv->lockdown_settings, -+ "changed", -+ G_CALLBACK (lockdown_changed), -+ ev_window); -+ } - - ev_window_setup_action_sensitivity (ev_window); - -@@ -3330,6 +3332,11 @@ ev_window_print_range (EvWindow *ev_wind - - ev_print_operation_set_embed_page_setup (op, !g_settings_get_boolean (ev_window->priv->lockdown_settings, - MATE_LOCKDOWN_PRINT_SETUP)); -+ if (ev_window->priv->lockdown_settings) -+ ev_print_operation_set_embed_page_setup (op, !g_settings_get_boolean (ev_window->priv->lockdown_settings, -+ MATE_LOCKDOWN_PRINT_SETUP)); -+ else -+ ev_print_operation_set_embed_page_setup (op, TRUE); - - g_object_unref (print_settings); - g_object_unref (print_page_setup); diff --git a/graphics/atril/pkg-plist b/graphics/atril/pkg-plist index 607799c72193..6c3f8386f8e2 100644 --- a/graphics/atril/pkg-plist +++ b/graphics/atril/pkg-plist @@ -48,12 +48,218 @@ 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 +include/atril/1.5.0/libview/ev-web-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 +%%EPUB%%lib/atril/3/backends/epub/MathJax/Images/CloseX-31.png +%%EPUB%%lib/atril/3/backends/epub/MathJax/Images/MenuArrow-15.png +%%EPUB%%lib/atril/3/backends/epub/MathJax/MathJax.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/config/Accessible-full.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/config/Accessible.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/config/Safe.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/config/TeX-AMS-MML_SVG-full.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/config/TeX-AMS-MML_SVG.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/config/local/local.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/FontWarnings.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/HelpDialog.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MatchWebFonts.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MathEvents.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MathML/content-mathml.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MathMenu.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/MathZoom.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/Safe.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/AMScd.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/AMSmath.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/AMSsymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/HTML.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/action.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/autobold.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/autoload-all.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/bbox.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/begingroup.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/boldsymbol.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/cancel.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/color.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/enclose.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/extpfeil.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/mathchoice.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/mhchem.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/newcommand.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/noErrors.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/noUndefined.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/unicode.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/TeX/verb.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/asciimath2jax.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/jsMath2jax.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/mml2jax.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/tex2jax.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/extensions/toMathML.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/jax.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/Arrows.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/CombDiacritMarks.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/CombDiactForSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/Dingbats.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/GeneralPunctuation.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/GeometricShapes.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/GreekAndCoptic.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/Latin1Supplement.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/LetterlikeSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MathOperators.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/MiscTechnical.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/SpacingModLetters.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/SuppMathOperators.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/SupplementalArrowsA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/element/mml/optable/SupplementalArrowsB.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/AsciiMath/config.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/AsciiMath/jax.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/config.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/a.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/b.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/c.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/d.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/e.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/f.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/fr.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/g.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/h.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/i.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/j.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/k.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/l.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/m.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/n.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/o.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/opf.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/p.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/q.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/r.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/s.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/scr.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/t.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/u.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/v.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/w.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/x.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/y.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/entities/z.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/MathML/jax.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/TeX/config.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/input/TeX/jax.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/annotation-xml.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/maction.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/menclose.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/mglyph.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/mmultiscripts.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/ms.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/mtable.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/autoload/multiline.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/config.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/fontdata-extra.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/fonts/TeX/fontdata.js +%%EPUB%%lib/atril/3/backends/epub/MathJax/jax/output/SVG/jax.js +%%EPUB%%lib/atril/3/backends/epubdocument.atril-backend %%COMICS%%lib/atril/3/backends/libcomicsdocument.so %%DJVU%%lib/atril/3/backends/libdjvudocument.so %%DVI%%lib/atril/3/backends/libdvidocument.so +%%EPUB%%lib/atril/3/backends/libepubdocument.so lib/atril/3/backends/libpdfdocument.so lib/atril/3/backends/libpsdocument.so lib/atril/3/backends/libtiffdocument.so @@ -77,6 +283,7 @@ man/man1/atril-previewer.1.gz man/man1/atril-thumbnailer.1.gz man/man1/atril.1.gz share/MateConf/gsettings/atril.convert +share/appdata/atril.appdata.xml share/applications/atril.desktop %%DATADIR%%/atril-previewer-ui.xml %%DATADIR%%/atril-toolbar.xml @@ -121,6 +328,7 @@ share/applications/atril.desktop %%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 +%%CAJA%%share/caja/extensions/libatril-properties-page.caja-extension share/dbus-1/services/org.mate.atril.Daemon.service share/gtk-doc/html/atril/EggFindBar.html share/gtk-doc/html/atril/EvFileMonitor.html diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index ec494b63d032..b97d54c7f013 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eom -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.3 CATEGORIES= graphics mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -20,8 +20,9 @@ USE_MATE= desktop icontheme USE_XORG= x11 USE_GNOME= gdkpixbuf2 glib20 gtk20 librsvg2 libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-gtk-doc \ +CONFIGURE_ARGS+= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc \ + --with-gtk=2.0 \ --disable-python \ --without-cms INSTALLS_ICONS= yes @@ -29,7 +30,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -GLIB_SCHEMAS= org.mate.eom.gschema.xml +GLIB_SCHEMAS= org.mate.eom.gschema.xml \ + org.mate.eom.enums.xml OPTIONS_DEFINE= EXIF EXEMPI OPTIONS_DEFAULT=EXIF EXEMPI diff --git a/graphics/eom/distinfo b/graphics/eom/distinfo index 31135f68da34..54552cc25509 100644 --- a/graphics/eom/distinfo +++ b/graphics/eom/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/eom-1.8.1.tar.xz) = d8c97de2aab548dce910cdfd98a11b671c943e9b195d38b043e482e2323ac6d8 -SIZE (mate/eom-1.8.1.tar.xz) = 2192220 +SHA256 (mate/eom-1.10.3.tar.xz) = f211939bc77c3a9eff8845d42d0d934fdd1cac9df33a08f495873f330403e5d9 +SIZE (mate/eom-1.10.3.tar.xz) = 2223896 diff --git a/graphics/eom/pkg-plist b/graphics/eom/pkg-plist index 2e7d30041ae7..4ae5bf51b67b 100644 --- a/graphics/eom/pkg-plist +++ b/graphics/eom/pkg-plist @@ -1,5 +1,6 @@ bin/eom include/eom-2.20/eom/eom-application.h +include/eom-2.20/eom/eom-clipboard-handler.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 @@ -31,6 +32,7 @@ lib/eom/plugins/statusbar-date.eom-plugin libdata/pkgconfig/eom.pc man/man1/eom.1.gz share/MateConf/gsettings/eom.convert +share/appdata/eom.appdata.xml share/applications/eom.desktop %%PORTDOCS%%%%DOCSDIR%%/EomDialog.html %%PORTDOCS%%%%DOCSDIR%%/EomExifDetails.html @@ -45,6 +47,7 @@ share/applications/eom.desktop %%PORTDOCS%%%%DOCSDIR%%/EomScrollView.html %%PORTDOCS%%%%DOCSDIR%%/EomSidebar.html %%PORTDOCS%%%%DOCSDIR%%/EomStatusbar.html +%%PORTDOCS%%%%DOCSDIR%%/api-index.html %%PORTDOCS%%%%DOCSDIR%%/ch01.html %%PORTDOCS%%%%DOCSDIR%%/ch02.html %%PORTDOCS%%%%DOCSDIR%%/ch03.html @@ -53,6 +56,7 @@ share/applications/eom.desktop %%PORTDOCS%%%%DOCSDIR%%/ch06.html %%PORTDOCS%%%%DOCSDIR%%/ch07.html %%PORTDOCS%%%%DOCSDIR%%/eom-eom-application.html +%%PORTDOCS%%%%DOCSDIR%%/eom-eom-clipboard-handler.html %%PORTDOCS%%%%DOCSDIR%%/eom-eom-config-keys.html %%PORTDOCS%%%%DOCSDIR%%/eom-eom-debug.html %%PORTDOCS%%%%DOCSDIR%%/eom-eom-error-message-area.html @@ -84,8 +88,10 @@ share/applications/eom.desktop %%PORTDOCS%%%%DOCSDIR%%/index.sgml %%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png %%PORTDOCS%%%%DOCSDIR%%/left.png +%%PORTDOCS%%%%DOCSDIR%%/pt01.html %%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png %%PORTDOCS%%%%DOCSDIR%%/right.png +%%PORTDOCS%%%%DOCSDIR%%/rn01.html %%PORTDOCS%%%%DOCSDIR%%/style.css %%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png %%PORTDOCS%%%%DOCSDIR%%/up.png diff --git a/math/Makefile b/math/Makefile index 12c4210e34e6..86c935719191 100644 --- a/math/Makefile +++ b/math/Makefile @@ -237,7 +237,6 @@ SUBDIR += ltl SUBDIR += ltl2ba SUBDIR += lybniz - SUBDIR += mate-calc SUBDIR += mathomatic SUBDIR += matio SUBDIR += matlab-installer diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile deleted file mode 100644 index 5fc43ac50618..000000000000 --- a/math/mate-calc/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mate-calc -PORTVERSION= 1.8.0 -PORTREVISION= 1 -CATEGORIES= math mate -MASTER_SITES= MATE -DIST_SUBDIR= mate - -MAINTAINER= gnome@FreeBSD.org -COMMENT= MATE calculator tool based on the old calctool for OpenWindows - -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool - -PORTSCOUT= limitw:1,even - -USES= gettext gmake pkgconfig tar:xz -USE_GNOME= glib20 gtk20 intlhack libxml2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gtk=2.0 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - -GLIB_SCHEMAS= org.mate.calc.gschema.xml - -.include <bsd.port.mk> diff --git a/math/mate-calc/distinfo b/math/mate-calc/distinfo deleted file mode 100644 index f326e0e42247..000000000000 --- a/math/mate-calc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mate/mate-calc-1.8.0.tar.xz) = 13d56287430cbb7d60a74666ba752a1a8ea9692125c6a02f97d0cc98d451d99a -SIZE (mate/mate-calc-1.8.0.tar.xz) = 753972 diff --git a/math/mate-calc/files/patch-src_mate-calc-cmd.c b/math/mate-calc/files/patch-src_mate-calc-cmd.c deleted file mode 100644 index 86806b5f0b01..000000000000 --- a/math/mate-calc/files/patch-src_mate-calc-cmd.c +++ /dev/null @@ -1,93 +0,0 @@ ---- 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 deleted file mode 100644 index df9fa7a42b73..000000000000 --- a/math/mate-calc/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 26bdea006882..000000000000 --- a/math/mate-calc/pkg-plist +++ /dev/null @@ -1,833 +0,0 @@ -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/help/C/mate-calc/absolute.page -share/help/C/mate-calc/base.page -share/help/C/mate-calc/boolean.page -share/help/C/mate-calc/complex.page -share/help/C/mate-calc/conv-base.page -share/help/C/mate-calc/conv-character.page -share/help/C/mate-calc/conv-currency.page -share/help/C/mate-calc/conv-length.page -share/help/C/mate-calc/conv-time.page -share/help/C/mate-calc/conv-weight.page -share/help/C/mate-calc/equation.page -share/help/C/mate-calc/factorial.page -share/help/C/mate-calc/factorize.page -share/help/C/mate-calc/financial.page -share/help/C/mate-calc/functions.page -share/help/C/mate-calc/index.page -share/help/C/mate-calc/keyboard.page -share/help/C/mate-calc/legal.xml -share/help/C/mate-calc/logarithm.page -share/help/C/mate-calc/modulus.page -share/help/C/mate-calc/mouse.page -share/help/C/mate-calc/number-display.page -share/help/C/mate-calc/percentage.page -share/help/C/mate-calc/power.page -share/help/C/mate-calc/scientific.page -share/help/C/mate-calc/superscript.page -share/help/C/mate-calc/trigonometry.page -share/help/C/mate-calc/variables.page -share/help/bg/mate-calc/absolute.page -share/help/bg/mate-calc/base.page -share/help/bg/mate-calc/boolean.page -share/help/bg/mate-calc/complex.page -share/help/bg/mate-calc/conv-base.page -share/help/bg/mate-calc/conv-character.page -share/help/bg/mate-calc/conv-currency.page -share/help/bg/mate-calc/conv-length.page -share/help/bg/mate-calc/conv-time.page -share/help/bg/mate-calc/conv-weight.page -share/help/bg/mate-calc/equation.page -share/help/bg/mate-calc/factorial.page -share/help/bg/mate-calc/factorize.page -share/help/bg/mate-calc/financial.page -share/help/bg/mate-calc/functions.page -share/help/bg/mate-calc/index.page -share/help/bg/mate-calc/keyboard.page -share/help/bg/mate-calc/legal.xml -share/help/bg/mate-calc/logarithm.page -share/help/bg/mate-calc/modulus.page -share/help/bg/mate-calc/mouse.page -share/help/bg/mate-calc/number-display.page -share/help/bg/mate-calc/percentage.page -share/help/bg/mate-calc/power.page -share/help/bg/mate-calc/scientific.page -share/help/bg/mate-calc/superscript.page -share/help/bg/mate-calc/trigonometry.page -share/help/bg/mate-calc/variables.page -share/help/ca/mate-calc/absolute.page -share/help/ca/mate-calc/base.page -share/help/ca/mate-calc/boolean.page -share/help/ca/mate-calc/complex.page -share/help/ca/mate-calc/conv-base.page -share/help/ca/mate-calc/conv-character.page -share/help/ca/mate-calc/conv-currency.page -share/help/ca/mate-calc/conv-length.page -share/help/ca/mate-calc/conv-time.page -share/help/ca/mate-calc/conv-weight.page -share/help/ca/mate-calc/equation.page -share/help/ca/mate-calc/factorial.page -share/help/ca/mate-calc/factorize.page -share/help/ca/mate-calc/financial.page -share/help/ca/mate-calc/functions.page -share/help/ca/mate-calc/index.page -share/help/ca/mate-calc/keyboard.page -share/help/ca/mate-calc/legal.xml -share/help/ca/mate-calc/logarithm.page -share/help/ca/mate-calc/modulus.page -share/help/ca/mate-calc/mouse.page -share/help/ca/mate-calc/number-display.page -share/help/ca/mate-calc/percentage.page -share/help/ca/mate-calc/power.page -share/help/ca/mate-calc/scientific.page -share/help/ca/mate-calc/superscript.page -share/help/ca/mate-calc/trigonometry.page -share/help/ca/mate-calc/variables.page -share/help/cs/mate-calc/absolute.page -share/help/cs/mate-calc/base.page -share/help/cs/mate-calc/boolean.page -share/help/cs/mate-calc/complex.page -share/help/cs/mate-calc/conv-base.page -share/help/cs/mate-calc/conv-character.page -share/help/cs/mate-calc/conv-currency.page -share/help/cs/mate-calc/conv-length.page -share/help/cs/mate-calc/conv-time.page -share/help/cs/mate-calc/conv-weight.page -share/help/cs/mate-calc/equation.page -share/help/cs/mate-calc/factorial.page -share/help/cs/mate-calc/factorize.page -share/help/cs/mate-calc/financial.page -share/help/cs/mate-calc/functions.page -share/help/cs/mate-calc/index.page -share/help/cs/mate-calc/keyboard.page -share/help/cs/mate-calc/legal.xml -share/help/cs/mate-calc/logarithm.page -share/help/cs/mate-calc/modulus.page -share/help/cs/mate-calc/mouse.page -share/help/cs/mate-calc/number-display.page -share/help/cs/mate-calc/percentage.page -share/help/cs/mate-calc/power.page -share/help/cs/mate-calc/scientific.page -share/help/cs/mate-calc/superscript.page -share/help/cs/mate-calc/trigonometry.page -share/help/cs/mate-calc/variables.page -share/help/de/mate-calc/absolute.page -share/help/de/mate-calc/base.page -share/help/de/mate-calc/boolean.page -share/help/de/mate-calc/complex.page -share/help/de/mate-calc/conv-base.page -share/help/de/mate-calc/conv-character.page -share/help/de/mate-calc/conv-currency.page -share/help/de/mate-calc/conv-length.page -share/help/de/mate-calc/conv-time.page -share/help/de/mate-calc/conv-weight.page -share/help/de/mate-calc/equation.page -share/help/de/mate-calc/factorial.page -share/help/de/mate-calc/factorize.page -share/help/de/mate-calc/financial.page -share/help/de/mate-calc/functions.page -share/help/de/mate-calc/index.page -share/help/de/mate-calc/keyboard.page -share/help/de/mate-calc/legal.xml -share/help/de/mate-calc/logarithm.page -share/help/de/mate-calc/modulus.page -share/help/de/mate-calc/mouse.page -share/help/de/mate-calc/number-display.page -share/help/de/mate-calc/percentage.page -share/help/de/mate-calc/power.page -share/help/de/mate-calc/scientific.page -share/help/de/mate-calc/superscript.page -share/help/de/mate-calc/trigonometry.page -share/help/de/mate-calc/variables.page -share/help/el/mate-calc/absolute.page -share/help/el/mate-calc/base.page -share/help/el/mate-calc/boolean.page -share/help/el/mate-calc/complex.page -share/help/el/mate-calc/conv-base.page -share/help/el/mate-calc/conv-character.page -share/help/el/mate-calc/conv-currency.page -share/help/el/mate-calc/conv-length.page -share/help/el/mate-calc/conv-time.page -share/help/el/mate-calc/conv-weight.page -share/help/el/mate-calc/equation.page -share/help/el/mate-calc/factorial.page -share/help/el/mate-calc/factorize.page -share/help/el/mate-calc/financial.page -share/help/el/mate-calc/functions.page -share/help/el/mate-calc/index.page -share/help/el/mate-calc/keyboard.page -share/help/el/mate-calc/legal.xml -share/help/el/mate-calc/logarithm.page -share/help/el/mate-calc/modulus.page -share/help/el/mate-calc/mouse.page -share/help/el/mate-calc/number-display.page -share/help/el/mate-calc/percentage.page -share/help/el/mate-calc/power.page -share/help/el/mate-calc/scientific.page -share/help/el/mate-calc/superscript.page -share/help/el/mate-calc/trigonometry.page -share/help/el/mate-calc/variables.page -share/help/es/mate-calc/absolute.page -share/help/es/mate-calc/base.page -share/help/es/mate-calc/boolean.page -share/help/es/mate-calc/complex.page -share/help/es/mate-calc/conv-base.page -share/help/es/mate-calc/conv-character.page -share/help/es/mate-calc/conv-currency.page -share/help/es/mate-calc/conv-length.page -share/help/es/mate-calc/conv-time.page -share/help/es/mate-calc/conv-weight.page -share/help/es/mate-calc/equation.page -share/help/es/mate-calc/factorial.page -share/help/es/mate-calc/factorize.page -share/help/es/mate-calc/financial.page -share/help/es/mate-calc/functions.page -share/help/es/mate-calc/index.page -share/help/es/mate-calc/keyboard.page -share/help/es/mate-calc/legal.xml -share/help/es/mate-calc/logarithm.page -share/help/es/mate-calc/modulus.page -share/help/es/mate-calc/mouse.page -share/help/es/mate-calc/number-display.page -share/help/es/mate-calc/percentage.page -share/help/es/mate-calc/power.page -share/help/es/mate-calc/scientific.page -share/help/es/mate-calc/superscript.page -share/help/es/mate-calc/trigonometry.page -share/help/es/mate-calc/variables.page -share/help/eu/mate-calc/absolute.page -share/help/eu/mate-calc/base.page -share/help/eu/mate-calc/boolean.page -share/help/eu/mate-calc/complex.page -share/help/eu/mate-calc/conv-base.page -share/help/eu/mate-calc/conv-character.page -share/help/eu/mate-calc/conv-currency.page -share/help/eu/mate-calc/conv-length.page -share/help/eu/mate-calc/conv-time.page -share/help/eu/mate-calc/conv-weight.page -share/help/eu/mate-calc/equation.page -share/help/eu/mate-calc/factorial.page -share/help/eu/mate-calc/factorize.page -share/help/eu/mate-calc/financial.page -share/help/eu/mate-calc/functions.page -share/help/eu/mate-calc/index.page -share/help/eu/mate-calc/keyboard.page -share/help/eu/mate-calc/legal.xml -share/help/eu/mate-calc/logarithm.page -share/help/eu/mate-calc/modulus.page -share/help/eu/mate-calc/mouse.page -share/help/eu/mate-calc/number-display.page -share/help/eu/mate-calc/percentage.page -share/help/eu/mate-calc/power.page -share/help/eu/mate-calc/scientific.page -share/help/eu/mate-calc/superscript.page -share/help/eu/mate-calc/trigonometry.page -share/help/eu/mate-calc/variables.page -share/help/fi/mate-calc/absolute.page -share/help/fi/mate-calc/base.page -share/help/fi/mate-calc/boolean.page -share/help/fi/mate-calc/complex.page -share/help/fi/mate-calc/conv-base.page -share/help/fi/mate-calc/conv-character.page -share/help/fi/mate-calc/conv-currency.page -share/help/fi/mate-calc/conv-length.page -share/help/fi/mate-calc/conv-time.page -share/help/fi/mate-calc/conv-weight.page -share/help/fi/mate-calc/equation.page -share/help/fi/mate-calc/factorial.page -share/help/fi/mate-calc/factorize.page -share/help/fi/mate-calc/financial.page -share/help/fi/mate-calc/functions.page -share/help/fi/mate-calc/index.page -share/help/fi/mate-calc/keyboard.page -share/help/fi/mate-calc/legal.xml -share/help/fi/mate-calc/logarithm.page -share/help/fi/mate-calc/modulus.page -share/help/fi/mate-calc/mouse.page -share/help/fi/mate-calc/number-display.page -share/help/fi/mate-calc/percentage.page -share/help/fi/mate-calc/power.page -share/help/fi/mate-calc/scientific.page -share/help/fi/mate-calc/superscript.page -share/help/fi/mate-calc/trigonometry.page -share/help/fi/mate-calc/variables.page -share/help/fr/mate-calc/absolute.page -share/help/fr/mate-calc/base.page -share/help/fr/mate-calc/boolean.page -share/help/fr/mate-calc/complex.page -share/help/fr/mate-calc/conv-base.page -share/help/fr/mate-calc/conv-character.page -share/help/fr/mate-calc/conv-currency.page -share/help/fr/mate-calc/conv-length.page -share/help/fr/mate-calc/conv-time.page -share/help/fr/mate-calc/conv-weight.page -share/help/fr/mate-calc/equation.page -share/help/fr/mate-calc/factorial.page -share/help/fr/mate-calc/factorize.page -share/help/fr/mate-calc/financial.page -share/help/fr/mate-calc/functions.page -share/help/fr/mate-calc/index.page -share/help/fr/mate-calc/keyboard.page -share/help/fr/mate-calc/legal.xml -share/help/fr/mate-calc/logarithm.page -share/help/fr/mate-calc/modulus.page -share/help/fr/mate-calc/mouse.page -share/help/fr/mate-calc/number-display.page -share/help/fr/mate-calc/percentage.page -share/help/fr/mate-calc/power.page -share/help/fr/mate-calc/scientific.page -share/help/fr/mate-calc/superscript.page -share/help/fr/mate-calc/trigonometry.page -share/help/fr/mate-calc/variables.page -share/help/gl/mate-calc/absolute.page -share/help/gl/mate-calc/base.page -share/help/gl/mate-calc/boolean.page -share/help/gl/mate-calc/complex.page -share/help/gl/mate-calc/conv-base.page -share/help/gl/mate-calc/conv-character.page -share/help/gl/mate-calc/conv-currency.page -share/help/gl/mate-calc/conv-length.page -share/help/gl/mate-calc/conv-time.page -share/help/gl/mate-calc/conv-weight.page -share/help/gl/mate-calc/equation.page -share/help/gl/mate-calc/factorial.page -share/help/gl/mate-calc/factorize.page -share/help/gl/mate-calc/financial.page -share/help/gl/mate-calc/functions.page -share/help/gl/mate-calc/index.page -share/help/gl/mate-calc/keyboard.page -share/help/gl/mate-calc/legal.xml -share/help/gl/mate-calc/logarithm.page -share/help/gl/mate-calc/modulus.page -share/help/gl/mate-calc/mouse.page -share/help/gl/mate-calc/number-display.page -share/help/gl/mate-calc/percentage.page -share/help/gl/mate-calc/power.page -share/help/gl/mate-calc/scientific.page -share/help/gl/mate-calc/superscript.page -share/help/gl/mate-calc/trigonometry.page -share/help/gl/mate-calc/variables.page -share/help/hu/mate-calc/absolute.page -share/help/hu/mate-calc/base.page -share/help/hu/mate-calc/boolean.page -share/help/hu/mate-calc/complex.page -share/help/hu/mate-calc/conv-base.page -share/help/hu/mate-calc/conv-character.page -share/help/hu/mate-calc/conv-currency.page -share/help/hu/mate-calc/conv-length.page -share/help/hu/mate-calc/conv-time.page -share/help/hu/mate-calc/conv-weight.page -share/help/hu/mate-calc/equation.page -share/help/hu/mate-calc/factorial.page -share/help/hu/mate-calc/factorize.page -share/help/hu/mate-calc/financial.page -share/help/hu/mate-calc/functions.page -share/help/hu/mate-calc/index.page -share/help/hu/mate-calc/keyboard.page -share/help/hu/mate-calc/legal.xml -share/help/hu/mate-calc/logarithm.page -share/help/hu/mate-calc/modulus.page -share/help/hu/mate-calc/mouse.page -share/help/hu/mate-calc/number-display.page -share/help/hu/mate-calc/percentage.page -share/help/hu/mate-calc/power.page -share/help/hu/mate-calc/scientific.page -share/help/hu/mate-calc/superscript.page -share/help/hu/mate-calc/trigonometry.page -share/help/hu/mate-calc/variables.page -share/help/it/mate-calc/absolute.page -share/help/it/mate-calc/base.page -share/help/it/mate-calc/boolean.page -share/help/it/mate-calc/complex.page -share/help/it/mate-calc/conv-base.page -share/help/it/mate-calc/conv-character.page -share/help/it/mate-calc/conv-currency.page -share/help/it/mate-calc/conv-length.page -share/help/it/mate-calc/conv-time.page -share/help/it/mate-calc/conv-weight.page -share/help/it/mate-calc/equation.page -share/help/it/mate-calc/factorial.page -share/help/it/mate-calc/factorize.page -share/help/it/mate-calc/financial.page -share/help/it/mate-calc/functions.page -share/help/it/mate-calc/index.page -share/help/it/mate-calc/keyboard.page -share/help/it/mate-calc/legal.xml -share/help/it/mate-calc/logarithm.page -share/help/it/mate-calc/modulus.page -share/help/it/mate-calc/mouse.page -share/help/it/mate-calc/number-display.page -share/help/it/mate-calc/percentage.page -share/help/it/mate-calc/power.page -share/help/it/mate-calc/scientific.page -share/help/it/mate-calc/superscript.page -share/help/it/mate-calc/trigonometry.page -share/help/it/mate-calc/variables.page -share/help/ja/mate-calc/absolute.page -share/help/ja/mate-calc/base.page -share/help/ja/mate-calc/boolean.page -share/help/ja/mate-calc/complex.page -share/help/ja/mate-calc/conv-base.page -share/help/ja/mate-calc/conv-character.page -share/help/ja/mate-calc/conv-currency.page -share/help/ja/mate-calc/conv-length.page -share/help/ja/mate-calc/conv-time.page -share/help/ja/mate-calc/conv-weight.page -share/help/ja/mate-calc/equation.page -share/help/ja/mate-calc/factorial.page -share/help/ja/mate-calc/factorize.page -share/help/ja/mate-calc/financial.page -share/help/ja/mate-calc/functions.page -share/help/ja/mate-calc/index.page -share/help/ja/mate-calc/keyboard.page -share/help/ja/mate-calc/legal.xml -share/help/ja/mate-calc/logarithm.page -share/help/ja/mate-calc/modulus.page -share/help/ja/mate-calc/mouse.page -share/help/ja/mate-calc/number-display.page -share/help/ja/mate-calc/percentage.page -share/help/ja/mate-calc/power.page -share/help/ja/mate-calc/scientific.page -share/help/ja/mate-calc/superscript.page -share/help/ja/mate-calc/trigonometry.page -share/help/ja/mate-calc/variables.page -share/help/ko/mate-calc/absolute.page -share/help/ko/mate-calc/base.page -share/help/ko/mate-calc/boolean.page -share/help/ko/mate-calc/complex.page -share/help/ko/mate-calc/conv-base.page -share/help/ko/mate-calc/conv-character.page -share/help/ko/mate-calc/conv-currency.page -share/help/ko/mate-calc/conv-length.page -share/help/ko/mate-calc/conv-time.page -share/help/ko/mate-calc/conv-weight.page -share/help/ko/mate-calc/equation.page -share/help/ko/mate-calc/factorial.page -share/help/ko/mate-calc/factorize.page -share/help/ko/mate-calc/financial.page -share/help/ko/mate-calc/functions.page -share/help/ko/mate-calc/index.page -share/help/ko/mate-calc/keyboard.page -share/help/ko/mate-calc/legal.xml -share/help/ko/mate-calc/logarithm.page -share/help/ko/mate-calc/modulus.page -share/help/ko/mate-calc/mouse.page -share/help/ko/mate-calc/number-display.page -share/help/ko/mate-calc/percentage.page -share/help/ko/mate-calc/power.page -share/help/ko/mate-calc/scientific.page -share/help/ko/mate-calc/superscript.page -share/help/ko/mate-calc/trigonometry.page -share/help/ko/mate-calc/variables.page -share/help/lv/mate-calc/absolute.page -share/help/lv/mate-calc/base.page -share/help/lv/mate-calc/boolean.page -share/help/lv/mate-calc/complex.page -share/help/lv/mate-calc/conv-base.page -share/help/lv/mate-calc/conv-character.page -share/help/lv/mate-calc/conv-currency.page -share/help/lv/mate-calc/conv-length.page -share/help/lv/mate-calc/conv-time.page -share/help/lv/mate-calc/conv-weight.page -share/help/lv/mate-calc/equation.page -share/help/lv/mate-calc/factorial.page -share/help/lv/mate-calc/factorize.page -share/help/lv/mate-calc/financial.page -share/help/lv/mate-calc/functions.page -share/help/lv/mate-calc/index.page -share/help/lv/mate-calc/keyboard.page -share/help/lv/mate-calc/legal.xml -share/help/lv/mate-calc/logarithm.page -share/help/lv/mate-calc/modulus.page -share/help/lv/mate-calc/mouse.page -share/help/lv/mate-calc/number-display.page -share/help/lv/mate-calc/percentage.page -share/help/lv/mate-calc/power.page -share/help/lv/mate-calc/scientific.page -share/help/lv/mate-calc/superscript.page -share/help/lv/mate-calc/trigonometry.page -share/help/lv/mate-calc/variables.page -share/help/oc/mate-calc/absolute.page -share/help/oc/mate-calc/base.page -share/help/oc/mate-calc/boolean.page -share/help/oc/mate-calc/complex.page -share/help/oc/mate-calc/conv-base.page -share/help/oc/mate-calc/conv-character.page -share/help/oc/mate-calc/conv-currency.page -share/help/oc/mate-calc/conv-length.page -share/help/oc/mate-calc/conv-time.page -share/help/oc/mate-calc/conv-weight.page -share/help/oc/mate-calc/equation.page -share/help/oc/mate-calc/factorial.page -share/help/oc/mate-calc/factorize.page -share/help/oc/mate-calc/financial.page -share/help/oc/mate-calc/functions.page -share/help/oc/mate-calc/index.page -share/help/oc/mate-calc/keyboard.page -share/help/oc/mate-calc/legal.xml -share/help/oc/mate-calc/logarithm.page -share/help/oc/mate-calc/modulus.page -share/help/oc/mate-calc/mouse.page -share/help/oc/mate-calc/number-display.page -share/help/oc/mate-calc/percentage.page -share/help/oc/mate-calc/power.page -share/help/oc/mate-calc/scientific.page -share/help/oc/mate-calc/superscript.page -share/help/oc/mate-calc/trigonometry.page -share/help/oc/mate-calc/variables.page -share/help/pt_BR/mate-calc/absolute.page -share/help/pt_BR/mate-calc/base.page -share/help/pt_BR/mate-calc/boolean.page -share/help/pt_BR/mate-calc/complex.page -share/help/pt_BR/mate-calc/conv-base.page -share/help/pt_BR/mate-calc/conv-character.page -share/help/pt_BR/mate-calc/conv-currency.page -share/help/pt_BR/mate-calc/conv-length.page -share/help/pt_BR/mate-calc/conv-time.page -share/help/pt_BR/mate-calc/conv-weight.page -share/help/pt_BR/mate-calc/equation.page -share/help/pt_BR/mate-calc/factorial.page -share/help/pt_BR/mate-calc/factorize.page -share/help/pt_BR/mate-calc/financial.page -share/help/pt_BR/mate-calc/functions.page -share/help/pt_BR/mate-calc/index.page -share/help/pt_BR/mate-calc/keyboard.page -share/help/pt_BR/mate-calc/legal.xml -share/help/pt_BR/mate-calc/logarithm.page -share/help/pt_BR/mate-calc/modulus.page -share/help/pt_BR/mate-calc/mouse.page -share/help/pt_BR/mate-calc/number-display.page -share/help/pt_BR/mate-calc/percentage.page -share/help/pt_BR/mate-calc/power.page -share/help/pt_BR/mate-calc/scientific.page -share/help/pt_BR/mate-calc/superscript.page -share/help/pt_BR/mate-calc/trigonometry.page -share/help/pt_BR/mate-calc/variables.page -share/help/ro/mate-calc/absolute.page -share/help/ro/mate-calc/base.page -share/help/ro/mate-calc/boolean.page -share/help/ro/mate-calc/complex.page -share/help/ro/mate-calc/conv-base.page -share/help/ro/mate-calc/conv-character.page -share/help/ro/mate-calc/conv-currency.page -share/help/ro/mate-calc/conv-length.page -share/help/ro/mate-calc/conv-time.page -share/help/ro/mate-calc/conv-weight.page -share/help/ro/mate-calc/equation.page -share/help/ro/mate-calc/factorial.page -share/help/ro/mate-calc/factorize.page -share/help/ro/mate-calc/financial.page -share/help/ro/mate-calc/functions.page -share/help/ro/mate-calc/index.page -share/help/ro/mate-calc/keyboard.page -share/help/ro/mate-calc/legal.xml -share/help/ro/mate-calc/logarithm.page -share/help/ro/mate-calc/modulus.page -share/help/ro/mate-calc/mouse.page -share/help/ro/mate-calc/number-display.page -share/help/ro/mate-calc/percentage.page -share/help/ro/mate-calc/power.page -share/help/ro/mate-calc/scientific.page -share/help/ro/mate-calc/superscript.page -share/help/ro/mate-calc/trigonometry.page -share/help/ro/mate-calc/variables.page -share/help/ru/mate-calc/absolute.page -share/help/ru/mate-calc/base.page -share/help/ru/mate-calc/boolean.page -share/help/ru/mate-calc/complex.page -share/help/ru/mate-calc/conv-base.page -share/help/ru/mate-calc/conv-character.page -share/help/ru/mate-calc/conv-currency.page -share/help/ru/mate-calc/conv-length.page -share/help/ru/mate-calc/conv-time.page -share/help/ru/mate-calc/conv-weight.page -share/help/ru/mate-calc/equation.page -share/help/ru/mate-calc/factorial.page -share/help/ru/mate-calc/factorize.page -share/help/ru/mate-calc/financial.page -share/help/ru/mate-calc/functions.page -share/help/ru/mate-calc/index.page -share/help/ru/mate-calc/keyboard.page -share/help/ru/mate-calc/legal.xml -share/help/ru/mate-calc/logarithm.page -share/help/ru/mate-calc/modulus.page -share/help/ru/mate-calc/mouse.page -share/help/ru/mate-calc/number-display.page -share/help/ru/mate-calc/percentage.page -share/help/ru/mate-calc/power.page -share/help/ru/mate-calc/scientific.page -share/help/ru/mate-calc/superscript.page -share/help/ru/mate-calc/trigonometry.page -share/help/ru/mate-calc/variables.page -share/help/sl/mate-calc/absolute.page -share/help/sl/mate-calc/base.page -share/help/sl/mate-calc/boolean.page -share/help/sl/mate-calc/complex.page -share/help/sl/mate-calc/conv-base.page -share/help/sl/mate-calc/conv-character.page -share/help/sl/mate-calc/conv-currency.page -share/help/sl/mate-calc/conv-length.page -share/help/sl/mate-calc/conv-time.page -share/help/sl/mate-calc/conv-weight.page -share/help/sl/mate-calc/equation.page -share/help/sl/mate-calc/factorial.page -share/help/sl/mate-calc/factorize.page -share/help/sl/mate-calc/financial.page -share/help/sl/mate-calc/functions.page -share/help/sl/mate-calc/index.page -share/help/sl/mate-calc/keyboard.page -share/help/sl/mate-calc/legal.xml -share/help/sl/mate-calc/logarithm.page -share/help/sl/mate-calc/modulus.page -share/help/sl/mate-calc/mouse.page -share/help/sl/mate-calc/number-display.page -share/help/sl/mate-calc/percentage.page -share/help/sl/mate-calc/power.page -share/help/sl/mate-calc/scientific.page -share/help/sl/mate-calc/superscript.page -share/help/sl/mate-calc/trigonometry.page -share/help/sl/mate-calc/variables.page -share/help/sv/mate-calc/absolute.page -share/help/sv/mate-calc/base.page -share/help/sv/mate-calc/boolean.page -share/help/sv/mate-calc/complex.page -share/help/sv/mate-calc/conv-base.page -share/help/sv/mate-calc/conv-character.page -share/help/sv/mate-calc/conv-currency.page -share/help/sv/mate-calc/conv-length.page -share/help/sv/mate-calc/conv-time.page -share/help/sv/mate-calc/conv-weight.page -share/help/sv/mate-calc/equation.page -share/help/sv/mate-calc/factorial.page -share/help/sv/mate-calc/factorize.page -share/help/sv/mate-calc/financial.page -share/help/sv/mate-calc/functions.page -share/help/sv/mate-calc/index.page -share/help/sv/mate-calc/keyboard.page -share/help/sv/mate-calc/legal.xml -share/help/sv/mate-calc/logarithm.page -share/help/sv/mate-calc/modulus.page -share/help/sv/mate-calc/mouse.page -share/help/sv/mate-calc/number-display.page -share/help/sv/mate-calc/percentage.page -share/help/sv/mate-calc/power.page -share/help/sv/mate-calc/scientific.page -share/help/sv/mate-calc/superscript.page -share/help/sv/mate-calc/trigonometry.page -share/help/sv/mate-calc/variables.page -share/help/te/mate-calc/absolute.page -share/help/te/mate-calc/base.page -share/help/te/mate-calc/boolean.page -share/help/te/mate-calc/complex.page -share/help/te/mate-calc/conv-base.page -share/help/te/mate-calc/conv-character.page -share/help/te/mate-calc/conv-currency.page -share/help/te/mate-calc/conv-length.page -share/help/te/mate-calc/conv-time.page -share/help/te/mate-calc/conv-weight.page -share/help/te/mate-calc/equation.page -share/help/te/mate-calc/factorial.page -share/help/te/mate-calc/factorize.page -share/help/te/mate-calc/financial.page -share/help/te/mate-calc/functions.page -share/help/te/mate-calc/index.page -share/help/te/mate-calc/keyboard.page -share/help/te/mate-calc/legal.xml -share/help/te/mate-calc/logarithm.page -share/help/te/mate-calc/modulus.page -share/help/te/mate-calc/mouse.page -share/help/te/mate-calc/number-display.page -share/help/te/mate-calc/percentage.page -share/help/te/mate-calc/power.page -share/help/te/mate-calc/scientific.page -share/help/te/mate-calc/superscript.page -share/help/te/mate-calc/trigonometry.page -share/help/te/mate-calc/variables.page -share/help/zh_CN/mate-calc/absolute.page -share/help/zh_CN/mate-calc/base.page -share/help/zh_CN/mate-calc/boolean.page -share/help/zh_CN/mate-calc/complex.page -share/help/zh_CN/mate-calc/conv-base.page -share/help/zh_CN/mate-calc/conv-character.page -share/help/zh_CN/mate-calc/conv-currency.page -share/help/zh_CN/mate-calc/conv-length.page -share/help/zh_CN/mate-calc/conv-time.page -share/help/zh_CN/mate-calc/conv-weight.page -share/help/zh_CN/mate-calc/equation.page -share/help/zh_CN/mate-calc/factorial.page -share/help/zh_CN/mate-calc/factorize.page -share/help/zh_CN/mate-calc/financial.page -share/help/zh_CN/mate-calc/functions.page -share/help/zh_CN/mate-calc/index.page -share/help/zh_CN/mate-calc/keyboard.page -share/help/zh_CN/mate-calc/legal.xml -share/help/zh_CN/mate-calc/logarithm.page -share/help/zh_CN/mate-calc/modulus.page -share/help/zh_CN/mate-calc/mouse.page -share/help/zh_CN/mate-calc/number-display.page -share/help/zh_CN/mate-calc/percentage.page -share/help/zh_CN/mate-calc/power.page -share/help/zh_CN/mate-calc/scientific.page -share/help/zh_CN/mate-calc/superscript.page -share/help/zh_CN/mate-calc/trigonometry.page -share/help/zh_CN/mate-calc/variables.page -share/help/zh_HK/mate-calc/absolute.page -share/help/zh_HK/mate-calc/base.page -share/help/zh_HK/mate-calc/boolean.page -share/help/zh_HK/mate-calc/complex.page -share/help/zh_HK/mate-calc/conv-base.page -share/help/zh_HK/mate-calc/conv-character.page -share/help/zh_HK/mate-calc/conv-currency.page -share/help/zh_HK/mate-calc/conv-length.page -share/help/zh_HK/mate-calc/conv-time.page -share/help/zh_HK/mate-calc/conv-weight.page -share/help/zh_HK/mate-calc/equation.page -share/help/zh_HK/mate-calc/factorial.page -share/help/zh_HK/mate-calc/factorize.page -share/help/zh_HK/mate-calc/financial.page -share/help/zh_HK/mate-calc/functions.page -share/help/zh_HK/mate-calc/index.page -share/help/zh_HK/mate-calc/keyboard.page -share/help/zh_HK/mate-calc/legal.xml -share/help/zh_HK/mate-calc/logarithm.page -share/help/zh_HK/mate-calc/modulus.page -share/help/zh_HK/mate-calc/mouse.page -share/help/zh_HK/mate-calc/number-display.page -share/help/zh_HK/mate-calc/percentage.page -share/help/zh_HK/mate-calc/power.page -share/help/zh_HK/mate-calc/scientific.page -share/help/zh_HK/mate-calc/superscript.page -share/help/zh_HK/mate-calc/trigonometry.page -share/help/zh_HK/mate-calc/variables.page -share/help/zh_TW/mate-calc/absolute.page -share/help/zh_TW/mate-calc/base.page -share/help/zh_TW/mate-calc/boolean.page -share/help/zh_TW/mate-calc/complex.page -share/help/zh_TW/mate-calc/conv-base.page -share/help/zh_TW/mate-calc/conv-character.page -share/help/zh_TW/mate-calc/conv-currency.page -share/help/zh_TW/mate-calc/conv-length.page -share/help/zh_TW/mate-calc/conv-time.page -share/help/zh_TW/mate-calc/conv-weight.page -share/help/zh_TW/mate-calc/equation.page -share/help/zh_TW/mate-calc/factorial.page -share/help/zh_TW/mate-calc/factorize.page -share/help/zh_TW/mate-calc/financial.page -share/help/zh_TW/mate-calc/functions.page -share/help/zh_TW/mate-calc/index.page -share/help/zh_TW/mate-calc/keyboard.page -share/help/zh_TW/mate-calc/legal.xml -share/help/zh_TW/mate-calc/logarithm.page -share/help/zh_TW/mate-calc/modulus.page -share/help/zh_TW/mate-calc/mouse.page -share/help/zh_TW/mate-calc/number-display.page -share/help/zh_TW/mate-calc/percentage.page -share/help/zh_TW/mate-calc/power.page -share/help/zh_TW/mate-calc/scientific.page -share/help/zh_TW/mate-calc/superscript.page -share/help/zh_TW/mate-calc/trigonometry.page -share/help/zh_TW/mate-calc/variables.page -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/cmn/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/es_AR/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 diff --git a/net/libmateweather/Makefile b/net/libmateweather/Makefile index 2e1c7fa02884..b08c67dfbfba 100644 --- a/net/libmateweather/Makefile +++ b/net/libmateweather/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmateweather -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 CATEGORIES= net mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/net/libmateweather/distinfo b/net/libmateweather/distinfo index f6f26d3a42a3..0cb826eca50e 100644 --- a/net/libmateweather/distinfo +++ b/net/libmateweather/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/libmateweather-1.8.0.tar.xz) = 801ec5512e9099c39ce819a82e2dde62477a3783894a5e7fbfff3493d04607ba -SIZE (mate/libmateweather-1.8.0.tar.xz) = 3530972 +SHA256 (mate/libmateweather-1.10.0.tar.xz) = 4fc80145942781281efe99e17daef3d0947ae319771b2ab0a9b2a4559779484c +SIZE (mate/libmateweather-1.10.0.tar.xz) = 3463128 diff --git a/net/libmateweather/pkg-plist b/net/libmateweather/pkg-plist index 5c24bb256874..b647c9671de8 100644 --- a/net/libmateweather/pkg-plist +++ b/net/libmateweather/pkg-plist @@ -532,6 +532,7 @@ 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/kk/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 diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index fd734e41f5f4..3b72b6a24988 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-control-center -PORTVERSION= 1.8.3 +PORTVERSION= 1.10.1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -28,7 +28,8 @@ USE_GNOME= dconf glib20 gtk20 intlhack libxml2 librsvg2 \ pango USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-appindicator=no +CONFIGURE_ARGS= --enable-appindicator=no \ + --with-gtk=2.0 INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/sysutils/mate-control-center/distinfo b/sysutils/mate-control-center/distinfo index 618518fd3ba7..eef5a0aaff77 100644 --- a/sysutils/mate-control-center/distinfo +++ b/sysutils/mate-control-center/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-control-center-1.8.3.tar.xz) = 97bfb66ac0283dcdeae5ec0104ff83b8c644768f8e508b7d227e2a1139934e36 -SIZE (mate/mate-control-center-1.8.3.tar.xz) = 1306248 +SHA256 (mate/mate-control-center-1.10.1.tar.xz) = f3804c337011e9e00e3e93ad9e28fc7c8103b98e0dc0fdf897113cf02e6366eb +SIZE (mate/mate-control-center-1.10.1.tar.xz) = 1328008 diff --git a/sysutils/mate-control-center/pkg-plist b/sysutils/mate-control-center/pkg-plist index 666e07acf553..5c2c3ff1680c 100644 --- a/sysutils/mate-control-center/pkg-plist +++ b/sysutils/mate-control-center/pkg-plist @@ -13,62 +13,75 @@ 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/libmate-slab/app-resizer.h +include/libmate-slab/app-shell.h +include/libmate-slab/application-tile.h +include/libmate-slab/bookmark-agent.h +include/libmate-slab/directory-tile.h +include/libmate-slab/document-tile.h +include/libmate-slab/double-click-detector.h +include/libmate-slab/libslab-utils.h +include/libmate-slab/mate-utils.h +include/libmate-slab/nameplate-tile.h +include/libmate-slab/nld-marshal.c +include/libmate-slab/nld-marshal.h +include/libmate-slab/search-bar.h +include/libmate-slab/search-context-picker.h +include/libmate-slab/search-entry-watermark.h +include/libmate-slab/search-entry.h +include/libmate-slab/shell-window.h +include/libmate-slab/slab-mate-util.h +include/libmate-slab/slab-section.h +include/libmate-slab/slab.h +include/libmate-slab/system-tile.h +include/libmate-slab/tile.h include/mate-window-settings-2.0/mate-window-manager.h include/mate-window-settings-2.0/mate-wm-manager.h +lib/libmate-slab.a +lib/libmate-slab.so +lib/libmate-slab.so.0 +lib/libmate-slab.so.0.0.0 lib/libmate-window-settings.a lib/libmate-window-settings.so lib/libmate-window-settings.so.1 lib/libmate-window-settings.so.1.0.0 -lib/libslab.a -lib/libslab.so -lib/libslab.so.0 -lib/libslab.so.0.0.0 lib/window-manager-settings/libmarco.a lib/window-manager-settings/libmarco.so -libdata/pkgconfig/libslab.pc libdata/pkgconfig/mate-default-applications.pc libdata/pkgconfig/mate-keybindings.pc +libdata/pkgconfig/mate-slab.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-at-properties.1.gz +man/man1/mate-control-center.1.gz man/man1/mate-default-applications-properties.1.gz +man/man1/mate-display-properties-install-systemwide.1.gz +man/man1/mate-display-properties.1.gz +man/man1/mate-font-viewer.1.gz +man/man1/mate-keybinding-properties.1.gz +man/man1/mate-keyboard-properties.1.gz +man/man1/mate-mouse-properties.1.gz +man/man1/mate-network-properties.1.gz +man/man1/mate-thumbnail-font.1.gz +man/man1/mate-typing-monitor.1.gz +man/man1/mate-window-properties.1.gz sbin/mate-display-properties-install-systemwide share/MateConf/gsettings/mate-control-center.convert +share/applications/mate-about-me.desktop +share/applications/mate-appearance-properties.desktop 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-keyboard.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/applications/mimeinfo.cache share/desktop-directories/matecc.directory share/help/C/mate-control-center/config-accessibility-keyboard.xml share/help/C/mate-control-center/config-background.xml @@ -569,7 +582,7 @@ share/locale/zu/LC_MESSAGES/mate-control-center.mo share/mate/cursor-fonts/cursor-large-white.pcf share/mate/cursor-fonts/cursor-large.pcf share/mate/cursor-fonts/cursor-white.pcf -share/polkit-1/actions/org.mate.randr.policy -share/thumbnailers/mate-font-viewer.thumbnailer share/mime/application/x-mate-theme-package.xml share/mime/packages/mate-theme-package.xml +share/polkit-1/actions/org.mate.randr.policy +share/thumbnailers/mate-font-viewer.thumbnailer diff --git a/sysutils/mate-polkit/Makefile b/sysutils/mate-polkit/Makefile index 6b3ff22c72a9..2312d65dea35 100644 --- a/sysutils/mate-polkit/Makefile +++ b/sysutils/mate-polkit/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-polkit -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/sysutils/mate-polkit/distinfo b/sysutils/mate-polkit/distinfo index 954413b64c3b..0992ca1b082a 100644 --- a/sysutils/mate-polkit/distinfo +++ b/sysutils/mate-polkit/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-polkit-1.8.0.tar.xz) = bc01640c63f6248497ca78c3d8df8ff608d8bf1fbfce7c11416b014a109aeccd -SIZE (mate/mate-polkit-1.8.0.tar.xz) = 324960 +SHA256 (mate/mate-polkit-1.10.0.tar.xz) = 1ae3bbe5ddff6eab012c0b656082b07b2ad6618f3772d726a691afe0c4ea19b9 +SIZE (mate/mate-polkit-1.10.0.tar.xz) = 327228 diff --git a/sysutils/mate-polkit/pkg-plist b/sysutils/mate-polkit/pkg-plist index 9f37681be739..fb79665b9b18 100644 --- a/sysutils/mate-polkit/pkg-plist +++ b/sysutils/mate-polkit/pkg-plist @@ -23,6 +23,7 @@ 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/et/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 @@ -35,6 +36,7 @@ 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/kk/LC_MESSAGES/mate-polkit.mo share/locale/kn/LC_MESSAGES/mate-polkit.mo share/locale/ko/LC_MESSAGES/mate-polkit.mo share/locale/ky/LC_MESSAGES/mate-polkit.mo @@ -55,6 +57,7 @@ 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/sr/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 diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile index ec990791ddc6..bb9ffcad4cd0 100644 --- a/sysutils/mate-power-manager/Makefile +++ b/sysutils/mate-power-manager/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= mate-power-manager -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -10,14 +11,16 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Power management system for the MATE Desktop -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ + gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring 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 \ libnotify.so:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit +RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit \ + gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring PORTSCOUT= limitw:1,even @@ -30,9 +33,8 @@ INSTALLS_ICONS= yes CONFIGURE_ENV= LIBS="-lexecinfo" CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ --disable-docbook-docs \ - --with-gtk=2.0 -# needs gnome-keyring 3.0.0+ -CONFIGURE_ARGS+=--without-keyring + --with-gtk=2.0 \ + --with-keyring CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/sysutils/mate-power-manager/distinfo b/sysutils/mate-power-manager/distinfo index 79f3686495aa..af4187856cae 100644 --- a/sysutils/mate-power-manager/distinfo +++ b/sysutils/mate-power-manager/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-power-manager-1.8.1.tar.xz) = 6fa72d4e6a018a44144d06b68c8f67e067e3847ad83b4b8a8aaa0e2a8c9b6147 -SIZE (mate/mate-power-manager-1.8.1.tar.xz) = 3341892 +SHA256 (mate/mate-power-manager-1.10.1.tar.xz) = f5cd42defcaa004591ecdfdcdd476de281d0d8eb4d4797a3667a7814b4d40343 +SIZE (mate/mate-power-manager-1.10.1.tar.xz) = 3349032 diff --git a/sysutils/mate-power-manager/files/patch-src_Makefile.in b/sysutils/mate-power-manager/files/patch-src_Makefile.in index 72c81815a592..b4d4cce5e6be 100644 --- a/sysutils/mate-power-manager/files/patch-src_Makefile.in +++ b/sysutils/mate-power-manager/files/patch-src_Makefile.in @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig 2014-04-14 23:36:24.000000000 +0200 -+++ src/Makefile.in 2014-04-14 23:38:10.000000000 +0200 -@@ -2300,14 +2300,14 @@ +--- src/Makefile.in.orig 2014-12-05 20:08:03.156130485 +0100 ++++ src/Makefile.in 2014-12-05 20:08:22.167129013 +0100 +@@ -2304,21 +2304,21 @@ @GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@ org.mate.PowerManager.h: org.mate.PowerManager.xml @@ -17,3 +17,11 @@ --prefix=gpm_backlight \ --mode=glib-server \ --output=org.mate.PowerManager.Backlight.h \ + $(srcdir)/org.mate.PowerManager.Backlight.xml + + org.mate.PowerManager.KbdBacklight.h: org.mate.PowerManager.KbdBacklight.xml +- libtool --mode=execute dbus-binding-tool \ ++ $(LIBTOOL) --mode=execute dbus-binding-tool \ + --prefix=gpm_kbd_backlight \ + --mode=glib-server \ + --output=org.mate.PowerManager.KbdBacklight.h \ diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-backlight-helper.c b/sysutils/mate-power-manager/files/patch-src_gpm-backlight-helper.c new file mode 100644 index 000000000000..a3a21bd10aed --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-src_gpm-backlight-helper.c @@ -0,0 +1,18 @@ +This code is linux specific. Disable it so users don't get warnings like this: + +** (mate-power-backlight-helper:82740): WARNING **: failed to find any devices: + Error opening directory '/sys/class/backlight': No such file or directory + +--- src/gpm-backlight-helper.c.orig 2015-07-22 11:33:09.058354000 +0200 ++++ src/gpm-backlight-helper.c 2015-07-22 11:34:39.476169000 +0200 +@@ -145,6 +145,10 @@ out: + gint + main (gint argc, gchar *argv[]) + { ++#ifdef __FreeBSD__ ++ return GCM_BACKLIGHT_HELPER_EXIT_CODE_FAILED; ++#endif ++ + GOptionContext *context; + gint uid; + gint euid; diff --git a/sysutils/mate-power-manager/pkg-plist b/sysutils/mate-power-manager/pkg-plist index 79d781d9b179..7986025f1763 100644 --- a/sysutils/mate-power-manager/pkg-plist +++ b/sysutils/mate-power-manager/pkg-plist @@ -1,5 +1,4 @@ bin/mate-power-manager -bin/mate-power-manager-bugreport bin/mate-power-preferences bin/mate-power-statistics etc/xdg/autostart/mate-power-manager.desktop @@ -9,7 +8,7 @@ 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.PowerManager.service share/dbus-1/services/org.mate.panel.applet.BrightnessAppletFactory.service share/dbus-1/services/org.mate.panel.applet.InhibitAppletFactory.service share/help/C/mate-power-manager/figures/applet-brightness.png @@ -298,6 +297,7 @@ 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/en_US/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 @@ -316,6 +316,7 @@ 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/kk/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 @@ -356,15 +357,11 @@ 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 @@ -701,4 +698,6 @@ share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet %%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 +%%DATADIR%%/ui/brightness-applet-menu.xml +%%DATADIR%%/ui/inhibit-applet-menu.xml share/polkit-1/actions/org.mate.power.policy diff --git a/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile index 2e361bdb97f3..10dacbdfa96c 100644 --- a/sysutils/mate-settings-daemon/Makefile +++ b/sysutils/mate-settings-daemon/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-settings-daemon -PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTVERSION= 1.10.1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -30,14 +29,15 @@ USE_LDCONFIG= yes USE_GSTREAMER= good GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \ - --disable-static \ - --disable-pulse + --with-gtk=2.0 \ + --disable-static INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml \ + org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml \ org.mate.SettingsDaemon.plugins.background.gschema.xml \ org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \ org.mate.SettingsDaemon.plugins.datetime.gschema.xml \ @@ -55,8 +55,13 @@ GLIB_SCHEMAS= org.mate.SettingsDaemon.plugins.a11y-keyboard.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 +OPTIONS_DEFINE= PULSEAUDIO +OPTIONS_SUB= yes + +PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio + .include <bsd.port.mk> diff --git a/sysutils/mate-settings-daemon/distinfo b/sysutils/mate-settings-daemon/distinfo index 5f2268fce858..f292ab73c2fb 100644 --- a/sysutils/mate-settings-daemon/distinfo +++ b/sysutils/mate-settings-daemon/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-settings-daemon-1.8.2.tar.xz) = 2d38c9eff00a7ad239613b5f59e95a08705601a64f3a660b34919a4818da9d87 -SIZE (mate/mate-settings-daemon-1.8.2.tar.xz) = 782780 +SHA256 (mate/mate-settings-daemon-1.10.1.tar.xz) = ee594c55b2b7b293f9e1bfdfeeba373a3c2903e7e024c0b2ace95252da78c477 +SIZE (mate/mate-settings-daemon-1.10.1.tar.xz) = 788376 diff --git a/sysutils/mate-settings-daemon/pkg-plist b/sysutils/mate-settings-daemon/pkg-plist index e40602f0eed8..350f5d81f899 100644 --- a/sysutils/mate-settings-daemon/pkg-plist +++ b/sysutils/mate-settings-daemon/pkg-plist @@ -1,14 +1,22 @@ etc/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf etc/xdg/autostart/mate-settings-daemon.desktop +etc/xrdb/Editres.ad +etc/xrdb/Emacs.ad +etc/xrdb/General.ad +etc/xrdb/Motif.ad +etc/xrdb/Tk.ad +etc/xrdb/Xaw.ad 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/a11y-settings.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.so +lib/mate-settings-daemon/liba11y-settings.so lib/mate-settings-daemon/libbackground.so lib/mate-settings-daemon/libclipboard.so lib/mate-settings-daemon/libhousekeeping.so @@ -37,6 +45,8 @@ libexec/mate-settings-daemon libexec/msd-datetime-mechanism libexec/msd-locate-pointer man/man1/mate-settings-daemon.1.gz +man/man1/msd-datetime-mechanism.1.gz +man/man1/msd-locate-pointer.1.gz 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 @@ -105,6 +115,7 @@ share/locale/kk/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/ky/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 @@ -149,20 +160,15 @@ 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/mate-control-center/keybindings/50-accessibility.xml +share/mate-settings-daemon/acme.ui +share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-capslock-off.png +share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-capslock-on.png +share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-numlock-off.png +share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-numlock-on.png +share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-scrolllock-off.png +share/mate-settings-daemon/icons/hicolor/64x64/devices/kbd-scrolllock-on.png +share/mate-settings-daemon/msd-a11y-preferences-dialog.ui share/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy @dir etc/mate-settings-daemon/xrandr @dir etc/mate-settings-daemon diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index 8aabb2c82626..c4a953040d3d 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-system-monitor -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.10.1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -19,7 +18,8 @@ PORTSCOUT= limitw:1,even USES= gettext gmake pathfix pkgconfig tar:xz USE_MATE= icontheme -USE_GNOME= gtk20 librsvg2 intlhack libxml2 gtkmm24 libwnck +USE_GNOME= gtk20 gtkmm24 intlhack librsvg2 libwnck libxml2 +CONFIGURE_ARGS= --with-gtk=2.0 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lutil" CPPFLAGS+= -I${LOCALBASE}/include diff --git a/sysutils/mate-system-monitor/distinfo b/sysutils/mate-system-monitor/distinfo index 0e532131a525..9dc30a15cf4e 100644 --- a/sysutils/mate-system-monitor/distinfo +++ b/sysutils/mate-system-monitor/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-system-monitor-1.8.0.tar.xz) = 00ef3c595d4837e44f70c40e683a292836c9c8a84d1f9ab66f5b97a206f47712 -SIZE (mate/mate-system-monitor-1.8.0.tar.xz) = 2099600 +SHA256 (mate/mate-system-monitor-1.10.1.tar.xz) = d5428990f9ba2a864a9c4af74c626c3e8f46f0b0468925209ad51f2d09304774 +SIZE (mate/mate-system-monitor-1.10.1.tar.xz) = 2129620 diff --git a/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp b/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp index 9b934be3ddb8..32f01f89c021 100644 --- a/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp +++ b/sysutils/mate-system-monitor/files/patch-src_load-graph.cpp @@ -1,11 +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 +--- src/load-graph.cpp.orig 2015-01-23 09:15:58.000000000 +0100 ++++ src/load-graph.cpp 2015-04-06 20:28:18.053368000 +0200 +@@ -470,7 +470,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)))); +- guint64 pow2 = std::floor(log2(new_max)); ++ guint64 pow2 = std::floor(log(new_max) / log(2)); + guint64 base10 = pow2 / 10.0; + guint64 coef10 = std::ceil(new_max / double(G_GUINT64_CONSTANT(1) << (base10 * 10))); + g_assert(new_max <= (coef10 * (G_GUINT64_CONSTANT(1) << (base10 * 10)))); diff --git a/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp b/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp deleted file mode 100644 index c00526174921..000000000000 --- a/sysutils/mate-system-monitor/files/patch-src_openfiles.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- 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/files/patch-src_procproperties.cpp b/sysutils/mate-system-monitor/files/patch-src_procproperties.cpp new file mode 100644 index 000000000000..7daeab5c60d6 --- /dev/null +++ b/sysutils/mate-system-monitor/files/patch-src_procproperties.cpp @@ -0,0 +1,20 @@ +--- src/procproperties.cpp.orig 2015-07-02 23:46:27.000000000 +0200 ++++ src/procproperties.cpp 2015-07-14 10:18:48.273918000 +0200 +@@ -26,7 +26,7 @@ + #include <glibtop/procstate.h> + #if defined (__linux__) + #include <asm/param.h> +-#elif defined (__NetBSD__) || defined (__OpenBSD__) ++#elif defined (__NetBSD__) || defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + #include <sys/param.h> + #include <sys/sysctl.h> + #endif +@@ -114,7 +114,7 @@ + + get_process_memory_info(info); + +-#if defined (__NetBSD__) || defined (__OpenBSD__) ++#if defined (__NetBSD__) || defined (__OpenBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + struct clockinfo cinf; + size_t size = sizeof (cinf); + int HZ; diff --git a/sysutils/mate-system-monitor/pkg-plist b/sysutils/mate-system-monitor/pkg-plist index ba553fca6439..3aa31cd9e7d4 100644 --- a/sysutils/mate-system-monitor/pkg-plist +++ b/sysutils/mate-system-monitor/pkg-plist @@ -1,6 +1,7 @@ bin/mate-system-monitor man/man1/mate-system-monitor.1.gz share/MateConf/gsettings/mate-system-monitor.convert +share/appdata/mate-system-monitor.appdata.xml share/applications/mate-system-monitor.desktop share/help/C/mate-system-monitor/figures/addColumn.png share/help/C/mate-system-monitor/figures/changePriority.png diff --git a/x11-fm/caja/Makefile b/x11-fm/caja/Makefile index e832ff77678a..c822d998ac07 100644 --- a/x11-fm/caja/Makefile +++ b/x11-fm/caja/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= caja -PORTVERSION= 1.8.2 +PORTVERSION= 1.10.2 CATEGORIES= x11-fm mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -22,7 +22,7 @@ USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ shared-mime-info tar:xz USE_MATE= desktop icontheme:run USE_XORG= ice x11 xrender -USE_GNOME= glib20 gtk20 intlhack introspection:build \ +USE_GNOME= glib20 gtk20 intltool introspection:build \ libxml2 pango USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -40,5 +40,6 @@ GLIB_SCHEMAS= org.mate.caja.gschema.xml \ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/caja/extensions-2.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcaja-extension.so.1.4.0 .include <bsd.port.mk> diff --git a/x11-fm/caja/distinfo b/x11-fm/caja/distinfo index 8b0817ed6718..66647e8ae657 100644 --- a/x11-fm/caja/distinfo +++ b/x11-fm/caja/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/caja-1.8.2.tar.xz) = 99331a7439c346382c3b82c889fee9aaabca8760e9c7dfb60041c1fbcd2c6ac0 -SIZE (mate/caja-1.8.2.tar.xz) = 3596308 +SHA256 (mate/caja-1.10.2.tar.xz) = 3acefd3b6ef06ddf2c7946f03d46d55b89ffd91c24c65bc26b38d58d3fc6765a +SIZE (mate/caja-1.10.2.tar.xz) = 3637500 diff --git a/x11-fm/caja/pkg-plist b/x11-fm/caja/pkg-plist index 6799a92c67a8..cc28901a0a91 100644 --- a/x11-fm/caja/pkg-plist +++ b/x11-fm/caja/pkg-plist @@ -24,6 +24,7 @@ man/man1/caja-connect-server.1.gz man/man1/caja-file-management-properties.1.gz man/man1/caja.1.gz share/MateConf/gsettings/caja.convert +share/appdata/caja.appdata.xml share/applications/caja-autorun-software.desktop share/applications/caja-browser.desktop share/applications/caja-computer.desktop @@ -136,6 +137,7 @@ 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/en_US/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 @@ -155,6 +157,7 @@ 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/ia/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 diff --git a/x11-themes/mate-backgrounds/Makefile b/x11-themes/mate-backgrounds/Makefile index e2184006874e..c863becdb845 100644 --- a/x11-themes/mate-backgrounds/Makefile +++ b/x11-themes/mate-backgrounds/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-backgrounds -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 CATEGORIES= x11-themes graphics mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11-themes/mate-backgrounds/distinfo b/x11-themes/mate-backgrounds/distinfo index 8777e205bb35..4aa47a2ff2fc 100644 --- a/x11-themes/mate-backgrounds/distinfo +++ b/x11-themes/mate-backgrounds/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-backgrounds-1.8.0.tar.xz) = c7e46f9c4456b5a4c602c11653912ca51b055f777934897f8baced8ce21d0b05 -SIZE (mate/mate-backgrounds-1.8.0.tar.xz) = 11663712 +SHA256 (mate/mate-backgrounds-1.10.0.tar.xz) = fc5e056d97c1b2abccf1b3f11080129f8720b5607f7ecc354e09d64b300b9794 +SIZE (mate/mate-backgrounds-1.10.0.tar.xz) = 20897784 diff --git a/x11-themes/mate-backgrounds/pkg-plist b/x11-themes/mate-backgrounds/pkg-plist index f70453541340..a241d07be8b9 100644 --- a/x11-themes/mate-backgrounds/pkg-plist +++ b/x11-themes/mate-backgrounds/pkg-plist @@ -6,7 +6,13 @@ share/backgrounds/mate/abstract/Spring.png share/backgrounds/mate/abstract/Waves.png share/backgrounds/mate/desktop/Float-into-MATE.png share/backgrounds/mate/desktop/GreenTraditional.jpg +share/backgrounds/mate/desktop/MATE-Stripes-Dark.png +share/backgrounds/mate/desktop/MATE-Stripes-Light.png share/backgrounds/mate/desktop/Stripes.png +share/backgrounds/mate/desktop/Ubuntu-Mate-Cold-no-logo.png +share/backgrounds/mate/desktop/Ubuntu-Mate-Dark-no-logo.png +share/backgrounds/mate/desktop/Ubuntu-Mate-Radioactive-no-logo.png +share/backgrounds/mate/desktop/Ubuntu-Mate-Warm-no-logo.png share/backgrounds/mate/nature/Aqua.jpg share/backgrounds/mate/nature/Blinds.jpg share/backgrounds/mate/nature/Dune.jpg diff --git a/x11-themes/mate-icon-theme-faenza/Makefile b/x11-themes/mate-icon-theme-faenza/Makefile index 6c062b1d8827..9408b49a0ac5 100644 --- a/x11-themes/mate-icon-theme-faenza/Makefile +++ b/x11-themes/mate-icon-theme-faenza/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-icon-theme-faenza -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 CATEGORIES= x11-themes mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11-themes/mate-icon-theme-faenza/distinfo b/x11-themes/mate-icon-theme-faenza/distinfo index 7c7a7c45b8c6..0131bb34debf 100644 --- a/x11-themes/mate-icon-theme-faenza/distinfo +++ b/x11-themes/mate-icon-theme-faenza/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-icon-theme-faenza-1.8.0.tar.xz) = 6d1044af459373178ce05305db66b7dc6afb03b5475eacd122c19156fea0307b -SIZE (mate/mate-icon-theme-faenza-1.8.0.tar.xz) = 20817400 +SHA256 (mate/mate-icon-theme-faenza-1.10.0.tar.xz) = 89ff72a000f763fe01511ffce5737225abd7bf90dcf478cfbaab354982f13bdd +SIZE (mate/mate-icon-theme-faenza-1.10.0.tar.xz) = 19081268 diff --git a/x11-themes/mate-icon-theme-faenza/pkg-plist b/x11-themes/mate-icon-theme-faenza/pkg-plist index 45f54d4b9201..b258826976ec 100644 --- a/x11-themes/mate-icon-theme-faenza/pkg-plist +++ b/x11-themes/mate-icon-theme-faenza/pkg-plist @@ -3662,6 +3662,7 @@ 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/hexchat.png share/icons/matefaenza/apps/16/hi48-app-wireshark.png share/icons/matefaenza/apps/16/homebank.png share/icons/matefaenza/apps/16/hotwire.png @@ -3798,7 +3799,7 @@ 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/numpty physics.png +share/icons/matefaenza/apps/16/numpty-physics.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 @@ -4003,6 +4004,7 @@ 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-reboot.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 @@ -4461,6 +4463,7 @@ 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/hexchat.png share/icons/matefaenza/apps/22/hi48-app-wireshark.png share/icons/matefaenza/apps/22/homebank.png share/icons/matefaenza/apps/22/hotwire.png @@ -4664,7 +4667,7 @@ 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/numpty physics.png +share/icons/matefaenza/apps/22/numpty-physics.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 @@ -4869,6 +4872,7 @@ 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-reboot.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 @@ -5327,6 +5331,7 @@ 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/hexchat.png share/icons/matefaenza/apps/24/hi48-app-wireshark.png share/icons/matefaenza/apps/24/homebank.png share/icons/matefaenza/apps/24/hotwire.png @@ -5530,7 +5535,7 @@ 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/numpty physics.png +share/icons/matefaenza/apps/24/numpty-physics.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 @@ -5735,6 +5740,7 @@ 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-reboot.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 @@ -6215,6 +6221,7 @@ 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/hexchat.png share/icons/matefaenza/apps/32/hi48-app-wireshark.png share/icons/matefaenza/apps/32/homebank.png share/icons/matefaenza/apps/32/hotwire.png @@ -6381,7 +6388,7 @@ 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/numpty physics.png +share/icons/matefaenza/apps/32/numpty-physics.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 @@ -6602,6 +6609,7 @@ 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-reboot.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 @@ -7087,6 +7095,7 @@ 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/hexchat.png share/icons/matefaenza/apps/48/hi48-app-wireshark.png share/icons/matefaenza/apps/48/homebank.png share/icons/matefaenza/apps/48/hotwire.png @@ -7253,7 +7262,7 @@ 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/numpty physics.png +share/icons/matefaenza/apps/48/numpty-physics.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 @@ -7473,6 +7482,7 @@ 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-reboot.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 @@ -7925,6 +7935,7 @@ 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/hexchat.png share/icons/matefaenza/apps/64/hi48-app-wireshark.png share/icons/matefaenza/apps/64/homebank.png share/icons/matefaenza/apps/64/hotwire.png @@ -8279,6 +8290,7 @@ 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-reboot.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 @@ -8695,6 +8707,7 @@ 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/hexchat.png share/icons/matefaenza/apps/96/hi48-app-wireshark.png share/icons/matefaenza/apps/96/homebank.png share/icons/matefaenza/apps/96/hotwire.png @@ -9024,6 +9037,7 @@ 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-reboot.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 @@ -9471,6 +9485,7 @@ 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/hexchat.svg share/icons/matefaenza/apps/scalable/hi48-app-wireshark.svg share/icons/matefaenza/apps/scalable/homebank.svg share/icons/matefaenza/apps/scalable/hotwire.svg @@ -9852,6 +9867,7 @@ 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-reboot.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 @@ -20194,6 +20210,7 @@ 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-reboot.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 @@ -20266,6 +20283,7 @@ 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-reboot.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 @@ -20336,6 +20354,7 @@ 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-reboot.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 @@ -23250,6 +23269,7 @@ 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-reboot.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 @@ -23322,6 +23342,7 @@ 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-reboot.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 @@ -23392,6 +23413,7 @@ 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-reboot.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 diff --git a/x11-themes/mate-icon-theme/Makefile b/x11-themes/mate-icon-theme/Makefile index d8be0bb579c8..72a9ae648f66 100644 --- a/x11-themes/mate-icon-theme/Makefile +++ b/x11-themes/mate-icon-theme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-icon-theme -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.1 CATEGORIES= x11-themes mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11-themes/mate-icon-theme/distinfo b/x11-themes/mate-icon-theme/distinfo index 504cd2a1af4e..116c87ee2a0a 100644 --- a/x11-themes/mate-icon-theme/distinfo +++ b/x11-themes/mate-icon-theme/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-icon-theme-1.8.0.tar.xz) = e6b981f74e7e5faa9d3a3b64580b66a327737152c1a230608367e9fa7bb63eac -SIZE (mate/mate-icon-theme-1.8.0.tar.xz) = 15512320 +SHA256 (mate/mate-icon-theme-1.10.1.tar.xz) = 9d15201d053ae4275f99e3f575ea8c7ed27711783ed1c262fa6e689d9ea75d5a +SIZE (mate/mate-icon-theme-1.10.1.tar.xz) = 19043952 diff --git a/x11-themes/mate-icon-theme/pkg-plist b/x11-themes/mate-icon-theme/pkg-plist index ca51628ed8c5..e457f450b512 100644 --- a/x11-themes/mate-icon-theme/pkg-plist +++ b/x11-themes/mate-icon-theme/pkg-plist @@ -13,6 +13,7 @@ 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/dnd-multiple.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 @@ -20,11 +21,14 @@ 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-rtl.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-all.png +share/icons/mate/16x16/actions/edit-clear-rtl.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 @@ -32,8 +36,10 @@ 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-rtl.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-rtl.png share/icons/mate/16x16/actions/edit-undo.png share/icons/mate/16x16/actions/editclear.png share/icons/mate/16x16/actions/editcopy.png @@ -48,11 +54,14 @@ 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-location.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-rtl.png share/icons/mate/16x16/actions/format-indent-less.png +share/icons/mate/16x16/actions/format-indent-more-rtl.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 @@ -78,11 +87,15 @@ 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-rtl.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-rtl.png share/icons/mate/16x16/actions/go-last.png +share/icons/mate/16x16/actions/go-next-rtl.png share/icons/mate/16x16/actions/go-next.png +share/icons/mate/16x16/actions/go-previous-rtl.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 @@ -96,6 +109,7 @@ 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-dnd-multiple.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 @@ -195,20 +209,27 @@ 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/mark-location.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-rtl.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-rtl.png share/icons/mate/16x16/actions/media-seek-backward.png +share/icons/mate/16x16/actions/media-seek-forward-rtl.png share/icons/mate/16x16/actions/media-seek-forward.png +share/icons/mate/16x16/actions/media-skip-backward-rtl.png share/icons/mate/16x16/actions/media-skip-backward.png +share/icons/mate/16x16/actions/media-skip-forward-rtl.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/open-menu.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 @@ -230,6 +251,8 @@ 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/send-to.png +share/icons/mate/16x16/actions/star-new.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 @@ -356,6 +379,7 @@ 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/gcolor2.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 @@ -403,6 +427,10 @@ 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-bluetooth.png +share/icons/mate/16x16/apps/preferences-system-notifications.png +share/icons/mate/16x16/apps/preferences-system-privacy.png +share/icons/mate/16x16/apps/preferences-system-search.png +share/icons/mate/16x16/apps/preferences-system-sharing.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 @@ -493,7 +521,10 @@ 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-headphones.png +share/icons/mate/16x16/devices/audio-headset.png share/icons/mate/16x16/devices/audio-input-microphone.png +share/icons/mate/16x16/devices/audio-speakers.png share/icons/mate/16x16/devices/battery.png share/icons/mate/16x16/devices/camera-photo.png share/icons/mate/16x16/devices/camera-video.png @@ -507,6 +538,7 @@ 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-multidisk.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 @@ -548,6 +580,7 @@ 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-dialpad.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 @@ -562,14 +595,17 @@ 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-removable.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-vpn.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-network.png share/icons/mate/16x16/devices/printer-remote.png share/icons/mate/16x16/devices/printer.png share/icons/mate/16x16/devices/printer1.png @@ -580,6 +616,7 @@ 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/uninterruptible-power-supply.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 @@ -612,6 +649,7 @@ 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/emote-love.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 @@ -662,6 +700,7 @@ share/icons/mate/16x16/mimetypes/application-vnd.openxmlformats-officedocument.s 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-addon.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 @@ -890,6 +929,7 @@ 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-firmware.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 @@ -900,6 +940,7 @@ 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/x-package-repository.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 @@ -971,6 +1012,7 @@ 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/computer-fail.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 @@ -1018,6 +1060,10 @@ 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/microphone-sensitivity-high.png +share/icons/mate/16x16/status/microphone-sensitivity-low.png +share/icons/mate/16x16/status/microphone-sensitivity-medium.png +share/icons/mate/16x16/status/microphone-sensitivity-muted.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 @@ -1029,13 +1075,17 @@ 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/non-starred.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/semi-starred-rtl.png +share/icons/mate/16x16/status/semi-starred.png share/icons/mate/16x16/status/software-update-available.png share/icons/mate/16x16/status/software-update-urgent.png +share/icons/mate/16x16/status/starred.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 @@ -1073,6 +1123,9 @@ 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/trophy-bronze.png +share/icons/mate/16x16/status/trophy-gold.png +share/icons/mate/16x16/status/trophy-silver.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 @@ -1106,6 +1159,7 @@ 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/dnd-multiple.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 @@ -1113,11 +1167,14 @@ 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-rtl.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-all.png +share/icons/mate/22x22/actions/edit-clear-rtl.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 @@ -1125,8 +1182,10 @@ 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-rtl.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-rtl.png share/icons/mate/22x22/actions/edit-undo.png share/icons/mate/22x22/actions/editclear.png share/icons/mate/22x22/actions/editcopy.png @@ -1141,11 +1200,14 @@ 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-location.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-rtl.png share/icons/mate/22x22/actions/format-indent-less.png +share/icons/mate/22x22/actions/format-indent-more-rtl.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 @@ -1171,11 +1233,15 @@ 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-rtl.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-rtl.png share/icons/mate/22x22/actions/go-last.png +share/icons/mate/22x22/actions/go-next-rtl.png share/icons/mate/22x22/actions/go-next.png +share/icons/mate/22x22/actions/go-previous-rtl.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 @@ -1189,6 +1255,7 @@ 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-dnd-multiple.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 @@ -1288,20 +1355,27 @@ 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/mark-location.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-rtl.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-rtl.png share/icons/mate/22x22/actions/media-seek-backward.png +share/icons/mate/22x22/actions/media-seek-forward-rtl.png share/icons/mate/22x22/actions/media-seek-forward.png +share/icons/mate/22x22/actions/media-skip-backward-rtl.png share/icons/mate/22x22/actions/media-skip-backward.png +share/icons/mate/22x22/actions/media-skip-forward-rtl.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/open-menu.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 @@ -1323,6 +1397,8 @@ 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/send-to.png +share/icons/mate/22x22/actions/star-new.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 @@ -1449,6 +1525,7 @@ 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/gcolor2.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 @@ -1496,6 +1573,10 @@ 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-bluetooth.png +share/icons/mate/22x22/apps/preferences-system-notifications.png +share/icons/mate/22x22/apps/preferences-system-privacy.png +share/icons/mate/22x22/apps/preferences-system-search.png +share/icons/mate/22x22/apps/preferences-system-sharing.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 @@ -1586,7 +1667,10 @@ 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-headphones.png +share/icons/mate/22x22/devices/audio-headset.png share/icons/mate/22x22/devices/audio-input-microphone.png +share/icons/mate/22x22/devices/audio-speakers.png share/icons/mate/22x22/devices/battery.png share/icons/mate/22x22/devices/camera-photo.png share/icons/mate/22x22/devices/camera-video.png @@ -1600,6 +1684,7 @@ 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-multidisk.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 @@ -1641,6 +1726,7 @@ 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-dialpad.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 @@ -1655,14 +1741,17 @@ 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-removable.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-vpn.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-network.png share/icons/mate/22x22/devices/printer-remote.png share/icons/mate/22x22/devices/printer.png share/icons/mate/22x22/devices/printer1.png @@ -1673,6 +1762,7 @@ 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/uninterruptible-power-supply.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 @@ -1705,6 +1795,7 @@ 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/emote-love.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 @@ -1755,6 +1846,7 @@ share/icons/mate/22x22/mimetypes/application-vnd.openxmlformats-officedocument.s 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-addon.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 @@ -1983,6 +2075,7 @@ 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-firmware.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 @@ -1993,6 +2086,7 @@ 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/x-package-repository.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 @@ -2064,6 +2158,7 @@ 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/computer-fail.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 @@ -2111,6 +2206,10 @@ 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/microphone-sensitivity-high.png +share/icons/mate/22x22/status/microphone-sensitivity-low.png +share/icons/mate/22x22/status/microphone-sensitivity-medium.png +share/icons/mate/22x22/status/microphone-sensitivity-muted.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 @@ -2122,13 +2221,17 @@ 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/non-starred.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/semi-starred-rtl.png +share/icons/mate/22x22/status/semi-starred.png share/icons/mate/22x22/status/software-update-available.png share/icons/mate/22x22/status/software-update-urgent.png +share/icons/mate/22x22/status/starred.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 @@ -2166,6 +2269,9 @@ 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/trophy-bronze.png +share/icons/mate/22x22/status/trophy-gold.png +share/icons/mate/22x22/status/trophy-silver.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 @@ -2199,6 +2305,7 @@ 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/dnd-multiple.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 @@ -2206,11 +2313,14 @@ 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-rtl.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-all.png +share/icons/mate/24x24/actions/edit-clear-rtl.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 @@ -2218,8 +2328,10 @@ 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-rtl.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-rtl.png share/icons/mate/24x24/actions/edit-undo.png share/icons/mate/24x24/actions/editclear.png share/icons/mate/24x24/actions/editcopy.png @@ -2234,11 +2346,14 @@ 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-location.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-rtl.png share/icons/mate/24x24/actions/format-indent-less.png +share/icons/mate/24x24/actions/format-indent-more-rtl.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 @@ -2264,11 +2379,15 @@ 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-rtl.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-rtl.png share/icons/mate/24x24/actions/go-last.png +share/icons/mate/24x24/actions/go-next-rtl.png share/icons/mate/24x24/actions/go-next.png +share/icons/mate/24x24/actions/go-previous-rtl.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 @@ -2282,6 +2401,7 @@ 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-dnd-multiple.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 @@ -2383,18 +2503,24 @@ 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-rtl.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-rtl.png share/icons/mate/24x24/actions/media-seek-backward.png +share/icons/mate/24x24/actions/media-seek-forward-rtl.png share/icons/mate/24x24/actions/media-seek-forward.png +share/icons/mate/24x24/actions/media-skip-backward-rtl.png share/icons/mate/24x24/actions/media-skip-backward.png +share/icons/mate/24x24/actions/media-skip-forward-rtl.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/open-menu.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 @@ -2416,6 +2542,8 @@ 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/send-to.png +share/icons/mate/24x24/actions/star-new.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 @@ -2540,6 +2668,7 @@ 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/gcolor2.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 @@ -2587,6 +2716,7 @@ 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-bluetooth.png +share/icons/mate/24x24/apps/preferences-system-privacy.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 @@ -2677,7 +2807,10 @@ 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-headphones.png +share/icons/mate/24x24/devices/audio-headset.png share/icons/mate/24x24/devices/audio-input-microphone.png +share/icons/mate/24x24/devices/audio-speakers.png share/icons/mate/24x24/devices/battery.png share/icons/mate/24x24/devices/camera-photo.png share/icons/mate/24x24/devices/camera-video.png @@ -2691,6 +2824,7 @@ 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-multidisk.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 @@ -2732,6 +2866,7 @@ 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-dialpad.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 @@ -2746,14 +2881,17 @@ 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-removable.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-vpn.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-network.png share/icons/mate/24x24/devices/printer-remote.png share/icons/mate/24x24/devices/printer.png share/icons/mate/24x24/devices/printer1.png @@ -2764,6 +2902,7 @@ 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/uninterruptible-power-supply.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 @@ -2845,6 +2984,7 @@ share/icons/mate/24x24/mimetypes/application-vnd.openxmlformats-officedocument.s 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-addon.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 @@ -3073,6 +3213,7 @@ 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-firmware.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 @@ -3083,6 +3224,7 @@ 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/x-package-repository.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 @@ -3154,6 +3296,7 @@ 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/computer-fail.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 @@ -3201,6 +3344,10 @@ 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/microphone-sensitivity-high.png +share/icons/mate/24x24/status/microphone-sensitivity-low.png +share/icons/mate/24x24/status/microphone-sensitivity-medium.png +share/icons/mate/24x24/status/microphone-sensitivity-muted.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 @@ -3212,13 +3359,17 @@ 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/non-starred.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/semi-starred-rtl.png +share/icons/mate/24x24/status/semi-starred.png share/icons/mate/24x24/status/software-update-available.png share/icons/mate/24x24/status/software-update-urgent.png +share/icons/mate/24x24/status/starred.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 @@ -3256,6 +3407,9 @@ 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/trophy-bronze.png +share/icons/mate/24x24/status/trophy-gold.png +share/icons/mate/24x24/status/trophy-silver.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 @@ -3347,6 +3501,7 @@ 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/open-menu.png share/icons/mate/256x256/actions/previous.png share/icons/mate/256x256/actions/process-stop.png share/icons/mate/256x256/actions/reload.png @@ -3984,6 +4139,7 @@ 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/dnd-multiple.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 @@ -3991,11 +4147,14 @@ 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-rtl.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-all.png +share/icons/mate/32x32/actions/edit-clear-rtl.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 @@ -4003,8 +4162,10 @@ 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-rtl.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-rtl.png share/icons/mate/32x32/actions/edit-undo.png share/icons/mate/32x32/actions/editclear.png share/icons/mate/32x32/actions/editcopy.png @@ -4019,11 +4180,14 @@ 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-location.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-rtl.png share/icons/mate/32x32/actions/format-indent-less.png +share/icons/mate/32x32/actions/format-indent-more-rtl.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 @@ -4049,11 +4213,15 @@ 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-rtl.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-rtl.png share/icons/mate/32x32/actions/go-last.png +share/icons/mate/32x32/actions/go-next-rtl.png share/icons/mate/32x32/actions/go-next.png +share/icons/mate/32x32/actions/go-previous-rtl.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 @@ -4067,6 +4235,7 @@ 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-dnd-multiple.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 @@ -4166,20 +4335,27 @@ 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/mark-location.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-rtl.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-rtl.png share/icons/mate/32x32/actions/media-seek-backward.png +share/icons/mate/32x32/actions/media-seek-forward-rtl.png share/icons/mate/32x32/actions/media-seek-forward.png +share/icons/mate/32x32/actions/media-skip-backward-rtl.png share/icons/mate/32x32/actions/media-skip-backward.png +share/icons/mate/32x32/actions/media-skip-forward-rtl.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/open-menu.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 @@ -4201,6 +4377,8 @@ 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/send-to.png +share/icons/mate/32x32/actions/star-new.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 @@ -4324,6 +4502,7 @@ 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/gcolor2.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 @@ -4371,6 +4550,10 @@ 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-bluetooth.png +share/icons/mate/32x32/apps/preferences-system-notifications.png +share/icons/mate/32x32/apps/preferences-system-privacy.png +share/icons/mate/32x32/apps/preferences-system-search.png +share/icons/mate/32x32/apps/preferences-system-sharing.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 @@ -4461,7 +4644,10 @@ 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-headphones.png +share/icons/mate/32x32/devices/audio-headset.png share/icons/mate/32x32/devices/audio-input-microphone.png +share/icons/mate/32x32/devices/audio-speakers.png share/icons/mate/32x32/devices/battery.png share/icons/mate/32x32/devices/camera-photo.png share/icons/mate/32x32/devices/camera-video.png @@ -4475,6 +4661,7 @@ 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-multidisk.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 @@ -4516,6 +4703,7 @@ 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-dialpad.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 @@ -4530,14 +4718,17 @@ 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-removable.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-vpn.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-network.png share/icons/mate/32x32/devices/printer-remote.png share/icons/mate/32x32/devices/printer.png share/icons/mate/32x32/devices/printer1.png @@ -4548,6 +4739,7 @@ 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/uninterruptible-power-supply.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 @@ -4580,6 +4772,7 @@ 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/emote-love.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 @@ -4630,6 +4823,7 @@ share/icons/mate/32x32/mimetypes/application-vnd.openxmlformats-officedocument.s 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-addon.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 @@ -4858,6 +5052,7 @@ 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-firmware.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 @@ -4868,6 +5063,7 @@ 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/x-package-repository.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 @@ -4939,6 +5135,7 @@ 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/computer-fail.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 @@ -4983,6 +5180,10 @@ 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/microphone-sensitivity-high.png +share/icons/mate/32x32/status/microphone-sensitivity-low.png +share/icons/mate/32x32/status/microphone-sensitivity-medium.png +share/icons/mate/32x32/status/microphone-sensitivity-muted.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 @@ -4993,13 +5194,17 @@ 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/non-starred.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/semi-starred-rtl.png +share/icons/mate/32x32/status/semi-starred.png share/icons/mate/32x32/status/software-update-available.png share/icons/mate/32x32/status/software-update-urgent.png +share/icons/mate/32x32/status/starred.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 @@ -5037,6 +5242,9 @@ 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/trophy-bronze.png +share/icons/mate/32x32/status/trophy-gold.png +share/icons/mate/32x32/status/trophy-silver.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 @@ -5077,11 +5285,14 @@ 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-rtl.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-all.png +share/icons/mate/48x48/actions/edit-clear-rtl.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 @@ -5089,8 +5300,10 @@ 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-rtl.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-rtl.png share/icons/mate/48x48/actions/edit-undo.png share/icons/mate/48x48/actions/editclear.png share/icons/mate/48x48/actions/editcopy.png @@ -5105,11 +5318,14 @@ 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-location.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-rtl.png share/icons/mate/48x48/actions/format-indent-less.png +share/icons/mate/48x48/actions/format-indent-more-rtl.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 @@ -5135,11 +5351,15 @@ 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-rtl.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-rtl.png share/icons/mate/48x48/actions/go-last.png +share/icons/mate/48x48/actions/go-next-rtl.png share/icons/mate/48x48/actions/go-next.png +share/icons/mate/48x48/actions/go-previous-rtl.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 @@ -5252,20 +5472,27 @@ 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/mark-location.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-rtl.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-rtl.png share/icons/mate/48x48/actions/media-seek-backward.png +share/icons/mate/48x48/actions/media-seek-forward-rtl.png share/icons/mate/48x48/actions/media-seek-forward.png +share/icons/mate/48x48/actions/media-skip-backward-rtl.png share/icons/mate/48x48/actions/media-skip-backward.png +share/icons/mate/48x48/actions/media-skip-forward-rtl.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/open-menu.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 @@ -5287,6 +5514,8 @@ 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/send-to.png +share/icons/mate/48x48/actions/star-new.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 @@ -5410,6 +5639,7 @@ 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/gcolor2.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 @@ -5457,6 +5687,10 @@ 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-bluetooth.png +share/icons/mate/48x48/apps/preferences-system-notifications.png +share/icons/mate/48x48/apps/preferences-system-privacy.png +share/icons/mate/48x48/apps/preferences-system-search.png +share/icons/mate/48x48/apps/preferences-system-sharing.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 @@ -5548,7 +5782,10 @@ 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-headphones.png +share/icons/mate/48x48/devices/audio-headset.png share/icons/mate/48x48/devices/audio-input-microphone.png +share/icons/mate/48x48/devices/audio-speakers.png share/icons/mate/48x48/devices/battery.png share/icons/mate/48x48/devices/camera-photo.png share/icons/mate/48x48/devices/camera-video.png @@ -5562,6 +5799,7 @@ 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-multidisk.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 @@ -5603,6 +5841,7 @@ 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-dialpad.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 @@ -5617,14 +5856,17 @@ 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-removable.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-vpn.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-network.png share/icons/mate/48x48/devices/printer-remote.png share/icons/mate/48x48/devices/printer.png share/icons/mate/48x48/devices/printer1.png @@ -5635,6 +5877,7 @@ 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/uninterruptible-power-supply.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 @@ -5668,6 +5911,7 @@ 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/emote-love.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 @@ -5718,6 +5962,7 @@ share/icons/mate/48x48/mimetypes/application-vnd.openxmlformats-officedocument.s 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-addon.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 @@ -5949,6 +6194,7 @@ 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-firmware.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 @@ -5959,6 +6205,7 @@ 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/x-package-repository.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 @@ -6030,6 +6277,7 @@ 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/computer-fail.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 @@ -6074,6 +6322,10 @@ 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/microphone-sensitivity-high.png +share/icons/mate/48x48/status/microphone-sensitivity-low.png +share/icons/mate/48x48/status/microphone-sensitivity-medium.png +share/icons/mate/48x48/status/microphone-sensitivity-muted.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 @@ -6084,13 +6336,17 @@ 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/non-starred.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/semi-starred-rtl.png +share/icons/mate/48x48/status/semi-starred.png share/icons/mate/48x48/status/software-update-available.png share/icons/mate/48x48/status/software-update-urgent.png +share/icons/mate/48x48/status/starred.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 @@ -6128,6 +6384,9 @@ 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/trophy-bronze.png +share/icons/mate/48x48/status/trophy-gold.png +share/icons/mate/48x48/status/trophy-silver.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 @@ -6156,37 +6415,60 @@ 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-up-to-32/status/process-working-symbolic.svg share/icons/mate/scalable/actions/action-unavailable-symbolic.svg +share/icons/mate/scalable/actions/address-book-new-symbolic.svg +share/icons/mate/scalable/actions/application-exit-symbolic.svg +share/icons/mate/scalable/actions/appointment-new-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/call-stop-symbolic.svg +share/icons/mate/scalable/actions/color-select-symbolic.svg +share/icons/mate/scalable/actions/contact-new-symbolic.svg +share/icons/mate/scalable/actions/document-new-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-print-preview-symbolic.svg +share/icons/mate/scalable/actions/document-print-symbolic.svg share/icons/mate/scalable/actions/document-properties-symbolic.svg +share/icons/mate/scalable/actions/document-revert-symbolic-rtl.svg +share/icons/mate/scalable/actions/document-revert-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-rtl.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-replace-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-rtl.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-rtl.svg share/icons/mate/scalable/actions/edit-undo-symbolic.svg share/icons/mate/scalable/actions/find-location-symbolic.svg +share/icons/mate/scalable/actions/focus-legacy-systray-symbolic.svg +share/icons/mate/scalable/actions/focus-top-bar-symbolic.svg +share/icons/mate/scalable/actions/focus-windows-symbolic.svg +share/icons/mate/scalable/actions/folder-new-symbolic.svg +share/icons/mate/scalable/actions/font-select-symbolic.svg share/icons/mate/scalable/actions/format-indent-less-rtl-symbolic.svg +share/icons/mate/scalable/actions/format-indent-less-symbolic-rtl.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-rtl.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 @@ -6200,19 +6482,23 @@ 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-rtl.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-rtl.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-rtl.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-rtl.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/help-about-symbolic.svg +share/icons/mate/scalable/actions/image-crop-symbolic.svg +share/icons/mate/scalable/actions/image-denoise-symbolic.svg +share/icons/mate/scalable/actions/image-filter-symbolic.svg +share/icons/mate/scalable/actions/image-sharpen-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 @@ -6223,30 +6509,52 @@ 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/mark-location-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-rtl.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-rtl.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-rtl.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-rtl.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-rtl.svg share/icons/mate/scalable/actions/media-skip-forward-symbolic.svg +share/icons/mate/scalable/actions/media-view-subtitles-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/open-menu-symbolic.svg +share/icons/mate/scalable/actions/open-menu.svg +share/icons/mate/scalable/actions/pan-down-symbolic.svg +share/icons/mate/scalable/actions/pan-end-symbolic-rtl.svg +share/icons/mate/scalable/actions/pan-end-symbolic.svg +share/icons/mate/scalable/actions/pan-start-symbolic-rtl.svg +share/icons/mate/scalable/actions/pan-start-symbolic.svg +share/icons/mate/scalable/actions/pan-up-symbolic.svg share/icons/mate/scalable/actions/process-stop-symbolic.svg +share/icons/mate/scalable/actions/selection-end-symbolic-rtl.svg +share/icons/mate/scalable/actions/selection-end-symbolic.svg +share/icons/mate/scalable/actions/selection-start-symbolic-rtl.svg +share/icons/mate/scalable/actions/selection-start-symbolic.svg share/icons/mate/scalable/actions/send-to-symbolic.svg +share/icons/mate/scalable/actions/star-new-symbolic.svg share/icons/mate/scalable/actions/system-run-symbolic.svg +share/icons/mate/scalable/actions/system-search-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/tools-check-spelling-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 @@ -6256,7 +6564,12 @@ 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/view-sort-ascending-symbolic.svg +share/icons/mate/scalable/actions/view-sort-descending-symbolic.svg share/icons/mate/scalable/actions/window-close-symbolic.svg +share/icons/mate/scalable/actions/window-maximize-symbolic.svg +share/icons/mate/scalable/actions/window-minimize-symbolic.svg +share/icons/mate/scalable/actions/window-restore-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 @@ -6270,6 +6583,9 @@ 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/help-contents-symbolic.svg +share/icons/mate/scalable/apps/help-faq-symbolic.svg +share/icons/mate/scalable/apps/multimedia-volume-control-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 @@ -6299,19 +6615,27 @@ 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-system-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/ac-adapter-symbolic.svg share/icons/mate/scalable/devices/audio-card-symbolic.svg +share/icons/mate/scalable/devices/audio-headphones-symbolic.svg +share/icons/mate/scalable/devices/audio-headset-symbolic.svg share/icons/mate/scalable/devices/audio-input-microphone-symbolic.svg +share/icons/mate/scalable/devices/audio-speakers-symbolic.svg +share/icons/mate/scalable/devices/battery-symbolic.svg share/icons/mate/scalable/devices/camera-photo-symbolic.svg +share/icons/mate/scalable/devices/camera-video-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-solidstate-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 @@ -6332,14 +6656,21 @@ 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-tape-symbolic.svg share/icons/mate/scalable/devices/media-zip-symbolic.svg +share/icons/mate/scalable/devices/modem-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/network-wired-symbolic.svg +share/icons/mate/scalable/devices/network-wireless-symbolic.svg +share/icons/mate/scalable/devices/pda-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/tv-symbolic.svg +share/icons/mate/scalable/devices/uninterruptible-power-supply-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 @@ -6352,6 +6683,7 @@ 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/emote-love-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 @@ -6359,6 +6691,7 @@ 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-glasses-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 @@ -6370,6 +6703,7 @@ 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-surprise-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 @@ -6379,11 +6713,19 @@ 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/application-x-executable-symbolic.svg share/icons/mate/scalable/mimetypes/audio-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/image-x-generic-symbolic.svg +share/icons/mate/scalable/mimetypes/inode-directory-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-address-book-symbolic.svg share/icons/mate/scalable/mimetypes/x-office-calendar-symbolic.svg +share/icons/mate/scalable/mimetypes/x-office-document-symbolic.svg +share/icons/mate/scalable/mimetypes/x-office-drawing-symbolic.svg +share/icons/mate/scalable/mimetypes/x-office-presentation-symbolic.svg +share/icons/mate/scalable/mimetypes/x-office-spreadsheet-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 @@ -6398,8 +6740,10 @@ 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-desktop-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/airplane-mode-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 @@ -6427,19 +6771,33 @@ 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/checkbox-checked-symbolic.svg +share/icons/mate/scalable/status/checkbox-mixed-symbolic.svg +share/icons/mate/scalable/status/checkbox-symbolic.svg share/icons/mate/scalable/status/computer-fail-symbolic.svg +share/icons/mate/scalable/status/content-loading-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/folder-drag-accept-symbolic.svg +share/icons/mate/scalable/status/folder-open-symbolic.svg +share/icons/mate/scalable/status/folder-visiting-symbolic.svg +share/icons/mate/scalable/status/image-loading-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-consecutive-rtl-symbolic.svg +share/icons/mate/scalable/status/media-playlist-consecutive-symbolic.svg +share/icons/mate/scalable/status/media-playlist-repeat-rtl-symbolic.svg +share/icons/mate/scalable/status/media-playlist-repeat-song-rtl-symbolic.svg +share/icons/mate/scalable/status/media-playlist-repeat-song-symbolic.svg share/icons/mate/scalable/status/media-playlist-repeat-symbolic.svg +share/icons/mate/scalable/status/media-playlist-shuffle-rtl-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 @@ -6451,6 +6809,9 @@ 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-hspa-symbolic.svg +share/icons/mate/scalable/status/network-cellular-no-route-symbolic.svg +share/icons/mate/scalable/status/network-cellular-offline-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 @@ -6468,11 +6829,15 @@ 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-no-route-symbolic.svg +share/icons/mate/scalable/status/network-wired-offline-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-no-route-symbolic.svg +share/icons/mate/scalable/status/network-wireless-offline-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 @@ -6482,6 +6847,11 @@ 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/radio-checked-symbolic.svg +share/icons/mate/scalable/status/radio-mixed-symbolic.svg +share/icons/mate/scalable/status/radio-symbolic.svg +share/icons/mate/scalable/status/rotation-allowed-symbolic.svg +share/icons/mate/scalable/status/rotation-locked-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 @@ -6490,6 +6860,7 @@ 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/system-lock-screen-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 @@ -6501,6 +6872,7 @@ 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-rtl.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 diff --git a/x11-themes/mate-themes/Makefile b/x11-themes/mate-themes/Makefile index 81e62257974e..3f3fd82c5ac0 100644 --- a/x11-themes/mate-themes/Makefile +++ b/x11-themes/mate-themes/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= mate-themes -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.2 CATEGORIES= x11-themes mate MASTER_SITES= MATE DIST_SUBDIR= mate +DISTNAME= ${PORTNAME}-gtk3.14-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of themes and icons for MATE diff --git a/x11-themes/mate-themes/distinfo b/x11-themes/mate-themes/distinfo index 5ba7aef73359..aa574d2f52c0 100644 --- a/x11-themes/mate-themes/distinfo +++ b/x11-themes/mate-themes/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-themes-1.8.1.tar.xz) = e767c2c9e56b645a9e5fde827ae3a3a33b5d8767d3bfbe4c63c8b043dbac63d5 -SIZE (mate/mate-themes-1.8.1.tar.xz) = 2896520 +SHA256 (mate/mate-themes-gtk3.14-1.10.2.tar.xz) = 4ed593de0fe79bba25e50cf3c41a691621f43e5512c0db7d912c804ad7273e44 +SIZE (mate/mate-themes-gtk3.14-1.10.2.tar.xz) = 3290424 diff --git a/x11-themes/mate-themes/pkg-plist b/x11-themes/mate-themes/pkg-plist index d232df2d69c4..ec239518f65f 100644 --- a/x11-themes/mate-themes/pkg-plist +++ b/x11-themes/mate-themes/pkg-plist @@ -1,2460 +1,3281 @@ -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/16x16/actions/action-unavailable.png +share/icons/ContrastHigh/16x16/actions/bookmark-add.png +share/icons/ContrastHigh/16x16/actions/bookmark-new.png +share/icons/ContrastHigh/16x16/actions/call-end.png +share/icons/ContrastHigh/16x16/actions/call-start.png +share/icons/ContrastHigh/16x16/actions/content-loading.png +share/icons/ContrastHigh/16x16/actions/document-open-recent.png +share/icons/ContrastHigh/16x16/actions/document-open.png +share/icons/ContrastHigh/16x16/actions/document-page-setup.png +share/icons/ContrastHigh/16x16/actions/document-properties.png +share/icons/ContrastHigh/16x16/actions/document-save-as.png +share/icons/ContrastHigh/16x16/actions/document-save.png +share/icons/ContrastHigh/16x16/actions/document-send.png +share/icons/ContrastHigh/16x16/actions/drive-multidisk.png +share/icons/ContrastHigh/16x16/actions/edit-clear-all.png +share/icons/ContrastHigh/16x16/actions/edit-clear-rtl.png +share/icons/ContrastHigh/16x16/actions/edit-clear.png +share/icons/ContrastHigh/16x16/actions/edit-copy.png +share/icons/ContrastHigh/16x16/actions/edit-cut.png +share/icons/ContrastHigh/16x16/actions/edit-delete.png +share/icons/ContrastHigh/16x16/actions/edit-find.png +share/icons/ContrastHigh/16x16/actions/edit-paste.png +share/icons/ContrastHigh/16x16/actions/edit-redo-rtl.png +share/icons/ContrastHigh/16x16/actions/edit-redo.png +share/icons/ContrastHigh/16x16/actions/edit-select-all.png +share/icons/ContrastHigh/16x16/actions/edit-select.png +share/icons/ContrastHigh/16x16/actions/edit-undo-rtl.png +share/icons/ContrastHigh/16x16/actions/edit-undo.png +share/icons/ContrastHigh/16x16/actions/find-location.png +share/icons/ContrastHigh/16x16/actions/format-indent-less-rtl.png +share/icons/ContrastHigh/16x16/actions/format-indent-less.png +share/icons/ContrastHigh/16x16/actions/format-indent-more-rtl.png +share/icons/ContrastHigh/16x16/actions/format-indent-more.png +share/icons/ContrastHigh/16x16/actions/format-justify-center.png +share/icons/ContrastHigh/16x16/actions/format-justify-fill.png +share/icons/ContrastHigh/16x16/actions/format-justify-left.png +share/icons/ContrastHigh/16x16/actions/format-justify-right.png +share/icons/ContrastHigh/16x16/actions/format-text-bold.png +share/icons/ContrastHigh/16x16/actions/format-text-direction-ltr.png +share/icons/ContrastHigh/16x16/actions/format-text-direction-rtl.png +share/icons/ContrastHigh/16x16/actions/format-text-italic.png +share/icons/ContrastHigh/16x16/actions/format-text-strikethrough.png +share/icons/ContrastHigh/16x16/actions/format-text-underline.png +share/icons/ContrastHigh/16x16/actions/go-bottom.png +share/icons/ContrastHigh/16x16/actions/go-down.png +share/icons/ContrastHigh/16x16/actions/go-first-rtl.png +share/icons/ContrastHigh/16x16/actions/go-first.png +share/icons/ContrastHigh/16x16/actions/go-home.png +share/icons/ContrastHigh/16x16/actions/go-jump-rtl.png +share/icons/ContrastHigh/16x16/actions/go-jump.png +share/icons/ContrastHigh/16x16/actions/go-last-rtl.png +share/icons/ContrastHigh/16x16/actions/go-last.png +share/icons/ContrastHigh/16x16/actions/go-next-rtl.png +share/icons/ContrastHigh/16x16/actions/go-next.png +share/icons/ContrastHigh/16x16/actions/go-previous-rtl.png +share/icons/ContrastHigh/16x16/actions/go-previous.png +share/icons/ContrastHigh/16x16/actions/go-top.png +share/icons/ContrastHigh/16x16/actions/go-up.png +share/icons/ContrastHigh/16x16/actions/insert-image.png +share/icons/ContrastHigh/16x16/actions/insert-link.png +share/icons/ContrastHigh/16x16/actions/insert-object.png +share/icons/ContrastHigh/16x16/actions/insert-text.png +share/icons/ContrastHigh/16x16/actions/list-add.png +share/icons/ContrastHigh/16x16/actions/list-remove-all.png +share/icons/ContrastHigh/16x16/actions/list-remove.png +share/icons/ContrastHigh/16x16/actions/mail-mark-important.png +share/icons/ContrastHigh/16x16/actions/mail-send-receive.png +share/icons/ContrastHigh/16x16/actions/mail-send.png +share/icons/ContrastHigh/16x16/actions/mark-location.png +share/icons/ContrastHigh/16x16/actions/media-eject.png +share/icons/ContrastHigh/16x16/actions/media-playback-pause.png +share/icons/ContrastHigh/16x16/actions/media-playback-start-rtl.png +share/icons/ContrastHigh/16x16/actions/media-playback-start.png +share/icons/ContrastHigh/16x16/actions/media-playback-stop.png +share/icons/ContrastHigh/16x16/actions/media-record.png +share/icons/ContrastHigh/16x16/actions/media-seek-backward-rtl.png +share/icons/ContrastHigh/16x16/actions/media-seek-backward.png +share/icons/ContrastHigh/16x16/actions/media-seek-forward-rtl.png +share/icons/ContrastHigh/16x16/actions/media-seek-forward.png +share/icons/ContrastHigh/16x16/actions/media-skip-backward-rtl.png +share/icons/ContrastHigh/16x16/actions/media-skip-backward.png +share/icons/ContrastHigh/16x16/actions/media-skip-forward-rtl.png +share/icons/ContrastHigh/16x16/actions/media-skip-forward.png +share/icons/ContrastHigh/16x16/actions/media-view-subtitles.png +share/icons/ContrastHigh/16x16/actions/object-flip-horizontal.png +share/icons/ContrastHigh/16x16/actions/object-flip-vertical.png +share/icons/ContrastHigh/16x16/actions/object-rotate-left.png +share/icons/ContrastHigh/16x16/actions/object-rotate-right.png +share/icons/ContrastHigh/16x16/actions/object-select.png +share/icons/ContrastHigh/16x16/actions/process-stop.png +share/icons/ContrastHigh/16x16/actions/send-to.png +share/icons/ContrastHigh/16x16/actions/system-run.png +share/icons/ContrastHigh/16x16/actions/system-shutdown.png +share/icons/ContrastHigh/16x16/actions/tab-new.png +share/icons/ContrastHigh/16x16/actions/view-continuous.png +share/icons/ContrastHigh/16x16/actions/view-dual.png +share/icons/ContrastHigh/16x16/actions/view-fullscreen.png +share/icons/ContrastHigh/16x16/actions/view-grid.png +share/icons/ContrastHigh/16x16/actions/view-list.png +share/icons/ContrastHigh/16x16/actions/view-more.png +share/icons/ContrastHigh/16x16/actions/view-paged.png +share/icons/ContrastHigh/16x16/actions/view-refresh.png +share/icons/ContrastHigh/16x16/actions/view-restore.png +share/icons/ContrastHigh/16x16/actions/window-close.png +share/icons/ContrastHigh/16x16/actions/window-maximize.png +share/icons/ContrastHigh/16x16/actions/window-minimize.png +share/icons/ContrastHigh/16x16/actions/window-restore.png +share/icons/ContrastHigh/16x16/actions/zoom-fit-best.png +share/icons/ContrastHigh/16x16/actions/zoom-in.png +share/icons/ContrastHigh/16x16/actions/zoom-original.png +share/icons/ContrastHigh/16x16/actions/zoom-out.png +share/icons/ContrastHigh/16x16/apps/accessories-calculator.png +share/icons/ContrastHigh/16x16/apps/accessories-character-map.png +share/icons/ContrastHigh/16x16/apps/accessories-dictionary.png +share/icons/ContrastHigh/16x16/apps/accessories-text-editor.png +share/icons/ContrastHigh/16x16/apps/anaconda.png +share/icons/ContrastHigh/16x16/apps/applets-screenshooter.png +share/icons/ContrastHigh/16x16/apps/applications-blender.png +share/icons/ContrastHigh/16x16/apps/atril.png +share/icons/ContrastHigh/16x16/apps/audiobook.png +share/icons/ContrastHigh/16x16/apps/ax-applet.png +share/icons/ContrastHigh/16x16/apps/blender.png +share/icons/ContrastHigh/16x16/apps/bluetooth.png +share/icons/ContrastHigh/16x16/apps/boxes.png +share/icons/ContrastHigh/16x16/apps/brasero.png +share/icons/ContrastHigh/16x16/apps/cheese.png +share/icons/ContrastHigh/16x16/apps/clock.png +share/icons/ContrastHigh/16x16/apps/config-firewall.png +share/icons/ContrastHigh/16x16/apps/configuration-editor.png +share/icons/ContrastHigh/16x16/apps/dconf-editor.png +share/icons/ContrastHigh/16x16/apps/deja-dup.png +share/icons/ContrastHigh/16x16/apps/desktop.png +share/icons/ContrastHigh/16x16/apps/devhelp.png +share/icons/ContrastHigh/16x16/apps/display-capplet.png +share/icons/ContrastHigh/16x16/apps/documents.png +share/icons/ContrastHigh/16x16/apps/empathy.png +share/icons/ContrastHigh/16x16/apps/engrampa.png +share/icons/ContrastHigh/16x16/apps/eog.png +share/icons/ContrastHigh/16x16/apps/eom.png +share/icons/ContrastHigh/16x16/apps/evince.png +share/icons/ContrastHigh/16x16/apps/evolution.png +share/icons/ContrastHigh/16x16/apps/fedora-release-notes.png +share/icons/ContrastHigh/16x16/apps/file-roller.png +share/icons/ContrastHigh/16x16/apps/firefox.png +share/icons/ContrastHigh/16x16/apps/gcolor2.png +share/icons/ContrastHigh/16x16/apps/ghex.png +share/icons/ContrastHigh/16x16/apps/gimp.png +share/icons/ContrastHigh/16x16/apps/gkb.png +share/icons/ContrastHigh/16x16/apps/glade.png +share/icons/ContrastHigh/16x16/apps/gnome-abrt.png +share/icons/ContrastHigh/16x16/apps/gnome-aisleriot.png +share/icons/ContrastHigh/16x16/apps/gnome-boxes.png +share/icons/ContrastHigh/16x16/apps/gnome-disks.png +share/icons/ContrastHigh/16x16/apps/gnome-documents.png +share/icons/ContrastHigh/16x16/apps/gnome-freecell.png +share/icons/ContrastHigh/16x16/apps/gnome-nettool.png +share/icons/ContrastHigh/16x16/apps/gnome-power-manager.png +share/icons/ContrastHigh/16x16/apps/gnome-tweak-tool.png +share/icons/ContrastHigh/16x16/apps/goa-panel.png +share/icons/ContrastHigh/16x16/apps/gok.png +share/icons/ContrastHigh/16x16/apps/gtkam-camera.png +share/icons/ContrastHigh/16x16/apps/gtranslator.png +share/icons/ContrastHigh/16x16/apps/haguichi.png +share/icons/ContrastHigh/16x16/apps/headpin.png +share/icons/ContrastHigh/16x16/apps/help-browser.png +share/icons/ContrastHigh/16x16/apps/ifolder.png +share/icons/ContrastHigh/16x16/apps/inkscape.png +share/icons/ContrastHigh/16x16/apps/katello.png +share/icons/ContrastHigh/16x16/apps/libreoffice-base.png +share/icons/ContrastHigh/16x16/apps/libreoffice-calc.png +share/icons/ContrastHigh/16x16/apps/libreoffice-draw.png +share/icons/ContrastHigh/16x16/apps/libreoffice-impress.png +share/icons/ContrastHigh/16x16/apps/libreoffice-math.png +share/icons/ContrastHigh/16x16/apps/libreoffice-startcenter.png +share/icons/ContrastHigh/16x16/apps/libreoffice-writer.png +share/icons/ContrastHigh/16x16/apps/mate-application-generic.png +share/icons/ContrastHigh/16x16/apps/mate-brightness-applet.png +share/icons/ContrastHigh/16x16/apps/mate-invest-applet.png +share/icons/ContrastHigh/16x16/apps/mate-log.png +share/icons/ContrastHigh/16x16/apps/mate-logo-icon-transparent.png +share/icons/ContrastHigh/16x16/apps/mate-netspeed-applet.png +share/icons/ContrastHigh/16x16/apps/mate-network-properties.png +share/icons/ContrastHigh/16x16/apps/mate-notification-properties.png +share/icons/ContrastHigh/16x16/apps/mate-panel-clock.png +share/icons/ContrastHigh/16x16/apps/mate-panel-drawer.png +share/icons/ContrastHigh/16x16/apps/mate-panel-force-quit.png +share/icons/ContrastHigh/16x16/apps/mate-panel-launcher.png +share/icons/ContrastHigh/16x16/apps/mate-panel-window-list.png +share/icons/ContrastHigh/16x16/apps/mate-panel-window-menu.png +share/icons/ContrastHigh/16x16/apps/mate-panel-workspace-switcher.png +share/icons/ContrastHigh/16x16/apps/mate-preferences-desktop-display.png +share/icons/ContrastHigh/16x16/apps/mate-session-properties.png +share/icons/ContrastHigh/16x16/apps/miro.png +share/icons/ContrastHigh/16x16/apps/mozo.png +share/icons/ContrastHigh/16x16/apps/multimedia-volume-control.png +share/icons/ContrastHigh/16x16/apps/orca.png +share/icons/ContrastHigh/16x16/apps/palimpsest.png +share/icons/ContrastHigh/16x16/apps/pidgin.png +share/icons/ContrastHigh/16x16/apps/pino.png +share/icons/ContrastHigh/16x16/apps/preferences-color.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-accessibility.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-default-applications.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-display.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-keyboard.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-locale.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-remote-desktop.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-screensaver.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-sound.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-theme.png +share/icons/ContrastHigh/16x16/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHigh/16x16/apps/preferences-system-date-and-time.png +share/icons/ContrastHigh/16x16/apps/preferences-system-network-proxy.png +share/icons/ContrastHigh/16x16/apps/preferences-system-network.png +share/icons/ContrastHigh/16x16/apps/preferences-system-notifications.png +share/icons/ContrastHigh/16x16/apps/preferences-system-privacy.png +share/icons/ContrastHigh/16x16/apps/preferences-system-search.png +share/icons/ContrastHigh/16x16/apps/preferences-system-session.png +share/icons/ContrastHigh/16x16/apps/preferences-system-sharing.png +share/icons/ContrastHigh/16x16/apps/preferences-system-time.png +share/icons/ContrastHigh/16x16/apps/preferences-system-windows.png +share/icons/ContrastHigh/16x16/apps/rhythmbox.png +share/icons/ContrastHigh/16x16/apps/scribus.png +share/icons/ContrastHigh/16x16/apps/seahorse.png +share/icons/ContrastHigh/16x16/apps/session-properties.png +share/icons/ContrastHigh/16x16/apps/shotwell.png +share/icons/ContrastHigh/16x16/apps/smc.png +share/icons/ContrastHigh/16x16/apps/sound-juicer.png +share/icons/ContrastHigh/16x16/apps/sparkleshare.png +share/icons/ContrastHigh/16x16/apps/system-config-authentication.png +share/icons/ContrastHigh/16x16/apps/system-file-manager.png +share/icons/ContrastHigh/16x16/apps/system-software-install.png +share/icons/ContrastHigh/16x16/apps/system-software-update.png +share/icons/ContrastHigh/16x16/apps/system-users.png +share/icons/ContrastHigh/16x16/apps/tasque.png +share/icons/ContrastHigh/16x16/apps/terminal.png +share/icons/ContrastHigh/16x16/apps/text-editor.png +share/icons/ContrastHigh/16x16/apps/thunderbird-icon.png +share/icons/ContrastHigh/16x16/apps/tomboy.png +share/icons/ContrastHigh/16x16/apps/totem.png +share/icons/ContrastHigh/16x16/apps/transmission.png +share/icons/ContrastHigh/16x16/apps/user-info.png +share/icons/ContrastHigh/16x16/apps/utilities-system-monitor.png +share/icons/ContrastHigh/16x16/apps/utilities-terminal.png +share/icons/ContrastHigh/16x16/apps/vim.png +share/icons/ContrastHigh/16x16/apps/web-browser.png +share/icons/ContrastHigh/16x16/apps/window-capplet.png +share/icons/ContrastHigh/16x16/apps/xchat-gnome.png +share/icons/ContrastHigh/16x16/apps/xchat.png +share/icons/ContrastHigh/16x16/categories/applications-engineering.png +share/icons/ContrastHigh/16x16/categories/applications-games.png +share/icons/ContrastHigh/16x16/categories/applications-graphics.png +share/icons/ContrastHigh/16x16/categories/applications-multimedia.png +share/icons/ContrastHigh/16x16/categories/applications-science.png +share/icons/ContrastHigh/16x16/categories/applications-utilities.png +share/icons/ContrastHigh/16x16/categories/preferences-desktop-personal.png +share/icons/ContrastHigh/16x16/categories/preferences-other.png +share/icons/ContrastHigh/16x16/categories/preferences-system.png +share/icons/ContrastHigh/16x16/categories/system-help.png +share/icons/ContrastHigh/16x16/devices/audio-card.png +share/icons/ContrastHigh/16x16/devices/audio-headphones.png +share/icons/ContrastHigh/16x16/devices/audio-headset.png +share/icons/ContrastHigh/16x16/devices/audio-input-microphone.png +share/icons/ContrastHigh/16x16/devices/audio-speakers.png +share/icons/ContrastHigh/16x16/devices/camera-photo.png +share/icons/ContrastHigh/16x16/devices/camera-video.png +share/icons/ContrastHigh/16x16/devices/camera-web.png +share/icons/ContrastHigh/16x16/devices/colorimeter-colorhug.png +share/icons/ContrastHigh/16x16/devices/computer-apple-ipad.png +share/icons/ContrastHigh/16x16/devices/computer.png +share/icons/ContrastHigh/16x16/devices/display-projector.png +share/icons/ContrastHigh/16x16/devices/drive-harddisk-ieee1394.png +share/icons/ContrastHigh/16x16/devices/drive-harddisk-system.png +share/icons/ContrastHigh/16x16/devices/drive-harddisk-usb.png +share/icons/ContrastHigh/16x16/devices/drive-harddisk.png +share/icons/ContrastHigh/16x16/devices/drive-multidisk-alt.png +share/icons/ContrastHigh/16x16/devices/drive-multidisk-alt2.png +share/icons/ContrastHigh/16x16/devices/drive-multidisk.png +share/icons/ContrastHigh/16x16/devices/drive-optical.png +share/icons/ContrastHigh/16x16/devices/drive-removable-media.png +share/icons/ContrastHigh/16x16/devices/headphones.png +share/icons/ContrastHigh/16x16/devices/input-dialpad.png +share/icons/ContrastHigh/16x16/devices/input-gaming.png +share/icons/ContrastHigh/16x16/devices/input-keyboard.png +share/icons/ContrastHigh/16x16/devices/input-mouse.png +share/icons/ContrastHigh/16x16/devices/input-tablet.png +share/icons/ContrastHigh/16x16/devices/input-touchpad.png +share/icons/ContrastHigh/16x16/devices/media-flash.png +share/icons/ContrastHigh/16x16/devices/media-floppy.png +share/icons/ContrastHigh/16x16/devices/media-optical-bd.png +share/icons/ContrastHigh/16x16/devices/media-optical-cd-audio.png +share/icons/ContrastHigh/16x16/devices/media-optical-dvd.png +share/icons/ContrastHigh/16x16/devices/media-optical.png +share/icons/ContrastHigh/16x16/devices/media-removable.png +share/icons/ContrastHigh/16x16/devices/media-zip.png +share/icons/ContrastHigh/16x16/devices/multimedia-player-apple-ipod-touch.png +share/icons/ContrastHigh/16x16/devices/multimedia-player.png +share/icons/ContrastHigh/16x16/devices/network-wired.png +share/icons/ContrastHigh/16x16/devices/network-wireless.png +share/icons/ContrastHigh/16x16/devices/nm-applet.png +share/icons/ContrastHigh/16x16/devices/phone-apple-iphone.png +share/icons/ContrastHigh/16x16/devices/phone.png +share/icons/ContrastHigh/16x16/devices/printer-network.png +share/icons/ContrastHigh/16x16/devices/printer.png +share/icons/ContrastHigh/16x16/devices/scanner.png +share/icons/ContrastHigh/16x16/devices/video-display.png +share/icons/ContrastHigh/16x16/emblems/emblem-default.png +share/icons/ContrastHigh/16x16/emblems/emblem-documents.png +share/icons/ContrastHigh/16x16/emblems/emblem-favorite.png +share/icons/ContrastHigh/16x16/emblems/emblem-important.png +share/icons/ContrastHigh/16x16/emblems/emblem-music.png +share/icons/ContrastHigh/16x16/emblems/emblem-ok.png +share/icons/ContrastHigh/16x16/emblems/emblem-photos.png +share/icons/ContrastHigh/16x16/emblems/emblem-shared.png +share/icons/ContrastHigh/16x16/emblems/emblem-synchronizing.png +share/icons/ContrastHigh/16x16/emblems/emblem-system.png +share/icons/ContrastHigh/16x16/emblems/emblem-videos.png +share/icons/ContrastHigh/16x16/emotes/face-angel.png +share/icons/ContrastHigh/16x16/emotes/face-angry.png +share/icons/ContrastHigh/16x16/emotes/face-confused.png +share/icons/ContrastHigh/16x16/emotes/face-cool.png +share/icons/ContrastHigh/16x16/emotes/face-crying.png +share/icons/ContrastHigh/16x16/emotes/face-devilish.png +share/icons/ContrastHigh/16x16/emotes/face-embarrassed.png +share/icons/ContrastHigh/16x16/emotes/face-kiss.png +share/icons/ContrastHigh/16x16/emotes/face-laugh.png +share/icons/ContrastHigh/16x16/emotes/face-monkey.png +share/icons/ContrastHigh/16x16/emotes/face-plain.png +share/icons/ContrastHigh/16x16/emotes/face-raspberry.png +share/icons/ContrastHigh/16x16/emotes/face-sad.png +share/icons/ContrastHigh/16x16/emotes/face-shutmouth.png +share/icons/ContrastHigh/16x16/emotes/face-sick.png +share/icons/ContrastHigh/16x16/emotes/face-smile-big.png +share/icons/ContrastHigh/16x16/emotes/face-smile.png +share/icons/ContrastHigh/16x16/emotes/face-smirk.png +share/icons/ContrastHigh/16x16/emotes/face-surprised.png +share/icons/ContrastHigh/16x16/emotes/face-tired.png +share/icons/ContrastHigh/16x16/emotes/face-uncertain.png +share/icons/ContrastHigh/16x16/emotes/face-wink.png +share/icons/ContrastHigh/16x16/emotes/face-worried.png +share/icons/ContrastHigh/16x16/emotes/face-yawn.png +share/icons/ContrastHigh/16x16/mimetypes/application-certificate.png +share/icons/ContrastHigh/16x16/mimetypes/application-rss+xml.png +share/icons/ContrastHigh/16x16/mimetypes/application-x-appliance.png +share/icons/ContrastHigh/16x16/mimetypes/audio-x-generic.png +share/icons/ContrastHigh/16x16/mimetypes/folder-publicshare.png +share/icons/ContrastHigh/16x16/mimetypes/inode-directory.png +share/icons/ContrastHigh/16x16/mimetypes/package-x-generic.png +share/icons/ContrastHigh/16x16/mimetypes/text-x-generic.png +share/icons/ContrastHigh/16x16/mimetypes/video-x-generic.png +share/icons/ContrastHigh/16x16/mimetypes/x-office-calendar.png +share/icons/ContrastHigh/16x16/places/distributor-logo.png +share/icons/ContrastHigh/16x16/places/folder-documents.png +share/icons/ContrastHigh/16x16/places/folder-download.png +share/icons/ContrastHigh/16x16/places/folder-music.png +share/icons/ContrastHigh/16x16/places/folder-pictures.png +share/icons/ContrastHigh/16x16/places/folder-publicshare.png +share/icons/ContrastHigh/16x16/places/folder-remote.png +share/icons/ContrastHigh/16x16/places/folder-saved-search.png +share/icons/ContrastHigh/16x16/places/folder-templates.png +share/icons/ContrastHigh/16x16/places/folder-videos.png +share/icons/ContrastHigh/16x16/places/folder.png +share/icons/ContrastHigh/16x16/places/network-server.png +share/icons/ContrastHigh/16x16/places/network-workgroup.png +share/icons/ContrastHigh/16x16/places/start-here.png +share/icons/ContrastHigh/16x16/places/user-bookmarks.png +share/icons/ContrastHigh/16x16/places/user-desktop.png +share/icons/ContrastHigh/16x16/places/user-home.png +share/icons/ContrastHigh/16x16/places/user-trash.png +share/icons/ContrastHigh/16x16/status/airplane-mode.png +share/icons/ContrastHigh/16x16/status/alarm.png +share/icons/ContrastHigh/16x16/status/appointment-missed.png +share/icons/ContrastHigh/16x16/status/appointment-soon.png +share/icons/ContrastHigh/16x16/status/audio-volume-high.png +share/icons/ContrastHigh/16x16/status/audio-volume-low.png +share/icons/ContrastHigh/16x16/status/audio-volume-medium.png +share/icons/ContrastHigh/16x16/status/audio-volume-muted.png +share/icons/ContrastHigh/16x16/status/avatar-default.png +share/icons/ContrastHigh/16x16/status/battery-caution-charging.png +share/icons/ContrastHigh/16x16/status/battery-caution.png +share/icons/ContrastHigh/16x16/status/battery-empty-charging.png +share/icons/ContrastHigh/16x16/status/battery-empty.png +share/icons/ContrastHigh/16x16/status/battery-full-charged.png +share/icons/ContrastHigh/16x16/status/battery-full-charging.png +share/icons/ContrastHigh/16x16/status/battery-full.png +share/icons/ContrastHigh/16x16/status/battery-good-charging.png +share/icons/ContrastHigh/16x16/status/battery-good.png +share/icons/ContrastHigh/16x16/status/battery-low-charging.png +share/icons/ContrastHigh/16x16/status/battery-low.png +share/icons/ContrastHigh/16x16/status/battery-missing.png +share/icons/ContrastHigh/16x16/status/bluetooth-active.png +share/icons/ContrastHigh/16x16/status/bluetooth-disabled.png +share/icons/ContrastHigh/16x16/status/call-missed.png +share/icons/ContrastHigh/16x16/status/changes-allow.png +share/icons/ContrastHigh/16x16/status/changes-prevent.png +share/icons/ContrastHigh/16x16/status/channel-insecure.png +share/icons/ContrastHigh/16x16/status/channel-secure.png +share/icons/ContrastHigh/16x16/status/computer-fail.png +share/icons/ContrastHigh/16x16/status/dialog-error.png +share/icons/ContrastHigh/16x16/status/dialog-information.png +share/icons/ContrastHigh/16x16/status/dialog-password.png +share/icons/ContrastHigh/16x16/status/dialog-question.png +share/icons/ContrastHigh/16x16/status/dialog-warning.png +share/icons/ContrastHigh/16x16/status/display-brightness.png +share/icons/ContrastHigh/16x16/status/keyboard-brightness.png +share/icons/ContrastHigh/16x16/status/mail-attachment.png +share/icons/ContrastHigh/16x16/status/mail-read.png +share/icons/ContrastHigh/16x16/status/mail-replied.png +share/icons/ContrastHigh/16x16/status/mail-unread.png +share/icons/ContrastHigh/16x16/status/media-playlist-consecutive-rtl.png +share/icons/ContrastHigh/16x16/status/media-playlist-consecutive.png +share/icons/ContrastHigh/16x16/status/media-playlist-repeat-rtl.png +share/icons/ContrastHigh/16x16/status/media-playlist-repeat-song-rtl.png +share/icons/ContrastHigh/16x16/status/media-playlist-repeat-song.png +share/icons/ContrastHigh/16x16/status/media-playlist-repeat.png +share/icons/ContrastHigh/16x16/status/media-playlist-shuffle-rtl.png +share/icons/ContrastHigh/16x16/status/media-playlist-shuffle.png +share/icons/ContrastHigh/16x16/status/microphone-sensitivity-high.png +share/icons/ContrastHigh/16x16/status/microphone-sensitivity-low.png +share/icons/ContrastHigh/16x16/status/microphone-sensitivity-medium.png +share/icons/ContrastHigh/16x16/status/microphone-sensitivity-muted.png +share/icons/ContrastHigh/16x16/status/network-cellular-3g.png +share/icons/ContrastHigh/16x16/status/network-cellular-4g.png +share/icons/ContrastHigh/16x16/status/network-cellular-acquiring.png +share/icons/ContrastHigh/16x16/status/network-cellular-connected.png +share/icons/ContrastHigh/16x16/status/network-cellular-edge.png +share/icons/ContrastHigh/16x16/status/network-cellular-gprs.png +share/icons/ContrastHigh/16x16/status/network-cellular-no-route.png +share/icons/ContrastHigh/16x16/status/network-cellular-offline.png +share/icons/ContrastHigh/16x16/status/network-cellular-signal-excellent.png +share/icons/ContrastHigh/16x16/status/network-cellular-signal-good.png +share/icons/ContrastHigh/16x16/status/network-cellular-signal-none.png +share/icons/ContrastHigh/16x16/status/network-cellular-signal-ok.png +share/icons/ContrastHigh/16x16/status/network-cellular-signal-weak.png +share/icons/ContrastHigh/16x16/status/network-cellular-umts.png +share/icons/ContrastHigh/16x16/status/network-error.png +share/icons/ContrastHigh/16x16/status/network-idle.png +share/icons/ContrastHigh/16x16/status/network-no-route.png +share/icons/ContrastHigh/16x16/status/network-offline.png +share/icons/ContrastHigh/16x16/status/network-receive.png +share/icons/ContrastHigh/16x16/status/network-transmit-receive.png +share/icons/ContrastHigh/16x16/status/network-transmit.png +share/icons/ContrastHigh/16x16/status/network-vpn-acquiring.png +share/icons/ContrastHigh/16x16/status/network-vpn.png +share/icons/ContrastHigh/16x16/status/network-wired-acquiring.png +share/icons/ContrastHigh/16x16/status/network-wired-disconnected.png +share/icons/ContrastHigh/16x16/status/network-wired-no-route.png +share/icons/ContrastHigh/16x16/status/network-wired-offline.png +share/icons/ContrastHigh/16x16/status/network-wired.png +share/icons/ContrastHigh/16x16/status/network-wireless-acquiring.png +share/icons/ContrastHigh/16x16/status/network-wireless-connected.png +share/icons/ContrastHigh/16x16/status/network-wireless-encrypted.png +share/icons/ContrastHigh/16x16/status/network-wireless-hotspot.png +share/icons/ContrastHigh/16x16/status/network-wireless-no-route.png +share/icons/ContrastHigh/16x16/status/network-wireless-offline.png +share/icons/ContrastHigh/16x16/status/network-wireless-signal-excellent.png +share/icons/ContrastHigh/16x16/status/network-wireless-signal-good.png +share/icons/ContrastHigh/16x16/status/network-wireless-signal-none.png +share/icons/ContrastHigh/16x16/status/network-wireless-signal-ok.png +share/icons/ContrastHigh/16x16/status/network-wireless-signal-weak.png +share/icons/ContrastHigh/16x16/status/non-starred.png +share/icons/ContrastHigh/16x16/status/printer-error.png +share/icons/ContrastHigh/16x16/status/printer-printing.png +share/icons/ContrastHigh/16x16/status/printer-warning.png +share/icons/ContrastHigh/16x16/status/rotation-allowed.png +share/icons/ContrastHigh/16x16/status/rotation-locked.png +share/icons/ContrastHigh/16x16/status/security-high.png +share/icons/ContrastHigh/16x16/status/security-low.png +share/icons/ContrastHigh/16x16/status/security-medium.png +share/icons/ContrastHigh/16x16/status/semi-starred-rtl.png +share/icons/ContrastHigh/16x16/status/semi-starred.png +share/icons/ContrastHigh/16x16/status/software-update-available.png +share/icons/ContrastHigh/16x16/status/software-update-urgent.png +share/icons/ContrastHigh/16x16/status/starred.png +share/icons/ContrastHigh/16x16/status/task-due.png +share/icons/ContrastHigh/16x16/status/task-past-due.png +share/icons/ContrastHigh/16x16/status/touchpad-disabled.png +share/icons/ContrastHigh/16x16/status/user-available.png +share/icons/ContrastHigh/16x16/status/user-away.png +share/icons/ContrastHigh/16x16/status/user-busy.png +share/icons/ContrastHigh/16x16/status/user-idle.png +share/icons/ContrastHigh/16x16/status/user-invisible.png +share/icons/ContrastHigh/16x16/status/user-offline.png +share/icons/ContrastHigh/16x16/status/user-status-pending.png +share/icons/ContrastHigh/16x16/status/user-trash-full.png +share/icons/ContrastHigh/16x16/status/view-wrapped-rtl.png +share/icons/ContrastHigh/16x16/status/view-wrapped.png +share/icons/ContrastHigh/16x16/status/weather-clear-night.png +share/icons/ContrastHigh/16x16/status/weather-clear.png +share/icons/ContrastHigh/16x16/status/weather-few-clouds-night.png +share/icons/ContrastHigh/16x16/status/weather-few-clouds.png +share/icons/ContrastHigh/16x16/status/weather-fog.png +share/icons/ContrastHigh/16x16/status/weather-overcast.png +share/icons/ContrastHigh/16x16/status/weather-severe-alert.png +share/icons/ContrastHigh/16x16/status/weather-showers-scattered.png +share/icons/ContrastHigh/16x16/status/weather-showers.png +share/icons/ContrastHigh/16x16/status/weather-snow.png +share/icons/ContrastHigh/16x16/status/weather-storm.png +share/icons/ContrastHigh/16x16/stock/gtk-apply.png +share/icons/ContrastHigh/16x16/stock/gtk-bold.png +share/icons/ContrastHigh/16x16/stock/gtk-cancel.png +share/icons/ContrastHigh/16x16/stock/gtk-connect.png +share/icons/ContrastHigh/16x16/stock/gtk-convert.png +share/icons/ContrastHigh/16x16/stock/gtk-disconnect.png +share/icons/ContrastHigh/16x16/stock/gtk-dnd-multiple.png +share/icons/ContrastHigh/16x16/stock/gtk-dnd.png +share/icons/ContrastHigh/16x16/stock/gtk-edit.png +share/icons/ContrastHigh/16x16/stock/gtk-index.png +share/icons/ContrastHigh/16x16/stock/gtk-no.png +share/icons/ContrastHigh/16x16/stock/gtk-ok.png +share/icons/ContrastHigh/16x16/stock/gtk-preferences.png +share/icons/ContrastHigh/16x16/stock/gtk-select-color.png +share/icons/ContrastHigh/16x16/stock/gtk-select-font.png +share/icons/ContrastHigh/16x16/stock/gtk-undelete.png +share/icons/ContrastHigh/16x16/stock/gtk-yes.png +share/icons/ContrastHigh/22x22/actions/action-unavailable.png +share/icons/ContrastHigh/22x22/actions/bookmark-add.png +share/icons/ContrastHigh/22x22/actions/bookmark-new.png +share/icons/ContrastHigh/22x22/actions/call-end.png +share/icons/ContrastHigh/22x22/actions/call-start.png +share/icons/ContrastHigh/22x22/actions/content-loading.png +share/icons/ContrastHigh/22x22/actions/document-open-recent.png +share/icons/ContrastHigh/22x22/actions/document-open.png +share/icons/ContrastHigh/22x22/actions/document-page-setup.png +share/icons/ContrastHigh/22x22/actions/document-properties.png +share/icons/ContrastHigh/22x22/actions/document-save-as.png +share/icons/ContrastHigh/22x22/actions/document-save.png +share/icons/ContrastHigh/22x22/actions/document-send.png +share/icons/ContrastHigh/22x22/actions/drive-multidisk.png +share/icons/ContrastHigh/22x22/actions/edit-clear-all.png +share/icons/ContrastHigh/22x22/actions/edit-clear-rtl.png +share/icons/ContrastHigh/22x22/actions/edit-clear.png +share/icons/ContrastHigh/22x22/actions/edit-copy.png +share/icons/ContrastHigh/22x22/actions/edit-cut.png +share/icons/ContrastHigh/22x22/actions/edit-delete.png +share/icons/ContrastHigh/22x22/actions/edit-find.png +share/icons/ContrastHigh/22x22/actions/edit-paste.png +share/icons/ContrastHigh/22x22/actions/edit-redo-rtl.png +share/icons/ContrastHigh/22x22/actions/edit-redo.png +share/icons/ContrastHigh/22x22/actions/edit-select-all.png +share/icons/ContrastHigh/22x22/actions/edit-select.png +share/icons/ContrastHigh/22x22/actions/edit-undo-rtl.png +share/icons/ContrastHigh/22x22/actions/edit-undo.png +share/icons/ContrastHigh/22x22/actions/find-location.png +share/icons/ContrastHigh/22x22/actions/format-indent-less-rtl.png +share/icons/ContrastHigh/22x22/actions/format-indent-less.png +share/icons/ContrastHigh/22x22/actions/format-indent-more-rtl.png +share/icons/ContrastHigh/22x22/actions/format-indent-more.png +share/icons/ContrastHigh/22x22/actions/format-justify-center.png +share/icons/ContrastHigh/22x22/actions/format-justify-fill.png +share/icons/ContrastHigh/22x22/actions/format-justify-left.png +share/icons/ContrastHigh/22x22/actions/format-justify-right.png +share/icons/ContrastHigh/22x22/actions/format-text-bold.png +share/icons/ContrastHigh/22x22/actions/format-text-direction-ltr.png +share/icons/ContrastHigh/22x22/actions/format-text-direction-rtl.png +share/icons/ContrastHigh/22x22/actions/format-text-italic.png +share/icons/ContrastHigh/22x22/actions/format-text-strikethrough.png +share/icons/ContrastHigh/22x22/actions/format-text-underline.png +share/icons/ContrastHigh/22x22/actions/go-bottom.png +share/icons/ContrastHigh/22x22/actions/go-down.png +share/icons/ContrastHigh/22x22/actions/go-first-rtl.png +share/icons/ContrastHigh/22x22/actions/go-first.png +share/icons/ContrastHigh/22x22/actions/go-home.png +share/icons/ContrastHigh/22x22/actions/go-jump-rtl.png +share/icons/ContrastHigh/22x22/actions/go-jump.png +share/icons/ContrastHigh/22x22/actions/go-last-rtl.png +share/icons/ContrastHigh/22x22/actions/go-last.png +share/icons/ContrastHigh/22x22/actions/go-next-rtl.png +share/icons/ContrastHigh/22x22/actions/go-next.png +share/icons/ContrastHigh/22x22/actions/go-previous-rtl.png +share/icons/ContrastHigh/22x22/actions/go-previous.png +share/icons/ContrastHigh/22x22/actions/go-top.png +share/icons/ContrastHigh/22x22/actions/go-up.png +share/icons/ContrastHigh/22x22/actions/insert-image.png +share/icons/ContrastHigh/22x22/actions/insert-link.png +share/icons/ContrastHigh/22x22/actions/insert-object.png +share/icons/ContrastHigh/22x22/actions/insert-text.png +share/icons/ContrastHigh/22x22/actions/list-add.png +share/icons/ContrastHigh/22x22/actions/list-remove-all.png +share/icons/ContrastHigh/22x22/actions/list-remove.png +share/icons/ContrastHigh/22x22/actions/mail-mark-important.png +share/icons/ContrastHigh/22x22/actions/mail-send-receive.png +share/icons/ContrastHigh/22x22/actions/mail-send.png +share/icons/ContrastHigh/22x22/actions/mark-location.png +share/icons/ContrastHigh/22x22/actions/media-eject.png +share/icons/ContrastHigh/22x22/actions/media-playback-pause.png +share/icons/ContrastHigh/22x22/actions/media-playback-start-rtl.png +share/icons/ContrastHigh/22x22/actions/media-playback-start.png +share/icons/ContrastHigh/22x22/actions/media-playback-stop.png +share/icons/ContrastHigh/22x22/actions/media-record.png +share/icons/ContrastHigh/22x22/actions/media-seek-backward-rtl.png +share/icons/ContrastHigh/22x22/actions/media-seek-backward.png +share/icons/ContrastHigh/22x22/actions/media-seek-forward-rtl.png +share/icons/ContrastHigh/22x22/actions/media-seek-forward.png +share/icons/ContrastHigh/22x22/actions/media-skip-backward-rtl.png +share/icons/ContrastHigh/22x22/actions/media-skip-backward.png +share/icons/ContrastHigh/22x22/actions/media-skip-forward-rtl.png +share/icons/ContrastHigh/22x22/actions/media-skip-forward.png +share/icons/ContrastHigh/22x22/actions/media-view-subtitles.png +share/icons/ContrastHigh/22x22/actions/object-flip-horizontal.png +share/icons/ContrastHigh/22x22/actions/object-flip-vertical.png +share/icons/ContrastHigh/22x22/actions/object-rotate-left.png +share/icons/ContrastHigh/22x22/actions/object-rotate-right.png +share/icons/ContrastHigh/22x22/actions/object-select.png +share/icons/ContrastHigh/22x22/actions/process-stop.png +share/icons/ContrastHigh/22x22/actions/send-to.png +share/icons/ContrastHigh/22x22/actions/system-run.png +share/icons/ContrastHigh/22x22/actions/system-shutdown.png +share/icons/ContrastHigh/22x22/actions/tab-new.png +share/icons/ContrastHigh/22x22/actions/view-continuous.png +share/icons/ContrastHigh/22x22/actions/view-dual.png +share/icons/ContrastHigh/22x22/actions/view-fullscreen.png +share/icons/ContrastHigh/22x22/actions/view-grid.png +share/icons/ContrastHigh/22x22/actions/view-list.png +share/icons/ContrastHigh/22x22/actions/view-more.png +share/icons/ContrastHigh/22x22/actions/view-paged.png +share/icons/ContrastHigh/22x22/actions/view-refresh.png +share/icons/ContrastHigh/22x22/actions/view-restore.png +share/icons/ContrastHigh/22x22/actions/window-close.png +share/icons/ContrastHigh/22x22/actions/window-maximize.png +share/icons/ContrastHigh/22x22/actions/window-minimize.png +share/icons/ContrastHigh/22x22/actions/window-restore.png +share/icons/ContrastHigh/22x22/actions/zoom-fit-best.png +share/icons/ContrastHigh/22x22/actions/zoom-in.png +share/icons/ContrastHigh/22x22/actions/zoom-original.png +share/icons/ContrastHigh/22x22/actions/zoom-out.png +share/icons/ContrastHigh/22x22/apps/accessories-calculator.png +share/icons/ContrastHigh/22x22/apps/accessories-character-map.png +share/icons/ContrastHigh/22x22/apps/accessories-dictionary.png +share/icons/ContrastHigh/22x22/apps/accessories-text-editor.png +share/icons/ContrastHigh/22x22/apps/anaconda.png +share/icons/ContrastHigh/22x22/apps/applets-screenshooter.png +share/icons/ContrastHigh/22x22/apps/applications-blender.png +share/icons/ContrastHigh/22x22/apps/atril.png +share/icons/ContrastHigh/22x22/apps/audiobook.png +share/icons/ContrastHigh/22x22/apps/ax-applet.png +share/icons/ContrastHigh/22x22/apps/blender.png +share/icons/ContrastHigh/22x22/apps/bluetooth.png +share/icons/ContrastHigh/22x22/apps/boxes.png +share/icons/ContrastHigh/22x22/apps/brasero.png +share/icons/ContrastHigh/22x22/apps/charpick.png +share/icons/ContrastHigh/22x22/apps/cheese.png +share/icons/ContrastHigh/22x22/apps/clock.png +share/icons/ContrastHigh/22x22/apps/config-firewall.png +share/icons/ContrastHigh/22x22/apps/configuration-editor.png +share/icons/ContrastHigh/22x22/apps/dconf-editor.png +share/icons/ContrastHigh/22x22/apps/deja-dup.png +share/icons/ContrastHigh/22x22/apps/desktop.png +share/icons/ContrastHigh/22x22/apps/devhelp.png +share/icons/ContrastHigh/22x22/apps/display-capplet.png +share/icons/ContrastHigh/22x22/apps/documents.png +share/icons/ContrastHigh/22x22/apps/empathy.png +share/icons/ContrastHigh/22x22/apps/engrampa.png +share/icons/ContrastHigh/22x22/apps/eog.png +share/icons/ContrastHigh/22x22/apps/eom.png +share/icons/ContrastHigh/22x22/apps/evince.png +share/icons/ContrastHigh/22x22/apps/evolution.png +share/icons/ContrastHigh/22x22/apps/fedora-release-notes.png +share/icons/ContrastHigh/22x22/apps/file-roller.png +share/icons/ContrastHigh/22x22/apps/firefox.png +share/icons/ContrastHigh/22x22/apps/gcolor2.png +share/icons/ContrastHigh/22x22/apps/ghex.png +share/icons/ContrastHigh/22x22/apps/gimp.png +share/icons/ContrastHigh/22x22/apps/gkb.png +share/icons/ContrastHigh/22x22/apps/glade.png +share/icons/ContrastHigh/22x22/apps/gnome-abrt.png +share/icons/ContrastHigh/22x22/apps/gnome-aisleriot.png +share/icons/ContrastHigh/22x22/apps/gnome-boxes.png +share/icons/ContrastHigh/22x22/apps/gnome-disks.png +share/icons/ContrastHigh/22x22/apps/gnome-documents.png +share/icons/ContrastHigh/22x22/apps/gnome-freecell.png +share/icons/ContrastHigh/22x22/apps/gnome-nettool.png +share/icons/ContrastHigh/22x22/apps/gnome-power-manager.png +share/icons/ContrastHigh/22x22/apps/gnome-tweak-tool.png +share/icons/ContrastHigh/22x22/apps/goa-panel.png +share/icons/ContrastHigh/22x22/apps/gok.png +share/icons/ContrastHigh/22x22/apps/gtkam-camera.png +share/icons/ContrastHigh/22x22/apps/gtranslator.png +share/icons/ContrastHigh/22x22/apps/haguichi.png +share/icons/ContrastHigh/22x22/apps/headpin.png +share/icons/ContrastHigh/22x22/apps/help-browser.png +share/icons/ContrastHigh/22x22/apps/ifolder.png +share/icons/ContrastHigh/22x22/apps/inkscape.png +share/icons/ContrastHigh/22x22/apps/katello.png +share/icons/ContrastHigh/22x22/apps/libreoffice-base.png +share/icons/ContrastHigh/22x22/apps/libreoffice-calc.png +share/icons/ContrastHigh/22x22/apps/libreoffice-draw.png +share/icons/ContrastHigh/22x22/apps/libreoffice-impress.png +share/icons/ContrastHigh/22x22/apps/libreoffice-math.png +share/icons/ContrastHigh/22x22/apps/libreoffice-startcenter.png +share/icons/ContrastHigh/22x22/apps/libreoffice-writer.png +share/icons/ContrastHigh/22x22/apps/mate-application-generic.png +share/icons/ContrastHigh/22x22/apps/mate-brightness-applet.png +share/icons/ContrastHigh/22x22/apps/mate-invest-applet.png +share/icons/ContrastHigh/22x22/apps/mate-log.png +share/icons/ContrastHigh/22x22/apps/mate-logo-icon-transparent.png +share/icons/ContrastHigh/22x22/apps/mate-netspeed-applet.png +share/icons/ContrastHigh/22x22/apps/mate-network-properties.png +share/icons/ContrastHigh/22x22/apps/mate-notification-properties.png +share/icons/ContrastHigh/22x22/apps/mate-panel-clock.png +share/icons/ContrastHigh/22x22/apps/mate-panel-drawer.png +share/icons/ContrastHigh/22x22/apps/mate-panel-force-quit.png +share/icons/ContrastHigh/22x22/apps/mate-panel-launcher.png +share/icons/ContrastHigh/22x22/apps/mate-panel-window-list.png +share/icons/ContrastHigh/22x22/apps/mate-panel-window-menu.png +share/icons/ContrastHigh/22x22/apps/mate-panel-workspace-switcher.png +share/icons/ContrastHigh/22x22/apps/mate-preferences-desktop-display.png +share/icons/ContrastHigh/22x22/apps/mate-session-properties.png +share/icons/ContrastHigh/22x22/apps/miro.png +share/icons/ContrastHigh/22x22/apps/mozo.png +share/icons/ContrastHigh/22x22/apps/multimedia-volume-control.png +share/icons/ContrastHigh/22x22/apps/orca.png +share/icons/ContrastHigh/22x22/apps/palimpsest.png +share/icons/ContrastHigh/22x22/apps/pidgin.png +share/icons/ContrastHigh/22x22/apps/pino.png +share/icons/ContrastHigh/22x22/apps/preferences-color.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-accessibility.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-display.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-keyboard.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-locale.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-remote-desktop.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-screensaver.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-sound.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-theme.png +share/icons/ContrastHigh/22x22/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHigh/22x22/apps/preferences-system-date-and-time.png +share/icons/ContrastHigh/22x22/apps/preferences-system-network-proxy.png +share/icons/ContrastHigh/22x22/apps/preferences-system-network.png +share/icons/ContrastHigh/22x22/apps/preferences-system-notifications.png +share/icons/ContrastHigh/22x22/apps/preferences-system-privacy.png +share/icons/ContrastHigh/22x22/apps/preferences-system-search.png +share/icons/ContrastHigh/22x22/apps/preferences-system-session.png +share/icons/ContrastHigh/22x22/apps/preferences-system-sharing.png +share/icons/ContrastHigh/22x22/apps/preferences-system-time.png +share/icons/ContrastHigh/22x22/apps/preferences-system-windows.png +share/icons/ContrastHigh/22x22/apps/rhythmbox.png +share/icons/ContrastHigh/22x22/apps/scribus.png +share/icons/ContrastHigh/22x22/apps/seahorse.png +share/icons/ContrastHigh/22x22/apps/session-properties.png +share/icons/ContrastHigh/22x22/apps/shotwell.png +share/icons/ContrastHigh/22x22/apps/smc.png +share/icons/ContrastHigh/22x22/apps/sound-juicer.png +share/icons/ContrastHigh/22x22/apps/sparkleshare.png +share/icons/ContrastHigh/22x22/apps/system-config-authentication.png +share/icons/ContrastHigh/22x22/apps/system-file-manager.png +share/icons/ContrastHigh/22x22/apps/system-software-install.png +share/icons/ContrastHigh/22x22/apps/system-software-update.png +share/icons/ContrastHigh/22x22/apps/system-users.png +share/icons/ContrastHigh/22x22/apps/tasque.png +share/icons/ContrastHigh/22x22/apps/terminal.png +share/icons/ContrastHigh/22x22/apps/text-editor.png +share/icons/ContrastHigh/22x22/apps/thunderbird-icon.png +share/icons/ContrastHigh/22x22/apps/tomboy.png +share/icons/ContrastHigh/22x22/apps/totem.png +share/icons/ContrastHigh/22x22/apps/transmission.png +share/icons/ContrastHigh/22x22/apps/user-info.png +share/icons/ContrastHigh/22x22/apps/utilities-system-monitor.png +share/icons/ContrastHigh/22x22/apps/utilities-terminal.png +share/icons/ContrastHigh/22x22/apps/vim.png +share/icons/ContrastHigh/22x22/apps/web-browser.png +share/icons/ContrastHigh/22x22/apps/window-capplet.png +share/icons/ContrastHigh/22x22/apps/xchat-gnome.png +share/icons/ContrastHigh/22x22/apps/xchat.png +share/icons/ContrastHigh/22x22/categories/applications-engineering.png +share/icons/ContrastHigh/22x22/categories/applications-games.png +share/icons/ContrastHigh/22x22/categories/applications-graphics.png +share/icons/ContrastHigh/22x22/categories/applications-multimedia.png +share/icons/ContrastHigh/22x22/categories/applications-office.png +share/icons/ContrastHigh/22x22/categories/applications-other.png +share/icons/ContrastHigh/22x22/categories/applications-science.png +share/icons/ContrastHigh/22x22/categories/applications-utilities.png +share/icons/ContrastHigh/22x22/categories/preferences-desktop-personal.png +share/icons/ContrastHigh/22x22/categories/preferences-other.png +share/icons/ContrastHigh/22x22/categories/preferences-system.png +share/icons/ContrastHigh/22x22/categories/system-help.png +share/icons/ContrastHigh/22x22/devices/audio-card.png +share/icons/ContrastHigh/22x22/devices/audio-headphones.png +share/icons/ContrastHigh/22x22/devices/audio-headset.png +share/icons/ContrastHigh/22x22/devices/audio-input-microphone.png +share/icons/ContrastHigh/22x22/devices/audio-speakers.png +share/icons/ContrastHigh/22x22/devices/camera-photo.png +share/icons/ContrastHigh/22x22/devices/camera-video.png +share/icons/ContrastHigh/22x22/devices/camera-web.png +share/icons/ContrastHigh/22x22/devices/colorimeter-colorhug.png +share/icons/ContrastHigh/22x22/devices/computer-apple-ipad.png +share/icons/ContrastHigh/22x22/devices/computer.png +share/icons/ContrastHigh/22x22/devices/display-projector.png +share/icons/ContrastHigh/22x22/devices/drive-harddisk-ieee1394.png +share/icons/ContrastHigh/22x22/devices/drive-harddisk-system.png +share/icons/ContrastHigh/22x22/devices/drive-harddisk-usb.png +share/icons/ContrastHigh/22x22/devices/drive-harddisk.png +share/icons/ContrastHigh/22x22/devices/drive-multidisk-alt.png +share/icons/ContrastHigh/22x22/devices/drive-multidisk-alt2.png +share/icons/ContrastHigh/22x22/devices/drive-multidisk.png +share/icons/ContrastHigh/22x22/devices/drive-optical.png +share/icons/ContrastHigh/22x22/devices/drive-removable-media.png +share/icons/ContrastHigh/22x22/devices/headphones.png +share/icons/ContrastHigh/22x22/devices/input-dialpad.png +share/icons/ContrastHigh/22x22/devices/input-gaming.png +share/icons/ContrastHigh/22x22/devices/input-keyboard.png +share/icons/ContrastHigh/22x22/devices/input-mouse.png +share/icons/ContrastHigh/22x22/devices/input-tablet.png +share/icons/ContrastHigh/22x22/devices/input-touchpad.png +share/icons/ContrastHigh/22x22/devices/media-flash.png +share/icons/ContrastHigh/22x22/devices/media-floppy.png +share/icons/ContrastHigh/22x22/devices/media-optical-bd.png +share/icons/ContrastHigh/22x22/devices/media-optical-cd-audio.png +share/icons/ContrastHigh/22x22/devices/media-optical-dvd.png +share/icons/ContrastHigh/22x22/devices/media-optical.png +share/icons/ContrastHigh/22x22/devices/media-removable.png +share/icons/ContrastHigh/22x22/devices/media-zip.png +share/icons/ContrastHigh/22x22/devices/multimedia-player-apple-ipod-touch.png +share/icons/ContrastHigh/22x22/devices/multimedia-player.png +share/icons/ContrastHigh/22x22/devices/network-wired.png +share/icons/ContrastHigh/22x22/devices/network-wireless.png +share/icons/ContrastHigh/22x22/devices/nm-applet.png +share/icons/ContrastHigh/22x22/devices/phone-apple-iphone.png +share/icons/ContrastHigh/22x22/devices/phone.png +share/icons/ContrastHigh/22x22/devices/printer-network.png +share/icons/ContrastHigh/22x22/devices/printer.png +share/icons/ContrastHigh/22x22/devices/scanner.png +share/icons/ContrastHigh/22x22/devices/video-display.png +share/icons/ContrastHigh/22x22/emblems/emblem-default.png +share/icons/ContrastHigh/22x22/emblems/emblem-documents.png +share/icons/ContrastHigh/22x22/emblems/emblem-favorite.png +share/icons/ContrastHigh/22x22/emblems/emblem-important.png +share/icons/ContrastHigh/22x22/emblems/emblem-music.png +share/icons/ContrastHigh/22x22/emblems/emblem-ok.png +share/icons/ContrastHigh/22x22/emblems/emblem-photos.png +share/icons/ContrastHigh/22x22/emblems/emblem-shared.png +share/icons/ContrastHigh/22x22/emblems/emblem-synchronizing.png +share/icons/ContrastHigh/22x22/emblems/emblem-system.png +share/icons/ContrastHigh/22x22/emblems/emblem-videos.png +share/icons/ContrastHigh/22x22/emotes/face-angel.png +share/icons/ContrastHigh/22x22/emotes/face-angry.png +share/icons/ContrastHigh/22x22/emotes/face-confused.png +share/icons/ContrastHigh/22x22/emotes/face-cool.png +share/icons/ContrastHigh/22x22/emotes/face-crying.png +share/icons/ContrastHigh/22x22/emotes/face-devilish.png +share/icons/ContrastHigh/22x22/emotes/face-embarrassed.png +share/icons/ContrastHigh/22x22/emotes/face-kiss.png +share/icons/ContrastHigh/22x22/emotes/face-laugh.png +share/icons/ContrastHigh/22x22/emotes/face-monkey.png +share/icons/ContrastHigh/22x22/emotes/face-plain.png +share/icons/ContrastHigh/22x22/emotes/face-raspberry.png +share/icons/ContrastHigh/22x22/emotes/face-sad.png +share/icons/ContrastHigh/22x22/emotes/face-shutmouth.png +share/icons/ContrastHigh/22x22/emotes/face-sick.png +share/icons/ContrastHigh/22x22/emotes/face-smile-big.png +share/icons/ContrastHigh/22x22/emotes/face-smile.png +share/icons/ContrastHigh/22x22/emotes/face-smirk.png +share/icons/ContrastHigh/22x22/emotes/face-surprised.png +share/icons/ContrastHigh/22x22/emotes/face-tired.png +share/icons/ContrastHigh/22x22/emotes/face-uncertain.png +share/icons/ContrastHigh/22x22/emotes/face-wink.png +share/icons/ContrastHigh/22x22/emotes/face-worried.png +share/icons/ContrastHigh/22x22/emotes/face-yawn.png +share/icons/ContrastHigh/22x22/mimetypes/application-certificate.png +share/icons/ContrastHigh/22x22/mimetypes/application-rss+xml.png +share/icons/ContrastHigh/22x22/mimetypes/application-x-appliance.png +share/icons/ContrastHigh/22x22/mimetypes/audio-x-generic.png +share/icons/ContrastHigh/22x22/mimetypes/folder-publicshare.png +share/icons/ContrastHigh/22x22/mimetypes/inode-directory.png +share/icons/ContrastHigh/22x22/mimetypes/package-x-generic.png +share/icons/ContrastHigh/22x22/mimetypes/text-x-generic.png +share/icons/ContrastHigh/22x22/mimetypes/video-x-generic.png +share/icons/ContrastHigh/22x22/mimetypes/x-office-calendar.png +share/icons/ContrastHigh/22x22/places/distributor-logo.png +share/icons/ContrastHigh/22x22/places/folder-documents.png +share/icons/ContrastHigh/22x22/places/folder-download.png +share/icons/ContrastHigh/22x22/places/folder-music.png +share/icons/ContrastHigh/22x22/places/folder-pictures.png +share/icons/ContrastHigh/22x22/places/folder-publicshare.png +share/icons/ContrastHigh/22x22/places/folder-remote.png +share/icons/ContrastHigh/22x22/places/folder-saved-search.png +share/icons/ContrastHigh/22x22/places/folder-templates.png +share/icons/ContrastHigh/22x22/places/folder-videos.png +share/icons/ContrastHigh/22x22/places/folder.png +share/icons/ContrastHigh/22x22/places/network-server.png +share/icons/ContrastHigh/22x22/places/network-workgroup.png +share/icons/ContrastHigh/22x22/places/start-here.png +share/icons/ContrastHigh/22x22/places/user-bookmarks.png +share/icons/ContrastHigh/22x22/places/user-desktop.png +share/icons/ContrastHigh/22x22/places/user-home.png +share/icons/ContrastHigh/22x22/places/user-trash.png +share/icons/ContrastHigh/22x22/status/airplane-mode.png +share/icons/ContrastHigh/22x22/status/alarm.png +share/icons/ContrastHigh/22x22/status/appointment-missed.png +share/icons/ContrastHigh/22x22/status/appointment-soon.png +share/icons/ContrastHigh/22x22/status/audio-volume-high.png +share/icons/ContrastHigh/22x22/status/audio-volume-low.png +share/icons/ContrastHigh/22x22/status/audio-volume-medium.png +share/icons/ContrastHigh/22x22/status/audio-volume-muted.png +share/icons/ContrastHigh/22x22/status/avatar-default.png +share/icons/ContrastHigh/22x22/status/battery-caution-charging.png +share/icons/ContrastHigh/22x22/status/battery-caution.png +share/icons/ContrastHigh/22x22/status/battery-empty-charging.png +share/icons/ContrastHigh/22x22/status/battery-empty.png +share/icons/ContrastHigh/22x22/status/battery-full-charged.png +share/icons/ContrastHigh/22x22/status/battery-full-charging.png +share/icons/ContrastHigh/22x22/status/battery-full.png +share/icons/ContrastHigh/22x22/status/battery-good-charging.png +share/icons/ContrastHigh/22x22/status/battery-good.png +share/icons/ContrastHigh/22x22/status/battery-low-charging.png +share/icons/ContrastHigh/22x22/status/battery-low.png +share/icons/ContrastHigh/22x22/status/battery-missing.png +share/icons/ContrastHigh/22x22/status/bluetooth-active.png +share/icons/ContrastHigh/22x22/status/bluetooth-disabled.png +share/icons/ContrastHigh/22x22/status/call-missed.png +share/icons/ContrastHigh/22x22/status/changes-allow.png +share/icons/ContrastHigh/22x22/status/changes-prevent.png +share/icons/ContrastHigh/22x22/status/channel-insecure.png +share/icons/ContrastHigh/22x22/status/channel-secure.png +share/icons/ContrastHigh/22x22/status/computer-fail.png +share/icons/ContrastHigh/22x22/status/dialog-error.png +share/icons/ContrastHigh/22x22/status/dialog-information.png +share/icons/ContrastHigh/22x22/status/dialog-password.png +share/icons/ContrastHigh/22x22/status/dialog-question.png +share/icons/ContrastHigh/22x22/status/dialog-warning.png +share/icons/ContrastHigh/22x22/status/display-brightness.png +share/icons/ContrastHigh/22x22/status/keyboard-brightness.png +share/icons/ContrastHigh/22x22/status/mail-attachment.png +share/icons/ContrastHigh/22x22/status/mail-read.png +share/icons/ContrastHigh/22x22/status/mail-replied.png +share/icons/ContrastHigh/22x22/status/mail-unread.png +share/icons/ContrastHigh/22x22/status/media-playlist-consecutive-rtl.png +share/icons/ContrastHigh/22x22/status/media-playlist-consecutive.png +share/icons/ContrastHigh/22x22/status/media-playlist-repeat-rtl.png +share/icons/ContrastHigh/22x22/status/media-playlist-repeat-song-rtl.png +share/icons/ContrastHigh/22x22/status/media-playlist-repeat-song.png +share/icons/ContrastHigh/22x22/status/media-playlist-repeat.png +share/icons/ContrastHigh/22x22/status/media-playlist-shuffle-rtl.png +share/icons/ContrastHigh/22x22/status/media-playlist-shuffle.png +share/icons/ContrastHigh/22x22/status/microphone-sensitivity-high.png +share/icons/ContrastHigh/22x22/status/microphone-sensitivity-low.png +share/icons/ContrastHigh/22x22/status/microphone-sensitivity-medium.png +share/icons/ContrastHigh/22x22/status/microphone-sensitivity-muted.png +share/icons/ContrastHigh/22x22/status/network-cellular-3g.png +share/icons/ContrastHigh/22x22/status/network-cellular-4g.png +share/icons/ContrastHigh/22x22/status/network-cellular-acquiring.png +share/icons/ContrastHigh/22x22/status/network-cellular-connected.png +share/icons/ContrastHigh/22x22/status/network-cellular-edge.png +share/icons/ContrastHigh/22x22/status/network-cellular-gprs.png +share/icons/ContrastHigh/22x22/status/network-cellular-no-route.png +share/icons/ContrastHigh/22x22/status/network-cellular-offline.png +share/icons/ContrastHigh/22x22/status/network-cellular-signal-excellent.png +share/icons/ContrastHigh/22x22/status/network-cellular-signal-good.png +share/icons/ContrastHigh/22x22/status/network-cellular-signal-none.png +share/icons/ContrastHigh/22x22/status/network-cellular-signal-ok.png +share/icons/ContrastHigh/22x22/status/network-cellular-signal-weak.png +share/icons/ContrastHigh/22x22/status/network-cellular-umts.png +share/icons/ContrastHigh/22x22/status/network-error.png +share/icons/ContrastHigh/22x22/status/network-idle.png +share/icons/ContrastHigh/22x22/status/network-no-route.png +share/icons/ContrastHigh/22x22/status/network-offline.png +share/icons/ContrastHigh/22x22/status/network-receive.png +share/icons/ContrastHigh/22x22/status/network-transmit-receive.png +share/icons/ContrastHigh/22x22/status/network-transmit.png +share/icons/ContrastHigh/22x22/status/network-vpn-acquiring.png +share/icons/ContrastHigh/22x22/status/network-vpn.png +share/icons/ContrastHigh/22x22/status/network-wired-acquiring.png +share/icons/ContrastHigh/22x22/status/network-wired-disconnected.png +share/icons/ContrastHigh/22x22/status/network-wired-no-route.png +share/icons/ContrastHigh/22x22/status/network-wired-offline.png +share/icons/ContrastHigh/22x22/status/network-wired.png +share/icons/ContrastHigh/22x22/status/network-wireless-acquiring.png +share/icons/ContrastHigh/22x22/status/network-wireless-connected.png +share/icons/ContrastHigh/22x22/status/network-wireless-encrypted.png +share/icons/ContrastHigh/22x22/status/network-wireless-hotspot.png +share/icons/ContrastHigh/22x22/status/network-wireless-no-route.png +share/icons/ContrastHigh/22x22/status/network-wireless-offline.png +share/icons/ContrastHigh/22x22/status/network-wireless-signal-excellent.png +share/icons/ContrastHigh/22x22/status/network-wireless-signal-good.png +share/icons/ContrastHigh/22x22/status/network-wireless-signal-none.png +share/icons/ContrastHigh/22x22/status/network-wireless-signal-ok.png +share/icons/ContrastHigh/22x22/status/network-wireless-signal-weak.png +share/icons/ContrastHigh/22x22/status/non-starred.png +share/icons/ContrastHigh/22x22/status/printer-error.png +share/icons/ContrastHigh/22x22/status/printer-printing.png +share/icons/ContrastHigh/22x22/status/printer-warning.png +share/icons/ContrastHigh/22x22/status/rotation-allowed.png +share/icons/ContrastHigh/22x22/status/rotation-locked.png +share/icons/ContrastHigh/22x22/status/security-high.png +share/icons/ContrastHigh/22x22/status/security-low.png +share/icons/ContrastHigh/22x22/status/security-medium.png +share/icons/ContrastHigh/22x22/status/semi-starred-rtl.png +share/icons/ContrastHigh/22x22/status/semi-starred.png +share/icons/ContrastHigh/22x22/status/software-update-available.png +share/icons/ContrastHigh/22x22/status/software-update-urgent.png +share/icons/ContrastHigh/22x22/status/starred.png +share/icons/ContrastHigh/22x22/status/task-due.png +share/icons/ContrastHigh/22x22/status/task-past-due.png +share/icons/ContrastHigh/22x22/status/touchpad-disabled.png +share/icons/ContrastHigh/22x22/status/user-available.png +share/icons/ContrastHigh/22x22/status/user-away.png +share/icons/ContrastHigh/22x22/status/user-busy.png +share/icons/ContrastHigh/22x22/status/user-idle.png +share/icons/ContrastHigh/22x22/status/user-invisible.png +share/icons/ContrastHigh/22x22/status/user-offline.png +share/icons/ContrastHigh/22x22/status/user-status-pending.png +share/icons/ContrastHigh/22x22/status/user-trash-full.png +share/icons/ContrastHigh/22x22/status/view-wrapped-rtl.png +share/icons/ContrastHigh/22x22/status/view-wrapped.png +share/icons/ContrastHigh/22x22/status/weather-clear-night.png +share/icons/ContrastHigh/22x22/status/weather-clear.png +share/icons/ContrastHigh/22x22/status/weather-few-clouds-night.png +share/icons/ContrastHigh/22x22/status/weather-few-clouds.png +share/icons/ContrastHigh/22x22/status/weather-fog.png +share/icons/ContrastHigh/22x22/status/weather-overcast.png +share/icons/ContrastHigh/22x22/status/weather-severe-alert.png +share/icons/ContrastHigh/22x22/status/weather-showers-scattered.png +share/icons/ContrastHigh/22x22/status/weather-showers.png +share/icons/ContrastHigh/22x22/status/weather-snow.png +share/icons/ContrastHigh/22x22/status/weather-storm.png +share/icons/ContrastHigh/22x22/stock/gtk-apply.png +share/icons/ContrastHigh/22x22/stock/gtk-bold.png +share/icons/ContrastHigh/22x22/stock/gtk-cancel.png +share/icons/ContrastHigh/22x22/stock/gtk-connect.png +share/icons/ContrastHigh/22x22/stock/gtk-convert.png +share/icons/ContrastHigh/22x22/stock/gtk-disconnect.png +share/icons/ContrastHigh/22x22/stock/gtk-dnd-multiple.png +share/icons/ContrastHigh/22x22/stock/gtk-dnd.png +share/icons/ContrastHigh/22x22/stock/gtk-edit.png +share/icons/ContrastHigh/22x22/stock/gtk-index.png +share/icons/ContrastHigh/22x22/stock/gtk-no.png +share/icons/ContrastHigh/22x22/stock/gtk-ok.png +share/icons/ContrastHigh/22x22/stock/gtk-preferences.png +share/icons/ContrastHigh/22x22/stock/gtk-select-color.png +share/icons/ContrastHigh/22x22/stock/gtk-select-font.png +share/icons/ContrastHigh/22x22/stock/gtk-undelete.png +share/icons/ContrastHigh/22x22/stock/gtk-yes.png +share/icons/ContrastHigh/24x24/actions/action-unavailable.png +share/icons/ContrastHigh/24x24/actions/bookmark-add.png +share/icons/ContrastHigh/24x24/actions/bookmark-new.png +share/icons/ContrastHigh/24x24/actions/call-end.png +share/icons/ContrastHigh/24x24/actions/call-start.png +share/icons/ContrastHigh/24x24/actions/content-loading.png +share/icons/ContrastHigh/24x24/actions/document-open-recent.png +share/icons/ContrastHigh/24x24/actions/document-open.png +share/icons/ContrastHigh/24x24/actions/document-page-setup.png +share/icons/ContrastHigh/24x24/actions/document-properties.png +share/icons/ContrastHigh/24x24/actions/document-save-as.png +share/icons/ContrastHigh/24x24/actions/document-save.png +share/icons/ContrastHigh/24x24/actions/document-send.png +share/icons/ContrastHigh/24x24/actions/drive-multidisk.png +share/icons/ContrastHigh/24x24/actions/edit-clear-all.png +share/icons/ContrastHigh/24x24/actions/edit-clear-rtl.png +share/icons/ContrastHigh/24x24/actions/edit-clear.png +share/icons/ContrastHigh/24x24/actions/edit-copy.png +share/icons/ContrastHigh/24x24/actions/edit-cut.png +share/icons/ContrastHigh/24x24/actions/edit-delete.png +share/icons/ContrastHigh/24x24/actions/edit-find.png +share/icons/ContrastHigh/24x24/actions/edit-paste.png +share/icons/ContrastHigh/24x24/actions/edit-redo-rtl.png +share/icons/ContrastHigh/24x24/actions/edit-redo.png +share/icons/ContrastHigh/24x24/actions/edit-select-all.png +share/icons/ContrastHigh/24x24/actions/edit-select.png +share/icons/ContrastHigh/24x24/actions/edit-undo-rtl.png +share/icons/ContrastHigh/24x24/actions/edit-undo.png +share/icons/ContrastHigh/24x24/actions/find-location.png +share/icons/ContrastHigh/24x24/actions/format-indent-less-rtl.png +share/icons/ContrastHigh/24x24/actions/format-indent-less.png +share/icons/ContrastHigh/24x24/actions/format-indent-more-rtl.png +share/icons/ContrastHigh/24x24/actions/format-indent-more.png +share/icons/ContrastHigh/24x24/actions/format-justify-center.png +share/icons/ContrastHigh/24x24/actions/format-justify-fill.png +share/icons/ContrastHigh/24x24/actions/format-justify-left.png +share/icons/ContrastHigh/24x24/actions/format-justify-right.png +share/icons/ContrastHigh/24x24/actions/format-text-bold.png +share/icons/ContrastHigh/24x24/actions/format-text-direction-ltr.png +share/icons/ContrastHigh/24x24/actions/format-text-direction-rtl.png +share/icons/ContrastHigh/24x24/actions/format-text-italic.png +share/icons/ContrastHigh/24x24/actions/format-text-strikethrough.png +share/icons/ContrastHigh/24x24/actions/format-text-underline.png +share/icons/ContrastHigh/24x24/actions/go-bottom.png +share/icons/ContrastHigh/24x24/actions/go-down.png +share/icons/ContrastHigh/24x24/actions/go-first-rtl.png +share/icons/ContrastHigh/24x24/actions/go-first.png +share/icons/ContrastHigh/24x24/actions/go-home.png +share/icons/ContrastHigh/24x24/actions/go-jump-rtl.png +share/icons/ContrastHigh/24x24/actions/go-jump.png +share/icons/ContrastHigh/24x24/actions/go-last-rtl.png +share/icons/ContrastHigh/24x24/actions/go-last.png +share/icons/ContrastHigh/24x24/actions/go-next-rtl.png +share/icons/ContrastHigh/24x24/actions/go-next.png +share/icons/ContrastHigh/24x24/actions/go-previous-rtl.png +share/icons/ContrastHigh/24x24/actions/go-previous.png +share/icons/ContrastHigh/24x24/actions/go-top.png +share/icons/ContrastHigh/24x24/actions/go-up.png +share/icons/ContrastHigh/24x24/actions/insert-image.png +share/icons/ContrastHigh/24x24/actions/insert-link.png +share/icons/ContrastHigh/24x24/actions/insert-object.png +share/icons/ContrastHigh/24x24/actions/insert-text.png +share/icons/ContrastHigh/24x24/actions/list-add.png +share/icons/ContrastHigh/24x24/actions/list-remove-all.png +share/icons/ContrastHigh/24x24/actions/list-remove.png +share/icons/ContrastHigh/24x24/actions/mail-mark-important.png +share/icons/ContrastHigh/24x24/actions/mail-send-receive.png +share/icons/ContrastHigh/24x24/actions/mail-send.png +share/icons/ContrastHigh/24x24/actions/mark-location.png +share/icons/ContrastHigh/24x24/actions/media-eject.png +share/icons/ContrastHigh/24x24/actions/media-playback-pause.png +share/icons/ContrastHigh/24x24/actions/media-playback-start-rtl.png +share/icons/ContrastHigh/24x24/actions/media-playback-start.png +share/icons/ContrastHigh/24x24/actions/media-playback-stop.png +share/icons/ContrastHigh/24x24/actions/media-record.png +share/icons/ContrastHigh/24x24/actions/media-seek-backward-rtl.png +share/icons/ContrastHigh/24x24/actions/media-seek-backward.png +share/icons/ContrastHigh/24x24/actions/media-seek-forward-rtl.png +share/icons/ContrastHigh/24x24/actions/media-seek-forward.png +share/icons/ContrastHigh/24x24/actions/media-skip-backward-rtl.png +share/icons/ContrastHigh/24x24/actions/media-skip-backward.png +share/icons/ContrastHigh/24x24/actions/media-skip-forward-rtl.png +share/icons/ContrastHigh/24x24/actions/media-skip-forward.png +share/icons/ContrastHigh/24x24/actions/media-view-subtitles.png +share/icons/ContrastHigh/24x24/actions/object-flip-horizontal.png +share/icons/ContrastHigh/24x24/actions/object-flip-vertical.png +share/icons/ContrastHigh/24x24/actions/object-rotate-left.png +share/icons/ContrastHigh/24x24/actions/object-rotate-right.png +share/icons/ContrastHigh/24x24/actions/object-select.png +share/icons/ContrastHigh/24x24/actions/process-stop.png +share/icons/ContrastHigh/24x24/actions/send-to.png +share/icons/ContrastHigh/24x24/actions/system-run.png +share/icons/ContrastHigh/24x24/actions/system-shutdown.png +share/icons/ContrastHigh/24x24/actions/tab-new.png +share/icons/ContrastHigh/24x24/actions/view-continuous.png +share/icons/ContrastHigh/24x24/actions/view-dual.png +share/icons/ContrastHigh/24x24/actions/view-fullscreen.png +share/icons/ContrastHigh/24x24/actions/view-grid.png +share/icons/ContrastHigh/24x24/actions/view-list.png +share/icons/ContrastHigh/24x24/actions/view-more.png +share/icons/ContrastHigh/24x24/actions/view-paged.png +share/icons/ContrastHigh/24x24/actions/view-refresh.png +share/icons/ContrastHigh/24x24/actions/view-restore.png +share/icons/ContrastHigh/24x24/actions/window-close.png +share/icons/ContrastHigh/24x24/actions/window-maximize.png +share/icons/ContrastHigh/24x24/actions/window-minimize.png +share/icons/ContrastHigh/24x24/actions/window-restore.png +share/icons/ContrastHigh/24x24/actions/zoom-fit-best.png +share/icons/ContrastHigh/24x24/actions/zoom-in.png +share/icons/ContrastHigh/24x24/actions/zoom-original.png +share/icons/ContrastHigh/24x24/actions/zoom-out.png +share/icons/ContrastHigh/24x24/apps/accessories-calculator.png +share/icons/ContrastHigh/24x24/apps/accessories-character-map.png +share/icons/ContrastHigh/24x24/apps/accessories-dictionary.png +share/icons/ContrastHigh/24x24/apps/accessories-text-editor.png +share/icons/ContrastHigh/24x24/apps/anaconda.png +share/icons/ContrastHigh/24x24/apps/applets-screenshooter.png +share/icons/ContrastHigh/24x24/apps/applications-blender.png +share/icons/ContrastHigh/24x24/apps/atril.png +share/icons/ContrastHigh/24x24/apps/audiobook.png +share/icons/ContrastHigh/24x24/apps/ax-applet.png +share/icons/ContrastHigh/24x24/apps/blender.png +share/icons/ContrastHigh/24x24/apps/bluetooth.png +share/icons/ContrastHigh/24x24/apps/boxes.png +share/icons/ContrastHigh/24x24/apps/brasero.png +share/icons/ContrastHigh/24x24/apps/charpick.png +share/icons/ContrastHigh/24x24/apps/cheese.png +share/icons/ContrastHigh/24x24/apps/clock.png +share/icons/ContrastHigh/24x24/apps/config-firewall.png +share/icons/ContrastHigh/24x24/apps/configuration-editor.png +share/icons/ContrastHigh/24x24/apps/dconf-editor.png +share/icons/ContrastHigh/24x24/apps/deja-dup.png +share/icons/ContrastHigh/24x24/apps/desktop.png +share/icons/ContrastHigh/24x24/apps/devhelp.png +share/icons/ContrastHigh/24x24/apps/display-capplet.png +share/icons/ContrastHigh/24x24/apps/documents.png +share/icons/ContrastHigh/24x24/apps/empathy.png +share/icons/ContrastHigh/24x24/apps/engrampa.png +share/icons/ContrastHigh/24x24/apps/eog.png +share/icons/ContrastHigh/24x24/apps/eom.png +share/icons/ContrastHigh/24x24/apps/evince.png +share/icons/ContrastHigh/24x24/apps/evolution.png +share/icons/ContrastHigh/24x24/apps/fedora-release-notes.png +share/icons/ContrastHigh/24x24/apps/file-roller.png +share/icons/ContrastHigh/24x24/apps/firefox.png +share/icons/ContrastHigh/24x24/apps/gcolor2.png +share/icons/ContrastHigh/24x24/apps/ghex.png +share/icons/ContrastHigh/24x24/apps/gimp.png +share/icons/ContrastHigh/24x24/apps/gkb.png +share/icons/ContrastHigh/24x24/apps/glade.png +share/icons/ContrastHigh/24x24/apps/gnome-abrt.png +share/icons/ContrastHigh/24x24/apps/gnome-aisleriot.png +share/icons/ContrastHigh/24x24/apps/gnome-boxes.png +share/icons/ContrastHigh/24x24/apps/gnome-disks.png +share/icons/ContrastHigh/24x24/apps/gnome-documents.png +share/icons/ContrastHigh/24x24/apps/gnome-freecell.png +share/icons/ContrastHigh/24x24/apps/gnome-nettool.png +share/icons/ContrastHigh/24x24/apps/gnome-power-manager.png +share/icons/ContrastHigh/24x24/apps/gnome-tweak-tool.png +share/icons/ContrastHigh/24x24/apps/goa-panel.png +share/icons/ContrastHigh/24x24/apps/gok.png +share/icons/ContrastHigh/24x24/apps/gtkam-camera.png +share/icons/ContrastHigh/24x24/apps/gtranslator.png +share/icons/ContrastHigh/24x24/apps/haguichi.png +share/icons/ContrastHigh/24x24/apps/headpin.png +share/icons/ContrastHigh/24x24/apps/help-browser.png +share/icons/ContrastHigh/24x24/apps/ifolder.png +share/icons/ContrastHigh/24x24/apps/inkscape.png +share/icons/ContrastHigh/24x24/apps/katello.png +share/icons/ContrastHigh/24x24/apps/libreoffice-base.png +share/icons/ContrastHigh/24x24/apps/libreoffice-calc.png +share/icons/ContrastHigh/24x24/apps/libreoffice-draw.png +share/icons/ContrastHigh/24x24/apps/libreoffice-impress.png +share/icons/ContrastHigh/24x24/apps/libreoffice-math.png +share/icons/ContrastHigh/24x24/apps/libreoffice-startcenter.png +share/icons/ContrastHigh/24x24/apps/libreoffice-writer.png +share/icons/ContrastHigh/24x24/apps/mate-application-generic.png +share/icons/ContrastHigh/24x24/apps/mate-brightness-applet.png +share/icons/ContrastHigh/24x24/apps/mate-invest-applet.png +share/icons/ContrastHigh/24x24/apps/mate-log.png +share/icons/ContrastHigh/24x24/apps/mate-logo-icon-transparent.png +share/icons/ContrastHigh/24x24/apps/mate-netspeed-applet.png +share/icons/ContrastHigh/24x24/apps/mate-network-properties.png +share/icons/ContrastHigh/24x24/apps/mate-notification-properties.png +share/icons/ContrastHigh/24x24/apps/mate-panel-clock.png +share/icons/ContrastHigh/24x24/apps/mate-panel-drawer.png +share/icons/ContrastHigh/24x24/apps/mate-panel-force-quit.png +share/icons/ContrastHigh/24x24/apps/mate-panel-launcher.png +share/icons/ContrastHigh/24x24/apps/mate-panel-window-list.png +share/icons/ContrastHigh/24x24/apps/mate-panel-window-menu.png +share/icons/ContrastHigh/24x24/apps/mate-panel-workspace-switcher.png +share/icons/ContrastHigh/24x24/apps/mate-preferences-desktop-display.png +share/icons/ContrastHigh/24x24/apps/mate-session-properties.png +share/icons/ContrastHigh/24x24/apps/miro.png +share/icons/ContrastHigh/24x24/apps/mozo.png +share/icons/ContrastHigh/24x24/apps/multimedia-volume-control.png +share/icons/ContrastHigh/24x24/apps/orca.png +share/icons/ContrastHigh/24x24/apps/palimpsest.png +share/icons/ContrastHigh/24x24/apps/pidgin.png +share/icons/ContrastHigh/24x24/apps/pino.png +share/icons/ContrastHigh/24x24/apps/preferences-color.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-accessibility.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-default-applications.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-display.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-keyboard.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-locale.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-remote-desktop.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-screensaver.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-sound.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-theme.png +share/icons/ContrastHigh/24x24/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHigh/24x24/apps/preferences-system-date-and-time.png +share/icons/ContrastHigh/24x24/apps/preferences-system-network-proxy.png +share/icons/ContrastHigh/24x24/apps/preferences-system-network.png +share/icons/ContrastHigh/24x24/apps/preferences-system-notifications.png +share/icons/ContrastHigh/24x24/apps/preferences-system-privacy.png +share/icons/ContrastHigh/24x24/apps/preferences-system-search.png +share/icons/ContrastHigh/24x24/apps/preferences-system-session.png +share/icons/ContrastHigh/24x24/apps/preferences-system-sharing.png +share/icons/ContrastHigh/24x24/apps/preferences-system-time.png +share/icons/ContrastHigh/24x24/apps/preferences-system-windows.png +share/icons/ContrastHigh/24x24/apps/rhythmbox.png +share/icons/ContrastHigh/24x24/apps/scribus.png +share/icons/ContrastHigh/24x24/apps/seahorse.png +share/icons/ContrastHigh/24x24/apps/session-properties.png +share/icons/ContrastHigh/24x24/apps/shotwell.png +share/icons/ContrastHigh/24x24/apps/smc.png +share/icons/ContrastHigh/24x24/apps/sound-juicer.png +share/icons/ContrastHigh/24x24/apps/sparkleshare.png +share/icons/ContrastHigh/24x24/apps/system-config-authentication.png +share/icons/ContrastHigh/24x24/apps/system-file-manager.png +share/icons/ContrastHigh/24x24/apps/system-software-install.png +share/icons/ContrastHigh/24x24/apps/system-software-update.png +share/icons/ContrastHigh/24x24/apps/system-users.png +share/icons/ContrastHigh/24x24/apps/tasque.png +share/icons/ContrastHigh/24x24/apps/terminal.png +share/icons/ContrastHigh/24x24/apps/text-editor.png +share/icons/ContrastHigh/24x24/apps/thunderbird-icon.png +share/icons/ContrastHigh/24x24/apps/tomboy.png +share/icons/ContrastHigh/24x24/apps/totem.png +share/icons/ContrastHigh/24x24/apps/transmission.png +share/icons/ContrastHigh/24x24/apps/user-info.png +share/icons/ContrastHigh/24x24/apps/utilities-system-monitor.png +share/icons/ContrastHigh/24x24/apps/utilities-terminal.png +share/icons/ContrastHigh/24x24/apps/vim.png +share/icons/ContrastHigh/24x24/apps/web-browser.png +share/icons/ContrastHigh/24x24/apps/window-capplet.png +share/icons/ContrastHigh/24x24/apps/xchat-gnome.png +share/icons/ContrastHigh/24x24/apps/xchat.png +share/icons/ContrastHigh/24x24/categories/applications-engineering.png +share/icons/ContrastHigh/24x24/categories/applications-games.png +share/icons/ContrastHigh/24x24/categories/applications-graphics.png +share/icons/ContrastHigh/24x24/categories/applications-multimedia.png +share/icons/ContrastHigh/24x24/categories/applications-science.png +share/icons/ContrastHigh/24x24/categories/applications-utilities.png +share/icons/ContrastHigh/24x24/categories/preferences-desktop-personal.png +share/icons/ContrastHigh/24x24/categories/preferences-other.png +share/icons/ContrastHigh/24x24/categories/preferences-system.png +share/icons/ContrastHigh/24x24/categories/system-help.png +share/icons/ContrastHigh/24x24/devices/audio-card.png +share/icons/ContrastHigh/24x24/devices/audio-headphones.png +share/icons/ContrastHigh/24x24/devices/audio-headset.png +share/icons/ContrastHigh/24x24/devices/audio-input-microphone.png +share/icons/ContrastHigh/24x24/devices/audio-speakers.png +share/icons/ContrastHigh/24x24/devices/camera-photo.png +share/icons/ContrastHigh/24x24/devices/camera-video.png +share/icons/ContrastHigh/24x24/devices/camera-web.png +share/icons/ContrastHigh/24x24/devices/colorimeter-colorhug.png +share/icons/ContrastHigh/24x24/devices/computer-apple-ipad.png +share/icons/ContrastHigh/24x24/devices/computer.png +share/icons/ContrastHigh/24x24/devices/display-projector.png +share/icons/ContrastHigh/24x24/devices/drive-harddisk-ieee1394.png +share/icons/ContrastHigh/24x24/devices/drive-harddisk-system.png +share/icons/ContrastHigh/24x24/devices/drive-harddisk-usb.png +share/icons/ContrastHigh/24x24/devices/drive-harddisk.png +share/icons/ContrastHigh/24x24/devices/drive-multidisk-alt.png +share/icons/ContrastHigh/24x24/devices/drive-multidisk-alt2.png +share/icons/ContrastHigh/24x24/devices/drive-multidisk.png +share/icons/ContrastHigh/24x24/devices/drive-optical.png +share/icons/ContrastHigh/24x24/devices/drive-removable-media.png +share/icons/ContrastHigh/24x24/devices/headphones.png +share/icons/ContrastHigh/24x24/devices/input-dialpad.png +share/icons/ContrastHigh/24x24/devices/input-gaming.png +share/icons/ContrastHigh/24x24/devices/input-keyboard.png +share/icons/ContrastHigh/24x24/devices/input-mouse.png +share/icons/ContrastHigh/24x24/devices/input-tablet.png +share/icons/ContrastHigh/24x24/devices/input-touchpad.png +share/icons/ContrastHigh/24x24/devices/media-flash.png +share/icons/ContrastHigh/24x24/devices/media-floppy.png +share/icons/ContrastHigh/24x24/devices/media-optical-bd.png +share/icons/ContrastHigh/24x24/devices/media-optical-cd-audio.png +share/icons/ContrastHigh/24x24/devices/media-optical-dvd.png +share/icons/ContrastHigh/24x24/devices/media-optical.png +share/icons/ContrastHigh/24x24/devices/media-removable.png +share/icons/ContrastHigh/24x24/devices/media-zip.png +share/icons/ContrastHigh/24x24/devices/multimedia-player-apple-ipod-touch.png +share/icons/ContrastHigh/24x24/devices/multimedia-player.png +share/icons/ContrastHigh/24x24/devices/network-wired.png +share/icons/ContrastHigh/24x24/devices/network-wireless.png +share/icons/ContrastHigh/24x24/devices/nm-applet.png +share/icons/ContrastHigh/24x24/devices/phone-apple-iphone.png +share/icons/ContrastHigh/24x24/devices/phone.png +share/icons/ContrastHigh/24x24/devices/printer-network.png +share/icons/ContrastHigh/24x24/devices/printer.png +share/icons/ContrastHigh/24x24/devices/scanner.png +share/icons/ContrastHigh/24x24/devices/video-display.png +share/icons/ContrastHigh/24x24/emblems/emblem-default.png +share/icons/ContrastHigh/24x24/emblems/emblem-documents.png +share/icons/ContrastHigh/24x24/emblems/emblem-favorite.png +share/icons/ContrastHigh/24x24/emblems/emblem-important.png +share/icons/ContrastHigh/24x24/emblems/emblem-music.png +share/icons/ContrastHigh/24x24/emblems/emblem-ok.png +share/icons/ContrastHigh/24x24/emblems/emblem-photos.png +share/icons/ContrastHigh/24x24/emblems/emblem-shared.png +share/icons/ContrastHigh/24x24/emblems/emblem-synchronizing.png +share/icons/ContrastHigh/24x24/emblems/emblem-system.png +share/icons/ContrastHigh/24x24/emblems/emblem-videos.png +share/icons/ContrastHigh/24x24/emotes/face-angel.png +share/icons/ContrastHigh/24x24/emotes/face-angry.png +share/icons/ContrastHigh/24x24/emotes/face-confused.png +share/icons/ContrastHigh/24x24/emotes/face-cool.png +share/icons/ContrastHigh/24x24/emotes/face-crying.png +share/icons/ContrastHigh/24x24/emotes/face-devilish.png +share/icons/ContrastHigh/24x24/emotes/face-embarrassed.png +share/icons/ContrastHigh/24x24/emotes/face-kiss.png +share/icons/ContrastHigh/24x24/emotes/face-laugh.png +share/icons/ContrastHigh/24x24/emotes/face-monkey.png +share/icons/ContrastHigh/24x24/emotes/face-plain.png +share/icons/ContrastHigh/24x24/emotes/face-raspberry.png +share/icons/ContrastHigh/24x24/emotes/face-sad.png +share/icons/ContrastHigh/24x24/emotes/face-shutmouth.png +share/icons/ContrastHigh/24x24/emotes/face-sick.png +share/icons/ContrastHigh/24x24/emotes/face-smile-big.png +share/icons/ContrastHigh/24x24/emotes/face-smile.png +share/icons/ContrastHigh/24x24/emotes/face-smirk.png +share/icons/ContrastHigh/24x24/emotes/face-surprised.png +share/icons/ContrastHigh/24x24/emotes/face-tired.png +share/icons/ContrastHigh/24x24/emotes/face-uncertain.png +share/icons/ContrastHigh/24x24/emotes/face-wink.png +share/icons/ContrastHigh/24x24/emotes/face-worried.png +share/icons/ContrastHigh/24x24/emotes/face-yawn.png +share/icons/ContrastHigh/24x24/mimetypes/application-certificate.png +share/icons/ContrastHigh/24x24/mimetypes/application-rss+xml.png +share/icons/ContrastHigh/24x24/mimetypes/application-x-appliance.png +share/icons/ContrastHigh/24x24/mimetypes/audio-x-generic.png +share/icons/ContrastHigh/24x24/mimetypes/folder-publicshare.png +share/icons/ContrastHigh/24x24/mimetypes/inode-directory.png +share/icons/ContrastHigh/24x24/mimetypes/package-x-generic.png +share/icons/ContrastHigh/24x24/mimetypes/text-x-generic.png +share/icons/ContrastHigh/24x24/mimetypes/video-x-generic.png +share/icons/ContrastHigh/24x24/mimetypes/x-office-calendar.png +share/icons/ContrastHigh/24x24/places/distributor-logo.png +share/icons/ContrastHigh/24x24/places/folder-documents.png +share/icons/ContrastHigh/24x24/places/folder-download.png +share/icons/ContrastHigh/24x24/places/folder-music.png +share/icons/ContrastHigh/24x24/places/folder-pictures.png +share/icons/ContrastHigh/24x24/places/folder-publicshare.png +share/icons/ContrastHigh/24x24/places/folder-remote.png +share/icons/ContrastHigh/24x24/places/folder-saved-search.png +share/icons/ContrastHigh/24x24/places/folder-templates.png +share/icons/ContrastHigh/24x24/places/folder-videos.png +share/icons/ContrastHigh/24x24/places/folder.png +share/icons/ContrastHigh/24x24/places/network-server.png +share/icons/ContrastHigh/24x24/places/network-workgroup.png +share/icons/ContrastHigh/24x24/places/start-here.png +share/icons/ContrastHigh/24x24/places/user-bookmarks.png +share/icons/ContrastHigh/24x24/places/user-desktop.png +share/icons/ContrastHigh/24x24/places/user-home.png +share/icons/ContrastHigh/24x24/places/user-trash.png +share/icons/ContrastHigh/24x24/status/airplane-mode.png +share/icons/ContrastHigh/24x24/status/alarm.png +share/icons/ContrastHigh/24x24/status/appointment-missed.png +share/icons/ContrastHigh/24x24/status/appointment-soon.png +share/icons/ContrastHigh/24x24/status/audio-volume-high.png +share/icons/ContrastHigh/24x24/status/audio-volume-low.png +share/icons/ContrastHigh/24x24/status/audio-volume-medium.png +share/icons/ContrastHigh/24x24/status/audio-volume-muted.png +share/icons/ContrastHigh/24x24/status/avatar-default.png +share/icons/ContrastHigh/24x24/status/battery-caution-charging.png +share/icons/ContrastHigh/24x24/status/battery-caution.png +share/icons/ContrastHigh/24x24/status/battery-empty-charging.png +share/icons/ContrastHigh/24x24/status/battery-empty.png +share/icons/ContrastHigh/24x24/status/battery-full-charged.png +share/icons/ContrastHigh/24x24/status/battery-full-charging.png +share/icons/ContrastHigh/24x24/status/battery-full.png +share/icons/ContrastHigh/24x24/status/battery-good-charging.png +share/icons/ContrastHigh/24x24/status/battery-good.png +share/icons/ContrastHigh/24x24/status/battery-low-charging.png +share/icons/ContrastHigh/24x24/status/battery-low.png +share/icons/ContrastHigh/24x24/status/battery-missing.png +share/icons/ContrastHigh/24x24/status/bluetooth-active.png +share/icons/ContrastHigh/24x24/status/bluetooth-disabled.png +share/icons/ContrastHigh/24x24/status/call-missed.png +share/icons/ContrastHigh/24x24/status/changes-allow.png +share/icons/ContrastHigh/24x24/status/changes-prevent.png +share/icons/ContrastHigh/24x24/status/channel-insecure.png +share/icons/ContrastHigh/24x24/status/channel-secure.png +share/icons/ContrastHigh/24x24/status/computer-fail.png +share/icons/ContrastHigh/24x24/status/dialog-error.png +share/icons/ContrastHigh/24x24/status/dialog-information.png +share/icons/ContrastHigh/24x24/status/dialog-password.png +share/icons/ContrastHigh/24x24/status/dialog-question.png +share/icons/ContrastHigh/24x24/status/dialog-warning.png +share/icons/ContrastHigh/24x24/status/display-brightness.png +share/icons/ContrastHigh/24x24/status/keyboard-brightness.png +share/icons/ContrastHigh/24x24/status/mail-attachment.png +share/icons/ContrastHigh/24x24/status/mail-read.png +share/icons/ContrastHigh/24x24/status/mail-replied.png +share/icons/ContrastHigh/24x24/status/mail-unread.png +share/icons/ContrastHigh/24x24/status/media-playlist-consecutive-rtl.png +share/icons/ContrastHigh/24x24/status/media-playlist-consecutive.png +share/icons/ContrastHigh/24x24/status/media-playlist-repeat-rtl.png +share/icons/ContrastHigh/24x24/status/media-playlist-repeat-song-rtl.png +share/icons/ContrastHigh/24x24/status/media-playlist-repeat-song.png +share/icons/ContrastHigh/24x24/status/media-playlist-repeat.png +share/icons/ContrastHigh/24x24/status/media-playlist-shuffle-rtl.png +share/icons/ContrastHigh/24x24/status/media-playlist-shuffle.png +share/icons/ContrastHigh/24x24/status/microphone-sensitivity-high.png +share/icons/ContrastHigh/24x24/status/microphone-sensitivity-low.png +share/icons/ContrastHigh/24x24/status/microphone-sensitivity-medium.png +share/icons/ContrastHigh/24x24/status/microphone-sensitivity-muted.png +share/icons/ContrastHigh/24x24/status/network-cellular-3g.png +share/icons/ContrastHigh/24x24/status/network-cellular-4g.png +share/icons/ContrastHigh/24x24/status/network-cellular-acquiring.png +share/icons/ContrastHigh/24x24/status/network-cellular-connected.png +share/icons/ContrastHigh/24x24/status/network-cellular-edge.png +share/icons/ContrastHigh/24x24/status/network-cellular-gprs.png +share/icons/ContrastHigh/24x24/status/network-cellular-no-route.png +share/icons/ContrastHigh/24x24/status/network-cellular-offline.png +share/icons/ContrastHigh/24x24/status/network-cellular-signal-excellent.png +share/icons/ContrastHigh/24x24/status/network-cellular-signal-good.png +share/icons/ContrastHigh/24x24/status/network-cellular-signal-none.png +share/icons/ContrastHigh/24x24/status/network-cellular-signal-ok.png +share/icons/ContrastHigh/24x24/status/network-cellular-signal-weak.png +share/icons/ContrastHigh/24x24/status/network-cellular-umts.png +share/icons/ContrastHigh/24x24/status/network-error.png +share/icons/ContrastHigh/24x24/status/network-idle.png +share/icons/ContrastHigh/24x24/status/network-no-route.png +share/icons/ContrastHigh/24x24/status/network-offline.png +share/icons/ContrastHigh/24x24/status/network-receive.png +share/icons/ContrastHigh/24x24/status/network-transmit-receive.png +share/icons/ContrastHigh/24x24/status/network-transmit.png +share/icons/ContrastHigh/24x24/status/network-vpn-acquiring.png +share/icons/ContrastHigh/24x24/status/network-vpn.png +share/icons/ContrastHigh/24x24/status/network-wired-acquiring.png +share/icons/ContrastHigh/24x24/status/network-wired-disconnected.png +share/icons/ContrastHigh/24x24/status/network-wired-no-route.png +share/icons/ContrastHigh/24x24/status/network-wired-offline.png +share/icons/ContrastHigh/24x24/status/network-wired.png +share/icons/ContrastHigh/24x24/status/network-wireless-acquiring.png +share/icons/ContrastHigh/24x24/status/network-wireless-connected.png +share/icons/ContrastHigh/24x24/status/network-wireless-encrypted.png +share/icons/ContrastHigh/24x24/status/network-wireless-hotspot.png +share/icons/ContrastHigh/24x24/status/network-wireless-no-route.png +share/icons/ContrastHigh/24x24/status/network-wireless-offline.png +share/icons/ContrastHigh/24x24/status/network-wireless-signal-excellent.png +share/icons/ContrastHigh/24x24/status/network-wireless-signal-good.png +share/icons/ContrastHigh/24x24/status/network-wireless-signal-none.png +share/icons/ContrastHigh/24x24/status/network-wireless-signal-ok.png +share/icons/ContrastHigh/24x24/status/network-wireless-signal-weak.png +share/icons/ContrastHigh/24x24/status/non-starred.png +share/icons/ContrastHigh/24x24/status/printer-error.png +share/icons/ContrastHigh/24x24/status/printer-printing.png +share/icons/ContrastHigh/24x24/status/printer-warning.png +share/icons/ContrastHigh/24x24/status/rotation-allowed.png +share/icons/ContrastHigh/24x24/status/rotation-locked.png +share/icons/ContrastHigh/24x24/status/security-high.png +share/icons/ContrastHigh/24x24/status/security-low.png +share/icons/ContrastHigh/24x24/status/security-medium.png +share/icons/ContrastHigh/24x24/status/semi-starred-rtl.png +share/icons/ContrastHigh/24x24/status/semi-starred.png +share/icons/ContrastHigh/24x24/status/software-update-available.png +share/icons/ContrastHigh/24x24/status/software-update-urgent.png +share/icons/ContrastHigh/24x24/status/starred.png +share/icons/ContrastHigh/24x24/status/task-due.png +share/icons/ContrastHigh/24x24/status/task-past-due.png +share/icons/ContrastHigh/24x24/status/touchpad-disabled.png +share/icons/ContrastHigh/24x24/status/user-available.png +share/icons/ContrastHigh/24x24/status/user-away.png +share/icons/ContrastHigh/24x24/status/user-busy.png +share/icons/ContrastHigh/24x24/status/user-idle.png +share/icons/ContrastHigh/24x24/status/user-invisible.png +share/icons/ContrastHigh/24x24/status/user-offline.png +share/icons/ContrastHigh/24x24/status/user-status-pending.png +share/icons/ContrastHigh/24x24/status/user-trash-full.png +share/icons/ContrastHigh/24x24/status/view-wrapped-rtl.png +share/icons/ContrastHigh/24x24/status/view-wrapped.png +share/icons/ContrastHigh/24x24/status/weather-clear-night.png +share/icons/ContrastHigh/24x24/status/weather-clear.png +share/icons/ContrastHigh/24x24/status/weather-few-clouds-night.png +share/icons/ContrastHigh/24x24/status/weather-few-clouds.png +share/icons/ContrastHigh/24x24/status/weather-fog.png +share/icons/ContrastHigh/24x24/status/weather-overcast.png +share/icons/ContrastHigh/24x24/status/weather-severe-alert.png +share/icons/ContrastHigh/24x24/status/weather-showers-scattered.png +share/icons/ContrastHigh/24x24/status/weather-showers.png +share/icons/ContrastHigh/24x24/status/weather-snow.png +share/icons/ContrastHigh/24x24/status/weather-storm.png +share/icons/ContrastHigh/24x24/stock/gtk-apply.png +share/icons/ContrastHigh/24x24/stock/gtk-bold.png +share/icons/ContrastHigh/24x24/stock/gtk-cancel.png +share/icons/ContrastHigh/24x24/stock/gtk-connect.png +share/icons/ContrastHigh/24x24/stock/gtk-convert.png +share/icons/ContrastHigh/24x24/stock/gtk-disconnect.png +share/icons/ContrastHigh/24x24/stock/gtk-dnd-multiple.png +share/icons/ContrastHigh/24x24/stock/gtk-dnd.png +share/icons/ContrastHigh/24x24/stock/gtk-edit.png +share/icons/ContrastHigh/24x24/stock/gtk-index.png +share/icons/ContrastHigh/24x24/stock/gtk-no.png +share/icons/ContrastHigh/24x24/stock/gtk-ok.png +share/icons/ContrastHigh/24x24/stock/gtk-preferences.png +share/icons/ContrastHigh/24x24/stock/gtk-select-color.png +share/icons/ContrastHigh/24x24/stock/gtk-select-font.png +share/icons/ContrastHigh/24x24/stock/gtk-undelete.png +share/icons/ContrastHigh/24x24/stock/gtk-yes.png +share/icons/ContrastHigh/256x256/actions/action-unavailable.png +share/icons/ContrastHigh/256x256/actions/bookmark-add.png +share/icons/ContrastHigh/256x256/actions/bookmark-new.png +share/icons/ContrastHigh/256x256/actions/call-end.png +share/icons/ContrastHigh/256x256/actions/call-start.png +share/icons/ContrastHigh/256x256/actions/content-loading.png +share/icons/ContrastHigh/256x256/actions/document-open-recent.png +share/icons/ContrastHigh/256x256/actions/document-open.png +share/icons/ContrastHigh/256x256/actions/document-page-setup.png +share/icons/ContrastHigh/256x256/actions/document-properties.png +share/icons/ContrastHigh/256x256/actions/document-save-as.png +share/icons/ContrastHigh/256x256/actions/document-save.png +share/icons/ContrastHigh/256x256/actions/document-send.png +share/icons/ContrastHigh/256x256/actions/drive-multidisk.png +share/icons/ContrastHigh/256x256/actions/edit-clear-all.png +share/icons/ContrastHigh/256x256/actions/edit-clear-rtl.png +share/icons/ContrastHigh/256x256/actions/edit-clear.png +share/icons/ContrastHigh/256x256/actions/edit-copy.png +share/icons/ContrastHigh/256x256/actions/edit-cut.png +share/icons/ContrastHigh/256x256/actions/edit-delete.png +share/icons/ContrastHigh/256x256/actions/edit-find.png +share/icons/ContrastHigh/256x256/actions/edit-paste.png +share/icons/ContrastHigh/256x256/actions/edit-redo-rtl.png +share/icons/ContrastHigh/256x256/actions/edit-redo.png +share/icons/ContrastHigh/256x256/actions/edit-select-all.png +share/icons/ContrastHigh/256x256/actions/edit-select.png +share/icons/ContrastHigh/256x256/actions/edit-undo-rtl.png +share/icons/ContrastHigh/256x256/actions/edit-undo.png +share/icons/ContrastHigh/256x256/actions/find-location.png +share/icons/ContrastHigh/256x256/actions/format-indent-less-rtl.png +share/icons/ContrastHigh/256x256/actions/format-indent-less.png +share/icons/ContrastHigh/256x256/actions/format-indent-more-rtl.png +share/icons/ContrastHigh/256x256/actions/format-indent-more.png +share/icons/ContrastHigh/256x256/actions/format-justify-center.png +share/icons/ContrastHigh/256x256/actions/format-justify-fill.png +share/icons/ContrastHigh/256x256/actions/format-justify-left.png +share/icons/ContrastHigh/256x256/actions/format-justify-right.png +share/icons/ContrastHigh/256x256/actions/format-text-bold.png +share/icons/ContrastHigh/256x256/actions/format-text-direction-ltr.png +share/icons/ContrastHigh/256x256/actions/format-text-direction-rtl.png +share/icons/ContrastHigh/256x256/actions/format-text-italic.png +share/icons/ContrastHigh/256x256/actions/format-text-strikethrough.png +share/icons/ContrastHigh/256x256/actions/format-text-underline.png +share/icons/ContrastHigh/256x256/actions/go-bottom.png +share/icons/ContrastHigh/256x256/actions/go-down.png +share/icons/ContrastHigh/256x256/actions/go-first-rtl.png +share/icons/ContrastHigh/256x256/actions/go-first.png +share/icons/ContrastHigh/256x256/actions/go-home.png +share/icons/ContrastHigh/256x256/actions/go-jump-rtl.png +share/icons/ContrastHigh/256x256/actions/go-jump.png +share/icons/ContrastHigh/256x256/actions/go-last-rtl.png +share/icons/ContrastHigh/256x256/actions/go-last.png +share/icons/ContrastHigh/256x256/actions/go-next-rtl.png +share/icons/ContrastHigh/256x256/actions/go-next.png +share/icons/ContrastHigh/256x256/actions/go-previous-rtl.png +share/icons/ContrastHigh/256x256/actions/go-previous.png +share/icons/ContrastHigh/256x256/actions/go-top.png +share/icons/ContrastHigh/256x256/actions/go-up.png +share/icons/ContrastHigh/256x256/actions/insert-image.png +share/icons/ContrastHigh/256x256/actions/insert-link.png +share/icons/ContrastHigh/256x256/actions/insert-object.png +share/icons/ContrastHigh/256x256/actions/insert-text.png +share/icons/ContrastHigh/256x256/actions/list-add.png +share/icons/ContrastHigh/256x256/actions/list-remove-all.png +share/icons/ContrastHigh/256x256/actions/list-remove.png +share/icons/ContrastHigh/256x256/actions/mail-mark-important.png +share/icons/ContrastHigh/256x256/actions/mail-send-receive.png +share/icons/ContrastHigh/256x256/actions/mail-send.png +share/icons/ContrastHigh/256x256/actions/mark-location.png +share/icons/ContrastHigh/256x256/actions/media-eject.png +share/icons/ContrastHigh/256x256/actions/media-playback-pause.png +share/icons/ContrastHigh/256x256/actions/media-playback-start-rtl.png +share/icons/ContrastHigh/256x256/actions/media-playback-start.png +share/icons/ContrastHigh/256x256/actions/media-playback-stop.png +share/icons/ContrastHigh/256x256/actions/media-record.png +share/icons/ContrastHigh/256x256/actions/media-seek-backward-rtl.png +share/icons/ContrastHigh/256x256/actions/media-seek-backward.png +share/icons/ContrastHigh/256x256/actions/media-seek-forward-rtl.png +share/icons/ContrastHigh/256x256/actions/media-seek-forward.png +share/icons/ContrastHigh/256x256/actions/media-skip-backward-rtl.png +share/icons/ContrastHigh/256x256/actions/media-skip-backward.png +share/icons/ContrastHigh/256x256/actions/media-skip-forward-rtl.png +share/icons/ContrastHigh/256x256/actions/media-skip-forward.png +share/icons/ContrastHigh/256x256/actions/media-view-subtitles.png +share/icons/ContrastHigh/256x256/actions/object-flip-horizontal.png +share/icons/ContrastHigh/256x256/actions/object-flip-vertical.png +share/icons/ContrastHigh/256x256/actions/object-rotate-left.png +share/icons/ContrastHigh/256x256/actions/object-rotate-right.png +share/icons/ContrastHigh/256x256/actions/object-select.png +share/icons/ContrastHigh/256x256/actions/process-stop.png +share/icons/ContrastHigh/256x256/actions/send-to.png +share/icons/ContrastHigh/256x256/actions/system-run.png +share/icons/ContrastHigh/256x256/actions/system-shutdown.png +share/icons/ContrastHigh/256x256/actions/tab-new.png +share/icons/ContrastHigh/256x256/actions/view-continuous.png +share/icons/ContrastHigh/256x256/actions/view-dual.png +share/icons/ContrastHigh/256x256/actions/view-fullscreen.png +share/icons/ContrastHigh/256x256/actions/view-grid.png +share/icons/ContrastHigh/256x256/actions/view-list.png +share/icons/ContrastHigh/256x256/actions/view-more.png +share/icons/ContrastHigh/256x256/actions/view-paged.png +share/icons/ContrastHigh/256x256/actions/view-refresh.png +share/icons/ContrastHigh/256x256/actions/view-restore.png +share/icons/ContrastHigh/256x256/actions/window-close.png +share/icons/ContrastHigh/256x256/actions/window-maximize.png +share/icons/ContrastHigh/256x256/actions/window-minimize.png +share/icons/ContrastHigh/256x256/actions/window-restore.png +share/icons/ContrastHigh/256x256/actions/zoom-fit-best.png +share/icons/ContrastHigh/256x256/actions/zoom-in.png +share/icons/ContrastHigh/256x256/actions/zoom-original.png +share/icons/ContrastHigh/256x256/actions/zoom-out.png +share/icons/ContrastHigh/256x256/apps/accessories-calculator.png +share/icons/ContrastHigh/256x256/apps/accessories-character-map.png +share/icons/ContrastHigh/256x256/apps/accessories-dictionary.png +share/icons/ContrastHigh/256x256/apps/accessories-text-editor.png +share/icons/ContrastHigh/256x256/apps/anaconda.png +share/icons/ContrastHigh/256x256/apps/applets-screenshooter.png +share/icons/ContrastHigh/256x256/apps/audiobook.png +share/icons/ContrastHigh/256x256/apps/blender.png +share/icons/ContrastHigh/256x256/apps/bluetooth.png +share/icons/ContrastHigh/256x256/apps/boxes.png +share/icons/ContrastHigh/256x256/apps/brasero.png +share/icons/ContrastHigh/256x256/apps/cheese.png +share/icons/ContrastHigh/256x256/apps/config-firewall.png +share/icons/ContrastHigh/256x256/apps/configuration-editor.png +share/icons/ContrastHigh/256x256/apps/dconf-editor.png +share/icons/ContrastHigh/256x256/apps/deja-dup.png +share/icons/ContrastHigh/256x256/apps/devhelp.png +share/icons/ContrastHigh/256x256/apps/documents.png +share/icons/ContrastHigh/256x256/apps/empathy.png +share/icons/ContrastHigh/256x256/apps/eog.png +share/icons/ContrastHigh/256x256/apps/evince.png +share/icons/ContrastHigh/256x256/apps/evolution.png +share/icons/ContrastHigh/256x256/apps/fedora-release-notes.png +share/icons/ContrastHigh/256x256/apps/file-roller.png +share/icons/ContrastHigh/256x256/apps/firefox.png +share/icons/ContrastHigh/256x256/apps/gcolor2.png +share/icons/ContrastHigh/256x256/apps/gimp.png +share/icons/ContrastHigh/256x256/apps/glade.png +share/icons/ContrastHigh/256x256/apps/gnome-abrt.png +share/icons/ContrastHigh/256x256/apps/gnome-aisleriot.png +share/icons/ContrastHigh/256x256/apps/gnome-boxes.png +share/icons/ContrastHigh/256x256/apps/gnome-disks.png +share/icons/ContrastHigh/256x256/apps/gnome-documents.png +share/icons/ContrastHigh/256x256/apps/gnome-freecell.png +share/icons/ContrastHigh/256x256/apps/gnome-nettool.png +share/icons/ContrastHigh/256x256/apps/gnome-power-manager.png +share/icons/ContrastHigh/256x256/apps/gnome-tweak-tool.png +share/icons/ContrastHigh/256x256/apps/goa-panel.png +share/icons/ContrastHigh/256x256/apps/gtranslator.png +share/icons/ContrastHigh/256x256/apps/haguichi.png +share/icons/ContrastHigh/256x256/apps/headpin.png +share/icons/ContrastHigh/256x256/apps/help-browser.png +share/icons/ContrastHigh/256x256/apps/ifolder.png +share/icons/ContrastHigh/256x256/apps/inkscape.png +share/icons/ContrastHigh/256x256/apps/katello.png +share/icons/ContrastHigh/256x256/apps/libreoffice-base.png +share/icons/ContrastHigh/256x256/apps/libreoffice-calc.png +share/icons/ContrastHigh/256x256/apps/libreoffice-draw.png +share/icons/ContrastHigh/256x256/apps/libreoffice-impress.png +share/icons/ContrastHigh/256x256/apps/libreoffice-math.png +share/icons/ContrastHigh/256x256/apps/libreoffice-startcenter.png +share/icons/ContrastHigh/256x256/apps/libreoffice-writer.png +share/icons/ContrastHigh/256x256/apps/mate-brightness-applet.png +share/icons/ContrastHigh/256x256/apps/mate-netspeed-applet.png +share/icons/ContrastHigh/256x256/apps/miro.png +share/icons/ContrastHigh/256x256/apps/multimedia-volume-control.png +share/icons/ContrastHigh/256x256/apps/palimpsest.png +share/icons/ContrastHigh/256x256/apps/pidgin.png +share/icons/ContrastHigh/256x256/apps/pino.png +share/icons/ContrastHigh/256x256/apps/preferences-color.png +share/icons/ContrastHigh/256x256/apps/preferences-desktop-accessibility.png +share/icons/ContrastHigh/256x256/apps/preferences-desktop-display.png +share/icons/ContrastHigh/256x256/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHigh/256x256/apps/preferences-desktop-locale.png +share/icons/ContrastHigh/256x256/apps/preferences-desktop-remote-desktop.png +share/icons/ContrastHigh/256x256/apps/preferences-desktop-screensaver.png +share/icons/ContrastHigh/256x256/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHigh/256x256/apps/preferences-system-date-and-time.png +share/icons/ContrastHigh/256x256/apps/preferences-system-network-proxy.png +share/icons/ContrastHigh/256x256/apps/preferences-system-network.png +share/icons/ContrastHigh/256x256/apps/preferences-system-notifications.png +share/icons/ContrastHigh/256x256/apps/preferences-system-privacy.png +share/icons/ContrastHigh/256x256/apps/preferences-system-search.png +share/icons/ContrastHigh/256x256/apps/preferences-system-sharing.png +share/icons/ContrastHigh/256x256/apps/preferences-system-time.png +share/icons/ContrastHigh/256x256/apps/rhythmbox.png +share/icons/ContrastHigh/256x256/apps/scribus.png +share/icons/ContrastHigh/256x256/apps/seahorse.png +share/icons/ContrastHigh/256x256/apps/session-properties.png +share/icons/ContrastHigh/256x256/apps/shotwell.png +share/icons/ContrastHigh/256x256/apps/sound-juicer.png +share/icons/ContrastHigh/256x256/apps/sparkleshare.png +share/icons/ContrastHigh/256x256/apps/system-config-authentication.png +share/icons/ContrastHigh/256x256/apps/system-file-manager.png +share/icons/ContrastHigh/256x256/apps/system-software-install.png +share/icons/ContrastHigh/256x256/apps/system-software-update.png +share/icons/ContrastHigh/256x256/apps/system-users.png +share/icons/ContrastHigh/256x256/apps/tasque.png +share/icons/ContrastHigh/256x256/apps/text-editor.png +share/icons/ContrastHigh/256x256/apps/tomboy.png +share/icons/ContrastHigh/256x256/apps/totem.png +share/icons/ContrastHigh/256x256/apps/transmission.png +share/icons/ContrastHigh/256x256/apps/user-info.png +share/icons/ContrastHigh/256x256/apps/utilities-system-monitor.png +share/icons/ContrastHigh/256x256/apps/utilities-terminal.png +share/icons/ContrastHigh/256x256/apps/vim.png +share/icons/ContrastHigh/256x256/apps/web-browser.png +share/icons/ContrastHigh/256x256/apps/xchat-gnome.png +share/icons/ContrastHigh/256x256/apps/xchat.png +share/icons/ContrastHigh/256x256/categories/applications-engineering.png +share/icons/ContrastHigh/256x256/categories/applications-games.png +share/icons/ContrastHigh/256x256/categories/applications-graphics.png +share/icons/ContrastHigh/256x256/categories/applications-multimedia.png +share/icons/ContrastHigh/256x256/categories/applications-science.png +share/icons/ContrastHigh/256x256/categories/applications-utilities.png +share/icons/ContrastHigh/256x256/categories/preferences-desktop-personal.png +share/icons/ContrastHigh/256x256/categories/preferences-other.png +share/icons/ContrastHigh/256x256/categories/preferences-system.png +share/icons/ContrastHigh/256x256/categories/system-help.png +share/icons/ContrastHigh/256x256/devices/audio-card.png +share/icons/ContrastHigh/256x256/devices/audio-headphones.png +share/icons/ContrastHigh/256x256/devices/audio-headset.png +share/icons/ContrastHigh/256x256/devices/audio-input-microphone.png +share/icons/ContrastHigh/256x256/devices/audio-speakers.png +share/icons/ContrastHigh/256x256/devices/camera-photo.png +share/icons/ContrastHigh/256x256/devices/camera-video.png +share/icons/ContrastHigh/256x256/devices/camera-web.png +share/icons/ContrastHigh/256x256/devices/colorimeter-colorhug.png +share/icons/ContrastHigh/256x256/devices/computer-apple-ipad.png +share/icons/ContrastHigh/256x256/devices/computer.png +share/icons/ContrastHigh/256x256/devices/display-projector.png +share/icons/ContrastHigh/256x256/devices/drive-harddisk-ieee1394.png +share/icons/ContrastHigh/256x256/devices/drive-harddisk-system.png +share/icons/ContrastHigh/256x256/devices/drive-harddisk-usb.png +share/icons/ContrastHigh/256x256/devices/drive-harddisk.png +share/icons/ContrastHigh/256x256/devices/drive-multidisk-alt.png +share/icons/ContrastHigh/256x256/devices/drive-multidisk-alt2.png +share/icons/ContrastHigh/256x256/devices/drive-multidisk.png +share/icons/ContrastHigh/256x256/devices/drive-optical.png +share/icons/ContrastHigh/256x256/devices/drive-removable-media.png +share/icons/ContrastHigh/256x256/devices/headphones.png +share/icons/ContrastHigh/256x256/devices/input-dialpad.png +share/icons/ContrastHigh/256x256/devices/input-gaming.png +share/icons/ContrastHigh/256x256/devices/input-keyboard.png +share/icons/ContrastHigh/256x256/devices/input-mouse.png +share/icons/ContrastHigh/256x256/devices/input-tablet.png +share/icons/ContrastHigh/256x256/devices/input-touchpad.png +share/icons/ContrastHigh/256x256/devices/media-flash.png +share/icons/ContrastHigh/256x256/devices/media-floppy.png +share/icons/ContrastHigh/256x256/devices/media-optical-bd.png +share/icons/ContrastHigh/256x256/devices/media-optical-cd-audio.png +share/icons/ContrastHigh/256x256/devices/media-optical-dvd.png +share/icons/ContrastHigh/256x256/devices/media-optical.png +share/icons/ContrastHigh/256x256/devices/media-removable.png +share/icons/ContrastHigh/256x256/devices/media-zip.png +share/icons/ContrastHigh/256x256/devices/multimedia-player-apple-ipod-touch.png +share/icons/ContrastHigh/256x256/devices/multimedia-player.png +share/icons/ContrastHigh/256x256/devices/network-wired.png +share/icons/ContrastHigh/256x256/devices/network-wireless.png +share/icons/ContrastHigh/256x256/devices/phone-apple-iphone.png +share/icons/ContrastHigh/256x256/devices/phone.png +share/icons/ContrastHigh/256x256/devices/printer-network.png +share/icons/ContrastHigh/256x256/devices/printer.png +share/icons/ContrastHigh/256x256/devices/scanner.png +share/icons/ContrastHigh/256x256/devices/video-display.png +share/icons/ContrastHigh/256x256/emblems/emblem-default.png +share/icons/ContrastHigh/256x256/emblems/emblem-documents.png +share/icons/ContrastHigh/256x256/emblems/emblem-favorite.png +share/icons/ContrastHigh/256x256/emblems/emblem-important.png +share/icons/ContrastHigh/256x256/emblems/emblem-music.png +share/icons/ContrastHigh/256x256/emblems/emblem-ok.png +share/icons/ContrastHigh/256x256/emblems/emblem-photos.png +share/icons/ContrastHigh/256x256/emblems/emblem-shared.png +share/icons/ContrastHigh/256x256/emblems/emblem-synchronizing.png +share/icons/ContrastHigh/256x256/emblems/emblem-system.png +share/icons/ContrastHigh/256x256/emblems/emblem-videos.png +share/icons/ContrastHigh/256x256/emotes/face-angel.png +share/icons/ContrastHigh/256x256/emotes/face-angry.png +share/icons/ContrastHigh/256x256/emotes/face-confused.png +share/icons/ContrastHigh/256x256/emotes/face-cool.png +share/icons/ContrastHigh/256x256/emotes/face-crying.png +share/icons/ContrastHigh/256x256/emotes/face-devilish.png +share/icons/ContrastHigh/256x256/emotes/face-embarrassed.png +share/icons/ContrastHigh/256x256/emotes/face-kiss.png +share/icons/ContrastHigh/256x256/emotes/face-laugh.png +share/icons/ContrastHigh/256x256/emotes/face-monkey.png +share/icons/ContrastHigh/256x256/emotes/face-plain.png +share/icons/ContrastHigh/256x256/emotes/face-raspberry.png +share/icons/ContrastHigh/256x256/emotes/face-sad.png +share/icons/ContrastHigh/256x256/emotes/face-shutmouth.png +share/icons/ContrastHigh/256x256/emotes/face-sick.png +share/icons/ContrastHigh/256x256/emotes/face-smile-big.png +share/icons/ContrastHigh/256x256/emotes/face-smile.png +share/icons/ContrastHigh/256x256/emotes/face-smirk.png +share/icons/ContrastHigh/256x256/emotes/face-surprised.png +share/icons/ContrastHigh/256x256/emotes/face-tired.png +share/icons/ContrastHigh/256x256/emotes/face-uncertain.png +share/icons/ContrastHigh/256x256/emotes/face-wink.png +share/icons/ContrastHigh/256x256/emotes/face-worried.png +share/icons/ContrastHigh/256x256/emotes/face-yawn.png +share/icons/ContrastHigh/256x256/mimetypes/application-certificate.png +share/icons/ContrastHigh/256x256/mimetypes/application-rss+xml.png +share/icons/ContrastHigh/256x256/mimetypes/application-x-appliance.png +share/icons/ContrastHigh/256x256/mimetypes/audio-x-generic.png +share/icons/ContrastHigh/256x256/mimetypes/folder-publicshare.png +share/icons/ContrastHigh/256x256/mimetypes/inode-directory.png +share/icons/ContrastHigh/256x256/mimetypes/package-x-generic.png +share/icons/ContrastHigh/256x256/mimetypes/text-x-generic.png +share/icons/ContrastHigh/256x256/mimetypes/video-x-generic.png +share/icons/ContrastHigh/256x256/mimetypes/x-office-calendar.png +share/icons/ContrastHigh/256x256/places/folder-documents.png +share/icons/ContrastHigh/256x256/places/folder-download.png +share/icons/ContrastHigh/256x256/places/folder-music.png +share/icons/ContrastHigh/256x256/places/folder-pictures.png +share/icons/ContrastHigh/256x256/places/folder-publicshare.png +share/icons/ContrastHigh/256x256/places/folder-remote.png +share/icons/ContrastHigh/256x256/places/folder-saved-search.png +share/icons/ContrastHigh/256x256/places/folder-templates.png +share/icons/ContrastHigh/256x256/places/folder-videos.png +share/icons/ContrastHigh/256x256/places/folder.png +share/icons/ContrastHigh/256x256/places/network-server.png +share/icons/ContrastHigh/256x256/places/network-workgroup.png +share/icons/ContrastHigh/256x256/places/user-bookmarks.png +share/icons/ContrastHigh/256x256/places/user-desktop.png +share/icons/ContrastHigh/256x256/places/user-home.png +share/icons/ContrastHigh/256x256/places/user-trash.png +share/icons/ContrastHigh/256x256/status/airplane-mode.png +share/icons/ContrastHigh/256x256/status/alarm.png +share/icons/ContrastHigh/256x256/status/appointment-missed.png +share/icons/ContrastHigh/256x256/status/appointment-soon.png +share/icons/ContrastHigh/256x256/status/audio-volume-high.png +share/icons/ContrastHigh/256x256/status/audio-volume-low.png +share/icons/ContrastHigh/256x256/status/audio-volume-medium.png +share/icons/ContrastHigh/256x256/status/audio-volume-muted.png +share/icons/ContrastHigh/256x256/status/avatar-default.png +share/icons/ContrastHigh/256x256/status/battery-caution-charging.png +share/icons/ContrastHigh/256x256/status/battery-caution.png +share/icons/ContrastHigh/256x256/status/battery-empty-charging.png +share/icons/ContrastHigh/256x256/status/battery-empty.png +share/icons/ContrastHigh/256x256/status/battery-full-charged.png +share/icons/ContrastHigh/256x256/status/battery-full-charging.png +share/icons/ContrastHigh/256x256/status/battery-full.png +share/icons/ContrastHigh/256x256/status/battery-good-charging.png +share/icons/ContrastHigh/256x256/status/battery-good.png +share/icons/ContrastHigh/256x256/status/battery-low-charging.png +share/icons/ContrastHigh/256x256/status/battery-low.png +share/icons/ContrastHigh/256x256/status/battery-missing.png +share/icons/ContrastHigh/256x256/status/bluetooth-active.png +share/icons/ContrastHigh/256x256/status/bluetooth-disabled.png +share/icons/ContrastHigh/256x256/status/call-missed.png +share/icons/ContrastHigh/256x256/status/changes-allow.png +share/icons/ContrastHigh/256x256/status/changes-prevent.png +share/icons/ContrastHigh/256x256/status/channel-insecure.png +share/icons/ContrastHigh/256x256/status/channel-secure.png +share/icons/ContrastHigh/256x256/status/computer-fail.png +share/icons/ContrastHigh/256x256/status/dialog-error.png +share/icons/ContrastHigh/256x256/status/dialog-information.png +share/icons/ContrastHigh/256x256/status/dialog-password.png +share/icons/ContrastHigh/256x256/status/dialog-question.png +share/icons/ContrastHigh/256x256/status/dialog-warning.png +share/icons/ContrastHigh/256x256/status/display-brightness.png +share/icons/ContrastHigh/256x256/status/keyboard-brightness.png +share/icons/ContrastHigh/256x256/status/mail-attachment.png +share/icons/ContrastHigh/256x256/status/mail-read.png +share/icons/ContrastHigh/256x256/status/mail-replied.png +share/icons/ContrastHigh/256x256/status/mail-unread.png +share/icons/ContrastHigh/256x256/status/media-playlist-consecutive-rtl.png +share/icons/ContrastHigh/256x256/status/media-playlist-consecutive.png +share/icons/ContrastHigh/256x256/status/media-playlist-repeat-rtl.png +share/icons/ContrastHigh/256x256/status/media-playlist-repeat-song-rtl.png +share/icons/ContrastHigh/256x256/status/media-playlist-repeat-song.png +share/icons/ContrastHigh/256x256/status/media-playlist-repeat.png +share/icons/ContrastHigh/256x256/status/media-playlist-shuffle-rtl.png +share/icons/ContrastHigh/256x256/status/media-playlist-shuffle.png +share/icons/ContrastHigh/256x256/status/microphone-sensitivity-high.png +share/icons/ContrastHigh/256x256/status/microphone-sensitivity-low.png +share/icons/ContrastHigh/256x256/status/microphone-sensitivity-medium.png +share/icons/ContrastHigh/256x256/status/microphone-sensitivity-muted.png +share/icons/ContrastHigh/256x256/status/network-cellular-3g.png +share/icons/ContrastHigh/256x256/status/network-cellular-4g.png +share/icons/ContrastHigh/256x256/status/network-cellular-acquiring.png +share/icons/ContrastHigh/256x256/status/network-cellular-connected.png +share/icons/ContrastHigh/256x256/status/network-cellular-edge.png +share/icons/ContrastHigh/256x256/status/network-cellular-gprs.png +share/icons/ContrastHigh/256x256/status/network-cellular-no-route.png +share/icons/ContrastHigh/256x256/status/network-cellular-offline.png +share/icons/ContrastHigh/256x256/status/network-cellular-signal-excellent.png +share/icons/ContrastHigh/256x256/status/network-cellular-signal-good.png +share/icons/ContrastHigh/256x256/status/network-cellular-signal-none.png +share/icons/ContrastHigh/256x256/status/network-cellular-signal-ok.png +share/icons/ContrastHigh/256x256/status/network-cellular-signal-weak.png +share/icons/ContrastHigh/256x256/status/network-cellular-umts.png +share/icons/ContrastHigh/256x256/status/network-error.png +share/icons/ContrastHigh/256x256/status/network-idle.png +share/icons/ContrastHigh/256x256/status/network-no-route.png +share/icons/ContrastHigh/256x256/status/network-offline.png +share/icons/ContrastHigh/256x256/status/network-receive.png +share/icons/ContrastHigh/256x256/status/network-transmit-receive.png +share/icons/ContrastHigh/256x256/status/network-transmit.png +share/icons/ContrastHigh/256x256/status/network-vpn-acquiring.png +share/icons/ContrastHigh/256x256/status/network-vpn.png +share/icons/ContrastHigh/256x256/status/network-wired-acquiring.png +share/icons/ContrastHigh/256x256/status/network-wired-disconnected.png +share/icons/ContrastHigh/256x256/status/network-wired-no-route.png +share/icons/ContrastHigh/256x256/status/network-wired-offline.png +share/icons/ContrastHigh/256x256/status/network-wired.png +share/icons/ContrastHigh/256x256/status/network-wireless-acquiring.png +share/icons/ContrastHigh/256x256/status/network-wireless-connected.png +share/icons/ContrastHigh/256x256/status/network-wireless-encrypted.png +share/icons/ContrastHigh/256x256/status/network-wireless-hotspot.png +share/icons/ContrastHigh/256x256/status/network-wireless-no-route.png +share/icons/ContrastHigh/256x256/status/network-wireless-offline.png +share/icons/ContrastHigh/256x256/status/network-wireless-signal-excellent.png +share/icons/ContrastHigh/256x256/status/network-wireless-signal-good.png +share/icons/ContrastHigh/256x256/status/network-wireless-signal-none.png +share/icons/ContrastHigh/256x256/status/network-wireless-signal-ok.png +share/icons/ContrastHigh/256x256/status/network-wireless-signal-weak.png +share/icons/ContrastHigh/256x256/status/non-starred.png +share/icons/ContrastHigh/256x256/status/printer-error.png +share/icons/ContrastHigh/256x256/status/printer-printing.png +share/icons/ContrastHigh/256x256/status/printer-warning.png +share/icons/ContrastHigh/256x256/status/rotation-allowed.png +share/icons/ContrastHigh/256x256/status/rotation-locked.png +share/icons/ContrastHigh/256x256/status/security-high.png +share/icons/ContrastHigh/256x256/status/security-low.png +share/icons/ContrastHigh/256x256/status/security-medium.png +share/icons/ContrastHigh/256x256/status/semi-starred-rtl.png +share/icons/ContrastHigh/256x256/status/semi-starred.png +share/icons/ContrastHigh/256x256/status/software-update-available.png +share/icons/ContrastHigh/256x256/status/software-update-urgent.png +share/icons/ContrastHigh/256x256/status/starred.png +share/icons/ContrastHigh/256x256/status/task-due.png +share/icons/ContrastHigh/256x256/status/task-past-due.png +share/icons/ContrastHigh/256x256/status/touchpad-disabled.png +share/icons/ContrastHigh/256x256/status/user-available.png +share/icons/ContrastHigh/256x256/status/user-away.png +share/icons/ContrastHigh/256x256/status/user-busy.png +share/icons/ContrastHigh/256x256/status/user-idle.png +share/icons/ContrastHigh/256x256/status/user-invisible.png +share/icons/ContrastHigh/256x256/status/user-offline.png +share/icons/ContrastHigh/256x256/status/user-status-pending.png +share/icons/ContrastHigh/256x256/status/user-trash-full.png +share/icons/ContrastHigh/256x256/status/view-wrapped-rtl.png +share/icons/ContrastHigh/256x256/status/view-wrapped.png +share/icons/ContrastHigh/256x256/status/weather-clear-night.png +share/icons/ContrastHigh/256x256/status/weather-clear.png +share/icons/ContrastHigh/256x256/status/weather-few-clouds-night.png +share/icons/ContrastHigh/256x256/status/weather-few-clouds.png +share/icons/ContrastHigh/256x256/status/weather-fog.png +share/icons/ContrastHigh/256x256/status/weather-overcast.png +share/icons/ContrastHigh/256x256/status/weather-severe-alert.png +share/icons/ContrastHigh/256x256/status/weather-showers-scattered.png +share/icons/ContrastHigh/256x256/status/weather-showers.png +share/icons/ContrastHigh/256x256/status/weather-snow.png +share/icons/ContrastHigh/256x256/status/weather-storm.png +share/icons/ContrastHigh/256x256/stock/gtk-apply.png +share/icons/ContrastHigh/256x256/stock/gtk-bold.png +share/icons/ContrastHigh/256x256/stock/gtk-cancel.png +share/icons/ContrastHigh/256x256/stock/gtk-connect.png +share/icons/ContrastHigh/256x256/stock/gtk-convert.png +share/icons/ContrastHigh/256x256/stock/gtk-disconnect.png +share/icons/ContrastHigh/256x256/stock/gtk-dnd-multiple.png +share/icons/ContrastHigh/256x256/stock/gtk-dnd.png +share/icons/ContrastHigh/256x256/stock/gtk-edit.png +share/icons/ContrastHigh/256x256/stock/gtk-index.png +share/icons/ContrastHigh/256x256/stock/gtk-no.png +share/icons/ContrastHigh/256x256/stock/gtk-ok.png +share/icons/ContrastHigh/256x256/stock/gtk-preferences.png +share/icons/ContrastHigh/256x256/stock/gtk-select-color.png +share/icons/ContrastHigh/256x256/stock/gtk-select-font.png +share/icons/ContrastHigh/256x256/stock/gtk-undelete.png +share/icons/ContrastHigh/256x256/stock/gtk-yes.png +share/icons/ContrastHigh/32x32/actions/action-unavailable.png +share/icons/ContrastHigh/32x32/actions/bookmark-add.png +share/icons/ContrastHigh/32x32/actions/bookmark-new.png +share/icons/ContrastHigh/32x32/actions/call-end.png +share/icons/ContrastHigh/32x32/actions/call-start.png +share/icons/ContrastHigh/32x32/actions/content-loading.png +share/icons/ContrastHigh/32x32/actions/document-open-recent.png +share/icons/ContrastHigh/32x32/actions/document-open.png +share/icons/ContrastHigh/32x32/actions/document-page-setup.png +share/icons/ContrastHigh/32x32/actions/document-properties.png +share/icons/ContrastHigh/32x32/actions/document-save-as.png +share/icons/ContrastHigh/32x32/actions/document-save.png +share/icons/ContrastHigh/32x32/actions/document-send.png +share/icons/ContrastHigh/32x32/actions/drive-multidisk.png +share/icons/ContrastHigh/32x32/actions/edit-clear-all.png +share/icons/ContrastHigh/32x32/actions/edit-clear-rtl.png +share/icons/ContrastHigh/32x32/actions/edit-clear.png +share/icons/ContrastHigh/32x32/actions/edit-copy.png +share/icons/ContrastHigh/32x32/actions/edit-cut.png +share/icons/ContrastHigh/32x32/actions/edit-delete.png +share/icons/ContrastHigh/32x32/actions/edit-find.png +share/icons/ContrastHigh/32x32/actions/edit-paste.png +share/icons/ContrastHigh/32x32/actions/edit-redo-rtl.png +share/icons/ContrastHigh/32x32/actions/edit-redo.png +share/icons/ContrastHigh/32x32/actions/edit-select-all.png +share/icons/ContrastHigh/32x32/actions/edit-select.png +share/icons/ContrastHigh/32x32/actions/edit-undo-rtl.png +share/icons/ContrastHigh/32x32/actions/edit-undo.png +share/icons/ContrastHigh/32x32/actions/find-location.png +share/icons/ContrastHigh/32x32/actions/format-indent-less-rtl.png +share/icons/ContrastHigh/32x32/actions/format-indent-less.png +share/icons/ContrastHigh/32x32/actions/format-indent-more-rtl.png +share/icons/ContrastHigh/32x32/actions/format-indent-more.png +share/icons/ContrastHigh/32x32/actions/format-justify-center.png +share/icons/ContrastHigh/32x32/actions/format-justify-fill.png +share/icons/ContrastHigh/32x32/actions/format-justify-left.png +share/icons/ContrastHigh/32x32/actions/format-justify-right.png +share/icons/ContrastHigh/32x32/actions/format-text-bold.png +share/icons/ContrastHigh/32x32/actions/format-text-direction-ltr.png +share/icons/ContrastHigh/32x32/actions/format-text-direction-rtl.png +share/icons/ContrastHigh/32x32/actions/format-text-italic.png +share/icons/ContrastHigh/32x32/actions/format-text-strikethrough.png +share/icons/ContrastHigh/32x32/actions/format-text-underline.png +share/icons/ContrastHigh/32x32/actions/go-bottom.png +share/icons/ContrastHigh/32x32/actions/go-down.png +share/icons/ContrastHigh/32x32/actions/go-first-rtl.png +share/icons/ContrastHigh/32x32/actions/go-first.png +share/icons/ContrastHigh/32x32/actions/go-home.png +share/icons/ContrastHigh/32x32/actions/go-jump-rtl.png +share/icons/ContrastHigh/32x32/actions/go-jump.png +share/icons/ContrastHigh/32x32/actions/go-last-rtl.png +share/icons/ContrastHigh/32x32/actions/go-last.png +share/icons/ContrastHigh/32x32/actions/go-next-rtl.png +share/icons/ContrastHigh/32x32/actions/go-next.png +share/icons/ContrastHigh/32x32/actions/go-previous-rtl.png +share/icons/ContrastHigh/32x32/actions/go-previous.png +share/icons/ContrastHigh/32x32/actions/go-top.png +share/icons/ContrastHigh/32x32/actions/go-up.png +share/icons/ContrastHigh/32x32/actions/insert-image.png +share/icons/ContrastHigh/32x32/actions/insert-link.png +share/icons/ContrastHigh/32x32/actions/insert-object.png +share/icons/ContrastHigh/32x32/actions/insert-text.png +share/icons/ContrastHigh/32x32/actions/list-add.png +share/icons/ContrastHigh/32x32/actions/list-remove-all.png +share/icons/ContrastHigh/32x32/actions/list-remove.png +share/icons/ContrastHigh/32x32/actions/mail-mark-important.png +share/icons/ContrastHigh/32x32/actions/mail-send-receive.png +share/icons/ContrastHigh/32x32/actions/mail-send.png +share/icons/ContrastHigh/32x32/actions/mark-location.png +share/icons/ContrastHigh/32x32/actions/media-eject.png +share/icons/ContrastHigh/32x32/actions/media-playback-pause.png +share/icons/ContrastHigh/32x32/actions/media-playback-start-rtl.png +share/icons/ContrastHigh/32x32/actions/media-playback-start.png +share/icons/ContrastHigh/32x32/actions/media-playback-stop.png +share/icons/ContrastHigh/32x32/actions/media-record.png +share/icons/ContrastHigh/32x32/actions/media-seek-backward-rtl.png +share/icons/ContrastHigh/32x32/actions/media-seek-backward.png +share/icons/ContrastHigh/32x32/actions/media-seek-forward-rtl.png +share/icons/ContrastHigh/32x32/actions/media-seek-forward.png +share/icons/ContrastHigh/32x32/actions/media-skip-backward-rtl.png +share/icons/ContrastHigh/32x32/actions/media-skip-backward.png +share/icons/ContrastHigh/32x32/actions/media-skip-forward-rtl.png +share/icons/ContrastHigh/32x32/actions/media-skip-forward.png +share/icons/ContrastHigh/32x32/actions/media-view-subtitles.png +share/icons/ContrastHigh/32x32/actions/object-flip-horizontal.png +share/icons/ContrastHigh/32x32/actions/object-flip-vertical.png +share/icons/ContrastHigh/32x32/actions/object-rotate-left.png +share/icons/ContrastHigh/32x32/actions/object-rotate-right.png +share/icons/ContrastHigh/32x32/actions/object-select.png +share/icons/ContrastHigh/32x32/actions/process-stop.png +share/icons/ContrastHigh/32x32/actions/send-to.png +share/icons/ContrastHigh/32x32/actions/system-run.png +share/icons/ContrastHigh/32x32/actions/system-shutdown.png +share/icons/ContrastHigh/32x32/actions/tab-new.png +share/icons/ContrastHigh/32x32/actions/view-continuous.png +share/icons/ContrastHigh/32x32/actions/view-dual.png +share/icons/ContrastHigh/32x32/actions/view-fullscreen.png +share/icons/ContrastHigh/32x32/actions/view-grid.png +share/icons/ContrastHigh/32x32/actions/view-list.png +share/icons/ContrastHigh/32x32/actions/view-more.png +share/icons/ContrastHigh/32x32/actions/view-paged.png +share/icons/ContrastHigh/32x32/actions/view-refresh.png +share/icons/ContrastHigh/32x32/actions/view-restore.png +share/icons/ContrastHigh/32x32/actions/window-close.png +share/icons/ContrastHigh/32x32/actions/window-maximize.png +share/icons/ContrastHigh/32x32/actions/window-minimize.png +share/icons/ContrastHigh/32x32/actions/window-restore.png +share/icons/ContrastHigh/32x32/actions/zoom-fit-best.png +share/icons/ContrastHigh/32x32/actions/zoom-in.png +share/icons/ContrastHigh/32x32/actions/zoom-original.png +share/icons/ContrastHigh/32x32/actions/zoom-out.png +share/icons/ContrastHigh/32x32/apps/accessories-calculator.png +share/icons/ContrastHigh/32x32/apps/accessories-character-map.png +share/icons/ContrastHigh/32x32/apps/accessories-dictionary.png +share/icons/ContrastHigh/32x32/apps/accessories-text-editor.png +share/icons/ContrastHigh/32x32/apps/anaconda.png +share/icons/ContrastHigh/32x32/apps/applets-screenshooter.png +share/icons/ContrastHigh/32x32/apps/applications-blender.png +share/icons/ContrastHigh/32x32/apps/atril.png +share/icons/ContrastHigh/32x32/apps/audiobook.png +share/icons/ContrastHigh/32x32/apps/ax-applet.png +share/icons/ContrastHigh/32x32/apps/blender.png +share/icons/ContrastHigh/32x32/apps/bluetooth.png +share/icons/ContrastHigh/32x32/apps/boxes.png +share/icons/ContrastHigh/32x32/apps/brasero.png +share/icons/ContrastHigh/32x32/apps/cheese.png +share/icons/ContrastHigh/32x32/apps/clock.png +share/icons/ContrastHigh/32x32/apps/config-firewall.png +share/icons/ContrastHigh/32x32/apps/configuration-editor.png +share/icons/ContrastHigh/32x32/apps/dconf-editor.png +share/icons/ContrastHigh/32x32/apps/deja-dup.png +share/icons/ContrastHigh/32x32/apps/desktop.png +share/icons/ContrastHigh/32x32/apps/devhelp.png +share/icons/ContrastHigh/32x32/apps/display-capplet.png +share/icons/ContrastHigh/32x32/apps/documents.png +share/icons/ContrastHigh/32x32/apps/empathy.png +share/icons/ContrastHigh/32x32/apps/engrampa.png +share/icons/ContrastHigh/32x32/apps/eog.png +share/icons/ContrastHigh/32x32/apps/eom.png +share/icons/ContrastHigh/32x32/apps/evince.png +share/icons/ContrastHigh/32x32/apps/evolution.png +share/icons/ContrastHigh/32x32/apps/fedora-release-notes.png +share/icons/ContrastHigh/32x32/apps/file-roller.png +share/icons/ContrastHigh/32x32/apps/firefox.png +share/icons/ContrastHigh/32x32/apps/gcolor2.png +share/icons/ContrastHigh/32x32/apps/ghex.png +share/icons/ContrastHigh/32x32/apps/gimp.png +share/icons/ContrastHigh/32x32/apps/gkb.png +share/icons/ContrastHigh/32x32/apps/glade.png +share/icons/ContrastHigh/32x32/apps/gnome-abrt.png +share/icons/ContrastHigh/32x32/apps/gnome-aisleriot.png +share/icons/ContrastHigh/32x32/apps/gnome-boxes.png +share/icons/ContrastHigh/32x32/apps/gnome-disks.png +share/icons/ContrastHigh/32x32/apps/gnome-documents.png +share/icons/ContrastHigh/32x32/apps/gnome-freecell.png +share/icons/ContrastHigh/32x32/apps/gnome-nettool.png +share/icons/ContrastHigh/32x32/apps/gnome-power-manager.png +share/icons/ContrastHigh/32x32/apps/gnome-tweak-tool.png +share/icons/ContrastHigh/32x32/apps/goa-panel.png +share/icons/ContrastHigh/32x32/apps/gok.png +share/icons/ContrastHigh/32x32/apps/gtkam-camera.png +share/icons/ContrastHigh/32x32/apps/gtranslator.png +share/icons/ContrastHigh/32x32/apps/haguichi.png +share/icons/ContrastHigh/32x32/apps/headpin.png +share/icons/ContrastHigh/32x32/apps/help-browser.png +share/icons/ContrastHigh/32x32/apps/ifolder.png +share/icons/ContrastHigh/32x32/apps/inkscape.png +share/icons/ContrastHigh/32x32/apps/katello.png +share/icons/ContrastHigh/32x32/apps/libreoffice-base.png +share/icons/ContrastHigh/32x32/apps/libreoffice-calc.png +share/icons/ContrastHigh/32x32/apps/libreoffice-draw.png +share/icons/ContrastHigh/32x32/apps/libreoffice-impress.png +share/icons/ContrastHigh/32x32/apps/libreoffice-math.png +share/icons/ContrastHigh/32x32/apps/libreoffice-startcenter.png +share/icons/ContrastHigh/32x32/apps/libreoffice-writer.png +share/icons/ContrastHigh/32x32/apps/mate-application-generic.png +share/icons/ContrastHigh/32x32/apps/mate-brightness-applet.png +share/icons/ContrastHigh/32x32/apps/mate-invest-applet.png +share/icons/ContrastHigh/32x32/apps/mate-log.png +share/icons/ContrastHigh/32x32/apps/mate-logo-icon-transparent.png +share/icons/ContrastHigh/32x32/apps/mate-netspeed-applet.png +share/icons/ContrastHigh/32x32/apps/mate-network-properties.png +share/icons/ContrastHigh/32x32/apps/mate-notification-properties.png +share/icons/ContrastHigh/32x32/apps/mate-panel-clock.png +share/icons/ContrastHigh/32x32/apps/mate-panel-drawer.png +share/icons/ContrastHigh/32x32/apps/mate-panel-force-quit.png +share/icons/ContrastHigh/32x32/apps/mate-panel-launcher.png +share/icons/ContrastHigh/32x32/apps/mate-panel-window-list.png +share/icons/ContrastHigh/32x32/apps/mate-panel-window-menu.png +share/icons/ContrastHigh/32x32/apps/mate-panel-workspace-switcher.png +share/icons/ContrastHigh/32x32/apps/mate-preferences-desktop-display.png +share/icons/ContrastHigh/32x32/apps/mate-session-properties.png +share/icons/ContrastHigh/32x32/apps/miro.png +share/icons/ContrastHigh/32x32/apps/mozo.png +share/icons/ContrastHigh/32x32/apps/multimedia-volume-control.png +share/icons/ContrastHigh/32x32/apps/orca.png +share/icons/ContrastHigh/32x32/apps/palimpsest.png +share/icons/ContrastHigh/32x32/apps/pidgin.png +share/icons/ContrastHigh/32x32/apps/pino.png +share/icons/ContrastHigh/32x32/apps/preferences-color.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-accessibility.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-default-applications.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-display.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-keyboard.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-locale.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-remote-desktop.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-screensaver.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-sound.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-theme.png +share/icons/ContrastHigh/32x32/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHigh/32x32/apps/preferences-system-date-and-time.png +share/icons/ContrastHigh/32x32/apps/preferences-system-network-proxy.png +share/icons/ContrastHigh/32x32/apps/preferences-system-network.png +share/icons/ContrastHigh/32x32/apps/preferences-system-notifications.png +share/icons/ContrastHigh/32x32/apps/preferences-system-privacy.png +share/icons/ContrastHigh/32x32/apps/preferences-system-search.png +share/icons/ContrastHigh/32x32/apps/preferences-system-session.png +share/icons/ContrastHigh/32x32/apps/preferences-system-sharing.png +share/icons/ContrastHigh/32x32/apps/preferences-system-time.png +share/icons/ContrastHigh/32x32/apps/preferences-system-windows.png +share/icons/ContrastHigh/32x32/apps/rhythmbox.png +share/icons/ContrastHigh/32x32/apps/scribus.png +share/icons/ContrastHigh/32x32/apps/seahorse.png +share/icons/ContrastHigh/32x32/apps/session-properties.png +share/icons/ContrastHigh/32x32/apps/shotwell.png +share/icons/ContrastHigh/32x32/apps/smc.png +share/icons/ContrastHigh/32x32/apps/sound-juicer.png +share/icons/ContrastHigh/32x32/apps/sparkleshare.png +share/icons/ContrastHigh/32x32/apps/system-config-authentication.png +share/icons/ContrastHigh/32x32/apps/system-file-manager.png +share/icons/ContrastHigh/32x32/apps/system-software-install.png +share/icons/ContrastHigh/32x32/apps/system-software-update.png +share/icons/ContrastHigh/32x32/apps/system-users.png +share/icons/ContrastHigh/32x32/apps/tasque.png +share/icons/ContrastHigh/32x32/apps/terminal.png +share/icons/ContrastHigh/32x32/apps/text-editor.png +share/icons/ContrastHigh/32x32/apps/thunderbird-icon.png +share/icons/ContrastHigh/32x32/apps/tomboy.png +share/icons/ContrastHigh/32x32/apps/totem.png +share/icons/ContrastHigh/32x32/apps/transmission.png +share/icons/ContrastHigh/32x32/apps/user-info.png +share/icons/ContrastHigh/32x32/apps/utilities-system-monitor.png +share/icons/ContrastHigh/32x32/apps/utilities-terminal.png +share/icons/ContrastHigh/32x32/apps/vim.png +share/icons/ContrastHigh/32x32/apps/web-browser.png +share/icons/ContrastHigh/32x32/apps/window-capplet.png +share/icons/ContrastHigh/32x32/apps/xchat-gnome.png +share/icons/ContrastHigh/32x32/apps/xchat.png +share/icons/ContrastHigh/32x32/categories/applications-engineering.png +share/icons/ContrastHigh/32x32/categories/applications-games.png +share/icons/ContrastHigh/32x32/categories/applications-graphics.png +share/icons/ContrastHigh/32x32/categories/applications-multimedia.png +share/icons/ContrastHigh/32x32/categories/applications-science.png +share/icons/ContrastHigh/32x32/categories/applications-utilities.png +share/icons/ContrastHigh/32x32/categories/preferences-desktop-personal.png +share/icons/ContrastHigh/32x32/categories/preferences-other.png +share/icons/ContrastHigh/32x32/categories/preferences-system.png +share/icons/ContrastHigh/32x32/categories/system-help.png +share/icons/ContrastHigh/32x32/devices/audio-card.png +share/icons/ContrastHigh/32x32/devices/audio-headphones.png +share/icons/ContrastHigh/32x32/devices/audio-headset.png +share/icons/ContrastHigh/32x32/devices/audio-input-microphone.png +share/icons/ContrastHigh/32x32/devices/audio-speakers.png +share/icons/ContrastHigh/32x32/devices/camera-photo.png +share/icons/ContrastHigh/32x32/devices/camera-video.png +share/icons/ContrastHigh/32x32/devices/camera-web.png +share/icons/ContrastHigh/32x32/devices/colorimeter-colorhug.png +share/icons/ContrastHigh/32x32/devices/computer-apple-ipad.png +share/icons/ContrastHigh/32x32/devices/computer.png +share/icons/ContrastHigh/32x32/devices/display-projector.png +share/icons/ContrastHigh/32x32/devices/drive-harddisk-ieee1394.png +share/icons/ContrastHigh/32x32/devices/drive-harddisk-system.png +share/icons/ContrastHigh/32x32/devices/drive-harddisk-usb.png +share/icons/ContrastHigh/32x32/devices/drive-harddisk.png +share/icons/ContrastHigh/32x32/devices/drive-multidisk-alt.png +share/icons/ContrastHigh/32x32/devices/drive-multidisk-alt2.png +share/icons/ContrastHigh/32x32/devices/drive-multidisk.png +share/icons/ContrastHigh/32x32/devices/drive-optical.png +share/icons/ContrastHigh/32x32/devices/drive-removable-media.png +share/icons/ContrastHigh/32x32/devices/headphones.png +share/icons/ContrastHigh/32x32/devices/input-dialpad.png +share/icons/ContrastHigh/32x32/devices/input-gaming.png +share/icons/ContrastHigh/32x32/devices/input-keyboard.png +share/icons/ContrastHigh/32x32/devices/input-mouse.png +share/icons/ContrastHigh/32x32/devices/input-tablet.png +share/icons/ContrastHigh/32x32/devices/input-touchpad.png +share/icons/ContrastHigh/32x32/devices/media-flash.png +share/icons/ContrastHigh/32x32/devices/media-floppy.png +share/icons/ContrastHigh/32x32/devices/media-optical-bd.png +share/icons/ContrastHigh/32x32/devices/media-optical-cd-audio.png +share/icons/ContrastHigh/32x32/devices/media-optical-dvd.png +share/icons/ContrastHigh/32x32/devices/media-optical.png +share/icons/ContrastHigh/32x32/devices/media-removable.png +share/icons/ContrastHigh/32x32/devices/media-zip.png +share/icons/ContrastHigh/32x32/devices/multimedia-player-apple-ipod-touch.png +share/icons/ContrastHigh/32x32/devices/multimedia-player.png +share/icons/ContrastHigh/32x32/devices/network-wired.png +share/icons/ContrastHigh/32x32/devices/network-wireless.png +share/icons/ContrastHigh/32x32/devices/nm-applet.png +share/icons/ContrastHigh/32x32/devices/phone-apple-iphone.png +share/icons/ContrastHigh/32x32/devices/phone.png +share/icons/ContrastHigh/32x32/devices/printer-network.png +share/icons/ContrastHigh/32x32/devices/printer.png +share/icons/ContrastHigh/32x32/devices/scanner.png +share/icons/ContrastHigh/32x32/devices/video-display.png +share/icons/ContrastHigh/32x32/emblems/emblem-default.png +share/icons/ContrastHigh/32x32/emblems/emblem-documents.png +share/icons/ContrastHigh/32x32/emblems/emblem-favorite.png +share/icons/ContrastHigh/32x32/emblems/emblem-important.png +share/icons/ContrastHigh/32x32/emblems/emblem-music.png +share/icons/ContrastHigh/32x32/emblems/emblem-ok.png +share/icons/ContrastHigh/32x32/emblems/emblem-photos.png +share/icons/ContrastHigh/32x32/emblems/emblem-shared.png +share/icons/ContrastHigh/32x32/emblems/emblem-synchronizing.png +share/icons/ContrastHigh/32x32/emblems/emblem-system.png +share/icons/ContrastHigh/32x32/emblems/emblem-videos.png +share/icons/ContrastHigh/32x32/emotes/face-angel.png +share/icons/ContrastHigh/32x32/emotes/face-angry.png +share/icons/ContrastHigh/32x32/emotes/face-confused.png +share/icons/ContrastHigh/32x32/emotes/face-cool.png +share/icons/ContrastHigh/32x32/emotes/face-crying.png +share/icons/ContrastHigh/32x32/emotes/face-devilish.png +share/icons/ContrastHigh/32x32/emotes/face-embarrassed.png +share/icons/ContrastHigh/32x32/emotes/face-kiss.png +share/icons/ContrastHigh/32x32/emotes/face-laugh.png +share/icons/ContrastHigh/32x32/emotes/face-monkey.png +share/icons/ContrastHigh/32x32/emotes/face-plain.png +share/icons/ContrastHigh/32x32/emotes/face-raspberry.png +share/icons/ContrastHigh/32x32/emotes/face-sad.png +share/icons/ContrastHigh/32x32/emotes/face-shutmouth.png +share/icons/ContrastHigh/32x32/emotes/face-sick.png +share/icons/ContrastHigh/32x32/emotes/face-smile-big.png +share/icons/ContrastHigh/32x32/emotes/face-smile.png +share/icons/ContrastHigh/32x32/emotes/face-smirk.png +share/icons/ContrastHigh/32x32/emotes/face-surprised.png +share/icons/ContrastHigh/32x32/emotes/face-tired.png +share/icons/ContrastHigh/32x32/emotes/face-uncertain.png +share/icons/ContrastHigh/32x32/emotes/face-wink.png +share/icons/ContrastHigh/32x32/emotes/face-worried.png +share/icons/ContrastHigh/32x32/emotes/face-yawn.png +share/icons/ContrastHigh/32x32/mimetypes/application-certificate.png +share/icons/ContrastHigh/32x32/mimetypes/application-rss+xml.png +share/icons/ContrastHigh/32x32/mimetypes/application-x-appliance.png +share/icons/ContrastHigh/32x32/mimetypes/audio-x-generic.png +share/icons/ContrastHigh/32x32/mimetypes/folder-publicshare.png +share/icons/ContrastHigh/32x32/mimetypes/inode-directory.png +share/icons/ContrastHigh/32x32/mimetypes/package-x-generic.png +share/icons/ContrastHigh/32x32/mimetypes/text-x-generic.png +share/icons/ContrastHigh/32x32/mimetypes/video-x-generic.png +share/icons/ContrastHigh/32x32/mimetypes/x-office-calendar.png +share/icons/ContrastHigh/32x32/places/distributor-logo.png +share/icons/ContrastHigh/32x32/places/folder-documents.png +share/icons/ContrastHigh/32x32/places/folder-download.png +share/icons/ContrastHigh/32x32/places/folder-music.png +share/icons/ContrastHigh/32x32/places/folder-pictures.png +share/icons/ContrastHigh/32x32/places/folder-publicshare.png +share/icons/ContrastHigh/32x32/places/folder-remote.png +share/icons/ContrastHigh/32x32/places/folder-saved-search.png +share/icons/ContrastHigh/32x32/places/folder-templates.png +share/icons/ContrastHigh/32x32/places/folder-videos.png +share/icons/ContrastHigh/32x32/places/folder.png +share/icons/ContrastHigh/32x32/places/network-server.png +share/icons/ContrastHigh/32x32/places/network-workgroup.png +share/icons/ContrastHigh/32x32/places/start-here.png +share/icons/ContrastHigh/32x32/places/user-bookmarks.png +share/icons/ContrastHigh/32x32/places/user-desktop.png +share/icons/ContrastHigh/32x32/places/user-home.png +share/icons/ContrastHigh/32x32/places/user-trash.png +share/icons/ContrastHigh/32x32/status/airplane-mode.png +share/icons/ContrastHigh/32x32/status/alarm.png +share/icons/ContrastHigh/32x32/status/appointment-missed.png +share/icons/ContrastHigh/32x32/status/appointment-soon.png +share/icons/ContrastHigh/32x32/status/audio-volume-high.png +share/icons/ContrastHigh/32x32/status/audio-volume-low.png +share/icons/ContrastHigh/32x32/status/audio-volume-medium.png +share/icons/ContrastHigh/32x32/status/audio-volume-muted.png +share/icons/ContrastHigh/32x32/status/avatar-default.png +share/icons/ContrastHigh/32x32/status/battery-caution-charging.png +share/icons/ContrastHigh/32x32/status/battery-caution.png +share/icons/ContrastHigh/32x32/status/battery-empty-charging.png +share/icons/ContrastHigh/32x32/status/battery-empty.png +share/icons/ContrastHigh/32x32/status/battery-full-charged.png +share/icons/ContrastHigh/32x32/status/battery-full-charging.png +share/icons/ContrastHigh/32x32/status/battery-full.png +share/icons/ContrastHigh/32x32/status/battery-good-charging.png +share/icons/ContrastHigh/32x32/status/battery-good.png +share/icons/ContrastHigh/32x32/status/battery-low-charging.png +share/icons/ContrastHigh/32x32/status/battery-low.png +share/icons/ContrastHigh/32x32/status/battery-missing.png +share/icons/ContrastHigh/32x32/status/bluetooth-active.png +share/icons/ContrastHigh/32x32/status/bluetooth-disabled.png +share/icons/ContrastHigh/32x32/status/call-missed.png +share/icons/ContrastHigh/32x32/status/changes-allow.png +share/icons/ContrastHigh/32x32/status/changes-prevent.png +share/icons/ContrastHigh/32x32/status/channel-insecure.png +share/icons/ContrastHigh/32x32/status/channel-secure.png +share/icons/ContrastHigh/32x32/status/computer-fail.png +share/icons/ContrastHigh/32x32/status/dialog-error.png +share/icons/ContrastHigh/32x32/status/dialog-information.png +share/icons/ContrastHigh/32x32/status/dialog-password.png +share/icons/ContrastHigh/32x32/status/dialog-question.png +share/icons/ContrastHigh/32x32/status/dialog-warning.png +share/icons/ContrastHigh/32x32/status/display-brightness.png +share/icons/ContrastHigh/32x32/status/keyboard-brightness.png +share/icons/ContrastHigh/32x32/status/mail-attachment.png +share/icons/ContrastHigh/32x32/status/mail-read.png +share/icons/ContrastHigh/32x32/status/mail-replied.png +share/icons/ContrastHigh/32x32/status/mail-unread.png +share/icons/ContrastHigh/32x32/status/media-playlist-consecutive-rtl.png +share/icons/ContrastHigh/32x32/status/media-playlist-consecutive.png +share/icons/ContrastHigh/32x32/status/media-playlist-repeat-rtl.png +share/icons/ContrastHigh/32x32/status/media-playlist-repeat-song-rtl.png +share/icons/ContrastHigh/32x32/status/media-playlist-repeat-song.png +share/icons/ContrastHigh/32x32/status/media-playlist-repeat.png +share/icons/ContrastHigh/32x32/status/media-playlist-shuffle-rtl.png +share/icons/ContrastHigh/32x32/status/media-playlist-shuffle.png +share/icons/ContrastHigh/32x32/status/microphone-sensitivity-high.png +share/icons/ContrastHigh/32x32/status/microphone-sensitivity-low.png +share/icons/ContrastHigh/32x32/status/microphone-sensitivity-medium.png +share/icons/ContrastHigh/32x32/status/microphone-sensitivity-muted.png +share/icons/ContrastHigh/32x32/status/network-cellular-3g.png +share/icons/ContrastHigh/32x32/status/network-cellular-4g.png +share/icons/ContrastHigh/32x32/status/network-cellular-acquiring.png +share/icons/ContrastHigh/32x32/status/network-cellular-connected.png +share/icons/ContrastHigh/32x32/status/network-cellular-edge.png +share/icons/ContrastHigh/32x32/status/network-cellular-gprs.png +share/icons/ContrastHigh/32x32/status/network-cellular-no-route.png +share/icons/ContrastHigh/32x32/status/network-cellular-offline.png +share/icons/ContrastHigh/32x32/status/network-cellular-signal-excellent.png +share/icons/ContrastHigh/32x32/status/network-cellular-signal-good.png +share/icons/ContrastHigh/32x32/status/network-cellular-signal-none.png +share/icons/ContrastHigh/32x32/status/network-cellular-signal-ok.png +share/icons/ContrastHigh/32x32/status/network-cellular-signal-weak.png +share/icons/ContrastHigh/32x32/status/network-cellular-umts.png +share/icons/ContrastHigh/32x32/status/network-error.png +share/icons/ContrastHigh/32x32/status/network-idle.png +share/icons/ContrastHigh/32x32/status/network-no-route.png +share/icons/ContrastHigh/32x32/status/network-offline.png +share/icons/ContrastHigh/32x32/status/network-receive.png +share/icons/ContrastHigh/32x32/status/network-transmit-receive.png +share/icons/ContrastHigh/32x32/status/network-transmit.png +share/icons/ContrastHigh/32x32/status/network-vpn-acquiring.png +share/icons/ContrastHigh/32x32/status/network-vpn.png +share/icons/ContrastHigh/32x32/status/network-wired-acquiring.png +share/icons/ContrastHigh/32x32/status/network-wired-disconnected.png +share/icons/ContrastHigh/32x32/status/network-wired-no-route.png +share/icons/ContrastHigh/32x32/status/network-wired-offline.png +share/icons/ContrastHigh/32x32/status/network-wired.png +share/icons/ContrastHigh/32x32/status/network-wireless-acquiring.png +share/icons/ContrastHigh/32x32/status/network-wireless-connected.png +share/icons/ContrastHigh/32x32/status/network-wireless-encrypted.png +share/icons/ContrastHigh/32x32/status/network-wireless-hotspot.png +share/icons/ContrastHigh/32x32/status/network-wireless-no-route.png +share/icons/ContrastHigh/32x32/status/network-wireless-offline.png +share/icons/ContrastHigh/32x32/status/network-wireless-signal-excellent.png +share/icons/ContrastHigh/32x32/status/network-wireless-signal-good.png +share/icons/ContrastHigh/32x32/status/network-wireless-signal-none.png +share/icons/ContrastHigh/32x32/status/network-wireless-signal-ok.png +share/icons/ContrastHigh/32x32/status/network-wireless-signal-weak.png +share/icons/ContrastHigh/32x32/status/non-starred.png +share/icons/ContrastHigh/32x32/status/printer-error.png +share/icons/ContrastHigh/32x32/status/printer-printing.png +share/icons/ContrastHigh/32x32/status/printer-warning.png +share/icons/ContrastHigh/32x32/status/rotation-allowed.png +share/icons/ContrastHigh/32x32/status/rotation-locked.png +share/icons/ContrastHigh/32x32/status/security-high.png +share/icons/ContrastHigh/32x32/status/security-low.png +share/icons/ContrastHigh/32x32/status/security-medium.png +share/icons/ContrastHigh/32x32/status/semi-starred-rtl.png +share/icons/ContrastHigh/32x32/status/semi-starred.png +share/icons/ContrastHigh/32x32/status/software-update-available.png +share/icons/ContrastHigh/32x32/status/software-update-urgent.png +share/icons/ContrastHigh/32x32/status/starred.png +share/icons/ContrastHigh/32x32/status/task-due.png +share/icons/ContrastHigh/32x32/status/task-past-due.png +share/icons/ContrastHigh/32x32/status/touchpad-disabled.png +share/icons/ContrastHigh/32x32/status/user-available.png +share/icons/ContrastHigh/32x32/status/user-away.png +share/icons/ContrastHigh/32x32/status/user-busy.png +share/icons/ContrastHigh/32x32/status/user-idle.png +share/icons/ContrastHigh/32x32/status/user-invisible.png +share/icons/ContrastHigh/32x32/status/user-offline.png +share/icons/ContrastHigh/32x32/status/user-status-pending.png +share/icons/ContrastHigh/32x32/status/user-trash-full.png +share/icons/ContrastHigh/32x32/status/view-wrapped-rtl.png +share/icons/ContrastHigh/32x32/status/view-wrapped.png +share/icons/ContrastHigh/32x32/status/weather-clear-night.png +share/icons/ContrastHigh/32x32/status/weather-clear.png +share/icons/ContrastHigh/32x32/status/weather-few-clouds-night.png +share/icons/ContrastHigh/32x32/status/weather-few-clouds.png +share/icons/ContrastHigh/32x32/status/weather-fog.png +share/icons/ContrastHigh/32x32/status/weather-overcast.png +share/icons/ContrastHigh/32x32/status/weather-severe-alert.png +share/icons/ContrastHigh/32x32/status/weather-showers-scattered.png +share/icons/ContrastHigh/32x32/status/weather-showers.png +share/icons/ContrastHigh/32x32/status/weather-snow.png +share/icons/ContrastHigh/32x32/status/weather-storm.png +share/icons/ContrastHigh/32x32/stock/gtk-apply.png +share/icons/ContrastHigh/32x32/stock/gtk-bold.png +share/icons/ContrastHigh/32x32/stock/gtk-cancel.png +share/icons/ContrastHigh/32x32/stock/gtk-connect.png +share/icons/ContrastHigh/32x32/stock/gtk-convert.png +share/icons/ContrastHigh/32x32/stock/gtk-disconnect.png +share/icons/ContrastHigh/32x32/stock/gtk-dnd-multiple.png +share/icons/ContrastHigh/32x32/stock/gtk-dnd.png +share/icons/ContrastHigh/32x32/stock/gtk-edit.png +share/icons/ContrastHigh/32x32/stock/gtk-index.png +share/icons/ContrastHigh/32x32/stock/gtk-no.png +share/icons/ContrastHigh/32x32/stock/gtk-ok.png +share/icons/ContrastHigh/32x32/stock/gtk-preferences.png +share/icons/ContrastHigh/32x32/stock/gtk-select-color.png +share/icons/ContrastHigh/32x32/stock/gtk-select-font.png +share/icons/ContrastHigh/32x32/stock/gtk-undelete.png +share/icons/ContrastHigh/32x32/stock/gtk-yes.png +share/icons/ContrastHigh/48x48/actions/action-unavailable.png +share/icons/ContrastHigh/48x48/actions/bookmark-add.png +share/icons/ContrastHigh/48x48/actions/bookmark-new.png +share/icons/ContrastHigh/48x48/actions/call-end.png +share/icons/ContrastHigh/48x48/actions/call-start.png +share/icons/ContrastHigh/48x48/actions/content-loading.png +share/icons/ContrastHigh/48x48/actions/document-open-recent.png +share/icons/ContrastHigh/48x48/actions/document-open.png +share/icons/ContrastHigh/48x48/actions/document-page-setup.png +share/icons/ContrastHigh/48x48/actions/document-properties.png +share/icons/ContrastHigh/48x48/actions/document-save-as.png +share/icons/ContrastHigh/48x48/actions/document-save.png +share/icons/ContrastHigh/48x48/actions/document-send.png +share/icons/ContrastHigh/48x48/actions/drive-multidisk.png +share/icons/ContrastHigh/48x48/actions/edit-clear-all.png +share/icons/ContrastHigh/48x48/actions/edit-clear-rtl.png +share/icons/ContrastHigh/48x48/actions/edit-clear.png +share/icons/ContrastHigh/48x48/actions/edit-copy.png +share/icons/ContrastHigh/48x48/actions/edit-cut.png +share/icons/ContrastHigh/48x48/actions/edit-delete.png +share/icons/ContrastHigh/48x48/actions/edit-find.png +share/icons/ContrastHigh/48x48/actions/edit-paste.png +share/icons/ContrastHigh/48x48/actions/edit-redo-rtl.png +share/icons/ContrastHigh/48x48/actions/edit-redo.png +share/icons/ContrastHigh/48x48/actions/edit-select-all.png +share/icons/ContrastHigh/48x48/actions/edit-select.png +share/icons/ContrastHigh/48x48/actions/edit-undo-rtl.png +share/icons/ContrastHigh/48x48/actions/edit-undo.png +share/icons/ContrastHigh/48x48/actions/find-location.png +share/icons/ContrastHigh/48x48/actions/format-indent-less-rtl.png +share/icons/ContrastHigh/48x48/actions/format-indent-less.png +share/icons/ContrastHigh/48x48/actions/format-indent-more-rtl.png +share/icons/ContrastHigh/48x48/actions/format-indent-more.png +share/icons/ContrastHigh/48x48/actions/format-justify-center.png +share/icons/ContrastHigh/48x48/actions/format-justify-fill.png +share/icons/ContrastHigh/48x48/actions/format-justify-left.png +share/icons/ContrastHigh/48x48/actions/format-justify-right.png +share/icons/ContrastHigh/48x48/actions/format-text-bold.png +share/icons/ContrastHigh/48x48/actions/format-text-direction-ltr.png +share/icons/ContrastHigh/48x48/actions/format-text-direction-rtl.png +share/icons/ContrastHigh/48x48/actions/format-text-italic.png +share/icons/ContrastHigh/48x48/actions/format-text-strikethrough.png +share/icons/ContrastHigh/48x48/actions/format-text-underline.png +share/icons/ContrastHigh/48x48/actions/go-bottom.png +share/icons/ContrastHigh/48x48/actions/go-down.png +share/icons/ContrastHigh/48x48/actions/go-first-rtl.png +share/icons/ContrastHigh/48x48/actions/go-first.png +share/icons/ContrastHigh/48x48/actions/go-home.png +share/icons/ContrastHigh/48x48/actions/go-jump-rtl.png +share/icons/ContrastHigh/48x48/actions/go-jump.png +share/icons/ContrastHigh/48x48/actions/go-last-rtl.png +share/icons/ContrastHigh/48x48/actions/go-last.png +share/icons/ContrastHigh/48x48/actions/go-next-rtl.png +share/icons/ContrastHigh/48x48/actions/go-next.png +share/icons/ContrastHigh/48x48/actions/go-previous-rtl.png +share/icons/ContrastHigh/48x48/actions/go-previous.png +share/icons/ContrastHigh/48x48/actions/go-top.png +share/icons/ContrastHigh/48x48/actions/go-up.png +share/icons/ContrastHigh/48x48/actions/insert-image.png +share/icons/ContrastHigh/48x48/actions/insert-link.png +share/icons/ContrastHigh/48x48/actions/insert-object.png +share/icons/ContrastHigh/48x48/actions/insert-text.png +share/icons/ContrastHigh/48x48/actions/list-add.png +share/icons/ContrastHigh/48x48/actions/list-remove-all.png +share/icons/ContrastHigh/48x48/actions/list-remove.png +share/icons/ContrastHigh/48x48/actions/mail-mark-important.png +share/icons/ContrastHigh/48x48/actions/mail-send-receive.png +share/icons/ContrastHigh/48x48/actions/mail-send.png +share/icons/ContrastHigh/48x48/actions/mark-location.png +share/icons/ContrastHigh/48x48/actions/media-eject.png +share/icons/ContrastHigh/48x48/actions/media-playback-pause.png +share/icons/ContrastHigh/48x48/actions/media-playback-start-rtl.png +share/icons/ContrastHigh/48x48/actions/media-playback-start.png +share/icons/ContrastHigh/48x48/actions/media-playback-stop.png +share/icons/ContrastHigh/48x48/actions/media-record.png +share/icons/ContrastHigh/48x48/actions/media-seek-backward-rtl.png +share/icons/ContrastHigh/48x48/actions/media-seek-backward.png +share/icons/ContrastHigh/48x48/actions/media-seek-forward-rtl.png +share/icons/ContrastHigh/48x48/actions/media-seek-forward.png +share/icons/ContrastHigh/48x48/actions/media-skip-backward-rtl.png +share/icons/ContrastHigh/48x48/actions/media-skip-backward.png +share/icons/ContrastHigh/48x48/actions/media-skip-forward-rtl.png +share/icons/ContrastHigh/48x48/actions/media-skip-forward.png +share/icons/ContrastHigh/48x48/actions/media-view-subtitles.png +share/icons/ContrastHigh/48x48/actions/object-flip-horizontal.png +share/icons/ContrastHigh/48x48/actions/object-flip-vertical.png +share/icons/ContrastHigh/48x48/actions/object-rotate-left.png +share/icons/ContrastHigh/48x48/actions/object-rotate-right.png +share/icons/ContrastHigh/48x48/actions/object-select.png +share/icons/ContrastHigh/48x48/actions/process-stop.png +share/icons/ContrastHigh/48x48/actions/send-to.png +share/icons/ContrastHigh/48x48/actions/system-run.png +share/icons/ContrastHigh/48x48/actions/system-shutdown.png +share/icons/ContrastHigh/48x48/actions/tab-new.png +share/icons/ContrastHigh/48x48/actions/view-continuous.png +share/icons/ContrastHigh/48x48/actions/view-dual.png +share/icons/ContrastHigh/48x48/actions/view-fullscreen.png +share/icons/ContrastHigh/48x48/actions/view-grid.png +share/icons/ContrastHigh/48x48/actions/view-list.png +share/icons/ContrastHigh/48x48/actions/view-more.png +share/icons/ContrastHigh/48x48/actions/view-paged.png +share/icons/ContrastHigh/48x48/actions/view-refresh.png +share/icons/ContrastHigh/48x48/actions/view-restore.png +share/icons/ContrastHigh/48x48/actions/window-close.png +share/icons/ContrastHigh/48x48/actions/window-maximize.png +share/icons/ContrastHigh/48x48/actions/window-minimize.png +share/icons/ContrastHigh/48x48/actions/window-restore.png +share/icons/ContrastHigh/48x48/actions/zoom-fit-best.png +share/icons/ContrastHigh/48x48/actions/zoom-in.png +share/icons/ContrastHigh/48x48/actions/zoom-original.png +share/icons/ContrastHigh/48x48/actions/zoom-out.png +share/icons/ContrastHigh/48x48/animations/process-idle.png +share/icons/ContrastHigh/48x48/animations/process-idle.svg +share/icons/ContrastHigh/48x48/apps/accessories-calculator.png +share/icons/ContrastHigh/48x48/apps/accessories-character-map.png +share/icons/ContrastHigh/48x48/apps/accessories-dictionary.png +share/icons/ContrastHigh/48x48/apps/accessories-text-editor.png +share/icons/ContrastHigh/48x48/apps/anaconda.png +share/icons/ContrastHigh/48x48/apps/applets-screenshooter.png +share/icons/ContrastHigh/48x48/apps/applications-blender.png +share/icons/ContrastHigh/48x48/apps/atril.png +share/icons/ContrastHigh/48x48/apps/audiobook.png +share/icons/ContrastHigh/48x48/apps/ax-applet.png +share/icons/ContrastHigh/48x48/apps/blender.png +share/icons/ContrastHigh/48x48/apps/bluetooth.png +share/icons/ContrastHigh/48x48/apps/boxes.png +share/icons/ContrastHigh/48x48/apps/brasero.png +share/icons/ContrastHigh/48x48/apps/cheese.png +share/icons/ContrastHigh/48x48/apps/clock.png +share/icons/ContrastHigh/48x48/apps/config-firewall.png +share/icons/ContrastHigh/48x48/apps/configuration-editor.png +share/icons/ContrastHigh/48x48/apps/dconf-editor.png +share/icons/ContrastHigh/48x48/apps/deja-dup.png +share/icons/ContrastHigh/48x48/apps/desktop.png +share/icons/ContrastHigh/48x48/apps/devhelp.png +share/icons/ContrastHigh/48x48/apps/display-capplet.png +share/icons/ContrastHigh/48x48/apps/documents.png +share/icons/ContrastHigh/48x48/apps/empathy.png +share/icons/ContrastHigh/48x48/apps/engrampa.png +share/icons/ContrastHigh/48x48/apps/eog.png +share/icons/ContrastHigh/48x48/apps/eom.png +share/icons/ContrastHigh/48x48/apps/evince.png +share/icons/ContrastHigh/48x48/apps/evolution.png +share/icons/ContrastHigh/48x48/apps/fedora-release-notes.png +share/icons/ContrastHigh/48x48/apps/file-roller.png +share/icons/ContrastHigh/48x48/apps/firefox.png +share/icons/ContrastHigh/48x48/apps/gcolor2.png +share/icons/ContrastHigh/48x48/apps/ghex.png +share/icons/ContrastHigh/48x48/apps/gimp.png +share/icons/ContrastHigh/48x48/apps/gkb.png +share/icons/ContrastHigh/48x48/apps/glade.png +share/icons/ContrastHigh/48x48/apps/gnome-abrt.png +share/icons/ContrastHigh/48x48/apps/gnome-aisleriot.png +share/icons/ContrastHigh/48x48/apps/gnome-boxes.png +share/icons/ContrastHigh/48x48/apps/gnome-disks.png +share/icons/ContrastHigh/48x48/apps/gnome-documents.png +share/icons/ContrastHigh/48x48/apps/gnome-freecell.png +share/icons/ContrastHigh/48x48/apps/gnome-nettool.png +share/icons/ContrastHigh/48x48/apps/gnome-power-manager.png +share/icons/ContrastHigh/48x48/apps/gnome-tweak-tool.png +share/icons/ContrastHigh/48x48/apps/goa-panel.png +share/icons/ContrastHigh/48x48/apps/gok.png +share/icons/ContrastHigh/48x48/apps/gtkam-camera.png +share/icons/ContrastHigh/48x48/apps/gtranslator.png +share/icons/ContrastHigh/48x48/apps/haguichi.png +share/icons/ContrastHigh/48x48/apps/headpin.png +share/icons/ContrastHigh/48x48/apps/help-browser.png +share/icons/ContrastHigh/48x48/apps/ifolder.png +share/icons/ContrastHigh/48x48/apps/inkscape.png +share/icons/ContrastHigh/48x48/apps/katello.png +share/icons/ContrastHigh/48x48/apps/libreoffice-base.png +share/icons/ContrastHigh/48x48/apps/libreoffice-calc.png +share/icons/ContrastHigh/48x48/apps/libreoffice-draw.png +share/icons/ContrastHigh/48x48/apps/libreoffice-impress.png +share/icons/ContrastHigh/48x48/apps/libreoffice-math.png +share/icons/ContrastHigh/48x48/apps/libreoffice-startcenter.png +share/icons/ContrastHigh/48x48/apps/libreoffice-writer.png +share/icons/ContrastHigh/48x48/apps/mate-application-generic.png +share/icons/ContrastHigh/48x48/apps/mate-brightness-applet.png +share/icons/ContrastHigh/48x48/apps/mate-invest-applet.png +share/icons/ContrastHigh/48x48/apps/mate-log.png +share/icons/ContrastHigh/48x48/apps/mate-logo-icon-transparent.png +share/icons/ContrastHigh/48x48/apps/mate-netspeed-applet.png +share/icons/ContrastHigh/48x48/apps/mate-network-properties.png +share/icons/ContrastHigh/48x48/apps/mate-notification-properties.png +share/icons/ContrastHigh/48x48/apps/mate-panel-clock.png +share/icons/ContrastHigh/48x48/apps/mate-panel-drawer.png +share/icons/ContrastHigh/48x48/apps/mate-panel-force-quit.png +share/icons/ContrastHigh/48x48/apps/mate-panel-launcher.png +share/icons/ContrastHigh/48x48/apps/mate-panel-window-list.png +share/icons/ContrastHigh/48x48/apps/mate-panel-window-menu.png +share/icons/ContrastHigh/48x48/apps/mate-panel-workspace-switcher.png +share/icons/ContrastHigh/48x48/apps/mate-preferences-desktop-display.png +share/icons/ContrastHigh/48x48/apps/mate-session-properties.png +share/icons/ContrastHigh/48x48/apps/mate-starthere.png +share/icons/ContrastHigh/48x48/apps/miro.png +share/icons/ContrastHigh/48x48/apps/mozo.png +share/icons/ContrastHigh/48x48/apps/multimedia-volume-control.png +share/icons/ContrastHigh/48x48/apps/orca.png +share/icons/ContrastHigh/48x48/apps/palimpsest.png +share/icons/ContrastHigh/48x48/apps/pidgin.png +share/icons/ContrastHigh/48x48/apps/pino.png +share/icons/ContrastHigh/48x48/apps/preferences-color.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-accessibility.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-default-applications.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-display.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-keyboard-shortcuts.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-keyboard.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-locale.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-remote-desktop.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-screensaver.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-sound.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-theme.png +share/icons/ContrastHigh/48x48/apps/preferences-desktop-wallpaper.png +share/icons/ContrastHigh/48x48/apps/preferences-system-date-and-time.png +share/icons/ContrastHigh/48x48/apps/preferences-system-network-proxy.png +share/icons/ContrastHigh/48x48/apps/preferences-system-network.png +share/icons/ContrastHigh/48x48/apps/preferences-system-notifications.png +share/icons/ContrastHigh/48x48/apps/preferences-system-privacy.png +share/icons/ContrastHigh/48x48/apps/preferences-system-search.png +share/icons/ContrastHigh/48x48/apps/preferences-system-session.png +share/icons/ContrastHigh/48x48/apps/preferences-system-sharing.png +share/icons/ContrastHigh/48x48/apps/preferences-system-time.png +share/icons/ContrastHigh/48x48/apps/preferences-system-windows.png +share/icons/ContrastHigh/48x48/apps/rhythmbox.png +share/icons/ContrastHigh/48x48/apps/scribus.png +share/icons/ContrastHigh/48x48/apps/seahorse.png +share/icons/ContrastHigh/48x48/apps/session-properties.png +share/icons/ContrastHigh/48x48/apps/shotwell.png +share/icons/ContrastHigh/48x48/apps/smc.png +share/icons/ContrastHigh/48x48/apps/sound-juicer.png +share/icons/ContrastHigh/48x48/apps/sparkleshare.png +share/icons/ContrastHigh/48x48/apps/system-config-authentication.png +share/icons/ContrastHigh/48x48/apps/system-file-manager.png +share/icons/ContrastHigh/48x48/apps/system-software-install.png +share/icons/ContrastHigh/48x48/apps/system-software-update.png +share/icons/ContrastHigh/48x48/apps/system-users.png +share/icons/ContrastHigh/48x48/apps/tasque.png +share/icons/ContrastHigh/48x48/apps/terminal.png +share/icons/ContrastHigh/48x48/apps/text-editor.png +share/icons/ContrastHigh/48x48/apps/thunderbird-icon.png +share/icons/ContrastHigh/48x48/apps/tomboy.png +share/icons/ContrastHigh/48x48/apps/totem.png +share/icons/ContrastHigh/48x48/apps/transmission.png +share/icons/ContrastHigh/48x48/apps/user-info.png +share/icons/ContrastHigh/48x48/apps/utilities-system-monitor.png +share/icons/ContrastHigh/48x48/apps/utilities-terminal.png +share/icons/ContrastHigh/48x48/apps/vim.png +share/icons/ContrastHigh/48x48/apps/web-browser.png +share/icons/ContrastHigh/48x48/apps/window-capplet.png +share/icons/ContrastHigh/48x48/apps/xchat-gnome.png +share/icons/ContrastHigh/48x48/apps/xchat.png +share/icons/ContrastHigh/48x48/categories/applications-engineering.png +share/icons/ContrastHigh/48x48/categories/applications-games.png +share/icons/ContrastHigh/48x48/categories/applications-graphics.png +share/icons/ContrastHigh/48x48/categories/applications-multimedia.png +share/icons/ContrastHigh/48x48/categories/applications-science.png +share/icons/ContrastHigh/48x48/categories/applications-utilities.png +share/icons/ContrastHigh/48x48/categories/preferences-desktop-personal.png +share/icons/ContrastHigh/48x48/categories/preferences-other.png +share/icons/ContrastHigh/48x48/categories/preferences-system.png +share/icons/ContrastHigh/48x48/categories/system-help.png +share/icons/ContrastHigh/48x48/devices/audio-card.png +share/icons/ContrastHigh/48x48/devices/audio-headphones.png +share/icons/ContrastHigh/48x48/devices/audio-headset.png +share/icons/ContrastHigh/48x48/devices/audio-input-microphone.png +share/icons/ContrastHigh/48x48/devices/audio-speakers.png +share/icons/ContrastHigh/48x48/devices/camera-photo.png +share/icons/ContrastHigh/48x48/devices/camera-video.png +share/icons/ContrastHigh/48x48/devices/camera-web.png +share/icons/ContrastHigh/48x48/devices/colorimeter-colorhug.png +share/icons/ContrastHigh/48x48/devices/computer-apple-ipad.png +share/icons/ContrastHigh/48x48/devices/computer.png +share/icons/ContrastHigh/48x48/devices/display-projector.png +share/icons/ContrastHigh/48x48/devices/drive-harddisk-ieee1394.png +share/icons/ContrastHigh/48x48/devices/drive-harddisk-system.png +share/icons/ContrastHigh/48x48/devices/drive-harddisk-usb.png +share/icons/ContrastHigh/48x48/devices/drive-harddisk.png +share/icons/ContrastHigh/48x48/devices/drive-multidisk-alt.png +share/icons/ContrastHigh/48x48/devices/drive-multidisk-alt2.png +share/icons/ContrastHigh/48x48/devices/drive-multidisk.png +share/icons/ContrastHigh/48x48/devices/drive-optical.png +share/icons/ContrastHigh/48x48/devices/drive-removable-media.png +share/icons/ContrastHigh/48x48/devices/headphones.png +share/icons/ContrastHigh/48x48/devices/input-dialpad.png +share/icons/ContrastHigh/48x48/devices/input-gaming.png +share/icons/ContrastHigh/48x48/devices/input-keyboard.png +share/icons/ContrastHigh/48x48/devices/input-mouse.png +share/icons/ContrastHigh/48x48/devices/input-tablet.png +share/icons/ContrastHigh/48x48/devices/input-touchpad.png +share/icons/ContrastHigh/48x48/devices/media-flash.png +share/icons/ContrastHigh/48x48/devices/media-floppy.png +share/icons/ContrastHigh/48x48/devices/media-optical-bd.png +share/icons/ContrastHigh/48x48/devices/media-optical-cd-audio.png +share/icons/ContrastHigh/48x48/devices/media-optical-dvd.png +share/icons/ContrastHigh/48x48/devices/media-optical.png +share/icons/ContrastHigh/48x48/devices/media-removable.png +share/icons/ContrastHigh/48x48/devices/media-zip.png +share/icons/ContrastHigh/48x48/devices/multimedia-player-apple-ipod-touch.png +share/icons/ContrastHigh/48x48/devices/multimedia-player.png +share/icons/ContrastHigh/48x48/devices/network-wired.png +share/icons/ContrastHigh/48x48/devices/network-wireless.png +share/icons/ContrastHigh/48x48/devices/nm-applet.png +share/icons/ContrastHigh/48x48/devices/phone-apple-iphone.png +share/icons/ContrastHigh/48x48/devices/phone.png +share/icons/ContrastHigh/48x48/devices/printer-network.png +share/icons/ContrastHigh/48x48/devices/printer.png +share/icons/ContrastHigh/48x48/devices/scanner.png +share/icons/ContrastHigh/48x48/devices/video-display.png +share/icons/ContrastHigh/48x48/emblems/emblem-default.png +share/icons/ContrastHigh/48x48/emblems/emblem-documents.png +share/icons/ContrastHigh/48x48/emblems/emblem-favorite.png +share/icons/ContrastHigh/48x48/emblems/emblem-important.png +share/icons/ContrastHigh/48x48/emblems/emblem-music.png +share/icons/ContrastHigh/48x48/emblems/emblem-ok.png +share/icons/ContrastHigh/48x48/emblems/emblem-photos.png +share/icons/ContrastHigh/48x48/emblems/emblem-shared.png +share/icons/ContrastHigh/48x48/emblems/emblem-synchronizing.png +share/icons/ContrastHigh/48x48/emblems/emblem-system.png +share/icons/ContrastHigh/48x48/emblems/emblem-videos.png +share/icons/ContrastHigh/48x48/emotes/face-angel.png +share/icons/ContrastHigh/48x48/emotes/face-angry.png +share/icons/ContrastHigh/48x48/emotes/face-confused.png +share/icons/ContrastHigh/48x48/emotes/face-cool.png +share/icons/ContrastHigh/48x48/emotes/face-crying.png +share/icons/ContrastHigh/48x48/emotes/face-devilish.png +share/icons/ContrastHigh/48x48/emotes/face-embarrassed.png +share/icons/ContrastHigh/48x48/emotes/face-kiss.png +share/icons/ContrastHigh/48x48/emotes/face-laugh.png +share/icons/ContrastHigh/48x48/emotes/face-monkey.png +share/icons/ContrastHigh/48x48/emotes/face-plain.png +share/icons/ContrastHigh/48x48/emotes/face-raspberry.png +share/icons/ContrastHigh/48x48/emotes/face-sad.png +share/icons/ContrastHigh/48x48/emotes/face-shutmouth.png +share/icons/ContrastHigh/48x48/emotes/face-sick.png +share/icons/ContrastHigh/48x48/emotes/face-smile-big.png +share/icons/ContrastHigh/48x48/emotes/face-smile.png +share/icons/ContrastHigh/48x48/emotes/face-smirk.png +share/icons/ContrastHigh/48x48/emotes/face-surprised.png +share/icons/ContrastHigh/48x48/emotes/face-tired.png +share/icons/ContrastHigh/48x48/emotes/face-uncertain.png +share/icons/ContrastHigh/48x48/emotes/face-wink.png +share/icons/ContrastHigh/48x48/emotes/face-worried.png +share/icons/ContrastHigh/48x48/emotes/face-yawn.png +share/icons/ContrastHigh/48x48/mimetypes/application-certificate.png +share/icons/ContrastHigh/48x48/mimetypes/application-rss+xml.png +share/icons/ContrastHigh/48x48/mimetypes/application-x-appliance.png +share/icons/ContrastHigh/48x48/mimetypes/audio-x-generic.png +share/icons/ContrastHigh/48x48/mimetypes/folder-publicshare.png +share/icons/ContrastHigh/48x48/mimetypes/inode-directory.png +share/icons/ContrastHigh/48x48/mimetypes/package-x-generic.png +share/icons/ContrastHigh/48x48/mimetypes/text-x-generic.png +share/icons/ContrastHigh/48x48/mimetypes/video-x-generic.png +share/icons/ContrastHigh/48x48/mimetypes/x-office-calendar.png +share/icons/ContrastHigh/48x48/places/distributor-logo.png +share/icons/ContrastHigh/48x48/places/folder-documents.png +share/icons/ContrastHigh/48x48/places/folder-download.png +share/icons/ContrastHigh/48x48/places/folder-music.png +share/icons/ContrastHigh/48x48/places/folder-pictures.png +share/icons/ContrastHigh/48x48/places/folder-publicshare.png +share/icons/ContrastHigh/48x48/places/folder-remote.png +share/icons/ContrastHigh/48x48/places/folder-saved-search.png +share/icons/ContrastHigh/48x48/places/folder-templates.png +share/icons/ContrastHigh/48x48/places/folder-videos.png +share/icons/ContrastHigh/48x48/places/folder.png +share/icons/ContrastHigh/48x48/places/network-server.png +share/icons/ContrastHigh/48x48/places/network-workgroup.png +share/icons/ContrastHigh/48x48/places/start-here.png +share/icons/ContrastHigh/48x48/places/user-bookmarks.png +share/icons/ContrastHigh/48x48/places/user-desktop.png +share/icons/ContrastHigh/48x48/places/user-home.png +share/icons/ContrastHigh/48x48/places/user-trash.png +share/icons/ContrastHigh/48x48/status/airplane-mode.png +share/icons/ContrastHigh/48x48/status/alarm.png +share/icons/ContrastHigh/48x48/status/appointment-missed.png +share/icons/ContrastHigh/48x48/status/appointment-soon.png +share/icons/ContrastHigh/48x48/status/audio-volume-high.png +share/icons/ContrastHigh/48x48/status/audio-volume-low.png +share/icons/ContrastHigh/48x48/status/audio-volume-medium.png +share/icons/ContrastHigh/48x48/status/audio-volume-muted.png +share/icons/ContrastHigh/48x48/status/avatar-default.png +share/icons/ContrastHigh/48x48/status/battery-caution-charging.png +share/icons/ContrastHigh/48x48/status/battery-caution.png +share/icons/ContrastHigh/48x48/status/battery-empty-charging.png +share/icons/ContrastHigh/48x48/status/battery-empty.png +share/icons/ContrastHigh/48x48/status/battery-full-charged.png +share/icons/ContrastHigh/48x48/status/battery-full-charging.png +share/icons/ContrastHigh/48x48/status/battery-full.png +share/icons/ContrastHigh/48x48/status/battery-good-charging.png +share/icons/ContrastHigh/48x48/status/battery-good.png +share/icons/ContrastHigh/48x48/status/battery-low-charging.png +share/icons/ContrastHigh/48x48/status/battery-low.png +share/icons/ContrastHigh/48x48/status/battery-missing.png +share/icons/ContrastHigh/48x48/status/bluetooth-active.png +share/icons/ContrastHigh/48x48/status/bluetooth-disabled.png +share/icons/ContrastHigh/48x48/status/call-missed.png +share/icons/ContrastHigh/48x48/status/changes-allow.png +share/icons/ContrastHigh/48x48/status/changes-prevent.png +share/icons/ContrastHigh/48x48/status/channel-insecure.png +share/icons/ContrastHigh/48x48/status/channel-secure.png +share/icons/ContrastHigh/48x48/status/computer-fail.png +share/icons/ContrastHigh/48x48/status/dialog-error.png +share/icons/ContrastHigh/48x48/status/dialog-information.png +share/icons/ContrastHigh/48x48/status/dialog-password.png +share/icons/ContrastHigh/48x48/status/dialog-question.png +share/icons/ContrastHigh/48x48/status/dialog-warning.png +share/icons/ContrastHigh/48x48/status/display-brightness.png +share/icons/ContrastHigh/48x48/status/keyboard-brightness.png +share/icons/ContrastHigh/48x48/status/mail-attachment.png +share/icons/ContrastHigh/48x48/status/mail-read.png +share/icons/ContrastHigh/48x48/status/mail-replied.png +share/icons/ContrastHigh/48x48/status/mail-unread.png +share/icons/ContrastHigh/48x48/status/media-playlist-consecutive-rtl.png +share/icons/ContrastHigh/48x48/status/media-playlist-consecutive.png +share/icons/ContrastHigh/48x48/status/media-playlist-repeat-rtl.png +share/icons/ContrastHigh/48x48/status/media-playlist-repeat-song-rtl.png +share/icons/ContrastHigh/48x48/status/media-playlist-repeat-song.png +share/icons/ContrastHigh/48x48/status/media-playlist-repeat.png +share/icons/ContrastHigh/48x48/status/media-playlist-shuffle-rtl.png +share/icons/ContrastHigh/48x48/status/media-playlist-shuffle.png +share/icons/ContrastHigh/48x48/status/microphone-sensitivity-high.png +share/icons/ContrastHigh/48x48/status/microphone-sensitivity-low.png +share/icons/ContrastHigh/48x48/status/microphone-sensitivity-medium.png +share/icons/ContrastHigh/48x48/status/microphone-sensitivity-muted.png +share/icons/ContrastHigh/48x48/status/network-cellular-3g.png +share/icons/ContrastHigh/48x48/status/network-cellular-4g.png +share/icons/ContrastHigh/48x48/status/network-cellular-acquiring.png +share/icons/ContrastHigh/48x48/status/network-cellular-connected.png +share/icons/ContrastHigh/48x48/status/network-cellular-edge.png +share/icons/ContrastHigh/48x48/status/network-cellular-gprs.png +share/icons/ContrastHigh/48x48/status/network-cellular-no-route.png +share/icons/ContrastHigh/48x48/status/network-cellular-offline.png +share/icons/ContrastHigh/48x48/status/network-cellular-signal-excellent.png +share/icons/ContrastHigh/48x48/status/network-cellular-signal-good.png +share/icons/ContrastHigh/48x48/status/network-cellular-signal-none.png +share/icons/ContrastHigh/48x48/status/network-cellular-signal-ok.png +share/icons/ContrastHigh/48x48/status/network-cellular-signal-weak.png +share/icons/ContrastHigh/48x48/status/network-cellular-umts.png +share/icons/ContrastHigh/48x48/status/network-error.png +share/icons/ContrastHigh/48x48/status/network-idle.png +share/icons/ContrastHigh/48x48/status/network-no-route.png +share/icons/ContrastHigh/48x48/status/network-offline.png +share/icons/ContrastHigh/48x48/status/network-receive.png +share/icons/ContrastHigh/48x48/status/network-transmit-receive.png +share/icons/ContrastHigh/48x48/status/network-transmit.png +share/icons/ContrastHigh/48x48/status/network-vpn-acquiring.png +share/icons/ContrastHigh/48x48/status/network-vpn.png +share/icons/ContrastHigh/48x48/status/network-wired-acquiring.png +share/icons/ContrastHigh/48x48/status/network-wired-disconnected.png +share/icons/ContrastHigh/48x48/status/network-wired-no-route.png +share/icons/ContrastHigh/48x48/status/network-wired-offline.png +share/icons/ContrastHigh/48x48/status/network-wired.png +share/icons/ContrastHigh/48x48/status/network-wireless-acquiring.png +share/icons/ContrastHigh/48x48/status/network-wireless-connected.png +share/icons/ContrastHigh/48x48/status/network-wireless-encrypted.png +share/icons/ContrastHigh/48x48/status/network-wireless-hotspot.png +share/icons/ContrastHigh/48x48/status/network-wireless-no-route.png +share/icons/ContrastHigh/48x48/status/network-wireless-offline.png +share/icons/ContrastHigh/48x48/status/network-wireless-signal-excellent.png +share/icons/ContrastHigh/48x48/status/network-wireless-signal-good.png +share/icons/ContrastHigh/48x48/status/network-wireless-signal-none.png +share/icons/ContrastHigh/48x48/status/network-wireless-signal-ok.png +share/icons/ContrastHigh/48x48/status/network-wireless-signal-weak.png +share/icons/ContrastHigh/48x48/status/non-starred.png +share/icons/ContrastHigh/48x48/status/printer-error.png +share/icons/ContrastHigh/48x48/status/printer-printing.png +share/icons/ContrastHigh/48x48/status/printer-warning.png +share/icons/ContrastHigh/48x48/status/rotation-allowed.png +share/icons/ContrastHigh/48x48/status/rotation-locked.png +share/icons/ContrastHigh/48x48/status/security-high.png +share/icons/ContrastHigh/48x48/status/security-low.png +share/icons/ContrastHigh/48x48/status/security-medium.png +share/icons/ContrastHigh/48x48/status/semi-starred-rtl.png +share/icons/ContrastHigh/48x48/status/semi-starred.png +share/icons/ContrastHigh/48x48/status/software-update-available.png +share/icons/ContrastHigh/48x48/status/software-update-urgent.png +share/icons/ContrastHigh/48x48/status/starred.png +share/icons/ContrastHigh/48x48/status/task-due.png +share/icons/ContrastHigh/48x48/status/task-past-due.png +share/icons/ContrastHigh/48x48/status/touchpad-disabled.png +share/icons/ContrastHigh/48x48/status/user-available.png +share/icons/ContrastHigh/48x48/status/user-away.png +share/icons/ContrastHigh/48x48/status/user-busy.png +share/icons/ContrastHigh/48x48/status/user-idle.png +share/icons/ContrastHigh/48x48/status/user-invisible.png +share/icons/ContrastHigh/48x48/status/user-offline.png +share/icons/ContrastHigh/48x48/status/user-status-pending.png +share/icons/ContrastHigh/48x48/status/user-trash-full.png +share/icons/ContrastHigh/48x48/status/view-wrapped-rtl.png +share/icons/ContrastHigh/48x48/status/view-wrapped.png +share/icons/ContrastHigh/48x48/status/weather-clear-night.png +share/icons/ContrastHigh/48x48/status/weather-clear.png +share/icons/ContrastHigh/48x48/status/weather-few-clouds-night.png +share/icons/ContrastHigh/48x48/status/weather-few-clouds.png +share/icons/ContrastHigh/48x48/status/weather-fog.png +share/icons/ContrastHigh/48x48/status/weather-overcast.png +share/icons/ContrastHigh/48x48/status/weather-severe-alert.png +share/icons/ContrastHigh/48x48/status/weather-showers-scattered.png +share/icons/ContrastHigh/48x48/status/weather-showers.png +share/icons/ContrastHigh/48x48/status/weather-snow.png +share/icons/ContrastHigh/48x48/status/weather-storm.png +share/icons/ContrastHigh/48x48/stock/gtk-apply.png +share/icons/ContrastHigh/48x48/stock/gtk-bold.png +share/icons/ContrastHigh/48x48/stock/gtk-cancel.png +share/icons/ContrastHigh/48x48/stock/gtk-connect.png +share/icons/ContrastHigh/48x48/stock/gtk-convert.png +share/icons/ContrastHigh/48x48/stock/gtk-disconnect.png +share/icons/ContrastHigh/48x48/stock/gtk-dnd-multiple.png +share/icons/ContrastHigh/48x48/stock/gtk-dnd.png +share/icons/ContrastHigh/48x48/stock/gtk-edit.png +share/icons/ContrastHigh/48x48/stock/gtk-index.png +share/icons/ContrastHigh/48x48/stock/gtk-no.png +share/icons/ContrastHigh/48x48/stock/gtk-ok.png +share/icons/ContrastHigh/48x48/stock/gtk-preferences.png +share/icons/ContrastHigh/48x48/stock/gtk-select-color.png +share/icons/ContrastHigh/48x48/stock/gtk-select-font.png +share/icons/ContrastHigh/48x48/stock/gtk-undelete.png +share/icons/ContrastHigh/48x48/stock/gtk-yes.png 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/ContrastHigh/scalable/actions-extra/bookmark-view.svg +share/icons/ContrastHigh/scalable/actions-extra/history-view.svg +share/icons/ContrastHigh/scalable/actions/application-exit.svg +share/icons/ContrastHigh/scalable/actions/call-start.svg +share/icons/ContrastHigh/scalable/actions/call-stop.svg +share/icons/ContrastHigh/scalable/actions/contact-new.svg +share/icons/ContrastHigh/scalable/actions/dialog-cancel.svg +share/icons/ContrastHigh/scalable/actions/dialog-close.svg +share/icons/ContrastHigh/scalable/actions/dialog-ok.svg +share/icons/ContrastHigh/scalable/actions/document-new.svg +share/icons/ContrastHigh/scalable/actions/document-open-recent.svg +share/icons/ContrastHigh/scalable/actions/document-open.svg +share/icons/ContrastHigh/scalable/actions/document-page-setup.svg +share/icons/ContrastHigh/scalable/actions/document-print-preview.svg +share/icons/ContrastHigh/scalable/actions/document-print.svg +share/icons/ContrastHigh/scalable/actions/document-properties.svg +share/icons/ContrastHigh/scalable/actions/document-revert.svg +share/icons/ContrastHigh/scalable/actions/document-save-as.svg +share/icons/ContrastHigh/scalable/actions/document-save.svg +share/icons/ContrastHigh/scalable/actions/edit-clear.svg +share/icons/ContrastHigh/scalable/actions/edit-copy.svg +share/icons/ContrastHigh/scalable/actions/edit-cut.svg +share/icons/ContrastHigh/scalable/actions/edit-delete.svg +share/icons/ContrastHigh/scalable/actions/edit-find-replace.svg +share/icons/ContrastHigh/scalable/actions/edit-find.svg +share/icons/ContrastHigh/scalable/actions/edit-paste.svg +share/icons/ContrastHigh/scalable/actions/edit-redo.svg +share/icons/ContrastHigh/scalable/actions/edit-undo.svg +share/icons/ContrastHigh/scalable/actions/folder-new.svg +share/icons/ContrastHigh/scalable/actions/format-indent-less.svg +share/icons/ContrastHigh/scalable/actions/format-indent-more.svg +share/icons/ContrastHigh/scalable/actions/format-justify-center.svg +share/icons/ContrastHigh/scalable/actions/format-justify-fill.svg +share/icons/ContrastHigh/scalable/actions/format-justify-left.svg +share/icons/ContrastHigh/scalable/actions/format-justify-right.svg +share/icons/ContrastHigh/scalable/actions/format-text-bold.svg +share/icons/ContrastHigh/scalable/actions/format-text-italic.svg +share/icons/ContrastHigh/scalable/actions/format-text-strikethrough.svg +share/icons/ContrastHigh/scalable/actions/format-text-underline.svg +share/icons/ContrastHigh/scalable/actions/go-bottom.svg +share/icons/ContrastHigh/scalable/actions/go-down.svg +share/icons/ContrastHigh/scalable/actions/go-first.svg +share/icons/ContrastHigh/scalable/actions/go-home.svg +share/icons/ContrastHigh/scalable/actions/go-jump.svg +share/icons/ContrastHigh/scalable/actions/go-last.svg +share/icons/ContrastHigh/scalable/actions/go-next.svg +share/icons/ContrastHigh/scalable/actions/go-previous.svg +share/icons/ContrastHigh/scalable/actions/go-top.svg +share/icons/ContrastHigh/scalable/actions/go-up.svg +share/icons/ContrastHigh/scalable/actions/help-about.svg +share/icons/ContrastHigh/scalable/actions/help-contents.svg +share/icons/ContrastHigh/scalable/actions/help-faq.svg +share/icons/ContrastHigh/scalable/actions/insert-image.svg +share/icons/ContrastHigh/scalable/actions/insert-object.svg +share/icons/ContrastHigh/scalable/actions/insert-text.svg +share/icons/ContrastHigh/scalable/actions/list-add.svg +share/icons/ContrastHigh/scalable/actions/list-remove.svg +share/icons/ContrastHigh/scalable/actions/mail-forward.svg +share/icons/ContrastHigh/scalable/actions/mail-mark-important.svg +share/icons/ContrastHigh/scalable/actions/mail-mark-read.svg +share/icons/ContrastHigh/scalable/actions/mail-mark-unread.svg +share/icons/ContrastHigh/scalable/actions/mail-message-new.svg +share/icons/ContrastHigh/scalable/actions/mail-reply-all.svg +share/icons/ContrastHigh/scalable/actions/mail-reply-sender.svg +share/icons/ContrastHigh/scalable/actions/mail-send-receive.svg +share/icons/ContrastHigh/scalable/actions/media-eject.svg +share/icons/ContrastHigh/scalable/actions/media-playback-pause.svg +share/icons/ContrastHigh/scalable/actions/media-playback-start.svg +share/icons/ContrastHigh/scalable/actions/media-playback-stop.svg +share/icons/ContrastHigh/scalable/actions/media-record.svg +share/icons/ContrastHigh/scalable/actions/media-seek-backward.svg +share/icons/ContrastHigh/scalable/actions/media-seek-forward.svg +share/icons/ContrastHigh/scalable/actions/media-skip-backward.svg +share/icons/ContrastHigh/scalable/actions/media-skip-forward.svg +share/icons/ContrastHigh/scalable/actions/object-flip-horizontal.svg +share/icons/ContrastHigh/scalable/actions/object-flip-vertical.svg +share/icons/ContrastHigh/scalable/actions/object-rotate-left.svg +share/icons/ContrastHigh/scalable/actions/object-rotate-right.svg +share/icons/ContrastHigh/scalable/actions/process-stop.svg +share/icons/ContrastHigh/scalable/actions/system-lock-screen.svg +share/icons/ContrastHigh/scalable/actions/system-log-out.svg +share/icons/ContrastHigh/scalable/actions/system-run.svg +share/icons/ContrastHigh/scalable/actions/system-search.svg +share/icons/ContrastHigh/scalable/actions/system-shutdown.svg +share/icons/ContrastHigh/scalable/actions/tool-check-spelling.svg +share/icons/ContrastHigh/scalable/actions/tools-check-spelling.svg +share/icons/ContrastHigh/scalable/actions/view-fullscreen.svg +share/icons/ContrastHigh/scalable/actions/view-refresh.svg +share/icons/ContrastHigh/scalable/actions/view-restore.svg +share/icons/ContrastHigh/scalable/actions/view-sort-ascending.svg +share/icons/ContrastHigh/scalable/actions/view-sort-descending.svg +share/icons/ContrastHigh/scalable/actions/window-close.svg +share/icons/ContrastHigh/scalable/actions/window-new.svg +share/icons/ContrastHigh/scalable/actions/zoom-fit-best.svg +share/icons/ContrastHigh/scalable/actions/zoom-in.svg +share/icons/ContrastHigh/scalable/actions/zoom-original.svg +share/icons/ContrastHigh/scalable/actions/zoom-out.svg +share/icons/ContrastHigh/scalable/apps-extra/brasero.svg +share/icons/ContrastHigh/scalable/apps/accessories-calculator.svg +share/icons/ContrastHigh/scalable/apps/accessories-character-map.svg +share/icons/ContrastHigh/scalable/apps/accessories-text-editor.svg +share/icons/ContrastHigh/scalable/apps/atril.svg +share/icons/ContrastHigh/scalable/apps/help-browser.svg +share/icons/ContrastHigh/scalable/apps/mate-invest-applet.svg +share/icons/ContrastHigh/scalable/apps/meld.svg +share/icons/ContrastHigh/scalable/apps/preferences-desktop-accessibility.svg +share/icons/ContrastHigh/scalable/apps/preferences-desktop-font.svg +share/icons/ContrastHigh/scalable/apps/preferences-desktop-locale.svg +share/icons/ContrastHigh/scalable/apps/preferences-desktop-screensaver.svg +share/icons/ContrastHigh/scalable/apps/system-file-manager.svg +share/icons/ContrastHigh/scalable/apps/utilities-system-monitor.svg +share/icons/ContrastHigh/scalable/apps/utilities-terminal.svg +share/icons/ContrastHigh/scalable/categories/applications-accessories.svg +share/icons/ContrastHigh/scalable/categories/applications-development.svg +share/icons/ContrastHigh/scalable/categories/applications-games.svg +share/icons/ContrastHigh/scalable/categories/applications-graphics.svg +share/icons/ContrastHigh/scalable/categories/applications-internet.svg +share/icons/ContrastHigh/scalable/categories/applications-multimedia.svg +share/icons/ContrastHigh/scalable/categories/applications-science.svg +share/icons/ContrastHigh/scalable/categories/applications-system.svg +share/icons/ContrastHigh/scalable/categories/preferences-desktop-peripherals.svg +share/icons/ContrastHigh/scalable/categories/preferences-desktop-personal.svg +share/icons/ContrastHigh/scalable/categories/preferences-desktop.svg +share/icons/ContrastHigh/scalable/categories/preferences-system.svg +share/icons/ContrastHigh/scalable/devices/audio-input-microphone.svg +share/icons/ContrastHigh/scalable/devices/battery.svg +share/icons/ContrastHigh/scalable/devices/camera-photo.svg +share/icons/ContrastHigh/scalable/devices/camera-video.svg +share/icons/ContrastHigh/scalable/devices/computer.svg +share/icons/ContrastHigh/scalable/devices/drive-harddisk.svg +share/icons/ContrastHigh/scalable/devices/drive-optical.svg +share/icons/ContrastHigh/scalable/devices/drive-removable-media.svg +share/icons/ContrastHigh/scalable/devices/input-keyboard.svg +share/icons/ContrastHigh/scalable/devices/input-mouse.svg +share/icons/ContrastHigh/scalable/devices/media-flash.svg +share/icons/ContrastHigh/scalable/devices/media-floppy.svg +share/icons/ContrastHigh/scalable/devices/media-optical.svg +share/icons/ContrastHigh/scalable/devices/media-tape.svg +share/icons/ContrastHigh/scalable/devices/multimedia-player.svg +share/icons/ContrastHigh/scalable/devices/network-wired.svg +share/icons/ContrastHigh/scalable/devices/network-wireless.svg +share/icons/ContrastHigh/scalable/devices/phone.svg +share/icons/ContrastHigh/scalable/devices/printer.svg +share/icons/ContrastHigh/scalable/devices/video-display.svg +share/icons/ContrastHigh/scalable/emblems/emblem-default.svg +share/icons/ContrastHigh/scalable/emblems/emblem-documents.svg +share/icons/ContrastHigh/scalable/emblems/emblem-downloads.svg +share/icons/ContrastHigh/scalable/emblems/emblem-favorite.svg +share/icons/ContrastHigh/scalable/emblems/emblem-important.svg +share/icons/ContrastHigh/scalable/emblems/emblem-mail.svg +share/icons/ContrastHigh/scalable/emblems/emblem-photos.svg +share/icons/ContrastHigh/scalable/emblems/emblem-readonly.svg +share/icons/ContrastHigh/scalable/emblems/emblem-symbolic-link.svg +share/icons/ContrastHigh/scalable/emblems/emblem-system.svg +share/icons/ContrastHigh/scalable/emblems/emblem-unreadable.svg +share/icons/ContrastHigh/scalable/mimetypes/application-x-executable.svg +share/icons/ContrastHigh/scalable/mimetypes/audio-x-generic.svg +share/icons/ContrastHigh/scalable/mimetypes/font-x-generic.svg +share/icons/ContrastHigh/scalable/mimetypes/image-x-generic.svg +share/icons/ContrastHigh/scalable/mimetypes/package-x-generic.svg +share/icons/ContrastHigh/scalable/mimetypes/text-html.svg +share/icons/ContrastHigh/scalable/mimetypes/text-x-generic-template.svg +share/icons/ContrastHigh/scalable/mimetypes/text-x-generic.svg +share/icons/ContrastHigh/scalable/mimetypes/text-x-preview.svg +share/icons/ContrastHigh/scalable/mimetypes/text-x-script.svg +share/icons/ContrastHigh/scalable/mimetypes/video-x-generic.svg +share/icons/ContrastHigh/scalable/mimetypes/x-office-address-book.svg +share/icons/ContrastHigh/scalable/mimetypes/x-office-calendar.svg +share/icons/ContrastHigh/scalable/mimetypes/x-office-document.svg +share/icons/ContrastHigh/scalable/mimetypes/x-office-presentation.svg +share/icons/ContrastHigh/scalable/mimetypes/x-office-spreadsheet.svg +share/icons/ContrastHigh/scalable/places-extra/library-internet-radio.svg +share/icons/ContrastHigh/scalable/places-extra/library-podcast.svg +share/icons/ContrastHigh/scalable/places-extra/playlist-automatic.svg +share/icons/ContrastHigh/scalable/places-extra/playlist.svg +share/icons/ContrastHigh/scalable/places/folder-remote.svg +share/icons/ContrastHigh/scalable/places/folder.svg +share/icons/ContrastHigh/scalable/places/network-server.svg +share/icons/ContrastHigh/scalable/places/network-workgroup.svg +share/icons/ContrastHigh/scalable/places/start-here.svg +share/icons/ContrastHigh/scalable/places/user-bookmarks.svg +share/icons/ContrastHigh/scalable/places/user-desktop.svg +share/icons/ContrastHigh/scalable/places/user-home.svg +share/icons/ContrastHigh/scalable/places/user-trash.svg +share/icons/ContrastHigh/scalable/status/audio-volume-high.svg +share/icons/ContrastHigh/scalable/status/audio-volume-low.svg +share/icons/ContrastHigh/scalable/status/audio-volume-medium.svg +share/icons/ContrastHigh/scalable/status/audio-volume-muted.svg +share/icons/ContrastHigh/scalable/status/battery-caution.svg +share/icons/ContrastHigh/scalable/status/battery-low.svg +share/icons/ContrastHigh/scalable/status/dialog-error.svg +share/icons/ContrastHigh/scalable/status/dialog-information.svg +share/icons/ContrastHigh/scalable/status/dialog-password.svg +share/icons/ContrastHigh/scalable/status/dialog-question.svg +share/icons/ContrastHigh/scalable/status/dialog-warning.svg +share/icons/ContrastHigh/scalable/status/folder-drag-accept.svg +share/icons/ContrastHigh/scalable/status/folder-open.svg +share/icons/ContrastHigh/scalable/status/folder-visiting.svg +share/icons/ContrastHigh/scalable/status/image-missing.svg +share/icons/ContrastHigh/scalable/status/mail-attachment.svg +share/icons/ContrastHigh/scalable/status/media-playlist-repeat.svg +share/icons/ContrastHigh/scalable/status/media-playlist-shuffle.svg +share/icons/ContrastHigh/scalable/status/network-offline.svg +share/icons/ContrastHigh/scalable/status/network-online.svg +share/icons/ContrastHigh/scalable/status/nm-signal-100.svg +share/icons/ContrastHigh/scalable/status/nm-signal-25.svg +share/icons/ContrastHigh/scalable/status/nm-signal-50.svg +share/icons/ContrastHigh/scalable/status/nm-signal-75.svg +share/icons/ContrastHigh/scalable/status/printer-error.svg +share/icons/ContrastHigh/scalable/status/printer-printing.svg +share/icons/ContrastHigh/scalable/status/software-update-available.svg +share/icons/ContrastHigh/scalable/status/software-update-urgent.svg +share/icons/ContrastHigh/scalable/status/user-trash-full.svg +share/icons/ContrastHigh/scalable/status/weather-clear-night.svg +share/icons/ContrastHigh/scalable/status/weather-clear.svg +share/icons/ContrastHigh/scalable/status/weather-few-clouds-night.svg +share/icons/ContrastHigh/scalable/status/weather-few-clouds.svg +share/icons/ContrastHigh/scalable/status/weather-fog.svg +share/icons/ContrastHigh/scalable/status/weather-overcast.svg +share/icons/ContrastHigh/scalable/status/weather-showers-scattered.svg +share/icons/ContrastHigh/scalable/status/weather-showers.svg +share/icons/ContrastHigh/scalable/status/weather-snow.svg +share/icons/ContrastHigh/scalable/status/weather-storm.svg share/icons/mate/cursors/00008160000006810000408080010102 share/icons/mate/cursors/028006030e0e7ebffc7f7070c0600140 share/icons/mate/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -2638,11 +3459,8 @@ 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/apps/yumex.css share/themes/BlackMATE/cinnamon/add-workspace-hover.png share/themes/BlackMATE/cinnamon/add-workspace.png share/themes/BlackMATE/cinnamon/calendar-arrow-left.svg @@ -2670,6 +3488,7 @@ share/themes/BlackMATE/gtk-2.0/Styles/terminal.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/assets/resize-grip.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 @@ -2725,6 +3544,7 @@ 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/resize-grip.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 @@ -2738,15 +3558,43 @@ share/themes/BlackMATE/gtk-3.0/assets/scale-slider-marks-below-vertical-insensit 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/slider_fine_horizontal.svg share/themes/BlackMATE/gtk-3.0/assets/slider_fine_vertical.svg +share/themes/BlackMATE/gtk-3.0/assets/switch-slider-grip.svg +share/themes/BlackMATE/gtk-3.0/assets/tab-active-border.svg +share/themes/BlackMATE/gtk-3.0/assets/tab-bottom-active-border.svg +share/themes/BlackMATE/gtk-3.0/assets/tab-left-active-border.svg +share/themes/BlackMATE/gtk-3.0/assets/tab-right-active-border.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/mate-applications.css share/themes/BlackMATE/gtk-3.0/settings.ini +share/themes/BlackMATE/gtk-3.0/unity.css +share/themes/BlackMATE/gtk-3.0/window-controls.css +share/themes/BlackMATE/gtk-3.0/window-controls/button-close-focus.png +share/themes/BlackMATE/gtk-3.0/window-controls/button-max-focus.png +share/themes/BlackMATE/gtk-3.0/window-controls/button-max-focus1.png +share/themes/BlackMATE/gtk-3.0/window-controls/button-min-focus.png +share/themes/BlackMATE/gtk-3.0/window-controls/menu-button-pressed.png +share/themes/BlackMATE/gtk-3.0/window-controls/neutral.png +share/themes/BlackMATE/gtk-3.0/window-controls/unabove-button-unfocus.png +share/themes/BlackMATE/gtk-3.0/window-controls/unabove-button.png +share/themes/BlackMATE/gtk-3.0/window-controls/unfocus.png +share/themes/BlackMATE/gtk-3.0/window-controls/yellow.png share/themes/BlackMATE/index.theme share/themes/BlackMATE/metacity-1/bar.png share/themes/BlackMATE/metacity-1/bar_unfocused.png @@ -2763,16 +3611,34 @@ 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/BlackMenta/metacity-1/icon_close.png -share/themes/BlackMenta/metacity-1/icon_close_u.png -share/themes/BlackMenta/metacity-1/icon_maximize.png -share/themes/BlackMenta/metacity-1/icon_maximize_u.png -share/themes/BlackMenta/metacity-1/icon_minimize.png -share/themes/BlackMenta/metacity-1/icon_minimize_u.png -share/themes/BlackMenta/metacity-1/icon_restore.png -share/themes/BlackMenta/metacity-1/icon_restore_u.png -share/themes/BlackMenta/metacity-1/metacity-theme-1.xml -share/themes/BlackMenta/metacity-1/stripes.png +share/themes/BlackMATE/unity/close.png +share/themes/BlackMATE/unity/close_focused_normal.png +share/themes/BlackMATE/unity/close_focused_prelight.png +share/themes/BlackMATE/unity/close_focused_pressed.png +share/themes/BlackMATE/unity/close_unfocused.png +share/themes/BlackMATE/unity/close_unfocused_prelight.png +share/themes/BlackMATE/unity/close_unfocused_pressed.png +share/themes/BlackMATE/unity/maximize.png +share/themes/BlackMATE/unity/maximize_focused_normal.png +share/themes/BlackMATE/unity/maximize_focused_prelight.png +share/themes/BlackMATE/unity/maximize_focused_pressed.png +share/themes/BlackMATE/unity/maximize_unfocused.png +share/themes/BlackMATE/unity/maximize_unfocused_prelight.png +share/themes/BlackMATE/unity/maximize_unfocused_pressed.png +share/themes/BlackMATE/unity/minimize.png +share/themes/BlackMATE/unity/minimize_focused_normal.png +share/themes/BlackMATE/unity/minimize_focused_prelight.png +share/themes/BlackMATE/unity/minimize_focused_pressed.png +share/themes/BlackMATE/unity/minimize_unfocused.png +share/themes/BlackMATE/unity/minimize_unfocused_prelight.png +share/themes/BlackMATE/unity/minimize_unfocused_pressed.png +share/themes/BlackMATE/unity/unmaximize.png +share/themes/BlackMATE/unity/unmaximize_focused_normal.png +share/themes/BlackMATE/unity/unmaximize_focused_prelight.png +share/themes/BlackMATE/unity/unmaximize_focused_pressed.png +share/themes/BlackMATE/unity/unmaximize_unfocused.png +share/themes/BlackMATE/unity/unmaximize_unfocused_prelight.png +share/themes/BlackMATE/unity/unmaximize_unfocused_pressed.png share/themes/BlueMenta/COPYING share/themes/BlueMenta/README share/themes/BlueMenta/cinnamon/add-workspace.png @@ -2810,13 +3676,13 @@ share/themes/BlueMenta/cinnamon/ws-switch-arrow-up.svg share/themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_active.png share/themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_normal.png share/themes/BlueMenta/gtk-2.0/apps/Caja/breadcrumb_prelight.png +share/themes/BlueMenta/gtk-2.0/apps/Caja/caja-toolbar.png share/themes/BlueMenta/gtk-2.0/apps/Caja/extra-widget.png share/themes/BlueMenta/gtk-2.0/apps/Caja/left_slider_normal.png share/themes/BlueMenta/gtk-2.0/apps/Caja/mode_normal.png share/themes/BlueMenta/gtk-2.0/apps/Caja/mode_prelight.png share/themes/BlueMenta/gtk-2.0/apps/Caja/mode_pressed.png -share/themes/BlueMenta/gtk-2.0/apps/Caja/nautilus-toolbar.png -share/themes/BlueMenta/gtk-2.0/apps/Caja/resize_grip.png +share/themes/BlueMenta/gtk-2.0/apps/Caja/resize-grip.png share/themes/BlueMenta/gtk-2.0/apps/Caja/right_slider_normal.png share/themes/BlueMenta/gtk-2.0/apps/Caja/slider-prelight.png share/themes/BlueMenta/gtk-2.0/apps/Caja/slider.png @@ -2842,6 +3708,7 @@ share/themes/BlueMenta/gtk-2.0/widgets/Null/null.png share/themes/BlueMenta/gtk-2.0/widgets/Others/close.png share/themes/BlueMenta/gtk-2.0/widgets/Others/handle.png share/themes/BlueMenta/gtk-2.0/widgets/Others/null.png +share/themes/BlueMenta/gtk-2.0/widgets/Others/resize-grip.png share/themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-blank.png share/themes/BlueMenta/gtk-2.0/widgets/Panel/arrow-down.png share/themes/BlueMenta/gtk-2.0/widgets/Panel/handle-h.png @@ -2865,6 +3732,8 @@ share/themes/BlueMenta/gtk-3.0/assets/check-normal.png share/themes/BlueMenta/gtk-3.0/assets/dnd-counter.svg share/themes/BlueMenta/gtk-3.0/assets/grid-selection-checked.svg share/themes/BlueMenta/gtk-3.0/assets/grid-selection-unchecked.svg +share/themes/BlueMenta/gtk-3.0/assets/header-separator.png +share/themes/BlueMenta/gtk-3.0/assets/header-separator@2.png share/themes/BlueMenta/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.svg share/themes/BlueMenta/gtk-3.0/assets/menuitem-checkbox-checked-selected.svg share/themes/BlueMenta/gtk-3.0/assets/menuitem-checkbox-checked.svg @@ -2877,6 +3746,7 @@ share/themes/BlueMenta/gtk-3.0/assets/menuitem-radio-checked.svg share/themes/BlueMenta/gtk-3.0/assets/null.png share/themes/BlueMenta/gtk-3.0/assets/pane-separator-grip-vertical.svg share/themes/BlueMenta/gtk-3.0/assets/pane-separator-grip.svg +share/themes/BlueMenta/gtk-3.0/assets/panel-grid.svg share/themes/BlueMenta/gtk-3.0/assets/radio-active-ins.png share/themes/BlueMenta/gtk-3.0/assets/radio-active.png share/themes/BlueMenta/gtk-3.0/assets/radio-mixed-active-ins.png @@ -2891,8 +3761,11 @@ share/themes/BlueMenta/gtk-3.0/assets/sidebar-radio-selected.svg share/themes/BlueMenta/gtk-3.0/assets/slider-hover.png share/themes/BlueMenta/gtk-3.0/assets/slider-ins.png share/themes/BlueMenta/gtk-3.0/assets/slider.png +share/themes/BlueMenta/gtk-3.0/assets/switch-off-ins.png share/themes/BlueMenta/gtk-3.0/assets/switch-off-ins.svg +share/themes/BlueMenta/gtk-3.0/assets/switch-off.png share/themes/BlueMenta/gtk-3.0/assets/switch-off.svg +share/themes/BlueMenta/gtk-3.0/assets/switch-on-ins.png share/themes/BlueMenta/gtk-3.0/assets/switch-on-ins.svg share/themes/BlueMenta/gtk-3.0/assets/switch-on.png share/themes/BlueMenta/gtk-3.0/assets/switch-on.svg @@ -2913,9 +3786,28 @@ share/themes/BlueMenta/gtk-3.0/gtk-widgets-backgrounds.css share/themes/BlueMenta/gtk-3.0/gtk-widgets-borders.css share/themes/BlueMenta/gtk-3.0/gtk-widgets.css share/themes/BlueMenta/gtk-3.0/gtk.css +share/themes/BlueMenta/gtk-3.0/mate-applications.css share/themes/BlueMenta/gtk-3.0/other-applications.css share/themes/BlueMenta/gtk-3.0/settings.ini share/themes/BlueMenta/gtk-3.0/unity.css +share/themes/BlueMenta/gtk-3.0/window-controls.css +share/themes/BlueMenta/gtk-3.0/window-controls/close_focused_normal.png +share/themes/BlueMenta/gtk-3.0/window-controls/close_focused_prelight.png +share/themes/BlueMenta/gtk-3.0/window-controls/close_focused_pressed.png +share/themes/BlueMenta/gtk-3.0/window-controls/close_unfocused.png +share/themes/BlueMenta/gtk-3.0/window-controls/close_unfocused_prelight.png +share/themes/BlueMenta/gtk-3.0/window-controls/maximize_focused_normal.png +share/themes/BlueMenta/gtk-3.0/window-controls/maximize_focused_prelight.png +share/themes/BlueMenta/gtk-3.0/window-controls/maximize_focused_pressed.png +share/themes/BlueMenta/gtk-3.0/window-controls/maximize_unfocused.png +share/themes/BlueMenta/gtk-3.0/window-controls/maximize_unfocused_prelight.png +share/themes/BlueMenta/gtk-3.0/window-controls/menu.png +share/themes/BlueMenta/gtk-3.0/window-controls/menu_prelight.png +share/themes/BlueMenta/gtk-3.0/window-controls/minimize_focused_normal.png +share/themes/BlueMenta/gtk-3.0/window-controls/minimize_focused_prelight.png +share/themes/BlueMenta/gtk-3.0/window-controls/minimize_focused_pressed.png +share/themes/BlueMenta/gtk-3.0/window-controls/minimize_unfocused.png +share/themes/BlueMenta/gtk-3.0/window-controls/minimize_unfocused_prelight.png share/themes/BlueMenta/index.theme share/themes/BlueMenta/metacity-1/close_focused_normal.svg share/themes/BlueMenta/metacity-1/close_focused_prelight.svg @@ -3028,413 +3920,618 @@ share/themes/BlueMenta/xfwm4/top-left-inactive.xpm share/themes/BlueMenta/xfwm4/top-right-active-shaded.xpm share/themes/BlueMenta/xfwm4/top-right-active.xpm share/themes/BlueMenta/xfwm4/top-right-inactive.xpm +share/themes/Blue-Submarine/cinnamon/add-workspace.png +share/themes/Blue-Submarine/cinnamon/calendar-arrow-left.svg +share/themes/Blue-Submarine/cinnamon/calendar-arrow-right.svg +share/themes/Blue-Submarine/cinnamon/calendar-today.svg +share/themes/Blue-Submarine/cinnamon/cinnamon.css +share/themes/Blue-Submarine/cinnamon/close-window.svg +share/themes/Blue-Submarine/cinnamon/close.svg +share/themes/Blue-Submarine/cinnamon/corner-ripple-ltr.png +share/themes/Blue-Submarine/cinnamon/corner-ripple-rtl.png +share/themes/Blue-Submarine/cinnamon/dash-placeholder.svg +share/themes/Blue-Submarine/cinnamon/filter-selected-ltr.svg +share/themes/Blue-Submarine/cinnamon/filter-selected-rtl.svg +share/themes/Blue-Submarine/cinnamon/gdm.css +share/themes/Blue-Submarine/cinnamon/menu.png +share/themes/Blue-Submarine/cinnamon/overview1.png +share/themes/Blue-Submarine/cinnamon/overview2.png +share/themes/Blue-Submarine/cinnamon/panel-button-border.svg +share/themes/Blue-Submarine/cinnamon/panel-button-highlight-narrow.svg +share/themes/Blue-Submarine/cinnamon/panel-button-highlight-wide.svg +share/themes/Blue-Submarine/cinnamon/player-paused.svg +share/themes/Blue-Submarine/cinnamon/player-playing.svg +share/themes/Blue-Submarine/cinnamon/player-stopped.svg +share/themes/Blue-Submarine/cinnamon/process-working.svg +share/themes/Blue-Submarine/cinnamon/running-indicator.svg +share/themes/Blue-Submarine/cinnamon/scroll-hhandle.svg +share/themes/Blue-Submarine/cinnamon/scroll-vhandle.svg +share/themes/Blue-Submarine/cinnamon/source-button-border.svg +share/themes/Blue-Submarine/cinnamon/switch-off.png +share/themes/Blue-Submarine/cinnamon/switch-on.png +share/themes/Blue-Submarine/cinnamon/thumbnail.png +share/themes/Blue-Submarine/cinnamon/ws-switch-arrow-down.svg +share/themes/Blue-Submarine/cinnamon/ws-switch-arrow-up.svg +share/themes/Blue-Submarine/gtk-2.0/apps/Handles/handle-caja.png +share/themes/Blue-Submarine/gtk-2.0/apps/Handles/resize-grip.png +share/themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-blank.png +share/themes/Blue-Submarine/gtk-2.0/apps/Panel/arrow-down.png +share/themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-h.png +share/themes/Blue-Submarine/gtk-2.0/apps/Panel/handle-v.png +share/themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-bg.png +share/themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-active.png +share/themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png +share/themes/Blue-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png +share/themes/Blue-Submarine/gtk-2.0/apps/caja.rc +share/themes/Blue-Submarine/gtk-2.0/apps/gmusicbrowser.rc +share/themes/Blue-Submarine/gtk-2.0/apps/panel.rc +share/themes/Blue-Submarine/gtk-2.0/apps/pcmanfm.rc +share/themes/Blue-Submarine/gtk-2.0/apps/pluma.rc +share/themes/Blue-Submarine/gtk-2.0/apps/terminal.rc +share/themes/Blue-Submarine/gtk-2.0/apps/thunar.rc +share/themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked.png +share/themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed.png +share/themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Blue-Submarine/gtk-2.0/assets/handle.png +share/themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-bottom.png +share/themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-left.png +share/themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-right.png +share/themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-top.png +share/themes/Blue-Submarine/gtk-2.0/assets/notebook.png +share/themes/Blue-Submarine/gtk-2.0/assets/null.png +share/themes/Blue-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Blue-Submarine/gtk-2.0/assets/radio-mixed.png +share/themes/Blue-Submarine/gtk-2.0/assets/radio-selected-insensitive.png +share/themes/Blue-Submarine/gtk-2.0/assets/radio-selected.png +share/themes/Blue-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png +share/themes/Blue-Submarine/gtk-2.0/assets/radio-unselected.png +share/themes/Blue-Submarine/gtk-2.0/assets/resize-grip.png +share/themes/Blue-Submarine/gtk-2.0/assets/resize-grip.svg +share/themes/Blue-Submarine/gtk-2.0/assets/scroll-background.png +share/themes/Blue-Submarine/gtk-2.0/assets/slider-horizontal.png +share/themes/Blue-Submarine/gtk-2.0/assets/slider-vertical.png +share/themes/Blue-Submarine/gtk-2.0/assets/toolbar.png +share/themes/Blue-Submarine/gtk-2.0/gtkrc +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-checked-insensitive.png +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-checked.png +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-checked.svg +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-menuitem-checked-prelight.svg +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-menuitem-checked.svg +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-menuitem-mixed-prelight.svg +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-menuitem-mixed.svg +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-menuitem-unchecked.svg +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-mixed-insensitive.png +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-mixed.png +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-mixed.svg +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-unchecked-insensitive.png +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-unchecked.png +share/themes/Blue-Submarine/gtk-3.0/assets/checkbox-unchecked.svg +share/themes/Blue-Submarine/gtk-3.0/assets/dnd-counter.svg +share/themes/Blue-Submarine/gtk-3.0/assets/grid-selection-checked.svg +share/themes/Blue-Submarine/gtk-3.0/assets/grid-selection-unchecked.svg +share/themes/Blue-Submarine/gtk-3.0/assets/panel-grid.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-menuitem-checked-prelight.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-menuitem-checked.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-menuitem-mixed-prelight.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-menuitem-mixed.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-menuitem-unselected.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-mixed-insensitive.png +share/themes/Blue-Submarine/gtk-3.0/assets/radio-mixed.png +share/themes/Blue-Submarine/gtk-3.0/assets/radio-mixed.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-selected-insensitive.png +share/themes/Blue-Submarine/gtk-3.0/assets/radio-selected.png +share/themes/Blue-Submarine/gtk-3.0/assets/radio-selected.svg +share/themes/Blue-Submarine/gtk-3.0/assets/radio-unselected-insensitive.png +share/themes/Blue-Submarine/gtk-3.0/assets/radio-unselected.png +share/themes/Blue-Submarine/gtk-3.0/assets/radio-unselected.svg +share/themes/Blue-Submarine/gtk-3.0/assets/resize-grip.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-hor-dark.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-hor.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-horizontal.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-insensitive-hor.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-insensitive-ver.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-marks-above-vertical.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-marks-below-vertical.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-ver.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-vertical-insensitive.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider-vertical.svg +share/themes/Blue-Submarine/gtk-3.0/assets/scale-slider.svg +share/themes/Blue-Submarine/gtk-3.0/assets/sidebar-radio-checked.svg +share/themes/Blue-Submarine/gtk-3.0/assets/sidebar-radio-prelight.svg +share/themes/Blue-Submarine/gtk-3.0/assets/sidebar-radio-selected-prelight.svg +share/themes/Blue-Submarine/gtk-3.0/assets/sidebar-radio-selected.svg +share/themes/Blue-Submarine/gtk-3.0/assets/slider-horizontal.png +share/themes/Blue-Submarine/gtk-3.0/assets/slider-vertical.png +share/themes/Blue-Submarine/gtk-3.0/assets/slider_fine_horizontal.svg +share/themes/Blue-Submarine/gtk-3.0/assets/slider_fine_vertical.svg +share/themes/Blue-Submarine/gtk-3.0/assets/switch-dark-off-disabled.svg +share/themes/Blue-Submarine/gtk-3.0/assets/switch-dark-off.svg +share/themes/Blue-Submarine/gtk-3.0/assets/switch-dark-on-disabled.svg +share/themes/Blue-Submarine/gtk-3.0/assets/switch-dark-on.svg +share/themes/Blue-Submarine/gtk-3.0/assets/switch-off-disabled.svg +share/themes/Blue-Submarine/gtk-3.0/assets/switch-off.svg +share/themes/Blue-Submarine/gtk-3.0/assets/switch-on-disabled.svg +share/themes/Blue-Submarine/gtk-3.0/assets/switch-on.svg +share/themes/Blue-Submarine/gtk-3.0/gnome-mdi.css +share/themes/Blue-Submarine/gtk-3.0/gtk-widgets-assets.css +share/themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +share/themes/Blue-Submarine/gtk-3.0/gtk.css +share/themes/Blue-Submarine/gtk-3.0/mate-applications.css +share/themes/Blue-Submarine/gtk-3.0/menu.css +share/themes/Blue-Submarine/gtk-3.0/other-applications.css +share/themes/Blue-Submarine/gtk-3.0/scrollbar.css +share/themes/Blue-Submarine/gtk-3.0/settings.ini +share/themes/Blue-Submarine/gtk-3.0/sidebar.css +share/themes/Blue-Submarine/index.theme +share/themes/Blue-Submarine/metacity-1/icon_close.png +share/themes/Blue-Submarine/metacity-1/icon_close_u.png +share/themes/Blue-Submarine/metacity-1/icon_maximize.png +share/themes/Blue-Submarine/metacity-1/icon_maximize_u.png +share/themes/Blue-Submarine/metacity-1/icon_minimize.png +share/themes/Blue-Submarine/metacity-1/icon_minimize_u.png +share/themes/Blue-Submarine/metacity-1/icon_restore.png +share/themes/Blue-Submarine/metacity-1/icon_restore_u.png +share/themes/Blue-Submarine/metacity-1/metacity-theme-1.xml +share/themes/Blue-Submarine/metacity-1/stripes.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/mate-applications.css +share/themes/ContrastHigh/gtk-3.0/resize-grip.svg 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/ContrastHigh/pixmaps/double-click-maybe.png +share/themes/ContrastHigh/pixmaps/double-click-off.png +share/themes/ContrastHigh/pixmaps/double-click-on.png +share/themes/ContrastHigh/pixmaps/marco-delete.png +share/themes/ContrastHigh/pixmaps/marco-maximize.png +share/themes/ContrastHigh/pixmaps/marco-minimize.png +share/themes/ContrastHigh/pixmaps/media-backward.png +share/themes/ContrastHigh/pixmaps/media-eject.png +share/themes/ContrastHigh/pixmaps/media-forward.png +share/themes/ContrastHigh/pixmaps/media-next.png +share/themes/ContrastHigh/pixmaps/media-pause.png +share/themes/ContrastHigh/pixmaps/media-play.png +share/themes/ContrastHigh/pixmaps/media-prev.png +share/themes/ContrastHigh/pixmaps/media-record.png +share/themes/ContrastHigh/pixmaps/media-stop.png +share/themes/ContrastHigh/pixmaps/printer-broken.png +share/themes/ContrastHigh/pixmaps/printer-default.png +share/themes/ContrastHigh/pixmaps/printer-inkjet.png +share/themes/ContrastHigh/pixmaps/printer-personal-laser.png +share/themes/ContrastHigh/pixmaps/printer-workgroup-laser.png +share/themes/ContrastHigh/pixmaps/stock_about.png +share/themes/ContrastHigh/pixmaps/stock_accessories.png +share/themes/ContrastHigh/pixmaps/stock_add.png +share/themes/ContrastHigh/pixmaps/stock_amusements.png +share/themes/ContrastHigh/pixmaps/stock_apply.png +share/themes/ContrastHigh/pixmaps/stock_attach.png +share/themes/ContrastHigh/pixmaps/stock_bold.png +share/themes/ContrastHigh/pixmaps/stock_book.png +share/themes/ContrastHigh/pixmaps/stock_cancel.png +share/themes/ContrastHigh/pixmaps/stock_cde-menu.png +share/themes/ContrastHigh/pixmaps/stock_cdrom.png +share/themes/ContrastHigh/pixmaps/stock_clear.png +share/themes/ContrastHigh/pixmaps/stock_close.png +share/themes/ContrastHigh/pixmaps/stock_commandline-browser.xpm +share/themes/ContrastHigh/pixmaps/stock_commandline-history.xpm +share/themes/ContrastHigh/pixmaps/stock_connect.png +share/themes/ContrastHigh/pixmaps/stock_convert.png +share/themes/ContrastHigh/pixmaps/stock_copy.png +share/themes/ContrastHigh/pixmaps/stock_cut.png +share/themes/ContrastHigh/pixmaps/stock_delete.png +share/themes/ContrastHigh/pixmaps/stock_dialog_error.png +share/themes/ContrastHigh/pixmaps/stock_dialog_info.png +share/themes/ContrastHigh/pixmaps/stock_dialog_question.png +share/themes/ContrastHigh/pixmaps/stock_dialog_warning.png +share/themes/ContrastHigh/pixmaps/stock_disconnect.png +share/themes/ContrastHigh/pixmaps/stock_dnd.png +share/themes/ContrastHigh/pixmaps/stock_dnd_multiple.png +share/themes/ContrastHigh/pixmaps/stock_drawer.png +share/themes/ContrastHigh/pixmaps/stock_edit.png +share/themes/ContrastHigh/pixmaps/stock_empty.png +share/themes/ContrastHigh/pixmaps/stock_execute.png +share/themes/ContrastHigh/pixmaps/stock_export.png +share/themes/ContrastHigh/pixmaps/stock_find-and-replace.png +share/themes/ContrastHigh/pixmaps/stock_find.png +share/themes/ContrastHigh/pixmaps/stock_floppy.png +share/themes/ContrastHigh/pixmaps/stock_go-back.png +share/themes/ContrastHigh/pixmaps/stock_go-down.png +share/themes/ContrastHigh/pixmaps/stock_go-forward.png +share/themes/ContrastHigh/pixmaps/stock_go-up.png +share/themes/ContrastHigh/pixmaps/stock_goto-bottom.png +share/themes/ContrastHigh/pixmaps/stock_goto-first.png +share/themes/ContrastHigh/pixmaps/stock_goto-last.png +share/themes/ContrastHigh/pixmaps/stock_goto-top.png +share/themes/ContrastHigh/pixmaps/stock_harddisk.png +share/themes/ContrastHigh/pixmaps/stock_help.png +share/themes/ContrastHigh/pixmaps/stock_home.png +share/themes/ContrastHigh/pixmaps/stock_import.png +share/themes/ContrastHigh/pixmaps/stock_index.png +share/themes/ContrastHigh/pixmaps/stock_info.png +share/themes/ContrastHigh/pixmaps/stock_insert-image.png +share/themes/ContrastHigh/pixmaps/stock_insert-object.png +share/themes/ContrastHigh/pixmaps/stock_insert-table.png +share/themes/ContrastHigh/pixmaps/stock_internet.png +share/themes/ContrastHigh/pixmaps/stock_italic.png +share/themes/ContrastHigh/pixmaps/stock_jump-to.png +share/themes/ContrastHigh/pixmaps/stock_justify-center.png +share/themes/ContrastHigh/pixmaps/stock_justify-fill.png +share/themes/ContrastHigh/pixmaps/stock_justify-left.png +share/themes/ContrastHigh/pixmaps/stock_justify-right.png +share/themes/ContrastHigh/pixmaps/stock_launcher-program.png +share/themes/ContrastHigh/pixmaps/stock_line-in.png +share/themes/ContrastHigh/pixmaps/stock_lockscreen.png +share/themes/ContrastHigh/pixmaps/stock_logout.png +share/themes/ContrastHigh/pixmaps/stock_mate-logo.png +share/themes/ContrastHigh/pixmaps/stock_mate-util.png +share/themes/ContrastHigh/pixmaps/stock_mic.png +share/themes/ContrastHigh/pixmaps/stock_missing-image.png +share/themes/ContrastHigh/pixmaps/stock_multimedia.png +share/themes/ContrastHigh/pixmaps/stock_new.png +share/themes/ContrastHigh/pixmaps/stock_no.png +share/themes/ContrastHigh/pixmaps/stock_ok.png +share/themes/ContrastHigh/pixmaps/stock_open.png +share/themes/ContrastHigh/pixmaps/stock_paste.png +share/themes/ContrastHigh/pixmaps/stock_preferences.png +share/themes/ContrastHigh/pixmaps/stock_print-preview.png +share/themes/ContrastHigh/pixmaps/stock_print.png +share/themes/ContrastHigh/pixmaps/stock_properties.png +share/themes/ContrastHigh/pixmaps/stock_quit.png +share/themes/ContrastHigh/pixmaps/stock_redo.png +share/themes/ContrastHigh/pixmaps/stock_refresh.png +share/themes/ContrastHigh/pixmaps/stock_remove.png +share/themes/ContrastHigh/pixmaps/stock_revert-to-saved.png +share/themes/ContrastHigh/pixmaps/stock_run.png +share/themes/ContrastHigh/pixmaps/stock_save-as.png +share/themes/ContrastHigh/pixmaps/stock_save.png +share/themes/ContrastHigh/pixmaps/stock_screenshot.png +share/themes/ContrastHigh/pixmaps/stock_searchtool.png +share/themes/ContrastHigh/pixmaps/stock_select-color.png +share/themes/ContrastHigh/pixmaps/stock_select-font.png +share/themes/ContrastHigh/pixmaps/stock_sort-ascending.png +share/themes/ContrastHigh/pixmaps/stock_sort-descending.png +share/themes/ContrastHigh/pixmaps/stock_spell-check.png +share/themes/ContrastHigh/pixmaps/stock_stop.png +share/themes/ContrastHigh/pixmaps/stock_strikethrough.png +share/themes/ContrastHigh/pixmaps/stock_undelete.png +share/themes/ContrastHigh/pixmaps/stock_underline.png +share/themes/ContrastHigh/pixmaps/stock_undo.png +share/themes/ContrastHigh/pixmaps/stock_volume.png +share/themes/ContrastHigh/pixmaps/stock_yes.png +share/themes/ContrastHigh/pixmaps/stock_zoom-100.png +share/themes/ContrastHigh/pixmaps/stock_zoom-fit.png +share/themes/ContrastHigh/pixmaps/stock_zoom-in.png +share/themes/ContrastHigh/pixmaps/stock_zoom-out.png +share/themes/ContrastHigh/pixmaps/volume-max.png +share/themes/ContrastHigh/pixmaps/volume-medium.png +share/themes/ContrastHigh/pixmaps/volume-min.png +share/themes/ContrastHigh/pixmaps/volume-mute.png +share/themes/ContrastHigh/pixmaps/volume-zero.png share/themes/ContrastHighInverse/gtk-2.0/gtkrc +share/themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +share/themes/ContrastHighInverse/gtk-3.0/gtk.css +share/themes/ContrastHighInverse/gtk-3.0/mate-applications.css +share/themes/ContrastHighInverse/gtk-3.0/resize-grip.svg +share/themes/ContrastHighInverse/gtk-3.0/settings.ini 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/ContrastHighInverse/metacity-1/metacity-theme-1.xml +share/themes/ContrastHighInverse/pixmaps/double-click-maybe.png +share/themes/ContrastHighInverse/pixmaps/double-click-off.png +share/themes/ContrastHighInverse/pixmaps/double-click-on.png +share/themes/ContrastHighInverse/pixmaps/marco-delete.png +share/themes/ContrastHighInverse/pixmaps/marco-maximize.png +share/themes/ContrastHighInverse/pixmaps/marco-minimize.png +share/themes/ContrastHighInverse/pixmaps/media-backward.png +share/themes/ContrastHighInverse/pixmaps/media-eject.png +share/themes/ContrastHighInverse/pixmaps/media-forward.png +share/themes/ContrastHighInverse/pixmaps/media-next.png +share/themes/ContrastHighInverse/pixmaps/media-pause.png +share/themes/ContrastHighInverse/pixmaps/media-play.png +share/themes/ContrastHighInverse/pixmaps/media-prev.png +share/themes/ContrastHighInverse/pixmaps/media-record.png +share/themes/ContrastHighInverse/pixmaps/media-stop.png +share/themes/ContrastHighInverse/pixmaps/printer-broken.png +share/themes/ContrastHighInverse/pixmaps/printer-default.png +share/themes/ContrastHighInverse/pixmaps/printer-inkjet.png +share/themes/ContrastHighInverse/pixmaps/printer-personal-laser.png +share/themes/ContrastHighInverse/pixmaps/printer-workgroup-laser.png +share/themes/ContrastHighInverse/pixmaps/stock_about.png +share/themes/ContrastHighInverse/pixmaps/stock_accessories.png +share/themes/ContrastHighInverse/pixmaps/stock_add.png +share/themes/ContrastHighInverse/pixmaps/stock_amusements.png +share/themes/ContrastHighInverse/pixmaps/stock_apply.png +share/themes/ContrastHighInverse/pixmaps/stock_attach.png +share/themes/ContrastHighInverse/pixmaps/stock_bold.png +share/themes/ContrastHighInverse/pixmaps/stock_book.png +share/themes/ContrastHighInverse/pixmaps/stock_cancel.png +share/themes/ContrastHighInverse/pixmaps/stock_cde-menu.png +share/themes/ContrastHighInverse/pixmaps/stock_cdrom.png +share/themes/ContrastHighInverse/pixmaps/stock_clear.png +share/themes/ContrastHighInverse/pixmaps/stock_close.png +share/themes/ContrastHighInverse/pixmaps/stock_commandline-browser.xpm +share/themes/ContrastHighInverse/pixmaps/stock_commandline-history.xpm +share/themes/ContrastHighInverse/pixmaps/stock_connect.png +share/themes/ContrastHighInverse/pixmaps/stock_convert.png +share/themes/ContrastHighInverse/pixmaps/stock_copy.png +share/themes/ContrastHighInverse/pixmaps/stock_cut.png +share/themes/ContrastHighInverse/pixmaps/stock_delete.png +share/themes/ContrastHighInverse/pixmaps/stock_dialog_error.png +share/themes/ContrastHighInverse/pixmaps/stock_dialog_info.png +share/themes/ContrastHighInverse/pixmaps/stock_dialog_question.png +share/themes/ContrastHighInverse/pixmaps/stock_dialog_warning.png +share/themes/ContrastHighInverse/pixmaps/stock_disconnect.png +share/themes/ContrastHighInverse/pixmaps/stock_dnd.png +share/themes/ContrastHighInverse/pixmaps/stock_dnd_multiple.png +share/themes/ContrastHighInverse/pixmaps/stock_drawer.png +share/themes/ContrastHighInverse/pixmaps/stock_edit.png +share/themes/ContrastHighInverse/pixmaps/stock_empty.png +share/themes/ContrastHighInverse/pixmaps/stock_execute.png +share/themes/ContrastHighInverse/pixmaps/stock_export.png +share/themes/ContrastHighInverse/pixmaps/stock_find-and-replace.png +share/themes/ContrastHighInverse/pixmaps/stock_find.png +share/themes/ContrastHighInverse/pixmaps/stock_floppy.png +share/themes/ContrastHighInverse/pixmaps/stock_go-back.png +share/themes/ContrastHighInverse/pixmaps/stock_go-down.png +share/themes/ContrastHighInverse/pixmaps/stock_go-forward.png +share/themes/ContrastHighInverse/pixmaps/stock_go-up.png +share/themes/ContrastHighInverse/pixmaps/stock_goto-bottom.png +share/themes/ContrastHighInverse/pixmaps/stock_goto-first.png +share/themes/ContrastHighInverse/pixmaps/stock_goto-last.png +share/themes/ContrastHighInverse/pixmaps/stock_goto-top.png +share/themes/ContrastHighInverse/pixmaps/stock_harddisk.png +share/themes/ContrastHighInverse/pixmaps/stock_help.png +share/themes/ContrastHighInverse/pixmaps/stock_home.png +share/themes/ContrastHighInverse/pixmaps/stock_import.png +share/themes/ContrastHighInverse/pixmaps/stock_index.png +share/themes/ContrastHighInverse/pixmaps/stock_info.png +share/themes/ContrastHighInverse/pixmaps/stock_insert-image.png +share/themes/ContrastHighInverse/pixmaps/stock_insert-object.png +share/themes/ContrastHighInverse/pixmaps/stock_insert-table.png +share/themes/ContrastHighInverse/pixmaps/stock_internet.png +share/themes/ContrastHighInverse/pixmaps/stock_italic.png +share/themes/ContrastHighInverse/pixmaps/stock_jump-to.png +share/themes/ContrastHighInverse/pixmaps/stock_justify-center.png +share/themes/ContrastHighInverse/pixmaps/stock_justify-fill.png +share/themes/ContrastHighInverse/pixmaps/stock_justify-left.png +share/themes/ContrastHighInverse/pixmaps/stock_justify-right.png +share/themes/ContrastHighInverse/pixmaps/stock_launcher-program.png +share/themes/ContrastHighInverse/pixmaps/stock_line-in.png +share/themes/ContrastHighInverse/pixmaps/stock_lockscreen.png +share/themes/ContrastHighInverse/pixmaps/stock_logout.png +share/themes/ContrastHighInverse/pixmaps/stock_mate-logo.png +share/themes/ContrastHighInverse/pixmaps/stock_mate-util.png +share/themes/ContrastHighInverse/pixmaps/stock_mic.png +share/themes/ContrastHighInverse/pixmaps/stock_missing-image.png +share/themes/ContrastHighInverse/pixmaps/stock_multimedia.png +share/themes/ContrastHighInverse/pixmaps/stock_new.png +share/themes/ContrastHighInverse/pixmaps/stock_no.png +share/themes/ContrastHighInverse/pixmaps/stock_ok.png +share/themes/ContrastHighInverse/pixmaps/stock_open.png +share/themes/ContrastHighInverse/pixmaps/stock_paste.png +share/themes/ContrastHighInverse/pixmaps/stock_preferences.png +share/themes/ContrastHighInverse/pixmaps/stock_print-preview.png +share/themes/ContrastHighInverse/pixmaps/stock_print.png +share/themes/ContrastHighInverse/pixmaps/stock_properties.png +share/themes/ContrastHighInverse/pixmaps/stock_quit.png +share/themes/ContrastHighInverse/pixmaps/stock_redo.png +share/themes/ContrastHighInverse/pixmaps/stock_refresh.png +share/themes/ContrastHighInverse/pixmaps/stock_remove.png +share/themes/ContrastHighInverse/pixmaps/stock_revert-to-saved.png +share/themes/ContrastHighInverse/pixmaps/stock_run.png +share/themes/ContrastHighInverse/pixmaps/stock_save-as.png +share/themes/ContrastHighInverse/pixmaps/stock_save.png +share/themes/ContrastHighInverse/pixmaps/stock_screenshot.png +share/themes/ContrastHighInverse/pixmaps/stock_searchtool.png +share/themes/ContrastHighInverse/pixmaps/stock_select-color.png +share/themes/ContrastHighInverse/pixmaps/stock_select-font.png +share/themes/ContrastHighInverse/pixmaps/stock_sort-ascending.png +share/themes/ContrastHighInverse/pixmaps/stock_sort-descending.png +share/themes/ContrastHighInverse/pixmaps/stock_spell-check.png +share/themes/ContrastHighInverse/pixmaps/stock_stop.png +share/themes/ContrastHighInverse/pixmaps/stock_strikethrough.png +share/themes/ContrastHighInverse/pixmaps/stock_undelete.png +share/themes/ContrastHighInverse/pixmaps/stock_underline.png +share/themes/ContrastHighInverse/pixmaps/stock_undo.png +share/themes/ContrastHighInverse/pixmaps/stock_volume.png +share/themes/ContrastHighInverse/pixmaps/stock_yes.png +share/themes/ContrastHighInverse/pixmaps/stock_zoom-100.png +share/themes/ContrastHighInverse/pixmaps/stock_zoom-fit.png +share/themes/ContrastHighInverse/pixmaps/stock_zoom-in.png +share/themes/ContrastHighInverse/pixmaps/stock_zoom-out.png +share/themes/ContrastHighInverse/pixmaps/volume-max.png +share/themes/ContrastHighInverse/pixmaps/volume-medium.png +share/themes/ContrastHighInverse/pixmaps/volume-min.png +share/themes/ContrastHighInverse/pixmaps/volume-mute.png +share/themes/ContrastHighInverse/pixmaps/volume-zero.png +share/themes/Green-Submarine/cinnamon/add-workspace.png +share/themes/Green-Submarine/cinnamon/calendar-arrow-left.svg +share/themes/Green-Submarine/cinnamon/calendar-arrow-right.svg +share/themes/Green-Submarine/cinnamon/calendar-today.svg +share/themes/Green-Submarine/cinnamon/cinnamon.css +share/themes/Green-Submarine/cinnamon/close-window.svg +share/themes/Green-Submarine/cinnamon/close.svg +share/themes/Green-Submarine/cinnamon/corner-ripple-ltr.png +share/themes/Green-Submarine/cinnamon/corner-ripple-rtl.png +share/themes/Green-Submarine/cinnamon/dash-placeholder.svg +share/themes/Green-Submarine/cinnamon/filter-selected-ltr.svg +share/themes/Green-Submarine/cinnamon/filter-selected-rtl.svg +share/themes/Green-Submarine/cinnamon/gdm.css +share/themes/Green-Submarine/cinnamon/menu.png +share/themes/Green-Submarine/cinnamon/overview1.png +share/themes/Green-Submarine/cinnamon/overview2.png +share/themes/Green-Submarine/cinnamon/panel-button-border.svg +share/themes/Green-Submarine/cinnamon/panel-button-highlight-narrow.svg +share/themes/Green-Submarine/cinnamon/panel-button-highlight-wide.svg +share/themes/Green-Submarine/cinnamon/player-paused.svg +share/themes/Green-Submarine/cinnamon/player-playing.svg +share/themes/Green-Submarine/cinnamon/player-stopped.svg +share/themes/Green-Submarine/cinnamon/process-working.svg +share/themes/Green-Submarine/cinnamon/running-indicator.svg +share/themes/Green-Submarine/cinnamon/scroll-hhandle.svg +share/themes/Green-Submarine/cinnamon/scroll-vhandle.svg +share/themes/Green-Submarine/cinnamon/source-button-border.svg +share/themes/Green-Submarine/cinnamon/switch-off.png +share/themes/Green-Submarine/cinnamon/switch-on.png +share/themes/Green-Submarine/cinnamon/thumbnail.png +share/themes/Green-Submarine/cinnamon/ws-switch-arrow-down.svg +share/themes/Green-Submarine/cinnamon/ws-switch-arrow-up.svg +share/themes/Green-Submarine/gtk-2.0/apps/Handles/handle-caja.png +share/themes/Green-Submarine/gtk-2.0/apps/Handles/resize-grip.png +share/themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-blank.png +share/themes/Green-Submarine/gtk-2.0/apps/Panel/arrow-down.png +share/themes/Green-Submarine/gtk-2.0/apps/Panel/handle-h.png +share/themes/Green-Submarine/gtk-2.0/apps/Panel/handle-v.png +share/themes/Green-Submarine/gtk-2.0/apps/Panel/panel-bg.png +share/themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-active.png +share/themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-hover.png +share/themes/Green-Submarine/gtk-2.0/apps/Panel/panel-button-inactive.png +share/themes/Green-Submarine/gtk-2.0/apps/caja.rc +share/themes/Green-Submarine/gtk-2.0/apps/gmusicbrowser.rc +share/themes/Green-Submarine/gtk-2.0/apps/panel.rc +share/themes/Green-Submarine/gtk-2.0/apps/pcmanfm.rc +share/themes/Green-Submarine/gtk-2.0/apps/pluma.rc +share/themes/Green-Submarine/gtk-2.0/apps/terminal.rc +share/themes/Green-Submarine/gtk-2.0/apps/thunar.rc +share/themes/Green-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png +share/themes/Green-Submarine/gtk-2.0/assets/checkbox-checked.png +share/themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png +share/themes/Green-Submarine/gtk-2.0/assets/checkbox-mixed.png +share/themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png +share/themes/Green-Submarine/gtk-2.0/assets/checkbox-unchecked.png +share/themes/Green-Submarine/gtk-2.0/assets/handle.png +share/themes/Green-Submarine/gtk-2.0/assets/notebook-gap-bottom.png +share/themes/Green-Submarine/gtk-2.0/assets/notebook-gap-left.png +share/themes/Green-Submarine/gtk-2.0/assets/notebook-gap-right.png +share/themes/Green-Submarine/gtk-2.0/assets/notebook-gap-top.png +share/themes/Green-Submarine/gtk-2.0/assets/notebook.png +share/themes/Green-Submarine/gtk-2.0/assets/null.png +share/themes/Green-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png +share/themes/Green-Submarine/gtk-2.0/assets/radio-mixed.png +share/themes/Green-Submarine/gtk-2.0/assets/radio-selected-insensitive.png +share/themes/Green-Submarine/gtk-2.0/assets/radio-selected.png +share/themes/Green-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png +share/themes/Green-Submarine/gtk-2.0/assets/radio-unselected.png +share/themes/Green-Submarine/gtk-2.0/assets/resize-grip.png +share/themes/Green-Submarine/gtk-2.0/assets/resize-grip.svg +share/themes/Green-Submarine/gtk-2.0/assets/scroll-background.png +share/themes/Green-Submarine/gtk-2.0/assets/slider-horizontal.png +share/themes/Green-Submarine/gtk-2.0/assets/slider-vertical.png +share/themes/Green-Submarine/gtk-2.0/assets/toolbar.png +share/themes/Green-Submarine/gtk-2.0/gtkrc +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-checked-insensitive.png +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-checked.png +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-checked.svg +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-menuitem-checked-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-menuitem-checked-prelight.svg +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-menuitem-checked.svg +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-menuitem-mixed-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-menuitem-mixed-prelight.svg +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-menuitem-mixed.svg +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-menuitem-unchecked.svg +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-mixed-insensitive.png +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-mixed.png +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-mixed.svg +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-unchecked-insensitive.png +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-unchecked.png +share/themes/Green-Submarine/gtk-3.0/assets/checkbox-unchecked.svg +share/themes/Green-Submarine/gtk-3.0/assets/dnd-counter.svg +share/themes/Green-Submarine/gtk-3.0/assets/grid-selection-checked.svg +share/themes/Green-Submarine/gtk-3.0/assets/grid-selection-unchecked.svg +share/themes/Green-Submarine/gtk-3.0/assets/panel-grid.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-menuitem-checked-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-menuitem-checked-prelight.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-menuitem-checked.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-menuitem-mixed-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-menuitem-mixed-prelight.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-menuitem-mixed.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-menuitem-unselected.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-mixed-insensitive.png +share/themes/Green-Submarine/gtk-3.0/assets/radio-mixed.png +share/themes/Green-Submarine/gtk-3.0/assets/radio-mixed.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-selected-insensitive.png +share/themes/Green-Submarine/gtk-3.0/assets/radio-selected.png +share/themes/Green-Submarine/gtk-3.0/assets/radio-selected.svg +share/themes/Green-Submarine/gtk-3.0/assets/radio-unselected-insensitive.png +share/themes/Green-Submarine/gtk-3.0/assets/radio-unselected.png +share/themes/Green-Submarine/gtk-3.0/assets/radio-unselected.svg +share/themes/Green-Submarine/gtk-3.0/assets/resize-grip.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-hor-dark.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-hor.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-horizontal.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-insensitive-hor.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-insensitive-ver.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-marks-above-horizontal-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-marks-above-horizontal.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-marks-above-vertical-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-marks-above-vertical.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-marks-below-horizontal-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-marks-below-horizontal.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-marks-below-vertical-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-marks-below-vertical.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-ver.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-vertical-insensitive.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider-vertical.svg +share/themes/Green-Submarine/gtk-3.0/assets/scale-slider.svg +share/themes/Green-Submarine/gtk-3.0/assets/sidebar-radio-checked.svg +share/themes/Green-Submarine/gtk-3.0/assets/sidebar-radio-prelight.svg +share/themes/Green-Submarine/gtk-3.0/assets/sidebar-radio-selected-prelight.svg +share/themes/Green-Submarine/gtk-3.0/assets/sidebar-radio-selected.svg +share/themes/Green-Submarine/gtk-3.0/assets/slider-horizontal.png +share/themes/Green-Submarine/gtk-3.0/assets/slider-vertical.png +share/themes/Green-Submarine/gtk-3.0/assets/slider_fine_horizontal.svg +share/themes/Green-Submarine/gtk-3.0/assets/slider_fine_vertical.svg +share/themes/Green-Submarine/gtk-3.0/assets/switch-dark-off-disabled.svg +share/themes/Green-Submarine/gtk-3.0/assets/switch-dark-off.svg +share/themes/Green-Submarine/gtk-3.0/assets/switch-dark-on-disabled.svg +share/themes/Green-Submarine/gtk-3.0/assets/switch-dark-on.svg +share/themes/Green-Submarine/gtk-3.0/assets/switch-off-disabled.svg +share/themes/Green-Submarine/gtk-3.0/assets/switch-off.svg +share/themes/Green-Submarine/gtk-3.0/assets/switch-on-disabled.svg +share/themes/Green-Submarine/gtk-3.0/assets/switch-on.svg +share/themes/Green-Submarine/gtk-3.0/gnome-mdi.css +share/themes/Green-Submarine/gtk-3.0/gtk-widgets-assets.css +share/themes/Green-Submarine/gtk-3.0/gtk-widgets.css +share/themes/Green-Submarine/gtk-3.0/gtk.css +share/themes/Green-Submarine/gtk-3.0/mate-applications.css +share/themes/Green-Submarine/gtk-3.0/menu.css +share/themes/Green-Submarine/gtk-3.0/other-applications.css +share/themes/Green-Submarine/gtk-3.0/scrollbar.css +share/themes/Green-Submarine/gtk-3.0/settings.ini +share/themes/Green-Submarine/gtk-3.0/sidebar.css +share/themes/Green-Submarine/index.theme +share/themes/Green-Submarine/metacity-1/icon_close.png +share/themes/Green-Submarine/metacity-1/icon_close_u.png +share/themes/Green-Submarine/metacity-1/icon_maximize.png +share/themes/Green-Submarine/metacity-1/icon_maximize_u.png +share/themes/Green-Submarine/metacity-1/icon_minimize.png +share/themes/Green-Submarine/metacity-1/icon_minimize_u.png +share/themes/Green-Submarine/metacity-1/icon_restore.png +share/themes/Green-Submarine/metacity-1/icon_restore_u.png +share/themes/Green-Submarine/metacity-1/metacity-theme-1.xml +share/themes/Green-Submarine/metacity-1/stripes.png 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-2.0/resize-grip.png share/themes/GreenLaguna/gtk-3.0/assets/button-active-border.svg share/themes/GreenLaguna/gtk-3.0/assets/button-border.svg share/themes/GreenLaguna/gtk-3.0/assets/button-default-active-border.svg @@ -3471,9 +4568,11 @@ share/themes/GreenLaguna/gtk-3.0/assets/radio-selected-insensitive.svg share/themes/GreenLaguna/gtk-3.0/assets/radio-selected.svg share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected-insensitive.svg share/themes/GreenLaguna/gtk-3.0/assets/radio-unselected.svg +share/themes/GreenLaguna/gtk-3.0/assets/resize-grip.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.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-insensitive.svg share/themes/GreenLaguna/gtk-3.0/assets/scale-slider-marks-above-vertical.svg @@ -3491,12 +4590,25 @@ share/themes/GreenLaguna/gtk-3.0/assets/slider_fine_vertical.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/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/mate-applications.css +share/themes/GreenLaguna/gtk-3.0/other-applications.css share/themes/GreenLaguna/gtk-3.0/settings.ini +share/themes/GreenLaguna/gtk-3.0/unity.css +share/themes/GreenLaguna/gtk-3.0/window-controls.css +share/themes/GreenLaguna/gtk-3.0/window-controls/button-close-focus.png +share/themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus.png +share/themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus1.png +share/themes/GreenLaguna/gtk-3.0/window-controls/button-min-focus.png +share/themes/GreenLaguna/gtk-3.0/window-controls/menu-button-pressed.png +share/themes/GreenLaguna/gtk-3.0/window-controls/neutral.png +share/themes/GreenLaguna/gtk-3.0/window-controls/unabove-button-unfocus.png +share/themes/GreenLaguna/gtk-3.0/window-controls/unabove-button.png +share/themes/GreenLaguna/gtk-3.0/window-controls/unfocus.png +share/themes/GreenLaguna/gtk-3.0/window-controls/yellow.png share/themes/GreenLaguna/index.theme share/themes/GreenLaguna/metacity-1/button-close-focus.png share/themes/GreenLaguna/metacity-1/button-max-focus.png @@ -3511,6 +4623,34 @@ 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/GreenLaguna/unity/close.png +share/themes/GreenLaguna/unity/close_focused_normal.png +share/themes/GreenLaguna/unity/close_focused_prelight.png +share/themes/GreenLaguna/unity/close_focused_pressed.png +share/themes/GreenLaguna/unity/close_unfocused.png +share/themes/GreenLaguna/unity/close_unfocused_prelight.png +share/themes/GreenLaguna/unity/close_unfocused_pressed.png +share/themes/GreenLaguna/unity/maximize.png +share/themes/GreenLaguna/unity/maximize_focused_normal.png +share/themes/GreenLaguna/unity/maximize_focused_prelight.png +share/themes/GreenLaguna/unity/maximize_focused_pressed.png +share/themes/GreenLaguna/unity/maximize_unfocused.png +share/themes/GreenLaguna/unity/maximize_unfocused_prelight.png +share/themes/GreenLaguna/unity/maximize_unfocused_pressed.png +share/themes/GreenLaguna/unity/minimize.png +share/themes/GreenLaguna/unity/minimize_focused_normal.png +share/themes/GreenLaguna/unity/minimize_focused_prelight.png +share/themes/GreenLaguna/unity/minimize_focused_pressed.png +share/themes/GreenLaguna/unity/minimize_unfocused.png +share/themes/GreenLaguna/unity/minimize_unfocused_prelight.png +share/themes/GreenLaguna/unity/minimize_unfocused_pressed.png +share/themes/GreenLaguna/unity/unmaximize.png +share/themes/GreenLaguna/unity/unmaximize_focused_normal.png +share/themes/GreenLaguna/unity/unmaximize_focused_prelight.png +share/themes/GreenLaguna/unity/unmaximize_focused_pressed.png +share/themes/GreenLaguna/unity/unmaximize_unfocused.png +share/themes/GreenLaguna/unity/unmaximize_unfocused_prelight.png +share/themes/GreenLaguna/unity/unmaximize_unfocused_pressed.png share/themes/Menta/COPYING share/themes/Menta/README share/themes/Menta/cinnamon/add-workspace.png @@ -3554,7 +4694,7 @@ 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/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 @@ -3580,6 +4720,7 @@ 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/resize-grip.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 @@ -3609,6 +4750,8 @@ 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/header-separator.png +share/themes/Menta/gtk-3.0/assets/header-separator@2.png 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 @@ -3621,6 +4764,7 @@ 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/panel-grid.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 @@ -3635,8 +4779,11 @@ 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.png share/themes/Menta/gtk-3.0/assets/switch-off-ins.svg +share/themes/Menta/gtk-3.0/assets/switch-off.png share/themes/Menta/gtk-3.0/assets/switch-off.svg +share/themes/Menta/gtk-3.0/assets/switch-on-ins.png 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 @@ -3657,9 +4804,28 @@ 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/mate-applications.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/gtk-3.0/window-controls.css +share/themes/Menta/gtk-3.0/window-controls/close_focused_normal.png +share/themes/Menta/gtk-3.0/window-controls/close_focused_prelight.png +share/themes/Menta/gtk-3.0/window-controls/close_focused_pressed.png +share/themes/Menta/gtk-3.0/window-controls/close_unfocused.png +share/themes/Menta/gtk-3.0/window-controls/close_unfocused_prelight.png +share/themes/Menta/gtk-3.0/window-controls/maximize_focused_normal.png +share/themes/Menta/gtk-3.0/window-controls/maximize_focused_prelight.png +share/themes/Menta/gtk-3.0/window-controls/maximize_focused_pressed.png +share/themes/Menta/gtk-3.0/window-controls/maximize_unfocused.png +share/themes/Menta/gtk-3.0/window-controls/maximize_unfocused_prelight.png +share/themes/Menta/gtk-3.0/window-controls/menu.png +share/themes/Menta/gtk-3.0/window-controls/menu_prelight.png +share/themes/Menta/gtk-3.0/window-controls/minimize_focused_normal.png +share/themes/Menta/gtk-3.0/window-controls/minimize_focused_prelight.png +share/themes/Menta/gtk-3.0/window-controls/minimize_focused_pressed.png +share/themes/Menta/gtk-3.0/window-controls/minimize_unfocused.png +share/themes/Menta/gtk-3.0/window-controls/minimize_unfocused_prelight.png share/themes/Menta/index.theme share/themes/Menta/metacity-1/close_focused_normal.svg share/themes/Menta/metacity-1/close_focused_prelight.svg @@ -3772,98 +4938,10 @@ 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/Quid/metacity-1/active-above-button.png -share/themes/Quid/metacity-1/active-border-top-left-border.png -share/themes/Quid/metacity-1/active-border-top-right-border.png -share/themes/Quid/metacity-1/active-bottom-left-border.png -share/themes/Quid/metacity-1/active-bottom-left-corner.png -share/themes/Quid/metacity-1/active-bottom-mid-left-border.png -share/themes/Quid/metacity-1/active-bottom-mid-right-border.png -share/themes/Quid/metacity-1/active-bottom-right-border.png -share/themes/Quid/metacity-1/active-bottom-right-corner.png -share/themes/Quid/metacity-1/active-button-prelight.png -share/themes/Quid/metacity-1/active-button-pressed.png -share/themes/Quid/metacity-1/active-button.png -share/themes/Quid/metacity-1/active-close-button.png -share/themes/Quid/metacity-1/active-left-border.png -share/themes/Quid/metacity-1/active-left-top-border-shaded.png -share/themes/Quid/metacity-1/active-left-top-border.png -share/themes/Quid/metacity-1/active-maximize-button.png -share/themes/Quid/metacity-1/active-menu-button-prelight.png -share/themes/Quid/metacity-1/active-menu-button-pressed.png -share/themes/Quid/metacity-1/active-menu-button.png -share/themes/Quid/metacity-1/active-minimize-button.png -share/themes/Quid/metacity-1/active-restore-button.png -share/themes/Quid/metacity-1/active-right-border.png -share/themes/Quid/metacity-1/active-right-top-border-shaded.png -share/themes/Quid/metacity-1/active-right-top-border.png -share/themes/Quid/metacity-1/active-shade-button.png -share/themes/Quid/metacity-1/active-stick-button.png -share/themes/Quid/metacity-1/active-top-center-left.png -share/themes/Quid/metacity-1/active-top-center-mid-left.png -share/themes/Quid/metacity-1/active-top-center-mid-right.png -share/themes/Quid/metacity-1/active-top-center-right.png -share/themes/Quid/metacity-1/active-top-left-border.png -share/themes/Quid/metacity-1/active-top-left-corner.png -share/themes/Quid/metacity-1/active-top-mid-left-border.png -share/themes/Quid/metacity-1/active-top-mid-right-border.png -share/themes/Quid/metacity-1/active-top-right-border.png -share/themes/Quid/metacity-1/active-top-right-corner.png -share/themes/Quid/metacity-1/active-unabove-button.png -share/themes/Quid/metacity-1/active-unshade-button.png -share/themes/Quid/metacity-1/active-unstick-button.png -share/themes/Quid/metacity-1/inactive-above-button.png -share/themes/Quid/metacity-1/inactive-border-top-left-border.png -share/themes/Quid/metacity-1/inactive-border-top-right-border.png -share/themes/Quid/metacity-1/inactive-bottom-left-border.png -share/themes/Quid/metacity-1/inactive-bottom-left-corner.png -share/themes/Quid/metacity-1/inactive-bottom-mid-border.png -share/themes/Quid/metacity-1/inactive-bottom-right-border.png -share/themes/Quid/metacity-1/inactive-bottom-right-corner.png -share/themes/Quid/metacity-1/inactive-button-prelight.png -share/themes/Quid/metacity-1/inactive-button-pressed.png -share/themes/Quid/metacity-1/inactive-button.png -share/themes/Quid/metacity-1/inactive-close-button.png -share/themes/Quid/metacity-1/inactive-left-border.png -share/themes/Quid/metacity-1/inactive-left-top-border-shaded.png -share/themes/Quid/metacity-1/inactive-left-top-border.png -share/themes/Quid/metacity-1/inactive-maximize-button.png -share/themes/Quid/metacity-1/inactive-menu-button-prelight.png -share/themes/Quid/metacity-1/inactive-menu-button-pressed.png -share/themes/Quid/metacity-1/inactive-menu-button.png -share/themes/Quid/metacity-1/inactive-minimize-button.png -share/themes/Quid/metacity-1/inactive-restore-button.png -share/themes/Quid/metacity-1/inactive-right-border.png -share/themes/Quid/metacity-1/inactive-right-top-border-shaded.png -share/themes/Quid/metacity-1/inactive-right-top-border.png -share/themes/Quid/metacity-1/inactive-shade-button.png -share/themes/Quid/metacity-1/inactive-stick-button.png -share/themes/Quid/metacity-1/inactive-top-center-left.png -share/themes/Quid/metacity-1/inactive-top-center-mid.png -share/themes/Quid/metacity-1/inactive-top-center-right.png -share/themes/Quid/metacity-1/inactive-top-left-border.png -share/themes/Quid/metacity-1/inactive-top-left-corner.png -share/themes/Quid/metacity-1/inactive-top-mid-border.png -share/themes/Quid/metacity-1/inactive-top-right-border.png -share/themes/Quid/metacity-1/inactive-top-right-corner.png -share/themes/Quid/metacity-1/inactive-unabove-button.png -share/themes/Quid/metacity-1/inactive-unshade-button.png -share/themes/Quid/metacity-1/inactive-unstick-button.png -share/themes/Quid/metacity-1/metacity-theme-1.xml -share/themes/Quid/metacity-1/metacity-theme-2.xml -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 @@ -3919,21 +4997,16 @@ 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/mate-applications.css 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 @@ -3989,6 +5062,7 @@ 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/mate-applications.css share/themes/TraditionalOk/gtk-3.0/settings.ini share/themes/TraditionalOk/index.theme share/themes/TraditionalOk/metacity-1/metacity-theme-1.xml @@ -4069,3 +5143,65 @@ 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 +share/themes/TraditionalOkTest/gtk-2.0/applications.rc +share/themes/TraditionalOkTest/gtk-2.0/gtkrc +share/themes/TraditionalOkTest/gtk-3.0/applications.css +share/themes/TraditionalOkTest/gtk-3.0/gtk-widgets-img.css +share/themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +share/themes/TraditionalOkTest/gtk-3.0/gtk.css +share/themes/TraditionalOkTest/gtk-3.0/img/border-error.svg +share/themes/TraditionalOkTest/gtk-3.0/img/border-focused-ptb.svg +share/themes/TraditionalOkTest/gtk-3.0/img/border-focused-switch.svg +share/themes/TraditionalOkTest/gtk-3.0/img/border-focused.svg +share/themes/TraditionalOkTest/gtk-3.0/img/border-gnome-panel-button.svg +share/themes/TraditionalOkTest/gtk-3.0/img/border-inline-button.svg +share/themes/TraditionalOkTest/gtk-3.0/img/border-insensitive.svg +share/themes/TraditionalOkTest/gtk-3.0/img/border.svg +share/themes/TraditionalOkTest/gtk-3.0/img/checkbox-checked-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/checkbox-checked-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/checkbox-checked.png +share/themes/TraditionalOkTest/gtk-3.0/img/checkbox-mixed-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/checkbox-mixed-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/checkbox-mixed.png +share/themes/TraditionalOkTest/gtk-3.0/img/checkbox-unchecked-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/checkbox-unchecked-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/checkbox-unchecked.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-checkbox-checked-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-checkbox-checked-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-checkbox-checked.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-checkbox-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-checkbox-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-checkbox-mixed-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-checkbox-mixed-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-checkbox-mixed.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-checkbox.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-radio-checked-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-radio-checked-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-radio-checked.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-radio-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-radio-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/menuitem-radio.png +share/themes/TraditionalOkTest/gtk-3.0/img/pane-separator-grip-horz.png +share/themes/TraditionalOkTest/gtk-3.0/img/pane-separator-grip-vert.png +share/themes/TraditionalOkTest/gtk-3.0/img/radio-checked-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/radio-checked-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/radio-checked.png +share/themes/TraditionalOkTest/gtk-3.0/img/radio-mixed-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/radio-mixed-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/radio-mixed.png +share/themes/TraditionalOkTest/gtk-3.0/img/radio-unchecked-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/radio-unchecked-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/radio-unchecked.png +share/themes/TraditionalOkTest/gtk-3.0/img/resize-grip.png +share/themes/TraditionalOkTest/gtk-3.0/img/scale-slider-horz-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/scale-slider-horz-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/scale-slider-horz.png +share/themes/TraditionalOkTest/gtk-3.0/img/scale-slider-vert-hover.png +share/themes/TraditionalOkTest/gtk-3.0/img/scale-slider-vert-insensitive.png +share/themes/TraditionalOkTest/gtk-3.0/img/scale-slider-vert.png +share/themes/TraditionalOkTest/gtk-3.0/img/slider-horz-grip.png +share/themes/TraditionalOkTest/gtk-3.0/img/slider-vert-grip.png +share/themes/TraditionalOkTest/gtk-3.0/mate-applications.css +share/themes/TraditionalOkTest/gtk-3.0/settings.ini +share/themes/TraditionalOkTest/index.theme +share/themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml diff --git a/x11-wm/marco/Makefile b/x11-wm/marco/Makefile index 98333a3ecad7..3e3dcb2c2a1d 100644 --- a/x11-wm/marco/Makefile +++ b/x11-wm/marco/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= marco -PORTVERSION= 1.8.2 +PORTVERSION= 1.10.1 CATEGORIES= x11-wm mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -10,14 +10,15 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Window manager for the adult in you -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \ + zenity>=3.0.0:${PORTSDIR}/x11/zenity LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra +RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity PORTSCOUT= limitw:1,even USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_MATE= dialogs USE_XORG= x11 xcomposite xcursor xdamage xrandr USE_GNOME= gdkpixbuf2 glib20 gtk20 intlhack pango USE_LDCONFIG= yes diff --git a/x11-wm/marco/distinfo b/x11-wm/marco/distinfo index 349d63fe50cc..472c91e7beea 100644 --- a/x11-wm/marco/distinfo +++ b/x11-wm/marco/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/marco-1.8.2.tar.xz) = a5ef03dfd4de035ed6c99aca500256c6f4564a090702066303770dbf7c893443 -SIZE (mate/marco-1.8.2.tar.xz) = 1119448 +SHA256 (mate/marco-1.10.1.tar.xz) = e50fa7b0fea52a4aad0bfa99f204f1f320c704f48d4f945cc40a65546601c1d0 +SIZE (mate/marco-1.10.1.tar.xz) = 1111068 diff --git a/x11/Makefile b/x11/Makefile index 40b3b8772953..b9e94b9fd50e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -195,7 +195,6 @@ SUBDIR += mate-applets SUBDIR += mate-base SUBDIR += mate-desktop - SUBDIR += mate-dialogs SUBDIR += mate-menus SUBDIR += mate-panel SUBDIR += mate-screensaver diff --git a/x11/libmatekbd/Makefile b/x11/libmatekbd/Makefile index 57ced67b616f..b3fc77ac7e6f 100644 --- a/x11/libmatekbd/Makefile +++ b/x11/libmatekbd/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libmatekbd -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -27,4 +26,7 @@ INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.mate.peripherals-keyboard-xkb.gschema.xml +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmatekbd*so* + .include <bsd.port.mk> diff --git a/x11/libmatekbd/distinfo b/x11/libmatekbd/distinfo index 9070b2ca7376..87910a72d1ef 100644 --- a/x11/libmatekbd/distinfo +++ b/x11/libmatekbd/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/libmatekbd-1.8.0.tar.xz) = b0e4b0e5388057a26e0ccd960b6f95281519805a4b46ac9a97ccc2ab62706f8d -SIZE (mate/libmatekbd-1.8.0.tar.xz) = 364024 +SHA256 (mate/libmatekbd-1.10.0.tar.xz) = 09d9bb75d784083036e24a29120f5933f0dfdfe59050858dd353fd7572d7d2d1 +SIZE (mate/libmatekbd-1.10.0.tar.xz) = 365796 diff --git a/x11/libmatekbd/pkg-plist b/x11/libmatekbd/pkg-plist index b6a2f27c8af3..89611e9c0a48 100644 --- a/x11/libmatekbd/pkg-plist +++ b/x11/libmatekbd/pkg-plist @@ -21,6 +21,7 @@ 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/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 diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile index cf557313ea4e..88df64dfd375 100644 --- a/x11/mate-applets/Makefile +++ b/x11/mate-applets/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-applets -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.3 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -23,7 +23,7 @@ RUN_DEPENDS= gucharmap:${PORTSDIR}/deskutils/gucharmap PORTSCOUT= limitw:1,even -USES= gettext gmake libtool pathfix pkgconfig python tar:xz +USES= autoreconf:build gettext gmake libtool pathfix pkgconfig python tar:xz USE_MATE= desktop icontheme libmateweather panel polkit settingsdaemon USE_XORG= x11 USE_GNOME= gdkpixbuf2 gtksourceview2 introspection:build \ diff --git a/x11/mate-applets/distinfo b/x11/mate-applets/distinfo index e5939a736069..2e1344a9a3ab 100644 --- a/x11/mate-applets/distinfo +++ b/x11/mate-applets/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-applets-1.8.1.tar.xz) = 6f1a88453e526a7ee67e14fa4d6b3dc74fb954a1465c7cb3a76f205389a2df83 -SIZE (mate/mate-applets-1.8.1.tar.xz) = 6877876 +SHA256 (mate/mate-applets-1.10.3.tar.xz) = 4670b0e877639f9c585b84b27c3654880ed96aefea596a8b8c20c955a3c0266d +SIZE (mate/mate-applets-1.10.3.tar.xz) = 6895936 diff --git a/x11/mate-applets/files/accessx-status_Makefile.am b/x11/mate-applets/files/accessx-status_Makefile.am new file mode 100644 index 000000000000..b0119487cbfa --- /dev/null +++ b/x11/mate-applets/files/accessx-status_Makefile.am @@ -0,0 +1,19 @@ +--- accessx-status/Makefile.am.orig 2014-12-05 11:01:40.849389089 +0100 ++++ accessx-status/Makefile.am 2014-12-05 11:03:05.635384917 +0100 +@@ -6,13 +6,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) \ + $(MATEDESKTOP_LIBS) \ + $(X_LIBS) diff --git a/x11/mate-applets/files/battstat_Makefile.am b/x11/mate-applets/files/battstat_Makefile.am new file mode 100644 index 000000000000..2a007c192a0b --- /dev/null +++ b/x11/mate-applets/files/battstat_Makefile.am @@ -0,0 +1,24 @@ +--- battstat/Makefile.am.orig 2014-12-05 12:27:04.701035642 +0100 ++++ battstat/Makefile.am 2014-12-05 12:28:02.762606006 +0100 +@@ -35,10 +35,10 @@ + -DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\" + + +-libexec_PROGRAMS = battstat-applet ++libexec_PROGRAMS = mate-battstat-applet + + +-battstat_applet_SOURCES = \ ++mate_battstat_applet_SOURCES = \ + battstat.h \ + pixmaps.h \ + properties.c \ +@@ -54,7 +54,7 @@ + battstat-upower.h + + +-battstat_applet_LDADD = \ ++mate_battstat_applet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(MATEDESKTOP_LIBS) \ + $(LIBNOTIFY_LIBS) \ diff --git a/x11/mate-applets/files/command_Makefile.am b/x11/mate-applets/files/command_Makefile.am new file mode 100644 index 000000000000..6b67c3a90189 --- /dev/null +++ b/x11/mate-applets/files/command_Makefile.am @@ -0,0 +1,17 @@ +--- command/Makefile.am.orig 2014-12-05 12:30:39.726021147 +0100 ++++ command/Makefile.am 2014-12-05 12:30:57.153403339 +0100 +@@ -7,10 +7,10 @@ + + APPLET_LOCATION = $(libexecdir)/command-applet + +-libexec_PROGRAMS = command-applet +-command_applet_SOURCES = command.c +-command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) +-command_applet_CFLAGS = $(WARN_CFLAGS) ++libexec_PROGRAMS = mate-command-applet ++mate_command_applet_SOURCES = command.c ++mate_command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) ++mate_command_applet_CFLAGS = $(WARN_CFLAGS) + + appletsdir = $(datadir)/mate-panel/applets + applets_in_files = org.mate.applets.CommandApplet.mate-panel-applet.in diff --git a/x11/mate-applets/files/patch-accessx-status_Makefile.in b/x11/mate-applets/files/patch-accessx-status_Makefile.in index 7db226548bb8..c337d980ac00 100644 --- a/x11/mate-applets/files/patch-accessx-status_Makefile.in +++ b/x11/mate-applets/files/patch-accessx-status_Makefile.in @@ -1,5 +1,5 @@ ---- accessx-status/Makefile.in.orig 2014-04-12 15:37:29.000000000 +0200 -+++ accessx-status/Makefile.in 2014-04-12 15:39:27.000000000 +0200 +--- accessx-status/Makefile.in.orig 2015-01-22 17:21:18.066885138 +0100 ++++ accessx-status/Makefile.in 2015-01-22 17:21:33.201884384 +0100 @@ -78,7 +78,7 @@ POST_UNINSTALL = : build_triplet = @build@ @@ -21,10 +21,10 @@ am__DEPENDENCIES_1 = -accessx_status_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +mate_accessx_status_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) - am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -@@ -141,8 +142,8 @@ +@@ -142,8 +143,8 @@ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = @@ -35,7 +35,7 @@ RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ -@@ -487,11 +488,11 @@ +@@ -470,11 +471,11 @@ -DACCESSX_PIXMAPS_DIR=\""$(datadir)/pixmaps/mate-accessx-status-applet"\" \ -DACCESSX_MENU_UI_DIR=\""$(uidir)"\" @@ -48,8 +48,8 @@ +mate_accessx_status_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ $(MATEDESKTOP_LIBS) \ - $(X_LIBS) -@@ -594,9 +595,9 @@ + $(GIO_LIBS) \ +@@ -578,9 +579,9 @@ echo " rm -f" $$list; \ rm -f $$list diff --git a/x11/mate-applets/files/patch-battstat_Makefile.in b/x11/mate-applets/files/patch-battstat_Makefile.in index dd6d8ed9498e..be870252e6c9 100644 --- a/x11/mate-applets/files/patch-battstat_Makefile.in +++ b/x11/mate-applets/files/patch-battstat_Makefile.in @@ -1,11 +1,17 @@ ---- battstat/Makefile.in.orig 2014-04-12 15:37:50.000000000 +0200 -+++ battstat/Makefile.in 2014-04-12 15:39:28.000000000 +0200 +--- battstat/Makefile.in.orig 2015-01-22 17:23:12.427878023 +0100 ++++ battstat/Makefile.in 2015-01-22 17:24:25.590872727 +0100 +@@ -1,4 +1,4 @@ +-# Makefile.in generated by automake 1.14.1 from Makefile.am. ++# Makefile.in generated by automake 1.14 from Makefile.am. + # @configure_input@ + + # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -78,7 +78,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ --libexec_PROGRAMS = battstat-applet-2$(EXEEXT) -+libexec_PROGRAMS = mate-battstat-applet-2$(EXEEXT) +-libexec_PROGRAMS = battstat-applet$(EXEEXT) ++libexec_PROGRAMS = mate-battstat-applet$(EXEEXT) subdir = battstat DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp @@ -13,18 +19,18 @@ "$(DESTDIR)$(builderdir)" "$(DESTDIR)$(servicedir)" \ "$(DESTDIR)$(uidir)" PROGRAMS = $(libexec_PROGRAMS) --am_battstat_applet_2_OBJECTS = properties.$(OBJEXT) \ -+am_mate_battstat_applet_2_OBJECTS = properties.$(OBJEXT) \ +-am_battstat_applet_OBJECTS = properties.$(OBJEXT) \ ++am_mate_battstat_applet_OBJECTS = properties.$(OBJEXT) \ battstat_applet.$(OBJEXT) power-management.$(OBJEXT) \ acpi-linux.$(OBJEXT) acpi-freebsd.$(OBJEXT) \ - battstat-hal.$(OBJEXT) battstat-upower.$(OBJEXT) --battstat_applet_2_OBJECTS = $(am_battstat_applet_2_OBJECTS) -+mate_battstat_applet_2_OBJECTS = $(am_mate_battstat_applet_2_OBJECTS) + battstat-upower.$(OBJEXT) +-battstat_applet_OBJECTS = $(am_battstat_applet_OBJECTS) ++mate_battstat_applet_OBJECTS = $(am_mate_battstat_applet_OBJECTS) am__DEPENDENCIES_1 = @HAVE_LIBAPM_FALSE@@NEED_LIBAPM_TRUE@am__DEPENDENCIES_2 = \ @HAVE_LIBAPM_FALSE@@NEED_LIBAPM_TRUE@ apmlib/libapm.a --battstat_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -+mate_battstat_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +-battstat_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ ++mate_battstat_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) @@ -32,41 +38,76 @@ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = --SOURCES = $(battstat_applet_2_SOURCES) --DIST_SOURCES = $(battstat_applet_2_SOURCES) -+SOURCES = $(mate_battstat_applet_2_SOURCES) -+DIST_SOURCES = $(mate_battstat_applet_2_SOURCES) +-SOURCES = $(battstat_applet_SOURCES) +-DIST_SOURCES = $(battstat_applet_SOURCES) ++SOURCES = $(mate_battstat_applet_SOURCES) ++DIST_SOURCES = $(mate_battstat_applet_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ -@@ -508,7 +508,7 @@ +@@ -303,7 +303,6 @@ + GUCHARMAP_LIBS = @GUCHARMAP_LIBS@ + HAVE_LIBAPM = @HAVE_LIBAPM@ + HAVE_XKB = @HAVE_XKB@ +-HELP_DIR = @HELP_DIR@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -319,7 +318,6 @@ + INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ + INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ + INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +-ITSTOOL = @ITSTOOL@ + LD = @LD@ + LDFLAGS = @LDFLAGS@ + LIBCPUFREQ_LIBS = @LIBCPUFREQ_LIBS@ +@@ -398,18 +396,14 @@ + UPOWER_LIBS = @UPOWER_LIBS@ + USE_NLS = @USE_NLS@ + VERSION = @VERSION@ +-WARN_CFLAGS = @WARN_CFLAGS@ + XGETTEXT = @XGETTEXT@ + XMKMF = @XMKMF@ + XML2_CFLAGS = @XML2_CFLAGS@ + XML2_LIBS = @XML2_LIBS@ +-XMLLINT = @XMLLINT@ + X_CFLAGS = @X_CFLAGS@ + X_EXTRA_LIBS = @X_EXTRA_LIBS@ + X_LIBS = @X_LIBS@ + X_PRE_LIBS = @X_PRE_LIBS@ +-YELP_LC_DIST = @YELP_LC_DIST@ +-YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ + abs_builddir = @abs_builddir@ + abs_srcdir = @abs_srcdir@ + abs_top_builddir = @abs_top_builddir@ +@@ -495,7 +489,7 @@ -DG_LOG_DOMAIN=\"battstat_applet\" \ -DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\" --battstat_applet_2_SOURCES = \ -+mate_battstat_applet_2_SOURCES = \ +-battstat_applet_SOURCES = \ ++mate_battstat_applet_SOURCES = \ battstat.h \ pixmaps.h \ properties.c \ -@@ -523,7 +523,7 @@ +@@ -508,7 +502,7 @@ battstat-upower.c \ battstat-upower.h --battstat_applet_2_LDADD = \ -+mate_battstat_applet_2_LDADD = \ +-battstat_applet_LDADD = \ ++mate_battstat_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ + $(MATEDESKTOP_LIBS) \ $(LIBNOTIFY_LIBS) \ - $(HAL_LIBS) \ -@@ -632,9 +632,9 @@ +@@ -617,9 +611,9 @@ echo " rm -f" $$list; \ rm -f $$list --battstat-applet-2$(EXEEXT): $(battstat_applet_2_OBJECTS) $(battstat_applet_2_DEPENDENCIES) $(EXTRA_battstat_applet_2_DEPENDENCIES) -- @rm -f battstat-applet-2$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(battstat_applet_2_OBJECTS) $(battstat_applet_2_LDADD) $(LIBS) -+mate-battstat-applet-2$(EXEEXT): $(mate_battstat_applet_2_OBJECTS) $(mate_battstat_applet_2_DEPENDENCIES) $(EXTRA_mate_battstat_applet_2_DEPENDENCIES) -+ @rm -f mate-battstat-applet-2$(EXEEXT) -+ $(AM_V_CCLD)$(LINK) $(mate_battstat_applet_2_OBJECTS) $(mate_battstat_applet_2_LDADD) $(LIBS) +-battstat-applet$(EXEEXT): $(battstat_applet_OBJECTS) $(battstat_applet_DEPENDENCIES) $(EXTRA_battstat_applet_DEPENDENCIES) +- @rm -f battstat-applet$(EXEEXT) +- $(AM_V_CCLD)$(LINK) $(battstat_applet_OBJECTS) $(battstat_applet_LDADD) $(LIBS) ++mate-battstat-applet$(EXEEXT): $(mate_battstat_applet_OBJECTS) $(mate_battstat_applet_DEPENDENCIES) $(EXTRA_mate_battstat_applet_DEPENDENCIES) ++ @rm -f mate-battstat-applet$(EXEEXT) ++ $(AM_V_CCLD)$(LINK) $(mate_battstat_applet_OBJECTS) $(mate_battstat_applet_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) diff --git a/x11/mate-applets/files/patch-battstat_power-management.c b/x11/mate-applets/files/patch-battstat_power-management.c index 47213b3a92cb..256365e2add2 100644 --- a/x11/mate-applets/files/patch-battstat_power-management.c +++ b/x11/mate-applets/files/patch-battstat_power-management.c @@ -1,19 +1,19 @@ ---- 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 @@ +--- battstat/power-management.c.orig 2015-01-22 10:16:53.000000000 +0100 ++++ battstat/power-management.c 2015-01-22 17:29:57.507849366 +0100 +@@ -67,6 +67,10 @@ static const char *apm_readinfo (BatteryStatus *status); static int pm_initialised; --#ifdef HAVE_HAL --static int using_hal; --#endif ++#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) +@@ -178,16 +182,40 @@ - #elif __FreeBSD__ + #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) +#if defined(__i386__) #include <machine/apm_bios.h> @@ -52,7 +52,7 @@ static const char * apm_readinfo (BatteryStatus *status) { -@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) +@@ -195,21 +223,27 @@ if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); @@ -88,7 +88,7 @@ fd = open(APMDEVICE, O_RDONLY); if (fd == -1) { return ERR_OPEN_APMDEV; -@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) +@@ -222,6 +256,9 @@ if(apminfo.ai_status == 0) return ERR_APM_E; @@ -98,7 +98,7 @@ } status->present = TRUE; -@@ -480,6 +511,12 @@ power_management_initialise( int no_hal +@@ -483,6 +520,12 @@ } else using_acpi = FALSE; @@ -111,9 +111,9 @@ #endif pm_initialised = 1; -@@ -513,6 +550,9 @@ power_management_cleanup( void ) +@@ -516,6 +559,9 @@ } - #elif defined(__FreeBSD__) + #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) if (using_acpi) { + if (acpiwatch != 0) + g_source_remove(acpiwatch); diff --git a/x11/mate-applets/files/patch-charpick_Makefile.in b/x11/mate-applets/files/patch-charpick_Makefile.in deleted file mode 100644 index 1c6b77bb8b78..000000000000 --- a/x11/mate-applets/files/patch-charpick_Makefile.in +++ /dev/null @@ -1,64 +0,0 @@ ---- charpick/Makefile.in.orig 2014-04-12 15:38:00.000000000 +0200 -+++ charpick/Makefile.in 2014-04-12 15:39:28.000000000 +0200 -@@ -78,7 +78,7 @@ - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --libexec_PROGRAMS = charpick_applet2$(EXEEXT) -+libexec_PROGRAMS = mate-charpick_applet2$(EXEEXT) - subdir = charpick - DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/depcomp -@@ -98,10 +98,11 @@ - am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \ - "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)" - PROGRAMS = $(libexec_PROGRAMS) --am_charpick_applet2_OBJECTS = charpick.$(OBJEXT) properties.$(OBJEXT) --charpick_applet2_OBJECTS = $(am_charpick_applet2_OBJECTS) -+am_mate_charpick_applet2_OBJECTS = charpick.$(OBJEXT) \ -+ properties.$(OBJEXT) -+mate_charpick_applet2_OBJECTS = $(am_mate_charpick_applet2_OBJECTS) - am__DEPENDENCIES_1 = --charpick_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -+mate_charpick_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_@AM_V@) - am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -@@ -141,8 +142,8 @@ - am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = --SOURCES = $(charpick_applet2_SOURCES) --DIST_SOURCES = $(charpick_applet2_SOURCES) -+SOURCES = $(mate_charpick_applet2_SOURCES) -+DIST_SOURCES = $(mate_charpick_applet2_SOURCES) - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ -@@ -488,11 +489,11 @@ - $(MATE_APPLETS4_CFLAGS) \ - $(GUCHARMAP_CFLAGS) - --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) \ - $(GUCHARMAP_LIBS) - -@@ -596,9 +597,9 @@ - echo " rm -f" $$list; \ - rm -f $$list - --charpick_applet2$(EXEEXT): $(charpick_applet2_OBJECTS) $(charpick_applet2_DEPENDENCIES) $(EXTRA_charpick_applet2_DEPENDENCIES) -- @rm -f charpick_applet2$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(charpick_applet2_OBJECTS) $(charpick_applet2_LDADD) $(LIBS) -+mate-charpick_applet2$(EXEEXT): $(mate_charpick_applet2_OBJECTS) $(mate_charpick_applet2_DEPENDENCIES) $(EXTRA_mate_charpick_applet2_DEPENDENCIES) -+ @rm -f mate-charpick_applet2$(EXEEXT) -+ $(AM_V_CCLD)$(LINK) $(mate_charpick_applet2_OBJECTS) $(mate_charpick_applet2_LDADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) diff --git a/x11/mate-applets/files/patch-command_Makefile.in b/x11/mate-applets/files/patch-command_Makefile.in index 5c1b6fa47c26..d3b2f156f439 100644 --- a/x11/mate-applets/files/patch-command_Makefile.in +++ b/x11/mate-applets/files/patch-command_Makefile.in @@ -1,5 +1,5 @@ ---- command/Makefile.in.orig 2014-04-14 17:31:14.000000000 +0200 -+++ command/Makefile.in 2014-04-14 17:32:42.000000000 +0200 +--- command/Makefile.in.orig 2014-12-05 12:31:21.926018134 +0100 ++++ command/Makefile.in 2014-12-05 12:31:38.632017015 +0100 @@ -78,7 +78,7 @@ POST_UNINSTALL = : build_triplet = @build@ @@ -9,7 +9,7 @@ subdir = command DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp -@@ -98,18 +98,19 @@ +@@ -98,19 +98,20 @@ am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletsdir)" \ "$(DESTDIR)$(servicedir)" PROGRAMS = $(libexec_PROGRAMS) @@ -19,8 +19,9 @@ + mate_command_applet-command.$(OBJEXT) +mate_command_applet_OBJECTS = $(am_mate_command_applet_OBJECTS) am__DEPENDENCIES_1 = --command_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) -+mate_command_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) +-command_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ ++mate_command_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent @@ -35,7 +36,7 @@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false -@@ -144,8 +145,8 @@ +@@ -145,8 +146,8 @@ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = @@ -46,22 +47,20 @@ am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ -@@ -447,10 +448,10 @@ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +@@ -444,9 +445,9 @@ $(DISABLE_DEPRECATED_CFLAGS) --APPLET_LOCATION = $(libexecdir)/command-applet + APPLET_LOCATION = $(libexecdir)/command-applet -command_applet_SOURCES = command.c --command_applet_LDADD = $(MATE_APPLETS4_LIBS) +-command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) -command_applet_CFLAGS = $(WARN_CFLAGS) -+APPLET_LOCATION = $(libexecdir)/mate-command-applet +mate_command_applet_SOURCES = command.c -+mate_command_applet_LDADD = $(MATE_APPLETS4_LIBS) ++mate_command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) +mate_command_applet_CFLAGS = $(WARN_CFLAGS) appletsdir = $(datadir)/mate-panel/applets applets_in_files = org.mate.applets.CommandApplet.mate-panel-applet.in applets_DATA = $(applets_in_files:.mate-panel-applet.in=.mate-panel-applet) -@@ -548,9 +549,9 @@ +@@ -544,9 +545,9 @@ echo " rm -f" $$list; \ rm -f $$list @@ -74,7 +73,7 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) -@@ -558,7 +559,7 @@ +@@ -554,7 +555,7 @@ distclean-compile: -rm -f *.tab.c @@ -83,7 +82,7 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -581,19 +582,19 @@ +@@ -577,19 +578,19 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< diff --git a/x11/mate-applets/files/patch-drivemount_Makefile.in b/x11/mate-applets/files/patch-drivemount_Makefile.in deleted file mode 100644 index aadc895d35cc..000000000000 --- a/x11/mate-applets/files/patch-drivemount_Makefile.in +++ /dev/null @@ -1,68 +0,0 @@ ---- drivemount/Makefile.in.orig 2014-04-12 15:38:12.000000000 +0200 -+++ drivemount/Makefile.in 2014-04-12 15:39:28.000000000 +0200 -@@ -78,7 +78,7 @@ - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --libexec_PROGRAMS = drivemount_applet2$(EXEEXT) -+libexec_PROGRAMS = mate-drivemount_applet2$(EXEEXT) - subdir = drivemount - DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/depcomp AUTHORS -@@ -98,11 +98,12 @@ - am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \ - "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)" - PROGRAMS = $(libexec_PROGRAMS) --am_drivemount_applet2_OBJECTS = drivemount.$(OBJEXT) \ -+am_mate_drivemount_applet2_OBJECTS = drivemount.$(OBJEXT) \ - drive-list.$(OBJEXT) drive-button.$(OBJEXT) --drivemount_applet2_OBJECTS = $(am_drivemount_applet2_OBJECTS) -+mate_drivemount_applet2_OBJECTS = \ -+ $(am_mate_drivemount_applet2_OBJECTS) - am__DEPENDENCIES_1 = --drivemount_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) -+mate_drivemount_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_@AM_V@) - am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) - am__v_lt_0 = --silent -@@ -141,8 +142,8 @@ - am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = --SOURCES = $(drivemount_applet2_SOURCES) --DIST_SOURCES = $(drivemount_applet2_SOURCES) -+SOURCES = $(mate_drivemount_applet2_SOURCES) -+DIST_SOURCES = $(mate_drivemount_applet2_SOURCES) - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ -@@ -487,14 +488,14 @@ - -DDRIVEMOUNT_MENU_UI_DIR=\""$(uidir)"\" \ - $(MATE_APPLETS4_CFLAGS) - --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) - - appletdir = $(datadir)/mate-panel/applets -@@ -595,9 +596,9 @@ - echo " rm -f" $$list; \ - rm -f $$list - --drivemount_applet2$(EXEEXT): $(drivemount_applet2_OBJECTS) $(drivemount_applet2_DEPENDENCIES) $(EXTRA_drivemount_applet2_DEPENDENCIES) -- @rm -f drivemount_applet2$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(drivemount_applet2_OBJECTS) $(drivemount_applet2_LDADD) $(LIBS) -+mate-drivemount_applet2$(EXEEXT): $(mate_drivemount_applet2_OBJECTS) $(mate_drivemount_applet2_DEPENDENCIES) $(EXTRA_mate_drivemount_applet2_DEPENDENCIES) -+ @rm -f mate-drivemount_applet2$(EXEEXT) -+ $(AM_V_CCLD)$(LINK) $(mate_drivemount_applet2_OBJECTS) $(mate_drivemount_applet2_LDADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) diff --git a/x11/mate-applets/files/patch-geyes_Makefile.in b/x11/mate-applets/files/patch-geyes_Makefile.in deleted file mode 100644 index a96082322b12..000000000000 --- a/x11/mate-applets/files/patch-geyes_Makefile.in +++ /dev/null @@ -1,64 +0,0 @@ ---- geyes/Makefile.in.orig 2014-04-12 15:38:22.000000000 +0200 -+++ geyes/Makefile.in 2014-04-12 15:39:29.000000000 +0200 -@@ -78,7 +78,7 @@ - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --libexec_PROGRAMS = geyes_applet2$(EXEEXT) -+libexec_PROGRAMS = mate-geyes_applet2$(EXEEXT) - subdir = geyes - DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/depcomp AUTHORS NEWS README -@@ -98,10 +98,10 @@ - am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \ - "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)" - PROGRAMS = $(libexec_PROGRAMS) --am_geyes_applet2_OBJECTS = geyes.$(OBJEXT) themes.$(OBJEXT) --geyes_applet2_OBJECTS = $(am_geyes_applet2_OBJECTS) -+am_mate_geyes_applet2_OBJECTS = geyes.$(OBJEXT) themes.$(OBJEXT) -+mate_geyes_applet2_OBJECTS = $(am_mate_geyes_applet2_OBJECTS) - am__DEPENDENCIES_1 = --geyes_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) -+mate_geyes_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_@AM_V@) - am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) - am__v_lt_0 = --silent -@@ -140,8 +140,8 @@ - am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = --SOURCES = $(geyes_applet2_SOURCES) --DIST_SOURCES = $(geyes_applet2_SOURCES) -+SOURCES = $(mate_geyes_applet2_SOURCES) -+DIST_SOURCES = $(mate_geyes_applet2_SOURCES) - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ -@@ -488,12 +488,12 @@ - -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \ - -DGEYES_MENU_UI_DIR=\""$(uidir)"\" - --geyes_applet2_SOURCES = \ -+mate_geyes_applet2_SOURCES = \ - geyes.c \ - themes.c \ - geyes.h - --geyes_applet2_LDADD = \ -+mate_geyes_applet2_LDADD = \ - $(MATE_APPLETS4_LIBS) \ - -lm - -@@ -608,9 +608,9 @@ - echo " rm -f" $$list; \ - rm -f $$list - --geyes_applet2$(EXEEXT): $(geyes_applet2_OBJECTS) $(geyes_applet2_DEPENDENCIES) $(EXTRA_geyes_applet2_DEPENDENCIES) -- @rm -f geyes_applet2$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(geyes_applet2_OBJECTS) $(geyes_applet2_LDADD) $(LIBS) -+mate-geyes_applet2$(EXEEXT): $(mate_geyes_applet2_OBJECTS) $(mate_geyes_applet2_DEPENDENCIES) $(EXTRA_mate_geyes_applet2_DEPENDENCIES) -+ @rm -f mate-geyes_applet2$(EXEEXT) -+ $(AM_V_CCLD)$(LINK) $(mate_geyes_applet2_OBJECTS) $(mate_geyes_applet2_LDADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) diff --git a/x11/mate-applets/files/patch-multiload_Makefile.in b/x11/mate-applets/files/patch-multiload_Makefile.in deleted file mode 100644 index e6428d6c9787..000000000000 --- a/x11/mate-applets/files/patch-multiload_Makefile.in +++ /dev/null @@ -1,70 +0,0 @@ ---- multiload/Makefile.in.orig 2014-04-12 15:38:40.000000000 +0200 -+++ multiload/Makefile.in 2014-04-12 15:39:29.000000000 +0200 -@@ -78,7 +78,7 @@ - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --libexec_PROGRAMS = multiload-applet-2$(EXEEXT) -+libexec_PROGRAMS = mate-multiload-applet-2$(EXEEXT) - subdir = multiload - DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/depcomp AUTHORS -@@ -98,12 +98,13 @@ - am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \ - "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)" - PROGRAMS = $(libexec_PROGRAMS) --am_multiload_applet_2_OBJECTS = linux-proc.$(OBJEXT) \ -+am_mate_multiload_applet_2_OBJECTS = linux-proc.$(OBJEXT) \ - load-graph.$(OBJEXT) main.$(OBJEXT) properties.$(OBJEXT) \ - netspeed.$(OBJEXT) autoscaler.$(OBJEXT) --multiload_applet_2_OBJECTS = $(am_multiload_applet_2_OBJECTS) -+mate_multiload_applet_2_OBJECTS = \ -+ $(am_mate_multiload_applet_2_OBJECTS) - am__DEPENDENCIES_1 = --multiload_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -+mate_multiload_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - AM_V_lt = $(am__v_lt_@AM_V@) -@@ -144,8 +145,8 @@ - am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = --SOURCES = $(multiload_applet_2_SOURCES) --DIST_SOURCES = $(multiload_applet_2_SOURCES) -+SOURCES = $(mate_multiload_applet_2_SOURCES) -+DIST_SOURCES = $(mate_multiload_applet_2_SOURCES) - RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ - ctags-recursive dvi-recursive html-recursive info-recursive \ - install-data-recursive install-dvi-recursive \ -@@ -492,7 +493,7 @@ - $(MATEDESKTOP_CFLAGS) \ - $(GIO_CFLAGS) - --multiload_applet_2_SOURCES = \ -+mate_multiload_applet_2_SOURCES = \ - global.h \ - linux-proc.h \ - load-graph.h \ -@@ -504,7 +505,7 @@ - autoscaler.c \ - autoscaler.h - --multiload_applet_2_LDADD = \ -+mate_multiload_applet_2_LDADD = \ - $(MATE_APPLETS4_LIBS) \ - $(GTOP_APPLETS_LIBS) \ - $(MATEDESKTOP_LIBS) \ -@@ -611,9 +612,9 @@ - echo " rm -f" $$list; \ - rm -f $$list - --multiload-applet-2$(EXEEXT): $(multiload_applet_2_OBJECTS) $(multiload_applet_2_DEPENDENCIES) $(EXTRA_multiload_applet_2_DEPENDENCIES) -- @rm -f multiload-applet-2$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(multiload_applet_2_OBJECTS) $(multiload_applet_2_LDADD) $(LIBS) -+mate-multiload-applet-2$(EXEEXT): $(mate_multiload_applet_2_OBJECTS) $(mate_multiload_applet_2_DEPENDENCIES) $(EXTRA_mate_multiload_applet_2_DEPENDENCIES) -+ @rm -f mate-multiload-applet-2$(EXEEXT) -+ $(AM_V_CCLD)$(LINK) $(mate_multiload_applet_2_OBJECTS) $(mate_multiload_applet_2_LDADD) $(LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) diff --git a/x11/mate-applets/files/patch-stickynotes_Makefile.in b/x11/mate-applets/files/patch-stickynotes_Makefile.in index e2195356ab7a..991c3a669738 100644 --- a/x11/mate-applets/files/patch-stickynotes_Makefile.in +++ b/x11/mate-applets/files/patch-stickynotes_Makefile.in @@ -1,12 +1,18 @@ ---- stickynotes/Makefile.in.orig 2014-04-14 17:43:53.000000000 +0200 -+++ stickynotes/Makefile.in 2014-04-14 17:44:52.000000000 +0200 +--- stickynotes/Makefile.in.orig 2015-01-22 17:42:18.261799026 +0100 ++++ stickynotes/Makefile.in 2015-01-22 17:42:56.807795784 +0100 +@@ -1,4 +1,4 @@ +-# Makefile.in generated by automake 1.14.1 from Makefile.am. ++# Makefile.in generated by automake 1.14 from Makefile.am. + # @configure_input@ + + # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -78,8 +78,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -@BUILD_STICKYNOTES_APPLET_TRUE@libexec_PROGRAMS = \ -@BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes_applet$(EXEEXT) -+@BUILD_STICKYNOTES_APPLET_TRUE@libexec_PROGRAMS = mate-stickynotes_applet$(EXEEXT) ++@BUILD_STICKYNOTES_APPLET_TRUE@libexec_PROGRAMS = mate-stickynotes-applet$(EXEEXT) subdir = stickynotes DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp README TODO @@ -36,7 +42,7 @@ @BUILD_STICKYNOTES_APPLET_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_STICKYNOTES_APPLET_TRUE@ $(am__DEPENDENCIES_1) \ @BUILD_STICKYNOTES_APPLET_TRUE@ $(am__DEPENDENCIES_1) \ -@@ -156,8 +156,8 @@ +@@ -157,8 +157,8 @@ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = @@ -47,7 +53,42 @@ RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ -@@ -512,7 +512,7 @@ +@@ -314,7 +314,6 @@ + GUCHARMAP_LIBS = @GUCHARMAP_LIBS@ + HAVE_LIBAPM = @HAVE_LIBAPM@ + HAVE_XKB = @HAVE_XKB@ +-HELP_DIR = @HELP_DIR@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -330,7 +329,6 @@ + INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ + INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ + INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +-ITSTOOL = @ITSTOOL@ + LD = @LD@ + LDFLAGS = @LDFLAGS@ + LIBCPUFREQ_LIBS = @LIBCPUFREQ_LIBS@ +@@ -409,18 +407,14 @@ + UPOWER_LIBS = @UPOWER_LIBS@ + USE_NLS = @USE_NLS@ + VERSION = @VERSION@ +-WARN_CFLAGS = @WARN_CFLAGS@ + XGETTEXT = @XGETTEXT@ + XMKMF = @XMKMF@ + XML2_CFLAGS = @XML2_CFLAGS@ + XML2_LIBS = @XML2_LIBS@ +-XMLLINT = @XMLLINT@ + X_CFLAGS = @X_CFLAGS@ + X_EXTRA_LIBS = @X_EXTRA_LIBS@ + X_LIBS = @X_LIBS@ + X_PRE_LIBS = @X_PRE_LIBS@ +-YELP_LC_DIST = @YELP_LC_DIST@ +-YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ + abs_builddir = @abs_builddir@ + abs_srcdir = @abs_srcdir@ + abs_top_builddir = @abs_top_builddir@ +@@ -501,7 +495,7 @@ @BUILD_STICKYNOTES_APPLET_TRUE@ -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\ @BUILD_STICKYNOTES_APPLET_TRUE@ -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\" @@ -56,7 +97,7 @@ @BUILD_STICKYNOTES_APPLET_TRUE@ util.h \ @BUILD_STICKYNOTES_APPLET_TRUE@ util.c \ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes.h \ -@@ -524,7 +524,7 @@ +@@ -513,7 +507,7 @@ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes_applet.c \ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes_applet_callbacks.c @@ -64,16 +105,16 @@ +@BUILD_STICKYNOTES_APPLET_TRUE@mate_stickynotes_applet_LDADD = \ @BUILD_STICKYNOTES_APPLET_TRUE@ $(STICKYNOTES_LIBS) \ @BUILD_STICKYNOTES_APPLET_TRUE@ $(MATE_APPLETS4_LIBS) \ - @BUILD_STICKYNOTES_APPLET_TRUE@ $(LIBWNCK_LIBS) \ -@@ -634,9 +634,9 @@ + @BUILD_STICKYNOTES_APPLET_TRUE@ $(MATEDESKTOP_LIBS) \ +@@ -624,9 +618,9 @@ echo " rm -f" $$list; \ rm -f $$list -stickynotes_applet$(EXEEXT): $(stickynotes_applet_OBJECTS) $(stickynotes_applet_DEPENDENCIES) $(EXTRA_stickynotes_applet_DEPENDENCIES) - @rm -f stickynotes_applet$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(stickynotes_applet_OBJECTS) $(stickynotes_applet_LDADD) $(LIBS) -+mate-stickynotes_applet$(EXEEXT): $(mate_stickynotes_applet_OBJECTS) $(mate_stickynotes_applet_DEPENDENCIES) $(EXTRA_mate_stickynotes_applet_DEPENDENCIES) -+ @rm -f mate-stickynotes_applet$(EXEEXT) ++mate-stickynotes-applet$(EXEEXT): $(mate_stickynotes_applet_OBJECTS) $(mate_stickynotes_applet_DEPENDENCIES) $(EXTRA_mate_stickynotes_applet_DEPENDENCIES) ++ @rm -f mate-stickynotes-applet$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(mate_stickynotes_applet_OBJECTS) $(mate_stickynotes_applet_LDADD) $(LIBS) mostlyclean-compile: diff --git a/x11/mate-applets/files/patch-timer-applet_Makefile.in b/x11/mate-applets/files/patch-timerapplet_Makefile.in index 1298c942c556..27f87afe7eda 100644 --- a/x11/mate-applets/files/patch-timer-applet_Makefile.in +++ b/x11/mate-applets/files/patch-timerapplet_Makefile.in @@ -1,5 +1,5 @@ ---- timerapplet/Makefile.in.orig 2014-04-14 17:37:14.000000000 +0200 -+++ timerapplet/Makefile.in 2014-04-14 17:38:03.000000000 +0200 +--- timerapplet/Makefile.in.orig 2014-12-05 12:42:20.777973220 +0100 ++++ timerapplet/Makefile.in 2014-12-05 12:42:53.159970630 +0100 @@ -78,7 +78,7 @@ POST_UNINSTALL = : build_triplet = @build@ @@ -21,7 +21,7 @@ am__DEPENDENCIES_1 = -timer_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ +mate_timer_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent @@ -47,22 +47,20 @@ am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ -@@ -448,10 +450,10 @@ - -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +@@ -444,9 +446,9 @@ $(DISABLE_DEPRECATED_CFLAGS) --APPLET_LOCATION = $(libexecdir)/timer-applet + APPLET_LOCATION = $(libexecdir)/timer-applet -timer_applet_SOURCES = timerapplet.c --timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(LIBNOTIFY_LIBS) +-timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) $(LIBNOTIFY_LIBS) -timer_applet_CFLAGS = $(WARN_CFLAGS) -+APPLET_LOCATION = $(libexecdir)/mate-timer-applet +mate_timer_applet_SOURCES = timerapplet.c -+mate_timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(LIBNOTIFY_LIBS) ++mate_timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) $(LIBNOTIFY_LIBS) +mate_timer_applet_CFLAGS = $(WARN_CFLAGS) appletsdir = $(datadir)/mate-panel/applets applets_in_files = org.mate.applets.TimerApplet.mate-panel-applet.in applets_DATA = $(applets_in_files:.mate-panel-applet.in=.mate-panel-applet) -@@ -549,9 +551,9 @@ +@@ -544,9 +546,9 @@ echo " rm -f" $$list; \ rm -f $$list @@ -75,7 +73,7 @@ mostlyclean-compile: -rm -f *.$(OBJEXT) -@@ -559,7 +561,7 @@ +@@ -554,7 +556,7 @@ distclean-compile: -rm -f *.tab.c @@ -84,7 +82,7 @@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@@ -582,19 +584,19 @@ +@@ -577,19 +579,19 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< diff --git a/x11/mate-applets/files/patch-trashapplet_src_Makefile.in b/x11/mate-applets/files/patch-trashapplet_src_Makefile.in index 11073ce3c880..95618f79c635 100644 --- a/x11/mate-applets/files/patch-trashapplet_src_Makefile.in +++ b/x11/mate-applets/files/patch-trashapplet_src_Makefile.in @@ -1,5 +1,11 @@ ---- trashapplet/src/Makefile.in.orig 2014-04-12 15:39:01.000000000 +0200 -+++ trashapplet/src/Makefile.in 2014-04-12 15:39:30.000000000 +0200 +--- trashapplet/src/Makefile.in.orig 2015-01-22 17:36:57.524822808 +0100 ++++ trashapplet/src/Makefile.in 2015-01-22 17:37:30.146818374 +0100 +@@ -1,4 +1,4 @@ +-# Makefile.in generated by automake 1.14.1 from Makefile.am. ++# Makefile.in generated by automake 1.14 from Makefile.am. + # @configure_input@ + + # Copyright (C) 1994-2013 Free Software Foundation, Inc. @@ -77,7 +77,7 @@ POST_UNINSTALL = : build_triplet = @build@ @@ -9,7 +15,7 @@ subdir = trashapplet/src DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp -@@ -96,11 +96,12 @@ +@@ -96,12 +96,12 @@ CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(libexecdir)" PROGRAMS = $(libexec_PROGRAMS) @@ -20,13 +26,14 @@ + trash-empty.$(OBJEXT) xstuff.$(OBJEXT) +mate_trashapplet_OBJECTS = $(am_mate_trashapplet_OBJECTS) am__DEPENDENCIES_1 = --trashapplet_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +-trashapplet_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ +- $(am__DEPENDENCIES_1) +mate_trashapplet_DEPENDENCIES = $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) ++ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent -@@ -139,8 +140,8 @@ +@@ -140,8 +140,8 @@ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = @@ -37,9 +44,44 @@ am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ -@@ -413,14 +414,14 @@ +@@ -226,7 +226,6 @@ + GUCHARMAP_LIBS = @GUCHARMAP_LIBS@ + HAVE_LIBAPM = @HAVE_LIBAPM@ + HAVE_XKB = @HAVE_XKB@ +-HELP_DIR = @HELP_DIR@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ +@@ -242,7 +241,6 @@ + INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@ + INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@ + INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@ +-ITSTOOL = @ITSTOOL@ + LD = @LD@ + LDFLAGS = @LDFLAGS@ + LIBCPUFREQ_LIBS = @LIBCPUFREQ_LIBS@ +@@ -321,18 +319,14 @@ + UPOWER_LIBS = @UPOWER_LIBS@ + USE_NLS = @USE_NLS@ + VERSION = @VERSION@ +-WARN_CFLAGS = @WARN_CFLAGS@ + XGETTEXT = @XGETTEXT@ + XMKMF = @XMKMF@ + XML2_CFLAGS = @XML2_CFLAGS@ + XML2_LIBS = @XML2_LIBS@ +-XMLLINT = @XMLLINT@ + X_CFLAGS = @X_CFLAGS@ + X_EXTRA_LIBS = @X_EXTRA_LIBS@ + X_LIBS = @X_LIBS@ + X_PRE_LIBS = @X_PRE_LIBS@ +-YELP_LC_DIST = @YELP_LC_DIST@ +-YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ + abs_builddir = @abs_builddir@ + abs_srcdir = @abs_srcdir@ + abs_top_builddir = @abs_top_builddir@ +@@ -402,14 +396,14 @@ $(GIO_CFLAGS) \ - -DTRASH_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\" + -DTRASH_MENU_UI_DIR=\""$(datadir)/mate/ui"\" -trashapplet_SOURCES = \ +mate_trashapplet_SOURCES = \ @@ -52,9 +94,9 @@ -trashapplet_LDADD = \ +mate_trashapplet_LDADD = \ $(MATE_APPLETS4_LIBS) \ + $(MATEDESKTOP_LIBS) \ $(GIO_LIBS) \ - -lX11 -@@ -509,9 +510,9 @@ +@@ -499,9 +493,9 @@ echo " rm -f" $$list; \ rm -f $$list diff --git a/x11/mate-applets/files/stickynotes_Makefile.am b/x11/mate-applets/files/stickynotes_Makefile.am new file mode 100644 index 000000000000..d86393547178 --- /dev/null +++ b/x11/mate-applets/files/stickynotes_Makefile.am @@ -0,0 +1,23 @@ +--- stickynotes/Makefile.am.orig 2014-12-05 12:40:40.520108172 +0100 ++++ stickynotes/Makefile.am 2014-12-05 12:41:13.202979210 +0100 +@@ -20,9 +20,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 \ +@@ -34,7 +34,7 @@ + stickynotes_applet.c \ + stickynotes_applet_callbacks.c + +-stickynotes_applet_LDADD = \ ++mate_stickynotes_applet_LDADD = \ + $(STICKYNOTES_LIBS) \ + $(MATE_APPLETS4_LIBS) \ + $(MATEDESKTOP_LIBS) \ diff --git a/x11/mate-applets/files/timerapplet_Makefile.am b/x11/mate-applets/files/timerapplet_Makefile.am new file mode 100644 index 000000000000..a246bd826282 --- /dev/null +++ b/x11/mate-applets/files/timerapplet_Makefile.am @@ -0,0 +1,17 @@ +--- timerapplet/Makefile.am.orig 2014-12-05 12:42:16.277972721 +0100 ++++ timerapplet/Makefile.am 2014-12-05 12:42:39.149096790 +0100 +@@ -8,10 +8,10 @@ + + APPLET_LOCATION = $(libexecdir)/timer-applet + +-libexec_PROGRAMS = timer-applet +-timer_applet_SOURCES = timerapplet.c +-timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) $(LIBNOTIFY_LIBS) +-timer_applet_CFLAGS = $(WARN_CFLAGS) ++libexec_PROGRAMS = mate-timer-applet ++mate_timer_applet_SOURCES = timerapplet.c ++mate_timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) $(LIBNOTIFY_LIBS) ++mate_timer_applet_CFLAGS = $(WARN_CFLAGS) + + appletsdir = $(datadir)/mate-panel/applets + applets_in_files = org.mate.applets.TimerApplet.mate-panel-applet.in diff --git a/x11/mate-applets/files/trashapplet_src_Makefile.am b/x11/mate-applets/files/trashapplet_src_Makefile.am new file mode 100644 index 000000000000..7b139ddd448d --- /dev/null +++ b/x11/mate-applets/files/trashapplet_src_Makefile.am @@ -0,0 +1,22 @@ +--- trashapplet/src/Makefile.am.orig 2014-12-05 12:54:23.744922552 +0100 ++++ trashapplet/src/Makefile.am 2014-12-05 12:54:39.836133588 +0100 +@@ -4,16 +4,16 @@ + $(GIO_CFLAGS) \ + -DTRASH_MENU_UI_DIR=\""$(datadir)/mate/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) \ + $(MATEDESKTOP_LIBS) \ + $(GIO_LIBS) \ diff --git a/x11/mate-applets/pkg-plist b/x11/mate-applets/pkg-plist index 2425982d5ee3..a282230be130 100644 --- a/x11/mate-applets/pkg-plist +++ b/x11/mate-applets/pkg-plist @@ -37,17 +37,24 @@ bin/mate-invest-chart %%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyo libexec/mate-accessx-status-applet %%BATTERY%%libexec/mate-battstat-applet-2 -libexec/mate-charpick_applet2 +libexec/mate-charpick-applet libexec/mate-command-applet -libexec/mate-drivemount_applet2 -libexec/mate-geyes_applet2 +libexec/mate-drivemount-applet +libexec/mate-geyes-applet libexec/mate-invest-applet %%CPUFREQ%%libexec/mate-cpufreq-applet -libexec/mateweather-applet-2 -libexec/mate-multiload-applet-2 -libexec/mate-stickynotes_applet +libexec/mate-multiload-applet +libexec/mate-stickynotes-applet libexec/mate-timer-applet libexec/mate-trashapplet +libexec/mateweather-applet +man/man1/mate-charpick-applet.1.gz +man/man1/mate-cpufreq-selector.1.gz +man/man1/mate-drivemount-applet.1.gz +man/man1/mate-geyes-applet.1.gz +man/man1/mate-invest-chart.1.gz +man/man1/mate-multiload-applet.1.gz +man/man1/mateweather.1.gz 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 @@ -100,13 +107,13 @@ share/help/C/mate-multiload/figures/system-monitor-applet_window.png share/help/C/mate-multiload/figures/system_monitor.png share/help/C/mate-multiload/index.docbook share/help/C/mate-multiload/legal.xml -share/help/C/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/C/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/C/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/C/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/C/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/C/mate-stickynotes_applet/index.docbook -share/help/C/mate-stickynotes_applet/legal.xml +share/help/C/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/C/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/C/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/C/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/C/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/C/mate-stickynotes-applet/index.docbook +share/help/C/mate-stickynotes-applet/legal.xml share/help/C/mate-trashapplet/figures/trash-applet.png share/help/C/mate-trashapplet/index.docbook share/help/C/mate-trashapplet/legal.xml @@ -204,13 +211,13 @@ share/help/ca/mate-multiload/figures/system-monitor-applet_window.png share/help/ca/mate-multiload/figures/system_monitor.png share/help/ca/mate-multiload/index.docbook share/help/ca/mate-multiload/legal.xml -share/help/ca/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/ca/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/ca/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/ca/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/ca/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/ca/mate-stickynotes_applet/index.docbook -share/help/ca/mate-stickynotes_applet/legal.xml +share/help/ca/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/ca/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/ca/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/ca/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/ca/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/ca/mate-stickynotes-applet/index.docbook +share/help/ca/mate-stickynotes-applet/legal.xml share/help/ca/mate-trashapplet/figures/trash-applet.png share/help/ca/mate-trashapplet/index.docbook share/help/ca/mate-trashapplet/legal.xml @@ -264,13 +271,13 @@ share/help/cs/mate-multiload/figures/system-monitor-applet_window.png share/help/cs/mate-multiload/figures/system_monitor.png share/help/cs/mate-multiload/index.docbook share/help/cs/mate-multiload/legal.xml -share/help/cs/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/cs/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/cs/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/cs/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/cs/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/cs/mate-stickynotes_applet/index.docbook -share/help/cs/mate-stickynotes_applet/legal.xml +share/help/cs/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/cs/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/cs/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/cs/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/cs/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/cs/mate-stickynotes-applet/index.docbook +share/help/cs/mate-stickynotes-applet/legal.xml share/help/cs/mate-trashapplet/figures/trash-applet.png share/help/cs/mate-trashapplet/index.docbook share/help/cs/mate-trashapplet/legal.xml @@ -340,13 +347,13 @@ share/help/de/mate-multiload/figures/system-monitor-applet_window.png share/help/de/mate-multiload/figures/system_monitor.png share/help/de/mate-multiload/index.docbook share/help/de/mate-multiload/legal.xml -share/help/de/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/de/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/de/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/de/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/de/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/de/mate-stickynotes_applet/index.docbook -share/help/de/mate-stickynotes_applet/legal.xml +share/help/de/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/de/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/de/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/de/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/de/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/de/mate-stickynotes-applet/index.docbook +share/help/de/mate-stickynotes-applet/legal.xml share/help/de/mate-trashapplet/figures/trash-applet.png share/help/de/mate-trashapplet/index.docbook share/help/de/mate-trashapplet/legal.xml @@ -403,13 +410,13 @@ share/help/el/mate-multiload/figures/system-monitor-applet_window.png share/help/el/mate-multiload/figures/system_monitor.png share/help/el/mate-multiload/index.docbook share/help/el/mate-multiload/legal.xml -share/help/el/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/el/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/el/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/el/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/el/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/el/mate-stickynotes_applet/index.docbook -share/help/el/mate-stickynotes_applet/legal.xml +share/help/el/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/el/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/el/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/el/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/el/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/el/mate-stickynotes-applet/index.docbook +share/help/el/mate-stickynotes-applet/legal.xml share/help/el/mate-trashapplet/figures/trash-applet.png share/help/el/mate-trashapplet/index.docbook share/help/el/mate-trashapplet/legal.xml @@ -466,13 +473,13 @@ share/help/en_GB/mate-multiload/figures/system-monitor-applet_window.png share/help/en_GB/mate-multiload/figures/system_monitor.png share/help/en_GB/mate-multiload/index.docbook share/help/en_GB/mate-multiload/legal.xml -share/help/en_GB/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/en_GB/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/en_GB/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/en_GB/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/en_GB/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/en_GB/mate-stickynotes_applet/index.docbook -share/help/en_GB/mate-stickynotes_applet/legal.xml +share/help/en_GB/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/en_GB/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/en_GB/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/en_GB/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/en_GB/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/en_GB/mate-stickynotes-applet/index.docbook +share/help/en_GB/mate-stickynotes-applet/legal.xml share/help/en_GB/mate-trashapplet/figures/trash-applet.png share/help/en_GB/mate-trashapplet/index.docbook share/help/en_GB/mate-trashapplet/legal.xml @@ -529,13 +536,13 @@ share/help/es/mate-multiload/figures/system-monitor-applet_window.png share/help/es/mate-multiload/figures/system_monitor.png share/help/es/mate-multiload/index.docbook share/help/es/mate-multiload/legal.xml -share/help/es/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/es/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/es/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/es/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/es/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/es/mate-stickynotes_applet/index.docbook -share/help/es/mate-stickynotes_applet/legal.xml +share/help/es/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/es/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/es/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/es/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/es/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/es/mate-stickynotes-applet/index.docbook +share/help/es/mate-stickynotes-applet/legal.xml share/help/es/mate-trashapplet/figures/trash-applet.png share/help/es/mate-trashapplet/index.docbook share/help/es/mate-trashapplet/legal.xml @@ -589,13 +596,13 @@ share/help/eu/mate-multiload/figures/system-monitor-applet_window.png share/help/eu/mate-multiload/figures/system_monitor.png share/help/eu/mate-multiload/index.docbook share/help/eu/mate-multiload/legal.xml -share/help/eu/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/eu/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/eu/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/eu/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/eu/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/eu/mate-stickynotes_applet/index.docbook -share/help/eu/mate-stickynotes_applet/legal.xml +share/help/eu/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/eu/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/eu/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/eu/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/eu/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/eu/mate-stickynotes-applet/index.docbook +share/help/eu/mate-stickynotes-applet/legal.xml share/help/eu/mate-trashapplet/figures/trash-applet.png share/help/eu/mate-trashapplet/index.docbook share/help/eu/mate-trashapplet/legal.xml @@ -652,13 +659,13 @@ share/help/fi/mate-multiload/figures/system-monitor-applet_window.png share/help/fi/mate-multiload/figures/system_monitor.png share/help/fi/mate-multiload/index.docbook share/help/fi/mate-multiload/legal.xml -share/help/fi/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/fi/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/fi/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/fi/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/fi/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/fi/mate-stickynotes_applet/index.docbook -share/help/fi/mate-stickynotes_applet/legal.xml +share/help/fi/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/fi/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/fi/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/fi/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/fi/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/fi/mate-stickynotes-applet/index.docbook +share/help/fi/mate-stickynotes-applet/legal.xml share/help/fi/mate-trashapplet/figures/trash-applet.png share/help/fi/mate-trashapplet/index.docbook share/help/fi/mate-trashapplet/legal.xml @@ -712,13 +719,13 @@ share/help/fr/mate-multiload/figures/system-monitor-applet_window.png share/help/fr/mate-multiload/figures/system_monitor.png share/help/fr/mate-multiload/index.docbook share/help/fr/mate-multiload/legal.xml -share/help/fr/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/fr/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/fr/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/fr/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/fr/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/fr/mate-stickynotes_applet/index.docbook -share/help/fr/mate-stickynotes_applet/legal.xml +share/help/fr/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/fr/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/fr/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/fr/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/fr/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/fr/mate-stickynotes-applet/index.docbook +share/help/fr/mate-stickynotes-applet/legal.xml share/help/fr/mate-trashapplet/figures/trash-applet.png share/help/fr/mate-trashapplet/index.docbook share/help/fr/mate-trashapplet/legal.xml @@ -820,13 +827,13 @@ share/help/ko/mate-multiload/figures/system-monitor-applet_window.png share/help/ko/mate-multiload/figures/system_monitor.png share/help/ko/mate-multiload/index.docbook share/help/ko/mate-multiload/legal.xml -share/help/ko/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/ko/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/ko/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/ko/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/ko/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/ko/mate-stickynotes_applet/index.docbook -share/help/ko/mate-stickynotes_applet/legal.xml +share/help/ko/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/ko/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/ko/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/ko/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/ko/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/ko/mate-stickynotes-applet/index.docbook +share/help/ko/mate-stickynotes-applet/legal.xml share/help/ko/mateweather/figures/mateweather-details.png share/help/ko/mateweather/figures/mateweather-menu-prefs.png share/help/ko/mateweather/figures/mateweather-prefs-general.png @@ -915,13 +922,13 @@ share/help/oc/mate-multiload/figures/system-monitor-applet_window.png share/help/oc/mate-multiload/figures/system_monitor.png share/help/oc/mate-multiload/index.docbook share/help/oc/mate-multiload/legal.xml -share/help/oc/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/oc/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/oc/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/oc/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/oc/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/oc/mate-stickynotes_applet/index.docbook -share/help/oc/mate-stickynotes_applet/legal.xml +share/help/oc/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/oc/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/oc/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/oc/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/oc/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/oc/mate-stickynotes-applet/index.docbook +share/help/oc/mate-stickynotes-applet/legal.xml share/help/oc/mate-trashapplet/figures/trash-applet.png share/help/oc/mate-trashapplet/index.docbook share/help/oc/mate-trashapplet/legal.xml @@ -953,13 +960,13 @@ share/help/pa/mate-multiload/figures/system-monitor-applet_window.png share/help/pa/mate-multiload/figures/system_monitor.png share/help/pa/mate-multiload/index.docbook share/help/pa/mate-multiload/legal.xml -share/help/pa/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/pa/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/pa/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/pa/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/pa/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/pa/mate-stickynotes_applet/index.docbook -share/help/pa/mate-stickynotes_applet/legal.xml +share/help/pa/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/pa/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/pa/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/pa/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/pa/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/pa/mate-stickynotes-applet/index.docbook +share/help/pa/mate-stickynotes-applet/legal.xml share/help/pa/mate-trashapplet/figures/trash-applet.png share/help/pa/mate-trashapplet/index.docbook share/help/pa/mate-trashapplet/legal.xml @@ -990,13 +997,13 @@ share/help/pt_BR/mate-multiload/figures/system-monitor-applet_window.png share/help/pt_BR/mate-multiload/figures/system_monitor.png share/help/pt_BR/mate-multiload/index.docbook share/help/pt_BR/mate-multiload/legal.xml -share/help/pt_BR/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/pt_BR/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/pt_BR/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/pt_BR/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/pt_BR/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/pt_BR/mate-stickynotes_applet/index.docbook -share/help/pt_BR/mate-stickynotes_applet/legal.xml +share/help/pt_BR/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/pt_BR/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/pt_BR/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/pt_BR/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/pt_BR/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/pt_BR/mate-stickynotes-applet/index.docbook +share/help/pt_BR/mate-stickynotes-applet/legal.xml share/help/pt_BR/mate-trashapplet/figures/trash-applet.png share/help/pt_BR/mate-trashapplet/index.docbook share/help/pt_BR/mate-trashapplet/legal.xml @@ -1040,13 +1047,13 @@ share/help/ru/mate-multiload/figures/system-monitor-applet_window.png share/help/ru/mate-multiload/figures/system_monitor.png share/help/ru/mate-multiload/index.docbook share/help/ru/mate-multiload/legal.xml -share/help/ru/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/ru/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/ru/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/ru/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/ru/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/ru/mate-stickynotes_applet/index.docbook -share/help/ru/mate-stickynotes_applet/legal.xml +share/help/ru/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/ru/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/ru/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/ru/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/ru/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/ru/mate-stickynotes-applet/index.docbook +share/help/ru/mate-stickynotes-applet/legal.xml share/help/ru/mate-trashapplet/figures/trash-applet.png share/help/ru/mate-trashapplet/index.docbook share/help/ru/mate-trashapplet/legal.xml @@ -1103,13 +1110,13 @@ share/help/sv/mate-multiload/figures/system-monitor-applet_window.png share/help/sv/mate-multiload/figures/system_monitor.png share/help/sv/mate-multiload/index.docbook share/help/sv/mate-multiload/legal.xml -share/help/sv/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/sv/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/sv/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/sv/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/sv/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/sv/mate-stickynotes_applet/index.docbook -share/help/sv/mate-stickynotes_applet/legal.xml +share/help/sv/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/sv/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/sv/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/sv/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/sv/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/sv/mate-stickynotes-applet/index.docbook +share/help/sv/mate-stickynotes-applet/legal.xml share/help/sv/mate-trashapplet/figures/trash-applet.png share/help/sv/mate-trashapplet/index.docbook share/help/sv/mate-trashapplet/legal.xml @@ -1163,13 +1170,13 @@ share/help/uk/mate-multiload/figures/system-monitor-applet_window.png share/help/uk/mate-multiload/figures/system_monitor.png share/help/uk/mate-multiload/index.docbook share/help/uk/mate-multiload/legal.xml -share/help/uk/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/uk/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/uk/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/uk/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/uk/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/uk/mate-stickynotes_applet/index.docbook -share/help/uk/mate-stickynotes_applet/legal.xml +share/help/uk/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/uk/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/uk/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/uk/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/uk/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/uk/mate-stickynotes-applet/index.docbook +share/help/uk/mate-stickynotes-applet/legal.xml share/help/uk/mate-trashapplet/figures/trash-applet.png share/help/uk/mate-trashapplet/index.docbook share/help/uk/mate-trashapplet/legal.xml @@ -1226,13 +1233,13 @@ share/help/zh_CN/mate-multiload/figures/system-monitor-applet_window.png share/help/zh_CN/mate-multiload/figures/system_monitor.png share/help/zh_CN/mate-multiload/index.docbook share/help/zh_CN/mate-multiload/legal.xml -share/help/zh_CN/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/zh_CN/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/zh_CN/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/zh_CN/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/zh_CN/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/zh_CN/mate-stickynotes_applet/index.docbook -share/help/zh_CN/mate-stickynotes_applet/legal.xml +share/help/zh_CN/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/zh_CN/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/zh_CN/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/zh_CN/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/zh_CN/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/zh_CN/mate-stickynotes-applet/index.docbook +share/help/zh_CN/mate-stickynotes-applet/legal.xml share/help/zh_CN/mate-trashapplet/figures/trash-applet.png share/help/zh_CN/mate-trashapplet/index.docbook share/help/zh_CN/mate-trashapplet/legal.xml @@ -1255,26 +1262,26 @@ share/help/zh_CN/mateweather/legal.xml share/help/zh_HK/mate-geyes/figures/geyes_applet.png share/help/zh_HK/mate-geyes/index.docbook share/help/zh_HK/mate-geyes/legal.xml -share/help/zh_HK/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/zh_HK/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/zh_HK/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/zh_HK/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/zh_HK/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/zh_HK/mate-stickynotes_applet/index.docbook -share/help/zh_HK/mate-stickynotes_applet/legal.xml +share/help/zh_HK/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/zh_HK/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/zh_HK/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/zh_HK/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/zh_HK/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/zh_HK/mate-stickynotes-applet/index.docbook +share/help/zh_HK/mate-stickynotes-applet/legal.xml share/help/zh_HK/mate-trashapplet/figures/trash-applet.png share/help/zh_HK/mate-trashapplet/index.docbook share/help/zh_HK/mate-trashapplet/legal.xml share/help/zh_TW/mate-geyes/figures/geyes_applet.png share/help/zh_TW/mate-geyes/index.docbook share/help/zh_TW/mate-geyes/legal.xml -share/help/zh_TW/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png -share/help/zh_TW/mate-stickynotes_applet/figures/stickynote-right-menu-new.png -share/help/zh_TW/mate-stickynotes_applet/figures/stickynotes-note-prefs.png -share/help/zh_TW/mate-stickynotes_applet/figures/stickynotes-prefs.png -share/help/zh_TW/mate-stickynotes_applet/figures/stickynotes_applet.png -share/help/zh_TW/mate-stickynotes_applet/index.docbook -share/help/zh_TW/mate-stickynotes_applet/legal.xml +share/help/zh_TW/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png +share/help/zh_TW/mate-stickynotes-applet/figures/stickynote-right-menu-new.png +share/help/zh_TW/mate-stickynotes-applet/figures/stickynotes-note-prefs.png +share/help/zh_TW/mate-stickynotes-applet/figures/stickynotes-prefs.png +share/help/zh_TW/mate-stickynotes-applet/figures/stickynotes_applet.png +share/help/zh_TW/mate-stickynotes-applet/index.docbook +share/help/zh_TW/mate-stickynotes-applet/legal.xml share/help/zh_TW/mate-trashapplet/figures/trash-applet.png share/help/zh_TW/mate-trashapplet/index.docbook share/help/zh_TW/mate-trashapplet/legal.xml @@ -1410,16 +1417,16 @@ 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 +share/mate/ui/accessx-status-applet-menu.xml +%%BATTERY%%share/mate/ui/battstat-applet-menu.xml +share/mate/ui/charpick-applet-menu.xml +%%CPUFREQ%%share/mate/ui/cpufreq-applet-menu.xml +share/mate/ui/drivemount-applet-menu.xml +share/mate/ui/geyes-applet-menu.xml +share/mate/ui/mateweather-applet-menu.xml +share/mate/ui/multiload-applet-menu.xml +share/mate/ui/stickynotes-applet-menu.xml +share/mate/ui/trashapplet-menu.xml %%DATADIR%%/Invest_Applet.xml %%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui %%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile index 4ef0b114c956..3544be947b9f 100644 --- a/x11/mate-base/Makefile +++ b/x11/mate-base/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-base -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.0 CATEGORIES= x11 mate MAINTAINER= gnome@FreeBSD.org @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fon mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \ mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza -USE_MATE= caja:run controlcenter:run dialogs:run icontheme:run \ +USE_MATE= caja:run controlcenter:run icontheme:run \ marco:run notificationdaemon:run panel:run \ polkit:run diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index f76ae883fcc7..2de8021c020b 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-desktop -PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTVERSION= 1.10.1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -17,16 +16,16 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification PORTSCOUT= limitw:1,even USES= bison gettext gmake libtool pathfix pkgconfig \ - python tar:xz + python shebangfix tar:xz USE_XORG= x11 xrandr -USE_GNOME= dconf gdkpixbuf2 gtk20 intlhack +USE_GNOME= dconf gdkpixbuf2 gtk20 intlhack introspection:build +SHEBANG_FILES= tools/mpaste USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 \ --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc \ --disable-user-guide \ - --disable-desktop-docs + --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip @@ -47,6 +46,13 @@ GLIB_SCHEMAS= org.mate.accessibility-keyboard.gschema.xml \ org.mate.sound.gschema.xml \ org.mate.thumbnail-cache.gschema.xml \ org.mate.thumbnailers.gschema.xml \ - org.mate.typing-break.gschema.xml + org.mate.typing-break.gschema.xml \ + org.mate.debug.gschema.xml + +OPTIONS_SUB= yes +OPTIONS_DEFINE= PASTE +OPTIONS_DEFAULT= PASTE +PASTE_CONFIGURE_ENABLE= mpaste +PASTE_DESC= Build the mate paste tool .include <bsd.port.mk> diff --git a/x11/mate-desktop/distinfo b/x11/mate-desktop/distinfo index 56e10f8a5fee..1969f35cfb0f 100644 --- a/x11/mate-desktop/distinfo +++ b/x11/mate-desktop/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-desktop-1.8.1.tar.xz) = a4e1316f9468150e30495b54024fbc9f98e12cc7f9750d972f5457f13ca908f3 -SIZE (mate/mate-desktop-1.8.1.tar.xz) = 8027312 +SHA256 (mate/mate-desktop-1.10.1.tar.xz) = 42d8c088a0313884235bbd8901a40b45614cf60c275841397bcc47a5d7fa48c7 +SIZE (mate/mate-desktop-1.10.1.tar.xz) = 9095172 diff --git a/x11/mate-desktop/pkg-plist b/x11/mate-desktop/pkg-plist index 2b83c334905a..81822f96055d 100644 --- a/x11/mate-desktop/pkg-plist +++ b/x11/mate-desktop/pkg-plist @@ -1,7 +1,12 @@ bin/mate-about -bin/mate-gsettings-toggle +bin/mate-color-select +%%PASTE%%bin/mpaste +include/mate-desktop-2.0/libmate-desktop/mate-aboutdialog.h include/mate-desktop-2.0/libmate-desktop/mate-bg-crossfade.h include/mate-desktop-2.0/libmate-desktop/mate-bg.h +include/mate-desktop-2.0/libmate-desktop/mate-colorbutton.h +include/mate-desktop-2.0/libmate-desktop/mate-colorsel.h +include/mate-desktop-2.0/libmate-desktop/mate-colorseldialog.h include/mate-desktop-2.0/libmate-desktop/mate-dconf.h include/mate-desktop-2.0/libmate-desktop/mate-desktop-item.h include/mate-desktop-2.0/libmate-desktop/mate-desktop-thumbnail.h @@ -11,15 +16,18 @@ include/mate-desktop-2.0/libmate-desktop/mate-gsettings.h include/mate-desktop-2.0/libmate-desktop/mate-rr-config.h include/mate-desktop-2.0/libmate-desktop/mate-rr-labeler.h include/mate-desktop-2.0/libmate-desktop/mate-rr.h +lib/girepository-1.0/MateDesktop-2.0.typelib lib/libmate-desktop-2.a lib/libmate-desktop-2.so lib/libmate-desktop-2.so.17 lib/libmate-desktop-2.so.17.1.4 libdata/pkgconfig/mate-desktop-2.0.pc man/man1/mate-about.1.gz -man/man1/mate-gsettings-toggle.1.gz +man/man1/mate-color-select.1.gz +man/man1/mpaste.1.gz share/MateConf/gsettings/mate-desktop.convert share/applications/mate-about.desktop +share/applications/mate-color-select.desktop %%DOCSDIR%%/MateBG.html %%DOCSDIR%%/MateDesktopItem.html %%DOCSDIR%%/MateDesktopThumbnailFactory.html @@ -47,6 +55,7 @@ share/applications/mate-about.desktop %%DOCSDIR%%/thumbnail.html %%DOCSDIR%%/up-insensitive.png %%DOCSDIR%%/up.png +share/gir-1.0/MateDesktop-2.0.gir share/libmate-desktop/pnp.ids share/locale/af/LC_MESSAGES/mate-desktop.mo share/locale/am/LC_MESSAGES/mate-desktop.mo diff --git a/x11/mate-dialogs/Makefile b/x11/mate-dialogs/Makefile deleted file mode 100644 index 17badd6c6cab..000000000000 --- a/x11/mate-dialogs/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Franz Klammer <klammer@webonaut.com> -# $FreeBSD$ - -PORTNAME= mate-dialogs -PORTVERSION= 1.8.0 -PORTREVISION= 1 -CATEGORIES= x11 mate -MASTER_SITES= MATE -DIST_SUBDIR= mate - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Display MATE dialogs from the command line - -BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool - -PORTSCOUT= limitw:1,even - -USES= gettext gmake pkgconfig tar:xz -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gtk=2.0 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - -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 - -.include <bsd.port.mk> diff --git a/x11/mate-dialogs/distinfo b/x11/mate-dialogs/distinfo deleted file mode 100644 index 4ea7142384e3..000000000000 --- a/x11/mate-dialogs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mate/mate-dialogs-1.8.0.tar.xz) = 1db39f743846377c1b5e065c1199285cd70509a26ae2fbdec0884b06f00bcbda -SIZE (mate/mate-dialogs-1.8.0.tar.xz) = 2786956 diff --git a/x11/mate-dialogs/pkg-descr b/x11/mate-dialogs/pkg-descr deleted file mode 100644 index c2e513f86e38..000000000000 --- a/x11/mate-dialogs/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 01b506581bc3..000000000000 --- a/x11/mate-dialogs/pkg-plist +++ /dev/null @@ -1,327 +0,0 @@ -bin/matedialog -man/man1/matedialog.1.gz -share/help/C/matedialog/figures/matedialog-calendar-screenshot.png -share/help/C/matedialog/figures/matedialog-entry-screenshot.png -share/help/C/matedialog/figures/matedialog-error-screenshot.png -share/help/C/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/C/matedialog/figures/matedialog-information-screenshot.png -share/help/C/matedialog/figures/matedialog-list-screenshot.png -share/help/C/matedialog/figures/matedialog-notification-screenshot.png -share/help/C/matedialog/figures/matedialog-progress-screenshot.png -share/help/C/matedialog/figures/matedialog-question-screenshot.png -share/help/C/matedialog/figures/matedialog-text-screenshot.png -share/help/C/matedialog/figures/matedialog-warning-screenshot.png -share/help/C/matedialog/index.docbook -share/help/C/matedialog/legal.xml -share/help/bg/matedialog/figures/matedialog-calendar-screenshot.png -share/help/bg/matedialog/figures/matedialog-entry-screenshot.png -share/help/bg/matedialog/figures/matedialog-error-screenshot.png -share/help/bg/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/bg/matedialog/figures/matedialog-information-screenshot.png -share/help/bg/matedialog/figures/matedialog-list-screenshot.png -share/help/bg/matedialog/figures/matedialog-notification-screenshot.png -share/help/bg/matedialog/figures/matedialog-progress-screenshot.png -share/help/bg/matedialog/figures/matedialog-question-screenshot.png -share/help/bg/matedialog/figures/matedialog-text-screenshot.png -share/help/bg/matedialog/figures/matedialog-warning-screenshot.png -share/help/bg/matedialog/index.docbook -share/help/bg/matedialog/legal.xml -share/help/cs/matedialog/figures/matedialog-calendar-screenshot.png -share/help/cs/matedialog/figures/matedialog-entry-screenshot.png -share/help/cs/matedialog/figures/matedialog-error-screenshot.png -share/help/cs/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/cs/matedialog/figures/matedialog-information-screenshot.png -share/help/cs/matedialog/figures/matedialog-list-screenshot.png -share/help/cs/matedialog/figures/matedialog-notification-screenshot.png -share/help/cs/matedialog/figures/matedialog-progress-screenshot.png -share/help/cs/matedialog/figures/matedialog-question-screenshot.png -share/help/cs/matedialog/figures/matedialog-text-screenshot.png -share/help/cs/matedialog/figures/matedialog-warning-screenshot.png -share/help/cs/matedialog/index.docbook -share/help/cs/matedialog/legal.xml -share/help/da/matedialog/figures/matedialog-calendar-screenshot.png -share/help/da/matedialog/figures/matedialog-entry-screenshot.png -share/help/da/matedialog/figures/matedialog-error-screenshot.png -share/help/da/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/da/matedialog/figures/matedialog-information-screenshot.png -share/help/da/matedialog/figures/matedialog-list-screenshot.png -share/help/da/matedialog/figures/matedialog-notification-screenshot.png -share/help/da/matedialog/figures/matedialog-progress-screenshot.png -share/help/da/matedialog/figures/matedialog-question-screenshot.png -share/help/da/matedialog/figures/matedialog-text-screenshot.png -share/help/da/matedialog/figures/matedialog-warning-screenshot.png -share/help/da/matedialog/index.docbook -share/help/da/matedialog/legal.xml -share/help/de/matedialog/figures/matedialog-calendar-screenshot.png -share/help/de/matedialog/figures/matedialog-entry-screenshot.png -share/help/de/matedialog/figures/matedialog-error-screenshot.png -share/help/de/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/de/matedialog/figures/matedialog-information-screenshot.png -share/help/de/matedialog/figures/matedialog-list-screenshot.png -share/help/de/matedialog/figures/matedialog-notification-screenshot.png -share/help/de/matedialog/figures/matedialog-progress-screenshot.png -share/help/de/matedialog/figures/matedialog-question-screenshot.png -share/help/de/matedialog/figures/matedialog-text-screenshot.png -share/help/de/matedialog/figures/matedialog-warning-screenshot.png -share/help/de/matedialog/index.docbook -share/help/de/matedialog/legal.xml -share/help/el/matedialog/figures/matedialog-calendar-screenshot.png -share/help/el/matedialog/figures/matedialog-entry-screenshot.png -share/help/el/matedialog/figures/matedialog-error-screenshot.png -share/help/el/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/el/matedialog/figures/matedialog-information-screenshot.png -share/help/el/matedialog/figures/matedialog-list-screenshot.png -share/help/el/matedialog/figures/matedialog-notification-screenshot.png -share/help/el/matedialog/figures/matedialog-progress-screenshot.png -share/help/el/matedialog/figures/matedialog-question-screenshot.png -share/help/el/matedialog/figures/matedialog-text-screenshot.png -share/help/el/matedialog/figures/matedialog-warning-screenshot.png -share/help/el/matedialog/index.docbook -share/help/el/matedialog/legal.xml -share/help/en_GB/matedialog/figures/matedialog-calendar-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-entry-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-error-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-information-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-list-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-notification-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-progress-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-question-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-text-screenshot.png -share/help/en_GB/matedialog/figures/matedialog-warning-screenshot.png -share/help/en_GB/matedialog/index.docbook -share/help/en_GB/matedialog/legal.xml -share/help/es/matedialog/figures/matedialog-calendar-screenshot.png -share/help/es/matedialog/figures/matedialog-entry-screenshot.png -share/help/es/matedialog/figures/matedialog-error-screenshot.png -share/help/es/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/es/matedialog/figures/matedialog-information-screenshot.png -share/help/es/matedialog/figures/matedialog-list-screenshot.png -share/help/es/matedialog/figures/matedialog-notification-screenshot.png -share/help/es/matedialog/figures/matedialog-progress-screenshot.png -share/help/es/matedialog/figures/matedialog-question-screenshot.png -share/help/es/matedialog/figures/matedialog-text-screenshot.png -share/help/es/matedialog/figures/matedialog-warning-screenshot.png -share/help/es/matedialog/index.docbook -share/help/es/matedialog/legal.xml -share/help/eu/matedialog/figures/matedialog-calendar-screenshot.png -share/help/eu/matedialog/figures/matedialog-entry-screenshot.png -share/help/eu/matedialog/figures/matedialog-error-screenshot.png -share/help/eu/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/eu/matedialog/figures/matedialog-information-screenshot.png -share/help/eu/matedialog/figures/matedialog-list-screenshot.png -share/help/eu/matedialog/figures/matedialog-notification-screenshot.png -share/help/eu/matedialog/figures/matedialog-progress-screenshot.png -share/help/eu/matedialog/figures/matedialog-question-screenshot.png -share/help/eu/matedialog/figures/matedialog-text-screenshot.png -share/help/eu/matedialog/figures/matedialog-warning-screenshot.png -share/help/eu/matedialog/index.docbook -share/help/eu/matedialog/legal.xml -share/help/fi/matedialog/figures/matedialog-calendar-screenshot.png -share/help/fi/matedialog/figures/matedialog-entry-screenshot.png -share/help/fi/matedialog/figures/matedialog-error-screenshot.png -share/help/fi/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/fi/matedialog/figures/matedialog-information-screenshot.png -share/help/fi/matedialog/figures/matedialog-list-screenshot.png -share/help/fi/matedialog/figures/matedialog-notification-screenshot.png -share/help/fi/matedialog/figures/matedialog-progress-screenshot.png -share/help/fi/matedialog/figures/matedialog-question-screenshot.png -share/help/fi/matedialog/figures/matedialog-text-screenshot.png -share/help/fi/matedialog/figures/matedialog-warning-screenshot.png -share/help/fi/matedialog/index.docbook -share/help/fi/matedialog/legal.xml -share/help/fr/matedialog/figures/matedialog-calendar-screenshot.png -share/help/fr/matedialog/figures/matedialog-entry-screenshot.png -share/help/fr/matedialog/figures/matedialog-error-screenshot.png -share/help/fr/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/fr/matedialog/figures/matedialog-information-screenshot.png -share/help/fr/matedialog/figures/matedialog-list-screenshot.png -share/help/fr/matedialog/figures/matedialog-notification-screenshot.png -share/help/fr/matedialog/figures/matedialog-progress-screenshot.png -share/help/fr/matedialog/figures/matedialog-question-screenshot.png -share/help/fr/matedialog/figures/matedialog-text-screenshot.png -share/help/fr/matedialog/figures/matedialog-warning-screenshot.png -share/help/fr/matedialog/index.docbook -share/help/fr/matedialog/legal.xml -share/help/oc/matedialog/figures/matedialog-calendar-screenshot.png -share/help/oc/matedialog/figures/matedialog-entry-screenshot.png -share/help/oc/matedialog/figures/matedialog-error-screenshot.png -share/help/oc/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/oc/matedialog/figures/matedialog-information-screenshot.png -share/help/oc/matedialog/figures/matedialog-list-screenshot.png -share/help/oc/matedialog/figures/matedialog-notification-screenshot.png -share/help/oc/matedialog/figures/matedialog-progress-screenshot.png -share/help/oc/matedialog/figures/matedialog-question-screenshot.png -share/help/oc/matedialog/figures/matedialog-text-screenshot.png -share/help/oc/matedialog/figures/matedialog-warning-screenshot.png -share/help/oc/matedialog/index.docbook -share/help/oc/matedialog/legal.xml -share/help/pt_BR/matedialog/figures/matedialog-calendar-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-entry-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-error-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-information-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-list-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-notification-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-progress-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-question-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-text-screenshot.png -share/help/pt_BR/matedialog/figures/matedialog-warning-screenshot.png -share/help/pt_BR/matedialog/index.docbook -share/help/pt_BR/matedialog/legal.xml -share/help/ru/matedialog/figures/matedialog-calendar-screenshot.png -share/help/ru/matedialog/figures/matedialog-entry-screenshot.png -share/help/ru/matedialog/figures/matedialog-error-screenshot.png -share/help/ru/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/ru/matedialog/figures/matedialog-information-screenshot.png -share/help/ru/matedialog/figures/matedialog-list-screenshot.png -share/help/ru/matedialog/figures/matedialog-notification-screenshot.png -share/help/ru/matedialog/figures/matedialog-progress-screenshot.png -share/help/ru/matedialog/figures/matedialog-question-screenshot.png -share/help/ru/matedialog/figures/matedialog-text-screenshot.png -share/help/ru/matedialog/figures/matedialog-warning-screenshot.png -share/help/ru/matedialog/index.docbook -share/help/ru/matedialog/legal.xml -share/help/sv/matedialog/figures/matedialog-calendar-screenshot.png -share/help/sv/matedialog/figures/matedialog-entry-screenshot.png -share/help/sv/matedialog/figures/matedialog-error-screenshot.png -share/help/sv/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/sv/matedialog/figures/matedialog-information-screenshot.png -share/help/sv/matedialog/figures/matedialog-list-screenshot.png -share/help/sv/matedialog/figures/matedialog-notification-screenshot.png -share/help/sv/matedialog/figures/matedialog-progress-screenshot.png -share/help/sv/matedialog/figures/matedialog-question-screenshot.png -share/help/sv/matedialog/figures/matedialog-text-screenshot.png -share/help/sv/matedialog/figures/matedialog-warning-screenshot.png -share/help/sv/matedialog/index.docbook -share/help/sv/matedialog/legal.xml -share/help/uk/matedialog/figures/matedialog-calendar-screenshot.png -share/help/uk/matedialog/figures/matedialog-entry-screenshot.png -share/help/uk/matedialog/figures/matedialog-error-screenshot.png -share/help/uk/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/uk/matedialog/figures/matedialog-information-screenshot.png -share/help/uk/matedialog/figures/matedialog-list-screenshot.png -share/help/uk/matedialog/figures/matedialog-notification-screenshot.png -share/help/uk/matedialog/figures/matedialog-progress-screenshot.png -share/help/uk/matedialog/figures/matedialog-question-screenshot.png -share/help/uk/matedialog/figures/matedialog-text-screenshot.png -share/help/uk/matedialog/figures/matedialog-warning-screenshot.png -share/help/uk/matedialog/index.docbook -share/help/uk/matedialog/legal.xml -share/help/zh_CN/matedialog/figures/matedialog-calendar-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-entry-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-error-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-fileselection-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-information-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-list-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-notification-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-progress-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-question-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-text-screenshot.png -share/help/zh_CN/matedialog/figures/matedialog-warning-screenshot.png -share/help/zh_CN/matedialog/index.docbook -share/help/zh_CN/matedialog/legal.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/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/cmn/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/kk/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/ky/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 diff --git a/x11/mate-menus/Makefile b/x11/mate-menus/Makefile index 43d7579cc6aa..a35c5f614bcb 100644 --- a/x11/mate-menus/Makefile +++ b/x11/mate-menus/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-menus -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/x11/mate-menus/distinfo b/x11/mate-menus/distinfo index 126e673a0dc1..2f446dcb02d1 100644 --- a/x11/mate-menus/distinfo +++ b/x11/mate-menus/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-menus-1.8.0.tar.xz) = 0610c1c5c2348e8bcd1dae7bed808c451917a69b31d4b80de2b2f6288005b43c -SIZE (mate/mate-menus-1.8.0.tar.xz) = 342768 +SHA256 (mate/mate-menus-1.10.0.tar.xz) = dc0832bdcc60354ccfc6e898cf167b7f45778825ef2011d7fe849c10ed0ae759 +SIZE (mate/mate-menus-1.10.0.tar.xz) = 342796 diff --git a/x11/mate-menus/pkg-plist b/x11/mate-menus/pkg-plist index ef1e67191d5d..bcd55cd77c18 100644 --- a/x11/mate-menus/pkg-plist +++ b/x11/mate-menus/pkg-plist @@ -1,11 +1,11 @@ etc/xdg/menus/mate-applications.menu etc/xdg/menus/mate-settings.menu include/mate-menus/matemenu-tree.h +lib/girepository-1.0/MateMenu-2.0.typelib lib/libmate-menu.a lib/libmate-menu.so lib/libmate-menu.so.2 lib/libmate-menu.so.2.4.9 -lib/girepository-1.0/MateMenu-2.0.typelib %%PYTHON_SITELIBDIR%%/matemenu.a %%PYTHON_SITELIBDIR%%/matemenu.so libdata/pkgconfig/libmate-menu.pc @@ -69,6 +69,7 @@ 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/ku_IQ/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 diff --git a/x11/mate-panel/Makefile b/x11/mate-panel/Makefile index f9f3879aab63..e43e9e72d752 100644 --- a/x11/mate-panel/Makefile +++ b/x11/mate-panel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-panel -PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTVERSION= 1.10.1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -26,6 +25,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-network-manager \ --disable-gtk-doc \ + --with-gtk=2.0 \ --with-html-dir=${PREFIX}/share/doc \ --libexecdir=${PREFIX}/lib/mate-panel INSTALLS_ICONS= yes diff --git a/x11/mate-panel/distinfo b/x11/mate-panel/distinfo index 63a0f8132551..ca22bf4806c3 100644 --- a/x11/mate-panel/distinfo +++ b/x11/mate-panel/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-panel-1.8.1.tar.xz) = d53d1546577db3e45ce6b46b4a40b2edc066781cc1e864eef47ad07b0fdb3f19 -SIZE (mate/mate-panel-1.8.1.tar.xz) = 1953156 +SHA256 (mate/mate-panel-1.10.1.tar.xz) = 261702b4eaf5339a55629c5f31466fb7878d5a640f80f88edde54ed1b9eba444 +SIZE (mate/mate-panel-1.10.1.tar.xz) = 1934576 diff --git a/x11/mate-panel/files/patch-applets_wncklet_workspace-switcher.c b/x11/mate-panel/files/patch-applets_wncklet_workspace-switcher.c deleted file mode 100644 index 8f1bdfc76e0e..000000000000 --- a/x11/mate-panel/files/patch-applets_wncklet_workspace-switcher.c +++ /dev/null @@ -1,11 +0,0 @@ ---- applets/wncklet/workspace-switcher.c.orig -+++ applets/wncklet/workspace-switcher.c -@@ -143,7 +143,7 @@ - - if (!wm_name) - pager->wm = PAGER_WM_UNKNOWN; -- else if (strcmp(wm_name, "Marco") == 0) -+ else if (strcmp(wm_name, "Metacity (Marco)") == 0) - pager->wm = PAGER_WM_MARCO; - else if (strcmp(wm_name, "Compiz") == 0) - pager->wm = PAGER_WM_COMPIZ; diff --git a/x11/mate-panel/pkg-plist b/x11/mate-panel/pkg-plist index eb7c7cd15c59..ec03f05a4fdb 100644 --- a/x11/mate-panel/pkg-plist +++ b/x11/mate-panel/pkg-plist @@ -353,44 +353,47 @@ 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%%/layouts/default.layout -%%DATADIR%%/layouts/linuxmint.layout -%%DATADIR%%/layouts/opensuse.layout -%%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-panel/applets/org.mate.panel.ClockApplet.mate-panel-applet +share/mate-panel/applets/org.mate.panel.FishApplet.mate-panel-applet +share/mate-panel/applets/org.mate.panel.NotificationAreaApplet.mate-panel-applet +share/mate-panel/applets/org.mate.panel.Wncklet.mate-panel-applet +share/mate-panel/layouts/default.layout +share/mate-panel/layouts/fedora.layout +share/mate-panel/layouts/linuxmint.layout +share/mate-panel/layouts/mageia.layout +share/mate-panel/layouts/opensuse.layout +share/mate-panel/layouts/ubuntu.layout +share/mate-panel/pixmaps/clock-calendar-icon.png +share/mate-panel/pixmaps/clock-face-large.svg +share/mate-panel/pixmaps/clock-face-small-day.svg +share/mate-panel/pixmaps/clock-face-small-evening.svg +share/mate-panel/pixmaps/clock-face-small-morning.svg +share/mate-panel/pixmaps/clock-face-small-night.svg +share/mate-panel/pixmaps/clock-face-small.svg +share/mate-panel/pixmaps/clock-map-location-current.png +share/mate-panel/pixmaps/clock-map-location-hilight.png +share/mate-panel/pixmaps/clock-map-location-marker.png +share/mate-panel/pixmaps/clock-map.png +share/mate-panel/pixmaps/fishanim.png +share/mate-panel/pixmaps/footguy.png +share/mate-panel/pixmaps/mate-gegl2-2.png +share/mate-panel/pixmaps/mate-gegl2.png +share/mate-panel/pixmaps/monkey.png +share/mate-panel/pixmaps/oldwanda.png +share/mate-panel/pixmaps/wanda.png +share/mate-panel/ui/clock-menu.xml +share/mate-panel/ui/clock.ui +share/mate-panel/ui/fish-menu.xml +share/mate-panel/ui/fish.ui +share/mate-panel/ui/notification-area-menu.xml +share/mate-panel/ui/panel-properties-dialog.ui +share/mate-panel/ui/panel-run-dialog.ui +share/mate-panel/ui/panel-test-applets.ui +share/mate-panel/ui/showdesktop-menu.xml +share/mate-panel/ui/window-list-menu.xml +share/mate-panel/ui/window-list.ui +share/mate-panel/ui/window-menu-menu.xml +share/mate-panel/ui/workspace-switcher-menu.xml +share/mate-panel/ui/workspace-switcher.ui @dir lib/mate-panel/modules @exec %D/bin/gio-querymodules %D/lib/mate-panel/modules diff --git a/x11/mate-screensaver/Makefile b/x11/mate-screensaver/Makefile index d16578e06f68..c545cf035032 100644 --- a/x11/mate-screensaver/Makefile +++ b/x11/mate-screensaver/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-screensaver -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.2 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -24,6 +24,7 @@ USE_GNOME= glib20 gtk20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xscreensaverdir=${XSCREENSAVER_DIR} \ --with-xscreensaverhackdir=${LOCALBASE}/bin/xscreensaver-hacks \ + --with-gtk=2.0 \ --with-console-kit=yes \ --with-systemd=no CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11/mate-screensaver/distinfo b/x11/mate-screensaver/distinfo index dd02d039171b..7a5f6739d206 100644 --- a/x11/mate-screensaver/distinfo +++ b/x11/mate-screensaver/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-screensaver-1.8.1.tar.xz) = a3dd1fe9e8d05b7815544fa186c43a35271dd8b512d6b0377038df02c28c9d62 -SIZE (mate/mate-screensaver-1.8.1.tar.xz) = 4874424 +SHA256 (mate/mate-screensaver-1.10.2.tar.xz) = 19b79dc4b4b5a6dcd407daf5b8f310b6da8210445a6271d265458e79a58d539d +SIZE (mate/mate-screensaver-1.10.2.tar.xz) = 4888108 diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile index 06a3c2672577..1880afab1dfd 100644 --- a/x11/mate-session-manager/Makefile +++ b/x11/mate-session-manager/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-session-manager -PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTVERSION= 1.10.2 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -20,12 +19,13 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consoleki PORTSCOUT= limitw:1,even USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_MATE= settingsdaemon +USE_MATE= desktop USE_XORG= ice sm xau xext xrandr xrender xtrans xtst USE_GNOME= gtk20 intlhack librsvg2 libxslt pango GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs \ --with-gtk=2.0 \ + --enable-upower \ --with-systemd=no INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11/mate-session-manager/distinfo b/x11/mate-session-manager/distinfo index d924f991ace7..7380797657c5 100644 --- a/x11/mate-session-manager/distinfo +++ b/x11/mate-session-manager/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-session-manager-1.8.1.tar.xz) = 2f85a714704bc475d08809be6ecf24a5d94d2e2d0ea5ac704d67557c349d7b8c -SIZE (mate/mate-session-manager-1.8.1.tar.xz) = 524204 +SHA256 (mate/mate-session-manager-1.10.2.tar.xz) = ed9d622d0747521c5ef11bbaea85f40445ef68c06ef6d1626b53055b0185cf7a +SIZE (mate/mate-session-manager-1.10.2.tar.xz) = 549568 diff --git a/x11/mate-session-manager/pkg-plist b/x11/mate-session-manager/pkg-plist index aa6c4ce1c21d..591d7bec49b2 100644 --- a/x11/mate-session-manager/pkg-plist +++ b/x11/mate-session-manager/pkg-plist @@ -1,7 +1,9 @@ bin/mate-session +bin/mate-session-inhibit bin/mate-session-properties bin/mate-session-save bin/mate-wm +man/man1/mate-session-inhibit.1.gz man/man1/mate-session-properties.1.gz man/man1/mate-session-save.1.gz man/man1/mate-session.1.gz diff --git a/x11/mate-terminal/Makefile b/x11/mate-terminal/Makefile index 1920bbcae280..6162e207a036 100644 --- a/x11/mate-terminal/Makefile +++ b/x11/mate-terminal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-terminal -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.0 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -14,9 +14,11 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake pathfix pkgconfig shebangfix tar:xz +USE_MATE= desktop USE_XORG= sm x11 USE_GNOME= dconf gtk20 intlhack vte +SHEBANG_FILES= mate-terminal.wrapper GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11/mate-terminal/distinfo b/x11/mate-terminal/distinfo index 56333698a934..0a2f2906e94f 100644 --- a/x11/mate-terminal/distinfo +++ b/x11/mate-terminal/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-terminal-1.8.1.tar.xz) = d4ba3fd495feb4f8836ea9ca4c201c78fe9564c8190a2d3c84ca4e514a7aa39d -SIZE (mate/mate-terminal-1.8.1.tar.xz) = 1160064 +SHA256 (mate/mate-terminal-1.10.0.tar.xz) = 2a0d648c9da39a20bd1a36b53447d1e873dbd40a904026f999266b8346a0c9d3 +SIZE (mate/mate-terminal-1.10.0.tar.xz) = 1161704 diff --git a/x11/mate-terminal/pkg-plist b/x11/mate-terminal/pkg-plist index e841021cec98..780c1ac6cc47 100644 --- a/x11/mate-terminal/pkg-plist +++ b/x11/mate-terminal/pkg-plist @@ -1,6 +1,7 @@ bin/mate-terminal bin/mate-terminal.wrapper man/man1/mate-terminal.1.gz +share/appdata/mate-terminal.appdata.xml share/applications/mate-terminal.desktop share/help/C/mate-terminal/figures/mate-terminal-default.png share/help/C/mate-terminal/figures/mate-terminal-tabbed.png @@ -95,6 +96,7 @@ 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/en_US/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 diff --git a/x11/mate/Makefile b/x11/mate/Makefile index 0781e5b1ec3f..6442167bcd11 100644 --- a/x11/mate/Makefile +++ b/x11/mate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate -PORTVERSION= 1.8.1 +PORTVERSION= 1.10.0 CATEGORIES= x11 mate MAINTAINER= gnome@FreeBSD.org @@ -15,7 +15,7 @@ RUN_DEPENDS= mate-base>=1.8.0:${PORTSDIR}/x11/mate-base \ mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza \ mate-terminal:${PORTSDIR}/x11/mate-terminal \ mate-screensaver:${PORTSDIR}/x11/mate-screensaver \ - mate-calc:${PORTSDIR}/math/mate-calc \ + galculator:${PORTSDIR}/math/galculator \ mate-screenshot:${PORTSDIR}/deskutils/mate-utils \ mate-system-monitor:${PORTSDIR}/sysutils/mate-system-monitor \ eom:${PORTSDIR}/graphics/eom \ @@ -23,6 +23,7 @@ RUN_DEPENDS= mate-base>=1.8.0:${PORTSDIR}/x11/mate-base \ atril:${PORTSDIR}/graphics/atril \ mate-volume-control:${PORTSDIR}/audio/mate-media \ mate-power-manager:${PORTSDIR}/sysutils/mate-power-manager \ + caja-sendto:${PORTSDIR}/deskutils/caja-extensions \ mozo:${PORTSDIR}/deskutils/mozo \ mate-applets>=1.8.0:${PORTSDIR}/x11/mate-applets |