diff options
Diffstat (limited to 'x11/mate-applets')
22 files changed, 3764 insertions, 0 deletions
diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile new file mode 100644 index 000000000..7cc30ad95 --- /dev/null +++ b/x11/mate-applets/Makefile @@ -0,0 +1,81 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTNAME= mate-applets +PORTVERSION= 1.6.1 +PORTREVISION= 1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Applets components for the MATE Desktop Environment + +LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ + libxklavier.so:${PORTSDIR}/x11/libxklavier \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ + libhal.so:${PORTSDIR}/sysutils/hal \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libnotify.so:${PORTSDIR}/devel/libnotify + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig tar:xz +USE_MATE= autogen common:build desktop docutils icontheme intlhack \ + libmateweather libmatewnck mucharmap panel \ + polkit settingsdaemon +USE_XORG= x11 +USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 introspection:build \ + libxml2 libxslt pygobject pygtk2 +USE_PYTHON= yes +USE_LDCONFIG= yes +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --enable-mixer-applet \ + --disable-networkmanager +CONFIGURE_ENV= OS_SYS="/usr/include" +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \ + org.mate.panel.applet.geyes.gschema.xml \ + org.mate.panel.applet.multiload.gschema.xml \ + org.mate.stickynotes.gschema.xml + +FIX_APPLETS= accessx-status battstat charpick drivemount geyes \ + invest-applet/data multiload stickynotes trashapplet + +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +CFLAGS+= -fPIC +PLIST_SUB+= BATTERY="@comment " +.else +GLIB_SCHEMAS+= org.mate.panel.applet.battstat.gschema.xml +PLIST_SUB+= BATTERY="" +.endif + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +PLIST_SUB+= CPUFREQ="@comment " +.else +PLIST_SUB+= CPUFREQ="" +GLIB_SCHEMAS+= org.mate.panel.applet.cpufreq.gschema.xml +.endif + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.am | ${XARGS} ${REINPLACE_CMD} -e \ + 's|" == "|" = "|g' + ${MV} ${WRKSRC}/invest-applet/invest/invest-applet.py \ + ${WRKSRC}/invest-applet/invest/mate-invest-applet.py +.for dir in ${FIX_APPLETS} + @${REINPLACE_CMD} -e 's|@LIBEXECDIR@/|@LIBEXECDIR@/mate-|g' \ + ${WRKSRC}/${dir}/org.mate.* +.endfor + +.include <bsd.port.post.mk> diff --git a/x11/mate-applets/distinfo b/x11/mate-applets/distinfo new file mode 100644 index 000000000..e4c6078f7 --- /dev/null +++ b/x11/mate-applets/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-applets-1.6.1.tar.xz) = 8693cd88c4731796c09294c962d0ff12092d536121a5c41ddb06fffbc78aa00a +SIZE (mate/mate-applets-1.6.1.tar.xz) = 6795168 diff --git a/x11/mate-applets/files/patch-accessx-status_Makefile.am b/x11/mate-applets/files/patch-accessx-status_Makefile.am new file mode 100644 index 000000000..ab2d003c3 --- /dev/null +++ b/x11/mate-applets/files/patch-accessx-status_Makefile.am @@ -0,0 +1,19 @@ +--- accessx-status/Makefile.am.orig 2013-04-12 00:00:04.000000000 +0200 ++++ accessx-status/Makefile.am 2013-08-18 12:20:28.000000000 +0200 +@@ -5,13 +5,13 @@ + -DACCESSX_PIXMAPS_DIR=\""$(datadir)/pixmaps/mate-accessx-status-applet"\" \ + -DACCESSX_MENU_UI_DIR=\""$(uidir)"\" + +-libexec_PROGRAMS = accessx-status-applet ++libexec_PROGRAMS = mate-accessx-status-applet + +-accessx_status_applet_SOURCES = \ ++mate_accessx_status_applet_SOURCES = \ + applet.c \ + applet.h + +-accessx_status_applet_LDADD = \ ++mate_accessx_status_applet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(X_LIBS) + diff --git a/x11/mate-applets/files/patch-battstat_Makefile.am b/x11/mate-applets/files/patch-battstat_Makefile.am new file mode 100644 index 000000000..caf3bef4f --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_Makefile.am @@ -0,0 +1,24 @@ +--- battstat/Makefile.am.orig 2013-08-18 12:28:45.000000000 +0200 ++++ battstat/Makefile.am 2013-08-18 12:29:27.000000000 +0200 +@@ -34,10 +34,10 @@ + -DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\" + + +-libexec_PROGRAMS = battstat-applet-2 ++libexec_PROGRAMS = mate-battstat-applet-2 + + +-battstat_applet_2_SOURCES = \ ++mate_battstat_applet_2_SOURCES = \ + battstat.h \ + pixmaps.h \ + properties.c \ +@@ -53,7 +53,7 @@ + battstat-upower.h + + +-battstat_applet_2_LDADD = \ ++mate_battstat_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(LIBNOTIFY_LIBS) \ + $(HAL_LIBS) \ diff --git a/x11/mate-applets/files/patch-battstat_acpi-freebsd.c b/x11/mate-applets/files/patch-battstat_acpi-freebsd.c new file mode 100644 index 000000000..48746fa03 --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_acpi-freebsd.c @@ -0,0 +1,152 @@ +--- battstat/acpi-freebsd.c.orig Sun Jul 3 16:41:26 2005 ++++ battstat/acpi-freebsd.c Sun Jul 3 16:49:55 2005 +@@ -31,9 +31,13 @@ + + #include <stdio.h> + #include <sys/types.h> ++#include <sys/socket.h> + #include <sys/sysctl.h> ++#include <sys/un.h> + #include <sys/ioctl.h> ++#if defined(__i386__) + #include <machine/apm_bios.h> ++#endif + #include <stdlib.h> + #include <errno.h> + #include <unistd.h> +@@ -92,16 +96,36 @@ gboolean + acpi_freebsd_init(struct acpi_info * acpiinfo) + { + int acpi_fd; ++ int event_fd; + + g_assert(acpiinfo); + +- acpi_fd = open(ACPIDEV, O_RDONLY); +- if (acpi_fd >= 0) { +- acpiinfo->acpifd = acpi_fd; ++ if (acpiinfo->acpifd == -1) { ++ acpi_fd = open(ACPIDEV, O_RDONLY); ++ if (acpi_fd >= 0) { ++ acpiinfo->acpifd = acpi_fd; ++ } ++ else { ++ acpiinfo->acpifd = -1; ++ return FALSE; ++ } + } +- else { +- acpiinfo->acpifd = -1; +- return FALSE; ++ ++ event_fd = socket(PF_UNIX, SOCK_STREAM, 0); ++ if (event_fd >= 0) { ++ struct sockaddr_un addr; ++ addr.sun_family = AF_UNIX; ++ strcpy(addr.sun_path, "/var/run/devd.pipe"); ++ if (connect(event_fd, (struct sockaddr *) &addr, sizeof(addr)) == 0) { ++ acpiinfo->event_fd = event_fd; ++ acpiinfo->event_inited = TRUE; ++ acpiinfo->channel = g_io_channel_unix_new(event_fd); ++ } ++ else { ++ close(event_fd); ++ acpiinfo->event_fd = -1; ++ acpiinfo->event_inited = FALSE; ++ } + } + + update_battery_info(acpiinfo); +@@ -110,6 +134,65 @@ acpi_freebsd_init(struct acpi_info * acp + return TRUE; + } + ++#define ACPI_EVENT_IGNORE 0 ++#define ACPI_EVENT_AC 1 ++#define ACPI_EVENT_BATTERY_INFO 2 ++ ++static int parse_acpi_event(GString *buffer) ++{ ++ if (strstr(buffer->str, "system=ACPI")) { ++ if (strstr(buffer->str, "subsystem=ACAD")) ++ return ACPI_EVENT_AC; ++ if (strstr(buffer->str, "subsystem=CMBAT")) ++ return ACPI_EVENT_BATTERY_INFO; ++ } ++ ++ return ACPI_EVENT_IGNORE; ++} ++ ++void acpi_freebsd_update(struct acpi_info *acpiinfo) ++{ ++ /* XXX This is needed for systems where devd does not have permissions ++ * to allow for event-driven updates. ++ */ ++ update_ac_info(acpiinfo); ++ update_battery_info(acpiinfo); ++} ++ ++gboolean acpi_process_event(struct acpi_info *acpiinfo, gboolean *read_error) ++{ ++ gsize i; ++ int evt; ++ gboolean result = FALSE; ++ GString *buffer; ++ GIOStatus stat; ++ buffer = g_string_new(NULL); ++ ++ *read_error = FALSE; ++ stat = g_io_channel_read_line_string(acpiinfo->channel, buffer, &i, NULL); ++ ++ if (stat == G_IO_STATUS_ERROR || stat == G_IO_STATUS_EOF) { ++ *read_error = TRUE; ++ g_string_free(buffer, TRUE); ++ return FALSE; ++ } ++ ++ evt = parse_acpi_event(buffer); ++ switch (evt) { ++ case ACPI_EVENT_AC: ++ update_ac_info(acpiinfo); ++ result = TRUE; ++ break; ++ case ACPI_EVENT_BATTERY_INFO: ++ update_battery_info(acpiinfo); ++ result = TRUE; ++ break; ++ } ++ ++ g_string_free(buffer, TRUE); ++ return result; ++} ++ + void + acpi_freebsd_cleanup(struct acpi_info * acpiinfo) + { +@@ -119,21 +202,12 @@ acpi_freebsd_cleanup(struct acpi_info * + close(acpiinfo->acpifd); + acpiinfo->acpifd = -1; + } +-} + +-/* XXX This is a hack since user-land applications can't get ACPI events yet. +- * Devd provides this (or supposedly provides this), but you need to be +- * root to access devd. +- */ +-gboolean +-acpi_process_event(struct acpi_info * acpiinfo) +-{ +- g_assert(acpiinfo); +- +- update_ac_info(acpiinfo); +- update_battery_info(acpiinfo); +- +- return TRUE; ++ if (acpiinfo->event_fd >= 0) { ++ g_io_channel_unref(acpiinfo->channel); ++ close(acpiinfo->event_fd); ++ acpiinfo->event_fd = -1; ++ } + } + + gboolean diff --git a/x11/mate-applets/files/patch-battstat_acpi-freebsd.h b/x11/mate-applets/files/patch-battstat_acpi-freebsd.h new file mode 100644 index 000000000..518a5269a --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_acpi-freebsd.h @@ -0,0 +1,77 @@ +--- battstat/acpi-freebsd.h.orig 2013-03-26 20:55:32.000000000 -0500 ++++ battstat/acpi-freebsd.h 2013-03-26 20:57:36.000000000 -0500 +@@ -29,61 +29,30 @@ + #define ACPI_LIFE "hw.acpi.battery.life" + #define ACPI_STATE "hw.acpi.battery.state" + +-struct acpi_info { +- gboolean ac_online; +- int acpifd; +- int max_capacity; +- int low_capacity; +- int critical_capacity; ++#if !defined(__i386__) ++struct apm_info { ++ guint ai_acline; ++ guint ai_batt_stat; ++ guint ai_batt_life; ++ int ai_batt_time; ++ guint ai_status; + }; +- +-gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); +-gboolean acpi_process_event(struct acpi_info * acpiinfo); +-gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); +-void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); +- +-#endif /* __ACPI_FREEBSD_H__ */ +-/* +- * Copyright (C) 2004 by Joe Marcus Clarke <marcus@FreeBSD.org> +- * +- * This program is free software; you can redistribute it and/or modify +- * it under the terms of the GNU General Public License as published by +- * the Free Software Foundation; either version 2 of the License, or +- * (at your option) any later version. +- * +- * This program is distributed in the hope that it will be useful, +- * but WITHOUT ANY WARRANTY; without even the implied warranty of +- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +- * GNU General Public License for more details. +- * +- * You should have received a copy of the GNU General Public License +- * along with this program; if not, write to the Free Software +- * Foundation, Inc., 59 Temple Street #330, Boston, MA 02110-1301, USA. +- */ +- +-#ifndef __ACPI_FREEBSD_H__ +-#define __ACPI_FREEBSD_H__ +- +-#define ACPIDEV "/dev/acpi" +- +-#define BATT_MIN 0 +-#define BATT_MAX 64 +- +-#define ACPI_ACLINE "hw.acpi.acline" +-#define ACPI_TIME "hw.acpi.battery.time" +-#define ACPI_LIFE "hw.acpi.battery.life" +-#define ACPI_STATE "hw.acpi.battery.state" ++#endif + + struct acpi_info { + gboolean ac_online; ++ gboolean event_inited; + int acpifd; ++ int event_fd; + int max_capacity; + int low_capacity; + int critical_capacity; ++ GIOChannel * channel; + }; + + gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info * acpiinfo); +-gboolean acpi_process_event(struct acpi_info * acpiinfo); ++void acpi_freebsd_update(struct acpi_info * acpiinfo); ++gboolean acpi_process_event(struct acpi_info * acpiinfo, gboolean *read_error); + gboolean acpi_freebsd_init(struct acpi_info * acpiinfo); + void acpi_freebsd_cleanup(struct acpi_info * acpiinfo); + diff --git a/x11/mate-applets/files/patch-battstat_battstat-upower.c b/x11/mate-applets/files/patch-battstat_battstat-upower.c new file mode 100644 index 000000000..4a4351efc --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_battstat-upower.c @@ -0,0 +1,14 @@ +--- battstat/battstat-upower.c.orig 2014-04-06 21:28:44.142056837 +0000 ++++ battstat/battstat-upower.c 2014-04-06 21:29:46.913052233 +0000 +@@ -86,7 +86,11 @@ + GCancellable *cancellable = g_cancellable_new(); + GError *gerror; + ++#ifdef HAVE_OLD_UPOWER + if (! up_client_enumerate_devices_sync( upc, cancellable, &gerror ) ) { ++#else ++ if (FALSE){ ++#endif + sprintf(error_str, "Unable to enumerate upower devices: %s\n", gerror->message); + goto error_shutdownclient; + } diff --git a/x11/mate-applets/files/patch-battstat_power-management.c b/x11/mate-applets/files/patch-battstat_power-management.c new file mode 100644 index 000000000..47213b3a9 --- /dev/null +++ b/x11/mate-applets/files/patch-battstat_power-management.c @@ -0,0 +1,123 @@ +--- battstat/power-management.c.orig Thu Aug 25 23:45:47 2005 ++++ battstat/power-management.c Tue Aug 30 01:28:40 2005 +@@ -64,9 +64,7 @@ + + static const char *apm_readinfo (BatteryStatus *status); + static int pm_initialised; +-#ifdef HAVE_HAL +-static int using_hal; +-#endif ++static int using_hal = FALSE; + #ifdef HAVE_UPOWER + static int using_upower; + #endif +@@ -173,16 +171,40 @@ apm_readinfo (BatteryStatus *status) + + #elif __FreeBSD__ + ++#if defined(__i386__) + #include <machine/apm_bios.h> ++#endif + #include "acpi-freebsd.h" + + static struct acpi_info acpiinfo; + static gboolean using_acpi; + static int acpi_count; ++static int acpiwatch; + static struct apm_info apminfo; + ++gboolean acpi_freebsd_read(struct apm_info *apminfo, struct acpi_info *acpiinfo); ++ + #define APMDEVICE "/dev/apm" + ++static gboolean acpi_callback (GIOChannel * chan, GIOCondition cond, gpointer data) ++{ ++ gboolean read_error; ++ if (cond & (G_IO_ERR | G_IO_HUP)) { ++ acpi_freebsd_cleanup(&acpiinfo); ++ return FALSE; ++ } ++ ++ if (acpi_process_event(&acpiinfo, &read_error)) { ++ acpi_freebsd_read(&apminfo, &acpiinfo); ++ } ++ else if (read_error) { ++ acpi_freebsd_cleanup(&acpiinfo); ++ return FALSE; ++ } ++ ++ return TRUE; ++} ++ + static const char * + apm_readinfo (BatteryStatus *status) + { +@@ -190,21 +212,27 @@ apm_readinfo (BatteryStatus *status) + + if (DEBUG) g_print("apm_readinfo() (FreeBSD)\n"); + +- if (using_acpi) { ++ if (using_acpi && (!acpiinfo.event_inited || acpiinfo.event_fd >= 0)) { + if (acpi_count <= 0) { + acpi_count = 30; +- acpi_process_event(&acpiinfo); ++ if (!acpiinfo.event_inited) { ++ acpi_freebsd_update(&acpiinfo); ++ } + if (acpi_freebsd_read(&apminfo, &acpiinfo) == FALSE) + return ERR_FREEBSD_ACPI; + } + acpi_count--; + } +- else +- { +- /* This is how I read the information from the APM subsystem under +- FreeBSD. Each time this functions is called (once every second) +- the APM device is opened, read from and then closed. +- */ ++ else if (using_acpi && acpiinfo.event_inited) { ++ if (acpi_freebsd_init(&acpiinfo)) { ++ acpiwatch = g_io_add_watch (acpiinfo.channel, ++ G_IO_IN | G_IO_ERR | G_IO_HUP, ++ acpi_callback, NULL); ++ acpi_freebsd_read(&apminfo, &acpiinfo); ++ } ++ } ++ else { ++#if defined(__i386__) + fd = open(APMDEVICE, O_RDONLY); + if (fd == -1) { + return ERR_OPEN_APMDEV; +@@ -217,6 +245,9 @@ apm_readinfo (BatteryStatus *status) + + if(apminfo.ai_status == 0) + return ERR_APM_E; ++#else ++ return ERR_OPEN_APMDEV; ++#endif + } + + status->present = TRUE; +@@ -480,6 +511,12 @@ power_management_initialise( int no_hal + } + else + using_acpi = FALSE; ++ ++ if (using_acpi && acpiinfo.event_fd >= 0) { ++ acpiwatch = g_io_add_watch (acpiinfo.channel, ++ G_IO_IN | G_IO_ERR | G_IO_HUP, ++ acpi_callback, NULL); ++ } + #endif + pm_initialised = 1; + +@@ -513,6 +550,9 @@ power_management_cleanup( void ) + } + #elif defined(__FreeBSD__) + if (using_acpi) { ++ if (acpiwatch != 0) ++ g_source_remove(acpiwatch); ++ acpiwatch = 0; + acpi_freebsd_cleanup(&acpiinfo); + } + #endif diff --git a/x11/mate-applets/files/patch-charpick_Makefile.am b/x11/mate-applets/files/patch-charpick_Makefile.am new file mode 100644 index 000000000..38ac6350c --- /dev/null +++ b/x11/mate-applets/files/patch-charpick_Makefile.am @@ -0,0 +1,19 @@ +--- charpick/Makefile.am.orig 2013-08-18 12:39:28.000000000 +0200 ++++ charpick/Makefile.am 2013-08-18 12:39:59.000000000 +0200 +@@ -7,13 +7,13 @@ + $(MATE_APPLETS4_CFLAGS) \ + $(MUCHARMAP_CFLAGS) + +-libexec_PROGRAMS = charpick_applet2 ++libexec_PROGRAMS = mate-charpick_applet2 + +-charpick_applet2_SOURCES = charpick.c \ ++mate_charpick_applet2_SOURCES = charpick.c \ + charpick.h \ + properties.c + +-charpick_applet2_LDADD = \ ++mate_charpick_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(MUCHARMAP_LIBS) + diff --git a/x11/mate-applets/files/patch-configure.ac b/x11/mate-applets/files/patch-configure.ac new file mode 100644 index 000000000..229948417 --- /dev/null +++ b/x11/mate-applets/files/patch-configure.ac @@ -0,0 +1,69 @@ +--- configure.ac.orig 2013-04-11 22:00:05.000000000 +0000 ++++ configure.ac 2014-04-07 08:06:24.638422745 +0000 +@@ -218,6 +218,13 @@ + AC_SUBST(HAL_CFLAGS) + AC_SUBST(HAL_LIBS) + ++# We can only support old upower ++PKG_CHECK_MODULES(UPOWER, upower-glib < 0.99.0, have_old_upower=yes, have_old_upower=no) ++AS_IF([test x$have_old_upower = xyes], [ ++ AC_DEFINE([HAVE_OLD_UPOWER], [1], [Define if we have an older upower]) ++]) ++AM_CONDITIONAL(HAVE_OLD_UPOWER, test x$have_old_upower = xyes) ++ + dnl -- checkf or libupower-glib (optional) ------------------------------------ + UPOWER_CFLAGS= + UPOWER_LIBS= +@@ -349,7 +356,7 @@ + GETTEXT_PACKAGE=mate-applets + AC_SUBST(GETTEXT_PACKAGE) + AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package]) +-AC_DEFINE_DIR(MATELOCALEDIR, "${datadir}/locale", [locale directory]) ++AC_DEFINE_DIR(MATELOCALEDIR, [localedir], [locale directory]) + AM_GLIB_GNU_GETTEXT + + # this is the directory where the *.{mo,gmo} files are installed +@@ -390,8 +397,8 @@ + AC_CHECK_LIB(apm,apm_read,[HAVE_LIBAPM=yes],[HAVE_LIBAPM=no]) + ;; + # list of supported OS cores that do not use libapm +- i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) +- if [ -n "${OS_SYS}" ]; then ++ i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*|*-*kfreebsd*-gnu) ++ if test -n "${OS_SYS}" ; then + ACPIINC="-I${OS_SYS}" + else + ACPIINC="-I/usr/src/sys" +@@ -521,6 +528,9 @@ + *linux*) + build_cpufreq_applet=yes + ;; ++ i386-*-freebsd*|amd64-*-freebsd*) ++ build_cpufreq_applet=yes ++ ;; + *) + AC_MSG_WARN([${host} is not supported by cpufreq applet, not building]) + build_cpufreq_applet=no +@@ -623,14 +633,14 @@ + builderdir="${pkgdatadir}/builder" + AC_SUBST(builderdir) + +-AC_DEFINE_DIR(MATE_ICONDIR, "${iconsdir}", [Mate Icon Directory]) +-AC_DEFINE_DIR(MATE_PIXMAPSDIR, "${pixmapsdir}", [Mate Pixmaps Directory]) +-AC_DEFINE_DIR(PKGDATADIR, "${pkgdatadir}", [Mate Applets Directory]) +-AC_DEFINE_DIR(GTK_BUILDERDIR, "${builderdir}", [GtkBuilder Resources Directory]) +-AC_DEFINE_DIR(DATADIR, "${datadir}", [datadir]) +-AC_DEFINE_DIR(SYSCONFDIR, "${sysconfdir}", [sysconfdir]) +-AC_DEFINE_DIR(LIBDIR, "${libdir}", [libdir]) +-AC_DEFINE_DIR(PREFIX, "$prefix", [install prefix]) ++AC_DEFINE_DIR(MATE_ICONDIR, [iconsdir], [Mate Icon Directory]) ++AC_DEFINE_DIR(MATE_PIXMAPSDIR, [pixmapsdir], [Mate Pixmaps Directory]) ++AC_DEFINE_DIR(PKGDATADIR, [pkgdatadir], [Mate Applets Directory]) ++AC_DEFINE_DIR(GTK_BUILDERDIR, [builderdir], [GtkBuilder Resources Directory]) ++AC_DEFINE_DIR(DATADIR, [datadir], [datadir]) ++AC_DEFINE_DIR(SYSCONFDIR, [sysconfdir], [sysconfdir]) ++AC_DEFINE_DIR(LIBDIR, [libdir], [libdir]) ++AC_DEFINE_DIR(PREFIX, [prefix], [install prefix]) + + AS_AC_EXPAND(DATADIR, "${datadir}") + AS_AC_EXPAND(PYTHONDIR, $pythondir) diff --git a/x11/mate-applets/files/patch-cpufreq-freebsd b/x11/mate-applets/files/patch-cpufreq-freebsd new file mode 100644 index 000000000..9a5dd5d7d --- /dev/null +++ b/x11/mate-applets/files/patch-cpufreq-freebsd @@ -0,0 +1,418 @@ +--- cpufreq/src/cpufreq-monitor-cpuinfo.c.orig Thu Jun 15 01:01:54 2006 ++++ cpufreq/src/cpufreq-monitor-cpuinfo.c Sat Jun 17 13:48:19 2006 +@@ -22,6 +22,10 @@ + #include <glib.h> + #include <glib/gi18n.h> + ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#endif /* __FreeBSD__ */ + #include <string.h> + #include <stdio.h> + +@@ -59,15 +63,20 @@ cpufreq_monitor_cpuinfo_new (guint cpu) + static gboolean + cpufreq_monitor_cpuinfo_run (CPUFreqMonitor *monitor) + { ++#ifndef __FreeBSD__ + gchar *file; + gchar **lines; + gchar *buffer = NULL; + gchar *p; ++#else ++ size_t len; ++#endif /* __FreeBSD__ */ + gint cpu, i; + gint cur_freq, max_freq; + gchar *governor; + GError *error = NULL; + ++#ifndef __FreeBSD__ + file = g_strdup ("/proc/cpuinfo"); + if (!g_file_get_contents (file, &buffer, NULL, &error)) { + g_warning (error->message); +@@ -112,6 +121,12 @@ cpufreq_monitor_cpuinfo_run (CPUFreqMoni + + g_strfreev (lines); + g_free (buffer); ++#else ++ len = sizeof (cpu); ++ ++ if (sysctlbyname ("hw.clockrate", &cpu, &len, NULL, 0) == -1) ++ return FALSE; ++#endif /* __FreeBSD__ */ + + governor = g_strdup (_("Frequency Scaling Unsupported")); + cur_freq = cpu * 1000; +--- cpufreq/src/cpufreq-applet.c.orig Thu Jun 15 01:01:53 2006 ++++ cpufreq/src/cpufreq-applet.c Sat Jun 17 13:42:50 2006 +@@ -17,6 +17,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Authors : Carlos García Campos <carlosgc@gnome.org> ++ * Joe Marcus Clarke <marcus@FreeBSD.org> + */ + + #ifdef HAVE_CONFIG_H +@@ -519,6 +524,7 @@ cpufreq_applet_about_cb (BonoboUICompone + { + static const gchar *const authors[] = { + "Carlos Garcia Campos <carlosgc@gnome.org>", ++ "Joe Marcus Clarke <marcus@FreeBSD.org> (FreeBSD support)", + NULL + }; + static const gchar *const documenters[] = { +--- cpufreq/src/cpufreq-monitor-sysctl.h.orig Sat Jun 17 14:05:37 2006 ++++ cpufreq/src/cpufreq-monitor-sysctl.h Sat Jun 17 14:14:13 2006 +@@ -0,0 +1,49 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#ifndef __CPUFREQ_MONITOR_SYSCTL_H__ ++#define __CPUFREQ_MONITOR_SYSCTL_H__ ++ ++#include <glib-object.h> ++ ++#include "cpufreq-monitor.h" ++ ++#define TYPE_CPUFREQ_MONITOR_SYSCTL (cpufreq_monitor_sysctl_get_type ()) ++#define CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctl)) ++#define CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) ++#define IS_CPUFREQ_MONITOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL)) ++#define IS_CPUFREQ_MONITOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_CPUFREQ_MONITOR_SYSCTL)) ++#define CPUFREQ_MONITOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TYPE_CPUFREQ_MONITOR_SYSCTL, CPUFreqMonitorSysctlClass)) ++ ++typedef struct _CPUFreqMonitorSysctl CPUFreqMonitorSysctl; ++typedef struct _CPUFreqMonitorSysctlClass CPUFreqMonitorSysctlClass; ++ ++struct _CPUFreqMonitorSysctl { ++ CPUFreqMonitor parent; ++}; ++ ++struct _CPUFreqMonitorSysctlClass { ++ CPUFreqMonitorClass parent_class; ++}; ++ ++GType cpufreq_monitor_sysctl_get_type (void) G_GNUC_CONST; ++CPUFreqMonitor *cpufreq_monitor_sysctl_new (guint cpu); ++ ++#endif /* __CPUFREQ_MONITOR_SYSCTL_H__ */ +--- cpufreq/src/cpufreq-monitor-factory.c.orig Sat Jun 17 06:28:02 2006 ++++ cpufreq/src/cpufreq-monitor-factory.c Sat Jun 24 01:45:54 2006 +@@ -17,6 +17,7 @@ + * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * Authors : Carlos García Campos <carlosgc@gnome.org> ++ * Joe Marcus Clarke <marcus@FreeBSD.org> + */ + + #ifdef HAVE_CONFIG_H +@@ -25,11 +26,18 @@ + + #include <glib.h> + #include <glib/gi18n.h> ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#endif /* __FreeBSD__ */ + + #include "cpufreq-applet.h" + #include "cpufreq-utils.h" + #include "cpufreq-monitor-sysfs.h" + #include "cpufreq-monitor-procfs.h" ++#ifdef __FreeBSD__ ++#include "cpufreq-monitor-sysctl.h" ++#endif /* __FreeBSD__ */ + #include "cpufreq-monitor-cpuinfo.h" + #ifdef HAVE_LIBCPUFREQ + #include "cpufreq-monitor-libcpufreq.h" +@@ -40,6 +48,7 @@ CPUFreqMonitor * + cpufreq_monitor_factory_create_monitor (guint cpu) + { + CPUFreqMonitor *monitor = NULL; ++#ifndef __FreeBSD__ + + #ifdef HAVE_LIBCPUFREQ + monitor = cpufreq_monitor_libcpufreq_new (cpu); +@@ -63,6 +72,19 @@ cpufreq_monitor_factory_create_monitor ( + + monitor = cpufreq_monitor_cpuinfo_new (cpu); + } ++#else ++ size_t len; ++ ++ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { ++ monitor = cpufreq_monitor_sysctl_new (cpu); ++ } else { ++ cpufreq_utils_display_error (_("CPU frequency scaling unsupported"), ++ _("You will not be able to modify the frequency of your machine. " ++ "Your machine may be misconfigured or not have hardware support " ++ "for CPU frequency scaling.")); ++ monitor = cpufreq_monitor_cpuinfo_new (cpu); ++ } ++#endif /* __FreeBSD__ */ + + return monitor; + } +--- cpufreq/src/cpufreq-utils.c.orig Sat Aug 12 21:26:50 2006 ++++ cpufreq/src/cpufreq-utils.c Tue Aug 22 11:07:32 2006 +@@ -22,6 +22,9 @@ + #include <glib.h> + #include <gtk/gtkmessagedialog.h> + #include <sys/types.h> ++#ifdef __FreeBSD__ ++#include <sys/sysctl.h> ++#endif + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> +@@ -30,6 +33,24 @@ + + #include "cpufreq-utils.h" + ++#ifdef __FreeBSD__ ++guint ++cpufreq_utils_get_n_cpus (void) ++{ ++ size_t len; ++ static guint n_cpus = 0; ++ ++ if (n_cpus > 0) ++ return n_cpus; ++ ++ len = sizeof (n_cpus); ++ if (sysctlbyname ("hw.ncpu", &n_cpus, &len, NULL, 0) == -1) { ++ return 1; ++ } ++ ++ return n_cpus; ++} ++#else + guint + cpufreq_utils_get_n_cpus (void) + { +@@ -72,6 +93,7 @@ cpufreq_utils_get_n_cpus (void) + + return 1; + } ++#endif /* __FreeBSD__ */ + + void + cpufreq_utils_display_error (const gchar *message, +--- cpufreq/src/cpufreq-monitor-sysctl.c.orig 2010-05-13 11:27:57.000000000 +0200 ++++ cpufreq/src/cpufreq-monitor-sysctl.c 2010-05-13 11:36:13.000000000 +0200 +@@ -0,0 +1,184 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#include <glib.h> ++#include <glib/gi18n.h> ++ ++#include <string.h> ++ ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++ ++#include "cpufreq-monitor-sysctl.h" ++ ++#define PARENT_TYPE TYPE_CPUFREQ_MONITOR ++ ++#define CPUFREQ_MONITOR_GET_PROTECTED(obj) (G_TYPE_INSTANCE_GET_PRIVATE((obj), PARENT_TYPE, CPUFreqMonitorProtected)) ++ ++static void cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass); ++ ++static gboolean cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor); ++static GList *cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor); ++static GList *cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor); ++ ++static gboolean cpufreq_monitor_sysctl_get (gpointer gdata); ++ ++G_DEFINE_TYPE (CPUFreqMonitorSysctl, cpufreq_monitor_sysctl, CPUFREQ_TYPE_MONITOR) ++ ++static void ++cpufreq_monitor_sysctl_init (CPUFreqMonitorSysctl *monitor) ++{ ++} ++ ++static void ++cpufreq_monitor_sysctl_class_init (CPUFreqMonitorSysctlClass *klass) ++{ ++ CPUFreqMonitorClass *monitor_class = CPUFREQ_MONITOR_CLASS (klass); ++ ++ monitor_class->run = cpufreq_monitor_sysctl_run; ++ monitor_class->get_available_frequencies = cpufreq_monitor_sysctl_get_available_frequencies; ++ monitor_class->get_available_governors = cpufreq_monitor_sysctl_get_available_governors; ++} ++ ++CPUFreqMonitor * ++cpufreq_monitor_sysctl_new (guint cpu) ++{ ++ CPUFreqMonitorSysctl *monitor; ++ ++ monitor = g_object_new (TYPE_CPUFREQ_MONITOR_SYSCTL, "cpu", cpu, NULL); ++ ++ return CPUFREQ_MONITOR (monitor); ++} ++ ++static gboolean ++cpufreq_monitor_sysctl_run (CPUFreqMonitor *monitor) ++{ ++ gint fmax, fmin, ifreq; ++ gchar *governor; ++ size_t len; ++ gchar *freq_oid; ++ guint mon_cpu; ++ GList *list; ++ ++ list = cpufreq_monitor_sysctl_get_available_frequencies (CPUFREQ_MONITOR (monitor)); ++ ++ fmax = atoi ((gchar *) list->data); ++ fmin = atoi ((gchar *) g_list_nth_data (list, (g_list_length (list) - 1))); ++ ++ g_list_foreach (list, (GFunc) g_free, NULL); ++ g_list_free (list); ++ ++ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); ++ len = sizeof (ifreq); ++ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", 0); ++ ++ if (sysctlbyname (freq_oid, &ifreq, &len, NULL, 0) == -1) { ++ g_free (freq_oid); ++ return FALSE; ++ } ++ ++ ifreq *= 1000; ++ ++ if (ifreq == fmax) ++ governor = g_strdup ("performance"); ++ else if (ifreq == fmin) ++ governor = g_strdup ("economy"); ++ else ++ governor = g_strdup ("userspace"); ++ ++ g_object_set (G_OBJECT (monitor), ++ "online", TRUE, ++ "governor", governor, ++ "frequency", ifreq, ++ "max-frequency", fmax, ++ NULL); ++ ++ g_free (governor); ++ ++ return TRUE; ++} ++ ++static GList * ++cpufreq_monitor_sysctl_get_available_frequencies (CPUFreqMonitor *monitor) ++{ ++ gchar *levels_oid, *levels; ++ gchar **levelsp, **l; ++ GList *list = NULL; ++ gint mib[4]; ++ guint mon_cpu; ++ size_t len; ++ ++ g_object_get (G_OBJECT (monitor), "cpu", &mon_cpu, NULL); ++ ++ levels_oid = g_strdup_printf ("dev.cpu.%d.freq_levels", ++ 0); ++ len = 4; ++ sysctlnametomib (levels_oid, mib, &len); ++ len = sizeof (levels); ++ g_free (levels_oid); ++ ++ if (sysctl (mib, 4, NULL, &len, NULL, 0) == -1) ++ return NULL; ++ ++ levels = g_malloc (len); ++ if (sysctl (mib, 4, levels, &len, NULL, 0) == -1) ++ { ++ g_free(levels); ++ return NULL; ++ } ++ ++ levelsp = g_strsplit (levels, " ", 0); ++ g_free (levels); ++ ++ for (l = levelsp; l && *l; l++) { ++ gchar **frpr; ++ ++ frpr = g_strsplit (*l, "/", 0); ++ if (frpr && frpr[0] != NULL) { ++ /* sysctl format is %d/%d where the ++ * first %d is the frequency, and ++ * the second is the power used in ++ * mW. ++ */ ++ int freq = atoi (frpr[0]); ++ list = ++ g_list_append (list, g_strdup_printf ("%d", freq * 1000)); ++ } ++ g_strfreev (frpr); ++ } ++ ++ g_strfreev (levelsp); ++ ++ return (list); ++} ++ ++static GList * ++cpufreq_monitor_sysctl_get_available_governors (CPUFreqMonitor *monitor) ++{ ++ GList *list = NULL; ++ ++ list = g_list_prepend (list, g_strdup ("performance")); ++ list = g_list_prepend (list, g_strdup ("userspace")); ++ list = g_list_prepend (list, g_strdup ("economy")); ++ ++ return list; ++} ++#endif /* __FreeBSD__ */ +--- cpufreq/src/Makefile.am.orig 2012-07-29 15:37:51.000000000 -0500 ++++ cpufreq/src/Makefile.am 2012-07-29 15:40:00.000000000 -0500 +@@ -27,7 +27,8 @@ + cpufreq-monitor-procfs.c cpufreq-monitor-procfs.h \ + cpufreq-monitor-sysfs.c cpufreq-monitor-sysfs.h \ + $(cpufreq_files) \ +- cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h ++ cpufreq-monitor-cpuinfo.c cpufreq-monitor-cpuinfo.h \ ++ cpufreq-monitor-sysctl.c cpufreq-monitor-sysctl.h + + cpufreq_applet_LDADD = \ + $(MATE_APPLETS3_LIBS) \ diff --git a/x11/mate-applets/files/patch-cpufreq-selector-freebsd b/x11/mate-applets/files/patch-cpufreq-selector-freebsd new file mode 100644 index 000000000..1ab5faa05 --- /dev/null +++ b/x11/mate-applets/files/patch-cpufreq-selector-freebsd @@ -0,0 +1,192 @@ +--- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h.orig Sat Jun 24 01:52:35 2006 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.h Sat Jun 24 02:13:05 2006 +@@ -0,0 +1,53 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#ifndef __CPUFREQ_SELECTOR_SYSCTL_H__ ++#define __CPUFREQ_SELECTOR_SYSCTL_H__ ++ ++#include <glib-object.h> ++ ++#include "cpufreq-selector.h" ++ ++G_BEGIN_DECLS ++ ++#define CPUFREQ_TYPE_SELECTOR_SYSCTL (cpufreq_selector_sysctl_get_type ()) ++#define CPUFREQ_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfs)) ++#define CPUFREQ_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) ++#define CPUFREQ_IS_SELECTOR_SYSCTL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL)) ++#define CPUFREQ_IS_SELECTOR_SYSCTL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), CPUFREQ_TYPE_SELECTOR_SYSCTL)) ++#define CPUFREQ_SELECTOR_SYSCTL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), CPUFREQ_TYPE_SELECTOR_SYSCTL, CPUFreqSelectorProcfsClass)) ++ ++typedef struct _CPUFreqSelectorSysctl CPUFreqSelectorSysctl; ++typedef struct _CPUFreqSelectorSysctlClass CPUFreqSelectorSysctlClass; ++ ++struct _CPUFreqSelectorSysctl { ++ CPUFreqSelector parent; ++}; ++ ++struct _CPUFreqSelectorSysctlClass { ++ CPUFreqSelectorClass parent_class; ++}; ++ ++GType cpufreq_selector_sysctl_get_type (void) G_GNUC_CONST; ++CPUFreqSelector *cpufreq_selector_sysctl_new (guint cpu); ++ ++G_END_DECLS ++ ++#endif /* __CPUFREQ_SELECTOR_SYSCTL_H__ */ +--- cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c.orig Wed Jul 26 01:34:18 2006 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-sysctl.c Wed Jul 26 01:42:00 2006 +@@ -0,0 +1,87 @@ ++/* ++ * Copyright (C) 2001, 2002 Free Software Foundation ++ * ++ * This library is free software; you can redistribute it and/or ++ * modify it under the terms of the GNU General Public ++ * License as published by the Free Software Foundation; either ++ * version 2 of the License, or (at your option) any later version. ++ * ++ * This library is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ * General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public ++ * License along with this library; if not, write to the Free ++ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * ++ * Authors : Joe Marcus Clarke <marcus@FreeBSD.org> ++ */ ++ ++#include <glib.h> ++#include <stdio.h> ++#include <stdlib.h> ++ ++#ifdef __FreeBSD__ ++#include <sys/types.h> ++#include <sys/sysctl.h> ++#endif /* __FreeBSD__ */ ++ ++#include "cpufreq-selector-sysctl.h" ++ ++static void cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector); ++static void cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass); ++ ++static gboolean cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error); ++static gboolean cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error); ++ ++G_DEFINE_TYPE (CPUFreqSelectorSysctl, cpufreq_selector_sysctl, CPUFREQ_TYPE_SELECTOR) ++ ++static void ++cpufreq_selector_sysctl_init (CPUFreqSelectorSysctl *selector) ++{ ++} ++ ++static void ++cpufreq_selector_sysctl_class_init (CPUFreqSelectorSysctlClass *klass) ++{ ++ CPUFreqSelectorClass *selector_class = CPUFREQ_SELECTOR_CLASS (klass); ++ ++ selector_class->set_frequency = cpufreq_selector_sysctl_set_frequency; ++ selector_class->set_governor = cpufreq_selector_sysctl_set_governor; ++} ++ ++CPUFreqSelector * ++cpufreq_selector_sysctl_new (guint cpu) ++{ ++ CPUFreqSelector *selector; ++ ++ selector = CPUFREQ_SELECTOR (g_object_new (CPUFREQ_TYPE_SELECTOR_SYSCTL, ++ "cpu", cpu, NULL)); ++ ++ return selector; ++} ++ ++static gboolean ++cpufreq_selector_sysctl_set_governor (CPUFreqSelector *selector, const gchar *governor, GError **error) ++{ ++ return TRUE; ++} ++ ++static gboolean ++cpufreq_selector_sysctl_set_frequency (CPUFreqSelector *selector, guint frequency, GError **error) ++{ ++ guint cpu, i; ++ size_t len; ++ gchar *freq_oid; ++ ++ g_object_get (G_OBJECT (selector), "cpu", &cpu, NULL); ++ ++ frequency = (guint) ((gdouble) frequency / 1000); /* Convert back to MHz*/ ++ freq_oid = g_strdup_printf ("dev.cpu.%d.freq", (gint) 0); ++ ++ sysctlbyname (freq_oid, NULL, &len, &frequency, sizeof (frequency)); ++ g_free (freq_oid); ++ ++ return TRUE; ++} +--- cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c.orig 2008-06-16 14:33:25.000000000 -0400 ++++ cpufreq/src/cpufreq-selector/cpufreq-selector-factory.c 2008-06-16 14:35:28.000000000 -0400 +@@ -27,20 +27,32 @@ + #ifdef HAVE_LIBCPUFREQ + #include "cpufreq-selector-libcpufreq.h" + #endif ++#ifdef __FreeBSD__ ++#include "cpufreq-selector-sysctl.h" ++#endif /* __FreeBSD__ */ + + CPUFreqSelector * + cpufreq_selector_factory_create_selector (guint cpu) + { + CPUFreqSelector *selector = NULL; ++#ifdef __FreeBSD__ ++ size_t len; ++#endif + + #ifdef HAVE_LIBCPUFREQ + selector = cpufreq_selector_libcpufreq_new (cpu); + #else ++#ifndef __FreeBSD__ + if (g_file_test ("/sys/devices/system/cpu/cpu0/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.6 kernel */ + selector = cpufreq_selector_sysfs_new (cpu); + } else if (g_file_test ("/proc/cpufreq", G_FILE_TEST_EXISTS)) { /* 2.4 kernel */ + selector = cpufreq_selector_procfs_new (cpu); + } ++#else ++ if (sysctlbyname ("dev.cpu.0.freq", NULL, &len, NULL, 0) == 0) { ++ selector = cpufreq_selector_sysctl_new (cpu); ++ } ++#endif /* __FreeBSD__ */ + #endif /* HAVE_LIBCPUFREQ */ + + return selector; +--- cpufreq/src/cpufreq-selector/Makefile.am.orig 2012-07-29 15:41:47.000000000 -0500 ++++ cpufreq/src/cpufreq-selector/Makefile.am 2012-07-29 15:42:08.000000000 -0500 +@@ -32,7 +32,7 @@ + $(service_files) \ + cpufreq-selector-factory.c cpufreq-selector-factory.h \ + $(BUILT_SOURCES) \ +- main.c ++ main.c cpufreq-selector-sysctl.c cpufreq-selector-sysctl.h + + mate_cpufreq_selector_LDADD = \ + $(CPUFREQ_SELECTOR_LIBS) \ diff --git a/x11/mate-applets/files/patch-drivemount_Makefile.am b/x11/mate-applets/files/patch-drivemount_Makefile.am new file mode 100644 index 000000000..a3b7039e9 --- /dev/null +++ b/x11/mate-applets/files/patch-drivemount_Makefile.am @@ -0,0 +1,22 @@ +--- drivemount/Makefile.am.orig 2013-08-18 12:45:02.000000000 +0200 ++++ drivemount/Makefile.am 2013-08-18 12:45:33.000000000 +0200 +@@ -6,16 +6,16 @@ + -DDRIVEMOUNT_MENU_UI_DIR=\""$(uidir)"\" \ + $(MATE_APPLETS4_CFLAGS) + +-libexec_PROGRAMS = drivemount_applet2 ++libexec_PROGRAMS = mate-drivemount_applet2 + +-drivemount_applet2_SOURCES = \ ++mate_drivemount_applet2_SOURCES = \ + drivemount.c \ + drive-list.c \ + drive-list.h \ + drive-button.c \ + drive-button.h + +-drivemount_applet2_LDADD = \ ++mate_drivemount_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) + + diff --git a/x11/mate-applets/files/patch-geyes_Makefile.am b/x11/mate-applets/files/patch-geyes_Makefile.am new file mode 100644 index 000000000..6b7afc66e --- /dev/null +++ b/x11/mate-applets/files/patch-geyes_Makefile.am @@ -0,0 +1,20 @@ +--- geyes/Makefile.am.orig 2013-08-18 13:11:28.000000000 +0200 ++++ geyes/Makefile.am 2013-08-18 13:13:31.000000000 +0200 +@@ -8,14 +8,14 @@ + -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \ + -DGEYES_MENU_UI_DIR=\""$(uidir)"\" + +-libexec_PROGRAMS = geyes_applet2 ++libexec_PROGRAMS = mate-geyes_applet2 + +-geyes_applet2_SOURCES = \ ++mate_geyes_applet2_SOURCES = \ + geyes.c \ + themes.c \ + geyes.h + +-geyes_applet2_LDADD = \ ++mate_geyes_applet2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + -lm + diff --git a/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am new file mode 100644 index 000000000..760ab0269 --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am @@ -0,0 +1,23 @@ +--- invest-applet/invest/Makefile.am.orig 2013-08-18 13:14:04.000000000 +0200 ++++ invest-applet/invest/Makefile.am 2013-08-18 13:17:26.000000000 +0200 +@@ -1,9 +1,9 @@ +-invest-applet: invest-applet.py ++mate-invest-applet: mate-invest-applet.py + sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@ + + bin_SCRIPTS = mate-invest-chart + +-libexec_SCRIPTS = invest-applet ++libexec_SCRIPTS = mate-invest-applet + + investdir = $(pythondir)/mate_invest + invest_PYTHON = \ +@@ -21,7 +21,7 @@ + defs.py + + BUILT_SOURCES = \ +- invest-applet ++ mate-invest-applet + + CLEANFILES = \ + $(BUILT_SOURCES) diff --git a/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py b/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py new file mode 100644 index 000000000..5cb46b601 --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_invest-applet.py @@ -0,0 +1,13 @@ +--- invest-applet/invest/invest-applet.py.orig 2008-03-15 19:39:32.000000000 -0400 ++++ invest-applet/invest/invest-applet.py 2008-04-28 13:27:46.000000000 -0400 +@@ -26,8 +26,8 @@ import mate_invest, mate_invest.applet, mate_invest.def + import gettext, locale + gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) + gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE) +-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) +-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) ++#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) ++#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) + + from gettext import gettext as _ + diff --git a/x11/mate-applets/files/patch-invest-applet_invest_invest-chart b/x11/mate-applets/files/patch-invest-applet_invest_invest-chart new file mode 100644 index 000000000..2b6da07eb --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_invest-chart @@ -0,0 +1,13 @@ +--- invest-applet/invest/mate-invest-chart.orig 2008-03-15 16:34:50.000000000 -0400 ++++ invest-applet/invest/mate-invest-chart 2008-04-28 13:29:13.000000000 -0400 +@@ -6,8 +6,8 @@ import sys, mate_invest.chart, gtk + import gettext, locale + gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) + gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE) +-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) +-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) ++#locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR) ++#locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE) + + if __name__ == "__main__": + win = mate_invest.chart.show_chart(sys.argv[1:]) diff --git a/x11/mate-applets/files/patch-multiload_Makefile.am b/x11/mate-applets/files/patch-multiload_Makefile.am new file mode 100644 index 000000000..318c1faa9 --- /dev/null +++ b/x11/mate-applets/files/patch-multiload_Makefile.am @@ -0,0 +1,23 @@ +--- multiload/Makefile.am.orig 2013-08-18 13:00:10.000000000 +0200 ++++ multiload/Makefile.am 2013-08-18 13:00:34.000000000 +0200 +@@ -8,9 +8,9 @@ + $(MATEDESKTOP_CFLAGS) \ + $(GIO_CFLAGS) + +-libexec_PROGRAMS = multiload-applet-2 ++libexec_PROGRAMS = mate-multiload-applet-2 + +-multiload_applet_2_SOURCES = \ ++mate_multiload_applet_2_SOURCES = \ + global.h \ + linux-proc.h \ + load-graph.h \ +@@ -22,7 +22,7 @@ + autoscaler.c \ + autoscaler.h + +-multiload_applet_2_LDADD = \ ++mate_multiload_applet_2_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GTOP_APPLETS_LIBS) \ + $(MATEDESKTOP_LIBS) \ diff --git a/x11/mate-applets/files/patch-stickynotes_Makefile.am b/x11/mate-applets/files/patch-stickynotes_Makefile.am new file mode 100644 index 000000000..9a6140830 --- /dev/null +++ b/x11/mate-applets/files/patch-stickynotes_Makefile.am @@ -0,0 +1,23 @@ +--- stickynotes/Makefile.am.orig 2013-08-18 13:04:01.000000000 +0200 ++++ stickynotes/Makefile.am 2013-08-18 13:04:27.000000000 +0200 +@@ -18,9 +18,9 @@ + -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\ + -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\" + +-libexec_PROGRAMS = stickynotes_applet ++libexec_PROGRAMS = mate-stickynotes_applet + +-stickynotes_applet_SOURCES = \ ++mate_stickynotes_applet_SOURCES = \ + util.h \ + util.c \ + stickynotes.h \ +@@ -32,7 +32,7 @@ + stickynotes_applet.c \ + stickynotes_applet_callbacks.c + +-stickynotes_applet_LDADD = \ ++mate_stickynotes_applet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(LIBMATEWNCK_LIBS) \ + $(XML2_LIBS) \ diff --git a/x11/mate-applets/files/patch-trashapplet_src_Makefile.am b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am new file mode 100644 index 000000000..1ff61fa36 --- /dev/null +++ b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am @@ -0,0 +1,22 @@ +--- trashapplet/src/Makefile.am.orig 2013-08-18 13:06:17.000000000 +0200 ++++ trashapplet/src/Makefile.am 2013-08-18 13:06:32.000000000 +0200 +@@ -3,16 +3,16 @@ + $(GIO_CFLAGS) \ + -DTRASH_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\" + +-libexec_PROGRAMS = trashapplet ++libexec_PROGRAMS = mate-trashapplet + +-trashapplet_SOURCES = \ ++mate_trashapplet_SOURCES = \ + trashapplet.c \ + trash-empty.h \ + trash-empty.c \ + xstuff.c \ + xstuff.h + +-trashapplet_LDADD = \ ++mate_trashapplet_LDADD = \ + $(MATE_APPLETS4_LIBS) \ + $(GIO_LIBS) \ + -lX11 diff --git a/x11/mate-applets/pkg-descr b/x11/mate-applets/pkg-descr new file mode 100644 index 000000000..a6ce7a9bf --- /dev/null +++ b/x11/mate-applets/pkg-descr @@ -0,0 +1,3 @@ +Panel applets for the MATE Desktop Environment. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-applets/pkg-plist b/x11/mate-applets/pkg-plist new file mode 100644 index 000000000..bc10dacd0 --- /dev/null +++ b/x11/mate-applets/pkg-plist @@ -0,0 +1,2412 @@ +%%CPUFREQ%%bin/mate-cpufreq-selector +bin/mate-invest-chart +%%CPUFREQ%%etc/dbus-1/system.d/org.mate.CPUFreqSelector.conf +%%BATTERY%%etc/sound/events/mate-battstat_applet.soundlist +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.py +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/about.py +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/applet.py +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/chart.py +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.py +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/defs.py +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/help.py +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.py +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.py +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.py +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.py +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyo +libexec/mate-accessx-status-applet +%%BATTERY%%libexec/mate-battstat-applet-2 +libexec/mate-charpick_applet2 +libexec/mate-drivemount_applet2 +libexec/mate-geyes_applet2 +libexec/mate-invest-applet +%%CPUFREQ%%libexec/mate-cpufreq-applet +libexec/mateweather-applet-2 +libexec/mate-multiload-applet-2 +libexec/mate-stickynotes_applet +libexec/mate-trashapplet +share/MateConf/gsettings/stickynotes-applet.convert +share/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service +%%BATTERY%%share/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service +%%CPUFREQ%%share/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.InvestAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service +%%CPUFREQ%%share/dbus-1/system-services/org.mate.CPUFreqSelector.service +%%CPUFREQ%%share/icons/hicolor/16x16/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/16x16/apps/mate-eyes-applet.png +share/icons/hicolor/16x16/apps/mate-invest-applet.png +share/icons/hicolor/16x16/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/22x22/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/22x22/apps/mate-eyes-applet.png +share/icons/hicolor/22x22/apps/mate-invest-applet.png +share/icons/hicolor/22x22/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/24x24/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/24x24/apps/mate-eyes-applet.png +share/icons/hicolor/24x24/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/32x32/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/32x32/apps/mate-eyes-applet.png +share/icons/hicolor/32x32/apps/mate-sticky-notes-applet.png +share/icons/hicolor/48x48/apps/mate-invest-applet.png +%%CPUFREQ%%share/icons/hicolor/scalable/apps/mate-cpu-frequency-applet.svg +share/icons/hicolor/scalable/apps/mate-eyes-applet.svg +share/icons/hicolor/scalable/apps/mate-invest-applet.svg +share/icons/hicolor/scalable/apps/mate-sticky-notes-applet.svg +share/icons/mate/48x48/apps/ax-applet.png +share/locale/af/LC_MESSAGES/mate-applets.mo +share/locale/am/LC_MESSAGES/mate-applets.mo +share/locale/ar/LC_MESSAGES/mate-applets.mo +share/locale/as/LC_MESSAGES/mate-applets.mo +share/locale/ast/LC_MESSAGES/mate-applets.mo +share/locale/az/LC_MESSAGES/mate-applets.mo +share/locale/be/LC_MESSAGES/mate-applets.mo +share/locale/be@latin/LC_MESSAGES/mate-applets.mo +share/locale/bg/LC_MESSAGES/mate-applets.mo +share/locale/bn/LC_MESSAGES/mate-applets.mo +share/locale/bn_IN/LC_MESSAGES/mate-applets.mo +share/locale/br/LC_MESSAGES/mate-applets.mo +share/locale/bs/LC_MESSAGES/mate-applets.mo +share/locale/ca/LC_MESSAGES/mate-applets.mo +share/locale/ca@valencia/LC_MESSAGES/mate-applets.mo +share/locale/crh/LC_MESSAGES/mate-applets.mo +share/locale/cs/LC_MESSAGES/mate-applets.mo +share/locale/cy/LC_MESSAGES/mate-applets.mo +share/locale/da/LC_MESSAGES/mate-applets.mo +share/locale/de/LC_MESSAGES/mate-applets.mo +share/locale/dz/LC_MESSAGES/mate-applets.mo +share/locale/el/LC_MESSAGES/mate-applets.mo +share/locale/en@shaw/LC_MESSAGES/mate-applets.mo +share/locale/en_AU/LC_MESSAGES/mate-applets.mo +share/locale/en_CA/LC_MESSAGES/mate-applets.mo +share/locale/en_GB/LC_MESSAGES/mate-applets.mo +share/locale/eo/LC_MESSAGES/mate-applets.mo +share/locale/es/LC_MESSAGES/mate-applets.mo +share/locale/es_AR/LC_MESSAGES/mate-applets.mo +share/locale/es_CL/LC_MESSAGES/mate-applets.mo +share/locale/es_CO/LC_MESSAGES/mate-applets.mo +share/locale/es_CR/LC_MESSAGES/mate-applets.mo +share/locale/es_DO/LC_MESSAGES/mate-applets.mo +share/locale/es_EC/LC_MESSAGES/mate-applets.mo +share/locale/es_ES/LC_MESSAGES/mate-applets.mo +share/locale/es_GT/LC_MESSAGES/mate-applets.mo +share/locale/es_HN/LC_MESSAGES/mate-applets.mo +share/locale/es_MX/LC_MESSAGES/mate-applets.mo +share/locale/es_NI/LC_MESSAGES/mate-applets.mo +share/locale/es_PA/LC_MESSAGES/mate-applets.mo +share/locale/es_PE/LC_MESSAGES/mate-applets.mo +share/locale/es_PR/LC_MESSAGES/mate-applets.mo +share/locale/es_SV/LC_MESSAGES/mate-applets.mo +share/locale/es_UY/LC_MESSAGES/mate-applets.mo +share/locale/es_VE/LC_MESSAGES/mate-applets.mo +share/locale/et/LC_MESSAGES/mate-applets.mo +share/locale/eu/LC_MESSAGES/mate-applets.mo +share/locale/fa/LC_MESSAGES/mate-applets.mo +share/locale/fi/LC_MESSAGES/mate-applets.mo +share/locale/fr/LC_MESSAGES/mate-applets.mo +share/locale/ga/LC_MESSAGES/mate-applets.mo +share/locale/gl/LC_MESSAGES/mate-applets.mo +share/locale/gu/LC_MESSAGES/mate-applets.mo +share/locale/he/LC_MESSAGES/mate-applets.mo +share/locale/hi/LC_MESSAGES/mate-applets.mo +share/locale/hr/LC_MESSAGES/mate-applets.mo +share/locale/hu/LC_MESSAGES/mate-applets.mo +share/locale/hy/LC_MESSAGES/mate-applets.mo +share/locale/id/LC_MESSAGES/mate-applets.mo +share/locale/is/LC_MESSAGES/mate-applets.mo +share/locale/it/LC_MESSAGES/mate-applets.mo +share/locale/ja/LC_MESSAGES/mate-applets.mo +share/locale/ka/LC_MESSAGES/mate-applets.mo +share/locale/kk/LC_MESSAGES/mate-applets.mo +share/locale/kn/LC_MESSAGES/mate-applets.mo +share/locale/ko/LC_MESSAGES/mate-applets.mo +share/locale/ku/LC_MESSAGES/mate-applets.mo +share/locale/ky/LC_MESSAGES/mate-applets.mo +share/locale/lt/LC_MESSAGES/mate-applets.mo +share/locale/lv/LC_MESSAGES/mate-applets.mo +share/locale/mai/LC_MESSAGES/mate-applets.mo +share/locale/mg/LC_MESSAGES/mate-applets.mo +share/locale/mk/LC_MESSAGES/mate-applets.mo +share/locale/ml/LC_MESSAGES/mate-applets.mo +share/locale/mn/LC_MESSAGES/mate-applets.mo +share/locale/mr/LC_MESSAGES/mate-applets.mo +share/locale/ms/LC_MESSAGES/mate-applets.mo +share/locale/nb/LC_MESSAGES/mate-applets.mo +share/locale/ne/LC_MESSAGES/mate-applets.mo +share/locale/nl/LC_MESSAGES/mate-applets.mo +share/locale/nn/LC_MESSAGES/mate-applets.mo +share/locale/oc/LC_MESSAGES/mate-applets.mo +share/locale/or/LC_MESSAGES/mate-applets.mo +share/locale/pa/LC_MESSAGES/mate-applets.mo +share/locale/pl/LC_MESSAGES/mate-applets.mo +share/locale/ps/LC_MESSAGES/mate-applets.mo +share/locale/pt/LC_MESSAGES/mate-applets.mo +share/locale/pt_BR/LC_MESSAGES/mate-applets.mo +share/locale/ro/LC_MESSAGES/mate-applets.mo +share/locale/ru/LC_MESSAGES/mate-applets.mo +share/locale/rw/LC_MESSAGES/mate-applets.mo +share/locale/si/LC_MESSAGES/mate-applets.mo +share/locale/sk/LC_MESSAGES/mate-applets.mo +share/locale/sl/LC_MESSAGES/mate-applets.mo +share/locale/sq/LC_MESSAGES/mate-applets.mo +share/locale/sr/LC_MESSAGES/mate-applets.mo +share/locale/sr@latin/LC_MESSAGES/mate-applets.mo +share/locale/sv/LC_MESSAGES/mate-applets.mo +share/locale/ta/LC_MESSAGES/mate-applets.mo +share/locale/te/LC_MESSAGES/mate-applets.mo +share/locale/th/LC_MESSAGES/mate-applets.mo +share/locale/tr/LC_MESSAGES/mate-applets.mo +share/locale/ug/LC_MESSAGES/mate-applets.mo +share/locale/uk/LC_MESSAGES/mate-applets.mo +share/locale/vi/LC_MESSAGES/mate-applets.mo +share/locale/wa/LC_MESSAGES/mate-applets.mo +share/locale/xh/LC_MESSAGES/mate-applets.mo +share/locale/zh_CN/LC_MESSAGES/mate-applets.mo +share/locale/zh_HK/LC_MESSAGES/mate-applets.mo +share/locale/zh_TW/LC_MESSAGES/mate-applets.mo +share/mate-2.0/ui/accessx-status-applet-menu.xml +%%BATTERY%%share/mate-2.0/ui/battstat-applet-menu.xml +share/mate-2.0/ui/charpick-applet-menu.xml +%%CPUFREQ%%share/mate-2.0/ui/cpufreq-applet-menu.xml +share/mate-2.0/ui/drivemount-applet-menu.xml +share/mate-2.0/ui/geyes-applet-menu.xml +share/mate-2.0/ui/mateweather-applet-menu.xml +share/mate-2.0/ui/multiload-applet-menu.xml +share/mate-2.0/ui/stickynotes-applet-menu.xml +share/mate-2.0/ui/trashapplet-menu.xml +%%DATADIR%%/Invest_Applet.xml +%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui +%%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui +%%DATADIR%%/builder/financialchart.ui +%%DATADIR%%/builder/prefs-dialog.ui +%%DATADIR%%/builder/stickynotes.ui +%%DATADIR%%/builder/trashapplet-empty-progress.ui +%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png +%%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png +%%DATADIR%%/geyes/Bizarre/config +%%DATADIR%%/geyes/Bloodshot/Bloodshot-eye.png +%%DATADIR%%/geyes/Bloodshot/Bloodshot-pupil.png +%%DATADIR%%/geyes/Bloodshot/config +%%DATADIR%%/geyes/Default-tiny/Default-tiny-eye.png +%%DATADIR%%/geyes/Default-tiny/Default-tiny-pupil.png +%%DATADIR%%/geyes/Default-tiny/config +%%DATADIR%%/geyes/Default/Default-eye.png +%%DATADIR%%/geyes/Default/Default-pupil.png +%%DATADIR%%/geyes/Default/config +%%DATADIR%%/geyes/Horrid/config +%%DATADIR%%/geyes/Horrid/horrid_eye.png +%%DATADIR%%/geyes/Horrid/horrid_pupil.png +%%DATADIR%%/geyes/Tango/config +%%DATADIR%%/geyes/Tango/tango-eye.png +%%DATADIR%%/geyes/Tango/tango-pupil.png +%%DATADIR%%/invest-applet/invest-16_neutral.png +%%DATADIR%%/invest-applet/invest-22_down.png +%%DATADIR%%/invest-applet/invest-22_neutral.png +%%DATADIR%%/invest-applet/invest-22_up.png +%%DATADIR%%/invest-applet/invest_down.svg +%%DATADIR%%/invest-applet/invest_neutral.svg +%%DATADIR%%/invest-applet/invest_up.svg +share/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet +%%BATTERY%%share/mate-panel/applets/org.mate.applets.BattstatApplet.mate-panel-applet +%%CPUFREQ%%share/mate-panel/applets/org.mate.applets.CPUFreqApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.CharpickerApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.DriveMountApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.GeyesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.InvestApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MateWeatherApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MultiLoadApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.StickyNotesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.TrashApplet.mate-panel-applet +share/mate/help/mate-accessx-status/C/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/C/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/C/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/C/legal.xml +share/mate/help/mate-accessx-status/C/mate-accessx-status.xml +share/mate/help/mate-accessx-status/bg/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/bg/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/bg/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/bg/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ca/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ca/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ca/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ca/mate-accessx-status.xml +share/mate/help/mate-accessx-status/cs/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/cs/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/cs/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/cs/mate-accessx-status.xml +share/mate/help/mate-accessx-status/de/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/de/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/de/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/de/mate-accessx-status.xml +share/mate/help/mate-accessx-status/el/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/el/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/el/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/el/mate-accessx-status.xml +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/en_GB/mate-accessx-status.xml +share/mate/help/mate-accessx-status/es/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/es/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/es/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/es/mate-accessx-status.xml +share/mate/help/mate-accessx-status/eu/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/eu/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/eu/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/eu/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fi/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fi/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fi/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fi/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fr/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fr/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fr/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fr/mate-accessx-status.xml +share/mate/help/mate-accessx-status/gl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/gl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/gl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/gl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/it/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/it/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/it/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/it/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ko/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ko/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ko/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ko/mate-accessx-status.xml +share/mate/help/mate-accessx-status/nl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/nl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/nl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/nl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/oc/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/oc/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/oc/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/oc/mate-accessx-status.xml +share/mate/help/mate-accessx-status/sv/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/sv/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/sv/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/sv/mate-accessx-status.xml +share/mate/help/mate-accessx-status/uk/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/uk/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/uk/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/uk/mate-accessx-status.xml +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/zh_CN/mate-accessx-status.xml +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/C/legal.xml +%%BATTERY%%share/mate/help/mate-battstat/C/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/bg/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ca/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/cs/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/da/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/de/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/el/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/es/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/eu/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fi/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fr/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ko/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/oc/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pa/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/sv/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/uk/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/mate-battstat.xml +share/mate/help/mate-char-palette/C/figures/charpalette_applet.png +share/mate/help/mate-char-palette/C/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/C/figures/charpick-preferences.png +share/mate/help/mate-char-palette/C/figures/charpick_characters.png +share/mate/help/mate-char-palette/C/legal.xml +share/mate/help/mate-char-palette/C/mate-char-palette.xml +share/mate/help/mate-char-palette/bg/figures/charpalette_applet.png +share/mate/help/mate-char-palette/bg/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/bg/figures/charpick-preferences.png +share/mate/help/mate-char-palette/bg/figures/charpick_characters.png +share/mate/help/mate-char-palette/bg/mate-char-palette.xml +share/mate/help/mate-char-palette/ca/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ca/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ca/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ca/figures/charpick_characters.png +share/mate/help/mate-char-palette/ca/mate-char-palette.xml +share/mate/help/mate-char-palette/cs/figures/charpalette_applet.png +share/mate/help/mate-char-palette/cs/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/cs/figures/charpick-preferences.png +share/mate/help/mate-char-palette/cs/figures/charpick_characters.png +share/mate/help/mate-char-palette/cs/mate-char-palette.xml +share/mate/help/mate-char-palette/de/figures/charpalette_applet.png +share/mate/help/mate-char-palette/de/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/de/figures/charpick-preferences.png +share/mate/help/mate-char-palette/de/figures/charpick_characters.png +share/mate/help/mate-char-palette/de/mate-char-palette.xml +share/mate/help/mate-char-palette/el/figures/charpalette_applet.png +share/mate/help/mate-char-palette/el/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/el/figures/charpick-preferences.png +share/mate/help/mate-char-palette/el/figures/charpick_characters.png +share/mate/help/mate-char-palette/el/mate-char-palette.xml +share/mate/help/mate-char-palette/en_GB/figures/charpalette_applet.png +share/mate/help/mate-char-palette/en_GB/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/en_GB/figures/charpick-preferences.png +share/mate/help/mate-char-palette/en_GB/figures/charpick_characters.png +share/mate/help/mate-char-palette/en_GB/mate-char-palette.xml +share/mate/help/mate-char-palette/es/figures/charpalette_applet.png +share/mate/help/mate-char-palette/es/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/es/figures/charpick-preferences.png +share/mate/help/mate-char-palette/es/figures/charpick_characters.png +share/mate/help/mate-char-palette/es/mate-char-palette.xml +share/mate/help/mate-char-palette/eu/figures/charpalette_applet.png +share/mate/help/mate-char-palette/eu/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/eu/figures/charpick-preferences.png +share/mate/help/mate-char-palette/eu/figures/charpick_characters.png +share/mate/help/mate-char-palette/eu/mate-char-palette.xml +share/mate/help/mate-char-palette/fi/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fi/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fi/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fi/figures/charpick_characters.png +share/mate/help/mate-char-palette/fi/mate-char-palette.xml +share/mate/help/mate-char-palette/fr/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fr/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fr/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fr/figures/charpick_characters.png +share/mate/help/mate-char-palette/fr/mate-char-palette.xml +share/mate/help/mate-char-palette/it/figures/charpalette_applet.png +share/mate/help/mate-char-palette/it/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/it/figures/charpick-preferences.png +share/mate/help/mate-char-palette/it/figures/charpick_characters.png +share/mate/help/mate-char-palette/it/mate-char-palette.xml +share/mate/help/mate-char-palette/ko/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ko/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ko/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ko/figures/charpick_characters.png +share/mate/help/mate-char-palette/ko/mate-char-palette.xml +share/mate/help/mate-char-palette/nl/figures/charpalette_applet.png +share/mate/help/mate-char-palette/nl/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/nl/figures/charpick-preferences.png +share/mate/help/mate-char-palette/nl/figures/charpick_characters.png +share/mate/help/mate-char-palette/nl/mate-char-palette.xml +share/mate/help/mate-char-palette/oc/figures/charpalette_applet.png +share/mate/help/mate-char-palette/oc/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/oc/figures/charpick-preferences.png +share/mate/help/mate-char-palette/oc/figures/charpick_characters.png +share/mate/help/mate-char-palette/oc/mate-char-palette.xml +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_applet.png +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick-preferences.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick_characters.png +share/mate/help/mate-char-palette/pt_BR/mate-char-palette.xml +share/mate/help/mate-char-palette/ru/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ru/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ru/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ru/figures/charpick_characters.png +share/mate/help/mate-char-palette/ru/mate-char-palette.xml +share/mate/help/mate-char-palette/sv/figures/charpalette_applet.png +share/mate/help/mate-char-palette/sv/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/sv/figures/charpick-preferences.png +share/mate/help/mate-char-palette/sv/figures/charpick_characters.png +share/mate/help/mate-char-palette/sv/mate-char-palette.xml +share/mate/help/mate-char-palette/uk/figures/charpalette_applet.png +share/mate/help/mate-char-palette/uk/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/uk/figures/charpick-preferences.png +share/mate/help/mate-char-palette/uk/figures/charpick_characters.png +share/mate/help/mate-char-palette/uk/mate-char-palette.xml +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_applet.png +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick-preferences.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick_characters.png +share/mate/help/mate-char-palette/zh_CN/mate-char-palette.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/legal.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/mate-cpufreq-applet.xml +share/mate/help/mate-drivemount/C/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/C/legal.xml +share/mate/help/mate-drivemount/C/mate-drivemount.xml +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ca/mate-drivemount.xml +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/cs/mate-drivemount.xml +share/mate/help/mate-drivemount/da/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/da/mate-drivemount.xml +share/mate/help/mate-drivemount/de/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/de/mate-drivemount.xml +share/mate/help/mate-drivemount/el/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/el/mate-drivemount.xml +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/en_GB/mate-drivemount.xml +share/mate/help/mate-drivemount/es/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/es/mate-drivemount.xml +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/eu/mate-drivemount.xml +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fi/mate-drivemount.xml +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fr/mate-drivemount.xml +share/mate/help/mate-drivemount/it/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/it/mate-drivemount.xml +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ko/mate-drivemount.xml +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/oc/mate-drivemount.xml +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/pa/mate-drivemount.xml +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ru/mate-drivemount.xml +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/sv/mate-drivemount.xml +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/uk/mate-drivemount.xml +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/zh_CN/mate-drivemount.xml +share/mate/help/mate-geyes/C/figures/geyes_applet.png +share/mate/help/mate-geyes/C/legal.xml +share/mate/help/mate-geyes/C/mate-geyes.xml +share/mate/help/mate-geyes/ast/figures/geyes_applet.png +share/mate/help/mate-geyes/ast/mate-geyes.xml +share/mate/help/mate-geyes/bg/figures/geyes_applet.png +share/mate/help/mate-geyes/bg/mate-geyes.xml +share/mate/help/mate-geyes/ca/figures/geyes_applet.png +share/mate/help/mate-geyes/ca/mate-geyes.xml +share/mate/help/mate-geyes/cs/figures/geyes_applet.png +share/mate/help/mate-geyes/cs/mate-geyes.xml +share/mate/help/mate-geyes/da/figures/geyes_applet.png +share/mate/help/mate-geyes/da/mate-geyes.xml +share/mate/help/mate-geyes/de/figures/geyes_applet.png +share/mate/help/mate-geyes/de/mate-geyes.xml +share/mate/help/mate-geyes/el/figures/geyes_applet.png +share/mate/help/mate-geyes/el/mate-geyes.xml +share/mate/help/mate-geyes/en_GB/figures/geyes_applet.png +share/mate/help/mate-geyes/en_GB/mate-geyes.xml +share/mate/help/mate-geyes/es/figures/geyes_applet.png +share/mate/help/mate-geyes/es/mate-geyes.xml +share/mate/help/mate-geyes/eu/figures/geyes_applet.png +share/mate/help/mate-geyes/eu/mate-geyes.xml +share/mate/help/mate-geyes/fi/figures/geyes_applet.png +share/mate/help/mate-geyes/fi/mate-geyes.xml +share/mate/help/mate-geyes/fr/figures/geyes_applet.png +share/mate/help/mate-geyes/fr/mate-geyes.xml +share/mate/help/mate-geyes/it/figures/geyes_applet.png +share/mate/help/mate-geyes/it/mate-geyes.xml +share/mate/help/mate-geyes/ko/figures/geyes_applet.png +share/mate/help/mate-geyes/ko/mate-geyes.xml +share/mate/help/mate-geyes/oc/figures/geyes_applet.png +share/mate/help/mate-geyes/oc/mate-geyes.xml +share/mate/help/mate-geyes/ru/figures/geyes_applet.png +share/mate/help/mate-geyes/ru/mate-geyes.xml +share/mate/help/mate-geyes/sv/figures/geyes_applet.png +share/mate/help/mate-geyes/sv/mate-geyes.xml +share/mate/help/mate-geyes/uk/figures/geyes_applet.png +share/mate/help/mate-geyes/uk/mate-geyes.xml +share/mate/help/mate-geyes/zh_CN/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_CN/mate-geyes.xml +share/mate/help/mate-geyes/zh_HK/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_HK/mate-geyes.xml +share/mate/help/mate-geyes/zh_TW/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_TW/mate-geyes.xml +share/mate/help/mate-invest-applet/C/figures/symbol-search.png +share/mate/help/mate-invest-applet/C/legal.xml +share/mate/help/mate-invest-applet/C/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ca/figures/symbol-search.png +share/mate/help/mate-invest-applet/ca/mate-invest-applet.xml +share/mate/help/mate-invest-applet/de/figures/symbol-search.png +share/mate/help/mate-invest-applet/de/mate-invest-applet.xml +share/mate/help/mate-invest-applet/el/figures/symbol-search.png +share/mate/help/mate-invest-applet/el/mate-invest-applet.xml +share/mate/help/mate-invest-applet/en_GB/figures/symbol-search.png +share/mate/help/mate-invest-applet/en_GB/mate-invest-applet.xml +share/mate/help/mate-invest-applet/es/figures/symbol-search.png +share/mate/help/mate-invest-applet/es/mate-invest-applet.xml +share/mate/help/mate-invest-applet/fi/figures/symbol-search.png +share/mate/help/mate-invest-applet/fi/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ru/figures/symbol-search.png +share/mate/help/mate-invest-applet/ru/mate-invest-applet.xml +share/mate/help/mate-invest-applet/sv/figures/symbol-search.png +share/mate/help/mate-invest-applet/sv/mate-invest-applet.xml +share/mate/help/mate-invest-applet/zh_CN/figures/symbol-search.png +share/mate/help/mate-invest-applet/zh_CN/mate-invest-applet.xml +share/mate/help/mate-multiload/C/figures/multiload-preferences.png +share/mate/help/mate-multiload/C/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/C/figures/system_monitor.png +share/mate/help/mate-multiload/C/legal.xml +share/mate/help/mate-multiload/C/mate-multiload.xml +share/mate/help/mate-multiload/ca/figures/multiload-preferences.png +share/mate/help/mate-multiload/ca/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ca/figures/system_monitor.png +share/mate/help/mate-multiload/ca/mate-multiload.xml +share/mate/help/mate-multiload/cs/figures/multiload-preferences.png +share/mate/help/mate-multiload/cs/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/cs/figures/system_monitor.png +share/mate/help/mate-multiload/cs/mate-multiload.xml +share/mate/help/mate-multiload/de/figures/multiload-preferences.png +share/mate/help/mate-multiload/de/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/de/figures/system_monitor.png +share/mate/help/mate-multiload/de/mate-multiload.xml +share/mate/help/mate-multiload/el/figures/multiload-preferences.png +share/mate/help/mate-multiload/el/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/el/figures/system_monitor.png +share/mate/help/mate-multiload/el/mate-multiload.xml +share/mate/help/mate-multiload/en_GB/figures/multiload-preferences.png +share/mate/help/mate-multiload/en_GB/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/en_GB/figures/system_monitor.png +share/mate/help/mate-multiload/en_GB/mate-multiload.xml +share/mate/help/mate-multiload/es/figures/multiload-preferences.png +share/mate/help/mate-multiload/es/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/es/figures/system_monitor.png +share/mate/help/mate-multiload/es/mate-multiload.xml +share/mate/help/mate-multiload/eu/figures/multiload-preferences.png +share/mate/help/mate-multiload/eu/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/eu/figures/system_monitor.png +share/mate/help/mate-multiload/eu/mate-multiload.xml +share/mate/help/mate-multiload/fi/figures/multiload-preferences.png +share/mate/help/mate-multiload/fi/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fi/figures/system_monitor.png +share/mate/help/mate-multiload/fi/mate-multiload.xml +share/mate/help/mate-multiload/fr/figures/multiload-preferences.png +share/mate/help/mate-multiload/fr/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fr/figures/system_monitor.png +share/mate/help/mate-multiload/fr/mate-multiload.xml +share/mate/help/mate-multiload/ko/figures/multiload-preferences.png +share/mate/help/mate-multiload/ko/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ko/figures/system_monitor.png +share/mate/help/mate-multiload/ko/mate-multiload.xml +share/mate/help/mate-multiload/oc/figures/multiload-preferences.png +share/mate/help/mate-multiload/oc/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/oc/figures/system_monitor.png +share/mate/help/mate-multiload/oc/mate-multiload.xml +share/mate/help/mate-multiload/pa/figures/multiload-preferences.png +share/mate/help/mate-multiload/pa/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pa/figures/system_monitor.png +share/mate/help/mate-multiload/pa/mate-multiload.xml +share/mate/help/mate-multiload/pt_BR/figures/multiload-preferences.png +share/mate/help/mate-multiload/pt_BR/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pt_BR/figures/system_monitor.png +share/mate/help/mate-multiload/pt_BR/mate-multiload.xml +share/mate/help/mate-multiload/ru/figures/multiload-preferences.png +share/mate/help/mate-multiload/ru/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ru/figures/system_monitor.png +share/mate/help/mate-multiload/ru/mate-multiload.xml +share/mate/help/mate-multiload/sv/figures/multiload-preferences.png +share/mate/help/mate-multiload/sv/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/sv/figures/system_monitor.png +share/mate/help/mate-multiload/sv/mate-multiload.xml +share/mate/help/mate-multiload/uk/figures/multiload-preferences.png +share/mate/help/mate-multiload/uk/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/uk/figures/system_monitor.png +share/mate/help/mate-multiload/uk/mate-multiload.xml +share/mate/help/mate-multiload/zh_CN/figures/multiload-preferences.png +share/mate/help/mate-multiload/zh_CN/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/zh_CN/figures/system_monitor.png +share/mate/help/mate-multiload/zh_CN/mate-multiload.xml +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/C/legal.xml +share/mate/help/mate-stickynotes_applet/C/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ca/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/cs/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/de/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/el/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/en_GB/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/es/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/eu/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fi/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fr/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ko/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/oc/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pa/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pt_BR/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ru/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/sv/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/uk/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_CN/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_HK/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_TW/mate-stickynotes_applet.xml +share/mate/help/mate-trashapplet/C/figures/trash-applet.png +share/mate/help/mate-trashapplet/C/legal.xml +share/mate/help/mate-trashapplet/C/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ca/figures/trash-applet.png +share/mate/help/mate-trashapplet/ca/mate-trashapplet.xml +share/mate/help/mate-trashapplet/cs/figures/trash-applet.png +share/mate/help/mate-trashapplet/cs/mate-trashapplet.xml +share/mate/help/mate-trashapplet/da/figures/trash-applet.png +share/mate/help/mate-trashapplet/da/mate-trashapplet.xml +share/mate/help/mate-trashapplet/de/figures/trash-applet.png +share/mate/help/mate-trashapplet/de/mate-trashapplet.xml +share/mate/help/mate-trashapplet/el/figures/trash-applet.png +share/mate/help/mate-trashapplet/el/mate-trashapplet.xml +share/mate/help/mate-trashapplet/en_GB/figures/trash-applet.png +share/mate/help/mate-trashapplet/en_GB/mate-trashapplet.xml +share/mate/help/mate-trashapplet/es/figures/trash-applet.png +share/mate/help/mate-trashapplet/es/mate-trashapplet.xml +share/mate/help/mate-trashapplet/eu/figures/trash-applet.png +share/mate/help/mate-trashapplet/eu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fi/figures/trash-applet.png +share/mate/help/mate-trashapplet/fi/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fr/figures/trash-applet.png +share/mate/help/mate-trashapplet/fr/mate-trashapplet.xml +share/mate/help/mate-trashapplet/hu/figures/trash-applet.png +share/mate/help/mate-trashapplet/hu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/it/figures/trash-applet.png +share/mate/help/mate-trashapplet/it/mate-trashapplet.xml +share/mate/help/mate-trashapplet/nl/figures/trash-applet.png +share/mate/help/mate-trashapplet/nl/mate-trashapplet.xml +share/mate/help/mate-trashapplet/oc/figures/trash-applet.png +share/mate/help/mate-trashapplet/oc/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pa/figures/trash-applet.png +share/mate/help/mate-trashapplet/pa/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pt_BR/figures/trash-applet.png +share/mate/help/mate-trashapplet/pt_BR/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ru/figures/trash-applet.png +share/mate/help/mate-trashapplet/ru/mate-trashapplet.xml +share/mate/help/mate-trashapplet/sv/figures/trash-applet.png +share/mate/help/mate-trashapplet/sv/mate-trashapplet.xml +share/mate/help/mate-trashapplet/uk/figures/trash-applet.png +share/mate/help/mate-trashapplet/uk/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_CN/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_CN/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_HK/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_HK/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_TW/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_TW/mate-trashapplet.xml +share/mate/help/mateweather/C/figures/mateweather-details.png +share/mate/help/mateweather/C/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/C/figures/mateweather-prefs-general.png +share/mate/help/mateweather/C/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/C/figures/mateweather_applet.png +share/mate/help/mateweather/C/figures/stock_weather-cloudy.png +share/mate/help/mateweather/C/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-fog.png +share/mate/help/mateweather/C/figures/stock_weather-night-clear.png +share/mate/help/mateweather/C/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-showers.png +share/mate/help/mateweather/C/figures/stock_weather-snow.png +share/mate/help/mateweather/C/figures/stock_weather-storm.png +share/mate/help/mateweather/C/figures/stock_weather-sunny.png +share/mate/help/mateweather/C/legal.xml +share/mate/help/mateweather/C/mateweather.xml +share/mate/help/mateweather/ar/figures/mateweather-details.png +share/mate/help/mateweather/ar/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ar/figures/mateweather_applet.png +share/mate/help/mateweather/ar/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ar/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-fog.png +share/mate/help/mateweather/ar/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ar/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-showers.png +share/mate/help/mateweather/ar/figures/stock_weather-snow.png +share/mate/help/mateweather/ar/figures/stock_weather-storm.png +share/mate/help/mateweather/ar/figures/stock_weather-sunny.png +share/mate/help/mateweather/ar/mateweather.xml +share/mate/help/mateweather/ca/figures/mateweather-details.png +share/mate/help/mateweather/ca/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ca/figures/mateweather_applet.png +share/mate/help/mateweather/ca/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ca/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-fog.png +share/mate/help/mateweather/ca/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ca/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-showers.png +share/mate/help/mateweather/ca/figures/stock_weather-snow.png +share/mate/help/mateweather/ca/figures/stock_weather-storm.png +share/mate/help/mateweather/ca/figures/stock_weather-sunny.png +share/mate/help/mateweather/ca/mateweather.xml +share/mate/help/mateweather/cs/figures/mateweather-details.png +share/mate/help/mateweather/cs/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-general.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/cs/figures/mateweather_applet.png +share/mate/help/mateweather/cs/figures/stock_weather-cloudy.png +share/mate/help/mateweather/cs/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-fog.png +share/mate/help/mateweather/cs/figures/stock_weather-night-clear.png +share/mate/help/mateweather/cs/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-showers.png +share/mate/help/mateweather/cs/figures/stock_weather-snow.png +share/mate/help/mateweather/cs/figures/stock_weather-storm.png +share/mate/help/mateweather/cs/figures/stock_weather-sunny.png +share/mate/help/mateweather/cs/mateweather.xml +share/mate/help/mateweather/de/figures/mateweather-details.png +share/mate/help/mateweather/de/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/de/figures/mateweather-prefs-general.png +share/mate/help/mateweather/de/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/de/figures/mateweather_applet.png +share/mate/help/mateweather/de/figures/stock_weather-cloudy.png +share/mate/help/mateweather/de/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-fog.png +share/mate/help/mateweather/de/figures/stock_weather-night-clear.png +share/mate/help/mateweather/de/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-showers.png +share/mate/help/mateweather/de/figures/stock_weather-snow.png +share/mate/help/mateweather/de/figures/stock_weather-storm.png +share/mate/help/mateweather/de/figures/stock_weather-sunny.png +share/mate/help/mateweather/de/mateweather.xml +share/mate/help/mateweather/el/figures/mateweather-details.png +share/mate/help/mateweather/el/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/el/figures/mateweather-prefs-general.png +share/mate/help/mateweather/el/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/el/figures/mateweather_applet.png +share/mate/help/mateweather/el/figures/stock_weather-cloudy.png +share/mate/help/mateweather/el/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-fog.png +share/mate/help/mateweather/el/figures/stock_weather-night-clear.png +share/mate/help/mateweather/el/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-showers.png +share/mate/help/mateweather/el/figures/stock_weather-snow.png +share/mate/help/mateweather/el/figures/stock_weather-storm.png +share/mate/help/mateweather/el/figures/stock_weather-sunny.png +share/mate/help/mateweather/el/mateweather.xml +share/mate/help/mateweather/en_GB/figures/mateweather-details.png +share/mate/help/mateweather/en_GB/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-general.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/en_GB/figures/mateweather_applet.png +share/mate/help/mateweather/en_GB/figures/stock_weather-cloudy.png +share/mate/help/mateweather/en_GB/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-fog.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-clear.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-showers.png +share/mate/help/mateweather/en_GB/figures/stock_weather-snow.png +share/mate/help/mateweather/en_GB/figures/stock_weather-storm.png +share/mate/help/mateweather/en_GB/figures/stock_weather-sunny.png +share/mate/help/mateweather/en_GB/mateweather.xml +share/mate/help/mateweather/es/figures/mateweather-details.png +share/mate/help/mateweather/es/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/es/figures/mateweather-prefs-general.png +share/mate/help/mateweather/es/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/es/figures/mateweather_applet.png +share/mate/help/mateweather/es/figures/stock_weather-cloudy.png +share/mate/help/mateweather/es/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-fog.png +share/mate/help/mateweather/es/figures/stock_weather-night-clear.png +share/mate/help/mateweather/es/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-showers.png +share/mate/help/mateweather/es/figures/stock_weather-snow.png +share/mate/help/mateweather/es/figures/stock_weather-storm.png +share/mate/help/mateweather/es/figures/stock_weather-sunny.png +share/mate/help/mateweather/es/mateweather.xml +share/mate/help/mateweather/eu/figures/mateweather-details.png +share/mate/help/mateweather/eu/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-general.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/eu/figures/mateweather_applet.png +share/mate/help/mateweather/eu/figures/stock_weather-cloudy.png +share/mate/help/mateweather/eu/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-fog.png +share/mate/help/mateweather/eu/figures/stock_weather-night-clear.png +share/mate/help/mateweather/eu/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-showers.png +share/mate/help/mateweather/eu/figures/stock_weather-snow.png +share/mate/help/mateweather/eu/figures/stock_weather-storm.png +share/mate/help/mateweather/eu/figures/stock_weather-sunny.png +share/mate/help/mateweather/eu/mateweather.xml +share/mate/help/mateweather/fi/figures/mateweather-details.png +share/mate/help/mateweather/fi/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fi/figures/mateweather_applet.png +share/mate/help/mateweather/fi/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fi/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-fog.png +share/mate/help/mateweather/fi/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fi/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-showers.png +share/mate/help/mateweather/fi/figures/stock_weather-snow.png +share/mate/help/mateweather/fi/figures/stock_weather-storm.png +share/mate/help/mateweather/fi/figures/stock_weather-sunny.png +share/mate/help/mateweather/fi/mateweather.xml +share/mate/help/mateweather/fr/figures/mateweather-details.png +share/mate/help/mateweather/fr/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fr/figures/mateweather_applet.png +share/mate/help/mateweather/fr/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fr/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-fog.png +share/mate/help/mateweather/fr/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fr/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-showers.png +share/mate/help/mateweather/fr/figures/stock_weather-snow.png +share/mate/help/mateweather/fr/figures/stock_weather-storm.png +share/mate/help/mateweather/fr/figures/stock_weather-sunny.png +share/mate/help/mateweather/fr/mateweather.xml +share/mate/help/mateweather/ko/figures/mateweather-details.png +share/mate/help/mateweather/ko/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ko/figures/mateweather_applet.png +share/mate/help/mateweather/ko/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ko/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-fog.png +share/mate/help/mateweather/ko/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ko/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-showers.png +share/mate/help/mateweather/ko/figures/stock_weather-snow.png +share/mate/help/mateweather/ko/figures/stock_weather-storm.png +share/mate/help/mateweather/ko/figures/stock_weather-sunny.png +share/mate/help/mateweather/ko/mateweather.xml +share/mate/help/mateweather/nl/figures/mateweather-details.png +share/mate/help/mateweather/nl/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-general.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/nl/figures/mateweather_applet.png +share/mate/help/mateweather/nl/figures/stock_weather-cloudy.png +share/mate/help/mateweather/nl/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-fog.png +share/mate/help/mateweather/nl/figures/stock_weather-night-clear.png +share/mate/help/mateweather/nl/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-showers.png +share/mate/help/mateweather/nl/figures/stock_weather-snow.png +share/mate/help/mateweather/nl/figures/stock_weather-storm.png +share/mate/help/mateweather/nl/figures/stock_weather-sunny.png +share/mate/help/mateweather/nl/mateweather.xml +share/mate/help/mateweather/oc/figures/mateweather-details.png +share/mate/help/mateweather/oc/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-general.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/oc/figures/mateweather_applet.png +share/mate/help/mateweather/oc/figures/stock_weather-cloudy.png +share/mate/help/mateweather/oc/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-fog.png +share/mate/help/mateweather/oc/figures/stock_weather-night-clear.png +share/mate/help/mateweather/oc/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-showers.png +share/mate/help/mateweather/oc/figures/stock_weather-snow.png +share/mate/help/mateweather/oc/figures/stock_weather-storm.png +share/mate/help/mateweather/oc/figures/stock_weather-sunny.png +share/mate/help/mateweather/oc/mateweather.xml +share/mate/help/mateweather/pa/figures/mateweather-details.png +share/mate/help/mateweather/pa/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pa/figures/mateweather_applet.png +share/mate/help/mateweather/pa/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pa/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-fog.png +share/mate/help/mateweather/pa/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pa/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-showers.png +share/mate/help/mateweather/pa/figures/stock_weather-snow.png +share/mate/help/mateweather/pa/figures/stock_weather-storm.png +share/mate/help/mateweather/pa/figures/stock_weather-sunny.png +share/mate/help/mateweather/pa/mateweather.xml +share/mate/help/mateweather/pt_BR/figures/mateweather-details.png +share/mate/help/mateweather/pt_BR/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pt_BR/figures/mateweather_applet.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-fog.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-showers.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-snow.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-storm.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-sunny.png +share/mate/help/mateweather/pt_BR/mateweather.xml +share/mate/help/mateweather/ru/figures/mateweather-details.png +share/mate/help/mateweather/ru/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ru/figures/mateweather_applet.png +share/mate/help/mateweather/ru/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ru/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-fog.png +share/mate/help/mateweather/ru/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ru/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-showers.png +share/mate/help/mateweather/ru/figures/stock_weather-snow.png +share/mate/help/mateweather/ru/figures/stock_weather-storm.png +share/mate/help/mateweather/ru/figures/stock_weather-sunny.png +share/mate/help/mateweather/ru/mateweather.xml +share/mate/help/mateweather/sv/figures/mateweather-details.png +share/mate/help/mateweather/sv/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-general.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/sv/figures/mateweather_applet.png +share/mate/help/mateweather/sv/figures/stock_weather-cloudy.png +share/mate/help/mateweather/sv/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-fog.png +share/mate/help/mateweather/sv/figures/stock_weather-night-clear.png +share/mate/help/mateweather/sv/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-showers.png +share/mate/help/mateweather/sv/figures/stock_weather-snow.png +share/mate/help/mateweather/sv/figures/stock_weather-storm.png +share/mate/help/mateweather/sv/figures/stock_weather-sunny.png +share/mate/help/mateweather/sv/mateweather.xml +share/mate/help/mateweather/uk/figures/mateweather-details.png +share/mate/help/mateweather/uk/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-general.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/uk/figures/mateweather_applet.png +share/mate/help/mateweather/uk/figures/stock_weather-cloudy.png +share/mate/help/mateweather/uk/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-fog.png +share/mate/help/mateweather/uk/figures/stock_weather-night-clear.png +share/mate/help/mateweather/uk/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-showers.png +share/mate/help/mateweather/uk/figures/stock_weather-snow.png +share/mate/help/mateweather/uk/figures/stock_weather-storm.png +share/mate/help/mateweather/uk/figures/stock_weather-sunny.png +share/mate/help/mateweather/uk/mateweather.xml +share/mate/help/mateweather/zh_CN/figures/mateweather-details.png +share/mate/help/mateweather/zh_CN/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-general.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/zh_CN/figures/mateweather_applet.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-cloudy.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-fog.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-clear.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-showers.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-snow.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-storm.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-sunny.png +share/mate/help/mateweather/zh_CN/mateweather.xml +share/omf/mate-accessx-status/mate-accessx-status-C.omf +share/omf/mate-accessx-status/mate-accessx-status-bg.omf +share/omf/mate-accessx-status/mate-accessx-status-ca.omf +share/omf/mate-accessx-status/mate-accessx-status-cs.omf +share/omf/mate-accessx-status/mate-accessx-status-de.omf +share/omf/mate-accessx-status/mate-accessx-status-el.omf +share/omf/mate-accessx-status/mate-accessx-status-en_GB.omf +share/omf/mate-accessx-status/mate-accessx-status-es.omf +share/omf/mate-accessx-status/mate-accessx-status-eu.omf +share/omf/mate-accessx-status/mate-accessx-status-fi.omf +share/omf/mate-accessx-status/mate-accessx-status-fr.omf +share/omf/mate-accessx-status/mate-accessx-status-gl.omf +share/omf/mate-accessx-status/mate-accessx-status-it.omf +share/omf/mate-accessx-status/mate-accessx-status-ko.omf +share/omf/mate-accessx-status/mate-accessx-status-nl.omf +share/omf/mate-accessx-status/mate-accessx-status-oc.omf +share/omf/mate-accessx-status/mate-accessx-status-sv.omf +share/omf/mate-accessx-status/mate-accessx-status-uk.omf +share/omf/mate-accessx-status/mate-accessx-status-zh_CN.omf +share/omf/mate-battstat/mate-battstat-C.omf +share/omf/mate-battstat/mate-battstat-bg.omf +share/omf/mate-battstat/mate-battstat-ca.omf +share/omf/mate-battstat/mate-battstat-cs.omf +share/omf/mate-battstat/mate-battstat-da.omf +share/omf/mate-battstat/mate-battstat-de.omf +share/omf/mate-battstat/mate-battstat-el.omf +share/omf/mate-battstat/mate-battstat-en_GB.omf +share/omf/mate-battstat/mate-battstat-es.omf +share/omf/mate-battstat/mate-battstat-eu.omf +share/omf/mate-battstat/mate-battstat-fi.omf +share/omf/mate-battstat/mate-battstat-fr.omf +share/omf/mate-battstat/mate-battstat-ko.omf +share/omf/mate-battstat/mate-battstat-oc.omf +share/omf/mate-battstat/mate-battstat-pa.omf +share/omf/mate-battstat/mate-battstat-pt_BR.omf +share/omf/mate-battstat/mate-battstat-sv.omf +share/omf/mate-battstat/mate-battstat-uk.omf +share/omf/mate-battstat/mate-battstat-zh_CN.omf +share/omf/mate-char-palette/mate-char-palette-C.omf +share/omf/mate-char-palette/mate-char-palette-bg.omf +share/omf/mate-char-palette/mate-char-palette-ca.omf +share/omf/mate-char-palette/mate-char-palette-cs.omf +share/omf/mate-char-palette/mate-char-palette-de.omf +share/omf/mate-char-palette/mate-char-palette-el.omf +share/omf/mate-char-palette/mate-char-palette-en_GB.omf +share/omf/mate-char-palette/mate-char-palette-es.omf +share/omf/mate-char-palette/mate-char-palette-eu.omf +share/omf/mate-char-palette/mate-char-palette-fi.omf +share/omf/mate-char-palette/mate-char-palette-fr.omf +share/omf/mate-char-palette/mate-char-palette-it.omf +share/omf/mate-char-palette/mate-char-palette-ko.omf +share/omf/mate-char-palette/mate-char-palette-nl.omf +share/omf/mate-char-palette/mate-char-palette-oc.omf +share/omf/mate-char-palette/mate-char-palette-pt_BR.omf +share/omf/mate-char-palette/mate-char-palette-ru.omf +share/omf/mate-char-palette/mate-char-palette-sv.omf +share/omf/mate-char-palette/mate-char-palette-uk.omf +share/omf/mate-char-palette/mate-char-palette-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-C.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ca.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-cs.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-de.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-el.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-en_GB.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-es.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-eu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fi.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fr.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-hu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-nl.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-oc.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-pt_BR.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ru.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-sv.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-uk.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_HK.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_TW.omf +share/omf/mate-drivemount/mate-drivemount-C.omf +share/omf/mate-drivemount/mate-drivemount-ca.omf +share/omf/mate-drivemount/mate-drivemount-cs.omf +share/omf/mate-drivemount/mate-drivemount-da.omf +share/omf/mate-drivemount/mate-drivemount-de.omf +share/omf/mate-drivemount/mate-drivemount-el.omf +share/omf/mate-drivemount/mate-drivemount-en_GB.omf +share/omf/mate-drivemount/mate-drivemount-es.omf +share/omf/mate-drivemount/mate-drivemount-eu.omf +share/omf/mate-drivemount/mate-drivemount-fi.omf +share/omf/mate-drivemount/mate-drivemount-fr.omf +share/omf/mate-drivemount/mate-drivemount-it.omf +share/omf/mate-drivemount/mate-drivemount-ko.omf +share/omf/mate-drivemount/mate-drivemount-oc.omf +share/omf/mate-drivemount/mate-drivemount-pa.omf +share/omf/mate-drivemount/mate-drivemount-ru.omf +share/omf/mate-drivemount/mate-drivemount-sv.omf +share/omf/mate-drivemount/mate-drivemount-uk.omf +share/omf/mate-drivemount/mate-drivemount-zh_CN.omf +share/omf/mate-geyes/mate-geyes-C.omf +share/omf/mate-geyes/mate-geyes-ast.omf +share/omf/mate-geyes/mate-geyes-bg.omf +share/omf/mate-geyes/mate-geyes-ca.omf +share/omf/mate-geyes/mate-geyes-cs.omf +share/omf/mate-geyes/mate-geyes-da.omf +share/omf/mate-geyes/mate-geyes-de.omf +share/omf/mate-geyes/mate-geyes-el.omf +share/omf/mate-geyes/mate-geyes-en_GB.omf +share/omf/mate-geyes/mate-geyes-es.omf +share/omf/mate-geyes/mate-geyes-eu.omf +share/omf/mate-geyes/mate-geyes-fi.omf +share/omf/mate-geyes/mate-geyes-fr.omf +share/omf/mate-geyes/mate-geyes-it.omf +share/omf/mate-geyes/mate-geyes-ko.omf +share/omf/mate-geyes/mate-geyes-oc.omf +share/omf/mate-geyes/mate-geyes-ru.omf +share/omf/mate-geyes/mate-geyes-sv.omf +share/omf/mate-geyes/mate-geyes-uk.omf +share/omf/mate-geyes/mate-geyes-zh_CN.omf +share/omf/mate-geyes/mate-geyes-zh_HK.omf +share/omf/mate-geyes/mate-geyes-zh_TW.omf +share/omf/mate-invest-applet/mate-invest-applet-C.omf +share/omf/mate-invest-applet/mate-invest-applet-ca.omf +share/omf/mate-invest-applet/mate-invest-applet-de.omf +share/omf/mate-invest-applet/mate-invest-applet-el.omf +share/omf/mate-invest-applet/mate-invest-applet-en_GB.omf +share/omf/mate-invest-applet/mate-invest-applet-es.omf +share/omf/mate-invest-applet/mate-invest-applet-fi.omf +share/omf/mate-invest-applet/mate-invest-applet-ru.omf +share/omf/mate-invest-applet/mate-invest-applet-sv.omf +share/omf/mate-invest-applet/mate-invest-applet-zh_CN.omf +share/omf/mate-multiload/mate-multiload-C.omf +share/omf/mate-multiload/mate-multiload-ca.omf +share/omf/mate-multiload/mate-multiload-cs.omf +share/omf/mate-multiload/mate-multiload-de.omf +share/omf/mate-multiload/mate-multiload-el.omf +share/omf/mate-multiload/mate-multiload-en_GB.omf +share/omf/mate-multiload/mate-multiload-es.omf +share/omf/mate-multiload/mate-multiload-eu.omf +share/omf/mate-multiload/mate-multiload-fi.omf +share/omf/mate-multiload/mate-multiload-fr.omf +share/omf/mate-multiload/mate-multiload-ko.omf +share/omf/mate-multiload/mate-multiload-oc.omf +share/omf/mate-multiload/mate-multiload-pa.omf +share/omf/mate-multiload/mate-multiload-pt_BR.omf +share/omf/mate-multiload/mate-multiload-ru.omf +share/omf/mate-multiload/mate-multiload-sv.omf +share/omf/mate-multiload/mate-multiload-uk.omf +share/omf/mate-multiload/mate-multiload-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-C.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ca.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-cs.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-de.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-el.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-en_GB.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-es.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-eu.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fi.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fr.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ko.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-oc.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pa.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pt_BR.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ru.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-sv.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-uk.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_HK.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_TW.omf +share/omf/mate-trashapplet/mate-trashapplet-C.omf +share/omf/mate-trashapplet/mate-trashapplet-ca.omf +share/omf/mate-trashapplet/mate-trashapplet-cs.omf +share/omf/mate-trashapplet/mate-trashapplet-da.omf +share/omf/mate-trashapplet/mate-trashapplet-de.omf +share/omf/mate-trashapplet/mate-trashapplet-el.omf +share/omf/mate-trashapplet/mate-trashapplet-en_GB.omf +share/omf/mate-trashapplet/mate-trashapplet-es.omf +share/omf/mate-trashapplet/mate-trashapplet-eu.omf +share/omf/mate-trashapplet/mate-trashapplet-fi.omf +share/omf/mate-trashapplet/mate-trashapplet-fr.omf +share/omf/mate-trashapplet/mate-trashapplet-hu.omf +share/omf/mate-trashapplet/mate-trashapplet-it.omf +share/omf/mate-trashapplet/mate-trashapplet-nl.omf +share/omf/mate-trashapplet/mate-trashapplet-oc.omf +share/omf/mate-trashapplet/mate-trashapplet-pa.omf +share/omf/mate-trashapplet/mate-trashapplet-pt_BR.omf +share/omf/mate-trashapplet/mate-trashapplet-ru.omf +share/omf/mate-trashapplet/mate-trashapplet-sv.omf +share/omf/mate-trashapplet/mate-trashapplet-uk.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_CN.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_HK.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_TW.omf +share/omf/mateweather/mateweather-C.omf +share/omf/mateweather/mateweather-ar.omf +share/omf/mateweather/mateweather-ca.omf +share/omf/mateweather/mateweather-cs.omf +share/omf/mateweather/mateweather-de.omf +share/omf/mateweather/mateweather-el.omf +share/omf/mateweather/mateweather-en_GB.omf +share/omf/mateweather/mateweather-es.omf +share/omf/mateweather/mateweather-eu.omf +share/omf/mateweather/mateweather-fi.omf +share/omf/mateweather/mateweather-fr.omf +share/omf/mateweather/mateweather-ko.omf +share/omf/mateweather/mateweather-nl.omf +share/omf/mateweather/mateweather-oc.omf +share/omf/mateweather/mateweather-pa.omf +share/omf/mateweather/mateweather-pt_BR.omf +share/omf/mateweather/mateweather-ru.omf +share/omf/mateweather/mateweather-sv.omf +share/omf/mateweather/mateweather-uk.omf +share/omf/mateweather/mateweather-zh_CN.omf +share/pixmaps/mate-accessx-status-applet/ax-applet.png +share/pixmaps/mate-accessx-status-applet/ax-bouncekeys.png +share/pixmaps/mate-accessx-status-applet/ax-key-base.png +share/pixmaps/mate-accessx-status-applet/ax-key-inverse.png +share/pixmaps/mate-accessx-status-applet/ax-key-no.png +share/pixmaps/mate-accessx-status-applet/ax-key-none.png +share/pixmaps/mate-accessx-status-applet/ax-key-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-no.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-pending.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys.png +share/pixmaps/mate-accessx-status-applet/mousekeys-base.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-right.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-right.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-none.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-none.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-none.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-none.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-none.png +share/pixmaps/mate-accessx-status-applet/sticky-super-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-super-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-super-none.png +share/pixmaps/mate-cpufreq-applet/cpufreq-100.png +share/pixmaps/mate-cpufreq-applet/cpufreq-25.png +share/pixmaps/mate-cpufreq-applet/cpufreq-50.png +share/pixmaps/mate-cpufreq-applet/cpufreq-75.png +share/pixmaps/mate-cpufreq-applet/cpufreq-na.png +share/pixmaps/mate-stickynotes/close.png +share/pixmaps/mate-stickynotes/locked.png +share/pixmaps/mate-stickynotes/resize_se.png +share/pixmaps/mate-stickynotes/resize_sw.png +share/pixmaps/mate-stickynotes/unlocked.png +share/polkit-1/actions/org.mate.cpufreqselector.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/pixmaps/mate-stickynotes +@dirrm share/pixmaps/mate-cpufreq-applet +@dirrm share/pixmaps/mate-accessx-status-applet +@dirrm share/omf/mateweather +@dirrm share/omf/mate-trashapplet +@dirrm share/omf/mate-stickynotes_applet +@dirrm share/omf/mate-multiload +@dirrm share/omf/mate-invest-applet +@dirrm share/omf/mate-geyes +@dirrm share/omf/mate-drivemount +@dirrm share/omf/mate-cpufreq-applet +@dirrm share/omf/mate-char-palette +@dirrm share/omf/mate-battstat +@dirrm share/omf/mate-accessx-status +@dirrm share/mate/help/mateweather/zh_CN/figures +@dirrm share/mate/help/mateweather/zh_CN +@dirrm share/mate/help/mateweather/uk/figures +@dirrm share/mate/help/mateweather/uk +@dirrm share/mate/help/mateweather/sv/figures +@dirrm share/mate/help/mateweather/sv +@dirrm share/mate/help/mateweather/ru/figures +@dirrm share/mate/help/mateweather/ru +@dirrm share/mate/help/mateweather/pt_BR/figures +@dirrm share/mate/help/mateweather/pt_BR +@dirrm share/mate/help/mateweather/pa/figures +@dirrm share/mate/help/mateweather/pa +@dirrm share/mate/help/mateweather/oc/figures +@dirrm share/mate/help/mateweather/oc +@dirrm share/mate/help/mateweather/nl/figures +@dirrm share/mate/help/mateweather/nl +@dirrm share/mate/help/mateweather/ko/figures +@dirrm share/mate/help/mateweather/ko +@dirrm share/mate/help/mateweather/fr/figures +@dirrm share/mate/help/mateweather/fr +@dirrm share/mate/help/mateweather/fi/figures +@dirrm share/mate/help/mateweather/fi +@dirrm share/mate/help/mateweather/eu/figures +@dirrm share/mate/help/mateweather/eu +@dirrm share/mate/help/mateweather/es/figures +@dirrm share/mate/help/mateweather/es +@dirrm share/mate/help/mateweather/en_GB/figures +@dirrm share/mate/help/mateweather/en_GB +@dirrm share/mate/help/mateweather/el/figures +@dirrm share/mate/help/mateweather/el +@dirrm share/mate/help/mateweather/de/figures +@dirrm share/mate/help/mateweather/de +@dirrm share/mate/help/mateweather/cs/figures +@dirrm share/mate/help/mateweather/cs +@dirrm share/mate/help/mateweather/ca/figures +@dirrm share/mate/help/mateweather/ca +@dirrm share/mate/help/mateweather/ar/figures +@dirrm share/mate/help/mateweather/ar +@dirrm share/mate/help/mateweather/C/figures +@dirrm share/mate/help/mateweather/C +@dirrm share/mate/help/mateweather +@dirrm share/mate/help/mate-trashapplet/zh_TW/figures +@dirrm share/mate/help/mate-trashapplet/zh_TW +@dirrm share/mate/help/mate-trashapplet/zh_HK/figures +@dirrm share/mate/help/mate-trashapplet/zh_HK +@dirrm share/mate/help/mate-trashapplet/zh_CN/figures +@dirrm share/mate/help/mate-trashapplet/zh_CN +@dirrm share/mate/help/mate-trashapplet/uk/figures +@dirrm share/mate/help/mate-trashapplet/uk +@dirrm share/mate/help/mate-trashapplet/sv/figures +@dirrm share/mate/help/mate-trashapplet/sv +@dirrm share/mate/help/mate-trashapplet/ru/figures +@dirrm share/mate/help/mate-trashapplet/ru +@dirrm share/mate/help/mate-trashapplet/pt_BR/figures +@dirrm share/mate/help/mate-trashapplet/pt_BR +@dirrm share/mate/help/mate-trashapplet/pa/figures +@dirrm share/mate/help/mate-trashapplet/pa +@dirrm share/mate/help/mate-trashapplet/oc/figures +@dirrm share/mate/help/mate-trashapplet/oc +@dirrm share/mate/help/mate-trashapplet/nl/figures +@dirrm share/mate/help/mate-trashapplet/nl +@dirrm share/mate/help/mate-trashapplet/it/figures +@dirrm share/mate/help/mate-trashapplet/it +@dirrm share/mate/help/mate-trashapplet/hu/figures +@dirrm share/mate/help/mate-trashapplet/hu +@dirrm share/mate/help/mate-trashapplet/fr/figures +@dirrm share/mate/help/mate-trashapplet/fr +@dirrm share/mate/help/mate-trashapplet/fi/figures +@dirrm share/mate/help/mate-trashapplet/fi +@dirrm share/mate/help/mate-trashapplet/eu/figures +@dirrm share/mate/help/mate-trashapplet/eu +@dirrm share/mate/help/mate-trashapplet/es/figures +@dirrm share/mate/help/mate-trashapplet/es +@dirrm share/mate/help/mate-trashapplet/en_GB/figures +@dirrm share/mate/help/mate-trashapplet/en_GB +@dirrm share/mate/help/mate-trashapplet/el/figures +@dirrm share/mate/help/mate-trashapplet/el +@dirrm share/mate/help/mate-trashapplet/de/figures +@dirrm share/mate/help/mate-trashapplet/de +@dirrm share/mate/help/mate-trashapplet/da/figures +@dirrm share/mate/help/mate-trashapplet/da +@dirrm share/mate/help/mate-trashapplet/cs/figures +@dirrm share/mate/help/mate-trashapplet/cs +@dirrm share/mate/help/mate-trashapplet/ca/figures +@dirrm share/mate/help/mate-trashapplet/ca +@dirrm share/mate/help/mate-trashapplet/C/figures +@dirrm share/mate/help/mate-trashapplet/C +@dirrm share/mate/help/mate-trashapplet +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN +@dirrm share/mate/help/mate-stickynotes_applet/uk/figures +@dirrm share/mate/help/mate-stickynotes_applet/uk +@dirrm share/mate/help/mate-stickynotes_applet/sv/figures +@dirrm share/mate/help/mate-stickynotes_applet/sv +@dirrm share/mate/help/mate-stickynotes_applet/ru/figures +@dirrm share/mate/help/mate-stickynotes_applet/ru +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR/figures +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR +@dirrm share/mate/help/mate-stickynotes_applet/pa/figures +@dirrm share/mate/help/mate-stickynotes_applet/pa +@dirrm share/mate/help/mate-stickynotes_applet/oc/figures +@dirrm share/mate/help/mate-stickynotes_applet/oc +@dirrm share/mate/help/mate-stickynotes_applet/ko/figures +@dirrm share/mate/help/mate-stickynotes_applet/ko +@dirrm share/mate/help/mate-stickynotes_applet/fr/figures +@dirrm share/mate/help/mate-stickynotes_applet/fr +@dirrm share/mate/help/mate-stickynotes_applet/fi/figures +@dirrm share/mate/help/mate-stickynotes_applet/fi +@dirrm share/mate/help/mate-stickynotes_applet/eu/figures +@dirrm share/mate/help/mate-stickynotes_applet/eu +@dirrm share/mate/help/mate-stickynotes_applet/es/figures +@dirrm share/mate/help/mate-stickynotes_applet/es +@dirrm share/mate/help/mate-stickynotes_applet/en_GB/figures +@dirrm share/mate/help/mate-stickynotes_applet/en_GB +@dirrm share/mate/help/mate-stickynotes_applet/el/figures +@dirrm share/mate/help/mate-stickynotes_applet/el +@dirrm share/mate/help/mate-stickynotes_applet/de/figures +@dirrm share/mate/help/mate-stickynotes_applet/de +@dirrm share/mate/help/mate-stickynotes_applet/cs/figures +@dirrm share/mate/help/mate-stickynotes_applet/cs +@dirrm share/mate/help/mate-stickynotes_applet/ca/figures +@dirrm share/mate/help/mate-stickynotes_applet/ca +@dirrm share/mate/help/mate-stickynotes_applet/C/figures +@dirrm share/mate/help/mate-stickynotes_applet/C +@dirrm share/mate/help/mate-stickynotes_applet +@dirrm share/mate/help/mate-multiload/zh_CN/figures +@dirrm share/mate/help/mate-multiload/zh_CN +@dirrm share/mate/help/mate-multiload/uk/figures +@dirrm share/mate/help/mate-multiload/uk +@dirrm share/mate/help/mate-multiload/sv/figures +@dirrm share/mate/help/mate-multiload/sv +@dirrm share/mate/help/mate-multiload/ru/figures +@dirrm share/mate/help/mate-multiload/ru +@dirrm share/mate/help/mate-multiload/pt_BR/figures +@dirrm share/mate/help/mate-multiload/pt_BR +@dirrm share/mate/help/mate-multiload/pa/figures +@dirrm share/mate/help/mate-multiload/pa +@dirrm share/mate/help/mate-multiload/oc/figures +@dirrm share/mate/help/mate-multiload/oc +@dirrm share/mate/help/mate-multiload/ko/figures +@dirrm share/mate/help/mate-multiload/ko +@dirrm share/mate/help/mate-multiload/fr/figures +@dirrm share/mate/help/mate-multiload/fr +@dirrm share/mate/help/mate-multiload/fi/figures +@dirrm share/mate/help/mate-multiload/fi +@dirrm share/mate/help/mate-multiload/eu/figures +@dirrm share/mate/help/mate-multiload/eu +@dirrm share/mate/help/mate-multiload/es/figures +@dirrm share/mate/help/mate-multiload/es +@dirrm share/mate/help/mate-multiload/en_GB/figures +@dirrm share/mate/help/mate-multiload/en_GB +@dirrm share/mate/help/mate-multiload/el/figures +@dirrm share/mate/help/mate-multiload/el +@dirrm share/mate/help/mate-multiload/de/figures +@dirrm share/mate/help/mate-multiload/de +@dirrm share/mate/help/mate-multiload/cs/figures +@dirrm share/mate/help/mate-multiload/cs +@dirrm share/mate/help/mate-multiload/ca/figures +@dirrm share/mate/help/mate-multiload/ca +@dirrm share/mate/help/mate-multiload/C/figures +@dirrm share/mate/help/mate-multiload/C +@dirrm share/mate/help/mate-multiload +@dirrm share/mate/help/mate-invest-applet/zh_CN/figures +@dirrm share/mate/help/mate-invest-applet/zh_CN +@dirrm share/mate/help/mate-invest-applet/sv/figures +@dirrm share/mate/help/mate-invest-applet/sv +@dirrm share/mate/help/mate-invest-applet/ru/figures +@dirrm share/mate/help/mate-invest-applet/ru +@dirrm share/mate/help/mate-invest-applet/fi/figures +@dirrm share/mate/help/mate-invest-applet/fi +@dirrm share/mate/help/mate-invest-applet/es/figures +@dirrm share/mate/help/mate-invest-applet/es +@dirrm share/mate/help/mate-invest-applet/en_GB/figures +@dirrm share/mate/help/mate-invest-applet/en_GB +@dirrm share/mate/help/mate-invest-applet/el/figures +@dirrm share/mate/help/mate-invest-applet/el +@dirrm share/mate/help/mate-invest-applet/de/figures +@dirrm share/mate/help/mate-invest-applet/de +@dirrm share/mate/help/mate-invest-applet/ca/figures +@dirrm share/mate/help/mate-invest-applet/ca +@dirrm share/mate/help/mate-invest-applet/C/figures +@dirrm share/mate/help/mate-invest-applet/C +@dirrm share/mate/help/mate-invest-applet +@dirrm share/mate/help/mate-geyes/zh_TW/figures +@dirrm share/mate/help/mate-geyes/zh_TW +@dirrm share/mate/help/mate-geyes/zh_HK/figures +@dirrm share/mate/help/mate-geyes/zh_HK +@dirrm share/mate/help/mate-geyes/zh_CN/figures +@dirrm share/mate/help/mate-geyes/zh_CN +@dirrm share/mate/help/mate-geyes/uk/figures +@dirrm share/mate/help/mate-geyes/uk +@dirrm share/mate/help/mate-geyes/sv/figures +@dirrm share/mate/help/mate-geyes/sv +@dirrm share/mate/help/mate-geyes/ru/figures +@dirrm share/mate/help/mate-geyes/ru +@dirrm share/mate/help/mate-geyes/oc/figures +@dirrm share/mate/help/mate-geyes/oc +@dirrm share/mate/help/mate-geyes/ko/figures +@dirrm share/mate/help/mate-geyes/ko +@dirrm share/mate/help/mate-geyes/it/figures +@dirrm share/mate/help/mate-geyes/it +@dirrm share/mate/help/mate-geyes/fr/figures +@dirrm share/mate/help/mate-geyes/fr +@dirrm share/mate/help/mate-geyes/fi/figures +@dirrm share/mate/help/mate-geyes/fi +@dirrm share/mate/help/mate-geyes/eu/figures +@dirrm share/mate/help/mate-geyes/eu +@dirrm share/mate/help/mate-geyes/es/figures +@dirrm share/mate/help/mate-geyes/es +@dirrm share/mate/help/mate-geyes/en_GB/figures +@dirrm share/mate/help/mate-geyes/en_GB +@dirrm share/mate/help/mate-geyes/el/figures +@dirrm share/mate/help/mate-geyes/el +@dirrm share/mate/help/mate-geyes/de/figures +@dirrm share/mate/help/mate-geyes/de +@dirrm share/mate/help/mate-geyes/da/figures +@dirrm share/mate/help/mate-geyes/da +@dirrm share/mate/help/mate-geyes/cs/figures +@dirrm share/mate/help/mate-geyes/cs +@dirrm share/mate/help/mate-geyes/ca/figures +@dirrm share/mate/help/mate-geyes/ca +@dirrm share/mate/help/mate-geyes/bg/figures +@dirrm share/mate/help/mate-geyes/bg +@dirrm share/mate/help/mate-geyes/ast/figures +@dirrm share/mate/help/mate-geyes/ast +@dirrm share/mate/help/mate-geyes/C/figures +@dirrm share/mate/help/mate-geyes/C +@dirrm share/mate/help/mate-geyes +@dirrm share/mate/help/mate-drivemount/zh_CN/figures +@dirrm share/mate/help/mate-drivemount/zh_CN +@dirrm share/mate/help/mate-drivemount/uk/figures +@dirrm share/mate/help/mate-drivemount/uk +@dirrm share/mate/help/mate-drivemount/sv/figures +@dirrm share/mate/help/mate-drivemount/sv +@dirrm share/mate/help/mate-drivemount/ru/figures +@dirrm share/mate/help/mate-drivemount/ru +@dirrm share/mate/help/mate-drivemount/pa/figures +@dirrm share/mate/help/mate-drivemount/pa +@dirrm share/mate/help/mate-drivemount/oc/figures +@dirrm share/mate/help/mate-drivemount/oc +@dirrm share/mate/help/mate-drivemount/ko/figures +@dirrm share/mate/help/mate-drivemount/ko +@dirrm share/mate/help/mate-drivemount/it/figures +@dirrm share/mate/help/mate-drivemount/it +@dirrm share/mate/help/mate-drivemount/fr/figures +@dirrm share/mate/help/mate-drivemount/fr +@dirrm share/mate/help/mate-drivemount/fi/figures +@dirrm share/mate/help/mate-drivemount/fi +@dirrm share/mate/help/mate-drivemount/eu/figures +@dirrm share/mate/help/mate-drivemount/eu +@dirrm share/mate/help/mate-drivemount/es/figures +@dirrm share/mate/help/mate-drivemount/es +@dirrm share/mate/help/mate-drivemount/en_GB/figures +@dirrm share/mate/help/mate-drivemount/en_GB +@dirrm share/mate/help/mate-drivemount/el/figures +@dirrm share/mate/help/mate-drivemount/el +@dirrm share/mate/help/mate-drivemount/de/figures +@dirrm share/mate/help/mate-drivemount/de +@dirrm share/mate/help/mate-drivemount/da/figures +@dirrm share/mate/help/mate-drivemount/da +@dirrm share/mate/help/mate-drivemount/cs/figures +@dirrm share/mate/help/mate-drivemount/cs +@dirrm share/mate/help/mate-drivemount/ca/figures +@dirrm share/mate/help/mate-drivemount/ca +@dirrm share/mate/help/mate-drivemount/C/figures +@dirrm share/mate/help/mate-drivemount/C +@dirrm share/mate/help/mate-drivemount +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet +@dirrm share/mate/help/mate-char-palette/zh_CN/figures +@dirrm share/mate/help/mate-char-palette/zh_CN +@dirrm share/mate/help/mate-char-palette/uk/figures +@dirrm share/mate/help/mate-char-palette/uk +@dirrm share/mate/help/mate-char-palette/sv/figures +@dirrm share/mate/help/mate-char-palette/sv +@dirrm share/mate/help/mate-char-palette/ru/figures +@dirrm share/mate/help/mate-char-palette/ru +@dirrm share/mate/help/mate-char-palette/pt_BR/figures +@dirrm share/mate/help/mate-char-palette/pt_BR +@dirrm share/mate/help/mate-char-palette/oc/figures +@dirrm share/mate/help/mate-char-palette/oc +@dirrm share/mate/help/mate-char-palette/nl/figures +@dirrm share/mate/help/mate-char-palette/nl +@dirrm share/mate/help/mate-char-palette/ko/figures +@dirrm share/mate/help/mate-char-palette/ko +@dirrm share/mate/help/mate-char-palette/it/figures +@dirrm share/mate/help/mate-char-palette/it +@dirrm share/mate/help/mate-char-palette/fr/figures +@dirrm share/mate/help/mate-char-palette/fr +@dirrm share/mate/help/mate-char-palette/fi/figures +@dirrm share/mate/help/mate-char-palette/fi +@dirrm share/mate/help/mate-char-palette/eu/figures +@dirrm share/mate/help/mate-char-palette/eu +@dirrm share/mate/help/mate-char-palette/es/figures +@dirrm share/mate/help/mate-char-palette/es +@dirrm share/mate/help/mate-char-palette/en_GB/figures +@dirrm share/mate/help/mate-char-palette/en_GB +@dirrm share/mate/help/mate-char-palette/el/figures +@dirrm share/mate/help/mate-char-palette/el +@dirrm share/mate/help/mate-char-palette/de/figures +@dirrm share/mate/help/mate-char-palette/de +@dirrm share/mate/help/mate-char-palette/cs/figures +@dirrm share/mate/help/mate-char-palette/cs +@dirrm share/mate/help/mate-char-palette/ca/figures +@dirrm share/mate/help/mate-char-palette/ca +@dirrm share/mate/help/mate-char-palette/bg/figures +@dirrm share/mate/help/mate-char-palette/bg +@dirrm share/mate/help/mate-char-palette/C/figures +@dirrm share/mate/help/mate-char-palette/C +@dirrm share/mate/help/mate-char-palette +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C +%%BATTERY%%@dirrm share/mate/help/mate-battstat +@dirrm share/mate/help/mate-accessx-status/zh_CN/figures +@dirrm share/mate/help/mate-accessx-status/zh_CN +@dirrm share/mate/help/mate-accessx-status/uk/figures +@dirrm share/mate/help/mate-accessx-status/uk +@dirrm share/mate/help/mate-accessx-status/sv/figures +@dirrm share/mate/help/mate-accessx-status/sv +@dirrm share/mate/help/mate-accessx-status/oc/figures +@dirrm share/mate/help/mate-accessx-status/oc +@dirrm share/mate/help/mate-accessx-status/nl/figures +@dirrm share/mate/help/mate-accessx-status/nl +@dirrm share/mate/help/mate-accessx-status/ko/figures +@dirrm share/mate/help/mate-accessx-status/ko +@dirrm share/mate/help/mate-accessx-status/it/figures +@dirrm share/mate/help/mate-accessx-status/it +@dirrm share/mate/help/mate-accessx-status/gl/figures +@dirrm share/mate/help/mate-accessx-status/gl +@dirrm share/mate/help/mate-accessx-status/fr/figures +@dirrm share/mate/help/mate-accessx-status/fr +@dirrm share/mate/help/mate-accessx-status/fi/figures +@dirrm share/mate/help/mate-accessx-status/fi +@dirrm share/mate/help/mate-accessx-status/eu/figures +@dirrm share/mate/help/mate-accessx-status/eu +@dirrm share/mate/help/mate-accessx-status/es/figures +@dirrm share/mate/help/mate-accessx-status/es +@dirrm share/mate/help/mate-accessx-status/en_GB/figures +@dirrm share/mate/help/mate-accessx-status/en_GB +@dirrm share/mate/help/mate-accessx-status/el/figures +@dirrm share/mate/help/mate-accessx-status/el +@dirrm share/mate/help/mate-accessx-status/de/figures +@dirrm share/mate/help/mate-accessx-status/de +@dirrm share/mate/help/mate-accessx-status/cs/figures +@dirrm share/mate/help/mate-accessx-status/cs +@dirrm share/mate/help/mate-accessx-status/ca/figures +@dirrm share/mate/help/mate-accessx-status/ca +@dirrm share/mate/help/mate-accessx-status/bg/figures +@dirrm share/mate/help/mate-accessx-status/bg +@dirrm share/mate/help/mate-accessx-status/C/figures +@dirrm share/mate/help/mate-accessx-status/C +@dirrm share/mate/help/mate-accessx-status +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrm %%DATADIR%%/invest-applet +@dirrm %%DATADIR%%/geyes/Tango +@dirrm %%DATADIR%%/geyes/Horrid +@dirrm %%DATADIR%%/geyes/Default-tiny +@dirrm %%DATADIR%%/geyes/Default +@dirrm %%DATADIR%%/geyes/Bloodshot +@dirrm %%DATADIR%%/geyes/Bizarre +@dirrm %%DATADIR%%/geyes +@dirrm %%DATADIR%%/builder +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/es_VE/LC_MESSAGES +@dirrmtry share/locale/es_VE +@dirrmtry share/locale/es_UY/LC_MESSAGES +@dirrmtry share/locale/es_UY +@dirrmtry share/locale/es_SV/LC_MESSAGES +@dirrmtry share/locale/es_SV +@dirrmtry share/locale/es_PR/LC_MESSAGES +@dirrmtry share/locale/es_PR +@dirrmtry share/locale/es_PE/LC_MESSAGES +@dirrmtry share/locale/es_PE +@dirrmtry share/locale/es_PA/LC_MESSAGES +@dirrmtry share/locale/es_PA +@dirrmtry share/locale/es_NI/LC_MESSAGES +@dirrmtry share/locale/es_NI +@dirrmtry share/locale/es_HN/LC_MESSAGES +@dirrmtry share/locale/es_HN +@dirrmtry share/locale/es_GT/LC_MESSAGES +@dirrmtry share/locale/es_GT +@dirrmtry share/locale/es_EC/LC_MESSAGES +@dirrmtry share/locale/es_EC +@dirrmtry share/locale/es_DO/LC_MESSAGES +@dirrmtry share/locale/es_DO +@dirrmtry share/locale/es_CR/LC_MESSAGES +@dirrmtry share/locale/es_CR +@dirrmtry share/locale/es_CO/LC_MESSAGES +@dirrmtry share/locale/es_CO +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/es_AR/LC_MESSAGES +@dirrmtry share/locale/es_AR +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/icons/mate/48x48/apps +@dirrmtry share/icons/mate/48x48 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm %%PYTHON_SITELIBDIR%%/mate_invest |