diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-07 14:40:52 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-07 14:40:52 +0800 |
commit | 38f2264886eee8fb4eef55f50b904f7885188589 (patch) | |
tree | 1d5093f4e511312ab7e7c213f3414b07129c02e3 | |
parent | d84dc8af110afe7ead15a7a0122b9bb28c1bf94c (diff) | |
download | marcuscom-ports-experimental-38f2264886eee8fb4eef55f50b904f7885188589.tar.gz marcuscom-ports-experimental-38f2264886eee8fb4eef55f50b904f7885188589.tar.zst marcuscom-ports-experimental-38f2264886eee8fb4eef55f50b904f7885188589.zip |
Fix the build of mate-power-manager, mate-file-manager, mate-applets
and mate-session-manager after the bump of upower to 0.99.0 and glib to 2.40.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports-experimental/trunk@19460 df743ca5-7f9a-e211-a948-0013205c9059
50 files changed, 5716 insertions, 0 deletions
diff --git a/sysutils/mate-power-manager/Makefile b/sysutils/mate-power-manager/Makefile new file mode 100644 index 0000000..7fdaa3f --- /dev/null +++ b/sysutils/mate-power-manager/Makefile @@ -0,0 +1,50 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTNAME= mate-power-manager +PORTVERSION= 1.6.2 +PORTREVISION= 1 +CATEGORIES= sysutils mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Power management system for the MATE Desktop + +LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libnotify.so:${PORTSDIR}/devel/libnotify +RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig tar:xz +USE_MATE= autogen common:build docutils intlhack libmatekeyring \ + panel +USE_XORG= x11 xext xproto xrandr xrender +USE_GNOME= cairo glib20 gnomehier gtk20 +INSTALLS_OMF= yes +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ + --disable-docbook-docs \ + --with-gtk=2.0 \ + --with-systemdinhibit=no +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +PATHFIX_MAKEFILEIN= Makefile.* + +GLIB_SCHEMAS= org.mate.power-manager.gschema.xml + +post-patch: + @${REINPLACE_CMD} -e "s|docbook2man|docbook2man_disabled|g" \ + ${WRKSRC}/configure.ac + @${CHMOD} +x ${WRKSRC}/autogen.sh + +.include <bsd.port.mk> diff --git a/sysutils/mate-power-manager/distinfo b/sysutils/mate-power-manager/distinfo new file mode 100644 index 0000000..6881e2e --- /dev/null +++ b/sysutils/mate-power-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-power-manager-1.6.2.tar.xz) = b80d531271f9a7ee692d69173b28f46feba025b4ffcc9e0ab2f5b09934f8d80f +SIZE (mate/mate-power-manager-1.6.2.tar.xz) = 3328976 diff --git a/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am b/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am new file mode 100644 index 0000000..dc13514 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-applets_brightness_Makefile.am @@ -0,0 +1,10 @@ +--- applets/brightness/Makefile.am.orig 2013-10-19 12:04:49.000000000 +0200 ++++ applets/brightness/Makefile.am 2013-10-19 12:05:17.000000000 +0200 +@@ -34,6 +34,7 @@ + gpm-common.h + + mate_brightness_applet_LDADD = \ ++ $(EXECINFO_LIBS) \ + $(DBUS_LIBS) \ + $(MATE_LIBS) \ + $(PANEL_LIBS) diff --git a/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am new file mode 100644 index 0000000..43617f9 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am @@ -0,0 +1,10 @@ +--- applets/inhibit/Makefile.am.orig 2013-10-19 12:05:52.000000000 +0200 ++++ applets/inhibit/Makefile.am 2013-10-19 12:06:06.000000000 +0200 +@@ -34,6 +34,7 @@ + gpm-common.h + + mate_inhibit_applet_LDADD = \ ++ $(EXECINFO_LIBS) \ + $(DBUS_LIBS) \ + $(MATE_LIBS) \ + $(PANEL_LIBS) diff --git a/sysutils/mate-power-manager/files/patch-autogen.sh b/sysutils/mate-power-manager/files/patch-autogen.sh new file mode 100644 index 0000000..f9c08c5 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-autogen.sh @@ -0,0 +1,27 @@ +--- autogen.sh.orig 2013-10-19 11:55:08.000000000 +0200 ++++ autogen.sh 2013-10-19 11:55:03.000000000 +0200 +@@ -0,0 +1,24 @@ ++#!/bin/sh ++# Run this to generate all the initial makefiles, etc. ++ ++srcdir=`dirname $0` ++test -z "$srcdir" && srcdir=. ++ ++PKG_NAME="mate-power-manager" ++ ++(test -f $srcdir/configure.ac) || { ++ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" ++ echo " top-level $PKG_NAME directory" ++ exit 1 ++} ++ ++which mate-autogen || { ++ echo "You need to install mate-common from the MATE Git" ++ exit 1 ++} ++ ++REQUIRED_AUTOMAKE_VERSION=1.9 ++MATE_DATADIR="$mate_datadir" ++ ++. mate-autogen ++ diff --git a/sysutils/mate-power-manager/files/patch-configure.ac b/sysutils/mate-power-manager/files/patch-configure.ac new file mode 100644 index 0000000..40a1b2e --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-configure.ac @@ -0,0 +1,68 @@ +--- configure.ac.orig 2013-07-24 17:54:08.000000000 +0000 ++++ configure.ac 2014-04-06 20:11:12.483380459 +0000 +@@ -57,21 +57,14 @@ + WARNINGFLAGS="$WARNINGFLAGS -Wreturn-type" + WARNINGFLAGS="$WARNINGFLAGS -Wformat-nonliteral" + WARNINGFLAGS="$WARNINGFLAGS -Wformat-security" +- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-include-dirs" + WARNINGFLAGS="$WARNINGFLAGS -Wmissing-format-attribute" +- WARNINGFLAGS="$WARNINGFLAGS -Wclobbered" +- WARNINGFLAGS="$WARNINGFLAGS -Wempty-body" +- WARNINGFLAGS="$WARNINGFLAGS -Wignored-qualifiers" + # WARNINGFLAGS="$WARNINGFLAGS -Wsign-compare" +- WARNINGFLAGS="$WARNINGFLAGS -Wtype-limits" + # WARNINGFLAGS="$WARNINGFLAGS -Wuninitialized" + # WARNINGFLAGS="$WARNINGFLAGS -Waggregate-return" + WARNINGFLAGS="$WARNINGFLAGS -Wdeclaration-after-statement" + WARNINGFLAGS="$WARNINGFLAGS -Wshadow" + WARNINGFLAGS="$WARNINGFLAGS -Winline" + # WARNINGFLAGS="$WARNINGFLAGS -Wswitch-enum" +- WARNINGFLAGS="$WARNINGFLAGS -Wmissing-parameter-type" +- WARNINGFLAGS="$WARNINGFLAGS -Woverride-init" + WARNINGFLAGS="$WARNINGFLAGS -Wno-strict-aliasing" + else + WARNINGFLAGS="" +@@ -168,6 +161,13 @@ + + PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED) + ++# 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 ---------------------------------------------------------------------------- + dnl - Unique + dnl ---------------------------------------------------------------------------- +@@ -328,14 +328,26 @@ + AC_SUBST(GPM_EXTRA_LIBS) + + dnl --------------------------------------------------------------------------- +-dnl - Is docbook2man available? ++dnl - Is docbook2man_disabled available? + dnl --------------------------------------------------------------------------- +-AC_PATH_PROG(DOCBOOK2MAN, docbook2man, no) ++AC_PATH_PROG(DOCBOOK2MAN, docbook2man_disabled, no) + if test "$DOCBOOK2MAN" = "no" ; then +- AC_MSG_WARN([docbook2man not found, will not be able to build man documentation]) ++ AC_MSG_WARN([docbook2man_disabled not found, will not be able to build man documentation]) + fi + AM_CONDITIONAL(HAVE_DOCBOOK2MAN, [test "$DOCBOOK2MAN" != "no"]) + ++dnl ==================================================================== ++dnl check for backtrace support ++dnl ==================================================================== ++ ++AC_CHECK_HEADERS(execinfo.h) ++AC_CHECK_LIB(execinfo, backtrace, [have_backtrace="yes"], [have_backtrace="no"]) ++EXECINFO_LIBS="" ++if test "x$have_backtrace" = "xyes"; then ++ EXECINFO_LIBS="-lexecinfo" ++fi ++AC_SUBST(EXECINFO_LIBS) ++ + dnl --------------------------------------------------------------------------- + dnl - Makefiles, etc. + dnl --------------------------------------------------------------------------- diff --git a/sysutils/mate-power-manager/files/patch-src_Makefile.am b/sysutils/mate-power-manager/files/patch-src_Makefile.am new file mode 100644 index 0000000..ae3c50f --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-src_Makefile.am @@ -0,0 +1,42 @@ +--- src/Makefile.am.orig 2013-10-19 12:02:39.000000000 +0200 ++++ src/Makefile.am 2013-10-19 12:03:48.000000000 +0200 +@@ -95,6 +95,7 @@ + mate_power_backlight_helper_LDADD = \ + libgpmshared.a \ + $(GLIB_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_backlight_helper_CFLAGS = \ +@@ -117,6 +118,7 @@ + $(MATE_LIBS) \ + $(UNIQUE_LIBS) \ + $(DBUS_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_statistics_CFLAGS = \ +@@ -138,6 +140,7 @@ + $(UNIQUE_LIBS) \ + $(GPM_EXTRA_LIBS) \ + $(UPOWER_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_preferences_CFLAGS = \ +@@ -194,6 +197,7 @@ + $(LIBNOTIFY_LIBS) \ + $(GPM_EXTRA_LIBS) \ + $(UPOWER_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_manager_CFLAGS = \ +@@ -262,6 +266,7 @@ + $(X11_LIBS) \ + $(LIBNOTIFY_LIBS) \ + $(GPM_EXTRA_LIBS) \ ++ $(EXECINFO_LIBS) \ + -lm + + mate_power_self_test_CFLAGS = -DEGG_TEST $(AM_CFLAGS) $(WARNINGFLAGS) diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-control.c b/sysutils/mate-power-manager/files/patch-src_gpm-control.c new file mode 100644 index 0000000..26a52d6 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-src_gpm-control.c @@ -0,0 +1,26 @@ +--- src/gpm-control.c.orig 2014-04-06 20:51:17.215212718 +0000 ++++ src/gpm-control.c 2014-04-06 20:53:11.708207714 +0000 +@@ -289,7 +289,11 @@ + g_object_unref(proxy); + } + else { ++#ifdef HAVE_OLD_UPOWER + ret = up_client_suspend_sync (control->priv->client, NULL, error); ++#else ++ ret = FALSE; ++#endif + } + + egg_debug ("emitting resume"); +@@ -399,7 +403,11 @@ + } + } + else { ++#ifdef HAVE_OLD_UPOWER + ret = up_client_hibernate_sync (control->priv->client, NULL, error); ++#else ++ ret = FALSE; ++#endif + } + + egg_debug ("emitting resume"); diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-engine.c b/sysutils/mate-power-manager/files/patch-src_gpm-engine.c new file mode 100644 index 0000000..175cb5f --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-src_gpm-engine.c @@ -0,0 +1,14 @@ +--- src/gpm-engine.c.orig 2014-04-06 20:42:33.786248068 +0000 ++++ src/gpm-engine.c 2014-04-06 20:58:13.806185229 +0000 +@@ -812,7 +812,11 @@ + g_return_val_if_fail (GPM_IS_ENGINE (engine), FALSE); + + /* get devices from UPower */ ++#ifdef HAVE_OLD_UPOWER + ret = up_client_enumerate_devices_sync (engine->priv->client, NULL, &error); ++#else ++ ret = FALSE; ++#endif + if (!ret) { + egg_error ("failed to get device list: %s", error->message); + g_error_free (error); diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-load.c b/sysutils/mate-power-manager/files/patch-src_gpm-load.c new file mode 100644 index 0000000..bd915e9 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-src_gpm-load.c @@ -0,0 +1,46 @@ +--- src/gpm-load.c.orig 2012-07-28 22:37:47.000000000 -0500 ++++ src/gpm-load.c 2012-07-28 22:39:40.000000000 -0500 +@@ -33,6 +33,10 @@ + #include <kstat.h> + #include <sys/sysinfo.h> + #endif ++#if defined(__FreeBSD__) ++#include <sys/resource.h> ++#include <sys/sysctl.h> ++#endif + #ifdef HAVE_UNISTD_H + #include <unistd.h> + #endif /* HAVE_UNISTD_H */ +@@ -151,6 +155,32 @@ + return FALSE; + } + ++#elif defined(__FreeBSD__) ++ ++/** ++ * gpm_load_get_cpu_values: ++ * @cpu_idle: The idle time reported by the CPU ++ * @cpu_total: The total time reported by the CPU ++ * Return value: Success of reading of the kern.cp_time sysctl. ++ **/ ++static gboolean ++gpm_load_get_cpu_values (long unsigned *cpu_idle, long unsigned *cpu_total) ++{ ++ long cpts[CPUSTATES]; ++ size_t length; ++ ++ length = sizeof (cpts); ++ if (sysctlbyname ("kern.cp_time", cpts, &length, NULL, 0)) { ++ return FALSE; ++ } ++ ++ *cpu_idle = (unsigned long) cpts[CP_IDLE]; ++ *cpu_total = (unsigned long) (cpts[CP_USER] + cpts[CP_NICE] + \ ++ cpts[CP_SYS] + cpts[CP_IDLE] + cpts[CP_INTR]); ++ ++ return TRUE; ++} ++ + #else + + /** diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-prefs-core.c b/sysutils/mate-power-manager/files/patch-src_gpm-prefs-core.c new file mode 100644 index 0000000..3c8d0b9 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-src_gpm-prefs-core.c @@ -0,0 +1,28 @@ +--- src/gpm-prefs-core.c.orig 2014-04-06 20:42:20.438248798 +0000 ++++ src/gpm-prefs-core.c 2014-04-06 20:44:21.983436776 +0000 +@@ -897,8 +897,13 @@ + /* are we allowed to shutdown? */ + egg_console_kit_can_stop (prefs->priv->console, &prefs->priv->can_shutdown, NULL); + /* get values from UpClient */ ++#ifdef HAVE_OLD_UPOWER + prefs->priv->can_suspend = up_client_get_can_suspend (prefs->priv->client); + prefs->priv->can_hibernate = up_client_get_can_hibernate (prefs->priv->client); ++#else ++ prefs->priv->can_suspend = FALSE; ++ prefs->priv->can_hibernate = FALSE; ++#endif + } + + if (LOGIND_RUNNING()) { +@@ -954,7 +959,11 @@ + g_object_unref (brightness); + + /* get device list */ ++#ifdef HAVE_OLD_UPOWER + ret = up_client_enumerate_devices_sync (prefs->priv->client, NULL, &error); ++#else ++ ret = FALSE; ++#endif + if (!ret) { + egg_warning ("failed to get device list: %s", error->message); + g_error_free (error); diff --git a/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c b/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c new file mode 100644 index 0000000..b9fe766 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-src_gpm-statistics.c @@ -0,0 +1,14 @@ +--- src/gpm-statistics.c.orig 2014-04-06 20:42:27.769248555 +0000 ++++ src/gpm-statistics.c 2014-04-06 20:46:41.930233638 +0000 +@@ -1796,7 +1796,11 @@ + g_signal_connect (wakeups, "data-changed", G_CALLBACK (gpm_stats_data_changed_cb), NULL); + + /* coldplug */ ++#ifdef HAVE_OLD_UPOWER + ret = up_client_enumerate_devices_sync (client, NULL, NULL); ++#else ++ ret = FALSE; ++#endif + if (!ret) + goto out; + devices = up_client_get_devices (client); diff --git a/sysutils/mate-power-manager/pkg-descr b/sysutils/mate-power-manager/pkg-descr new file mode 100644 index 0000000..27748b4 --- /dev/null +++ b/sysutils/mate-power-manager/pkg-descr @@ -0,0 +1,7 @@ +MATE Power Manager is a MATE session daemon that acts as a policy agent +on top of HAL (the Hardware Abstraction Layer). MATE Power Manager listens +for HAL events and responds with user-configurable reactions. +Currently it supports laptop batteries and AC adapters. Its goal is to be +architecture neutral and free of polling and other hacks. + +WWW: http://mate-desktop.org/ diff --git a/sysutils/mate-power-manager/pkg-plist b/sysutils/mate-power-manager/pkg-plist new file mode 100644 index 0000000..5807d01 --- /dev/null +++ b/sysutils/mate-power-manager/pkg-plist @@ -0,0 +1,796 @@ +bin/mate-power-bugreport.sh +bin/mate-power-manager +bin/mate-power-preferences +bin/mate-power-statistics +etc/xdg/autostart/mate-power-manager.desktop +libexec/mate-brightness-applet +libexec/mate-inhibit-applet +sbin/mate-power-backlight-helper +share/MateConf/gsettings/mate-power-manager.convert +share/applications/mate-power-preferences.desktop +share/applications/mate-power-statistics.desktop +share/dbus-1/services/mate-power-manager.service +share/dbus-1/services/org.mate.panel.applet.BrightnessAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.InhibitAppletFactory.service +share/icons/hicolor/16x16/apps/mate-brightness-applet.png +share/icons/hicolor/16x16/apps/mate-inhibit-applet.png +share/icons/hicolor/16x16/apps/mate-power-manager.png +share/icons/hicolor/16x16/apps/mate-power-statistics.png +share/icons/hicolor/22x22/apps/mate-brightness-applet.png +share/icons/hicolor/22x22/apps/mate-inhibit-applet.png +share/icons/hicolor/22x22/apps/mate-power-manager.png +share/icons/hicolor/22x22/apps/mate-power-statistics.png +share/icons/hicolor/24x24/apps/mate-brightness-applet.png +share/icons/hicolor/24x24/apps/mate-inhibit-applet.png +share/icons/hicolor/24x24/apps/mate-power-manager.png +share/icons/hicolor/24x24/apps/mate-power-statistics.png +share/icons/hicolor/32x32/apps/mate-brightness-applet.png +share/icons/hicolor/32x32/apps/mate-inhibit-applet.png +share/icons/hicolor/32x32/apps/mate-power-manager.png +share/icons/hicolor/32x32/apps/mate-power-statistics.png +share/icons/hicolor/48x48/apps/mate-brightness-applet.png +share/icons/hicolor/48x48/apps/mate-inhibit-applet.png +share/icons/hicolor/48x48/apps/mate-power-manager.png +share/icons/hicolor/48x48/apps/mate-power-statistics.png +share/icons/hicolor/scalable/apps/mate-brightness-applet.svg +share/icons/hicolor/scalable/apps/mate-inhibit-applet.svg +share/icons/hicolor/scalable/apps/mate-power-manager.svg +share/icons/hicolor/scalable/apps/mate-power-statistics.svg +share/locale/am/LC_MESSAGES/mate-power-manager.mo +share/locale/ar/LC_MESSAGES/mate-power-manager.mo +share/locale/as/LC_MESSAGES/mate-power-manager.mo +share/locale/ast/LC_MESSAGES/mate-power-manager.mo +share/locale/be/LC_MESSAGES/mate-power-manager.mo +share/locale/be@latin/LC_MESSAGES/mate-power-manager.mo +share/locale/bg/LC_MESSAGES/mate-power-manager.mo +share/locale/bn/LC_MESSAGES/mate-power-manager.mo +share/locale/bn_IN/LC_MESSAGES/mate-power-manager.mo +share/locale/ca/LC_MESSAGES/mate-power-manager.mo +share/locale/ca@valencia/LC_MESSAGES/mate-power-manager.mo +share/locale/cs/LC_MESSAGES/mate-power-manager.mo +share/locale/cy/LC_MESSAGES/mate-power-manager.mo +share/locale/da/LC_MESSAGES/mate-power-manager.mo +share/locale/de/LC_MESSAGES/mate-power-manager.mo +share/locale/dz/LC_MESSAGES/mate-power-manager.mo +share/locale/el/LC_MESSAGES/mate-power-manager.mo +share/locale/en@shaw/LC_MESSAGES/mate-power-manager.mo +share/locale/en_AU/LC_MESSAGES/mate-power-manager.mo +share/locale/en_CA/LC_MESSAGES/mate-power-manager.mo +share/locale/en_GB/LC_MESSAGES/mate-power-manager.mo +share/locale/es/LC_MESSAGES/mate-power-manager.mo +share/locale/et/LC_MESSAGES/mate-power-manager.mo +share/locale/eu/LC_MESSAGES/mate-power-manager.mo +share/locale/fa/LC_MESSAGES/mate-power-manager.mo +share/locale/fi/LC_MESSAGES/mate-power-manager.mo +share/locale/fr/LC_MESSAGES/mate-power-manager.mo +share/locale/ga/LC_MESSAGES/mate-power-manager.mo +share/locale/gl/LC_MESSAGES/mate-power-manager.mo +share/locale/gu/LC_MESSAGES/mate-power-manager.mo +share/locale/he/LC_MESSAGES/mate-power-manager.mo +share/locale/hi/LC_MESSAGES/mate-power-manager.mo +share/locale/hr/LC_MESSAGES/mate-power-manager.mo +share/locale/hu/LC_MESSAGES/mate-power-manager.mo +share/locale/id/LC_MESSAGES/mate-power-manager.mo +share/locale/is/LC_MESSAGES/mate-power-manager.mo +share/locale/it/LC_MESSAGES/mate-power-manager.mo +share/locale/ja/LC_MESSAGES/mate-power-manager.mo +share/locale/ka/LC_MESSAGES/mate-power-manager.mo +share/locale/kn/LC_MESSAGES/mate-power-manager.mo +share/locale/ko/LC_MESSAGES/mate-power-manager.mo +share/locale/ku/LC_MESSAGES/mate-power-manager.mo +share/locale/ky/LC_MESSAGES/mate-power-manager.mo +share/locale/lt/LC_MESSAGES/mate-power-manager.mo +share/locale/lv/LC_MESSAGES/mate-power-manager.mo +share/locale/mai/LC_MESSAGES/mate-power-manager.mo +share/locale/mg/LC_MESSAGES/mate-power-manager.mo +share/locale/mk/LC_MESSAGES/mate-power-manager.mo +share/locale/ml/LC_MESSAGES/mate-power-manager.mo +share/locale/mr/LC_MESSAGES/mate-power-manager.mo +share/locale/ms/LC_MESSAGES/mate-power-manager.mo +share/locale/nb/LC_MESSAGES/mate-power-manager.mo +share/locale/nl/LC_MESSAGES/mate-power-manager.mo +share/locale/nn/LC_MESSAGES/mate-power-manager.mo +share/locale/oc/LC_MESSAGES/mate-power-manager.mo +share/locale/or/LC_MESSAGES/mate-power-manager.mo +share/locale/pa/LC_MESSAGES/mate-power-manager.mo +share/locale/pl/LC_MESSAGES/mate-power-manager.mo +share/locale/pt/LC_MESSAGES/mate-power-manager.mo +share/locale/pt_BR/LC_MESSAGES/mate-power-manager.mo +share/locale/ro/LC_MESSAGES/mate-power-manager.mo +share/locale/ru/LC_MESSAGES/mate-power-manager.mo +share/locale/si/LC_MESSAGES/mate-power-manager.mo +share/locale/sk/LC_MESSAGES/mate-power-manager.mo +share/locale/sl/LC_MESSAGES/mate-power-manager.mo +share/locale/sq/LC_MESSAGES/mate-power-manager.mo +share/locale/sr/LC_MESSAGES/mate-power-manager.mo +share/locale/sr@latin/LC_MESSAGES/mate-power-manager.mo +share/locale/sv/LC_MESSAGES/mate-power-manager.mo +share/locale/ta/LC_MESSAGES/mate-power-manager.mo +share/locale/te/LC_MESSAGES/mate-power-manager.mo +share/locale/th/LC_MESSAGES/mate-power-manager.mo +share/locale/tr/LC_MESSAGES/mate-power-manager.mo +share/locale/uk/LC_MESSAGES/mate-power-manager.mo +share/locale/vi/LC_MESSAGES/mate-power-manager.mo +share/locale/zh_CN/LC_MESSAGES/mate-power-manager.mo +share/locale/zh_HK/LC_MESSAGES/mate-power-manager.mo +share/locale/zh_TW/LC_MESSAGES/mate-power-manager.mo +share/mate-2.0/ui/brightness-applet-menu.xml +share/mate-2.0/ui/inhibit-applet-menu.xml +share/mate-panel/applets/org.mate.BrightnessApplet.mate-panel-applet +share/mate-panel/applets/org.mate.InhibitApplet.mate-panel-applet +%%DATADIR%%/acme.ui +%%DATADIR%%/gpm-feedback-widget.ui +%%DATADIR%%/gpm-prefs-deprecated.ui +%%DATADIR%%/gpm-prefs.ui +%%DATADIR%%/gpm-statistics-deprecated.ui +%%DATADIR%%/gpm-statistics.ui +%%DATADIR%%/icons/hicolor/16x16/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/16x16/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/16x16/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/22x22/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/22x22/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/22x22/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/24x24/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/24x24/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/24x24/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/32x32/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/32x32/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/32x32/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/48x48/actions/gpm-hibernate.png +%%DATADIR%%/icons/hicolor/48x48/actions/gpm-suspend.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ac-adapter.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-charged.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-empty.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-battery-missing.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-disabled.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-kbd.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-disabled.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-brightness-lcd.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit-invalid.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-inhibit.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-keyboard-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-monitor.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-mouse-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-phone-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-000.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-020.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-040.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-060.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-080.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100-charging.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-100.png +%%DATADIR%%/icons/hicolor/48x48/status/gpm-ups-missing.png +%%DATADIR%%/icons/hicolor/scalable/actions/gpm-hibernate.svg +%%DATADIR%%/icons/hicolor/scalable/actions/gpm-suspend.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ac-adapter.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-020.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-040.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-080.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-charged.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-empty.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-battery-missing.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-disabled.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-kbd.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-disabled.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-brightness-lcd.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit-invalid.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-inhibit.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-keyboard-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-monitor.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-mouse-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-phone-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-000.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-020.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-040.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-060.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-080.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100-charging.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-100.svg +%%DATADIR%%/icons/hicolor/scalable/status/gpm-ups-missing.svg +share/mate/help/mate-power-manager/C/figures/applet-brightness.png +share/mate/help/mate-power-manager/C/figures/applet-inhibit.png +share/mate/help/mate-power-manager/C/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/C/figures/gpm-charged.png +share/mate/help/mate-power-manager/C/figures/gpm-critical.png +share/mate/help/mate-power-manager/C/figures/gpm-low.png +share/mate/help/mate-power-manager/C/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/C/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/C/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/C/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/C/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/C/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/C/figures/gs-prefs.png +share/mate/help/mate-power-manager/C/legal.xml +share/mate/help/mate-power-manager/C/mate-power-manager.xml +share/mate/help/mate-power-manager/ca/figures/applet-brightness.png +share/mate/help/mate-power-manager/ca/figures/applet-inhibit.png +share/mate/help/mate-power-manager/ca/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/ca/figures/gpm-charged.png +share/mate/help/mate-power-manager/ca/figures/gpm-critical.png +share/mate/help/mate-power-manager/ca/figures/gpm-low.png +share/mate/help/mate-power-manager/ca/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/ca/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/ca/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/ca/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/ca/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/ca/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/ca/figures/gs-prefs.png +share/mate/help/mate-power-manager/ca/mate-power-manager.xml +share/mate/help/mate-power-manager/de/figures/applet-brightness.png +share/mate/help/mate-power-manager/de/figures/applet-inhibit.png +share/mate/help/mate-power-manager/de/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/de/figures/gpm-charged.png +share/mate/help/mate-power-manager/de/figures/gpm-critical.png +share/mate/help/mate-power-manager/de/figures/gpm-low.png +share/mate/help/mate-power-manager/de/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/de/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/de/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/de/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/de/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/de/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/de/figures/gs-prefs.png +share/mate/help/mate-power-manager/de/mate-power-manager.xml +share/mate/help/mate-power-manager/el/figures/applet-brightness.png +share/mate/help/mate-power-manager/el/figures/applet-inhibit.png +share/mate/help/mate-power-manager/el/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/el/figures/gpm-charged.png +share/mate/help/mate-power-manager/el/figures/gpm-critical.png +share/mate/help/mate-power-manager/el/figures/gpm-low.png +share/mate/help/mate-power-manager/el/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/el/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/el/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/el/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/el/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/el/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/el/figures/gs-prefs.png +share/mate/help/mate-power-manager/el/mate-power-manager.xml +share/mate/help/mate-power-manager/en_GB/figures/applet-brightness.png +share/mate/help/mate-power-manager/en_GB/figures/applet-inhibit.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-charged.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-critical.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-low.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/en_GB/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/en_GB/figures/gs-prefs.png +share/mate/help/mate-power-manager/en_GB/mate-power-manager.xml +share/mate/help/mate-power-manager/es/figures/applet-brightness.png +share/mate/help/mate-power-manager/es/figures/applet-inhibit.png +share/mate/help/mate-power-manager/es/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/es/figures/gpm-charged.png +share/mate/help/mate-power-manager/es/figures/gpm-critical.png +share/mate/help/mate-power-manager/es/figures/gpm-low.png +share/mate/help/mate-power-manager/es/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/es/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/es/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/es/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/es/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/es/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/es/figures/gs-prefs.png +share/mate/help/mate-power-manager/es/mate-power-manager.xml +share/mate/help/mate-power-manager/eu/figures/applet-brightness.png +share/mate/help/mate-power-manager/eu/figures/applet-inhibit.png +share/mate/help/mate-power-manager/eu/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/eu/figures/gpm-charged.png +share/mate/help/mate-power-manager/eu/figures/gpm-critical.png +share/mate/help/mate-power-manager/eu/figures/gpm-low.png +share/mate/help/mate-power-manager/eu/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/eu/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/eu/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/eu/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/eu/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/eu/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/eu/figures/gs-prefs.png +share/mate/help/mate-power-manager/eu/mate-power-manager.xml +share/mate/help/mate-power-manager/fi/figures/applet-brightness.png +share/mate/help/mate-power-manager/fi/figures/applet-inhibit.png +share/mate/help/mate-power-manager/fi/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/fi/figures/gpm-charged.png +share/mate/help/mate-power-manager/fi/figures/gpm-critical.png +share/mate/help/mate-power-manager/fi/figures/gpm-low.png +share/mate/help/mate-power-manager/fi/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/fi/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/fi/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/fi/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/fi/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/fi/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/fi/figures/gs-prefs.png +share/mate/help/mate-power-manager/fi/mate-power-manager.xml +share/mate/help/mate-power-manager/fr/figures/applet-brightness.png +share/mate/help/mate-power-manager/fr/figures/applet-inhibit.png +share/mate/help/mate-power-manager/fr/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/fr/figures/gpm-charged.png +share/mate/help/mate-power-manager/fr/figures/gpm-critical.png +share/mate/help/mate-power-manager/fr/figures/gpm-low.png +share/mate/help/mate-power-manager/fr/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/fr/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/fr/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/fr/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/fr/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/fr/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/fr/figures/gs-prefs.png +share/mate/help/mate-power-manager/fr/mate-power-manager.xml +share/mate/help/mate-power-manager/hu/figures/applet-brightness.png +share/mate/help/mate-power-manager/hu/figures/applet-inhibit.png +share/mate/help/mate-power-manager/hu/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/hu/figures/gpm-charged.png +share/mate/help/mate-power-manager/hu/figures/gpm-critical.png +share/mate/help/mate-power-manager/hu/figures/gpm-low.png +share/mate/help/mate-power-manager/hu/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/hu/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/hu/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/hu/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/hu/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/hu/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/hu/figures/gs-prefs.png +share/mate/help/mate-power-manager/hu/mate-power-manager.xml +share/mate/help/mate-power-manager/it/figures/applet-brightness.png +share/mate/help/mate-power-manager/it/figures/applet-inhibit.png +share/mate/help/mate-power-manager/it/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/it/figures/gpm-charged.png +share/mate/help/mate-power-manager/it/figures/gpm-critical.png +share/mate/help/mate-power-manager/it/figures/gpm-low.png +share/mate/help/mate-power-manager/it/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/it/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/it/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/it/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/it/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/it/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/it/figures/gs-prefs.png +share/mate/help/mate-power-manager/it/mate-power-manager.xml +share/mate/help/mate-power-manager/oc/figures/applet-brightness.png +share/mate/help/mate-power-manager/oc/figures/applet-inhibit.png +share/mate/help/mate-power-manager/oc/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/oc/figures/gpm-charged.png +share/mate/help/mate-power-manager/oc/figures/gpm-critical.png +share/mate/help/mate-power-manager/oc/figures/gpm-low.png +share/mate/help/mate-power-manager/oc/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/oc/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/oc/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/oc/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/oc/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/oc/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/oc/figures/gs-prefs.png +share/mate/help/mate-power-manager/oc/mate-power-manager.xml +share/mate/help/mate-power-manager/pa/figures/applet-brightness.png +share/mate/help/mate-power-manager/pa/figures/applet-inhibit.png +share/mate/help/mate-power-manager/pa/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/pa/figures/gpm-charged.png +share/mate/help/mate-power-manager/pa/figures/gpm-critical.png +share/mate/help/mate-power-manager/pa/figures/gpm-low.png +share/mate/help/mate-power-manager/pa/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/pa/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/pa/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/pa/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/pa/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/pa/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/pa/figures/gs-prefs.png +share/mate/help/mate-power-manager/pa/mate-power-manager.xml +share/mate/help/mate-power-manager/ru/figures/applet-brightness.png +share/mate/help/mate-power-manager/ru/figures/applet-inhibit.png +share/mate/help/mate-power-manager/ru/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/ru/figures/gpm-charged.png +share/mate/help/mate-power-manager/ru/figures/gpm-critical.png +share/mate/help/mate-power-manager/ru/figures/gpm-low.png +share/mate/help/mate-power-manager/ru/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/ru/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/ru/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/ru/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/ru/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/ru/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/ru/figures/gs-prefs.png +share/mate/help/mate-power-manager/ru/mate-power-manager.xml +share/mate/help/mate-power-manager/sv/figures/applet-brightness.png +share/mate/help/mate-power-manager/sv/figures/applet-inhibit.png +share/mate/help/mate-power-manager/sv/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/sv/figures/gpm-charged.png +share/mate/help/mate-power-manager/sv/figures/gpm-critical.png +share/mate/help/mate-power-manager/sv/figures/gpm-low.png +share/mate/help/mate-power-manager/sv/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/sv/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/sv/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/sv/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/sv/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/sv/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/sv/figures/gs-prefs.png +share/mate/help/mate-power-manager/sv/mate-power-manager.xml +share/mate/help/mate-power-manager/zh_CN/figures/applet-brightness.png +share/mate/help/mate-power-manager/zh_CN/figures/applet-inhibit.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-cell-capacity.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-charged.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-critical.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-low.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-ac.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-battery.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-prefs-general.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-stats-graph.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-suspend-problem.png +share/mate/help/mate-power-manager/zh_CN/figures/gpm-unplugged.png +share/mate/help/mate-power-manager/zh_CN/figures/gs-prefs.png +share/mate/help/mate-power-manager/zh_CN/mate-power-manager.xml +share/omf/mate-power-manager/mate-power-manager-C.omf +share/omf/mate-power-manager/mate-power-manager-ca.omf +share/omf/mate-power-manager/mate-power-manager-de.omf +share/omf/mate-power-manager/mate-power-manager-el.omf +share/omf/mate-power-manager/mate-power-manager-en_GB.omf +share/omf/mate-power-manager/mate-power-manager-es.omf +share/omf/mate-power-manager/mate-power-manager-eu.omf +share/omf/mate-power-manager/mate-power-manager-fi.omf +share/omf/mate-power-manager/mate-power-manager-fr.omf +share/omf/mate-power-manager/mate-power-manager-hu.omf +share/omf/mate-power-manager/mate-power-manager-it.omf +share/omf/mate-power-manager/mate-power-manager-oc.omf +share/omf/mate-power-manager/mate-power-manager-pa.omf +share/omf/mate-power-manager/mate-power-manager-ru.omf +share/omf/mate-power-manager/mate-power-manager-sv.omf +share/omf/mate-power-manager/mate-power-manager-zh_CN.omf +share/polkit-1/actions/org.mate.power.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/omf/mate-power-manager +@dirrm share/mate/help/mate-power-manager/zh_CN/figures +@dirrm share/mate/help/mate-power-manager/zh_CN +@dirrm share/mate/help/mate-power-manager/sv/figures +@dirrm share/mate/help/mate-power-manager/sv +@dirrm share/mate/help/mate-power-manager/ru/figures +@dirrm share/mate/help/mate-power-manager/ru +@dirrm share/mate/help/mate-power-manager/pa/figures +@dirrm share/mate/help/mate-power-manager/pa +@dirrm share/mate/help/mate-power-manager/oc/figures +@dirrm share/mate/help/mate-power-manager/oc +@dirrm share/mate/help/mate-power-manager/it/figures +@dirrm share/mate/help/mate-power-manager/it +@dirrm share/mate/help/mate-power-manager/hu/figures +@dirrm share/mate/help/mate-power-manager/hu +@dirrm share/mate/help/mate-power-manager/fr/figures +@dirrm share/mate/help/mate-power-manager/fr +@dirrm share/mate/help/mate-power-manager/fi/figures +@dirrm share/mate/help/mate-power-manager/fi +@dirrm share/mate/help/mate-power-manager/eu/figures +@dirrm share/mate/help/mate-power-manager/eu +@dirrm share/mate/help/mate-power-manager/es/figures +@dirrm share/mate/help/mate-power-manager/es +@dirrm share/mate/help/mate-power-manager/en_GB/figures +@dirrm share/mate/help/mate-power-manager/en_GB +@dirrm share/mate/help/mate-power-manager/el/figures +@dirrm share/mate/help/mate-power-manager/el +@dirrm share/mate/help/mate-power-manager/de/figures +@dirrm share/mate/help/mate-power-manager/de +@dirrm share/mate/help/mate-power-manager/ca/figures +@dirrm share/mate/help/mate-power-manager/ca +@dirrm share/mate/help/mate-power-manager/C/figures +@dirrm share/mate/help/mate-power-manager/C +@dirrm share/mate/help/mate-power-manager +@dirrm %%DATADIR%%/icons/hicolor/scalable/status +@dirrm %%DATADIR%%/icons/hicolor/scalable/actions +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/48x48/status +@dirrm %%DATADIR%%/icons/hicolor/48x48/actions +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor/32x32/status +@dirrm %%DATADIR%%/icons/hicolor/32x32/actions +@dirrm %%DATADIR%%/icons/hicolor/32x32 +@dirrm %%DATADIR%%/icons/hicolor/24x24/status +@dirrm %%DATADIR%%/icons/hicolor/24x24/actions +@dirrm %%DATADIR%%/icons/hicolor/24x24 +@dirrm %%DATADIR%%/icons/hicolor/22x22/status +@dirrm %%DATADIR%%/icons/hicolor/22x22/actions +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor/16x16/status +@dirrm %%DATADIR%%/icons/hicolor/16x16/actions +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as diff --git a/x11-fm/mate-file-manager/Makefile b/x11-fm/mate-file-manager/Makefile new file mode 100644 index 0000000..7f79075 --- /dev/null +++ b/x11-fm/mate-file-manager/Makefile @@ -0,0 +1,49 @@ +# Created by: ade, archie +# $FreeBSD$ +# $MCom$ + +PORTNAME= mate-file-manager +PORTVERSION= 1.6.2 +PORTREVISION= 1 +CATEGORIES= x11-fm mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT?= File manager for the MATE desktop + +BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc +LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libexempi.so:${PORTSDIR}/textproc/exempi +RUN_DEPENDS= ${LOCALBASE}/libexec/gvfsd:${PORTSDIR}/devel/gvfs + +PORTSCOUT= limitw:1,even + +USES= desktop-file-utils gettext gmake pathfix pkgconfig \ + shared-mime-info tar:xz +USE_MATE= desktop icontheme:run +USE_XORG= ice x11 xrender +USE_GNOME= glib20 gnomehier gtk20 intlhack introspection:build \ + libxml2 ltasneededhack ltverhack pango +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBPNG="-L${LOCALBASE}/lib -lpng -lz" +CONFIGURE_ARGS= --enable-static \ + --disable-packagekit \ + --with-gtk=2.0 \ + --disable-gtk-doc \ + --with-html-dir=${PREFIX}/share/doc +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.caja.gschema.xml \ + org.mate.media-handling.gschema.xml + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/caja/extensions-2.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcaja-extension.so.1 + +.include <bsd.port.mk> diff --git a/x11-fm/mate-file-manager/distinfo b/x11-fm/mate-file-manager/distinfo new file mode 100644 index 0000000..2090a1a --- /dev/null +++ b/x11-fm/mate-file-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-file-manager-1.6.2.tar.xz) = c1df364fa72ca7e37faf2124cecd90d6d1be9532030d11d2d7bbe2aa93db74f3 +SIZE (mate/mate-file-manager-1.6.2.tar.xz) = 3522924 diff --git a/x11-fm/mate-file-manager/files/patch-eel_eel-editable-label.c b/x11-fm/mate-file-manager/files/patch-eel_eel-editable-label.c new file mode 100644 index 0000000..454f92f --- /dev/null +++ b/x11-fm/mate-file-manager/files/patch-eel_eel-editable-label.c @@ -0,0 +1,15 @@ +--- eel/eel-editable-label.c.orig 2014-04-06 22:20:58.028840920 +0000 ++++ eel/eel-editable-label.c 2014-04-06 22:21:50.378838503 +0000 +@@ -44,6 +44,12 @@ + #define GtkEditableInterface GtkEditableClass + #endif + ++/* g_memmove got removed in glib 2.40 */ ++#if GLIB_CHECK_VERSION (2, 39, 0) ++#define g_memmove memmove ++#endif ++ ++ + enum + { + MOVE_CURSOR, diff --git a/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c new file mode 100644 index 0000000..d709dec --- /dev/null +++ b/x11-fm/mate-file-manager/files/patch-src_file-manager_fm-properties-window.c @@ -0,0 +1,12 @@ +--- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007 ++++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007 +@@ -89,9 +89,7 @@ + #if HAVE_SYS_VFS_H + #include <sys/vfs.h> + #elif HAVE_SYS_MOUNT_H +-#if HAVE_SYS_PARAM_H + #include <sys/param.h> +-#endif + #include <sys/mount.h> + #endif + diff --git a/x11-fm/mate-file-manager/pkg-descr b/x11-fm/mate-file-manager/pkg-descr new file mode 100644 index 0000000..69e0fa9 --- /dev/null +++ b/x11-fm/mate-file-manager/pkg-descr @@ -0,0 +1,5 @@ +Caja (mate-file-manager) is a file manager tightly integrated into the +MATE destkop.It is also responsible for desktop and icon management, and +provides an intuitive interface for accessing files and webpages. + +WWW: http://mate-desktop.org/ diff --git a/x11-fm/mate-file-manager/pkg-plist b/x11-fm/mate-file-manager/pkg-plist new file mode 100644 index 0000000..4788032 --- /dev/null +++ b/x11-fm/mate-file-manager/pkg-plist @@ -0,0 +1,325 @@ +bin/caja +bin/caja-autorun-software +bin/caja-connect-server +bin/caja-file-management-properties +include/caja/libcaja-extension/caja-column-provider.h +include/caja/libcaja-extension/caja-column.h +include/caja/libcaja-extension/caja-extension-types.h +include/caja/libcaja-extension/caja-file-info.h +include/caja/libcaja-extension/caja-info-provider.h +include/caja/libcaja-extension/caja-location-widget-provider.h +include/caja/libcaja-extension/caja-menu-item.h +include/caja/libcaja-extension/caja-menu-provider.h +include/caja/libcaja-extension/caja-menu.h +include/caja/libcaja-extension/caja-property-page-provider.h +include/caja/libcaja-extension/caja-property-page.h +lib/girepository-1.0/Caja-2.0.typelib +lib/libcaja-extension.a +lib/libcaja-extension.la +lib/libcaja-extension.so +lib/libcaja-extension.so.1 +libdata/pkgconfig/libcaja-extension.pc +libexec/caja-convert-metadata +man/man1/caja.1.gz +man/man1/caja-connect-server.1.gz +man/man1/caja-file-management-properties.1.gz +share/MateConf/gsettings/caja.convert +share/applications/caja-autorun-software.desktop +share/applications/caja-browser.desktop +share/applications/caja-computer.desktop +share/applications/caja-file-management-properties.desktop +share/applications/caja-folder-handler.desktop +share/applications/caja-home.desktop +share/applications/caja.desktop +share/applications/mate-network-scheme.desktop +share/caja/browser.xml +share/caja/caja-extras.placeholder +share/caja/caja-suggested.placeholder +share/caja/patterns/blue_gray_rough.png +share/caja/patterns/blue_ridge.png +share/caja/patterns/blue_type.png +share/caja/patterns/brushed_metal.png +share/caja/patterns/burlap.jpg +share/caja/patterns/camouflage.png +share/caja/patterns/chalk.jpg +share/caja/patterns/cork.png +share/caja/patterns/countertop.png +share/caja/patterns/dark-mate.jpg +share/caja/patterns/dots.png +share/caja/patterns/fibers.png +share/caja/patterns/fleur_de_lis.png +share/caja/patterns/floral.png +share/caja/patterns/fossil.png +share/caja/patterns/green_weave.png +share/caja/patterns/ice.png +share/caja/patterns/manila_paper.png +share/caja/patterns/mate.jpg +share/caja/patterns/moss_ridge.png +share/caja/patterns/numbers.png +share/caja/patterns/ocean_stripes.png +share/caja/patterns/purple_marble.png +share/caja/patterns/reset.png +share/caja/patterns/ridged_paper.png +share/caja/patterns/rough_paper.png +share/caja/patterns/sky_ridge.png +share/caja/patterns/snow_ridge.png +share/caja/patterns/stucco.jpg +share/caja/patterns/terracotta.png +share/caja/patterns/wavy_white.png +share/caja/ui/caja-bookmarks-window.ui +share/caja/ui/caja-desktop-icon-view-ui.xml +share/caja/ui/caja-directory-view-ui.xml +share/caja/ui/caja-file-management-properties.ui +share/caja/ui/caja-icon-view-ui.xml +share/caja/ui/caja-list-view-ui.xml +share/caja/ui/caja-navigation-window-ui.xml +share/caja/ui/caja-shell-ui.xml +share/caja/ui/caja-spatial-window-ui.xml +share/dbus-1/services/org.mate.freedesktop.FileManager1.service +share/doc/libcaja-extension/ch01.html +share/doc/libcaja-extension/home.png +share/doc/libcaja-extension/index.html +share/doc/libcaja-extension/index.sgml +share/doc/libcaja-extension/ix01.html +share/doc/libcaja-extension/left.png +share/doc/libcaja-extension/libcaja-extension-caja-column-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-column.html +share/doc/libcaja-extension/libcaja-extension-caja-extension-types.html +share/doc/libcaja-extension/libcaja-extension-caja-file-info.html +share/doc/libcaja-extension/libcaja-extension-caja-info-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-location-widget-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-menu-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-menu.html +share/doc/libcaja-extension/libcaja-extension-caja-property-page-provider.html +share/doc/libcaja-extension/libcaja-extension-caja-property-page.html +share/doc/libcaja-extension/libcaja-extension.devhelp2 +share/doc/libcaja-extension/pt01.html +share/doc/libcaja-extension/right.png +share/doc/libcaja-extension/style.css +share/doc/libcaja-extension/up.png +share/gir-1.0/Caja-2.0.gir +share/icons/hicolor/16x16/apps/caja.png +share/icons/hicolor/22x22/apps/caja.png +share/icons/hicolor/24x24/apps/caja.png +share/icons/hicolor/32x32/apps/caja.png +share/icons/hicolor/scalable/apps/caja.svg +share/locale/af/LC_MESSAGES/caja.mo +share/locale/am/LC_MESSAGES/caja.mo +share/locale/ar/LC_MESSAGES/caja.mo +share/locale/as/LC_MESSAGES/caja.mo +share/locale/ast/LC_MESSAGES/caja.mo +share/locale/az/LC_MESSAGES/caja.mo +share/locale/be/LC_MESSAGES/caja.mo +share/locale/be@latin/LC_MESSAGES/caja.mo +share/locale/bg/LC_MESSAGES/caja.mo +share/locale/bn/LC_MESSAGES/caja.mo +share/locale/bn_IN/LC_MESSAGES/caja.mo +share/locale/br/LC_MESSAGES/caja.mo +share/locale/bs/LC_MESSAGES/caja.mo +share/locale/ca/LC_MESSAGES/caja.mo +share/locale/ca@valencia/LC_MESSAGES/caja.mo +share/locale/crh/LC_MESSAGES/caja.mo +share/locale/cs/LC_MESSAGES/caja.mo +share/locale/cy/LC_MESSAGES/caja.mo +share/locale/da/LC_MESSAGES/caja.mo +share/locale/de/LC_MESSAGES/caja.mo +share/locale/dz/LC_MESSAGES/caja.mo +share/locale/el/LC_MESSAGES/caja.mo +share/locale/en@shaw/LC_MESSAGES/caja.mo +share/locale/en_AU/LC_MESSAGES/caja.mo +share/locale/en_CA/LC_MESSAGES/caja.mo +share/locale/en_GB/LC_MESSAGES/caja.mo +share/locale/eo/LC_MESSAGES/caja.mo +share/locale/es/LC_MESSAGES/caja.mo +share/locale/et/LC_MESSAGES/caja.mo +share/locale/eu/LC_MESSAGES/caja.mo +share/locale/fa/LC_MESSAGES/caja.mo +share/locale/fi/LC_MESSAGES/caja.mo +share/locale/fr/LC_MESSAGES/caja.mo +share/locale/fur/LC_MESSAGES/caja.mo +share/locale/fy/LC_MESSAGES/caja.mo +share/locale/ga/LC_MESSAGES/caja.mo +share/locale/gl/LC_MESSAGES/caja.mo +share/locale/gu/LC_MESSAGES/caja.mo +share/locale/gv/LC_MESSAGES/caja.mo +share/locale/ha/LC_MESSAGES/caja.mo +share/locale/he/LC_MESSAGES/caja.mo +share/locale/hi/LC_MESSAGES/caja.mo +share/locale/hr/LC_MESSAGES/caja.mo +share/locale/hu/LC_MESSAGES/caja.mo +share/locale/hy/LC_MESSAGES/caja.mo +share/locale/id/LC_MESSAGES/caja.mo +share/locale/ig/LC_MESSAGES/caja.mo +share/locale/io/LC_MESSAGES/caja.mo +share/locale/is/LC_MESSAGES/caja.mo +share/locale/it/LC_MESSAGES/caja.mo +share/locale/ja/LC_MESSAGES/caja.mo +share/locale/ka/LC_MESSAGES/caja.mo +share/locale/kk/LC_MESSAGES/caja.mo +share/locale/km/LC_MESSAGES/caja.mo +share/locale/kn/LC_MESSAGES/caja.mo +share/locale/ko/LC_MESSAGES/caja.mo +share/locale/ku/LC_MESSAGES/caja.mo +share/locale/ky/LC_MESSAGES/caja.mo +share/locale/li/LC_MESSAGES/caja.mo +share/locale/lt/LC_MESSAGES/caja.mo +share/locale/lv/LC_MESSAGES/caja.mo +share/locale/mai/LC_MESSAGES/caja.mo +share/locale/mg/LC_MESSAGES/caja.mo +share/locale/mi/LC_MESSAGES/caja.mo +share/locale/mk/LC_MESSAGES/caja.mo +share/locale/ml/LC_MESSAGES/caja.mo +share/locale/mn/LC_MESSAGES/caja.mo +share/locale/mr/LC_MESSAGES/caja.mo +share/locale/ms/LC_MESSAGES/caja.mo +share/locale/nb/LC_MESSAGES/caja.mo +share/locale/nds/LC_MESSAGES/caja.mo +share/locale/ne/LC_MESSAGES/caja.mo +share/locale/nl/LC_MESSAGES/caja.mo +share/locale/nn/LC_MESSAGES/caja.mo +share/locale/nso/LC_MESSAGES/caja.mo +share/locale/oc/LC_MESSAGES/caja.mo +share/locale/or/LC_MESSAGES/caja.mo +share/locale/pa/LC_MESSAGES/caja.mo +share/locale/pl/LC_MESSAGES/caja.mo +share/locale/ps/LC_MESSAGES/caja.mo +share/locale/pt/LC_MESSAGES/caja.mo +share/locale/pt_BR/LC_MESSAGES/caja.mo +share/locale/ro/LC_MESSAGES/caja.mo +share/locale/ru/LC_MESSAGES/caja.mo +share/locale/rw/LC_MESSAGES/caja.mo +share/locale/si/LC_MESSAGES/caja.mo +share/locale/sk/LC_MESSAGES/caja.mo +share/locale/sl/LC_MESSAGES/caja.mo +share/locale/sq/LC_MESSAGES/caja.mo +share/locale/sr/LC_MESSAGES/caja.mo +share/locale/sr@ije/LC_MESSAGES/caja.mo +share/locale/sr@latin/LC_MESSAGES/caja.mo +share/locale/sv/LC_MESSAGES/caja.mo +share/locale/ta/LC_MESSAGES/caja.mo +share/locale/te/LC_MESSAGES/caja.mo +share/locale/th/LC_MESSAGES/caja.mo +share/locale/tk/LC_MESSAGES/caja.mo +share/locale/tr/LC_MESSAGES/caja.mo +share/locale/ug/LC_MESSAGES/caja.mo +share/locale/uk/LC_MESSAGES/caja.mo +share/locale/uz/LC_MESSAGES/caja.mo +share/locale/uz@cyrillic/LC_MESSAGES/caja.mo +share/locale/vi/LC_MESSAGES/caja.mo +share/locale/wa/LC_MESSAGES/caja.mo +share/locale/xh/LC_MESSAGES/caja.mo +share/locale/yi/LC_MESSAGES/caja.mo +share/locale/yo/LC_MESSAGES/caja.mo +share/locale/zh_CN/LC_MESSAGES/caja.mo +share/locale/zh_HK/LC_MESSAGES/caja.mo +share/locale/zh_TW/LC_MESSAGES/caja.mo +share/locale/zu/LC_MESSAGES/caja.mo +share/mate-file-manager/icons/hicolor/16x16/emblems/emblem-note.png +share/mate-file-manager/icons/hicolor/24x24/emblems/emblem-note.png +share/mate-file-manager/icons/hicolor/48x48/emblems/emblem-note.png +share/mime/application/x-mate-saved-search.xml +share/mime/packages/caja.xml +share/pixmaps/caja/audio.svg +share/pixmaps/caja/backgrounds.png +share/pixmaps/caja/chit_frame.png +share/pixmaps/caja/colors.png +share/pixmaps/caja/emblems.png +share/pixmaps/caja/erase.png +share/pixmaps/caja/knob.png +share/pixmaps/caja/thumbnail_frame.png +@dirrm share/pixmaps/caja +@dirrmtry share/mate-file-manager/icons/hicolor/48x48/emblems +@dirrmtry share/mate-file-manager/icons/hicolor/48x48 +@dirrmtry share/mate-file-manager/icons/hicolor/24x24/emblems +@dirrmtry share/mate-file-manager/icons/hicolor/24x24 +@dirrmtry share/mate-file-manager/icons/hicolor/16x16/emblems +@dirrmtry share/mate-file-manager/icons/hicolor/16x16 +@dirrmtry share/mate-file-manager/icons/hicolor +@dirrmtry share/mate-file-manager/icons +@dirrmtry share/mate-file-manager +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/sr@ije/LC_MESSAGES +@dirrmtry share/locale/sr@ije +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/io/LC_MESSAGES +@dirrmtry share/locale/io +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/gv/LC_MESSAGES +@dirrmtry share/locale/gv +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm share/doc/libcaja-extension +@dirrm share/caja/ui +@dirrm share/caja/patterns +@dirrm share/caja +@dirrmtry lib/caja/extensions-2.0 +@dirrmtry lib/caja +@dirrm include/caja/libcaja-extension +@dirrm include/caja diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile new file mode 100644 index 0000000..7baef7f --- /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 0000000..e4c6078 --- /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 0000000..ab2d003 --- /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 0000000..caf3bef --- /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 0000000..48746fa --- /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 0000000..518a526 --- /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 0000000..4a4351e --- /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 0000000..47213b3 --- /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 0000000..38ac635 --- /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 0000000..2299484 --- /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 0000000..9a5dd5d --- /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 0000000..1ab5faa --- /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 0000000..a3b7039 --- /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 0000000..6b7afc6 --- /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 0000000..760ab02 --- /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 0000000..5cb46b6 --- /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 0000000..2b6da07 --- /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 0000000..318c1fa --- /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 0000000..9a61408 --- /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 0000000..1ff61fa --- /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 0000000..a6ce7a9 --- /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 0000000..bc10dac --- /dev/null +++ b/x11/mate-applets/pkg-plist @@ -0,0 +1,2412 @@ +%%CPUFREQ%%bin/mate-cpufreq-selector +bin/mate-invest-chart +%%CPUFREQ%%etc/dbus-1/system.d/org.mate.CPUFreqSelector.conf +%%BATTERY%%etc/sound/events/mate-battstat_applet.soundlist +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.py +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/__init__.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/about.py +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/about.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/applet.py +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/applet.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/chart.py +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/chart.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.py +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/currencies.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/defs.py +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/defs.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/help.py +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/help.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.py +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/networkmanager.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.py +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/preferences.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.py +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/quotes.pyo +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.py +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyc +%%PYTHON_SITELIBDIR%%/mate_invest/widgets.pyo +libexec/mate-accessx-status-applet +%%BATTERY%%libexec/mate-battstat-applet-2 +libexec/mate-charpick_applet2 +libexec/mate-drivemount_applet2 +libexec/mate-geyes_applet2 +libexec/mate-invest-applet +%%CPUFREQ%%libexec/mate-cpufreq-applet +libexec/mateweather-applet-2 +libexec/mate-multiload-applet-2 +libexec/mate-stickynotes_applet +libexec/mate-trashapplet +share/MateConf/gsettings/stickynotes-applet.convert +share/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service +%%BATTERY%%share/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service +%%CPUFREQ%%share/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.InvestAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service +share/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service +%%CPUFREQ%%share/dbus-1/system-services/org.mate.CPUFreqSelector.service +%%CPUFREQ%%share/icons/hicolor/16x16/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/16x16/apps/mate-eyes-applet.png +share/icons/hicolor/16x16/apps/mate-invest-applet.png +share/icons/hicolor/16x16/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/22x22/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/22x22/apps/mate-eyes-applet.png +share/icons/hicolor/22x22/apps/mate-invest-applet.png +share/icons/hicolor/22x22/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/24x24/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/24x24/apps/mate-eyes-applet.png +share/icons/hicolor/24x24/apps/mate-sticky-notes-applet.png +%%CPUFREQ%%share/icons/hicolor/32x32/apps/mate-cpu-frequency-applet.png +share/icons/hicolor/32x32/apps/mate-eyes-applet.png +share/icons/hicolor/32x32/apps/mate-sticky-notes-applet.png +share/icons/hicolor/48x48/apps/mate-invest-applet.png +%%CPUFREQ%%share/icons/hicolor/scalable/apps/mate-cpu-frequency-applet.svg +share/icons/hicolor/scalable/apps/mate-eyes-applet.svg +share/icons/hicolor/scalable/apps/mate-invest-applet.svg +share/icons/hicolor/scalable/apps/mate-sticky-notes-applet.svg +share/icons/mate/48x48/apps/ax-applet.png +share/locale/af/LC_MESSAGES/mate-applets.mo +share/locale/am/LC_MESSAGES/mate-applets.mo +share/locale/ar/LC_MESSAGES/mate-applets.mo +share/locale/as/LC_MESSAGES/mate-applets.mo +share/locale/ast/LC_MESSAGES/mate-applets.mo +share/locale/az/LC_MESSAGES/mate-applets.mo +share/locale/be/LC_MESSAGES/mate-applets.mo +share/locale/be@latin/LC_MESSAGES/mate-applets.mo +share/locale/bg/LC_MESSAGES/mate-applets.mo +share/locale/bn/LC_MESSAGES/mate-applets.mo +share/locale/bn_IN/LC_MESSAGES/mate-applets.mo +share/locale/br/LC_MESSAGES/mate-applets.mo +share/locale/bs/LC_MESSAGES/mate-applets.mo +share/locale/ca/LC_MESSAGES/mate-applets.mo +share/locale/ca@valencia/LC_MESSAGES/mate-applets.mo +share/locale/crh/LC_MESSAGES/mate-applets.mo +share/locale/cs/LC_MESSAGES/mate-applets.mo +share/locale/cy/LC_MESSAGES/mate-applets.mo +share/locale/da/LC_MESSAGES/mate-applets.mo +share/locale/de/LC_MESSAGES/mate-applets.mo +share/locale/dz/LC_MESSAGES/mate-applets.mo +share/locale/el/LC_MESSAGES/mate-applets.mo +share/locale/en@shaw/LC_MESSAGES/mate-applets.mo +share/locale/en_AU/LC_MESSAGES/mate-applets.mo +share/locale/en_CA/LC_MESSAGES/mate-applets.mo +share/locale/en_GB/LC_MESSAGES/mate-applets.mo +share/locale/eo/LC_MESSAGES/mate-applets.mo +share/locale/es/LC_MESSAGES/mate-applets.mo +share/locale/es_AR/LC_MESSAGES/mate-applets.mo +share/locale/es_CL/LC_MESSAGES/mate-applets.mo +share/locale/es_CO/LC_MESSAGES/mate-applets.mo +share/locale/es_CR/LC_MESSAGES/mate-applets.mo +share/locale/es_DO/LC_MESSAGES/mate-applets.mo +share/locale/es_EC/LC_MESSAGES/mate-applets.mo +share/locale/es_ES/LC_MESSAGES/mate-applets.mo +share/locale/es_GT/LC_MESSAGES/mate-applets.mo +share/locale/es_HN/LC_MESSAGES/mate-applets.mo +share/locale/es_MX/LC_MESSAGES/mate-applets.mo +share/locale/es_NI/LC_MESSAGES/mate-applets.mo +share/locale/es_PA/LC_MESSAGES/mate-applets.mo +share/locale/es_PE/LC_MESSAGES/mate-applets.mo +share/locale/es_PR/LC_MESSAGES/mate-applets.mo +share/locale/es_SV/LC_MESSAGES/mate-applets.mo +share/locale/es_UY/LC_MESSAGES/mate-applets.mo +share/locale/es_VE/LC_MESSAGES/mate-applets.mo +share/locale/et/LC_MESSAGES/mate-applets.mo +share/locale/eu/LC_MESSAGES/mate-applets.mo +share/locale/fa/LC_MESSAGES/mate-applets.mo +share/locale/fi/LC_MESSAGES/mate-applets.mo +share/locale/fr/LC_MESSAGES/mate-applets.mo +share/locale/ga/LC_MESSAGES/mate-applets.mo +share/locale/gl/LC_MESSAGES/mate-applets.mo +share/locale/gu/LC_MESSAGES/mate-applets.mo +share/locale/he/LC_MESSAGES/mate-applets.mo +share/locale/hi/LC_MESSAGES/mate-applets.mo +share/locale/hr/LC_MESSAGES/mate-applets.mo +share/locale/hu/LC_MESSAGES/mate-applets.mo +share/locale/hy/LC_MESSAGES/mate-applets.mo +share/locale/id/LC_MESSAGES/mate-applets.mo +share/locale/is/LC_MESSAGES/mate-applets.mo +share/locale/it/LC_MESSAGES/mate-applets.mo +share/locale/ja/LC_MESSAGES/mate-applets.mo +share/locale/ka/LC_MESSAGES/mate-applets.mo +share/locale/kk/LC_MESSAGES/mate-applets.mo +share/locale/kn/LC_MESSAGES/mate-applets.mo +share/locale/ko/LC_MESSAGES/mate-applets.mo +share/locale/ku/LC_MESSAGES/mate-applets.mo +share/locale/ky/LC_MESSAGES/mate-applets.mo +share/locale/lt/LC_MESSAGES/mate-applets.mo +share/locale/lv/LC_MESSAGES/mate-applets.mo +share/locale/mai/LC_MESSAGES/mate-applets.mo +share/locale/mg/LC_MESSAGES/mate-applets.mo +share/locale/mk/LC_MESSAGES/mate-applets.mo +share/locale/ml/LC_MESSAGES/mate-applets.mo +share/locale/mn/LC_MESSAGES/mate-applets.mo +share/locale/mr/LC_MESSAGES/mate-applets.mo +share/locale/ms/LC_MESSAGES/mate-applets.mo +share/locale/nb/LC_MESSAGES/mate-applets.mo +share/locale/ne/LC_MESSAGES/mate-applets.mo +share/locale/nl/LC_MESSAGES/mate-applets.mo +share/locale/nn/LC_MESSAGES/mate-applets.mo +share/locale/oc/LC_MESSAGES/mate-applets.mo +share/locale/or/LC_MESSAGES/mate-applets.mo +share/locale/pa/LC_MESSAGES/mate-applets.mo +share/locale/pl/LC_MESSAGES/mate-applets.mo +share/locale/ps/LC_MESSAGES/mate-applets.mo +share/locale/pt/LC_MESSAGES/mate-applets.mo +share/locale/pt_BR/LC_MESSAGES/mate-applets.mo +share/locale/ro/LC_MESSAGES/mate-applets.mo +share/locale/ru/LC_MESSAGES/mate-applets.mo +share/locale/rw/LC_MESSAGES/mate-applets.mo +share/locale/si/LC_MESSAGES/mate-applets.mo +share/locale/sk/LC_MESSAGES/mate-applets.mo +share/locale/sl/LC_MESSAGES/mate-applets.mo +share/locale/sq/LC_MESSAGES/mate-applets.mo +share/locale/sr/LC_MESSAGES/mate-applets.mo +share/locale/sr@latin/LC_MESSAGES/mate-applets.mo +share/locale/sv/LC_MESSAGES/mate-applets.mo +share/locale/ta/LC_MESSAGES/mate-applets.mo +share/locale/te/LC_MESSAGES/mate-applets.mo +share/locale/th/LC_MESSAGES/mate-applets.mo +share/locale/tr/LC_MESSAGES/mate-applets.mo +share/locale/ug/LC_MESSAGES/mate-applets.mo +share/locale/uk/LC_MESSAGES/mate-applets.mo +share/locale/vi/LC_MESSAGES/mate-applets.mo +share/locale/wa/LC_MESSAGES/mate-applets.mo +share/locale/xh/LC_MESSAGES/mate-applets.mo +share/locale/zh_CN/LC_MESSAGES/mate-applets.mo +share/locale/zh_HK/LC_MESSAGES/mate-applets.mo +share/locale/zh_TW/LC_MESSAGES/mate-applets.mo +share/mate-2.0/ui/accessx-status-applet-menu.xml +%%BATTERY%%share/mate-2.0/ui/battstat-applet-menu.xml +share/mate-2.0/ui/charpick-applet-menu.xml +%%CPUFREQ%%share/mate-2.0/ui/cpufreq-applet-menu.xml +share/mate-2.0/ui/drivemount-applet-menu.xml +share/mate-2.0/ui/geyes-applet-menu.xml +share/mate-2.0/ui/mateweather-applet-menu.xml +share/mate-2.0/ui/multiload-applet-menu.xml +share/mate-2.0/ui/stickynotes-applet-menu.xml +share/mate-2.0/ui/trashapplet-menu.xml +%%DATADIR%%/Invest_Applet.xml +%%BATTERY%%%%DATADIR%%/builder/battstat_applet.ui +%%CPUFREQ%%%%DATADIR%%/builder/cpufreq-preferences.ui +%%DATADIR%%/builder/financialchart.ui +%%DATADIR%%/builder/prefs-dialog.ui +%%DATADIR%%/builder/stickynotes.ui +%%DATADIR%%/builder/trashapplet-empty-progress.ui +%%DATADIR%%/geyes/Bizarre/Bizarre-eye.png +%%DATADIR%%/geyes/Bizarre/Bizarre-pupil.png +%%DATADIR%%/geyes/Bizarre/config +%%DATADIR%%/geyes/Bloodshot/Bloodshot-eye.png +%%DATADIR%%/geyes/Bloodshot/Bloodshot-pupil.png +%%DATADIR%%/geyes/Bloodshot/config +%%DATADIR%%/geyes/Default-tiny/Default-tiny-eye.png +%%DATADIR%%/geyes/Default-tiny/Default-tiny-pupil.png +%%DATADIR%%/geyes/Default-tiny/config +%%DATADIR%%/geyes/Default/Default-eye.png +%%DATADIR%%/geyes/Default/Default-pupil.png +%%DATADIR%%/geyes/Default/config +%%DATADIR%%/geyes/Horrid/config +%%DATADIR%%/geyes/Horrid/horrid_eye.png +%%DATADIR%%/geyes/Horrid/horrid_pupil.png +%%DATADIR%%/geyes/Tango/config +%%DATADIR%%/geyes/Tango/tango-eye.png +%%DATADIR%%/geyes/Tango/tango-pupil.png +%%DATADIR%%/invest-applet/invest-16_neutral.png +%%DATADIR%%/invest-applet/invest-22_down.png +%%DATADIR%%/invest-applet/invest-22_neutral.png +%%DATADIR%%/invest-applet/invest-22_up.png +%%DATADIR%%/invest-applet/invest_down.svg +%%DATADIR%%/invest-applet/invest_neutral.svg +%%DATADIR%%/invest-applet/invest_up.svg +share/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet +%%BATTERY%%share/mate-panel/applets/org.mate.applets.BattstatApplet.mate-panel-applet +%%CPUFREQ%%share/mate-panel/applets/org.mate.applets.CPUFreqApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.CharpickerApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.DriveMountApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.GeyesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.InvestApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MateWeatherApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.MultiLoadApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.StickyNotesApplet.mate-panel-applet +share/mate-panel/applets/org.mate.applets.TrashApplet.mate-panel-applet +share/mate/help/mate-accessx-status/C/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/C/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/C/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/C/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/C/legal.xml +share/mate/help/mate-accessx-status/C/mate-accessx-status.xml +share/mate/help/mate-accessx-status/bg/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/bg/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/bg/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/bg/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/bg/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ca/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ca/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ca/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ca/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ca/mate-accessx-status.xml +share/mate/help/mate-accessx-status/cs/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/cs/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/cs/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/cs/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/cs/mate-accessx-status.xml +share/mate/help/mate-accessx-status/de/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/de/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/de/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/de/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/de/mate-accessx-status.xml +share/mate/help/mate-accessx-status/el/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/el/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/el/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/el/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/el/mate-accessx-status.xml +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/en_GB/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/en_GB/mate-accessx-status.xml +share/mate/help/mate-accessx-status/es/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/es/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/es/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/es/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/es/mate-accessx-status.xml +share/mate/help/mate-accessx-status/eu/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/eu/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/eu/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/eu/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/eu/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fi/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fi/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fi/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fi/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fi/mate-accessx-status.xml +share/mate/help/mate-accessx-status/fr/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/fr/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/fr/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/fr/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/fr/mate-accessx-status.xml +share/mate/help/mate-accessx-status/gl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/gl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/gl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/gl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/gl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/it/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/it/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/it/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/it/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/it/mate-accessx-status.xml +share/mate/help/mate-accessx-status/ko/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/ko/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/ko/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/ko/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/ko/mate-accessx-status.xml +share/mate/help/mate-accessx-status/nl/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/nl/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/nl/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/nl/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/nl/mate-accessx-status.xml +share/mate/help/mate-accessx-status/oc/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/oc/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/oc/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/oc/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/oc/mate-accessx-status.xml +share/mate/help/mate-accessx-status/sv/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/sv/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/sv/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/sv/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/sv/mate-accessx-status.xml +share/mate/help/mate-accessx-status/uk/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/uk/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/uk/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/uk/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/uk/mate-accessx-status.xml +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-applet.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx-status-disabled.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_bounce-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_mouse-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_slow-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-keys.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-meta-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-shift-key.png +share/mate/help/mate-accessx-status/zh_CN/figures/accessx_sticky-windows-key.png +share/mate/help/mate-accessx-status/zh_CN/mate-accessx-status.xml +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/C/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/C/legal.xml +%%BATTERY%%share/mate/help/mate-battstat/C/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/bg/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/bg/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ca/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ca/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/cs/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/cs/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/da/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/da/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/de/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/de/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/el/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/el/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/en_GB/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/es/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/es/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/eu/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/eu/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fi/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fi/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/fr/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/fr/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/ko/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/ko/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/oc/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/oc/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pa/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pa/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/pt_BR/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/sv/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/sv/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/uk/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/uk/mate-battstat.xml +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet-expanded.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-applet.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-credits-hal.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/battstat-preferences.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/figures/context-menu.png +%%BATTERY%%share/mate/help/mate-battstat/zh_CN/mate-battstat.xml +share/mate/help/mate-char-palette/C/figures/charpalette_applet.png +share/mate/help/mate-char-palette/C/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/C/figures/charpick-preferences.png +share/mate/help/mate-char-palette/C/figures/charpick_characters.png +share/mate/help/mate-char-palette/C/legal.xml +share/mate/help/mate-char-palette/C/mate-char-palette.xml +share/mate/help/mate-char-palette/bg/figures/charpalette_applet.png +share/mate/help/mate-char-palette/bg/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/bg/figures/charpick-preferences.png +share/mate/help/mate-char-palette/bg/figures/charpick_characters.png +share/mate/help/mate-char-palette/bg/mate-char-palette.xml +share/mate/help/mate-char-palette/ca/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ca/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ca/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ca/figures/charpick_characters.png +share/mate/help/mate-char-palette/ca/mate-char-palette.xml +share/mate/help/mate-char-palette/cs/figures/charpalette_applet.png +share/mate/help/mate-char-palette/cs/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/cs/figures/charpick-preferences.png +share/mate/help/mate-char-palette/cs/figures/charpick_characters.png +share/mate/help/mate-char-palette/cs/mate-char-palette.xml +share/mate/help/mate-char-palette/de/figures/charpalette_applet.png +share/mate/help/mate-char-palette/de/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/de/figures/charpick-preferences.png +share/mate/help/mate-char-palette/de/figures/charpick_characters.png +share/mate/help/mate-char-palette/de/mate-char-palette.xml +share/mate/help/mate-char-palette/el/figures/charpalette_applet.png +share/mate/help/mate-char-palette/el/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/el/figures/charpick-preferences.png +share/mate/help/mate-char-palette/el/figures/charpick_characters.png +share/mate/help/mate-char-palette/el/mate-char-palette.xml +share/mate/help/mate-char-palette/en_GB/figures/charpalette_applet.png +share/mate/help/mate-char-palette/en_GB/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/en_GB/figures/charpick-preferences.png +share/mate/help/mate-char-palette/en_GB/figures/charpick_characters.png +share/mate/help/mate-char-palette/en_GB/mate-char-palette.xml +share/mate/help/mate-char-palette/es/figures/charpalette_applet.png +share/mate/help/mate-char-palette/es/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/es/figures/charpick-preferences.png +share/mate/help/mate-char-palette/es/figures/charpick_characters.png +share/mate/help/mate-char-palette/es/mate-char-palette.xml +share/mate/help/mate-char-palette/eu/figures/charpalette_applet.png +share/mate/help/mate-char-palette/eu/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/eu/figures/charpick-preferences.png +share/mate/help/mate-char-palette/eu/figures/charpick_characters.png +share/mate/help/mate-char-palette/eu/mate-char-palette.xml +share/mate/help/mate-char-palette/fi/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fi/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fi/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fi/figures/charpick_characters.png +share/mate/help/mate-char-palette/fi/mate-char-palette.xml +share/mate/help/mate-char-palette/fr/figures/charpalette_applet.png +share/mate/help/mate-char-palette/fr/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/fr/figures/charpick-preferences.png +share/mate/help/mate-char-palette/fr/figures/charpick_characters.png +share/mate/help/mate-char-palette/fr/mate-char-palette.xml +share/mate/help/mate-char-palette/it/figures/charpalette_applet.png +share/mate/help/mate-char-palette/it/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/it/figures/charpick-preferences.png +share/mate/help/mate-char-palette/it/figures/charpick_characters.png +share/mate/help/mate-char-palette/it/mate-char-palette.xml +share/mate/help/mate-char-palette/ko/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ko/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ko/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ko/figures/charpick_characters.png +share/mate/help/mate-char-palette/ko/mate-char-palette.xml +share/mate/help/mate-char-palette/nl/figures/charpalette_applet.png +share/mate/help/mate-char-palette/nl/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/nl/figures/charpick-preferences.png +share/mate/help/mate-char-palette/nl/figures/charpick_characters.png +share/mate/help/mate-char-palette/nl/mate-char-palette.xml +share/mate/help/mate-char-palette/oc/figures/charpalette_applet.png +share/mate/help/mate-char-palette/oc/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/oc/figures/charpick-preferences.png +share/mate/help/mate-char-palette/oc/figures/charpick_characters.png +share/mate/help/mate-char-palette/oc/mate-char-palette.xml +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_applet.png +share/mate/help/mate-char-palette/pt_BR/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick-preferences.png +share/mate/help/mate-char-palette/pt_BR/figures/charpick_characters.png +share/mate/help/mate-char-palette/pt_BR/mate-char-palette.xml +share/mate/help/mate-char-palette/ru/figures/charpalette_applet.png +share/mate/help/mate-char-palette/ru/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/ru/figures/charpick-preferences.png +share/mate/help/mate-char-palette/ru/figures/charpick_characters.png +share/mate/help/mate-char-palette/ru/mate-char-palette.xml +share/mate/help/mate-char-palette/sv/figures/charpalette_applet.png +share/mate/help/mate-char-palette/sv/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/sv/figures/charpick-preferences.png +share/mate/help/mate-char-palette/sv/figures/charpick_characters.png +share/mate/help/mate-char-palette/sv/mate-char-palette.xml +share/mate/help/mate-char-palette/uk/figures/charpalette_applet.png +share/mate/help/mate-char-palette/uk/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/uk/figures/charpick-preferences.png +share/mate/help/mate-char-palette/uk/figures/charpick_characters.png +share/mate/help/mate-char-palette/uk/mate-char-palette.xml +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_applet.png +share/mate/help/mate-char-palette/zh_CN/figures/charpalette_chargroup.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick-preferences.png +share/mate/help/mate-char-palette/zh_CN/figures/charpick_characters.png +share/mate/help/mate-char-palette/zh_CN/mate-char-palette.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/legal.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/C/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ca/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/cs/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/de/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/el/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/en_GB/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/es/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/eu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fi/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/fr/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/hu/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/nl/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/oc/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/pt_BR/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/ru/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/sv/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/uk/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_CN/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_HK/mate-cpufreq-applet.xml +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-100.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-25.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-50.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-75.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences-smp.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-preferences.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector-both.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet-selector.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/figures/cpufreq-applet.png +%%CPUFREQ%%share/mate/help/mate-cpufreq-applet/zh_TW/mate-cpufreq-applet.xml +share/mate/help/mate-drivemount/C/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/C/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/C/legal.xml +share/mate/help/mate-drivemount/C/mate-drivemount.xml +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ca/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ca/mate-drivemount.xml +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/cs/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/cs/mate-drivemount.xml +share/mate/help/mate-drivemount/da/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/da/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/da/mate-drivemount.xml +share/mate/help/mate-drivemount/de/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/de/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/de/mate-drivemount.xml +share/mate/help/mate-drivemount/el/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/el/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/el/mate-drivemount.xml +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/en_GB/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/en_GB/mate-drivemount.xml +share/mate/help/mate-drivemount/es/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/es/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/es/mate-drivemount.xml +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/eu/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/eu/mate-drivemount.xml +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fi/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fi/mate-drivemount.xml +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/fr/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/fr/mate-drivemount.xml +share/mate/help/mate-drivemount/it/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/it/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/it/mate-drivemount.xml +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ko/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ko/mate-drivemount.xml +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/oc/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/oc/mate-drivemount.xml +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/pa/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/pa/mate-drivemount.xml +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/ru/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/ru/mate-drivemount.xml +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/sv/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/sv/mate-drivemount.xml +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/uk/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/uk/mate-drivemount.xml +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_eject.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_example.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_mount.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_open.png +share/mate/help/mate-drivemount/zh_CN/figures/drivemount-applet_status.png +share/mate/help/mate-drivemount/zh_CN/mate-drivemount.xml +share/mate/help/mate-geyes/C/figures/geyes_applet.png +share/mate/help/mate-geyes/C/legal.xml +share/mate/help/mate-geyes/C/mate-geyes.xml +share/mate/help/mate-geyes/ast/figures/geyes_applet.png +share/mate/help/mate-geyes/ast/mate-geyes.xml +share/mate/help/mate-geyes/bg/figures/geyes_applet.png +share/mate/help/mate-geyes/bg/mate-geyes.xml +share/mate/help/mate-geyes/ca/figures/geyes_applet.png +share/mate/help/mate-geyes/ca/mate-geyes.xml +share/mate/help/mate-geyes/cs/figures/geyes_applet.png +share/mate/help/mate-geyes/cs/mate-geyes.xml +share/mate/help/mate-geyes/da/figures/geyes_applet.png +share/mate/help/mate-geyes/da/mate-geyes.xml +share/mate/help/mate-geyes/de/figures/geyes_applet.png +share/mate/help/mate-geyes/de/mate-geyes.xml +share/mate/help/mate-geyes/el/figures/geyes_applet.png +share/mate/help/mate-geyes/el/mate-geyes.xml +share/mate/help/mate-geyes/en_GB/figures/geyes_applet.png +share/mate/help/mate-geyes/en_GB/mate-geyes.xml +share/mate/help/mate-geyes/es/figures/geyes_applet.png +share/mate/help/mate-geyes/es/mate-geyes.xml +share/mate/help/mate-geyes/eu/figures/geyes_applet.png +share/mate/help/mate-geyes/eu/mate-geyes.xml +share/mate/help/mate-geyes/fi/figures/geyes_applet.png +share/mate/help/mate-geyes/fi/mate-geyes.xml +share/mate/help/mate-geyes/fr/figures/geyes_applet.png +share/mate/help/mate-geyes/fr/mate-geyes.xml +share/mate/help/mate-geyes/it/figures/geyes_applet.png +share/mate/help/mate-geyes/it/mate-geyes.xml +share/mate/help/mate-geyes/ko/figures/geyes_applet.png +share/mate/help/mate-geyes/ko/mate-geyes.xml +share/mate/help/mate-geyes/oc/figures/geyes_applet.png +share/mate/help/mate-geyes/oc/mate-geyes.xml +share/mate/help/mate-geyes/ru/figures/geyes_applet.png +share/mate/help/mate-geyes/ru/mate-geyes.xml +share/mate/help/mate-geyes/sv/figures/geyes_applet.png +share/mate/help/mate-geyes/sv/mate-geyes.xml +share/mate/help/mate-geyes/uk/figures/geyes_applet.png +share/mate/help/mate-geyes/uk/mate-geyes.xml +share/mate/help/mate-geyes/zh_CN/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_CN/mate-geyes.xml +share/mate/help/mate-geyes/zh_HK/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_HK/mate-geyes.xml +share/mate/help/mate-geyes/zh_TW/figures/geyes_applet.png +share/mate/help/mate-geyes/zh_TW/mate-geyes.xml +share/mate/help/mate-invest-applet/C/figures/symbol-search.png +share/mate/help/mate-invest-applet/C/legal.xml +share/mate/help/mate-invest-applet/C/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ca/figures/symbol-search.png +share/mate/help/mate-invest-applet/ca/mate-invest-applet.xml +share/mate/help/mate-invest-applet/de/figures/symbol-search.png +share/mate/help/mate-invest-applet/de/mate-invest-applet.xml +share/mate/help/mate-invest-applet/el/figures/symbol-search.png +share/mate/help/mate-invest-applet/el/mate-invest-applet.xml +share/mate/help/mate-invest-applet/en_GB/figures/symbol-search.png +share/mate/help/mate-invest-applet/en_GB/mate-invest-applet.xml +share/mate/help/mate-invest-applet/es/figures/symbol-search.png +share/mate/help/mate-invest-applet/es/mate-invest-applet.xml +share/mate/help/mate-invest-applet/fi/figures/symbol-search.png +share/mate/help/mate-invest-applet/fi/mate-invest-applet.xml +share/mate/help/mate-invest-applet/ru/figures/symbol-search.png +share/mate/help/mate-invest-applet/ru/mate-invest-applet.xml +share/mate/help/mate-invest-applet/sv/figures/symbol-search.png +share/mate/help/mate-invest-applet/sv/mate-invest-applet.xml +share/mate/help/mate-invest-applet/zh_CN/figures/symbol-search.png +share/mate/help/mate-invest-applet/zh_CN/mate-invest-applet.xml +share/mate/help/mate-multiload/C/figures/multiload-preferences.png +share/mate/help/mate-multiload/C/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/C/figures/system_monitor.png +share/mate/help/mate-multiload/C/legal.xml +share/mate/help/mate-multiload/C/mate-multiload.xml +share/mate/help/mate-multiload/ca/figures/multiload-preferences.png +share/mate/help/mate-multiload/ca/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ca/figures/system_monitor.png +share/mate/help/mate-multiload/ca/mate-multiload.xml +share/mate/help/mate-multiload/cs/figures/multiload-preferences.png +share/mate/help/mate-multiload/cs/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/cs/figures/system_monitor.png +share/mate/help/mate-multiload/cs/mate-multiload.xml +share/mate/help/mate-multiload/de/figures/multiload-preferences.png +share/mate/help/mate-multiload/de/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/de/figures/system_monitor.png +share/mate/help/mate-multiload/de/mate-multiload.xml +share/mate/help/mate-multiload/el/figures/multiload-preferences.png +share/mate/help/mate-multiload/el/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/el/figures/system_monitor.png +share/mate/help/mate-multiload/el/mate-multiload.xml +share/mate/help/mate-multiload/en_GB/figures/multiload-preferences.png +share/mate/help/mate-multiload/en_GB/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/en_GB/figures/system_monitor.png +share/mate/help/mate-multiload/en_GB/mate-multiload.xml +share/mate/help/mate-multiload/es/figures/multiload-preferences.png +share/mate/help/mate-multiload/es/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/es/figures/system_monitor.png +share/mate/help/mate-multiload/es/mate-multiload.xml +share/mate/help/mate-multiload/eu/figures/multiload-preferences.png +share/mate/help/mate-multiload/eu/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/eu/figures/system_monitor.png +share/mate/help/mate-multiload/eu/mate-multiload.xml +share/mate/help/mate-multiload/fi/figures/multiload-preferences.png +share/mate/help/mate-multiload/fi/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fi/figures/system_monitor.png +share/mate/help/mate-multiload/fi/mate-multiload.xml +share/mate/help/mate-multiload/fr/figures/multiload-preferences.png +share/mate/help/mate-multiload/fr/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/fr/figures/system_monitor.png +share/mate/help/mate-multiload/fr/mate-multiload.xml +share/mate/help/mate-multiload/ko/figures/multiload-preferences.png +share/mate/help/mate-multiload/ko/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ko/figures/system_monitor.png +share/mate/help/mate-multiload/ko/mate-multiload.xml +share/mate/help/mate-multiload/oc/figures/multiload-preferences.png +share/mate/help/mate-multiload/oc/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/oc/figures/system_monitor.png +share/mate/help/mate-multiload/oc/mate-multiload.xml +share/mate/help/mate-multiload/pa/figures/multiload-preferences.png +share/mate/help/mate-multiload/pa/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pa/figures/system_monitor.png +share/mate/help/mate-multiload/pa/mate-multiload.xml +share/mate/help/mate-multiload/pt_BR/figures/multiload-preferences.png +share/mate/help/mate-multiload/pt_BR/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/pt_BR/figures/system_monitor.png +share/mate/help/mate-multiload/pt_BR/mate-multiload.xml +share/mate/help/mate-multiload/ru/figures/multiload-preferences.png +share/mate/help/mate-multiload/ru/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/ru/figures/system_monitor.png +share/mate/help/mate-multiload/ru/mate-multiload.xml +share/mate/help/mate-multiload/sv/figures/multiload-preferences.png +share/mate/help/mate-multiload/sv/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/sv/figures/system_monitor.png +share/mate/help/mate-multiload/sv/mate-multiload.xml +share/mate/help/mate-multiload/uk/figures/multiload-preferences.png +share/mate/help/mate-multiload/uk/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/uk/figures/system_monitor.png +share/mate/help/mate-multiload/uk/mate-multiload.xml +share/mate/help/mate-multiload/zh_CN/figures/multiload-preferences.png +share/mate/help/mate-multiload/zh_CN/figures/system-monitor-applet_window.png +share/mate/help/mate-multiload/zh_CN/figures/system_monitor.png +share/mate/help/mate-multiload/zh_CN/mate-multiload.xml +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/C/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/C/legal.xml +share/mate/help/mate-stickynotes_applet/C/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ca/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ca/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/cs/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/cs/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/de/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/de/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/el/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/el/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/en_GB/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/en_GB/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/es/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/es/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/eu/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/eu/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fi/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fi/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/fr/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/fr/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ko/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ko/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/oc/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/oc/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pa/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pa/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/pt_BR/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/pt_BR/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/ru/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/ru/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/sv/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/sv/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/uk/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/uk/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_CN/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_CN/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_HK/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_HK/mate-stickynotes_applet.xml +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes-prefs.png +share/mate/help/mate-stickynotes_applet/zh_TW/figures/stickynotes_applet.png +share/mate/help/mate-stickynotes_applet/zh_TW/mate-stickynotes_applet.xml +share/mate/help/mate-trashapplet/C/figures/trash-applet.png +share/mate/help/mate-trashapplet/C/legal.xml +share/mate/help/mate-trashapplet/C/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ca/figures/trash-applet.png +share/mate/help/mate-trashapplet/ca/mate-trashapplet.xml +share/mate/help/mate-trashapplet/cs/figures/trash-applet.png +share/mate/help/mate-trashapplet/cs/mate-trashapplet.xml +share/mate/help/mate-trashapplet/da/figures/trash-applet.png +share/mate/help/mate-trashapplet/da/mate-trashapplet.xml +share/mate/help/mate-trashapplet/de/figures/trash-applet.png +share/mate/help/mate-trashapplet/de/mate-trashapplet.xml +share/mate/help/mate-trashapplet/el/figures/trash-applet.png +share/mate/help/mate-trashapplet/el/mate-trashapplet.xml +share/mate/help/mate-trashapplet/en_GB/figures/trash-applet.png +share/mate/help/mate-trashapplet/en_GB/mate-trashapplet.xml +share/mate/help/mate-trashapplet/es/figures/trash-applet.png +share/mate/help/mate-trashapplet/es/mate-trashapplet.xml +share/mate/help/mate-trashapplet/eu/figures/trash-applet.png +share/mate/help/mate-trashapplet/eu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fi/figures/trash-applet.png +share/mate/help/mate-trashapplet/fi/mate-trashapplet.xml +share/mate/help/mate-trashapplet/fr/figures/trash-applet.png +share/mate/help/mate-trashapplet/fr/mate-trashapplet.xml +share/mate/help/mate-trashapplet/hu/figures/trash-applet.png +share/mate/help/mate-trashapplet/hu/mate-trashapplet.xml +share/mate/help/mate-trashapplet/it/figures/trash-applet.png +share/mate/help/mate-trashapplet/it/mate-trashapplet.xml +share/mate/help/mate-trashapplet/nl/figures/trash-applet.png +share/mate/help/mate-trashapplet/nl/mate-trashapplet.xml +share/mate/help/mate-trashapplet/oc/figures/trash-applet.png +share/mate/help/mate-trashapplet/oc/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pa/figures/trash-applet.png +share/mate/help/mate-trashapplet/pa/mate-trashapplet.xml +share/mate/help/mate-trashapplet/pt_BR/figures/trash-applet.png +share/mate/help/mate-trashapplet/pt_BR/mate-trashapplet.xml +share/mate/help/mate-trashapplet/ru/figures/trash-applet.png +share/mate/help/mate-trashapplet/ru/mate-trashapplet.xml +share/mate/help/mate-trashapplet/sv/figures/trash-applet.png +share/mate/help/mate-trashapplet/sv/mate-trashapplet.xml +share/mate/help/mate-trashapplet/uk/figures/trash-applet.png +share/mate/help/mate-trashapplet/uk/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_CN/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_CN/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_HK/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_HK/mate-trashapplet.xml +share/mate/help/mate-trashapplet/zh_TW/figures/trash-applet.png +share/mate/help/mate-trashapplet/zh_TW/mate-trashapplet.xml +share/mate/help/mateweather/C/figures/mateweather-details.png +share/mate/help/mateweather/C/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/C/figures/mateweather-prefs-general.png +share/mate/help/mateweather/C/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/C/figures/mateweather_applet.png +share/mate/help/mateweather/C/figures/stock_weather-cloudy.png +share/mate/help/mateweather/C/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-fog.png +share/mate/help/mateweather/C/figures/stock_weather-night-clear.png +share/mate/help/mateweather/C/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/C/figures/stock_weather-showers.png +share/mate/help/mateweather/C/figures/stock_weather-snow.png +share/mate/help/mateweather/C/figures/stock_weather-storm.png +share/mate/help/mateweather/C/figures/stock_weather-sunny.png +share/mate/help/mateweather/C/legal.xml +share/mate/help/mateweather/C/mateweather.xml +share/mate/help/mateweather/ar/figures/mateweather-details.png +share/mate/help/mateweather/ar/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ar/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ar/figures/mateweather_applet.png +share/mate/help/mateweather/ar/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ar/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-fog.png +share/mate/help/mateweather/ar/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ar/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ar/figures/stock_weather-showers.png +share/mate/help/mateweather/ar/figures/stock_weather-snow.png +share/mate/help/mateweather/ar/figures/stock_weather-storm.png +share/mate/help/mateweather/ar/figures/stock_weather-sunny.png +share/mate/help/mateweather/ar/mateweather.xml +share/mate/help/mateweather/ca/figures/mateweather-details.png +share/mate/help/mateweather/ca/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ca/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ca/figures/mateweather_applet.png +share/mate/help/mateweather/ca/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ca/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-fog.png +share/mate/help/mateweather/ca/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ca/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ca/figures/stock_weather-showers.png +share/mate/help/mateweather/ca/figures/stock_weather-snow.png +share/mate/help/mateweather/ca/figures/stock_weather-storm.png +share/mate/help/mateweather/ca/figures/stock_weather-sunny.png +share/mate/help/mateweather/ca/mateweather.xml +share/mate/help/mateweather/cs/figures/mateweather-details.png +share/mate/help/mateweather/cs/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-general.png +share/mate/help/mateweather/cs/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/cs/figures/mateweather_applet.png +share/mate/help/mateweather/cs/figures/stock_weather-cloudy.png +share/mate/help/mateweather/cs/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-fog.png +share/mate/help/mateweather/cs/figures/stock_weather-night-clear.png +share/mate/help/mateweather/cs/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/cs/figures/stock_weather-showers.png +share/mate/help/mateweather/cs/figures/stock_weather-snow.png +share/mate/help/mateweather/cs/figures/stock_weather-storm.png +share/mate/help/mateweather/cs/figures/stock_weather-sunny.png +share/mate/help/mateweather/cs/mateweather.xml +share/mate/help/mateweather/de/figures/mateweather-details.png +share/mate/help/mateweather/de/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/de/figures/mateweather-prefs-general.png +share/mate/help/mateweather/de/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/de/figures/mateweather_applet.png +share/mate/help/mateweather/de/figures/stock_weather-cloudy.png +share/mate/help/mateweather/de/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-fog.png +share/mate/help/mateweather/de/figures/stock_weather-night-clear.png +share/mate/help/mateweather/de/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/de/figures/stock_weather-showers.png +share/mate/help/mateweather/de/figures/stock_weather-snow.png +share/mate/help/mateweather/de/figures/stock_weather-storm.png +share/mate/help/mateweather/de/figures/stock_weather-sunny.png +share/mate/help/mateweather/de/mateweather.xml +share/mate/help/mateweather/el/figures/mateweather-details.png +share/mate/help/mateweather/el/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/el/figures/mateweather-prefs-general.png +share/mate/help/mateweather/el/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/el/figures/mateweather_applet.png +share/mate/help/mateweather/el/figures/stock_weather-cloudy.png +share/mate/help/mateweather/el/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-fog.png +share/mate/help/mateweather/el/figures/stock_weather-night-clear.png +share/mate/help/mateweather/el/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/el/figures/stock_weather-showers.png +share/mate/help/mateweather/el/figures/stock_weather-snow.png +share/mate/help/mateweather/el/figures/stock_weather-storm.png +share/mate/help/mateweather/el/figures/stock_weather-sunny.png +share/mate/help/mateweather/el/mateweather.xml +share/mate/help/mateweather/en_GB/figures/mateweather-details.png +share/mate/help/mateweather/en_GB/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-general.png +share/mate/help/mateweather/en_GB/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/en_GB/figures/mateweather_applet.png +share/mate/help/mateweather/en_GB/figures/stock_weather-cloudy.png +share/mate/help/mateweather/en_GB/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-fog.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-clear.png +share/mate/help/mateweather/en_GB/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/en_GB/figures/stock_weather-showers.png +share/mate/help/mateweather/en_GB/figures/stock_weather-snow.png +share/mate/help/mateweather/en_GB/figures/stock_weather-storm.png +share/mate/help/mateweather/en_GB/figures/stock_weather-sunny.png +share/mate/help/mateweather/en_GB/mateweather.xml +share/mate/help/mateweather/es/figures/mateweather-details.png +share/mate/help/mateweather/es/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/es/figures/mateweather-prefs-general.png +share/mate/help/mateweather/es/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/es/figures/mateweather_applet.png +share/mate/help/mateweather/es/figures/stock_weather-cloudy.png +share/mate/help/mateweather/es/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-fog.png +share/mate/help/mateweather/es/figures/stock_weather-night-clear.png +share/mate/help/mateweather/es/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/es/figures/stock_weather-showers.png +share/mate/help/mateweather/es/figures/stock_weather-snow.png +share/mate/help/mateweather/es/figures/stock_weather-storm.png +share/mate/help/mateweather/es/figures/stock_weather-sunny.png +share/mate/help/mateweather/es/mateweather.xml +share/mate/help/mateweather/eu/figures/mateweather-details.png +share/mate/help/mateweather/eu/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-general.png +share/mate/help/mateweather/eu/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/eu/figures/mateweather_applet.png +share/mate/help/mateweather/eu/figures/stock_weather-cloudy.png +share/mate/help/mateweather/eu/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-fog.png +share/mate/help/mateweather/eu/figures/stock_weather-night-clear.png +share/mate/help/mateweather/eu/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/eu/figures/stock_weather-showers.png +share/mate/help/mateweather/eu/figures/stock_weather-snow.png +share/mate/help/mateweather/eu/figures/stock_weather-storm.png +share/mate/help/mateweather/eu/figures/stock_weather-sunny.png +share/mate/help/mateweather/eu/mateweather.xml +share/mate/help/mateweather/fi/figures/mateweather-details.png +share/mate/help/mateweather/fi/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fi/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fi/figures/mateweather_applet.png +share/mate/help/mateweather/fi/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fi/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-fog.png +share/mate/help/mateweather/fi/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fi/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fi/figures/stock_weather-showers.png +share/mate/help/mateweather/fi/figures/stock_weather-snow.png +share/mate/help/mateweather/fi/figures/stock_weather-storm.png +share/mate/help/mateweather/fi/figures/stock_weather-sunny.png +share/mate/help/mateweather/fi/mateweather.xml +share/mate/help/mateweather/fr/figures/mateweather-details.png +share/mate/help/mateweather/fr/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-general.png +share/mate/help/mateweather/fr/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/fr/figures/mateweather_applet.png +share/mate/help/mateweather/fr/figures/stock_weather-cloudy.png +share/mate/help/mateweather/fr/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-fog.png +share/mate/help/mateweather/fr/figures/stock_weather-night-clear.png +share/mate/help/mateweather/fr/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/fr/figures/stock_weather-showers.png +share/mate/help/mateweather/fr/figures/stock_weather-snow.png +share/mate/help/mateweather/fr/figures/stock_weather-storm.png +share/mate/help/mateweather/fr/figures/stock_weather-sunny.png +share/mate/help/mateweather/fr/mateweather.xml +share/mate/help/mateweather/ko/figures/mateweather-details.png +share/mate/help/mateweather/ko/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ko/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ko/figures/mateweather_applet.png +share/mate/help/mateweather/ko/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ko/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-fog.png +share/mate/help/mateweather/ko/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ko/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ko/figures/stock_weather-showers.png +share/mate/help/mateweather/ko/figures/stock_weather-snow.png +share/mate/help/mateweather/ko/figures/stock_weather-storm.png +share/mate/help/mateweather/ko/figures/stock_weather-sunny.png +share/mate/help/mateweather/ko/mateweather.xml +share/mate/help/mateweather/nl/figures/mateweather-details.png +share/mate/help/mateweather/nl/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-general.png +share/mate/help/mateweather/nl/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/nl/figures/mateweather_applet.png +share/mate/help/mateweather/nl/figures/stock_weather-cloudy.png +share/mate/help/mateweather/nl/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-fog.png +share/mate/help/mateweather/nl/figures/stock_weather-night-clear.png +share/mate/help/mateweather/nl/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/nl/figures/stock_weather-showers.png +share/mate/help/mateweather/nl/figures/stock_weather-snow.png +share/mate/help/mateweather/nl/figures/stock_weather-storm.png +share/mate/help/mateweather/nl/figures/stock_weather-sunny.png +share/mate/help/mateweather/nl/mateweather.xml +share/mate/help/mateweather/oc/figures/mateweather-details.png +share/mate/help/mateweather/oc/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-general.png +share/mate/help/mateweather/oc/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/oc/figures/mateweather_applet.png +share/mate/help/mateweather/oc/figures/stock_weather-cloudy.png +share/mate/help/mateweather/oc/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-fog.png +share/mate/help/mateweather/oc/figures/stock_weather-night-clear.png +share/mate/help/mateweather/oc/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/oc/figures/stock_weather-showers.png +share/mate/help/mateweather/oc/figures/stock_weather-snow.png +share/mate/help/mateweather/oc/figures/stock_weather-storm.png +share/mate/help/mateweather/oc/figures/stock_weather-sunny.png +share/mate/help/mateweather/oc/mateweather.xml +share/mate/help/mateweather/pa/figures/mateweather-details.png +share/mate/help/mateweather/pa/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pa/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pa/figures/mateweather_applet.png +share/mate/help/mateweather/pa/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pa/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-fog.png +share/mate/help/mateweather/pa/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pa/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pa/figures/stock_weather-showers.png +share/mate/help/mateweather/pa/figures/stock_weather-snow.png +share/mate/help/mateweather/pa/figures/stock_weather-storm.png +share/mate/help/mateweather/pa/figures/stock_weather-sunny.png +share/mate/help/mateweather/pa/mateweather.xml +share/mate/help/mateweather/pt_BR/figures/mateweather-details.png +share/mate/help/mateweather/pt_BR/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-general.png +share/mate/help/mateweather/pt_BR/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/pt_BR/figures/mateweather_applet.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-cloudy.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-fog.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-clear.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-showers.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-snow.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-storm.png +share/mate/help/mateweather/pt_BR/figures/stock_weather-sunny.png +share/mate/help/mateweather/pt_BR/mateweather.xml +share/mate/help/mateweather/ru/figures/mateweather-details.png +share/mate/help/mateweather/ru/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-general.png +share/mate/help/mateweather/ru/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/ru/figures/mateweather_applet.png +share/mate/help/mateweather/ru/figures/stock_weather-cloudy.png +share/mate/help/mateweather/ru/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-fog.png +share/mate/help/mateweather/ru/figures/stock_weather-night-clear.png +share/mate/help/mateweather/ru/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/ru/figures/stock_weather-showers.png +share/mate/help/mateweather/ru/figures/stock_weather-snow.png +share/mate/help/mateweather/ru/figures/stock_weather-storm.png +share/mate/help/mateweather/ru/figures/stock_weather-sunny.png +share/mate/help/mateweather/ru/mateweather.xml +share/mate/help/mateweather/sv/figures/mateweather-details.png +share/mate/help/mateweather/sv/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-general.png +share/mate/help/mateweather/sv/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/sv/figures/mateweather_applet.png +share/mate/help/mateweather/sv/figures/stock_weather-cloudy.png +share/mate/help/mateweather/sv/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-fog.png +share/mate/help/mateweather/sv/figures/stock_weather-night-clear.png +share/mate/help/mateweather/sv/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/sv/figures/stock_weather-showers.png +share/mate/help/mateweather/sv/figures/stock_weather-snow.png +share/mate/help/mateweather/sv/figures/stock_weather-storm.png +share/mate/help/mateweather/sv/figures/stock_weather-sunny.png +share/mate/help/mateweather/sv/mateweather.xml +share/mate/help/mateweather/uk/figures/mateweather-details.png +share/mate/help/mateweather/uk/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-general.png +share/mate/help/mateweather/uk/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/uk/figures/mateweather_applet.png +share/mate/help/mateweather/uk/figures/stock_weather-cloudy.png +share/mate/help/mateweather/uk/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-fog.png +share/mate/help/mateweather/uk/figures/stock_weather-night-clear.png +share/mate/help/mateweather/uk/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/uk/figures/stock_weather-showers.png +share/mate/help/mateweather/uk/figures/stock_weather-snow.png +share/mate/help/mateweather/uk/figures/stock_weather-storm.png +share/mate/help/mateweather/uk/figures/stock_weather-sunny.png +share/mate/help/mateweather/uk/mateweather.xml +share/mate/help/mateweather/zh_CN/figures/mateweather-details.png +share/mate/help/mateweather/zh_CN/figures/mateweather-menu-prefs.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-general.png +share/mate/help/mateweather/zh_CN/figures/mateweather-prefs-locations.png +share/mate/help/mateweather/zh_CN/figures/mateweather_applet.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-cloudy.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-fog.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-clear.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-night-few-clouds.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-showers.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-snow.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-storm.png +share/mate/help/mateweather/zh_CN/figures/stock_weather-sunny.png +share/mate/help/mateweather/zh_CN/mateweather.xml +share/omf/mate-accessx-status/mate-accessx-status-C.omf +share/omf/mate-accessx-status/mate-accessx-status-bg.omf +share/omf/mate-accessx-status/mate-accessx-status-ca.omf +share/omf/mate-accessx-status/mate-accessx-status-cs.omf +share/omf/mate-accessx-status/mate-accessx-status-de.omf +share/omf/mate-accessx-status/mate-accessx-status-el.omf +share/omf/mate-accessx-status/mate-accessx-status-en_GB.omf +share/omf/mate-accessx-status/mate-accessx-status-es.omf +share/omf/mate-accessx-status/mate-accessx-status-eu.omf +share/omf/mate-accessx-status/mate-accessx-status-fi.omf +share/omf/mate-accessx-status/mate-accessx-status-fr.omf +share/omf/mate-accessx-status/mate-accessx-status-gl.omf +share/omf/mate-accessx-status/mate-accessx-status-it.omf +share/omf/mate-accessx-status/mate-accessx-status-ko.omf +share/omf/mate-accessx-status/mate-accessx-status-nl.omf +share/omf/mate-accessx-status/mate-accessx-status-oc.omf +share/omf/mate-accessx-status/mate-accessx-status-sv.omf +share/omf/mate-accessx-status/mate-accessx-status-uk.omf +share/omf/mate-accessx-status/mate-accessx-status-zh_CN.omf +share/omf/mate-battstat/mate-battstat-C.omf +share/omf/mate-battstat/mate-battstat-bg.omf +share/omf/mate-battstat/mate-battstat-ca.omf +share/omf/mate-battstat/mate-battstat-cs.omf +share/omf/mate-battstat/mate-battstat-da.omf +share/omf/mate-battstat/mate-battstat-de.omf +share/omf/mate-battstat/mate-battstat-el.omf +share/omf/mate-battstat/mate-battstat-en_GB.omf +share/omf/mate-battstat/mate-battstat-es.omf +share/omf/mate-battstat/mate-battstat-eu.omf +share/omf/mate-battstat/mate-battstat-fi.omf +share/omf/mate-battstat/mate-battstat-fr.omf +share/omf/mate-battstat/mate-battstat-ko.omf +share/omf/mate-battstat/mate-battstat-oc.omf +share/omf/mate-battstat/mate-battstat-pa.omf +share/omf/mate-battstat/mate-battstat-pt_BR.omf +share/omf/mate-battstat/mate-battstat-sv.omf +share/omf/mate-battstat/mate-battstat-uk.omf +share/omf/mate-battstat/mate-battstat-zh_CN.omf +share/omf/mate-char-palette/mate-char-palette-C.omf +share/omf/mate-char-palette/mate-char-palette-bg.omf +share/omf/mate-char-palette/mate-char-palette-ca.omf +share/omf/mate-char-palette/mate-char-palette-cs.omf +share/omf/mate-char-palette/mate-char-palette-de.omf +share/omf/mate-char-palette/mate-char-palette-el.omf +share/omf/mate-char-palette/mate-char-palette-en_GB.omf +share/omf/mate-char-palette/mate-char-palette-es.omf +share/omf/mate-char-palette/mate-char-palette-eu.omf +share/omf/mate-char-palette/mate-char-palette-fi.omf +share/omf/mate-char-palette/mate-char-palette-fr.omf +share/omf/mate-char-palette/mate-char-palette-it.omf +share/omf/mate-char-palette/mate-char-palette-ko.omf +share/omf/mate-char-palette/mate-char-palette-nl.omf +share/omf/mate-char-palette/mate-char-palette-oc.omf +share/omf/mate-char-palette/mate-char-palette-pt_BR.omf +share/omf/mate-char-palette/mate-char-palette-ru.omf +share/omf/mate-char-palette/mate-char-palette-sv.omf +share/omf/mate-char-palette/mate-char-palette-uk.omf +share/omf/mate-char-palette/mate-char-palette-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-C.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ca.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-cs.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-de.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-el.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-en_GB.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-es.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-eu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fi.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-fr.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-hu.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-nl.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-oc.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-pt_BR.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-ru.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-sv.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-uk.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_CN.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_HK.omf +share/omf/mate-cpufreq-applet/mate-cpufreq-applet-zh_TW.omf +share/omf/mate-drivemount/mate-drivemount-C.omf +share/omf/mate-drivemount/mate-drivemount-ca.omf +share/omf/mate-drivemount/mate-drivemount-cs.omf +share/omf/mate-drivemount/mate-drivemount-da.omf +share/omf/mate-drivemount/mate-drivemount-de.omf +share/omf/mate-drivemount/mate-drivemount-el.omf +share/omf/mate-drivemount/mate-drivemount-en_GB.omf +share/omf/mate-drivemount/mate-drivemount-es.omf +share/omf/mate-drivemount/mate-drivemount-eu.omf +share/omf/mate-drivemount/mate-drivemount-fi.omf +share/omf/mate-drivemount/mate-drivemount-fr.omf +share/omf/mate-drivemount/mate-drivemount-it.omf +share/omf/mate-drivemount/mate-drivemount-ko.omf +share/omf/mate-drivemount/mate-drivemount-oc.omf +share/omf/mate-drivemount/mate-drivemount-pa.omf +share/omf/mate-drivemount/mate-drivemount-ru.omf +share/omf/mate-drivemount/mate-drivemount-sv.omf +share/omf/mate-drivemount/mate-drivemount-uk.omf +share/omf/mate-drivemount/mate-drivemount-zh_CN.omf +share/omf/mate-geyes/mate-geyes-C.omf +share/omf/mate-geyes/mate-geyes-ast.omf +share/omf/mate-geyes/mate-geyes-bg.omf +share/omf/mate-geyes/mate-geyes-ca.omf +share/omf/mate-geyes/mate-geyes-cs.omf +share/omf/mate-geyes/mate-geyes-da.omf +share/omf/mate-geyes/mate-geyes-de.omf +share/omf/mate-geyes/mate-geyes-el.omf +share/omf/mate-geyes/mate-geyes-en_GB.omf +share/omf/mate-geyes/mate-geyes-es.omf +share/omf/mate-geyes/mate-geyes-eu.omf +share/omf/mate-geyes/mate-geyes-fi.omf +share/omf/mate-geyes/mate-geyes-fr.omf +share/omf/mate-geyes/mate-geyes-it.omf +share/omf/mate-geyes/mate-geyes-ko.omf +share/omf/mate-geyes/mate-geyes-oc.omf +share/omf/mate-geyes/mate-geyes-ru.omf +share/omf/mate-geyes/mate-geyes-sv.omf +share/omf/mate-geyes/mate-geyes-uk.omf +share/omf/mate-geyes/mate-geyes-zh_CN.omf +share/omf/mate-geyes/mate-geyes-zh_HK.omf +share/omf/mate-geyes/mate-geyes-zh_TW.omf +share/omf/mate-invest-applet/mate-invest-applet-C.omf +share/omf/mate-invest-applet/mate-invest-applet-ca.omf +share/omf/mate-invest-applet/mate-invest-applet-de.omf +share/omf/mate-invest-applet/mate-invest-applet-el.omf +share/omf/mate-invest-applet/mate-invest-applet-en_GB.omf +share/omf/mate-invest-applet/mate-invest-applet-es.omf +share/omf/mate-invest-applet/mate-invest-applet-fi.omf +share/omf/mate-invest-applet/mate-invest-applet-ru.omf +share/omf/mate-invest-applet/mate-invest-applet-sv.omf +share/omf/mate-invest-applet/mate-invest-applet-zh_CN.omf +share/omf/mate-multiload/mate-multiload-C.omf +share/omf/mate-multiload/mate-multiload-ca.omf +share/omf/mate-multiload/mate-multiload-cs.omf +share/omf/mate-multiload/mate-multiload-de.omf +share/omf/mate-multiload/mate-multiload-el.omf +share/omf/mate-multiload/mate-multiload-en_GB.omf +share/omf/mate-multiload/mate-multiload-es.omf +share/omf/mate-multiload/mate-multiload-eu.omf +share/omf/mate-multiload/mate-multiload-fi.omf +share/omf/mate-multiload/mate-multiload-fr.omf +share/omf/mate-multiload/mate-multiload-ko.omf +share/omf/mate-multiload/mate-multiload-oc.omf +share/omf/mate-multiload/mate-multiload-pa.omf +share/omf/mate-multiload/mate-multiload-pt_BR.omf +share/omf/mate-multiload/mate-multiload-ru.omf +share/omf/mate-multiload/mate-multiload-sv.omf +share/omf/mate-multiload/mate-multiload-uk.omf +share/omf/mate-multiload/mate-multiload-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-C.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ca.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-cs.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-de.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-el.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-en_GB.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-es.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-eu.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fi.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-fr.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ko.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-oc.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pa.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-pt_BR.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-ru.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-sv.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-uk.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_CN.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_HK.omf +share/omf/mate-stickynotes_applet/mate-stickynotes_applet-zh_TW.omf +share/omf/mate-trashapplet/mate-trashapplet-C.omf +share/omf/mate-trashapplet/mate-trashapplet-ca.omf +share/omf/mate-trashapplet/mate-trashapplet-cs.omf +share/omf/mate-trashapplet/mate-trashapplet-da.omf +share/omf/mate-trashapplet/mate-trashapplet-de.omf +share/omf/mate-trashapplet/mate-trashapplet-el.omf +share/omf/mate-trashapplet/mate-trashapplet-en_GB.omf +share/omf/mate-trashapplet/mate-trashapplet-es.omf +share/omf/mate-trashapplet/mate-trashapplet-eu.omf +share/omf/mate-trashapplet/mate-trashapplet-fi.omf +share/omf/mate-trashapplet/mate-trashapplet-fr.omf +share/omf/mate-trashapplet/mate-trashapplet-hu.omf +share/omf/mate-trashapplet/mate-trashapplet-it.omf +share/omf/mate-trashapplet/mate-trashapplet-nl.omf +share/omf/mate-trashapplet/mate-trashapplet-oc.omf +share/omf/mate-trashapplet/mate-trashapplet-pa.omf +share/omf/mate-trashapplet/mate-trashapplet-pt_BR.omf +share/omf/mate-trashapplet/mate-trashapplet-ru.omf +share/omf/mate-trashapplet/mate-trashapplet-sv.omf +share/omf/mate-trashapplet/mate-trashapplet-uk.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_CN.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_HK.omf +share/omf/mate-trashapplet/mate-trashapplet-zh_TW.omf +share/omf/mateweather/mateweather-C.omf +share/omf/mateweather/mateweather-ar.omf +share/omf/mateweather/mateweather-ca.omf +share/omf/mateweather/mateweather-cs.omf +share/omf/mateweather/mateweather-de.omf +share/omf/mateweather/mateweather-el.omf +share/omf/mateweather/mateweather-en_GB.omf +share/omf/mateweather/mateweather-es.omf +share/omf/mateweather/mateweather-eu.omf +share/omf/mateweather/mateweather-fi.omf +share/omf/mateweather/mateweather-fr.omf +share/omf/mateweather/mateweather-ko.omf +share/omf/mateweather/mateweather-nl.omf +share/omf/mateweather/mateweather-oc.omf +share/omf/mateweather/mateweather-pa.omf +share/omf/mateweather/mateweather-pt_BR.omf +share/omf/mateweather/mateweather-ru.omf +share/omf/mateweather/mateweather-sv.omf +share/omf/mateweather/mateweather-uk.omf +share/omf/mateweather/mateweather-zh_CN.omf +share/pixmaps/mate-accessx-status-applet/ax-applet.png +share/pixmaps/mate-accessx-status-applet/ax-bouncekeys.png +share/pixmaps/mate-accessx-status-applet/ax-key-base.png +share/pixmaps/mate-accessx-status-applet/ax-key-inverse.png +share/pixmaps/mate-accessx-status-applet/ax-key-no.png +share/pixmaps/mate-accessx-status-applet/ax-key-none.png +share/pixmaps/mate-accessx-status-applet/ax-key-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-no.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-pending.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys-yes.png +share/pixmaps/mate-accessx-status-applet/ax-slowkeys.png +share/pixmaps/mate-accessx-status-applet/mousekeys-base.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-default-right.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-left.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-middle.png +share/pixmaps/mate-accessx-status-applet/mousekeys-pressed-right.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-alt-none.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-ctrl-none.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-hyper-none.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-meta-none.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-shift-none.png +share/pixmaps/mate-accessx-status-applet/sticky-super-latched.png +share/pixmaps/mate-accessx-status-applet/sticky-super-locked.png +share/pixmaps/mate-accessx-status-applet/sticky-super-none.png +share/pixmaps/mate-cpufreq-applet/cpufreq-100.png +share/pixmaps/mate-cpufreq-applet/cpufreq-25.png +share/pixmaps/mate-cpufreq-applet/cpufreq-50.png +share/pixmaps/mate-cpufreq-applet/cpufreq-75.png +share/pixmaps/mate-cpufreq-applet/cpufreq-na.png +share/pixmaps/mate-stickynotes/close.png +share/pixmaps/mate-stickynotes/locked.png +share/pixmaps/mate-stickynotes/resize_se.png +share/pixmaps/mate-stickynotes/resize_sw.png +share/pixmaps/mate-stickynotes/unlocked.png +share/polkit-1/actions/org.mate.cpufreqselector.policy +@dirrmtry share/polkit-1/actions +@dirrmtry share/polkit-1 +@dirrm share/pixmaps/mate-stickynotes +@dirrm share/pixmaps/mate-cpufreq-applet +@dirrm share/pixmaps/mate-accessx-status-applet +@dirrm share/omf/mateweather +@dirrm share/omf/mate-trashapplet +@dirrm share/omf/mate-stickynotes_applet +@dirrm share/omf/mate-multiload +@dirrm share/omf/mate-invest-applet +@dirrm share/omf/mate-geyes +@dirrm share/omf/mate-drivemount +@dirrm share/omf/mate-cpufreq-applet +@dirrm share/omf/mate-char-palette +@dirrm share/omf/mate-battstat +@dirrm share/omf/mate-accessx-status +@dirrm share/mate/help/mateweather/zh_CN/figures +@dirrm share/mate/help/mateweather/zh_CN +@dirrm share/mate/help/mateweather/uk/figures +@dirrm share/mate/help/mateweather/uk +@dirrm share/mate/help/mateweather/sv/figures +@dirrm share/mate/help/mateweather/sv +@dirrm share/mate/help/mateweather/ru/figures +@dirrm share/mate/help/mateweather/ru +@dirrm share/mate/help/mateweather/pt_BR/figures +@dirrm share/mate/help/mateweather/pt_BR +@dirrm share/mate/help/mateweather/pa/figures +@dirrm share/mate/help/mateweather/pa +@dirrm share/mate/help/mateweather/oc/figures +@dirrm share/mate/help/mateweather/oc +@dirrm share/mate/help/mateweather/nl/figures +@dirrm share/mate/help/mateweather/nl +@dirrm share/mate/help/mateweather/ko/figures +@dirrm share/mate/help/mateweather/ko +@dirrm share/mate/help/mateweather/fr/figures +@dirrm share/mate/help/mateweather/fr +@dirrm share/mate/help/mateweather/fi/figures +@dirrm share/mate/help/mateweather/fi +@dirrm share/mate/help/mateweather/eu/figures +@dirrm share/mate/help/mateweather/eu +@dirrm share/mate/help/mateweather/es/figures +@dirrm share/mate/help/mateweather/es +@dirrm share/mate/help/mateweather/en_GB/figures +@dirrm share/mate/help/mateweather/en_GB +@dirrm share/mate/help/mateweather/el/figures +@dirrm share/mate/help/mateweather/el +@dirrm share/mate/help/mateweather/de/figures +@dirrm share/mate/help/mateweather/de +@dirrm share/mate/help/mateweather/cs/figures +@dirrm share/mate/help/mateweather/cs +@dirrm share/mate/help/mateweather/ca/figures +@dirrm share/mate/help/mateweather/ca +@dirrm share/mate/help/mateweather/ar/figures +@dirrm share/mate/help/mateweather/ar +@dirrm share/mate/help/mateweather/C/figures +@dirrm share/mate/help/mateweather/C +@dirrm share/mate/help/mateweather +@dirrm share/mate/help/mate-trashapplet/zh_TW/figures +@dirrm share/mate/help/mate-trashapplet/zh_TW +@dirrm share/mate/help/mate-trashapplet/zh_HK/figures +@dirrm share/mate/help/mate-trashapplet/zh_HK +@dirrm share/mate/help/mate-trashapplet/zh_CN/figures +@dirrm share/mate/help/mate-trashapplet/zh_CN +@dirrm share/mate/help/mate-trashapplet/uk/figures +@dirrm share/mate/help/mate-trashapplet/uk +@dirrm share/mate/help/mate-trashapplet/sv/figures +@dirrm share/mate/help/mate-trashapplet/sv +@dirrm share/mate/help/mate-trashapplet/ru/figures +@dirrm share/mate/help/mate-trashapplet/ru +@dirrm share/mate/help/mate-trashapplet/pt_BR/figures +@dirrm share/mate/help/mate-trashapplet/pt_BR +@dirrm share/mate/help/mate-trashapplet/pa/figures +@dirrm share/mate/help/mate-trashapplet/pa +@dirrm share/mate/help/mate-trashapplet/oc/figures +@dirrm share/mate/help/mate-trashapplet/oc +@dirrm share/mate/help/mate-trashapplet/nl/figures +@dirrm share/mate/help/mate-trashapplet/nl +@dirrm share/mate/help/mate-trashapplet/it/figures +@dirrm share/mate/help/mate-trashapplet/it +@dirrm share/mate/help/mate-trashapplet/hu/figures +@dirrm share/mate/help/mate-trashapplet/hu +@dirrm share/mate/help/mate-trashapplet/fr/figures +@dirrm share/mate/help/mate-trashapplet/fr +@dirrm share/mate/help/mate-trashapplet/fi/figures +@dirrm share/mate/help/mate-trashapplet/fi +@dirrm share/mate/help/mate-trashapplet/eu/figures +@dirrm share/mate/help/mate-trashapplet/eu +@dirrm share/mate/help/mate-trashapplet/es/figures +@dirrm share/mate/help/mate-trashapplet/es +@dirrm share/mate/help/mate-trashapplet/en_GB/figures +@dirrm share/mate/help/mate-trashapplet/en_GB +@dirrm share/mate/help/mate-trashapplet/el/figures +@dirrm share/mate/help/mate-trashapplet/el +@dirrm share/mate/help/mate-trashapplet/de/figures +@dirrm share/mate/help/mate-trashapplet/de +@dirrm share/mate/help/mate-trashapplet/da/figures +@dirrm share/mate/help/mate-trashapplet/da +@dirrm share/mate/help/mate-trashapplet/cs/figures +@dirrm share/mate/help/mate-trashapplet/cs +@dirrm share/mate/help/mate-trashapplet/ca/figures +@dirrm share/mate/help/mate-trashapplet/ca +@dirrm share/mate/help/mate-trashapplet/C/figures +@dirrm share/mate/help/mate-trashapplet/C +@dirrm share/mate/help/mate-trashapplet +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_TW +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_HK +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN/figures +@dirrm share/mate/help/mate-stickynotes_applet/zh_CN +@dirrm share/mate/help/mate-stickynotes_applet/uk/figures +@dirrm share/mate/help/mate-stickynotes_applet/uk +@dirrm share/mate/help/mate-stickynotes_applet/sv/figures +@dirrm share/mate/help/mate-stickynotes_applet/sv +@dirrm share/mate/help/mate-stickynotes_applet/ru/figures +@dirrm share/mate/help/mate-stickynotes_applet/ru +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR/figures +@dirrm share/mate/help/mate-stickynotes_applet/pt_BR +@dirrm share/mate/help/mate-stickynotes_applet/pa/figures +@dirrm share/mate/help/mate-stickynotes_applet/pa +@dirrm share/mate/help/mate-stickynotes_applet/oc/figures +@dirrm share/mate/help/mate-stickynotes_applet/oc +@dirrm share/mate/help/mate-stickynotes_applet/ko/figures +@dirrm share/mate/help/mate-stickynotes_applet/ko +@dirrm share/mate/help/mate-stickynotes_applet/fr/figures +@dirrm share/mate/help/mate-stickynotes_applet/fr +@dirrm share/mate/help/mate-stickynotes_applet/fi/figures +@dirrm share/mate/help/mate-stickynotes_applet/fi +@dirrm share/mate/help/mate-stickynotes_applet/eu/figures +@dirrm share/mate/help/mate-stickynotes_applet/eu +@dirrm share/mate/help/mate-stickynotes_applet/es/figures +@dirrm share/mate/help/mate-stickynotes_applet/es +@dirrm share/mate/help/mate-stickynotes_applet/en_GB/figures +@dirrm share/mate/help/mate-stickynotes_applet/en_GB +@dirrm share/mate/help/mate-stickynotes_applet/el/figures +@dirrm share/mate/help/mate-stickynotes_applet/el +@dirrm share/mate/help/mate-stickynotes_applet/de/figures +@dirrm share/mate/help/mate-stickynotes_applet/de +@dirrm share/mate/help/mate-stickynotes_applet/cs/figures +@dirrm share/mate/help/mate-stickynotes_applet/cs +@dirrm share/mate/help/mate-stickynotes_applet/ca/figures +@dirrm share/mate/help/mate-stickynotes_applet/ca +@dirrm share/mate/help/mate-stickynotes_applet/C/figures +@dirrm share/mate/help/mate-stickynotes_applet/C +@dirrm share/mate/help/mate-stickynotes_applet +@dirrm share/mate/help/mate-multiload/zh_CN/figures +@dirrm share/mate/help/mate-multiload/zh_CN +@dirrm share/mate/help/mate-multiload/uk/figures +@dirrm share/mate/help/mate-multiload/uk +@dirrm share/mate/help/mate-multiload/sv/figures +@dirrm share/mate/help/mate-multiload/sv +@dirrm share/mate/help/mate-multiload/ru/figures +@dirrm share/mate/help/mate-multiload/ru +@dirrm share/mate/help/mate-multiload/pt_BR/figures +@dirrm share/mate/help/mate-multiload/pt_BR +@dirrm share/mate/help/mate-multiload/pa/figures +@dirrm share/mate/help/mate-multiload/pa +@dirrm share/mate/help/mate-multiload/oc/figures +@dirrm share/mate/help/mate-multiload/oc +@dirrm share/mate/help/mate-multiload/ko/figures +@dirrm share/mate/help/mate-multiload/ko +@dirrm share/mate/help/mate-multiload/fr/figures +@dirrm share/mate/help/mate-multiload/fr +@dirrm share/mate/help/mate-multiload/fi/figures +@dirrm share/mate/help/mate-multiload/fi +@dirrm share/mate/help/mate-multiload/eu/figures +@dirrm share/mate/help/mate-multiload/eu +@dirrm share/mate/help/mate-multiload/es/figures +@dirrm share/mate/help/mate-multiload/es +@dirrm share/mate/help/mate-multiload/en_GB/figures +@dirrm share/mate/help/mate-multiload/en_GB +@dirrm share/mate/help/mate-multiload/el/figures +@dirrm share/mate/help/mate-multiload/el +@dirrm share/mate/help/mate-multiload/de/figures +@dirrm share/mate/help/mate-multiload/de +@dirrm share/mate/help/mate-multiload/cs/figures +@dirrm share/mate/help/mate-multiload/cs +@dirrm share/mate/help/mate-multiload/ca/figures +@dirrm share/mate/help/mate-multiload/ca +@dirrm share/mate/help/mate-multiload/C/figures +@dirrm share/mate/help/mate-multiload/C +@dirrm share/mate/help/mate-multiload +@dirrm share/mate/help/mate-invest-applet/zh_CN/figures +@dirrm share/mate/help/mate-invest-applet/zh_CN +@dirrm share/mate/help/mate-invest-applet/sv/figures +@dirrm share/mate/help/mate-invest-applet/sv +@dirrm share/mate/help/mate-invest-applet/ru/figures +@dirrm share/mate/help/mate-invest-applet/ru +@dirrm share/mate/help/mate-invest-applet/fi/figures +@dirrm share/mate/help/mate-invest-applet/fi +@dirrm share/mate/help/mate-invest-applet/es/figures +@dirrm share/mate/help/mate-invest-applet/es +@dirrm share/mate/help/mate-invest-applet/en_GB/figures +@dirrm share/mate/help/mate-invest-applet/en_GB +@dirrm share/mate/help/mate-invest-applet/el/figures +@dirrm share/mate/help/mate-invest-applet/el +@dirrm share/mate/help/mate-invest-applet/de/figures +@dirrm share/mate/help/mate-invest-applet/de +@dirrm share/mate/help/mate-invest-applet/ca/figures +@dirrm share/mate/help/mate-invest-applet/ca +@dirrm share/mate/help/mate-invest-applet/C/figures +@dirrm share/mate/help/mate-invest-applet/C +@dirrm share/mate/help/mate-invest-applet +@dirrm share/mate/help/mate-geyes/zh_TW/figures +@dirrm share/mate/help/mate-geyes/zh_TW +@dirrm share/mate/help/mate-geyes/zh_HK/figures +@dirrm share/mate/help/mate-geyes/zh_HK +@dirrm share/mate/help/mate-geyes/zh_CN/figures +@dirrm share/mate/help/mate-geyes/zh_CN +@dirrm share/mate/help/mate-geyes/uk/figures +@dirrm share/mate/help/mate-geyes/uk +@dirrm share/mate/help/mate-geyes/sv/figures +@dirrm share/mate/help/mate-geyes/sv +@dirrm share/mate/help/mate-geyes/ru/figures +@dirrm share/mate/help/mate-geyes/ru +@dirrm share/mate/help/mate-geyes/oc/figures +@dirrm share/mate/help/mate-geyes/oc +@dirrm share/mate/help/mate-geyes/ko/figures +@dirrm share/mate/help/mate-geyes/ko +@dirrm share/mate/help/mate-geyes/it/figures +@dirrm share/mate/help/mate-geyes/it +@dirrm share/mate/help/mate-geyes/fr/figures +@dirrm share/mate/help/mate-geyes/fr +@dirrm share/mate/help/mate-geyes/fi/figures +@dirrm share/mate/help/mate-geyes/fi +@dirrm share/mate/help/mate-geyes/eu/figures +@dirrm share/mate/help/mate-geyes/eu +@dirrm share/mate/help/mate-geyes/es/figures +@dirrm share/mate/help/mate-geyes/es +@dirrm share/mate/help/mate-geyes/en_GB/figures +@dirrm share/mate/help/mate-geyes/en_GB +@dirrm share/mate/help/mate-geyes/el/figures +@dirrm share/mate/help/mate-geyes/el +@dirrm share/mate/help/mate-geyes/de/figures +@dirrm share/mate/help/mate-geyes/de +@dirrm share/mate/help/mate-geyes/da/figures +@dirrm share/mate/help/mate-geyes/da +@dirrm share/mate/help/mate-geyes/cs/figures +@dirrm share/mate/help/mate-geyes/cs +@dirrm share/mate/help/mate-geyes/ca/figures +@dirrm share/mate/help/mate-geyes/ca +@dirrm share/mate/help/mate-geyes/bg/figures +@dirrm share/mate/help/mate-geyes/bg +@dirrm share/mate/help/mate-geyes/ast/figures +@dirrm share/mate/help/mate-geyes/ast +@dirrm share/mate/help/mate-geyes/C/figures +@dirrm share/mate/help/mate-geyes/C +@dirrm share/mate/help/mate-geyes +@dirrm share/mate/help/mate-drivemount/zh_CN/figures +@dirrm share/mate/help/mate-drivemount/zh_CN +@dirrm share/mate/help/mate-drivemount/uk/figures +@dirrm share/mate/help/mate-drivemount/uk +@dirrm share/mate/help/mate-drivemount/sv/figures +@dirrm share/mate/help/mate-drivemount/sv +@dirrm share/mate/help/mate-drivemount/ru/figures +@dirrm share/mate/help/mate-drivemount/ru +@dirrm share/mate/help/mate-drivemount/pa/figures +@dirrm share/mate/help/mate-drivemount/pa +@dirrm share/mate/help/mate-drivemount/oc/figures +@dirrm share/mate/help/mate-drivemount/oc +@dirrm share/mate/help/mate-drivemount/ko/figures +@dirrm share/mate/help/mate-drivemount/ko +@dirrm share/mate/help/mate-drivemount/it/figures +@dirrm share/mate/help/mate-drivemount/it +@dirrm share/mate/help/mate-drivemount/fr/figures +@dirrm share/mate/help/mate-drivemount/fr +@dirrm share/mate/help/mate-drivemount/fi/figures +@dirrm share/mate/help/mate-drivemount/fi +@dirrm share/mate/help/mate-drivemount/eu/figures +@dirrm share/mate/help/mate-drivemount/eu +@dirrm share/mate/help/mate-drivemount/es/figures +@dirrm share/mate/help/mate-drivemount/es +@dirrm share/mate/help/mate-drivemount/en_GB/figures +@dirrm share/mate/help/mate-drivemount/en_GB +@dirrm share/mate/help/mate-drivemount/el/figures +@dirrm share/mate/help/mate-drivemount/el +@dirrm share/mate/help/mate-drivemount/de/figures +@dirrm share/mate/help/mate-drivemount/de +@dirrm share/mate/help/mate-drivemount/da/figures +@dirrm share/mate/help/mate-drivemount/da +@dirrm share/mate/help/mate-drivemount/cs/figures +@dirrm share/mate/help/mate-drivemount/cs +@dirrm share/mate/help/mate-drivemount/ca/figures +@dirrm share/mate/help/mate-drivemount/ca +@dirrm share/mate/help/mate-drivemount/C/figures +@dirrm share/mate/help/mate-drivemount/C +@dirrm share/mate/help/mate-drivemount +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_TW +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_HK +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/zh_CN +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/uk +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/sv +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ru +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/pt_BR +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/oc +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/nl +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/hu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fr +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/fi +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/eu +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/es +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/en_GB +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/el +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/de +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/cs +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/ca +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C/figures +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet/C +%%CPUFREQ%%@dirrm share/mate/help/mate-cpufreq-applet +@dirrm share/mate/help/mate-char-palette/zh_CN/figures +@dirrm share/mate/help/mate-char-palette/zh_CN +@dirrm share/mate/help/mate-char-palette/uk/figures +@dirrm share/mate/help/mate-char-palette/uk +@dirrm share/mate/help/mate-char-palette/sv/figures +@dirrm share/mate/help/mate-char-palette/sv +@dirrm share/mate/help/mate-char-palette/ru/figures +@dirrm share/mate/help/mate-char-palette/ru +@dirrm share/mate/help/mate-char-palette/pt_BR/figures +@dirrm share/mate/help/mate-char-palette/pt_BR +@dirrm share/mate/help/mate-char-palette/oc/figures +@dirrm share/mate/help/mate-char-palette/oc +@dirrm share/mate/help/mate-char-palette/nl/figures +@dirrm share/mate/help/mate-char-palette/nl +@dirrm share/mate/help/mate-char-palette/ko/figures +@dirrm share/mate/help/mate-char-palette/ko +@dirrm share/mate/help/mate-char-palette/it/figures +@dirrm share/mate/help/mate-char-palette/it +@dirrm share/mate/help/mate-char-palette/fr/figures +@dirrm share/mate/help/mate-char-palette/fr +@dirrm share/mate/help/mate-char-palette/fi/figures +@dirrm share/mate/help/mate-char-palette/fi +@dirrm share/mate/help/mate-char-palette/eu/figures +@dirrm share/mate/help/mate-char-palette/eu +@dirrm share/mate/help/mate-char-palette/es/figures +@dirrm share/mate/help/mate-char-palette/es +@dirrm share/mate/help/mate-char-palette/en_GB/figures +@dirrm share/mate/help/mate-char-palette/en_GB +@dirrm share/mate/help/mate-char-palette/el/figures +@dirrm share/mate/help/mate-char-palette/el +@dirrm share/mate/help/mate-char-palette/de/figures +@dirrm share/mate/help/mate-char-palette/de +@dirrm share/mate/help/mate-char-palette/cs/figures +@dirrm share/mate/help/mate-char-palette/cs +@dirrm share/mate/help/mate-char-palette/ca/figures +@dirrm share/mate/help/mate-char-palette/ca +@dirrm share/mate/help/mate-char-palette/bg/figures +@dirrm share/mate/help/mate-char-palette/bg +@dirrm share/mate/help/mate-char-palette/C/figures +@dirrm share/mate/help/mate-char-palette/C +@dirrm share/mate/help/mate-char-palette +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/zh_CN +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/uk +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/sv +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pt_BR +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/pa +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/oc +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ko +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fr +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/fi +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/eu +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/es +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/en_GB +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/el +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/de +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/da +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/cs +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/ca +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/bg +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C/figures +%%BATTERY%%@dirrm share/mate/help/mate-battstat/C +%%BATTERY%%@dirrm share/mate/help/mate-battstat +@dirrm share/mate/help/mate-accessx-status/zh_CN/figures +@dirrm share/mate/help/mate-accessx-status/zh_CN +@dirrm share/mate/help/mate-accessx-status/uk/figures +@dirrm share/mate/help/mate-accessx-status/uk +@dirrm share/mate/help/mate-accessx-status/sv/figures +@dirrm share/mate/help/mate-accessx-status/sv +@dirrm share/mate/help/mate-accessx-status/oc/figures +@dirrm share/mate/help/mate-accessx-status/oc +@dirrm share/mate/help/mate-accessx-status/nl/figures +@dirrm share/mate/help/mate-accessx-status/nl +@dirrm share/mate/help/mate-accessx-status/ko/figures +@dirrm share/mate/help/mate-accessx-status/ko +@dirrm share/mate/help/mate-accessx-status/it/figures +@dirrm share/mate/help/mate-accessx-status/it +@dirrm share/mate/help/mate-accessx-status/gl/figures +@dirrm share/mate/help/mate-accessx-status/gl +@dirrm share/mate/help/mate-accessx-status/fr/figures +@dirrm share/mate/help/mate-accessx-status/fr +@dirrm share/mate/help/mate-accessx-status/fi/figures +@dirrm share/mate/help/mate-accessx-status/fi +@dirrm share/mate/help/mate-accessx-status/eu/figures +@dirrm share/mate/help/mate-accessx-status/eu +@dirrm share/mate/help/mate-accessx-status/es/figures +@dirrm share/mate/help/mate-accessx-status/es +@dirrm share/mate/help/mate-accessx-status/en_GB/figures +@dirrm share/mate/help/mate-accessx-status/en_GB +@dirrm share/mate/help/mate-accessx-status/el/figures +@dirrm share/mate/help/mate-accessx-status/el +@dirrm share/mate/help/mate-accessx-status/de/figures +@dirrm share/mate/help/mate-accessx-status/de +@dirrm share/mate/help/mate-accessx-status/cs/figures +@dirrm share/mate/help/mate-accessx-status/cs +@dirrm share/mate/help/mate-accessx-status/ca/figures +@dirrm share/mate/help/mate-accessx-status/ca +@dirrm share/mate/help/mate-accessx-status/bg/figures +@dirrm share/mate/help/mate-accessx-status/bg +@dirrm share/mate/help/mate-accessx-status/C/figures +@dirrm share/mate/help/mate-accessx-status/C +@dirrm share/mate/help/mate-accessx-status +@dirrmtry share/mate-panel/applets +@dirrmtry share/mate-panel +@dirrm %%DATADIR%%/invest-applet +@dirrm %%DATADIR%%/geyes/Tango +@dirrm %%DATADIR%%/geyes/Horrid +@dirrm %%DATADIR%%/geyes/Default-tiny +@dirrm %%DATADIR%%/geyes/Default +@dirrm %%DATADIR%%/geyes/Bloodshot +@dirrm %%DATADIR%%/geyes/Bizarre +@dirrm %%DATADIR%%/geyes +@dirrm %%DATADIR%%/builder +@dirrm %%DATADIR%% +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/kk/LC_MESSAGES +@dirrmtry share/locale/kk +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/es_VE/LC_MESSAGES +@dirrmtry share/locale/es_VE +@dirrmtry share/locale/es_UY/LC_MESSAGES +@dirrmtry share/locale/es_UY +@dirrmtry share/locale/es_SV/LC_MESSAGES +@dirrmtry share/locale/es_SV +@dirrmtry share/locale/es_PR/LC_MESSAGES +@dirrmtry share/locale/es_PR +@dirrmtry share/locale/es_PE/LC_MESSAGES +@dirrmtry share/locale/es_PE +@dirrmtry share/locale/es_PA/LC_MESSAGES +@dirrmtry share/locale/es_PA +@dirrmtry share/locale/es_NI/LC_MESSAGES +@dirrmtry share/locale/es_NI +@dirrmtry share/locale/es_HN/LC_MESSAGES +@dirrmtry share/locale/es_HN +@dirrmtry share/locale/es_GT/LC_MESSAGES +@dirrmtry share/locale/es_GT +@dirrmtry share/locale/es_EC/LC_MESSAGES +@dirrmtry share/locale/es_EC +@dirrmtry share/locale/es_DO/LC_MESSAGES +@dirrmtry share/locale/es_DO +@dirrmtry share/locale/es_CR/LC_MESSAGES +@dirrmtry share/locale/es_CR +@dirrmtry share/locale/es_CO/LC_MESSAGES +@dirrmtry share/locale/es_CO +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/es_AR/LC_MESSAGES +@dirrmtry share/locale/es_AR +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrmtry share/icons/mate/48x48/apps +@dirrmtry share/icons/mate/48x48 +@dirrmtry share/icons/mate +@dirrmtry share/icons +@dirrm %%PYTHON_SITELIBDIR%%/mate_invest diff --git a/x11/mate-session-manager/Makefile b/x11/mate-session-manager/Makefile new file mode 100644 index 0000000..0a36287 --- /dev/null +++ b/x11/mate-session-manager/Makefile @@ -0,0 +1,37 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTNAME= mate-session-manager +PORTVERSION= 1.6.1 +PORTREVISION= 1 +CATEGORIES= x11 mate +MASTER_SITES= MATE +DIST_SUBDIR= mate + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Session component for the MATE desktop + +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libupower-glib.so:${PORTSDIR}/sysutils/upower \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo +RUN_DEPENDS= ${LOCALBASE}/sbin/console-kit-daemon:${PORTSDIR}/sysutils/consolekit \ + ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo + +PORTSCOUT= limitw:1,even + +USES= gettext gmake pathfix pkgconfig tar:xz +USE_MATE= settingsdaemon +USE_XORG= ice sm xau xext xrandr xrender xtrans xtst +USE_GNOME= glib20 gnomehier gtk20 intlhack librsvg2 libxslt pango +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-docbook-docs \ + --with-gtk=2.0 \ + --with-systemd=no +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.mate.session.gschema.xml + +.include <bsd.port.mk> diff --git a/x11/mate-session-manager/distinfo b/x11/mate-session-manager/distinfo new file mode 100644 index 0000000..dd729c4 --- /dev/null +++ b/x11/mate-session-manager/distinfo @@ -0,0 +1,2 @@ +SHA256 (mate/mate-session-manager-1.6.1.tar.xz) = 4ee7b4ae18df5becd986b05634428edf0ad8de150a14dc29848b6d34ab312ce9 +SIZE (mate/mate-session-manager-1.6.1.tar.xz) = 641524 diff --git a/x11/mate-session-manager/files/patch-configure b/x11/mate-session-manager/files/patch-configure new file mode 100644 index 0000000..a899ffd --- /dev/null +++ b/x11/mate-session-manager/files/patch-configure @@ -0,0 +1,92 @@ +--- configure.orig 2014-04-06 22:50:57.009717742 +0000 ++++ configure 2014-04-06 22:51:37.775714749 +0000 +@@ -13151,7 +13151,89 @@ + esac + + ++# We can only support old upower + ++pkg_failed=no ++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UPOWER" >&5 ++$as_echo_n "checking for UPOWER... " >&6; } ++ ++if test -n "$UPOWER_CFLAGS"; then ++ pkg_cv_UPOWER_CFLAGS="$UPOWER_CFLAGS" ++ elif test -n "$PKG_CONFIG"; then ++ if test -n "$PKG_CONFIG" && \ ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"upower-glib < 0.99.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "upower-glib < 0.99.0") 2>&5 ++ ac_status=$? ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; }; then ++ pkg_cv_UPOWER_CFLAGS=`$PKG_CONFIG --cflags "upower-glib < 0.99.0" 2>/dev/null` ++ test "x$?" != "x0" && pkg_failed=yes ++else ++ pkg_failed=yes ++fi ++ else ++ pkg_failed=untried ++fi ++if test -n "$UPOWER_LIBS"; then ++ pkg_cv_UPOWER_LIBS="$UPOWER_LIBS" ++ elif test -n "$PKG_CONFIG"; then ++ if test -n "$PKG_CONFIG" && \ ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"upower-glib < 0.99.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "upower-glib < 0.99.0") 2>&5 ++ ac_status=$? ++ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ++ test $ac_status = 0; }; then ++ pkg_cv_UPOWER_LIBS=`$PKG_CONFIG --libs "upower-glib < 0.99.0" 2>/dev/null` ++ test "x$?" != "x0" && pkg_failed=yes ++else ++ pkg_failed=yes ++fi ++ else ++ pkg_failed=untried ++fi ++if test $pkg_failed = yes; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ ++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then ++ _pkg_short_errors_supported=yes ++else ++ _pkg_short_errors_supported=no ++fi ++ if test $_pkg_short_errors_supported = yes; then ++ UPOWER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "upower-glib < 0.99.0" 2>&1` ++ else ++ UPOWER_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "upower-glib < 0.99.0" 2>&1` ++ fi ++ # Put the nasty error message in config.log where it belongs ++ echo "$UPOWER_PKG_ERRORS" >&5 ++ ++ have_old_upower=no ++elif test $pkg_failed = untried; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 ++$as_echo "no" >&6; } ++ have_old_upower=no ++else ++ UPOWER_CFLAGS=$pkg_cv_UPOWER_CFLAGS ++ UPOWER_LIBS=$pkg_cv_UPOWER_LIBS ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ have_old_upower=yes ++fi ++if test x$have_old_upower = xyes; then : ++ ++ ++$as_echo "#define HAVE_OLD_UPOWER 1" >>confdefs.h ++ ++ ++fi ++ if test x$have_old_upower = xyes; then ++ HAVE_OLD_UPOWER_TRUE= ++ HAVE_OLD_UPOWER_FALSE='#' ++else ++ HAVE_OLD_UPOWER_TRUE='#' ++ HAVE_OLD_UPOWER_FALSE= ++fi + + + diff --git a/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c b/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c new file mode 100644 index 0000000..f7e5285 --- /dev/null +++ b/x11/mate-session-manager/files/patch-mate-session_gsm-autostart-app.c @@ -0,0 +1,10 @@ +--- mate-session/gsm-autostart-app.c.orig 2008-08-20 14:18:52.000000000 -0400 ++++ mate-session/gsm-autostart-app.c 2008-08-20 14:19:02.000000000 -0400 +@@ -25,6 +25,7 @@ + #include <string.h> + #include <sys/wait.h> + #include <errno.h> ++#include <signal.h> + + #include <glib.h> + #include <gio/gio.h> diff --git a/x11/mate-session-manager/files/patch-mate-session_gsm-logout-dialog.c b/x11/mate-session-manager/files/patch-mate-session_gsm-logout-dialog.c new file mode 100644 index 0000000..ec5c40a --- /dev/null +++ b/x11/mate-session-manager/files/patch-mate-session_gsm-logout-dialog.c @@ -0,0 +1,24 @@ +--- mate-session/gsm-logout-dialog.c.orig 2014-04-06 23:10:11.756637268 +0000 ++++ mate-session/gsm-logout-dialog.c 2014-04-06 23:11:06.531633477 +0000 +@@ -200,13 +200,21 @@ + static gboolean + gsm_logout_supports_system_suspend (GsmLogoutDialog *logout_dialog) + { ++#ifdef HAVE_OLD_UPOWER + return up_client_get_can_suspend (logout_dialog->priv->up_client); ++#else ++ return FALSE; ++#endif + } + + static gboolean + gsm_logout_supports_system_hibernate (GsmLogoutDialog *logout_dialog) + { ++#ifdef HAVE_OLD_UPOWER + return up_client_get_can_hibernate (logout_dialog->priv->up_client); ++#else ++ return FALSE; ++#endif + } + + static gboolean diff --git a/x11/mate-session-manager/files/patch-mate-session_gsm-manager.c b/x11/mate-session-manager/files/patch-mate-session_gsm-manager.c new file mode 100644 index 0000000..eaef2e3 --- /dev/null +++ b/x11/mate-session-manager/files/patch-mate-session_gsm-manager.c @@ -0,0 +1,48 @@ +--- mate-session/gsm-manager.c.orig 2014-04-06 23:05:32.991656631 +0000 ++++ mate-session/gsm-manager.c 2014-04-06 23:08:50.720647766 +0000 +@@ -1101,14 +1101,22 @@ + GError *error; + gboolean ret; + ++#ifdef HAVE_OLD_UPOWER + can_hibernate = up_client_get_can_hibernate (manager->priv->up_client); ++#else ++ can_hibernate = FALSE; ++#endif + if (can_hibernate) { + + /* lock the screen before we suspend */ + manager_perhaps_lock (manager); + + error = NULL; ++#ifdef HAVE_OLD_UPOWER + ret = up_client_hibernate_sync (manager->priv->up_client, NULL, &error); ++#else ++ ret = FALSE; ++#endif + if (!ret) { + g_warning ("Unexpected hibernate failure: %s", + error->message); +@@ -1124,14 +1132,22 @@ + GError *error; + gboolean ret; + ++#ifdef HAVE_OLD_UPOWER + can_suspend = up_client_get_can_suspend (manager->priv->up_client); ++#else ++ can_suspend = FALSE; ++#endif + if (can_suspend) { + + /* lock the screen before we suspend */ + manager_perhaps_lock (manager); + + error = NULL; ++#ifdef HAVE_OLD_UPOWER + ret = up_client_suspend_sync (manager->priv->up_client, NULL, &error); ++#else ++ ret = FALSE; ++#endif + if (!ret) { + g_warning ("Unexpected suspend failure: %s", + error->message); diff --git a/x11/mate-session-manager/pkg-descr b/x11/mate-session-manager/pkg-descr new file mode 100644 index 0000000..05005ed --- /dev/null +++ b/x11/mate-session-manager/pkg-descr @@ -0,0 +1,4 @@ +This provides session management for the MATE desktop, and +provides the tools used to start the desktop. + +WWW: http://mate-desktop.org/ diff --git a/x11/mate-session-manager/pkg-plist b/x11/mate-session-manager/pkg-plist new file mode 100644 index 0000000..316e38d --- /dev/null +++ b/x11/mate-session-manager/pkg-plist @@ -0,0 +1,187 @@ +bin/mate-session +bin/mate-session-properties +bin/mate-session-save +bin/mate-wm +man/man1/mate-session-properties.1.gz +man/man1/mate-session-save.1.gz +man/man1/mate-session.1.gz +man/man1/mate-wm.1.gz +share/MateConf/gsettings/mate-session.convert +share/applications/mate-session-properties.desktop +share/icons/hicolor/16x16/apps/mate-session-properties.png +share/icons/hicolor/22x22/apps/mate-session-properties.png +share/icons/hicolor/24x24/apps/mate-session-properties.png +share/icons/hicolor/32x32/apps/mate-session-properties.png +share/icons/hicolor/48x48/apps/mate-session-properties.png +share/icons/hicolor/scalable/apps/mate-session-properties.svg +share/locale/af/LC_MESSAGES/mate-session-manager.mo +share/locale/am/LC_MESSAGES/mate-session-manager.mo +share/locale/ar/LC_MESSAGES/mate-session-manager.mo +share/locale/as/LC_MESSAGES/mate-session-manager.mo +share/locale/ast/LC_MESSAGES/mate-session-manager.mo +share/locale/az/LC_MESSAGES/mate-session-manager.mo +share/locale/be/LC_MESSAGES/mate-session-manager.mo +share/locale/be@latin/LC_MESSAGES/mate-session-manager.mo +share/locale/bg/LC_MESSAGES/mate-session-manager.mo +share/locale/bn/LC_MESSAGES/mate-session-manager.mo +share/locale/bn_IN/LC_MESSAGES/mate-session-manager.mo +share/locale/br/LC_MESSAGES/mate-session-manager.mo +share/locale/bs/LC_MESSAGES/mate-session-manager.mo +share/locale/ca/LC_MESSAGES/mate-session-manager.mo +share/locale/ca@valencia/LC_MESSAGES/mate-session-manager.mo +share/locale/crh/LC_MESSAGES/mate-session-manager.mo +share/locale/cs/LC_MESSAGES/mate-session-manager.mo +share/locale/cy/LC_MESSAGES/mate-session-manager.mo +share/locale/da/LC_MESSAGES/mate-session-manager.mo +share/locale/de/LC_MESSAGES/mate-session-manager.mo +share/locale/dz/LC_MESSAGES/mate-session-manager.mo +share/locale/el/LC_MESSAGES/mate-session-manager.mo +share/locale/en@shaw/LC_MESSAGES/mate-session-manager.mo +share/locale/en_CA/LC_MESSAGES/mate-session-manager.mo +share/locale/en_GB/LC_MESSAGES/mate-session-manager.mo +share/locale/eo/LC_MESSAGES/mate-session-manager.mo +share/locale/es/LC_MESSAGES/mate-session-manager.mo +share/locale/et/LC_MESSAGES/mate-session-manager.mo +share/locale/eu/LC_MESSAGES/mate-session-manager.mo +share/locale/fa/LC_MESSAGES/mate-session-manager.mo +share/locale/fi/LC_MESSAGES/mate-session-manager.mo +share/locale/fr/LC_MESSAGES/mate-session-manager.mo +share/locale/fur/LC_MESSAGES/mate-session-manager.mo +share/locale/fy/LC_MESSAGES/mate-session-manager.mo +share/locale/ga/LC_MESSAGES/mate-session-manager.mo +share/locale/gl/LC_MESSAGES/mate-session-manager.mo +share/locale/gu/LC_MESSAGES/mate-session-manager.mo +share/locale/ha/LC_MESSAGES/mate-session-manager.mo +share/locale/he/LC_MESSAGES/mate-session-manager.mo +share/locale/hi/LC_MESSAGES/mate-session-manager.mo +share/locale/hr/LC_MESSAGES/mate-session-manager.mo +share/locale/hu/LC_MESSAGES/mate-session-manager.mo +share/locale/hy/LC_MESSAGES/mate-session-manager.mo +share/locale/id/LC_MESSAGES/mate-session-manager.mo +share/locale/ig/LC_MESSAGES/mate-session-manager.mo +share/locale/is/LC_MESSAGES/mate-session-manager.mo +share/locale/it/LC_MESSAGES/mate-session-manager.mo +share/locale/ja/LC_MESSAGES/mate-session-manager.mo +share/locale/ka/LC_MESSAGES/mate-session-manager.mo +share/locale/kn/LC_MESSAGES/mate-session-manager.mo +share/locale/ko/LC_MESSAGES/mate-session-manager.mo +share/locale/ku/LC_MESSAGES/mate-session-manager.mo +share/locale/lt/LC_MESSAGES/mate-session-manager.mo +share/locale/lv/LC_MESSAGES/mate-session-manager.mo +share/locale/mai/LC_MESSAGES/mate-session-manager.mo +share/locale/mg/LC_MESSAGES/mate-session-manager.mo +share/locale/mi/LC_MESSAGES/mate-session-manager.mo +share/locale/mk/LC_MESSAGES/mate-session-manager.mo +share/locale/ml/LC_MESSAGES/mate-session-manager.mo +share/locale/mn/LC_MESSAGES/mate-session-manager.mo +share/locale/mr/LC_MESSAGES/mate-session-manager.mo +share/locale/ms/LC_MESSAGES/mate-session-manager.mo +share/locale/nb/LC_MESSAGES/mate-session-manager.mo +share/locale/nds/LC_MESSAGES/mate-session-manager.mo +share/locale/ne/LC_MESSAGES/mate-session-manager.mo +share/locale/nl/LC_MESSAGES/mate-session-manager.mo +share/locale/nn/LC_MESSAGES/mate-session-manager.mo +share/locale/nso/LC_MESSAGES/mate-session-manager.mo +share/locale/oc/LC_MESSAGES/mate-session-manager.mo +share/locale/or/LC_MESSAGES/mate-session-manager.mo +share/locale/pa/LC_MESSAGES/mate-session-manager.mo +share/locale/pl/LC_MESSAGES/mate-session-manager.mo +share/locale/ps/LC_MESSAGES/mate-session-manager.mo +share/locale/pt/LC_MESSAGES/mate-session-manager.mo +share/locale/pt_BR/LC_MESSAGES/mate-session-manager.mo +share/locale/ro/LC_MESSAGES/mate-session-manager.mo +share/locale/ru/LC_MESSAGES/mate-session-manager.mo +share/locale/rw/LC_MESSAGES/mate-session-manager.mo +share/locale/si/LC_MESSAGES/mate-session-manager.mo +share/locale/sk/LC_MESSAGES/mate-session-manager.mo +share/locale/sl/LC_MESSAGES/mate-session-manager.mo +share/locale/sq/LC_MESSAGES/mate-session-manager.mo +share/locale/sr/LC_MESSAGES/mate-session-manager.mo +share/locale/sr@latin/LC_MESSAGES/mate-session-manager.mo +share/locale/sv/LC_MESSAGES/mate-session-manager.mo +share/locale/ta/LC_MESSAGES/mate-session-manager.mo +share/locale/te/LC_MESSAGES/mate-session-manager.mo +share/locale/th/LC_MESSAGES/mate-session-manager.mo +share/locale/tk/LC_MESSAGES/mate-session-manager.mo +share/locale/tr/LC_MESSAGES/mate-session-manager.mo +share/locale/ug/LC_MESSAGES/mate-session-manager.mo +share/locale/uk/LC_MESSAGES/mate-session-manager.mo +share/locale/uz/LC_MESSAGES/mate-session-manager.mo +share/locale/uz@cyrillic/LC_MESSAGES/mate-session-manager.mo +share/locale/vi/LC_MESSAGES/mate-session-manager.mo +share/locale/wa/LC_MESSAGES/mate-session-manager.mo +share/locale/xh/LC_MESSAGES/mate-session-manager.mo +share/locale/yo/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_CN/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_HK/LC_MESSAGES/mate-session-manager.mo +share/locale/zh_TW/LC_MESSAGES/mate-session-manager.mo +share/locale/zu/LC_MESSAGES/mate-session-manager.mo +share/mate-session-manager/gsm-inhibit-dialog.ui +share/mate-session-manager/session-properties.ui +share/xsessions/mate.desktop +@dirrmtry share/xsessions +@dirrm share/mate-session-manager +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/yo/LC_MESSAGES +@dirrmtry share/locale/yo +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES +@dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ig/LC_MESSAGES +@dirrmtry share/locale/ig +@dirrmtry share/locale/hy/LC_MESSAGES +@dirrmtry share/locale/hy +@dirrmtry share/locale/ha/LC_MESSAGES +@dirrmtry share/locale/ha +@dirrmtry share/locale/fy/LC_MESSAGES +@dirrmtry share/locale/fy +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as |