aboutsummaryrefslogtreecommitdiff
path: root/x11/mate-applets
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-10 13:11:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-10 13:11:28 +0000
commitbcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc (patch)
treee98877eaeb5e2a44f00691183c3f6564168e2955 /x11/mate-applets
parentf9f9a731b4169a1148866d9821539fe3f5dd5aa6 (diff)
downloadports-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.tar.gz
ports-bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc.zip
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
Notes
Notes: svn path=/head/; revision=367830
Diffstat (limited to 'x11/mate-applets')
-rw-r--r--x11/mate-applets/Makefile51
-rw-r--r--x11/mate-applets/distinfo4
-rw-r--r--x11/mate-applets/files/patch-accessx-status_Makefile.am19
-rw-r--r--x11/mate-applets/files/patch-accessx-status_Makefile.in64
-rw-r--r--x11/mate-applets/files/patch-battstat_Makefile.am24
-rw-r--r--x11/mate-applets/files/patch-battstat_Makefile.in72
-rw-r--r--x11/mate-applets/files/patch-charpick_Makefile.am19
-rw-r--r--x11/mate-applets/files/patch-charpick_Makefile.in64
-rw-r--r--x11/mate-applets/files/patch-command_Makefile.in115
-rw-r--r--x11/mate-applets/files/patch-drivemount_Makefile.am22
-rw-r--r--x11/mate-applets/files/patch-drivemount_Makefile.in68
-rw-r--r--x11/mate-applets/files/patch-geyes_Makefile.am20
-rw-r--r--x11/mate-applets/files/patch-geyes_Makefile.in64
-rw-r--r--x11/mate-applets/files/patch-invest-applet_invest_Makefile.in (renamed from x11/mate-applets/files/patch-invest-applet_invest_Makefile.am)26
-rw-r--r--x11/mate-applets/files/patch-multiload_Makefile.am23
-rw-r--r--x11/mate-applets/files/patch-multiload_Makefile.in70
-rw-r--r--x11/mate-applets/files/patch-stickynotes_Makefile.am23
-rw-r--r--x11/mate-applets/files/patch-stickynotes_Makefile.in80
-rw-r--r--x11/mate-applets/files/patch-timer-applet_Makefile.in116
-rw-r--r--x11/mate-applets/files/patch-trashapplet_src_Makefile.am22
-rw-r--r--x11/mate-applets/files/patch-trashapplet_src_Makefile.in69
-rw-r--r--x11/mate-applets/pkg-plist3637
22 files changed, 2432 insertions, 2240 deletions
diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile
index f2c87d59f47c..001220dba37a 100644
--- a/x11/mate-applets/Makefile
+++ b/x11/mate-applets/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mate-applets
-PORTVERSION= 1.6.1
-PORTREVISION= 3
+PORTVERSION= 1.8.0
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -11,6 +10,7 @@ DIST_SUBDIR= mate
MAINTAINER= gnome@FreeBSD.org
COMMENT= Applets components for the MATE Desktop Environment
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
libxklavier.so:${PORTSDIR}/x11/libxklavier \
libdbus-1.so:${PORTSDIR}/devel/dbus \
@@ -19,32 +19,29 @@ LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
libhal.so:${PORTSDIR}/sysutils/hal \
libupower-glib.so:${PORTSDIR}/sysutils/upower \
libnotify.so:${PORTSDIR}/devel/libnotify
+RUN_DEPENDS= gucharmap:${PORTSDIR}/deskutils/gucharmap
PORTSCOUT= limitw:1,even
-USES= libtool gettext gmake pathfix pkgconfig tar:xz
-USE_MATE= autogen common:build desktop docutils icontheme intlhack \
- libmateweather libmatewnck mucharmap panel \
- polkit settingsdaemon
+USES= gettext gmake libtool pathfix pkgconfig python tar:xz
+USE_MATE= desktop icontheme libmateweather panel polkit settingsdaemon
USE_XORG= x11
-USE_GNOME= gdkpixbuf2 glib20 gnomehier gtk20 introspection:build \
- libxml2 libxslt pygobject pygtk2
-USE_PYTHON= yes
+USE_GNOME= gdkpixbuf2 gnomehier gtksourceview2 introspection:build \
+ libxml2 libxslt pygobject pygobject3 libwnck intlhack
USE_LDCONFIG= yes
-INSTALLS_OMF= yes
-USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-CONFIGURE_ARGS= --enable-mixer-applet \
- --disable-networkmanager
+CONFIGURE_ARGS= --disable-networkmanager
CONFIGURE_ENV= OS_SYS="/usr/include"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-PATHFIX_MAKEFILEIN= Makefile.*
+INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.panel.applet.charpick.gschema.xml \
+ org.mate.panel.applet.command.gschema.xml \
org.mate.panel.applet.geyes.gschema.xml \
org.mate.panel.applet.multiload.gschema.xml \
+ org.mate.panel.applet.timer.gschema.xml \
org.mate.stickynotes.gschema.xml
FIX_APPLETS= accessx-status battstat charpick drivemount geyes \
@@ -52,24 +49,26 @@ FIX_APPLETS= accessx-status battstat charpick drivemount geyes \
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+#.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+CONFIGURE_ARGS+=--disable-battstat
CFLAGS+= -fPIC
PLIST_SUB+= BATTERY="@comment "
-.else
-GLIB_SCHEMAS+= org.mate.panel.applet.battstat.gschema.xml
-PLIST_SUB+= BATTERY=""
-.endif
+#.else
+#CONFIGURE_ARGS+=--enable-battstat
+#GLIB_SCHEMAS+= org.mate.panel.applet.battstat.gschema.xml
+#PLIST_SUB+= BATTERY=""
+#.endif
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+#.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+CONFIGURE_ARGS+=--disable-cpufreq
PLIST_SUB+= CPUFREQ="@comment "
-.else
-PLIST_SUB+= CPUFREQ=""
-GLIB_SCHEMAS+= org.mate.panel.applet.cpufreq.gschema.xml
-.endif
+#.else
+#CONFIGURE_ARGS+=--enable-cpufreq
+#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}
diff --git a/x11/mate-applets/distinfo b/x11/mate-applets/distinfo
index e4c6078f71d0..501b317fcbe1 100644
--- a/x11/mate-applets/distinfo
+++ b/x11/mate-applets/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mate/mate-applets-1.6.1.tar.xz) = 8693cd88c4731796c09294c962d0ff12092d536121a5c41ddb06fffbc78aa00a
-SIZE (mate/mate-applets-1.6.1.tar.xz) = 6795168
+SHA256 (mate/mate-applets-1.8.0.tar.xz) = e1798784cf2828803e8bae4660a7bcd4c5a44b510217a50c650cfcaacadf71c1
+SIZE (mate/mate-applets-1.8.0.tar.xz) = 6911348
diff --git a/x11/mate-applets/files/patch-accessx-status_Makefile.am b/x11/mate-applets/files/patch-accessx-status_Makefile.am
deleted file mode 100644
index ab2d003c349d..000000000000
--- a/x11/mate-applets/files/patch-accessx-status_Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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-accessx-status_Makefile.in b/x11/mate-applets/files/patch-accessx-status_Makefile.in
new file mode 100644
index 000000000000..7db226548bb8
--- /dev/null
+++ b/x11/mate-applets/files/patch-accessx-status_Makefile.in
@@ -0,0 +1,64 @@
+--- accessx-status/Makefile.in.orig 2014-04-12 15:37:29.000000000 +0200
++++ accessx-status/Makefile.in 2014-04-12 15:39:27.000000000 +0200
+@@ -78,7 +78,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-libexec_PROGRAMS = accessx-status-applet$(EXEEXT)
++libexec_PROGRAMS = mate-accessx-status-applet$(EXEEXT)
+ subdir = accessx-status
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp AUTHORS COPYING
+@@ -98,10 +98,11 @@
+ am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \
+ "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am_accessx_status_applet_OBJECTS = applet.$(OBJEXT)
+-accessx_status_applet_OBJECTS = $(am_accessx_status_applet_OBJECTS)
++am_mate_accessx_status_applet_OBJECTS = applet.$(OBJEXT)
++mate_accessx_status_applet_OBJECTS = \
++ $(am_mate_accessx_status_applet_OBJECTS)
+ am__DEPENDENCIES_1 =
+-accessx_status_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++mate_accessx_status_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
+ AM_V_lt = $(am__v_lt_@AM_V@)
+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+@@ -141,8 +142,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(accessx_status_applet_SOURCES)
+-DIST_SOURCES = $(accessx_status_applet_SOURCES)
++SOURCES = $(mate_accessx_status_applet_SOURCES)
++DIST_SOURCES = $(mate_accessx_status_applet_SOURCES)
+ RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+ ctags-recursive dvi-recursive html-recursive info-recursive \
+ install-data-recursive install-dvi-recursive \
+@@ -487,11 +488,11 @@
+ -DACCESSX_PIXMAPS_DIR=\""$(datadir)/pixmaps/mate-accessx-status-applet"\" \
+ -DACCESSX_MENU_UI_DIR=\""$(uidir)"\"
+
+-accessx_status_applet_SOURCES = \
++mate_accessx_status_applet_SOURCES = \
+ applet.c \
+ applet.h
+
+-accessx_status_applet_LDADD = \
++mate_accessx_status_applet_LDADD = \
+ $(MATE_APPLETS4_LIBS) \
+ $(MATEDESKTOP_LIBS) \
+ $(X_LIBS)
+@@ -594,9 +595,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-accessx-status-applet$(EXEEXT): $(accessx_status_applet_OBJECTS) $(accessx_status_applet_DEPENDENCIES) $(EXTRA_accessx_status_applet_DEPENDENCIES)
+- @rm -f accessx-status-applet$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(accessx_status_applet_OBJECTS) $(accessx_status_applet_LDADD) $(LIBS)
++mate-accessx-status-applet$(EXEEXT): $(mate_accessx_status_applet_OBJECTS) $(mate_accessx_status_applet_DEPENDENCIES) $(EXTRA_mate_accessx_status_applet_DEPENDENCIES)
++ @rm -f mate-accessx-status-applet$(EXEEXT)
++ $(AM_V_CCLD)$(LINK) $(mate_accessx_status_applet_OBJECTS) $(mate_accessx_status_applet_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
diff --git a/x11/mate-applets/files/patch-battstat_Makefile.am b/x11/mate-applets/files/patch-battstat_Makefile.am
deleted file mode 100644
index caf3bef4fbed..000000000000
--- a/x11/mate-applets/files/patch-battstat_Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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_Makefile.in b/x11/mate-applets/files/patch-battstat_Makefile.in
new file mode 100644
index 000000000000..dd6d8ed9498e
--- /dev/null
+++ b/x11/mate-applets/files/patch-battstat_Makefile.in
@@ -0,0 +1,72 @@
+--- battstat/Makefile.in.orig 2014-04-12 15:37:50.000000000 +0200
++++ battstat/Makefile.in 2014-04-12 15:39:28.000000000 +0200
+@@ -78,7 +78,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-libexec_PROGRAMS = battstat-applet-2$(EXEEXT)
++libexec_PROGRAMS = mate-battstat-applet-2$(EXEEXT)
+ subdir = battstat
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp
+@@ -99,15 +99,15 @@
+ "$(DESTDIR)$(builderdir)" "$(DESTDIR)$(servicedir)" \
+ "$(DESTDIR)$(uidir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am_battstat_applet_2_OBJECTS = properties.$(OBJEXT) \
++am_mate_battstat_applet_2_OBJECTS = properties.$(OBJEXT) \
+ battstat_applet.$(OBJEXT) power-management.$(OBJEXT) \
+ acpi-linux.$(OBJEXT) acpi-freebsd.$(OBJEXT) \
+ battstat-hal.$(OBJEXT) battstat-upower.$(OBJEXT)
+-battstat_applet_2_OBJECTS = $(am_battstat_applet_2_OBJECTS)
++mate_battstat_applet_2_OBJECTS = $(am_mate_battstat_applet_2_OBJECTS)
+ am__DEPENDENCIES_1 =
+ @HAVE_LIBAPM_FALSE@@NEED_LIBAPM_TRUE@am__DEPENDENCIES_2 = \
+ @HAVE_LIBAPM_FALSE@@NEED_LIBAPM_TRUE@ apmlib/libapm.a
+-battstat_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++mate_battstat_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1)
+ AM_V_lt = $(am__v_lt_@AM_V@)
+@@ -148,8 +148,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(battstat_applet_2_SOURCES)
+-DIST_SOURCES = $(battstat_applet_2_SOURCES)
++SOURCES = $(mate_battstat_applet_2_SOURCES)
++DIST_SOURCES = $(mate_battstat_applet_2_SOURCES)
+ RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+ ctags-recursive dvi-recursive html-recursive info-recursive \
+ install-data-recursive install-dvi-recursive \
+@@ -508,7 +508,7 @@
+ -DG_LOG_DOMAIN=\"battstat_applet\" \
+ -DBATTSTAT_MENU_UI_DIR=\""$(uidir)"\"
+
+-battstat_applet_2_SOURCES = \
++mate_battstat_applet_2_SOURCES = \
+ battstat.h \
+ pixmaps.h \
+ properties.c \
+@@ -523,7 +523,7 @@
+ battstat-upower.c \
+ battstat-upower.h
+
+-battstat_applet_2_LDADD = \
++mate_battstat_applet_2_LDADD = \
+ $(MATE_APPLETS4_LIBS) \
+ $(LIBNOTIFY_LIBS) \
+ $(HAL_LIBS) \
+@@ -632,9 +632,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-battstat-applet-2$(EXEEXT): $(battstat_applet_2_OBJECTS) $(battstat_applet_2_DEPENDENCIES) $(EXTRA_battstat_applet_2_DEPENDENCIES)
+- @rm -f battstat-applet-2$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(battstat_applet_2_OBJECTS) $(battstat_applet_2_LDADD) $(LIBS)
++mate-battstat-applet-2$(EXEEXT): $(mate_battstat_applet_2_OBJECTS) $(mate_battstat_applet_2_DEPENDENCIES) $(EXTRA_mate_battstat_applet_2_DEPENDENCIES)
++ @rm -f mate-battstat-applet-2$(EXEEXT)
++ $(AM_V_CCLD)$(LINK) $(mate_battstat_applet_2_OBJECTS) $(mate_battstat_applet_2_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
diff --git a/x11/mate-applets/files/patch-charpick_Makefile.am b/x11/mate-applets/files/patch-charpick_Makefile.am
deleted file mode 100644
index 38ac6350c0b8..000000000000
--- a/x11/mate-applets/files/patch-charpick_Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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-charpick_Makefile.in b/x11/mate-applets/files/patch-charpick_Makefile.in
new file mode 100644
index 000000000000..1c6b77bb8b78
--- /dev/null
+++ b/x11/mate-applets/files/patch-charpick_Makefile.in
@@ -0,0 +1,64 @@
+--- charpick/Makefile.in.orig 2014-04-12 15:38:00.000000000 +0200
++++ charpick/Makefile.in 2014-04-12 15:39:28.000000000 +0200
+@@ -78,7 +78,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-libexec_PROGRAMS = charpick_applet2$(EXEEXT)
++libexec_PROGRAMS = mate-charpick_applet2$(EXEEXT)
+ subdir = charpick
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp
+@@ -98,10 +98,11 @@
+ am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \
+ "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am_charpick_applet2_OBJECTS = charpick.$(OBJEXT) properties.$(OBJEXT)
+-charpick_applet2_OBJECTS = $(am_charpick_applet2_OBJECTS)
++am_mate_charpick_applet2_OBJECTS = charpick.$(OBJEXT) \
++ properties.$(OBJEXT)
++mate_charpick_applet2_OBJECTS = $(am_mate_charpick_applet2_OBJECTS)
+ am__DEPENDENCIES_1 =
+-charpick_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++mate_charpick_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+ AM_V_lt = $(am__v_lt_@AM_V@)
+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+@@ -141,8 +142,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(charpick_applet2_SOURCES)
+-DIST_SOURCES = $(charpick_applet2_SOURCES)
++SOURCES = $(mate_charpick_applet2_SOURCES)
++DIST_SOURCES = $(mate_charpick_applet2_SOURCES)
+ RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+ ctags-recursive dvi-recursive html-recursive info-recursive \
+ install-data-recursive install-dvi-recursive \
+@@ -488,11 +489,11 @@
+ $(MATE_APPLETS4_CFLAGS) \
+ $(GUCHARMAP_CFLAGS)
+
+-charpick_applet2_SOURCES = charpick.c \
++mate_charpick_applet2_SOURCES = charpick.c \
+ charpick.h \
+ properties.c
+
+-charpick_applet2_LDADD = \
++mate_charpick_applet2_LDADD = \
+ $(MATE_APPLETS4_LIBS) \
+ $(GUCHARMAP_LIBS)
+
+@@ -596,9 +597,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-charpick_applet2$(EXEEXT): $(charpick_applet2_OBJECTS) $(charpick_applet2_DEPENDENCIES) $(EXTRA_charpick_applet2_DEPENDENCIES)
+- @rm -f charpick_applet2$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(charpick_applet2_OBJECTS) $(charpick_applet2_LDADD) $(LIBS)
++mate-charpick_applet2$(EXEEXT): $(mate_charpick_applet2_OBJECTS) $(mate_charpick_applet2_DEPENDENCIES) $(EXTRA_mate_charpick_applet2_DEPENDENCIES)
++ @rm -f mate-charpick_applet2$(EXEEXT)
++ $(AM_V_CCLD)$(LINK) $(mate_charpick_applet2_OBJECTS) $(mate_charpick_applet2_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
diff --git a/x11/mate-applets/files/patch-command_Makefile.in b/x11/mate-applets/files/patch-command_Makefile.in
new file mode 100644
index 000000000000..5c1b6fa47c26
--- /dev/null
+++ b/x11/mate-applets/files/patch-command_Makefile.in
@@ -0,0 +1,115 @@
+--- command/Makefile.in.orig 2014-04-14 17:31:14.000000000 +0200
++++ command/Makefile.in 2014-04-14 17:32:42.000000000 +0200
+@@ -78,7 +78,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-libexec_PROGRAMS = command-applet$(EXEEXT)
++libexec_PROGRAMS = mate-command-applet$(EXEEXT)
+ subdir = command
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp
+@@ -98,18 +98,19 @@
+ am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletsdir)" \
+ "$(DESTDIR)$(servicedir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am_command_applet_OBJECTS = command_applet-command.$(OBJEXT)
+-command_applet_OBJECTS = $(am_command_applet_OBJECTS)
++am_mate_command_applet_OBJECTS = \
++ mate_command_applet-command.$(OBJEXT)
++mate_command_applet_OBJECTS = $(am_mate_command_applet_OBJECTS)
+ am__DEPENDENCIES_1 =
+-command_applet_DEPENDENCIES = $(am__DEPENDENCIES_1)
++mate_command_applet_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ AM_V_lt = $(am__v_lt_@AM_V@)
+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+ am__v_lt_0 = --silent
+ am__v_lt_1 =
+-command_applet_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
++mate_command_applet_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
+ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
+- $(command_applet_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
+- $@
++ $(mate_command_applet_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
++ $(LDFLAGS) -o $@
+ AM_V_P = $(am__v_P_@AM_V@)
+ am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
+ am__v_P_0 = false
+@@ -144,8 +145,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(command_applet_SOURCES)
+-DIST_SOURCES = $(command_applet_SOURCES)
++SOURCES = $(mate_command_applet_SOURCES)
++DIST_SOURCES = $(mate_command_applet_SOURCES)
+ am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+@@ -447,10 +448,10 @@
+ -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+ $(DISABLE_DEPRECATED_CFLAGS)
+
+-APPLET_LOCATION = $(libexecdir)/command-applet
+-command_applet_SOURCES = command.c
+-command_applet_LDADD = $(MATE_APPLETS4_LIBS)
+-command_applet_CFLAGS = $(WARN_CFLAGS)
++APPLET_LOCATION = $(libexecdir)/mate-command-applet
++mate_command_applet_SOURCES = command.c
++mate_command_applet_LDADD = $(MATE_APPLETS4_LIBS)
++mate_command_applet_CFLAGS = $(WARN_CFLAGS)
+ appletsdir = $(datadir)/mate-panel/applets
+ applets_in_files = org.mate.applets.CommandApplet.mate-panel-applet.in
+ applets_DATA = $(applets_in_files:.mate-panel-applet.in=.mate-panel-applet)
+@@ -548,9 +549,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-command-applet$(EXEEXT): $(command_applet_OBJECTS) $(command_applet_DEPENDENCIES) $(EXTRA_command_applet_DEPENDENCIES)
+- @rm -f command-applet$(EXEEXT)
+- $(AM_V_CCLD)$(command_applet_LINK) $(command_applet_OBJECTS) $(command_applet_LDADD) $(LIBS)
++mate-command-applet$(EXEEXT): $(mate_command_applet_OBJECTS) $(mate_command_applet_DEPENDENCIES) $(EXTRA_mate_command_applet_DEPENDENCIES)
++ @rm -f mate-command-applet$(EXEEXT)
++ $(AM_V_CCLD)$(mate_command_applet_LINK) $(mate_command_applet_OBJECTS) $(mate_command_applet_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
+@@ -558,7 +559,7 @@
+ distclean-compile:
+ -rm -f *.tab.c
+
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command_applet-command.Po@am__quote@
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mate_command_applet-command.Po@am__quote@
+
+ .c.o:
+ @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@@ -581,19 +582,19 @@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
+
+-command_applet-command.o: command.c
+-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(command_applet_CFLAGS) $(CFLAGS) -MT command_applet-command.o -MD -MP -MF $(DEPDIR)/command_applet-command.Tpo -c -o command_applet-command.o `test -f 'command.c' || echo '$(srcdir)/'`command.c
+-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/command_applet-command.Tpo $(DEPDIR)/command_applet-command.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='command.c' object='command_applet-command.o' libtool=no @AMDEPBACKSLASH@
++mate_command_applet-command.o: command.c
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mate_command_applet_CFLAGS) $(CFLAGS) -MT mate_command_applet-command.o -MD -MP -MF $(DEPDIR)/mate_command_applet-command.Tpo -c -o mate_command_applet-command.o `test -f 'command.c' || echo '$(srcdir)/'`command.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mate_command_applet-command.Tpo $(DEPDIR)/mate_command_applet-command.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='command.c' object='mate_command_applet-command.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(command_applet_CFLAGS) $(CFLAGS) -c -o command_applet-command.o `test -f 'command.c' || echo '$(srcdir)/'`command.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mate_command_applet_CFLAGS) $(CFLAGS) -c -o mate_command_applet-command.o `test -f 'command.c' || echo '$(srcdir)/'`command.c
+
+-command_applet-command.obj: command.c
+-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(command_applet_CFLAGS) $(CFLAGS) -MT command_applet-command.obj -MD -MP -MF $(DEPDIR)/command_applet-command.Tpo -c -o command_applet-command.obj `if test -f 'command.c'; then $(CYGPATH_W) 'command.c'; else $(CYGPATH_W) '$(srcdir)/command.c'; fi`
+-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/command_applet-command.Tpo $(DEPDIR)/command_applet-command.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='command.c' object='command_applet-command.obj' libtool=no @AMDEPBACKSLASH@
++mate_command_applet-command.obj: command.c
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mate_command_applet_CFLAGS) $(CFLAGS) -MT mate_command_applet-command.obj -MD -MP -MF $(DEPDIR)/mate_command_applet-command.Tpo -c -o mate_command_applet-command.obj `if test -f 'command.c'; then $(CYGPATH_W) 'command.c'; else $(CYGPATH_W) '$(srcdir)/command.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mate_command_applet-command.Tpo $(DEPDIR)/mate_command_applet-command.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='command.c' object='mate_command_applet-command.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(command_applet_CFLAGS) $(CFLAGS) -c -o command_applet-command.obj `if test -f 'command.c'; then $(CYGPATH_W) 'command.c'; else $(CYGPATH_W) '$(srcdir)/command.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mate_command_applet_CFLAGS) $(CFLAGS) -c -o mate_command_applet-command.obj `if test -f 'command.c'; then $(CYGPATH_W) 'command.c'; else $(CYGPATH_W) '$(srcdir)/command.c'; fi`
+
+ mostlyclean-libtool:
+ -rm -f *.lo
diff --git a/x11/mate-applets/files/patch-drivemount_Makefile.am b/x11/mate-applets/files/patch-drivemount_Makefile.am
deleted file mode 100644
index a3b7039e98aa..000000000000
--- a/x11/mate-applets/files/patch-drivemount_Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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-drivemount_Makefile.in b/x11/mate-applets/files/patch-drivemount_Makefile.in
new file mode 100644
index 000000000000..aadc895d35cc
--- /dev/null
+++ b/x11/mate-applets/files/patch-drivemount_Makefile.in
@@ -0,0 +1,68 @@
+--- drivemount/Makefile.in.orig 2014-04-12 15:38:12.000000000 +0200
++++ drivemount/Makefile.in 2014-04-12 15:39:28.000000000 +0200
+@@ -78,7 +78,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-libexec_PROGRAMS = drivemount_applet2$(EXEEXT)
++libexec_PROGRAMS = mate-drivemount_applet2$(EXEEXT)
+ subdir = drivemount
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp AUTHORS
+@@ -98,11 +98,12 @@
+ am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \
+ "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am_drivemount_applet2_OBJECTS = drivemount.$(OBJEXT) \
++am_mate_drivemount_applet2_OBJECTS = drivemount.$(OBJEXT) \
+ drive-list.$(OBJEXT) drive-button.$(OBJEXT)
+-drivemount_applet2_OBJECTS = $(am_drivemount_applet2_OBJECTS)
++mate_drivemount_applet2_OBJECTS = \
++ $(am_mate_drivemount_applet2_OBJECTS)
+ am__DEPENDENCIES_1 =
+-drivemount_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1)
++mate_drivemount_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ AM_V_lt = $(am__v_lt_@AM_V@)
+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+ am__v_lt_0 = --silent
+@@ -141,8 +142,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(drivemount_applet2_SOURCES)
+-DIST_SOURCES = $(drivemount_applet2_SOURCES)
++SOURCES = $(mate_drivemount_applet2_SOURCES)
++DIST_SOURCES = $(mate_drivemount_applet2_SOURCES)
+ RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+ ctags-recursive dvi-recursive html-recursive info-recursive \
+ install-data-recursive install-dvi-recursive \
+@@ -487,14 +488,14 @@
+ -DDRIVEMOUNT_MENU_UI_DIR=\""$(uidir)"\" \
+ $(MATE_APPLETS4_CFLAGS)
+
+-drivemount_applet2_SOURCES = \
++mate_drivemount_applet2_SOURCES = \
+ drivemount.c \
+ drive-list.c \
+ drive-list.h \
+ drive-button.c \
+ drive-button.h
+
+-drivemount_applet2_LDADD = \
++mate_drivemount_applet2_LDADD = \
+ $(MATE_APPLETS4_LIBS)
+
+ appletdir = $(datadir)/mate-panel/applets
+@@ -595,9 +596,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-drivemount_applet2$(EXEEXT): $(drivemount_applet2_OBJECTS) $(drivemount_applet2_DEPENDENCIES) $(EXTRA_drivemount_applet2_DEPENDENCIES)
+- @rm -f drivemount_applet2$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(drivemount_applet2_OBJECTS) $(drivemount_applet2_LDADD) $(LIBS)
++mate-drivemount_applet2$(EXEEXT): $(mate_drivemount_applet2_OBJECTS) $(mate_drivemount_applet2_DEPENDENCIES) $(EXTRA_mate_drivemount_applet2_DEPENDENCIES)
++ @rm -f mate-drivemount_applet2$(EXEEXT)
++ $(AM_V_CCLD)$(LINK) $(mate_drivemount_applet2_OBJECTS) $(mate_drivemount_applet2_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
diff --git a/x11/mate-applets/files/patch-geyes_Makefile.am b/x11/mate-applets/files/patch-geyes_Makefile.am
deleted file mode 100644
index 6b7afc66e091..000000000000
--- a/x11/mate-applets/files/patch-geyes_Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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-geyes_Makefile.in b/x11/mate-applets/files/patch-geyes_Makefile.in
new file mode 100644
index 000000000000..a96082322b12
--- /dev/null
+++ b/x11/mate-applets/files/patch-geyes_Makefile.in
@@ -0,0 +1,64 @@
+--- geyes/Makefile.in.orig 2014-04-12 15:38:22.000000000 +0200
++++ geyes/Makefile.in 2014-04-12 15:39:29.000000000 +0200
+@@ -78,7 +78,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-libexec_PROGRAMS = geyes_applet2$(EXEEXT)
++libexec_PROGRAMS = mate-geyes_applet2$(EXEEXT)
+ subdir = geyes
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp AUTHORS NEWS README
+@@ -98,10 +98,10 @@
+ am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \
+ "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am_geyes_applet2_OBJECTS = geyes.$(OBJEXT) themes.$(OBJEXT)
+-geyes_applet2_OBJECTS = $(am_geyes_applet2_OBJECTS)
++am_mate_geyes_applet2_OBJECTS = geyes.$(OBJEXT) themes.$(OBJEXT)
++mate_geyes_applet2_OBJECTS = $(am_mate_geyes_applet2_OBJECTS)
+ am__DEPENDENCIES_1 =
+-geyes_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1)
++mate_geyes_applet2_DEPENDENCIES = $(am__DEPENDENCIES_1)
+ AM_V_lt = $(am__v_lt_@AM_V@)
+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+ am__v_lt_0 = --silent
+@@ -140,8 +140,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(geyes_applet2_SOURCES)
+-DIST_SOURCES = $(geyes_applet2_SOURCES)
++SOURCES = $(mate_geyes_applet2_SOURCES)
++DIST_SOURCES = $(mate_geyes_applet2_SOURCES)
+ RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+ ctags-recursive dvi-recursive html-recursive info-recursive \
+ install-data-recursive install-dvi-recursive \
+@@ -488,12 +488,12 @@
+ -DGEYES_THEMES_DIR=\""$(pkgdatadir)/geyes/"\" \
+ -DGEYES_MENU_UI_DIR=\""$(uidir)"\"
+
+-geyes_applet2_SOURCES = \
++mate_geyes_applet2_SOURCES = \
+ geyes.c \
+ themes.c \
+ geyes.h
+
+-geyes_applet2_LDADD = \
++mate_geyes_applet2_LDADD = \
+ $(MATE_APPLETS4_LIBS) \
+ -lm
+
+@@ -608,9 +608,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-geyes_applet2$(EXEEXT): $(geyes_applet2_OBJECTS) $(geyes_applet2_DEPENDENCIES) $(EXTRA_geyes_applet2_DEPENDENCIES)
+- @rm -f geyes_applet2$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(geyes_applet2_OBJECTS) $(geyes_applet2_LDADD) $(LIBS)
++mate-geyes_applet2$(EXEEXT): $(mate_geyes_applet2_OBJECTS) $(mate_geyes_applet2_DEPENDENCIES) $(EXTRA_mate_geyes_applet2_DEPENDENCIES)
++ @rm -f mate-geyes_applet2$(EXEEXT)
++ $(AM_V_CCLD)$(LINK) $(mate_geyes_applet2_OBJECTS) $(mate_geyes_applet2_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
diff --git a/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.in
index 760ab0269780..44306d54c7d9 100644
--- a/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am
+++ b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.in
@@ -1,18 +1,15 @@
---- 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)/|" $< > $@
-
+--- invest-applet/invest/Makefile.in.orig 2014-04-12 15:44:54.000000000 +0200
++++ invest-applet/invest/Makefile.in 2014-04-12 15:45:15.000000000 +0200
+@@ -391,7 +391,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
bin_SCRIPTS = mate-invest-chart
-
-libexec_SCRIPTS = invest-applet
+libexec_SCRIPTS = mate-invest-applet
-
investdir = $(pythondir)/mate_invest
invest_PYTHON = \
-@@ -21,7 +21,7 @@
+ __init__.py \
+@@ -409,7 +409,7 @@
defs.py
BUILT_SOURCES = \
@@ -21,3 +18,12 @@
CLEANFILES = \
$(BUILT_SOURCES)
+@@ -795,7 +795,7 @@
+ uninstall-am uninstall-binSCRIPTS uninstall-investPYTHON \
+ uninstall-libexecSCRIPTS uninstall-nodist_investPYTHON
+
+-invest-applet: invest-applet.py
++mate-invest-applet: mate-invest-applet.py
+ sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@
+
+ #TESTS = test.py
diff --git a/x11/mate-applets/files/patch-multiload_Makefile.am b/x11/mate-applets/files/patch-multiload_Makefile.am
deleted file mode 100644
index 318c1faa9f60..000000000000
--- a/x11/mate-applets/files/patch-multiload_Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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-multiload_Makefile.in b/x11/mate-applets/files/patch-multiload_Makefile.in
new file mode 100644
index 000000000000..e6428d6c9787
--- /dev/null
+++ b/x11/mate-applets/files/patch-multiload_Makefile.in
@@ -0,0 +1,70 @@
+--- multiload/Makefile.in.orig 2014-04-12 15:38:40.000000000 +0200
++++ multiload/Makefile.in 2014-04-12 15:39:29.000000000 +0200
+@@ -78,7 +78,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-libexec_PROGRAMS = multiload-applet-2$(EXEEXT)
++libexec_PROGRAMS = mate-multiload-applet-2$(EXEEXT)
+ subdir = multiload
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp AUTHORS
+@@ -98,12 +98,13 @@
+ am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletdir)" \
+ "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am_multiload_applet_2_OBJECTS = linux-proc.$(OBJEXT) \
++am_mate_multiload_applet_2_OBJECTS = linux-proc.$(OBJEXT) \
+ load-graph.$(OBJEXT) main.$(OBJEXT) properties.$(OBJEXT) \
+ netspeed.$(OBJEXT) autoscaler.$(OBJEXT)
+-multiload_applet_2_OBJECTS = $(am_multiload_applet_2_OBJECTS)
++mate_multiload_applet_2_OBJECTS = \
++ $(am_mate_multiload_applet_2_OBJECTS)
+ am__DEPENDENCIES_1 =
+-multiload_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++mate_multiload_applet_2_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+ AM_V_lt = $(am__v_lt_@AM_V@)
+@@ -144,8 +145,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(multiload_applet_2_SOURCES)
+-DIST_SOURCES = $(multiload_applet_2_SOURCES)
++SOURCES = $(mate_multiload_applet_2_SOURCES)
++DIST_SOURCES = $(mate_multiload_applet_2_SOURCES)
+ RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+ ctags-recursive dvi-recursive html-recursive info-recursive \
+ install-data-recursive install-dvi-recursive \
+@@ -492,7 +493,7 @@
+ $(MATEDESKTOP_CFLAGS) \
+ $(GIO_CFLAGS)
+
+-multiload_applet_2_SOURCES = \
++mate_multiload_applet_2_SOURCES = \
+ global.h \
+ linux-proc.h \
+ load-graph.h \
+@@ -504,7 +505,7 @@
+ autoscaler.c \
+ autoscaler.h
+
+-multiload_applet_2_LDADD = \
++mate_multiload_applet_2_LDADD = \
+ $(MATE_APPLETS4_LIBS) \
+ $(GTOP_APPLETS_LIBS) \
+ $(MATEDESKTOP_LIBS) \
+@@ -611,9 +612,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-multiload-applet-2$(EXEEXT): $(multiload_applet_2_OBJECTS) $(multiload_applet_2_DEPENDENCIES) $(EXTRA_multiload_applet_2_DEPENDENCIES)
+- @rm -f multiload-applet-2$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(multiload_applet_2_OBJECTS) $(multiload_applet_2_LDADD) $(LIBS)
++mate-multiload-applet-2$(EXEEXT): $(mate_multiload_applet_2_OBJECTS) $(mate_multiload_applet_2_DEPENDENCIES) $(EXTRA_mate_multiload_applet_2_DEPENDENCIES)
++ @rm -f mate-multiload-applet-2$(EXEEXT)
++ $(AM_V_CCLD)$(LINK) $(mate_multiload_applet_2_OBJECTS) $(mate_multiload_applet_2_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
diff --git a/x11/mate-applets/files/patch-stickynotes_Makefile.am b/x11/mate-applets/files/patch-stickynotes_Makefile.am
deleted file mode 100644
index 9a61408302b8..000000000000
--- a/x11/mate-applets/files/patch-stickynotes_Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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-stickynotes_Makefile.in b/x11/mate-applets/files/patch-stickynotes_Makefile.in
new file mode 100644
index 000000000000..e2195356ab7a
--- /dev/null
+++ b/x11/mate-applets/files/patch-stickynotes_Makefile.in
@@ -0,0 +1,80 @@
+--- stickynotes/Makefile.in.orig 2014-04-14 17:43:53.000000000 +0200
++++ stickynotes/Makefile.in 2014-04-14 17:44:52.000000000 +0200
+@@ -78,8 +78,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-@BUILD_STICKYNOTES_APPLET_TRUE@libexec_PROGRAMS = \
+-@BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes_applet$(EXEEXT)
++@BUILD_STICKYNOTES_APPLET_TRUE@libexec_PROGRAMS = mate-stickynotes_applet$(EXEEXT)
+ subdir = stickynotes
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp README TODO
+@@ -100,20 +99,21 @@
+ "$(DESTDIR)$(builderdir)" "$(DESTDIR)$(convertdir)" \
+ "$(DESTDIR)$(servicedir)" "$(DESTDIR)$(uidir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am__stickynotes_applet_SOURCES_DIST = util.h util.c stickynotes.h \
++am__mate_stickynotes_applet_SOURCES_DIST = util.h util.c stickynotes.h \
+ stickynotes_callbacks.h stickynotes_applet.h \
+ stickynotes_applet_callbacks.h stickynotes.c \
+ stickynotes_callbacks.c stickynotes_applet.c \
+ stickynotes_applet_callbacks.c
+-@BUILD_STICKYNOTES_APPLET_TRUE@am_stickynotes_applet_OBJECTS = \
++@BUILD_STICKYNOTES_APPLET_TRUE@am_mate_stickynotes_applet_OBJECTS = \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ util.$(OBJEXT) \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes.$(OBJEXT) \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes_callbacks.$(OBJEXT) \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes_applet.$(OBJEXT) \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes_applet_callbacks.$(OBJEXT)
+-stickynotes_applet_OBJECTS = $(am_stickynotes_applet_OBJECTS)
++mate_stickynotes_applet_OBJECTS = \
++ $(am_mate_stickynotes_applet_OBJECTS)
+ am__DEPENDENCIES_1 =
+-@BUILD_STICKYNOTES_APPLET_TRUE@stickynotes_applet_DEPENDENCIES = \
++@BUILD_STICKYNOTES_APPLET_TRUE@mate_stickynotes_applet_DEPENDENCIES = \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ $(am__DEPENDENCIES_1) \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ $(am__DEPENDENCIES_1) \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ $(am__DEPENDENCIES_1) \
+@@ -156,8 +156,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(stickynotes_applet_SOURCES)
+-DIST_SOURCES = $(am__stickynotes_applet_SOURCES_DIST)
++SOURCES = $(mate_stickynotes_applet_SOURCES)
++DIST_SOURCES = $(am__mate_stickynotes_applet_SOURCES_DIST)
+ RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
+ ctags-recursive dvi-recursive html-recursive info-recursive \
+ install-data-recursive install-dvi-recursive \
+@@ -512,7 +512,7 @@
+ @BUILD_STICKYNOTES_APPLET_TRUE@ -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\
+ @BUILD_STICKYNOTES_APPLET_TRUE@ -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\"
+
+-@BUILD_STICKYNOTES_APPLET_TRUE@stickynotes_applet_SOURCES = \
++@BUILD_STICKYNOTES_APPLET_TRUE@mate_stickynotes_applet_SOURCES = \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ util.h \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ util.c \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes.h \
+@@ -524,7 +524,7 @@
+ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes_applet.c \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ stickynotes_applet_callbacks.c
+
+-@BUILD_STICKYNOTES_APPLET_TRUE@stickynotes_applet_LDADD = \
++@BUILD_STICKYNOTES_APPLET_TRUE@mate_stickynotes_applet_LDADD = \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ $(STICKYNOTES_LIBS) \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ $(MATE_APPLETS4_LIBS) \
+ @BUILD_STICKYNOTES_APPLET_TRUE@ $(LIBWNCK_LIBS) \
+@@ -634,9 +634,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-stickynotes_applet$(EXEEXT): $(stickynotes_applet_OBJECTS) $(stickynotes_applet_DEPENDENCIES) $(EXTRA_stickynotes_applet_DEPENDENCIES)
+- @rm -f stickynotes_applet$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(stickynotes_applet_OBJECTS) $(stickynotes_applet_LDADD) $(LIBS)
++mate-stickynotes_applet$(EXEEXT): $(mate_stickynotes_applet_OBJECTS) $(mate_stickynotes_applet_DEPENDENCIES) $(EXTRA_mate_stickynotes_applet_DEPENDENCIES)
++ @rm -f mate-stickynotes_applet$(EXEEXT)
++ $(AM_V_CCLD)$(LINK) $(mate_stickynotes_applet_OBJECTS) $(mate_stickynotes_applet_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
diff --git a/x11/mate-applets/files/patch-timer-applet_Makefile.in b/x11/mate-applets/files/patch-timer-applet_Makefile.in
new file mode 100644
index 000000000000..1298c942c556
--- /dev/null
+++ b/x11/mate-applets/files/patch-timer-applet_Makefile.in
@@ -0,0 +1,116 @@
+--- timerapplet/Makefile.in.orig 2014-04-14 17:37:14.000000000 +0200
++++ timerapplet/Makefile.in 2014-04-14 17:38:03.000000000 +0200
+@@ -78,7 +78,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-libexec_PROGRAMS = timer-applet$(EXEEXT)
++libexec_PROGRAMS = mate-timer-applet$(EXEEXT)
+ subdir = timerapplet
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp
+@@ -98,18 +98,20 @@
+ am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(appletsdir)" \
+ "$(DESTDIR)$(servicedir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am_timer_applet_OBJECTS = timer_applet-timerapplet.$(OBJEXT)
+-timer_applet_OBJECTS = $(am_timer_applet_OBJECTS)
++am_mate_timer_applet_OBJECTS = \
++ mate_timer_applet-timerapplet.$(OBJEXT)
++mate_timer_applet_OBJECTS = $(am_mate_timer_applet_OBJECTS)
+ am__DEPENDENCIES_1 =
+-timer_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++mate_timer_applet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+ AM_V_lt = $(am__v_lt_@AM_V@)
+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+ am__v_lt_0 = --silent
+ am__v_lt_1 =
+-timer_applet_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(timer_applet_CFLAGS) \
+- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++mate_timer_applet_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
++ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
++ $(mate_timer_applet_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
++ -o $@
+ AM_V_P = $(am__v_P_@AM_V@)
+ am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
+ am__v_P_0 = false
+@@ -144,8 +146,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(timer_applet_SOURCES)
+-DIST_SOURCES = $(timer_applet_SOURCES)
++SOURCES = $(mate_timer_applet_SOURCES)
++DIST_SOURCES = $(mate_timer_applet_SOURCES)
+ am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+@@ -448,10 +450,10 @@
+ -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+ $(DISABLE_DEPRECATED_CFLAGS)
+
+-APPLET_LOCATION = $(libexecdir)/timer-applet
+-timer_applet_SOURCES = timerapplet.c
+-timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(LIBNOTIFY_LIBS)
+-timer_applet_CFLAGS = $(WARN_CFLAGS)
++APPLET_LOCATION = $(libexecdir)/mate-timer-applet
++mate_timer_applet_SOURCES = timerapplet.c
++mate_timer_applet_LDADD = $(MATE_APPLETS4_LIBS) $(LIBNOTIFY_LIBS)
++mate_timer_applet_CFLAGS = $(WARN_CFLAGS)
+ appletsdir = $(datadir)/mate-panel/applets
+ applets_in_files = org.mate.applets.TimerApplet.mate-panel-applet.in
+ applets_DATA = $(applets_in_files:.mate-panel-applet.in=.mate-panel-applet)
+@@ -549,9 +551,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-timer-applet$(EXEEXT): $(timer_applet_OBJECTS) $(timer_applet_DEPENDENCIES) $(EXTRA_timer_applet_DEPENDENCIES)
+- @rm -f timer-applet$(EXEEXT)
+- $(AM_V_CCLD)$(timer_applet_LINK) $(timer_applet_OBJECTS) $(timer_applet_LDADD) $(LIBS)
++mate-timer-applet$(EXEEXT): $(mate_timer_applet_OBJECTS) $(mate_timer_applet_DEPENDENCIES) $(EXTRA_mate_timer_applet_DEPENDENCIES)
++ @rm -f mate-timer-applet$(EXEEXT)
++ $(AM_V_CCLD)$(mate_timer_applet_LINK) $(mate_timer_applet_OBJECTS) $(mate_timer_applet_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
+@@ -559,7 +561,7 @@
+ distclean-compile:
+ -rm -f *.tab.c
+
+-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer_applet-timerapplet.Po@am__quote@
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mate_timer_applet-timerapplet.Po@am__quote@
+
+ .c.o:
+ @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+@@ -582,19 +584,19 @@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
+
+-timer_applet-timerapplet.o: timerapplet.c
+-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timer_applet_CFLAGS) $(CFLAGS) -MT timer_applet-timerapplet.o -MD -MP -MF $(DEPDIR)/timer_applet-timerapplet.Tpo -c -o timer_applet-timerapplet.o `test -f 'timerapplet.c' || echo '$(srcdir)/'`timerapplet.c
+-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timer_applet-timerapplet.Tpo $(DEPDIR)/timer_applet-timerapplet.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timerapplet.c' object='timer_applet-timerapplet.o' libtool=no @AMDEPBACKSLASH@
++mate_timer_applet-timerapplet.o: timerapplet.c
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mate_timer_applet_CFLAGS) $(CFLAGS) -MT mate_timer_applet-timerapplet.o -MD -MP -MF $(DEPDIR)/mate_timer_applet-timerapplet.Tpo -c -o mate_timer_applet-timerapplet.o `test -f 'timerapplet.c' || echo '$(srcdir)/'`timerapplet.c
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mate_timer_applet-timerapplet.Tpo $(DEPDIR)/mate_timer_applet-timerapplet.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timerapplet.c' object='mate_timer_applet-timerapplet.o' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timer_applet_CFLAGS) $(CFLAGS) -c -o timer_applet-timerapplet.o `test -f 'timerapplet.c' || echo '$(srcdir)/'`timerapplet.c
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mate_timer_applet_CFLAGS) $(CFLAGS) -c -o mate_timer_applet-timerapplet.o `test -f 'timerapplet.c' || echo '$(srcdir)/'`timerapplet.c
+
+-timer_applet-timerapplet.obj: timerapplet.c
+-@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timer_applet_CFLAGS) $(CFLAGS) -MT timer_applet-timerapplet.obj -MD -MP -MF $(DEPDIR)/timer_applet-timerapplet.Tpo -c -o timer_applet-timerapplet.obj `if test -f 'timerapplet.c'; then $(CYGPATH_W) 'timerapplet.c'; else $(CYGPATH_W) '$(srcdir)/timerapplet.c'; fi`
+-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/timer_applet-timerapplet.Tpo $(DEPDIR)/timer_applet-timerapplet.Po
+-@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timerapplet.c' object='timer_applet-timerapplet.obj' libtool=no @AMDEPBACKSLASH@
++mate_timer_applet-timerapplet.obj: timerapplet.c
++@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mate_timer_applet_CFLAGS) $(CFLAGS) -MT mate_timer_applet-timerapplet.obj -MD -MP -MF $(DEPDIR)/mate_timer_applet-timerapplet.Tpo -c -o mate_timer_applet-timerapplet.obj `if test -f 'timerapplet.c'; then $(CYGPATH_W) 'timerapplet.c'; else $(CYGPATH_W) '$(srcdir)/timerapplet.c'; fi`
++@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mate_timer_applet-timerapplet.Tpo $(DEPDIR)/mate_timer_applet-timerapplet.Po
++@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timerapplet.c' object='mate_timer_applet-timerapplet.obj' libtool=no @AMDEPBACKSLASH@
+ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(timer_applet_CFLAGS) $(CFLAGS) -c -o timer_applet-timerapplet.obj `if test -f 'timerapplet.c'; then $(CYGPATH_W) 'timerapplet.c'; else $(CYGPATH_W) '$(srcdir)/timerapplet.c'; fi`
++@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mate_timer_applet_CFLAGS) $(CFLAGS) -c -o mate_timer_applet-timerapplet.obj `if test -f 'timerapplet.c'; then $(CYGPATH_W) 'timerapplet.c'; else $(CYGPATH_W) '$(srcdir)/timerapplet.c'; fi`
+
+ mostlyclean-libtool:
+ -rm -f *.lo
diff --git a/x11/mate-applets/files/patch-trashapplet_src_Makefile.am b/x11/mate-applets/files/patch-trashapplet_src_Makefile.am
deleted file mode 100644
index 1ff61fa36d7c..000000000000
--- a/x11/mate-applets/files/patch-trashapplet_src_Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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/files/patch-trashapplet_src_Makefile.in b/x11/mate-applets/files/patch-trashapplet_src_Makefile.in
new file mode 100644
index 000000000000..11073ce3c880
--- /dev/null
+++ b/x11/mate-applets/files/patch-trashapplet_src_Makefile.in
@@ -0,0 +1,69 @@
+--- trashapplet/src/Makefile.in.orig 2014-04-12 15:39:01.000000000 +0200
++++ trashapplet/src/Makefile.in 2014-04-12 15:39:30.000000000 +0200
+@@ -77,7 +77,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-libexec_PROGRAMS = trashapplet$(EXEEXT)
++libexec_PROGRAMS = mate-trashapplet$(EXEEXT)
+ subdir = trashapplet/src
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/depcomp
+@@ -96,11 +96,12 @@
+ CONFIG_CLEAN_VPATH_FILES =
+ am__installdirs = "$(DESTDIR)$(libexecdir)"
+ PROGRAMS = $(libexec_PROGRAMS)
+-am_trashapplet_OBJECTS = trashapplet.$(OBJEXT) trash-empty.$(OBJEXT) \
+- xstuff.$(OBJEXT)
+-trashapplet_OBJECTS = $(am_trashapplet_OBJECTS)
++am_mate_trashapplet_OBJECTS = trashapplet.$(OBJEXT) \
++ trash-empty.$(OBJEXT) xstuff.$(OBJEXT)
++mate_trashapplet_OBJECTS = $(am_mate_trashapplet_OBJECTS)
+ am__DEPENDENCIES_1 =
+-trashapplet_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
++mate_trashapplet_DEPENDENCIES = $(am__DEPENDENCIES_1) \
++ $(am__DEPENDENCIES_1)
+ AM_V_lt = $(am__v_lt_@AM_V@)
+ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+ am__v_lt_0 = --silent
+@@ -139,8 +140,8 @@
+ am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
+ am__v_CCLD_0 = @echo " CCLD " $@;
+ am__v_CCLD_1 =
+-SOURCES = $(trashapplet_SOURCES)
+-DIST_SOURCES = $(trashapplet_SOURCES)
++SOURCES = $(mate_trashapplet_SOURCES)
++DIST_SOURCES = $(mate_trashapplet_SOURCES)
+ am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+@@ -413,14 +414,14 @@
+ $(GIO_CFLAGS) \
+ -DTRASH_MENU_UI_DIR=\""$(datadir)/mate-2.0/ui"\"
+
+-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
+@@ -509,9 +510,9 @@
+ echo " rm -f" $$list; \
+ rm -f $$list
+
+-trashapplet$(EXEEXT): $(trashapplet_OBJECTS) $(trashapplet_DEPENDENCIES) $(EXTRA_trashapplet_DEPENDENCIES)
+- @rm -f trashapplet$(EXEEXT)
+- $(AM_V_CCLD)$(LINK) $(trashapplet_OBJECTS) $(trashapplet_LDADD) $(LIBS)
++mate-trashapplet$(EXEEXT): $(mate_trashapplet_OBJECTS) $(mate_trashapplet_DEPENDENCIES) $(EXTRA_mate_trashapplet_DEPENDENCIES)
++ @rm -f mate-trashapplet$(EXEEXT)
++ $(AM_V_CCLD)$(LINK) $(mate_trashapplet_OBJECTS) $(mate_trashapplet_LDADD) $(LIBS)
+
+ mostlyclean-compile:
+ -rm -f *.$(OBJEXT)
diff --git a/x11/mate-applets/pkg-plist b/x11/mate-applets/pkg-plist
index bc10dacd0f2b..fe6c9721f1f4 100644
--- a/x11/mate-applets/pkg-plist
+++ b/x11/mate-applets/pkg-plist
@@ -38,6 +38,7 @@ bin/mate-invest-chart
libexec/mate-accessx-status-applet
%%BATTERY%%libexec/mate-battstat-applet-2
libexec/mate-charpick_applet2
+libexec/mate-command-applet
libexec/mate-drivemount_applet2
libexec/mate-geyes_applet2
libexec/mate-invest-applet
@@ -45,20 +46,1238 @@ libexec/mate-invest-applet
libexec/mateweather-applet-2
libexec/mate-multiload-applet-2
libexec/mate-stickynotes_applet
+libexec/mate-timer-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.CommandAppletFactory.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.TimerAppletFactory.service
share/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service
%%CPUFREQ%%share/dbus-1/system-services/org.mate.CPUFreqSelector.service
+share/help/C/mate-accessx-status/figures/accessx-status-applet.png
+share/help/C/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/C/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/C/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/C/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/C/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/C/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/C/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/C/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/C/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/C/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/C/mate-accessx-status/index.docbook
+share/help/C/mate-accessx-status/legal.xml
+share/help/C/mate-char-palette/figures/charpalette_applet.png
+share/help/C/mate-char-palette/figures/charpalette_chargroup.png
+share/help/C/mate-char-palette/figures/charpick-preferences.png
+share/help/C/mate-char-palette/figures/charpick_characters.png
+share/help/C/mate-char-palette/index.docbook
+share/help/C/mate-char-palette/legal.xml
+share/help/C/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/C/mate-drivemount/figures/drivemount-applet_example.png
+share/help/C/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/C/mate-drivemount/figures/drivemount-applet_open.png
+share/help/C/mate-drivemount/figures/drivemount-applet_status.png
+share/help/C/mate-drivemount/index.docbook
+share/help/C/mate-drivemount/legal.xml
+share/help/C/mate-geyes/figures/geyes_applet.png
+share/help/C/mate-geyes/index.docbook
+share/help/C/mate-geyes/legal.xml
+share/help/C/mate-invest-applet/figures/symbol-search.png
+share/help/C/mate-invest-applet/index.docbook
+share/help/C/mate-invest-applet/legal.xml
+share/help/C/mate-multiload/figures/multiload-preferences.png
+share/help/C/mate-multiload/figures/system-monitor-applet_window.png
+share/help/C/mate-multiload/figures/system_monitor.png
+share/help/C/mate-multiload/index.docbook
+share/help/C/mate-multiload/legal.xml
+share/help/C/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/C/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/C/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/C/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/C/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/C/mate-stickynotes_applet/index.docbook
+share/help/C/mate-stickynotes_applet/legal.xml
+share/help/C/mate-trashapplet/figures/trash-applet.png
+share/help/C/mate-trashapplet/index.docbook
+share/help/C/mate-trashapplet/legal.xml
+share/help/C/mateweather/figures/mateweather-details.png
+share/help/C/mateweather/figures/mateweather-menu-prefs.png
+share/help/C/mateweather/figures/mateweather-prefs-general.png
+share/help/C/mateweather/figures/mateweather-prefs-locations.png
+share/help/C/mateweather/figures/mateweather_applet.png
+share/help/C/mateweather/figures/stock_weather-cloudy.png
+share/help/C/mateweather/figures/stock_weather-few-clouds.png
+share/help/C/mateweather/figures/stock_weather-fog.png
+share/help/C/mateweather/figures/stock_weather-night-clear.png
+share/help/C/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/C/mateweather/figures/stock_weather-showers.png
+share/help/C/mateweather/figures/stock_weather-snow.png
+share/help/C/mateweather/figures/stock_weather-storm.png
+share/help/C/mateweather/figures/stock_weather-sunny.png
+share/help/C/mateweather/index.docbook
+share/help/C/mateweather/legal.xml
+share/help/ar/mateweather/figures/mateweather-details.png
+share/help/ar/mateweather/figures/mateweather-menu-prefs.png
+share/help/ar/mateweather/figures/mateweather-prefs-general.png
+share/help/ar/mateweather/figures/mateweather-prefs-locations.png
+share/help/ar/mateweather/figures/mateweather_applet.png
+share/help/ar/mateweather/figures/stock_weather-cloudy.png
+share/help/ar/mateweather/figures/stock_weather-few-clouds.png
+share/help/ar/mateweather/figures/stock_weather-fog.png
+share/help/ar/mateweather/figures/stock_weather-night-clear.png
+share/help/ar/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/ar/mateweather/figures/stock_weather-showers.png
+share/help/ar/mateweather/figures/stock_weather-snow.png
+share/help/ar/mateweather/figures/stock_weather-storm.png
+share/help/ar/mateweather/figures/stock_weather-sunny.png
+share/help/ar/mateweather/index.docbook
+share/help/ar/mateweather/legal.xml
+share/help/ast/mate-geyes/figures/geyes_applet.png
+share/help/ast/mate-geyes/index.docbook
+share/help/ast/mate-geyes/legal.xml
+share/help/bg/mate-accessx-status/figures/accessx-status-applet.png
+share/help/bg/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/bg/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/bg/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/bg/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/bg/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/bg/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/bg/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/bg/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/bg/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/bg/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/bg/mate-accessx-status/index.docbook
+share/help/bg/mate-accessx-status/legal.xml
+share/help/bg/mate-char-palette/figures/charpalette_applet.png
+share/help/bg/mate-char-palette/figures/charpalette_chargroup.png
+share/help/bg/mate-char-palette/figures/charpick-preferences.png
+share/help/bg/mate-char-palette/figures/charpick_characters.png
+share/help/bg/mate-char-palette/index.docbook
+share/help/bg/mate-char-palette/legal.xml
+share/help/bg/mate-geyes/figures/geyes_applet.png
+share/help/bg/mate-geyes/index.docbook
+share/help/bg/mate-geyes/legal.xml
+share/help/ca/mate-accessx-status/figures/accessx-status-applet.png
+share/help/ca/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/ca/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/ca/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/ca/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/ca/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/ca/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/ca/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/ca/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/ca/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/ca/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/ca/mate-accessx-status/index.docbook
+share/help/ca/mate-accessx-status/legal.xml
+share/help/ca/mate-char-palette/figures/charpalette_applet.png
+share/help/ca/mate-char-palette/figures/charpalette_chargroup.png
+share/help/ca/mate-char-palette/figures/charpick-preferences.png
+share/help/ca/mate-char-palette/figures/charpick_characters.png
+share/help/ca/mate-char-palette/index.docbook
+share/help/ca/mate-char-palette/legal.xml
+share/help/ca/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/ca/mate-drivemount/figures/drivemount-applet_example.png
+share/help/ca/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/ca/mate-drivemount/figures/drivemount-applet_open.png
+share/help/ca/mate-drivemount/figures/drivemount-applet_status.png
+share/help/ca/mate-drivemount/index.docbook
+share/help/ca/mate-drivemount/legal.xml
+share/help/ca/mate-geyes/figures/geyes_applet.png
+share/help/ca/mate-geyes/index.docbook
+share/help/ca/mate-geyes/legal.xml
+share/help/ca/mate-invest-applet/figures/symbol-search.png
+share/help/ca/mate-invest-applet/index.docbook
+share/help/ca/mate-invest-applet/legal.xml
+share/help/ca/mate-multiload/figures/multiload-preferences.png
+share/help/ca/mate-multiload/figures/system-monitor-applet_window.png
+share/help/ca/mate-multiload/figures/system_monitor.png
+share/help/ca/mate-multiload/index.docbook
+share/help/ca/mate-multiload/legal.xml
+share/help/ca/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/ca/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/ca/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/ca/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/ca/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/ca/mate-stickynotes_applet/index.docbook
+share/help/ca/mate-stickynotes_applet/legal.xml
+share/help/ca/mate-trashapplet/figures/trash-applet.png
+share/help/ca/mate-trashapplet/index.docbook
+share/help/ca/mate-trashapplet/legal.xml
+share/help/ca/mateweather/figures/mateweather-details.png
+share/help/ca/mateweather/figures/mateweather-menu-prefs.png
+share/help/ca/mateweather/figures/mateweather-prefs-general.png
+share/help/ca/mateweather/figures/mateweather-prefs-locations.png
+share/help/ca/mateweather/figures/mateweather_applet.png
+share/help/ca/mateweather/figures/stock_weather-cloudy.png
+share/help/ca/mateweather/figures/stock_weather-few-clouds.png
+share/help/ca/mateweather/figures/stock_weather-fog.png
+share/help/ca/mateweather/figures/stock_weather-night-clear.png
+share/help/ca/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/ca/mateweather/figures/stock_weather-showers.png
+share/help/ca/mateweather/figures/stock_weather-snow.png
+share/help/ca/mateweather/figures/stock_weather-storm.png
+share/help/ca/mateweather/figures/stock_weather-sunny.png
+share/help/ca/mateweather/index.docbook
+share/help/ca/mateweather/legal.xml
+share/help/cs/mate-accessx-status/figures/accessx-status-applet.png
+share/help/cs/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/cs/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/cs/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/cs/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/cs/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/cs/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/cs/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/cs/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/cs/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/cs/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/cs/mate-accessx-status/index.docbook
+share/help/cs/mate-accessx-status/legal.xml
+share/help/cs/mate-char-palette/figures/charpalette_applet.png
+share/help/cs/mate-char-palette/figures/charpalette_chargroup.png
+share/help/cs/mate-char-palette/figures/charpick-preferences.png
+share/help/cs/mate-char-palette/figures/charpick_characters.png
+share/help/cs/mate-char-palette/index.docbook
+share/help/cs/mate-char-palette/legal.xml
+share/help/cs/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/cs/mate-drivemount/figures/drivemount-applet_example.png
+share/help/cs/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/cs/mate-drivemount/figures/drivemount-applet_open.png
+share/help/cs/mate-drivemount/figures/drivemount-applet_status.png
+share/help/cs/mate-drivemount/index.docbook
+share/help/cs/mate-drivemount/legal.xml
+share/help/cs/mate-geyes/figures/geyes_applet.png
+share/help/cs/mate-geyes/index.docbook
+share/help/cs/mate-geyes/legal.xml
+share/help/cs/mate-multiload/figures/multiload-preferences.png
+share/help/cs/mate-multiload/figures/system-monitor-applet_window.png
+share/help/cs/mate-multiload/figures/system_monitor.png
+share/help/cs/mate-multiload/index.docbook
+share/help/cs/mate-multiload/legal.xml
+share/help/cs/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/cs/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/cs/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/cs/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/cs/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/cs/mate-stickynotes_applet/index.docbook
+share/help/cs/mate-stickynotes_applet/legal.xml
+share/help/cs/mate-trashapplet/figures/trash-applet.png
+share/help/cs/mate-trashapplet/index.docbook
+share/help/cs/mate-trashapplet/legal.xml
+share/help/cs/mateweather/figures/mateweather-details.png
+share/help/cs/mateweather/figures/mateweather-menu-prefs.png
+share/help/cs/mateweather/figures/mateweather-prefs-general.png
+share/help/cs/mateweather/figures/mateweather-prefs-locations.png
+share/help/cs/mateweather/figures/mateweather_applet.png
+share/help/cs/mateweather/figures/stock_weather-cloudy.png
+share/help/cs/mateweather/figures/stock_weather-few-clouds.png
+share/help/cs/mateweather/figures/stock_weather-fog.png
+share/help/cs/mateweather/figures/stock_weather-night-clear.png
+share/help/cs/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/cs/mateweather/figures/stock_weather-showers.png
+share/help/cs/mateweather/figures/stock_weather-snow.png
+share/help/cs/mateweather/figures/stock_weather-storm.png
+share/help/cs/mateweather/figures/stock_weather-sunny.png
+share/help/cs/mateweather/index.docbook
+share/help/cs/mateweather/legal.xml
+share/help/da/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/da/mate-drivemount/figures/drivemount-applet_example.png
+share/help/da/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/da/mate-drivemount/figures/drivemount-applet_open.png
+share/help/da/mate-drivemount/figures/drivemount-applet_status.png
+share/help/da/mate-drivemount/index.docbook
+share/help/da/mate-drivemount/legal.xml
+share/help/da/mate-geyes/figures/geyes_applet.png
+share/help/da/mate-geyes/index.docbook
+share/help/da/mate-geyes/legal.xml
+share/help/da/mate-trashapplet/figures/trash-applet.png
+share/help/da/mate-trashapplet/index.docbook
+share/help/da/mate-trashapplet/legal.xml
+share/help/de/mate-accessx-status/figures/accessx-status-applet.png
+share/help/de/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/de/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/de/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/de/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/de/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/de/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/de/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/de/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/de/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/de/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/de/mate-accessx-status/index.docbook
+share/help/de/mate-accessx-status/legal.xml
+share/help/de/mate-char-palette/figures/charpalette_applet.png
+share/help/de/mate-char-palette/figures/charpalette_chargroup.png
+share/help/de/mate-char-palette/figures/charpick-preferences.png
+share/help/de/mate-char-palette/figures/charpick_characters.png
+share/help/de/mate-char-palette/index.docbook
+share/help/de/mate-char-palette/legal.xml
+share/help/de/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/de/mate-drivemount/figures/drivemount-applet_example.png
+share/help/de/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/de/mate-drivemount/figures/drivemount-applet_open.png
+share/help/de/mate-drivemount/figures/drivemount-applet_status.png
+share/help/de/mate-drivemount/index.docbook
+share/help/de/mate-drivemount/legal.xml
+share/help/de/mate-geyes/figures/geyes_applet.png
+share/help/de/mate-geyes/index.docbook
+share/help/de/mate-geyes/legal.xml
+share/help/de/mate-invest-applet/figures/symbol-search.png
+share/help/de/mate-invest-applet/index.docbook
+share/help/de/mate-invest-applet/legal.xml
+share/help/de/mate-multiload/figures/multiload-preferences.png
+share/help/de/mate-multiload/figures/system-monitor-applet_window.png
+share/help/de/mate-multiload/figures/system_monitor.png
+share/help/de/mate-multiload/index.docbook
+share/help/de/mate-multiload/legal.xml
+share/help/de/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/de/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/de/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/de/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/de/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/de/mate-stickynotes_applet/index.docbook
+share/help/de/mate-stickynotes_applet/legal.xml
+share/help/de/mate-trashapplet/figures/trash-applet.png
+share/help/de/mate-trashapplet/index.docbook
+share/help/de/mate-trashapplet/legal.xml
+share/help/de/mateweather/figures/mateweather-details.png
+share/help/de/mateweather/figures/mateweather-menu-prefs.png
+share/help/de/mateweather/figures/mateweather-prefs-general.png
+share/help/de/mateweather/figures/mateweather-prefs-locations.png
+share/help/de/mateweather/figures/mateweather_applet.png
+share/help/de/mateweather/figures/stock_weather-cloudy.png
+share/help/de/mateweather/figures/stock_weather-few-clouds.png
+share/help/de/mateweather/figures/stock_weather-fog.png
+share/help/de/mateweather/figures/stock_weather-night-clear.png
+share/help/de/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/de/mateweather/figures/stock_weather-showers.png
+share/help/de/mateweather/figures/stock_weather-snow.png
+share/help/de/mateweather/figures/stock_weather-storm.png
+share/help/de/mateweather/figures/stock_weather-sunny.png
+share/help/de/mateweather/index.docbook
+share/help/de/mateweather/legal.xml
+share/help/el/mate-accessx-status/figures/accessx-status-applet.png
+share/help/el/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/el/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/el/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/el/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/el/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/el/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/el/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/el/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/el/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/el/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/el/mate-accessx-status/index.docbook
+share/help/el/mate-accessx-status/legal.xml
+share/help/el/mate-char-palette/figures/charpalette_applet.png
+share/help/el/mate-char-palette/figures/charpalette_chargroup.png
+share/help/el/mate-char-palette/figures/charpick-preferences.png
+share/help/el/mate-char-palette/figures/charpick_characters.png
+share/help/el/mate-char-palette/index.docbook
+share/help/el/mate-char-palette/legal.xml
+share/help/el/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/el/mate-drivemount/figures/drivemount-applet_example.png
+share/help/el/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/el/mate-drivemount/figures/drivemount-applet_open.png
+share/help/el/mate-drivemount/figures/drivemount-applet_status.png
+share/help/el/mate-drivemount/index.docbook
+share/help/el/mate-drivemount/legal.xml
+share/help/el/mate-geyes/figures/geyes_applet.png
+share/help/el/mate-geyes/index.docbook
+share/help/el/mate-geyes/legal.xml
+share/help/el/mate-invest-applet/figures/symbol-search.png
+share/help/el/mate-invest-applet/index.docbook
+share/help/el/mate-invest-applet/legal.xml
+share/help/el/mate-multiload/figures/multiload-preferences.png
+share/help/el/mate-multiload/figures/system-monitor-applet_window.png
+share/help/el/mate-multiload/figures/system_monitor.png
+share/help/el/mate-multiload/index.docbook
+share/help/el/mate-multiload/legal.xml
+share/help/el/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/el/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/el/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/el/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/el/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/el/mate-stickynotes_applet/index.docbook
+share/help/el/mate-stickynotes_applet/legal.xml
+share/help/el/mate-trashapplet/figures/trash-applet.png
+share/help/el/mate-trashapplet/index.docbook
+share/help/el/mate-trashapplet/legal.xml
+share/help/el/mateweather/figures/mateweather-details.png
+share/help/el/mateweather/figures/mateweather-menu-prefs.png
+share/help/el/mateweather/figures/mateweather-prefs-general.png
+share/help/el/mateweather/figures/mateweather-prefs-locations.png
+share/help/el/mateweather/figures/mateweather_applet.png
+share/help/el/mateweather/figures/stock_weather-cloudy.png
+share/help/el/mateweather/figures/stock_weather-few-clouds.png
+share/help/el/mateweather/figures/stock_weather-fog.png
+share/help/el/mateweather/figures/stock_weather-night-clear.png
+share/help/el/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/el/mateweather/figures/stock_weather-showers.png
+share/help/el/mateweather/figures/stock_weather-snow.png
+share/help/el/mateweather/figures/stock_weather-storm.png
+share/help/el/mateweather/figures/stock_weather-sunny.png
+share/help/el/mateweather/index.docbook
+share/help/el/mateweather/legal.xml
+share/help/en_GB/mate-accessx-status/figures/accessx-status-applet.png
+share/help/en_GB/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/en_GB/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/en_GB/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/en_GB/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/en_GB/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/en_GB/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/en_GB/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/en_GB/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/en_GB/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/en_GB/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/en_GB/mate-accessx-status/index.docbook
+share/help/en_GB/mate-accessx-status/legal.xml
+share/help/en_GB/mate-char-palette/figures/charpalette_applet.png
+share/help/en_GB/mate-char-palette/figures/charpalette_chargroup.png
+share/help/en_GB/mate-char-palette/figures/charpick-preferences.png
+share/help/en_GB/mate-char-palette/figures/charpick_characters.png
+share/help/en_GB/mate-char-palette/index.docbook
+share/help/en_GB/mate-char-palette/legal.xml
+share/help/en_GB/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/en_GB/mate-drivemount/figures/drivemount-applet_example.png
+share/help/en_GB/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/en_GB/mate-drivemount/figures/drivemount-applet_open.png
+share/help/en_GB/mate-drivemount/figures/drivemount-applet_status.png
+share/help/en_GB/mate-drivemount/index.docbook
+share/help/en_GB/mate-drivemount/legal.xml
+share/help/en_GB/mate-geyes/figures/geyes_applet.png
+share/help/en_GB/mate-geyes/index.docbook
+share/help/en_GB/mate-geyes/legal.xml
+share/help/en_GB/mate-invest-applet/figures/symbol-search.png
+share/help/en_GB/mate-invest-applet/index.docbook
+share/help/en_GB/mate-invest-applet/legal.xml
+share/help/en_GB/mate-multiload/figures/multiload-preferences.png
+share/help/en_GB/mate-multiload/figures/system-monitor-applet_window.png
+share/help/en_GB/mate-multiload/figures/system_monitor.png
+share/help/en_GB/mate-multiload/index.docbook
+share/help/en_GB/mate-multiload/legal.xml
+share/help/en_GB/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/en_GB/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/en_GB/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/en_GB/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/en_GB/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/en_GB/mate-stickynotes_applet/index.docbook
+share/help/en_GB/mate-stickynotes_applet/legal.xml
+share/help/en_GB/mate-trashapplet/figures/trash-applet.png
+share/help/en_GB/mate-trashapplet/index.docbook
+share/help/en_GB/mate-trashapplet/legal.xml
+share/help/en_GB/mateweather/figures/mateweather-details.png
+share/help/en_GB/mateweather/figures/mateweather-menu-prefs.png
+share/help/en_GB/mateweather/figures/mateweather-prefs-general.png
+share/help/en_GB/mateweather/figures/mateweather-prefs-locations.png
+share/help/en_GB/mateweather/figures/mateweather_applet.png
+share/help/en_GB/mateweather/figures/stock_weather-cloudy.png
+share/help/en_GB/mateweather/figures/stock_weather-few-clouds.png
+share/help/en_GB/mateweather/figures/stock_weather-fog.png
+share/help/en_GB/mateweather/figures/stock_weather-night-clear.png
+share/help/en_GB/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/en_GB/mateweather/figures/stock_weather-showers.png
+share/help/en_GB/mateweather/figures/stock_weather-snow.png
+share/help/en_GB/mateweather/figures/stock_weather-storm.png
+share/help/en_GB/mateweather/figures/stock_weather-sunny.png
+share/help/en_GB/mateweather/index.docbook
+share/help/en_GB/mateweather/legal.xml
+share/help/es/mate-accessx-status/figures/accessx-status-applet.png
+share/help/es/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/es/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/es/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/es/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/es/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/es/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/es/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/es/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/es/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/es/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/es/mate-accessx-status/index.docbook
+share/help/es/mate-accessx-status/legal.xml
+share/help/es/mate-char-palette/figures/charpalette_applet.png
+share/help/es/mate-char-palette/figures/charpalette_chargroup.png
+share/help/es/mate-char-palette/figures/charpick-preferences.png
+share/help/es/mate-char-palette/figures/charpick_characters.png
+share/help/es/mate-char-palette/index.docbook
+share/help/es/mate-char-palette/legal.xml
+share/help/es/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/es/mate-drivemount/figures/drivemount-applet_example.png
+share/help/es/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/es/mate-drivemount/figures/drivemount-applet_open.png
+share/help/es/mate-drivemount/figures/drivemount-applet_status.png
+share/help/es/mate-drivemount/index.docbook
+share/help/es/mate-drivemount/legal.xml
+share/help/es/mate-geyes/figures/geyes_applet.png
+share/help/es/mate-geyes/index.docbook
+share/help/es/mate-geyes/legal.xml
+share/help/es/mate-invest-applet/figures/symbol-search.png
+share/help/es/mate-invest-applet/index.docbook
+share/help/es/mate-invest-applet/legal.xml
+share/help/es/mate-multiload/figures/multiload-preferences.png
+share/help/es/mate-multiload/figures/system-monitor-applet_window.png
+share/help/es/mate-multiload/figures/system_monitor.png
+share/help/es/mate-multiload/index.docbook
+share/help/es/mate-multiload/legal.xml
+share/help/es/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/es/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/es/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/es/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/es/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/es/mate-stickynotes_applet/index.docbook
+share/help/es/mate-stickynotes_applet/legal.xml
+share/help/es/mate-trashapplet/figures/trash-applet.png
+share/help/es/mate-trashapplet/index.docbook
+share/help/es/mate-trashapplet/legal.xml
+share/help/es/mateweather/figures/mateweather-details.png
+share/help/es/mateweather/figures/mateweather-menu-prefs.png
+share/help/es/mateweather/figures/mateweather-prefs-general.png
+share/help/es/mateweather/figures/mateweather-prefs-locations.png
+share/help/es/mateweather/figures/mateweather_applet.png
+share/help/es/mateweather/figures/stock_weather-cloudy.png
+share/help/es/mateweather/figures/stock_weather-few-clouds.png
+share/help/es/mateweather/figures/stock_weather-fog.png
+share/help/es/mateweather/figures/stock_weather-night-clear.png
+share/help/es/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/es/mateweather/figures/stock_weather-showers.png
+share/help/es/mateweather/figures/stock_weather-snow.png
+share/help/es/mateweather/figures/stock_weather-storm.png
+share/help/es/mateweather/figures/stock_weather-sunny.png
+share/help/es/mateweather/index.docbook
+share/help/es/mateweather/legal.xml
+share/help/eu/mate-accessx-status/figures/accessx-status-applet.png
+share/help/eu/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/eu/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/eu/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/eu/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/eu/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/eu/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/eu/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/eu/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/eu/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/eu/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/eu/mate-accessx-status/index.docbook
+share/help/eu/mate-accessx-status/legal.xml
+share/help/eu/mate-char-palette/figures/charpalette_applet.png
+share/help/eu/mate-char-palette/figures/charpalette_chargroup.png
+share/help/eu/mate-char-palette/figures/charpick-preferences.png
+share/help/eu/mate-char-palette/figures/charpick_characters.png
+share/help/eu/mate-char-palette/index.docbook
+share/help/eu/mate-char-palette/legal.xml
+share/help/eu/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/eu/mate-drivemount/figures/drivemount-applet_example.png
+share/help/eu/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/eu/mate-drivemount/figures/drivemount-applet_open.png
+share/help/eu/mate-drivemount/figures/drivemount-applet_status.png
+share/help/eu/mate-drivemount/index.docbook
+share/help/eu/mate-drivemount/legal.xml
+share/help/eu/mate-geyes/figures/geyes_applet.png
+share/help/eu/mate-geyes/index.docbook
+share/help/eu/mate-geyes/legal.xml
+share/help/eu/mate-multiload/figures/multiload-preferences.png
+share/help/eu/mate-multiload/figures/system-monitor-applet_window.png
+share/help/eu/mate-multiload/figures/system_monitor.png
+share/help/eu/mate-multiload/index.docbook
+share/help/eu/mate-multiload/legal.xml
+share/help/eu/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/eu/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/eu/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/eu/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/eu/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/eu/mate-stickynotes_applet/index.docbook
+share/help/eu/mate-stickynotes_applet/legal.xml
+share/help/eu/mate-trashapplet/figures/trash-applet.png
+share/help/eu/mate-trashapplet/index.docbook
+share/help/eu/mate-trashapplet/legal.xml
+share/help/eu/mateweather/figures/mateweather-details.png
+share/help/eu/mateweather/figures/mateweather-menu-prefs.png
+share/help/eu/mateweather/figures/mateweather-prefs-general.png
+share/help/eu/mateweather/figures/mateweather-prefs-locations.png
+share/help/eu/mateweather/figures/mateweather_applet.png
+share/help/eu/mateweather/figures/stock_weather-cloudy.png
+share/help/eu/mateweather/figures/stock_weather-few-clouds.png
+share/help/eu/mateweather/figures/stock_weather-fog.png
+share/help/eu/mateweather/figures/stock_weather-night-clear.png
+share/help/eu/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/eu/mateweather/figures/stock_weather-showers.png
+share/help/eu/mateweather/figures/stock_weather-snow.png
+share/help/eu/mateweather/figures/stock_weather-storm.png
+share/help/eu/mateweather/figures/stock_weather-sunny.png
+share/help/eu/mateweather/index.docbook
+share/help/eu/mateweather/legal.xml
+share/help/fi/mate-accessx-status/figures/accessx-status-applet.png
+share/help/fi/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/fi/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/fi/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/fi/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/fi/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/fi/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/fi/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/fi/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/fi/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/fi/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/fi/mate-accessx-status/index.docbook
+share/help/fi/mate-accessx-status/legal.xml
+share/help/fi/mate-char-palette/figures/charpalette_applet.png
+share/help/fi/mate-char-palette/figures/charpalette_chargroup.png
+share/help/fi/mate-char-palette/figures/charpick-preferences.png
+share/help/fi/mate-char-palette/figures/charpick_characters.png
+share/help/fi/mate-char-palette/index.docbook
+share/help/fi/mate-char-palette/legal.xml
+share/help/fi/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/fi/mate-drivemount/figures/drivemount-applet_example.png
+share/help/fi/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/fi/mate-drivemount/figures/drivemount-applet_open.png
+share/help/fi/mate-drivemount/figures/drivemount-applet_status.png
+share/help/fi/mate-drivemount/index.docbook
+share/help/fi/mate-drivemount/legal.xml
+share/help/fi/mate-geyes/figures/geyes_applet.png
+share/help/fi/mate-geyes/index.docbook
+share/help/fi/mate-geyes/legal.xml
+share/help/fi/mate-invest-applet/figures/symbol-search.png
+share/help/fi/mate-invest-applet/index.docbook
+share/help/fi/mate-invest-applet/legal.xml
+share/help/fi/mate-multiload/figures/multiload-preferences.png
+share/help/fi/mate-multiload/figures/system-monitor-applet_window.png
+share/help/fi/mate-multiload/figures/system_monitor.png
+share/help/fi/mate-multiload/index.docbook
+share/help/fi/mate-multiload/legal.xml
+share/help/fi/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/fi/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/fi/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/fi/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/fi/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/fi/mate-stickynotes_applet/index.docbook
+share/help/fi/mate-stickynotes_applet/legal.xml
+share/help/fi/mate-trashapplet/figures/trash-applet.png
+share/help/fi/mate-trashapplet/index.docbook
+share/help/fi/mate-trashapplet/legal.xml
+share/help/fi/mateweather/figures/mateweather-details.png
+share/help/fi/mateweather/figures/mateweather-menu-prefs.png
+share/help/fi/mateweather/figures/mateweather-prefs-general.png
+share/help/fi/mateweather/figures/mateweather-prefs-locations.png
+share/help/fi/mateweather/figures/mateweather_applet.png
+share/help/fi/mateweather/figures/stock_weather-cloudy.png
+share/help/fi/mateweather/figures/stock_weather-few-clouds.png
+share/help/fi/mateweather/figures/stock_weather-fog.png
+share/help/fi/mateweather/figures/stock_weather-night-clear.png
+share/help/fi/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/fi/mateweather/figures/stock_weather-showers.png
+share/help/fi/mateweather/figures/stock_weather-snow.png
+share/help/fi/mateweather/figures/stock_weather-storm.png
+share/help/fi/mateweather/figures/stock_weather-sunny.png
+share/help/fi/mateweather/index.docbook
+share/help/fi/mateweather/legal.xml
+share/help/fr/mate-accessx-status/figures/accessx-status-applet.png
+share/help/fr/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/fr/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/fr/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/fr/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/fr/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/fr/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/fr/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/fr/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/fr/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/fr/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/fr/mate-accessx-status/index.docbook
+share/help/fr/mate-accessx-status/legal.xml
+share/help/fr/mate-char-palette/figures/charpalette_applet.png
+share/help/fr/mate-char-palette/figures/charpalette_chargroup.png
+share/help/fr/mate-char-palette/figures/charpick-preferences.png
+share/help/fr/mate-char-palette/figures/charpick_characters.png
+share/help/fr/mate-char-palette/index.docbook
+share/help/fr/mate-char-palette/legal.xml
+share/help/fr/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/fr/mate-drivemount/figures/drivemount-applet_example.png
+share/help/fr/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/fr/mate-drivemount/figures/drivemount-applet_open.png
+share/help/fr/mate-drivemount/figures/drivemount-applet_status.png
+share/help/fr/mate-drivemount/index.docbook
+share/help/fr/mate-drivemount/legal.xml
+share/help/fr/mate-geyes/figures/geyes_applet.png
+share/help/fr/mate-geyes/index.docbook
+share/help/fr/mate-geyes/legal.xml
+share/help/fr/mate-multiload/figures/multiload-preferences.png
+share/help/fr/mate-multiload/figures/system-monitor-applet_window.png
+share/help/fr/mate-multiload/figures/system_monitor.png
+share/help/fr/mate-multiload/index.docbook
+share/help/fr/mate-multiload/legal.xml
+share/help/fr/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/fr/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/fr/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/fr/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/fr/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/fr/mate-stickynotes_applet/index.docbook
+share/help/fr/mate-stickynotes_applet/legal.xml
+share/help/fr/mate-trashapplet/figures/trash-applet.png
+share/help/fr/mate-trashapplet/index.docbook
+share/help/fr/mate-trashapplet/legal.xml
+share/help/fr/mateweather/figures/mateweather-details.png
+share/help/fr/mateweather/figures/mateweather-menu-prefs.png
+share/help/fr/mateweather/figures/mateweather-prefs-general.png
+share/help/fr/mateweather/figures/mateweather-prefs-locations.png
+share/help/fr/mateweather/figures/mateweather_applet.png
+share/help/fr/mateweather/figures/stock_weather-cloudy.png
+share/help/fr/mateweather/figures/stock_weather-few-clouds.png
+share/help/fr/mateweather/figures/stock_weather-fog.png
+share/help/fr/mateweather/figures/stock_weather-night-clear.png
+share/help/fr/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/fr/mateweather/figures/stock_weather-showers.png
+share/help/fr/mateweather/figures/stock_weather-snow.png
+share/help/fr/mateweather/figures/stock_weather-storm.png
+share/help/fr/mateweather/figures/stock_weather-sunny.png
+share/help/fr/mateweather/index.docbook
+share/help/fr/mateweather/legal.xml
+share/help/gl/mate-accessx-status/figures/accessx-status-applet.png
+share/help/gl/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/gl/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/gl/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/gl/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/gl/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/gl/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/gl/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/gl/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/gl/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/gl/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/gl/mate-accessx-status/index.docbook
+share/help/gl/mate-accessx-status/legal.xml
+share/help/hu/mate-trashapplet/figures/trash-applet.png
+share/help/hu/mate-trashapplet/index.docbook
+share/help/hu/mate-trashapplet/legal.xml
+share/help/it/mate-accessx-status/figures/accessx-status-applet.png
+share/help/it/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/it/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/it/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/it/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/it/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/it/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/it/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/it/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/it/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/it/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/it/mate-accessx-status/index.docbook
+share/help/it/mate-accessx-status/legal.xml
+share/help/it/mate-char-palette/figures/charpalette_applet.png
+share/help/it/mate-char-palette/figures/charpalette_chargroup.png
+share/help/it/mate-char-palette/figures/charpick-preferences.png
+share/help/it/mate-char-palette/figures/charpick_characters.png
+share/help/it/mate-char-palette/index.docbook
+share/help/it/mate-char-palette/legal.xml
+share/help/it/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/it/mate-drivemount/figures/drivemount-applet_example.png
+share/help/it/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/it/mate-drivemount/figures/drivemount-applet_open.png
+share/help/it/mate-drivemount/figures/drivemount-applet_status.png
+share/help/it/mate-drivemount/index.docbook
+share/help/it/mate-drivemount/legal.xml
+share/help/it/mate-geyes/figures/geyes_applet.png
+share/help/it/mate-geyes/index.docbook
+share/help/it/mate-geyes/legal.xml
+share/help/it/mate-trashapplet/figures/trash-applet.png
+share/help/it/mate-trashapplet/index.docbook
+share/help/it/mate-trashapplet/legal.xml
+share/help/ko/mate-accessx-status/figures/accessx-status-applet.png
+share/help/ko/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/ko/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/ko/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/ko/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/ko/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/ko/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/ko/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/ko/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/ko/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/ko/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/ko/mate-accessx-status/index.docbook
+share/help/ko/mate-accessx-status/legal.xml
+share/help/ko/mate-char-palette/figures/charpalette_applet.png
+share/help/ko/mate-char-palette/figures/charpalette_chargroup.png
+share/help/ko/mate-char-palette/figures/charpick-preferences.png
+share/help/ko/mate-char-palette/figures/charpick_characters.png
+share/help/ko/mate-char-palette/index.docbook
+share/help/ko/mate-char-palette/legal.xml
+share/help/ko/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/ko/mate-drivemount/figures/drivemount-applet_example.png
+share/help/ko/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/ko/mate-drivemount/figures/drivemount-applet_open.png
+share/help/ko/mate-drivemount/figures/drivemount-applet_status.png
+share/help/ko/mate-drivemount/index.docbook
+share/help/ko/mate-drivemount/legal.xml
+share/help/ko/mate-geyes/figures/geyes_applet.png
+share/help/ko/mate-geyes/index.docbook
+share/help/ko/mate-geyes/legal.xml
+share/help/ko/mate-multiload/figures/multiload-preferences.png
+share/help/ko/mate-multiload/figures/system-monitor-applet_window.png
+share/help/ko/mate-multiload/figures/system_monitor.png
+share/help/ko/mate-multiload/index.docbook
+share/help/ko/mate-multiload/legal.xml
+share/help/ko/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/ko/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/ko/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/ko/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/ko/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/ko/mate-stickynotes_applet/index.docbook
+share/help/ko/mate-stickynotes_applet/legal.xml
+share/help/ko/mateweather/figures/mateweather-details.png
+share/help/ko/mateweather/figures/mateweather-menu-prefs.png
+share/help/ko/mateweather/figures/mateweather-prefs-general.png
+share/help/ko/mateweather/figures/mateweather-prefs-locations.png
+share/help/ko/mateweather/figures/mateweather_applet.png
+share/help/ko/mateweather/figures/stock_weather-cloudy.png
+share/help/ko/mateweather/figures/stock_weather-few-clouds.png
+share/help/ko/mateweather/figures/stock_weather-fog.png
+share/help/ko/mateweather/figures/stock_weather-night-clear.png
+share/help/ko/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/ko/mateweather/figures/stock_weather-showers.png
+share/help/ko/mateweather/figures/stock_weather-snow.png
+share/help/ko/mateweather/figures/stock_weather-storm.png
+share/help/ko/mateweather/figures/stock_weather-sunny.png
+share/help/ko/mateweather/index.docbook
+share/help/ko/mateweather/legal.xml
+share/help/nl/mate-accessx-status/figures/accessx-status-applet.png
+share/help/nl/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/nl/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/nl/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/nl/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/nl/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/nl/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/nl/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/nl/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/nl/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/nl/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/nl/mate-accessx-status/index.docbook
+share/help/nl/mate-accessx-status/legal.xml
+share/help/nl/mate-char-palette/figures/charpalette_applet.png
+share/help/nl/mate-char-palette/figures/charpalette_chargroup.png
+share/help/nl/mate-char-palette/figures/charpick-preferences.png
+share/help/nl/mate-char-palette/figures/charpick_characters.png
+share/help/nl/mate-char-palette/index.docbook
+share/help/nl/mate-char-palette/legal.xml
+share/help/nl/mate-trashapplet/figures/trash-applet.png
+share/help/nl/mate-trashapplet/index.docbook
+share/help/nl/mate-trashapplet/legal.xml
+share/help/nl/mateweather/figures/mateweather-details.png
+share/help/nl/mateweather/figures/mateweather-menu-prefs.png
+share/help/nl/mateweather/figures/mateweather-prefs-general.png
+share/help/nl/mateweather/figures/mateweather-prefs-locations.png
+share/help/nl/mateweather/figures/mateweather_applet.png
+share/help/nl/mateweather/figures/stock_weather-cloudy.png
+share/help/nl/mateweather/figures/stock_weather-few-clouds.png
+share/help/nl/mateweather/figures/stock_weather-fog.png
+share/help/nl/mateweather/figures/stock_weather-night-clear.png
+share/help/nl/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/nl/mateweather/figures/stock_weather-showers.png
+share/help/nl/mateweather/figures/stock_weather-snow.png
+share/help/nl/mateweather/figures/stock_weather-storm.png
+share/help/nl/mateweather/figures/stock_weather-sunny.png
+share/help/nl/mateweather/index.docbook
+share/help/nl/mateweather/legal.xml
+share/help/oc/mate-accessx-status/figures/accessx-status-applet.png
+share/help/oc/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/oc/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/oc/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/oc/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/oc/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/oc/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/oc/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/oc/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/oc/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/oc/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/oc/mate-accessx-status/index.docbook
+share/help/oc/mate-accessx-status/legal.xml
+share/help/oc/mate-char-palette/figures/charpalette_applet.png
+share/help/oc/mate-char-palette/figures/charpalette_chargroup.png
+share/help/oc/mate-char-palette/figures/charpick-preferences.png
+share/help/oc/mate-char-palette/figures/charpick_characters.png
+share/help/oc/mate-char-palette/index.docbook
+share/help/oc/mate-char-palette/legal.xml
+share/help/oc/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/oc/mate-drivemount/figures/drivemount-applet_example.png
+share/help/oc/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/oc/mate-drivemount/figures/drivemount-applet_open.png
+share/help/oc/mate-drivemount/figures/drivemount-applet_status.png
+share/help/oc/mate-drivemount/index.docbook
+share/help/oc/mate-drivemount/legal.xml
+share/help/oc/mate-geyes/figures/geyes_applet.png
+share/help/oc/mate-geyes/index.docbook
+share/help/oc/mate-geyes/legal.xml
+share/help/oc/mate-multiload/figures/multiload-preferences.png
+share/help/oc/mate-multiload/figures/system-monitor-applet_window.png
+share/help/oc/mate-multiload/figures/system_monitor.png
+share/help/oc/mate-multiload/index.docbook
+share/help/oc/mate-multiload/legal.xml
+share/help/oc/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/oc/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/oc/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/oc/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/oc/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/oc/mate-stickynotes_applet/index.docbook
+share/help/oc/mate-stickynotes_applet/legal.xml
+share/help/oc/mate-trashapplet/figures/trash-applet.png
+share/help/oc/mate-trashapplet/index.docbook
+share/help/oc/mate-trashapplet/legal.xml
+share/help/oc/mateweather/figures/mateweather-details.png
+share/help/oc/mateweather/figures/mateweather-menu-prefs.png
+share/help/oc/mateweather/figures/mateweather-prefs-general.png
+share/help/oc/mateweather/figures/mateweather-prefs-locations.png
+share/help/oc/mateweather/figures/mateweather_applet.png
+share/help/oc/mateweather/figures/stock_weather-cloudy.png
+share/help/oc/mateweather/figures/stock_weather-few-clouds.png
+share/help/oc/mateweather/figures/stock_weather-fog.png
+share/help/oc/mateweather/figures/stock_weather-night-clear.png
+share/help/oc/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/oc/mateweather/figures/stock_weather-showers.png
+share/help/oc/mateweather/figures/stock_weather-snow.png
+share/help/oc/mateweather/figures/stock_weather-storm.png
+share/help/oc/mateweather/figures/stock_weather-sunny.png
+share/help/oc/mateweather/index.docbook
+share/help/oc/mateweather/legal.xml
+share/help/pa/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/pa/mate-drivemount/figures/drivemount-applet_example.png
+share/help/pa/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/pa/mate-drivemount/figures/drivemount-applet_open.png
+share/help/pa/mate-drivemount/figures/drivemount-applet_status.png
+share/help/pa/mate-drivemount/index.docbook
+share/help/pa/mate-drivemount/legal.xml
+share/help/pa/mate-multiload/figures/multiload-preferences.png
+share/help/pa/mate-multiload/figures/system-monitor-applet_window.png
+share/help/pa/mate-multiload/figures/system_monitor.png
+share/help/pa/mate-multiload/index.docbook
+share/help/pa/mate-multiload/legal.xml
+share/help/pa/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/pa/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/pa/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/pa/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/pa/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/pa/mate-stickynotes_applet/index.docbook
+share/help/pa/mate-stickynotes_applet/legal.xml
+share/help/pa/mate-trashapplet/figures/trash-applet.png
+share/help/pa/mate-trashapplet/index.docbook
+share/help/pa/mate-trashapplet/legal.xml
+share/help/pa/mateweather/figures/mateweather-details.png
+share/help/pa/mateweather/figures/mateweather-menu-prefs.png
+share/help/pa/mateweather/figures/mateweather-prefs-general.png
+share/help/pa/mateweather/figures/mateweather-prefs-locations.png
+share/help/pa/mateweather/figures/mateweather_applet.png
+share/help/pa/mateweather/figures/stock_weather-cloudy.png
+share/help/pa/mateweather/figures/stock_weather-few-clouds.png
+share/help/pa/mateweather/figures/stock_weather-fog.png
+share/help/pa/mateweather/figures/stock_weather-night-clear.png
+share/help/pa/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/pa/mateweather/figures/stock_weather-showers.png
+share/help/pa/mateweather/figures/stock_weather-snow.png
+share/help/pa/mateweather/figures/stock_weather-storm.png
+share/help/pa/mateweather/figures/stock_weather-sunny.png
+share/help/pa/mateweather/index.docbook
+share/help/pa/mateweather/legal.xml
+share/help/pt_BR/mate-char-palette/figures/charpalette_applet.png
+share/help/pt_BR/mate-char-palette/figures/charpalette_chargroup.png
+share/help/pt_BR/mate-char-palette/figures/charpick-preferences.png
+share/help/pt_BR/mate-char-palette/figures/charpick_characters.png
+share/help/pt_BR/mate-char-palette/index.docbook
+share/help/pt_BR/mate-char-palette/legal.xml
+share/help/pt_BR/mate-multiload/figures/multiload-preferences.png
+share/help/pt_BR/mate-multiload/figures/system-monitor-applet_window.png
+share/help/pt_BR/mate-multiload/figures/system_monitor.png
+share/help/pt_BR/mate-multiload/index.docbook
+share/help/pt_BR/mate-multiload/legal.xml
+share/help/pt_BR/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/pt_BR/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/pt_BR/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/pt_BR/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/pt_BR/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/pt_BR/mate-stickynotes_applet/index.docbook
+share/help/pt_BR/mate-stickynotes_applet/legal.xml
+share/help/pt_BR/mate-trashapplet/figures/trash-applet.png
+share/help/pt_BR/mate-trashapplet/index.docbook
+share/help/pt_BR/mate-trashapplet/legal.xml
+share/help/pt_BR/mateweather/figures/mateweather-details.png
+share/help/pt_BR/mateweather/figures/mateweather-menu-prefs.png
+share/help/pt_BR/mateweather/figures/mateweather-prefs-general.png
+share/help/pt_BR/mateweather/figures/mateweather-prefs-locations.png
+share/help/pt_BR/mateweather/figures/mateweather_applet.png
+share/help/pt_BR/mateweather/figures/stock_weather-cloudy.png
+share/help/pt_BR/mateweather/figures/stock_weather-few-clouds.png
+share/help/pt_BR/mateweather/figures/stock_weather-fog.png
+share/help/pt_BR/mateweather/figures/stock_weather-night-clear.png
+share/help/pt_BR/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/pt_BR/mateweather/figures/stock_weather-showers.png
+share/help/pt_BR/mateweather/figures/stock_weather-snow.png
+share/help/pt_BR/mateweather/figures/stock_weather-storm.png
+share/help/pt_BR/mateweather/figures/stock_weather-sunny.png
+share/help/pt_BR/mateweather/index.docbook
+share/help/pt_BR/mateweather/legal.xml
+share/help/ru/mate-char-palette/figures/charpalette_applet.png
+share/help/ru/mate-char-palette/figures/charpalette_chargroup.png
+share/help/ru/mate-char-palette/figures/charpick-preferences.png
+share/help/ru/mate-char-palette/figures/charpick_characters.png
+share/help/ru/mate-char-palette/index.docbook
+share/help/ru/mate-char-palette/legal.xml
+share/help/ru/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/ru/mate-drivemount/figures/drivemount-applet_example.png
+share/help/ru/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/ru/mate-drivemount/figures/drivemount-applet_open.png
+share/help/ru/mate-drivemount/figures/drivemount-applet_status.png
+share/help/ru/mate-drivemount/index.docbook
+share/help/ru/mate-drivemount/legal.xml
+share/help/ru/mate-geyes/figures/geyes_applet.png
+share/help/ru/mate-geyes/index.docbook
+share/help/ru/mate-geyes/legal.xml
+share/help/ru/mate-invest-applet/figures/symbol-search.png
+share/help/ru/mate-invest-applet/index.docbook
+share/help/ru/mate-invest-applet/legal.xml
+share/help/ru/mate-multiload/figures/multiload-preferences.png
+share/help/ru/mate-multiload/figures/system-monitor-applet_window.png
+share/help/ru/mate-multiload/figures/system_monitor.png
+share/help/ru/mate-multiload/index.docbook
+share/help/ru/mate-multiload/legal.xml
+share/help/ru/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/ru/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/ru/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/ru/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/ru/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/ru/mate-stickynotes_applet/index.docbook
+share/help/ru/mate-stickynotes_applet/legal.xml
+share/help/ru/mate-trashapplet/figures/trash-applet.png
+share/help/ru/mate-trashapplet/index.docbook
+share/help/ru/mate-trashapplet/legal.xml
+share/help/ru/mateweather/figures/mateweather-details.png
+share/help/ru/mateweather/figures/mateweather-menu-prefs.png
+share/help/ru/mateweather/figures/mateweather-prefs-general.png
+share/help/ru/mateweather/figures/mateweather-prefs-locations.png
+share/help/ru/mateweather/figures/mateweather_applet.png
+share/help/ru/mateweather/figures/stock_weather-cloudy.png
+share/help/ru/mateweather/figures/stock_weather-few-clouds.png
+share/help/ru/mateweather/figures/stock_weather-fog.png
+share/help/ru/mateweather/figures/stock_weather-night-clear.png
+share/help/ru/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/ru/mateweather/figures/stock_weather-showers.png
+share/help/ru/mateweather/figures/stock_weather-snow.png
+share/help/ru/mateweather/figures/stock_weather-storm.png
+share/help/ru/mateweather/figures/stock_weather-sunny.png
+share/help/ru/mateweather/index.docbook
+share/help/ru/mateweather/legal.xml
+share/help/sv/mate-accessx-status/figures/accessx-status-applet.png
+share/help/sv/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/sv/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/sv/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/sv/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/sv/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/sv/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/sv/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/sv/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/sv/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/sv/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/sv/mate-accessx-status/index.docbook
+share/help/sv/mate-accessx-status/legal.xml
+share/help/sv/mate-char-palette/figures/charpalette_applet.png
+share/help/sv/mate-char-palette/figures/charpalette_chargroup.png
+share/help/sv/mate-char-palette/figures/charpick-preferences.png
+share/help/sv/mate-char-palette/figures/charpick_characters.png
+share/help/sv/mate-char-palette/index.docbook
+share/help/sv/mate-char-palette/legal.xml
+share/help/sv/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/sv/mate-drivemount/figures/drivemount-applet_example.png
+share/help/sv/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/sv/mate-drivemount/figures/drivemount-applet_open.png
+share/help/sv/mate-drivemount/figures/drivemount-applet_status.png
+share/help/sv/mate-drivemount/index.docbook
+share/help/sv/mate-drivemount/legal.xml
+share/help/sv/mate-geyes/figures/geyes_applet.png
+share/help/sv/mate-geyes/index.docbook
+share/help/sv/mate-geyes/legal.xml
+share/help/sv/mate-invest-applet/figures/symbol-search.png
+share/help/sv/mate-invest-applet/index.docbook
+share/help/sv/mate-invest-applet/legal.xml
+share/help/sv/mate-multiload/figures/multiload-preferences.png
+share/help/sv/mate-multiload/figures/system-monitor-applet_window.png
+share/help/sv/mate-multiload/figures/system_monitor.png
+share/help/sv/mate-multiload/index.docbook
+share/help/sv/mate-multiload/legal.xml
+share/help/sv/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/sv/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/sv/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/sv/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/sv/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/sv/mate-stickynotes_applet/index.docbook
+share/help/sv/mate-stickynotes_applet/legal.xml
+share/help/sv/mate-trashapplet/figures/trash-applet.png
+share/help/sv/mate-trashapplet/index.docbook
+share/help/sv/mate-trashapplet/legal.xml
+share/help/sv/mateweather/figures/mateweather-details.png
+share/help/sv/mateweather/figures/mateweather-menu-prefs.png
+share/help/sv/mateweather/figures/mateweather-prefs-general.png
+share/help/sv/mateweather/figures/mateweather-prefs-locations.png
+share/help/sv/mateweather/figures/mateweather_applet.png
+share/help/sv/mateweather/figures/stock_weather-cloudy.png
+share/help/sv/mateweather/figures/stock_weather-few-clouds.png
+share/help/sv/mateweather/figures/stock_weather-fog.png
+share/help/sv/mateweather/figures/stock_weather-night-clear.png
+share/help/sv/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/sv/mateweather/figures/stock_weather-showers.png
+share/help/sv/mateweather/figures/stock_weather-snow.png
+share/help/sv/mateweather/figures/stock_weather-storm.png
+share/help/sv/mateweather/figures/stock_weather-sunny.png
+share/help/sv/mateweather/index.docbook
+share/help/sv/mateweather/legal.xml
+share/help/uk/mate-accessx-status/figures/accessx-status-applet.png
+share/help/uk/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/uk/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/uk/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/uk/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/uk/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/uk/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/uk/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/uk/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/uk/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/uk/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/uk/mate-accessx-status/index.docbook
+share/help/uk/mate-accessx-status/legal.xml
+share/help/uk/mate-char-palette/figures/charpalette_applet.png
+share/help/uk/mate-char-palette/figures/charpalette_chargroup.png
+share/help/uk/mate-char-palette/figures/charpick-preferences.png
+share/help/uk/mate-char-palette/figures/charpick_characters.png
+share/help/uk/mate-char-palette/index.docbook
+share/help/uk/mate-char-palette/legal.xml
+share/help/uk/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/uk/mate-drivemount/figures/drivemount-applet_example.png
+share/help/uk/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/uk/mate-drivemount/figures/drivemount-applet_open.png
+share/help/uk/mate-drivemount/figures/drivemount-applet_status.png
+share/help/uk/mate-drivemount/index.docbook
+share/help/uk/mate-drivemount/legal.xml
+share/help/uk/mate-geyes/figures/geyes_applet.png
+share/help/uk/mate-geyes/index.docbook
+share/help/uk/mate-geyes/legal.xml
+share/help/uk/mate-multiload/figures/multiload-preferences.png
+share/help/uk/mate-multiload/figures/system-monitor-applet_window.png
+share/help/uk/mate-multiload/figures/system_monitor.png
+share/help/uk/mate-multiload/index.docbook
+share/help/uk/mate-multiload/legal.xml
+share/help/uk/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/uk/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/uk/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/uk/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/uk/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/uk/mate-stickynotes_applet/index.docbook
+share/help/uk/mate-stickynotes_applet/legal.xml
+share/help/uk/mate-trashapplet/figures/trash-applet.png
+share/help/uk/mate-trashapplet/index.docbook
+share/help/uk/mate-trashapplet/legal.xml
+share/help/uk/mateweather/figures/mateweather-details.png
+share/help/uk/mateweather/figures/mateweather-menu-prefs.png
+share/help/uk/mateweather/figures/mateweather-prefs-general.png
+share/help/uk/mateweather/figures/mateweather-prefs-locations.png
+share/help/uk/mateweather/figures/mateweather_applet.png
+share/help/uk/mateweather/figures/stock_weather-cloudy.png
+share/help/uk/mateweather/figures/stock_weather-few-clouds.png
+share/help/uk/mateweather/figures/stock_weather-fog.png
+share/help/uk/mateweather/figures/stock_weather-night-clear.png
+share/help/uk/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/uk/mateweather/figures/stock_weather-showers.png
+share/help/uk/mateweather/figures/stock_weather-snow.png
+share/help/uk/mateweather/figures/stock_weather-storm.png
+share/help/uk/mateweather/figures/stock_weather-sunny.png
+share/help/uk/mateweather/index.docbook
+share/help/uk/mateweather/legal.xml
+share/help/zh_CN/mate-accessx-status/figures/accessx-status-applet.png
+share/help/zh_CN/mate-accessx-status/figures/accessx-status-disabled.png
+share/help/zh_CN/mate-accessx-status/figures/accessx_bounce-keys.png
+share/help/zh_CN/mate-accessx-status/figures/accessx_mouse-keys.png
+share/help/zh_CN/mate-accessx-status/figures/accessx_slow-keys.png
+share/help/zh_CN/mate-accessx-status/figures/accessx_sticky-altGr-key.png
+share/help/zh_CN/mate-accessx-status/figures/accessx_sticky-ctrl-key.png
+share/help/zh_CN/mate-accessx-status/figures/accessx_sticky-keys.png
+share/help/zh_CN/mate-accessx-status/figures/accessx_sticky-meta-key.png
+share/help/zh_CN/mate-accessx-status/figures/accessx_sticky-shift-key.png
+share/help/zh_CN/mate-accessx-status/figures/accessx_sticky-windows-key.png
+share/help/zh_CN/mate-accessx-status/index.docbook
+share/help/zh_CN/mate-accessx-status/legal.xml
+share/help/zh_CN/mate-char-palette/figures/charpalette_applet.png
+share/help/zh_CN/mate-char-palette/figures/charpalette_chargroup.png
+share/help/zh_CN/mate-char-palette/figures/charpick-preferences.png
+share/help/zh_CN/mate-char-palette/figures/charpick_characters.png
+share/help/zh_CN/mate-char-palette/index.docbook
+share/help/zh_CN/mate-char-palette/legal.xml
+share/help/zh_CN/mate-drivemount/figures/drivemount-applet_eject.png
+share/help/zh_CN/mate-drivemount/figures/drivemount-applet_example.png
+share/help/zh_CN/mate-drivemount/figures/drivemount-applet_mount.png
+share/help/zh_CN/mate-drivemount/figures/drivemount-applet_open.png
+share/help/zh_CN/mate-drivemount/figures/drivemount-applet_status.png
+share/help/zh_CN/mate-drivemount/index.docbook
+share/help/zh_CN/mate-drivemount/legal.xml
+share/help/zh_CN/mate-geyes/figures/geyes_applet.png
+share/help/zh_CN/mate-geyes/index.docbook
+share/help/zh_CN/mate-geyes/legal.xml
+share/help/zh_CN/mate-invest-applet/figures/symbol-search.png
+share/help/zh_CN/mate-invest-applet/index.docbook
+share/help/zh_CN/mate-invest-applet/legal.xml
+share/help/zh_CN/mate-multiload/figures/multiload-preferences.png
+share/help/zh_CN/mate-multiload/figures/system-monitor-applet_window.png
+share/help/zh_CN/mate-multiload/figures/system_monitor.png
+share/help/zh_CN/mate-multiload/index.docbook
+share/help/zh_CN/mate-multiload/legal.xml
+share/help/zh_CN/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/zh_CN/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/zh_CN/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/zh_CN/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/zh_CN/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/zh_CN/mate-stickynotes_applet/index.docbook
+share/help/zh_CN/mate-stickynotes_applet/legal.xml
+share/help/zh_CN/mate-trashapplet/figures/trash-applet.png
+share/help/zh_CN/mate-trashapplet/index.docbook
+share/help/zh_CN/mate-trashapplet/legal.xml
+share/help/zh_CN/mateweather/figures/mateweather-details.png
+share/help/zh_CN/mateweather/figures/mateweather-menu-prefs.png
+share/help/zh_CN/mateweather/figures/mateweather-prefs-general.png
+share/help/zh_CN/mateweather/figures/mateweather-prefs-locations.png
+share/help/zh_CN/mateweather/figures/mateweather_applet.png
+share/help/zh_CN/mateweather/figures/stock_weather-cloudy.png
+share/help/zh_CN/mateweather/figures/stock_weather-few-clouds.png
+share/help/zh_CN/mateweather/figures/stock_weather-fog.png
+share/help/zh_CN/mateweather/figures/stock_weather-night-clear.png
+share/help/zh_CN/mateweather/figures/stock_weather-night-few-clouds.png
+share/help/zh_CN/mateweather/figures/stock_weather-showers.png
+share/help/zh_CN/mateweather/figures/stock_weather-snow.png
+share/help/zh_CN/mateweather/figures/stock_weather-storm.png
+share/help/zh_CN/mateweather/figures/stock_weather-sunny.png
+share/help/zh_CN/mateweather/index.docbook
+share/help/zh_CN/mateweather/legal.xml
+share/help/zh_HK/mate-geyes/figures/geyes_applet.png
+share/help/zh_HK/mate-geyes/index.docbook
+share/help/zh_HK/mate-geyes/legal.xml
+share/help/zh_HK/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/zh_HK/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/zh_HK/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/zh_HK/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/zh_HK/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/zh_HK/mate-stickynotes_applet/index.docbook
+share/help/zh_HK/mate-stickynotes_applet/legal.xml
+share/help/zh_HK/mate-trashapplet/figures/trash-applet.png
+share/help/zh_HK/mate-trashapplet/index.docbook
+share/help/zh_HK/mate-trashapplet/legal.xml
+share/help/zh_TW/mate-geyes/figures/geyes_applet.png
+share/help/zh_TW/mate-geyes/index.docbook
+share/help/zh_TW/mate-geyes/legal.xml
+share/help/zh_TW/mate-stickynotes_applet/figures/stickynote-right-menu-lock.png
+share/help/zh_TW/mate-stickynotes_applet/figures/stickynote-right-menu-new.png
+share/help/zh_TW/mate-stickynotes_applet/figures/stickynotes-note-prefs.png
+share/help/zh_TW/mate-stickynotes_applet/figures/stickynotes-prefs.png
+share/help/zh_TW/mate-stickynotes_applet/figures/stickynotes_applet.png
+share/help/zh_TW/mate-stickynotes_applet/index.docbook
+share/help/zh_TW/mate-stickynotes_applet/legal.xml
+share/help/zh_TW/mate-trashapplet/figures/trash-applet.png
+share/help/zh_TW/mate-trashapplet/index.docbook
+share/help/zh_TW/mate-trashapplet/legal.xml
%%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
@@ -94,6 +1313,7 @@ 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/cmn/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
@@ -183,6 +1403,7 @@ 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/ur/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
@@ -235,1592 +1456,15 @@ 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.CommandApplet.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.TimerApplet.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
@@ -1857,464 +1501,22 @@ 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
+%%CPUFREQ%%share/pixmaps/mate-cpufreq-applet/cpufreq-100.png
+%%CPUFREQ%%share/pixmaps/mate-cpufreq-applet/cpufreq-25.png
+%%CPUFREQ%%share/pixmaps/mate-cpufreq-applet/cpufreq-50.png
+%%CPUFREQ%%share/pixmaps/mate-cpufreq-applet/cpufreq-75.png
+%%CPUFREQ%%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
+%%CPUFREQ%%share/polkit-1/actions/org.mate.cpufreqselector.policy
+%%CPUFREQ%%@dirrmtry share/polkit-1/actions
+%%CPUFREQ%%@dirrmtry share/polkit-1
@dirrm share/pixmaps/mate-stickynotes
-@dirrm share/pixmaps/mate-cpufreq-applet
+%%CPUFREQ%%@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
@@ -2331,6 +1533,8 @@ share/polkit-1/actions/org.mate.cpufreqselector.policy
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/xh/LC_MESSAGES
@dirrmtry share/locale/xh
+@dirrmtry share/locale/ur/LC_MESSAGES
+@dirrmtry share/locale/ur
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
@dirrmtry share/locale/te/LC_MESSAGES
@@ -2395,6 +1599,8 @@ share/polkit-1/actions/org.mate.cpufreqselector.policy
@dirrmtry share/locale/dz
@dirrmtry share/locale/crh/LC_MESSAGES
@dirrmtry share/locale/crh
+@dirrmtry share/locale/cmn/LC_MESSAGES
+@dirrmtry share/locale/cmn
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
@dirrmtry share/locale/ca@valencia
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@@ -2409,4 +1615,375 @@ share/polkit-1/actions/org.mate.cpufreqselector.policy
@dirrmtry share/icons/mate/48x48
@dirrmtry share/icons/mate
@dirrmtry share/icons
+@dirrmtry share/help/zh_TW/mate-trashapplet/figures
+@dirrmtry share/help/zh_TW/mate-trashapplet
+@dirrmtry share/help/zh_TW/mate-stickynotes_applet/figures
+@dirrmtry share/help/zh_TW/mate-stickynotes_applet
+@dirrmtry share/help/zh_TW/mate-geyes/figures
+@dirrmtry share/help/zh_TW/mate-geyes
+@dirrmtry share/help/zh_TW
+@dirrmtry share/help/zh_HK/mate-trashapplet/figures
+@dirrmtry share/help/zh_HK/mate-trashapplet
+@dirrmtry share/help/zh_HK/mate-stickynotes_applet/figures
+@dirrmtry share/help/zh_HK/mate-stickynotes_applet
+@dirrmtry share/help/zh_HK/mate-geyes/figures
+@dirrmtry share/help/zh_HK/mate-geyes
+@dirrmtry share/help/zh_HK
+@dirrmtry share/help/zh_CN/mateweather/figures
+@dirrmtry share/help/zh_CN/mateweather
+@dirrmtry share/help/zh_CN/mate-trashapplet/figures
+@dirrmtry share/help/zh_CN/mate-trashapplet
+@dirrmtry share/help/zh_CN/mate-stickynotes_applet/figures
+@dirrmtry share/help/zh_CN/mate-stickynotes_applet
+@dirrmtry share/help/zh_CN/mate-multiload/figures
+@dirrmtry share/help/zh_CN/mate-multiload
+@dirrmtry share/help/zh_CN/mate-invest-applet/figures
+@dirrmtry share/help/zh_CN/mate-invest-applet
+@dirrmtry share/help/zh_CN/mate-geyes/figures
+@dirrmtry share/help/zh_CN/mate-geyes
+@dirrmtry share/help/zh_CN/mate-drivemount/figures
+@dirrmtry share/help/zh_CN/mate-drivemount
+@dirrmtry share/help/zh_CN/mate-char-palette/figures
+@dirrmtry share/help/zh_CN/mate-char-palette
+@dirrmtry share/help/zh_CN/mate-accessx-status/figures
+@dirrmtry share/help/zh_CN/mate-accessx-status
+@dirrmtry share/help/zh_CN
+@dirrmtry share/help/uk/mateweather/figures
+@dirrmtry share/help/uk/mateweather
+@dirrmtry share/help/uk/mate-trashapplet/figures
+@dirrmtry share/help/uk/mate-trashapplet
+@dirrmtry share/help/uk/mate-stickynotes_applet/figures
+@dirrmtry share/help/uk/mate-stickynotes_applet
+@dirrmtry share/help/uk/mate-multiload/figures
+@dirrmtry share/help/uk/mate-multiload
+@dirrmtry share/help/uk/mate-geyes/figures
+@dirrmtry share/help/uk/mate-geyes
+@dirrmtry share/help/uk/mate-drivemount/figures
+@dirrmtry share/help/uk/mate-drivemount
+@dirrmtry share/help/uk/mate-char-palette/figures
+@dirrmtry share/help/uk/mate-char-palette
+@dirrmtry share/help/uk/mate-accessx-status/figures
+@dirrmtry share/help/uk/mate-accessx-status
+@dirrmtry share/help/uk
+@dirrmtry share/help/sv/mateweather/figures
+@dirrmtry share/help/sv/mateweather
+@dirrmtry share/help/sv/mate-trashapplet/figures
+@dirrmtry share/help/sv/mate-trashapplet
+@dirrmtry share/help/sv/mate-stickynotes_applet/figures
+@dirrmtry share/help/sv/mate-stickynotes_applet
+@dirrmtry share/help/sv/mate-multiload/figures
+@dirrmtry share/help/sv/mate-multiload
+@dirrmtry share/help/sv/mate-invest-applet/figures
+@dirrmtry share/help/sv/mate-invest-applet
+@dirrmtry share/help/sv/mate-geyes/figures
+@dirrmtry share/help/sv/mate-geyes
+@dirrmtry share/help/sv/mate-drivemount/figures
+@dirrmtry share/help/sv/mate-drivemount
+@dirrmtry share/help/sv/mate-char-palette/figures
+@dirrmtry share/help/sv/mate-char-palette
+@dirrmtry share/help/sv/mate-accessx-status/figures
+@dirrmtry share/help/sv/mate-accessx-status
+@dirrmtry share/help/sv
+@dirrmtry share/help/ru/mateweather/figures
+@dirrmtry share/help/ru/mateweather
+@dirrmtry share/help/ru/mate-trashapplet/figures
+@dirrmtry share/help/ru/mate-trashapplet
+@dirrmtry share/help/ru/mate-stickynotes_applet/figures
+@dirrmtry share/help/ru/mate-stickynotes_applet
+@dirrmtry share/help/ru/mate-multiload/figures
+@dirrmtry share/help/ru/mate-multiload
+@dirrmtry share/help/ru/mate-invest-applet/figures
+@dirrmtry share/help/ru/mate-invest-applet
+@dirrmtry share/help/ru/mate-geyes/figures
+@dirrmtry share/help/ru/mate-geyes
+@dirrmtry share/help/ru/mate-drivemount/figures
+@dirrmtry share/help/ru/mate-drivemount
+@dirrmtry share/help/ru/mate-char-palette/figures
+@dirrmtry share/help/ru/mate-char-palette
+@dirrmtry share/help/ru
+@dirrmtry share/help/pt_BR/mateweather/figures
+@dirrmtry share/help/pt_BR/mateweather
+@dirrmtry share/help/pt_BR/mate-trashapplet/figures
+@dirrmtry share/help/pt_BR/mate-trashapplet
+@dirrmtry share/help/pt_BR/mate-stickynotes_applet/figures
+@dirrmtry share/help/pt_BR/mate-stickynotes_applet
+@dirrmtry share/help/pt_BR/mate-multiload/figures
+@dirrmtry share/help/pt_BR/mate-multiload
+@dirrmtry share/help/pt_BR/mate-char-palette/figures
+@dirrmtry share/help/pt_BR/mate-char-palette
+@dirrmtry share/help/pt_BR
+@dirrmtry share/help/pa/mateweather/figures
+@dirrmtry share/help/pa/mateweather
+@dirrmtry share/help/pa/mate-trashapplet/figures
+@dirrmtry share/help/pa/mate-trashapplet
+@dirrmtry share/help/pa/mate-stickynotes_applet/figures
+@dirrmtry share/help/pa/mate-stickynotes_applet
+@dirrmtry share/help/pa/mate-multiload/figures
+@dirrmtry share/help/pa/mate-multiload
+@dirrmtry share/help/pa/mate-drivemount/figures
+@dirrmtry share/help/pa/mate-drivemount
+@dirrmtry share/help/pa
+@dirrmtry share/help/oc/mateweather/figures
+@dirrmtry share/help/oc/mateweather
+@dirrmtry share/help/oc/mate-trashapplet/figures
+@dirrmtry share/help/oc/mate-trashapplet
+@dirrmtry share/help/oc/mate-stickynotes_applet/figures
+@dirrmtry share/help/oc/mate-stickynotes_applet
+@dirrmtry share/help/oc/mate-multiload/figures
+@dirrmtry share/help/oc/mate-multiload
+@dirrmtry share/help/oc/mate-geyes/figures
+@dirrmtry share/help/oc/mate-geyes
+@dirrmtry share/help/oc/mate-drivemount/figures
+@dirrmtry share/help/oc/mate-drivemount
+@dirrmtry share/help/oc/mate-char-palette/figures
+@dirrmtry share/help/oc/mate-char-palette
+@dirrmtry share/help/oc/mate-accessx-status/figures
+@dirrmtry share/help/oc/mate-accessx-status
+@dirrmtry share/help/oc
+@dirrmtry share/help/nl/mateweather/figures
+@dirrmtry share/help/nl/mateweather
+@dirrmtry share/help/nl/mate-trashapplet/figures
+@dirrmtry share/help/nl/mate-trashapplet
+@dirrmtry share/help/nl/mate-char-palette/figures
+@dirrmtry share/help/nl/mate-char-palette
+@dirrmtry share/help/nl/mate-accessx-status/figures
+@dirrmtry share/help/nl/mate-accessx-status
+@dirrmtry share/help/nl
+@dirrmtry share/help/ko/mateweather/figures
+@dirrmtry share/help/ko/mateweather
+@dirrmtry share/help/ko/mate-stickynotes_applet/figures
+@dirrmtry share/help/ko/mate-stickynotes_applet
+@dirrmtry share/help/ko/mate-multiload/figures
+@dirrmtry share/help/ko/mate-multiload
+@dirrmtry share/help/ko/mate-geyes/figures
+@dirrmtry share/help/ko/mate-geyes
+@dirrmtry share/help/ko/mate-drivemount/figures
+@dirrmtry share/help/ko/mate-drivemount
+@dirrmtry share/help/ko/mate-char-palette/figures
+@dirrmtry share/help/ko/mate-char-palette
+@dirrmtry share/help/ko/mate-accessx-status/figures
+@dirrmtry share/help/ko/mate-accessx-status
+@dirrmtry share/help/ko
+@dirrmtry share/help/it/mate-trashapplet/figures
+@dirrmtry share/help/it/mate-trashapplet
+@dirrmtry share/help/it/mate-geyes/figures
+@dirrmtry share/help/it/mate-geyes
+@dirrmtry share/help/it/mate-drivemount/figures
+@dirrmtry share/help/it/mate-drivemount
+@dirrmtry share/help/it/mate-char-palette/figures
+@dirrmtry share/help/it/mate-char-palette
+@dirrmtry share/help/it/mate-accessx-status/figures
+@dirrmtry share/help/it/mate-accessx-status
+@dirrmtry share/help/it
+@dirrmtry share/help/hu/mate-trashapplet/figures
+@dirrmtry share/help/hu/mate-trashapplet
+@dirrmtry share/help/hu
+@dirrmtry share/help/gl/mate-accessx-status/figures
+@dirrmtry share/help/gl/mate-accessx-status
+@dirrmtry share/help/gl
+@dirrmtry share/help/fr/mateweather/figures
+@dirrmtry share/help/fr/mateweather
+@dirrmtry share/help/fr/mate-trashapplet/figures
+@dirrmtry share/help/fr/mate-trashapplet
+@dirrmtry share/help/fr/mate-stickynotes_applet/figures
+@dirrmtry share/help/fr/mate-stickynotes_applet
+@dirrmtry share/help/fr/mate-multiload/figures
+@dirrmtry share/help/fr/mate-multiload
+@dirrmtry share/help/fr/mate-geyes/figures
+@dirrmtry share/help/fr/mate-geyes
+@dirrmtry share/help/fr/mate-drivemount/figures
+@dirrmtry share/help/fr/mate-drivemount
+@dirrmtry share/help/fr/mate-char-palette/figures
+@dirrmtry share/help/fr/mate-char-palette
+@dirrmtry share/help/fr/mate-accessx-status/figures
+@dirrmtry share/help/fr/mate-accessx-status
+@dirrmtry share/help/fr
+@dirrmtry share/help/fi/mateweather/figures
+@dirrmtry share/help/fi/mateweather
+@dirrmtry share/help/fi/mate-trashapplet/figures
+@dirrmtry share/help/fi/mate-trashapplet
+@dirrmtry share/help/fi/mate-stickynotes_applet/figures
+@dirrmtry share/help/fi/mate-stickynotes_applet
+@dirrmtry share/help/fi/mate-multiload/figures
+@dirrmtry share/help/fi/mate-multiload
+@dirrmtry share/help/fi/mate-invest-applet/figures
+@dirrmtry share/help/fi/mate-invest-applet
+@dirrmtry share/help/fi/mate-geyes/figures
+@dirrmtry share/help/fi/mate-geyes
+@dirrmtry share/help/fi/mate-drivemount/figures
+@dirrmtry share/help/fi/mate-drivemount
+@dirrmtry share/help/fi/mate-char-palette/figures
+@dirrmtry share/help/fi/mate-char-palette
+@dirrmtry share/help/fi/mate-accessx-status/figures
+@dirrmtry share/help/fi/mate-accessx-status
+@dirrmtry share/help/fi
+@dirrmtry share/help/eu/mateweather/figures
+@dirrmtry share/help/eu/mateweather
+@dirrmtry share/help/eu/mate-trashapplet/figures
+@dirrmtry share/help/eu/mate-trashapplet
+@dirrmtry share/help/eu/mate-stickynotes_applet/figures
+@dirrmtry share/help/eu/mate-stickynotes_applet
+@dirrmtry share/help/eu/mate-multiload/figures
+@dirrmtry share/help/eu/mate-multiload
+@dirrmtry share/help/eu/mate-geyes/figures
+@dirrmtry share/help/eu/mate-geyes
+@dirrmtry share/help/eu/mate-drivemount/figures
+@dirrmtry share/help/eu/mate-drivemount
+@dirrmtry share/help/eu/mate-char-palette/figures
+@dirrmtry share/help/eu/mate-char-palette
+@dirrmtry share/help/eu/mate-accessx-status/figures
+@dirrmtry share/help/eu/mate-accessx-status
+@dirrmtry share/help/eu
+@dirrmtry share/help/es/mateweather/figures
+@dirrmtry share/help/es/mateweather
+@dirrmtry share/help/es/mate-trashapplet/figures
+@dirrmtry share/help/es/mate-trashapplet
+@dirrmtry share/help/es/mate-stickynotes_applet/figures
+@dirrmtry share/help/es/mate-stickynotes_applet
+@dirrmtry share/help/es/mate-multiload/figures
+@dirrmtry share/help/es/mate-multiload
+@dirrmtry share/help/es/mate-invest-applet/figures
+@dirrmtry share/help/es/mate-invest-applet
+@dirrmtry share/help/es/mate-geyes/figures
+@dirrmtry share/help/es/mate-geyes
+@dirrmtry share/help/es/mate-drivemount/figures
+@dirrmtry share/help/es/mate-drivemount
+@dirrmtry share/help/es/mate-char-palette/figures
+@dirrmtry share/help/es/mate-char-palette
+@dirrmtry share/help/es/mate-accessx-status/figures
+@dirrmtry share/help/es/mate-accessx-status
+@dirrmtry share/help/es
+@dirrmtry share/help/en_GB/mateweather/figures
+@dirrmtry share/help/en_GB/mateweather
+@dirrmtry share/help/en_GB/mate-trashapplet/figures
+@dirrmtry share/help/en_GB/mate-trashapplet
+@dirrmtry share/help/en_GB/mate-stickynotes_applet/figures
+@dirrmtry share/help/en_GB/mate-stickynotes_applet
+@dirrmtry share/help/en_GB/mate-multiload/figures
+@dirrmtry share/help/en_GB/mate-multiload
+@dirrmtry share/help/en_GB/mate-invest-applet/figures
+@dirrmtry share/help/en_GB/mate-invest-applet
+@dirrmtry share/help/en_GB/mate-geyes/figures
+@dirrmtry share/help/en_GB/mate-geyes
+@dirrmtry share/help/en_GB/mate-drivemount/figures
+@dirrmtry share/help/en_GB/mate-drivemount
+@dirrmtry share/help/en_GB/mate-char-palette/figures
+@dirrmtry share/help/en_GB/mate-char-palette
+@dirrmtry share/help/en_GB/mate-accessx-status/figures
+@dirrmtry share/help/en_GB/mate-accessx-status
+@dirrmtry share/help/en_GB
+@dirrmtry share/help/el/mateweather/figures
+@dirrmtry share/help/el/mateweather
+@dirrmtry share/help/el/mate-trashapplet/figures
+@dirrmtry share/help/el/mate-trashapplet
+@dirrmtry share/help/el/mate-stickynotes_applet/figures
+@dirrmtry share/help/el/mate-stickynotes_applet
+@dirrmtry share/help/el/mate-multiload/figures
+@dirrmtry share/help/el/mate-multiload
+@dirrmtry share/help/el/mate-invest-applet/figures
+@dirrmtry share/help/el/mate-invest-applet
+@dirrmtry share/help/el/mate-geyes/figures
+@dirrmtry share/help/el/mate-geyes
+@dirrmtry share/help/el/mate-drivemount/figures
+@dirrmtry share/help/el/mate-drivemount
+@dirrmtry share/help/el/mate-char-palette/figures
+@dirrmtry share/help/el/mate-char-palette
+@dirrmtry share/help/el/mate-accessx-status/figures
+@dirrmtry share/help/el/mate-accessx-status
+@dirrmtry share/help/el
+@dirrmtry share/help/de/mateweather/figures
+@dirrmtry share/help/de/mateweather
+@dirrmtry share/help/de/mate-trashapplet/figures
+@dirrmtry share/help/de/mate-trashapplet
+@dirrmtry share/help/de/mate-stickynotes_applet/figures
+@dirrmtry share/help/de/mate-stickynotes_applet
+@dirrmtry share/help/de/mate-multiload/figures
+@dirrmtry share/help/de/mate-multiload
+@dirrmtry share/help/de/mate-invest-applet/figures
+@dirrmtry share/help/de/mate-invest-applet
+@dirrmtry share/help/de/mate-geyes/figures
+@dirrmtry share/help/de/mate-geyes
+@dirrmtry share/help/de/mate-drivemount/figures
+@dirrmtry share/help/de/mate-drivemount
+@dirrmtry share/help/de/mate-char-palette/figures
+@dirrmtry share/help/de/mate-char-palette
+@dirrmtry share/help/de/mate-accessx-status/figures
+@dirrmtry share/help/de/mate-accessx-status
+@dirrmtry share/help/de
+@dirrmtry share/help/da/mate-trashapplet/figures
+@dirrmtry share/help/da/mate-trashapplet
+@dirrmtry share/help/da/mate-geyes/figures
+@dirrmtry share/help/da/mate-geyes
+@dirrmtry share/help/da/mate-drivemount/figures
+@dirrmtry share/help/da/mate-drivemount
+@dirrmtry share/help/da
+@dirrmtry share/help/cs/mateweather/figures
+@dirrmtry share/help/cs/mateweather
+@dirrmtry share/help/cs/mate-trashapplet/figures
+@dirrmtry share/help/cs/mate-trashapplet
+@dirrmtry share/help/cs/mate-stickynotes_applet/figures
+@dirrmtry share/help/cs/mate-stickynotes_applet
+@dirrmtry share/help/cs/mate-multiload/figures
+@dirrmtry share/help/cs/mate-multiload
+@dirrmtry share/help/cs/mate-geyes/figures
+@dirrmtry share/help/cs/mate-geyes
+@dirrmtry share/help/cs/mate-drivemount/figures
+@dirrmtry share/help/cs/mate-drivemount
+@dirrmtry share/help/cs/mate-char-palette/figures
+@dirrmtry share/help/cs/mate-char-palette
+@dirrmtry share/help/cs/mate-accessx-status/figures
+@dirrmtry share/help/cs/mate-accessx-status
+@dirrmtry share/help/cs
+@dirrmtry share/help/ca/mateweather/figures
+@dirrmtry share/help/ca/mateweather
+@dirrmtry share/help/ca/mate-trashapplet/figures
+@dirrmtry share/help/ca/mate-trashapplet
+@dirrmtry share/help/ca/mate-stickynotes_applet/figures
+@dirrmtry share/help/ca/mate-stickynotes_applet
+@dirrmtry share/help/ca/mate-multiload/figures
+@dirrmtry share/help/ca/mate-multiload
+@dirrmtry share/help/ca/mate-invest-applet/figures
+@dirrmtry share/help/ca/mate-invest-applet
+@dirrmtry share/help/ca/mate-geyes/figures
+@dirrmtry share/help/ca/mate-geyes
+@dirrmtry share/help/ca/mate-drivemount/figures
+@dirrmtry share/help/ca/mate-drivemount
+@dirrmtry share/help/ca/mate-char-palette/figures
+@dirrmtry share/help/ca/mate-char-palette
+@dirrmtry share/help/ca/mate-accessx-status/figures
+@dirrmtry share/help/ca/mate-accessx-status
+@dirrmtry share/help/ca
+@dirrmtry share/help/bg/mate-geyes/figures
+@dirrmtry share/help/bg/mate-geyes
+@dirrmtry share/help/bg/mate-char-palette/figures
+@dirrmtry share/help/bg/mate-char-palette
+@dirrmtry share/help/bg/mate-accessx-status/figures
+@dirrmtry share/help/bg/mate-accessx-status
+@dirrmtry share/help/bg
+@dirrmtry share/help/ast/mate-geyes/figures
+@dirrmtry share/help/ast/mate-geyes
+@dirrmtry share/help/ast
+@dirrmtry share/help/ar/mateweather/figures
+@dirrmtry share/help/ar/mateweather
+@dirrmtry share/help/ar
+@dirrmtry share/help/C/mateweather/figures
+@dirrmtry share/help/C/mateweather
+@dirrmtry share/help/C/mate-trashapplet/figures
+@dirrmtry share/help/C/mate-trashapplet
+@dirrmtry share/help/C/mate-stickynotes_applet/figures
+@dirrmtry share/help/C/mate-stickynotes_applet
+@dirrmtry share/help/C/mate-multiload/figures
+@dirrmtry share/help/C/mate-multiload
+@dirrmtry share/help/C/mate-invest-applet/figures
+@dirrmtry share/help/C/mate-invest-applet
+@dirrmtry share/help/C/mate-geyes/figures
+@dirrmtry share/help/C/mate-geyes
+@dirrmtry share/help/C/mate-drivemount/figures
+@dirrmtry share/help/C/mate-drivemount
+@dirrmtry share/help/C/mate-char-palette/figures
+@dirrmtry share/help/C/mate-char-palette
+@dirrmtry share/help/C/mate-accessx-status/figures
+@dirrmtry share/help/C/mate-accessx-status
+@dirrmtry share/help/C
+@dirrmtry share/help
@dirrm %%PYTHON_SITELIBDIR%%/mate_invest