pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import gnome-applets from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sat Mar 5 10:07:05 2016 +0200
Changeset:	e7ebc39c34adb23d2f6052726116e764e23c5b7d

Added Files:
	gnome-applets/DESCR
	gnome-applets/Makefile
	gnome-applets/PLIST
	gnome-applets/distinfo
	gnome-applets/options.mk
	gnome-applets/patches/patch-aa
	gnome-applets/patches/patch-ab
	gnome-applets/patches/patch-ad
	gnome-applets/patches/patch-battstat_battstat__applet.c
	gnome-applets/patches/patch-gweather_gweather-applet.c
	gnome-applets/patches/patch-hal

Log Message:
Import gnome-applets from pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e7ebc39c34adb23d2f6052726116e764e23c5b7d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnome-applets/DESCR                                |    2 +
 gnome-applets/Makefile                             |   97 ++
 gnome-applets/PLIST                                | 1800 ++++++++++++++++++++
 gnome-applets/distinfo                             |   12 +
 gnome-applets/options.mk                           |   22 +
 gnome-applets/patches/patch-aa                     |   13 +
 gnome-applets/patches/patch-ab                     |   12 +
 gnome-applets/patches/patch-ad                     |   24 +
 .../patches/patch-battstat_battstat__applet.c      |   16 +
 .../patches/patch-gweather_gweather-applet.c       |   17 +
 gnome-applets/patches/patch-hal                    |   26 +
 11 files changed, 2041 insertions(+)

diffs:
diff --git a/gnome-applets/DESCR b/gnome-applets/DESCR
new file mode 100644
index 0000000..ad79fcc
--- /dev/null
+++ b/gnome-applets/DESCR
@@ -0,0 +1,2 @@
+This package contains the panel applets for GNOME2.  The applets are a set
+of small utilities that run from within Gnome panels.
diff --git a/gnome-applets/Makefile b/gnome-applets/Makefile
new file mode 100644
index 0000000..fa4b7cf
--- /dev/null
+++ b/gnome-applets/Makefile
@@ -0,0 +1,97 @@
+# $NetBSD: Makefile,v 1.134 2015/12/05 21:26:07 adam Exp $
+
+DISTNAME=		gnome-applets-2.32.1.1
+PKGREVISION=		42
+CATEGORIES=		x11 gnome
+MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gnome-applets/2.32/}
+EXTRACT_SUFX=		.tar.bz2
+
+MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=		http://www.gnome.org/
+COMMENT=		GNOME2 panel applets
+
+GNU_CONFIGURE=		yes
+USE_TOOLS+=		gmake intltool msgfmt pkg-config
+USE_PKGLOCALEDIR=	yes
+USE_LIBTOOL=		yes
+
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35 # py-ORBit via py-gnome2
+
+.include "options.mk"
+
+CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR:Q}
+# obsolete; replaced by PA mixer in gnome-media>=2.26
+CONFIGURE_ARGS+=	--enable-mixer-applet
+# obsolete; replaced by gnome-power-manager>=2.24
+CONFIGURE_ARGS+=	--disable-cpufreq
+
+EGDIR=			${PREFIX}/share/examples/gnome-applets
+
+GCONF_SCHEMAS=		charpick.schemas
+GCONF_SCHEMAS+=	drivemount.schemas
+GCONF_SCHEMAS+=	geyes.schemas
+#GCONF_SCHEMAS+=	gswitchit.schemas
+GCONF_SCHEMAS+=	mixer.schemas
+GCONF_SCHEMAS+=	multiload.schemas
+GCONF_SCHEMAS+=	stickynotes.schemas
+
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+=		battstat
+.if ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || \
+    (${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h))
+GCONF_SCHEMAS+=	battstat.schemas
+PLIST.battstat=		yes
+CONF_FILES+=		${EGDIR}/sound/events/battstat_applet.soundlist \
+			${PKG_SYSCONFDIR}/sound/events/battstat_applet.soundlist
+.else
+CONFIGURE_ARGS+=	--disable-battstat
+.endif
+
+PRINT_PLIST_AWK+=	/[Bb]attstat/ { print "$${PLIST.battstat}"$$0; next; }
+PRINT_PLIST_AWK+=	/examples/ { print "$${PLIST.battstat}"$$0; next; }
+
+.include "../../devel/GConf/schemas.mk"
+
+PY_PATCHPLIST=	yes
+REPLACE_PYTHON+=	invest-applet/invest/invest-applet.py
+REPLACE_PYTHON+=	invest-applet/invest/invest-chart
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+=			glib2>=2.18.0
+.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libgweather+=	libgweather>=2.22.1
+.include "../../devel/libgweather/buildlink3.mk"
+.include "../../devel/libwnck/buildlink3.mk"
+.include "../../fonts/gucharmap/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gnome-icon-theme+=	gnome-icon-theme>=2.15.91
+.include "../../graphics/gnome-icon-theme/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/omf-scrollkeeper.mk"
+BUILDLINK_API_DEPENDS.gst-plugins0.10-base+=	gst-plugins0.10-base>=0.10.2
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gstreamer0.10+=		gstreamer0.10>=0.10.2
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+BUILDLINK_API_DEPENDS.dbus+=	dbus>=1.1.2
+.include "../../sysutils/dbus/buildlink3.mk"
+BUILDLINK_API_DEPENDS.dbus-glib+=	dbus-glib>=0.74
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../sysutils/gnome-settings-daemon/buildlink3.mk"
+.include "../../sysutils/libgtop/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../x11/gnome-control-center/buildlink3.mk"
+.include "../../x11/gnome-desktop/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gnome-panel+=	gnome-panel>=2.31.2
+.include "../../x11/gnome-panel/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+=			gtk2+>=2.13.0
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libgnomekbd/buildlink3.mk"
+.include "../../x11/libxklavier/buildlink3.mk"
+.include "../../x11/py-gnome2-desktop/buildlink3.mk"
+.include "../../x11/py-gnome2/buildlink3.mk"
+
+.include "../../mk/oss.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gnome-applets/PLIST b/gnome-applets/PLIST
new file mode 100644
index 0000000..38abb48
--- /dev/null
+++ b/gnome-applets/PLIST
@@ -0,0 +1,1800 @@
+@comment $NetBSD: PLIST,v 1.29 2010/11/26 11:34:41 drochner Exp $
+bin/invest-chart
+lib/bonobo/servers/GNOME_CDPlayerApplet.server
+lib/bonobo/servers/GNOME_GtikApplet.server
+lib/bonobo/servers/GNOME_KeyboardApplet.server
+lib/bonobo/servers/GNOME_MailcheckApplet_Factory.server
+lib/bonobo/servers/GNOME_MiniCommanderApplet.server
+lib/bonobo/servers/GNOME_NullApplet_Factory.server
+lib/bonobo/servers/GNOME_Panel_WirelessApplet.server
+lib/bonobo/servers/Invest_Applet.server
+${PYSITELIB}/invest/__init__.py
+${PYSITELIB}/invest/__init__.pyc
+${PYSITELIB}/invest/__init__.pyo
+${PYSITELIB}/invest/about.py
+${PYSITELIB}/invest/about.pyc
+${PYSITELIB}/invest/about.pyo
+${PYSITELIB}/invest/applet.py
+${PYSITELIB}/invest/applet.pyc
+${PYSITELIB}/invest/applet.pyo
+${PYSITELIB}/invest/chart.py
+${PYSITELIB}/invest/chart.pyc
+${PYSITELIB}/invest/chart.pyo
+${PYSITELIB}/invest/currencies.py
+${PYSITELIB}/invest/currencies.pyc
+${PYSITELIB}/invest/currencies.pyo
+${PYSITELIB}/invest/defs.py
+${PYSITELIB}/invest/defs.pyc
+${PYSITELIB}/invest/defs.pyo
+${PYSITELIB}/invest/help.py
+${PYSITELIB}/invest/help.pyc
+${PYSITELIB}/invest/help.pyo
+${PYSITELIB}/invest/networkmanager.py
+${PYSITELIB}/invest/networkmanager.pyc
+${PYSITELIB}/invest/networkmanager.pyo
+${PYSITELIB}/invest/preferences.py
+${PYSITELIB}/invest/preferences.pyc
+${PYSITELIB}/invest/preferences.pyo
+${PYSITELIB}/invest/quotes.py
+${PYSITELIB}/invest/quotes.pyc
+${PYSITELIB}/invest/quotes.pyo
+${PYSITELIB}/invest/widgets.py
+${PYSITELIB}/invest/widgets.pyc
+${PYSITELIB}/invest/widgets.pyo
+libexec/accessx-status-applet
+${PLIST.battstat}libexec/battstat-applet-2
+libexec/charpick_applet2
+libexec/drivemount_applet2
+libexec/geyes_applet2
+libexec/gweather-applet-2
+libexec/invest-applet
+libexec/mixer_applet2
+libexec/multiload-applet-2
+libexec/null_applet
+libexec/stickynotes_applet
+libexec/trashapplet
+share/dbus-1/services/org.gnome.panel.applet.AccessxStatusAppletFactory.service
+${PLIST.battstat}share/dbus-1/services/org.gnome.panel.applet.BattstatAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.CharpickerAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.DriveMountAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.GWeatherAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.GeyesAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.MixerAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.MultiLoadAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.StickyNotesAppletFactory.service
+share/dbus-1/services/org.gnome.panel.applet.TrashAppletFactory.service
+${PLIST.battstat}share/examples/gnome-applets/sound/events/battstat_applet.soundlist
+${PLIST.battstat}share/gconf/schemas/battstat.schemas
+share/gconf/schemas/charpick.schemas
+share/gconf/schemas/drivemount.schemas
+share/gconf/schemas/geyes.schemas
+share/gconf/schemas/mixer.schemas
+share/gconf/schemas/multiload.schemas
+share/gconf/schemas/stickynotes.schemas
+share/gnome-2.0/ui/Invest_Applet.xml
+share/gnome-2.0/ui/accessx-status-applet-menu.xml
+${PLIST.battstat}share/gnome-2.0/ui/battstat-applet-menu.xml
+share/gnome-2.0/ui/charpick-applet-menu.xml
+share/gnome-2.0/ui/drivemount-applet-menu.xml
+share/gnome-2.0/ui/geyes-applet-menu.xml
+share/gnome-2.0/ui/gweather-applet-menu.xml
+share/gnome-2.0/ui/mixer-applet-menu.xml
+share/gnome-2.0/ui/multiload-applet-menu.xml
+share/gnome-2.0/ui/stickynotes-applet-menu.xml
+share/gnome-2.0/ui/trashapplet-menu.xml
+${PLIST.battstat}share/gnome-applets/builder/battstat_applet.ui
+share/gnome-applets/builder/financialchart.ui
+share/gnome-applets/builder/prefs-dialog.ui
+share/gnome-applets/builder/stickynotes.ui
+share/gnome-applets/builder/trashapplet-empty-progress.ui
+share/gnome-applets/geyes/Bizarre/Bizarre-eye.png
+share/gnome-applets/geyes/Bizarre/Bizarre-pupil.png
+share/gnome-applets/geyes/Bizarre/config
+share/gnome-applets/geyes/Bloodshot/Bloodshot-eye.png
+share/gnome-applets/geyes/Bloodshot/Bloodshot-pupil.png
+share/gnome-applets/geyes/Bloodshot/config
+share/gnome-applets/geyes/Default-tiny/Default-tiny-eye.png
+share/gnome-applets/geyes/Default-tiny/Default-tiny-pupil.png
+share/gnome-applets/geyes/Default-tiny/config
+share/gnome-applets/geyes/Default/Default-eye.png
+share/gnome-applets/geyes/Default/Default-pupil.png
+share/gnome-applets/geyes/Default/config
+share/gnome-applets/geyes/Horrid/config
+share/gnome-applets/geyes/Horrid/horrid_eye.png
+share/gnome-applets/geyes/Horrid/horrid_pupil.png
+share/gnome-applets/geyes/Tango/config
+share/gnome-applets/geyes/Tango/tango-eye.png
+share/gnome-applets/geyes/Tango/tango-pupil.png
+share/gnome-applets/invest-applet/invest-16_neutral.png
+share/gnome-applets/invest-applet/invest-22_down.png
+share/gnome-applets/invest-applet/invest-22_neutral.png
+share/gnome-applets/invest-applet/invest-22_up.png
+share/gnome-applets/invest-applet/invest_down.svg
+share/gnome-applets/invest-applet/invest_neutral.svg
+share/gnome-applets/invest-applet/invest_up.svg
+share/gnome-panel/applets/org.gnome.applets.AccessxStatusApplet.panel-applet
+${PLIST.battstat}share/gnome-panel/applets/org.gnome.applets.BattstatApplet.panel-applet
+share/gnome-panel/applets/org.gnome.applets.CharpickerApplet.panel-applet
+share/gnome-panel/applets/org.gnome.applets.DriveMountApplet.panel-applet
+share/gnome-panel/applets/org.gnome.applets.GWeatherApplet.panel-applet
+share/gnome-panel/applets/org.gnome.applets.GeyesApplet.panel-applet
+share/gnome-panel/applets/org.gnome.applets.MixerApplet.panel-applet
+share/gnome-panel/applets/org.gnome.applets.MultiLoadApplet.panel-applet
+share/gnome-panel/applets/org.gnome.applets.StickyNotesApplet.panel-applet
+share/gnome-panel/applets/org.gnome.applets.TrashApplet.panel-applet
+share/gnome/help/accessx-status/C/accessx-status.xml
+share/gnome/help/accessx-status/C/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/C/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/C/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/C/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/C/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/C/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/C/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/C/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/C/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/C/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/C/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/C/legal.xml
+share/gnome/help/accessx-status/bg/accessx-status.xml
+share/gnome/help/accessx-status/bg/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/bg/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/bg/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/bg/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/bg/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/bg/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/bg/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/bg/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/bg/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/bg/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/bg/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/ca/accessx-status.xml
+share/gnome/help/accessx-status/ca/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/ca/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/ca/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/ca/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/ca/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/ca/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/ca/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/ca/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/ca/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/ca/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/ca/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/cs/accessx-status.xml
+share/gnome/help/accessx-status/cs/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/cs/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/cs/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/cs/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/cs/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/cs/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/cs/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/cs/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/cs/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/cs/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/cs/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/de/accessx-status.xml
+share/gnome/help/accessx-status/de/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/de/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/de/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/de/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/de/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/de/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/de/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/de/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/de/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/de/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/de/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/el/accessx-status.xml
+share/gnome/help/accessx-status/el/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/el/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/el/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/el/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/el/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/el/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/el/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/el/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/el/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/el/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/el/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/en_GB/accessx-status.xml
+share/gnome/help/accessx-status/en_GB/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/en_GB/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/en_GB/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/en_GB/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/en_GB/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/en_GB/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/es/accessx-status.xml
+share/gnome/help/accessx-status/es/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/es/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/es/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/es/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/es/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/es/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/es/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/es/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/es/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/es/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/es/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/eu/accessx-status.xml
+share/gnome/help/accessx-status/eu/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/eu/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/eu/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/eu/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/eu/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/eu/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/eu/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/eu/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/eu/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/eu/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/eu/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/fi/accessx-status.xml
+share/gnome/help/accessx-status/fi/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/fi/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/fi/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/fi/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/fi/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/fi/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/fi/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/fi/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/fi/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/fi/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/fi/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/fr/accessx-status.xml
+share/gnome/help/accessx-status/fr/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/fr/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/fr/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/fr/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/fr/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/fr/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/fr/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/fr/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/fr/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/fr/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/fr/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/gl/accessx-status.xml
+share/gnome/help/accessx-status/gl/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/gl/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/gl/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/gl/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/gl/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/gl/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/gl/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/gl/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/gl/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/gl/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/gl/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/it/accessx-status.xml
+share/gnome/help/accessx-status/it/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/it/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/it/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/it/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/it/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/it/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/it/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/it/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/it/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/it/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/it/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/ko/accessx-status.xml
+share/gnome/help/accessx-status/ko/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/ko/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/ko/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/ko/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/ko/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/ko/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/ko/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/ko/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/ko/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/ko/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/ko/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/nl/accessx-status.xml
+share/gnome/help/accessx-status/nl/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/nl/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/nl/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/nl/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/nl/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/nl/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/nl/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/nl/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/nl/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/nl/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/nl/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/oc/accessx-status.xml
+share/gnome/help/accessx-status/oc/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/oc/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/oc/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/oc/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/oc/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/oc/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/oc/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/oc/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/oc/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/oc/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/oc/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/sv/accessx-status.xml
+share/gnome/help/accessx-status/sv/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/sv/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/sv/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/sv/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/sv/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/sv/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/sv/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/sv/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/sv/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/sv/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/sv/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/uk/accessx-status.xml
+share/gnome/help/accessx-status/uk/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/uk/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/uk/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/uk/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/uk/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/uk/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/uk/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/uk/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/uk/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/uk/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/uk/figures/accessx_sticky-windows-key.png
+share/gnome/help/accessx-status/zh_CN/accessx-status.xml
+share/gnome/help/accessx-status/zh_CN/figures/accessx-status-applet.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx-status-disabled.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx_bounce-keys.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx_mouse-keys.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx_slow-keys.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-altGr-key.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-ctrl-key.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-keys.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-meta-key.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-shift-key.png
+share/gnome/help/accessx-status/zh_CN/figures/accessx_sticky-windows-key.png
+${PLIST.battstat}share/gnome/help/battstat/C/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/C/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/C/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/C/legal.xml
+${PLIST.battstat}share/gnome/help/battstat/bg/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/bg/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/bg/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/ca/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/ca/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/ca/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/ca/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/ca/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/ca/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/cs/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/cs/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/cs/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/cs/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/cs/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/cs/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/da/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/da/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/da/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/da/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/da/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/da/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/de/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/de/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/de/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/el/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/el/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/el/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/en_GB/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/en_GB/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/es/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/es/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/es/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/eu/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/eu/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/eu/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/fi/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/fi/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/fi/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/fr/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/fr/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/fr/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/ko/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/ko/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/ko/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/oc/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/oc/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/oc/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/pa/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/pa/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/pa/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/pt_BR/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/pt_BR/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/sv/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/sv/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/sv/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/uk/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/uk/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/uk/figures/context-menu.png
+${PLIST.battstat}share/gnome/help/battstat/zh_CN/battstat.xml
+${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/battstat-applet-expanded.png
+${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/battstat-applet.png
+${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/battstat-credits-hal.png
+${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/battstat-preferences.png
+${PLIST.battstat}share/gnome/help/battstat/zh_CN/figures/context-menu.png
+share/gnome/help/char-palette/C/char-palette.xml
+share/gnome/help/char-palette/C/figures/charpalette_applet.png
+share/gnome/help/char-palette/C/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/C/figures/charpick-preferences.png
+share/gnome/help/char-palette/C/figures/charpick_characters.png
+share/gnome/help/char-palette/C/legal.xml
+share/gnome/help/char-palette/bg/char-palette.xml
+share/gnome/help/char-palette/bg/figures/charpalette_applet.png
+share/gnome/help/char-palette/bg/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/bg/figures/charpick-preferences.png
+share/gnome/help/char-palette/bg/figures/charpick_characters.png
+share/gnome/help/char-palette/ca/char-palette.xml
+share/gnome/help/char-palette/ca/figures/charpalette_applet.png
+share/gnome/help/char-palette/ca/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/ca/figures/charpick-preferences.png
+share/gnome/help/char-palette/ca/figures/charpick_characters.png
+share/gnome/help/char-palette/cs/char-palette.xml
+share/gnome/help/char-palette/cs/figures/charpalette_applet.png
+share/gnome/help/char-palette/cs/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/cs/figures/charpick-preferences.png
+share/gnome/help/char-palette/cs/figures/charpick_characters.png
+share/gnome/help/char-palette/de/char-palette.xml
+share/gnome/help/char-palette/de/figures/charpalette_applet.png
+share/gnome/help/char-palette/de/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/de/figures/charpick-preferences.png
+share/gnome/help/char-palette/de/figures/charpick_characters.png
+share/gnome/help/char-palette/el/char-palette.xml
+share/gnome/help/char-palette/el/figures/charpalette_applet.png
+share/gnome/help/char-palette/el/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/el/figures/charpick-preferences.png
+share/gnome/help/char-palette/el/figures/charpick_characters.png
+share/gnome/help/char-palette/en_GB/char-palette.xml
+share/gnome/help/char-palette/en_GB/figures/charpalette_applet.png
+share/gnome/help/char-palette/en_GB/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/en_GB/figures/charpick-preferences.png
+share/gnome/help/char-palette/en_GB/figures/charpick_characters.png
+share/gnome/help/char-palette/es/char-palette.xml
+share/gnome/help/char-palette/es/figures/charpalette_applet.png
+share/gnome/help/char-palette/es/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/es/figures/charpick-preferences.png
+share/gnome/help/char-palette/es/figures/charpick_characters.png
+share/gnome/help/char-palette/eu/char-palette.xml
+share/gnome/help/char-palette/eu/figures/charpalette_applet.png
+share/gnome/help/char-palette/eu/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/eu/figures/charpick-preferences.png
+share/gnome/help/char-palette/eu/figures/charpick_characters.png
+share/gnome/help/char-palette/fi/char-palette.xml
+share/gnome/help/char-palette/fi/figures/charpalette_applet.png
+share/gnome/help/char-palette/fi/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/fi/figures/charpick-preferences.png
+share/gnome/help/char-palette/fi/figures/charpick_characters.png
+share/gnome/help/char-palette/fr/char-palette.xml
+share/gnome/help/char-palette/fr/figures/charpalette_applet.png
+share/gnome/help/char-palette/fr/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/fr/figures/charpick-preferences.png
+share/gnome/help/char-palette/fr/figures/charpick_characters.png
+share/gnome/help/char-palette/it/char-palette.xml
+share/gnome/help/char-palette/it/figures/charpalette_applet.png
+share/gnome/help/char-palette/it/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/it/figures/charpick-preferences.png
+share/gnome/help/char-palette/it/figures/charpick_characters.png
+share/gnome/help/char-palette/ko/char-palette.xml
+share/gnome/help/char-palette/ko/figures/charpalette_applet.png
+share/gnome/help/char-palette/ko/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/ko/figures/charpick-preferences.png
+share/gnome/help/char-palette/ko/figures/charpick_characters.png
+share/gnome/help/char-palette/nl/char-palette.xml
+share/gnome/help/char-palette/nl/figures/charpalette_applet.png
+share/gnome/help/char-palette/nl/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/nl/figures/charpick-preferences.png
+share/gnome/help/char-palette/nl/figures/charpick_characters.png
+share/gnome/help/char-palette/oc/char-palette.xml
+share/gnome/help/char-palette/oc/figures/charpalette_applet.png
+share/gnome/help/char-palette/oc/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/oc/figures/charpick-preferences.png
+share/gnome/help/char-palette/oc/figures/charpick_characters.png
+share/gnome/help/char-palette/pt_BR/char-palette.xml
+share/gnome/help/char-palette/pt_BR/figures/charpalette_applet.png
+share/gnome/help/char-palette/pt_BR/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/pt_BR/figures/charpick-preferences.png
+share/gnome/help/char-palette/pt_BR/figures/charpick_characters.png
+share/gnome/help/char-palette/ru/char-palette.xml
+share/gnome/help/char-palette/ru/figures/charpalette_applet.png
+share/gnome/help/char-palette/ru/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/ru/figures/charpick-preferences.png
+share/gnome/help/char-palette/ru/figures/charpick_characters.png
+share/gnome/help/char-palette/sv/char-palette.xml
+share/gnome/help/char-palette/sv/figures/charpalette_applet.png
+share/gnome/help/char-palette/sv/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/sv/figures/charpick-preferences.png
+share/gnome/help/char-palette/sv/figures/charpick_characters.png
+share/gnome/help/char-palette/uk/char-palette.xml
+share/gnome/help/char-palette/uk/figures/charpalette_applet.png
+share/gnome/help/char-palette/uk/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/uk/figures/charpick-preferences.png
+share/gnome/help/char-palette/uk/figures/charpick_characters.png
+share/gnome/help/char-palette/zh_CN/char-palette.xml
+share/gnome/help/char-palette/zh_CN/figures/charpalette_applet.png
+share/gnome/help/char-palette/zh_CN/figures/charpalette_chargroup.png
+share/gnome/help/char-palette/zh_CN/figures/charpick-preferences.png
+share/gnome/help/char-palette/zh_CN/figures/charpick_characters.png
+share/gnome/help/drivemount/C/drivemount.xml
+share/gnome/help/drivemount/C/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/C/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/C/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/C/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/C/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/C/legal.xml
+share/gnome/help/drivemount/ca/drivemount.xml
+share/gnome/help/drivemount/ca/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/ca/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/ca/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/ca/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/ca/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/cs/drivemount.xml
+share/gnome/help/drivemount/cs/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/cs/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/cs/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/cs/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/cs/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/da/drivemount.xml
+share/gnome/help/drivemount/da/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/da/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/da/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/da/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/da/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/de/drivemount.xml
+share/gnome/help/drivemount/de/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/de/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/de/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/de/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/de/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/el/drivemount.xml
+share/gnome/help/drivemount/el/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/el/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/el/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/el/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/el/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/en_GB/drivemount.xml
+share/gnome/help/drivemount/en_GB/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/en_GB/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/en_GB/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/en_GB/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/en_GB/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/es/drivemount.xml
+share/gnome/help/drivemount/es/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/es/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/es/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/es/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/es/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/eu/drivemount.xml
+share/gnome/help/drivemount/eu/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/eu/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/eu/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/eu/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/eu/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/fi/drivemount.xml
+share/gnome/help/drivemount/fi/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/fi/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/fi/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/fi/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/fi/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/fr/drivemount.xml
+share/gnome/help/drivemount/fr/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/fr/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/fr/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/fr/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/fr/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/it/drivemount.xml
+share/gnome/help/drivemount/it/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/it/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/it/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/it/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/it/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/ko/drivemount.xml
+share/gnome/help/drivemount/ko/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/ko/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/ko/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/ko/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/ko/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/oc/drivemount.xml
+share/gnome/help/drivemount/oc/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/oc/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/oc/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/oc/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/oc/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/pa/drivemount.xml
+share/gnome/help/drivemount/pa/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/pa/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/pa/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/pa/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/pa/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/ru/drivemount.xml
+share/gnome/help/drivemount/ru/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/ru/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/ru/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/ru/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/ru/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/sv/drivemount.xml
+share/gnome/help/drivemount/sv/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/sv/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/sv/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/sv/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/sv/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/uk/drivemount.xml
+share/gnome/help/drivemount/uk/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/uk/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/uk/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/uk/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/uk/figures/drivemount-applet_status.png
+share/gnome/help/drivemount/zh_CN/drivemount.xml
+share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_eject.png
+share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_example.png
+share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_mount.png
+share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_open.png
+share/gnome/help/drivemount/zh_CN/figures/drivemount-applet_status.png
+share/gnome/help/geyes/C/figures/geyes_applet.png
+share/gnome/help/geyes/C/geyes.xml
+share/gnome/help/geyes/C/legal.xml
+share/gnome/help/geyes/ast/figures/geyes_applet.png
+share/gnome/help/geyes/ast/geyes.xml
+share/gnome/help/geyes/bg/figures/geyes_applet.png
+share/gnome/help/geyes/bg/geyes.xml
+share/gnome/help/geyes/ca/figures/geyes_applet.png
+share/gnome/help/geyes/ca/geyes.xml
+share/gnome/help/geyes/cs/figures/geyes_applet.png
+share/gnome/help/geyes/cs/geyes.xml
+share/gnome/help/geyes/da/figures/geyes_applet.png
+share/gnome/help/geyes/da/geyes.xml
+share/gnome/help/geyes/de/figures/geyes_applet.png
+share/gnome/help/geyes/de/geyes.xml
+share/gnome/help/geyes/el/figures/geyes_applet.png
+share/gnome/help/geyes/el/geyes.xml
+share/gnome/help/geyes/en_GB/figures/geyes_applet.png
+share/gnome/help/geyes/en_GB/geyes.xml
+share/gnome/help/geyes/es/figures/geyes_applet.png
+share/gnome/help/geyes/es/geyes.xml
+share/gnome/help/geyes/eu/figures/geyes_applet.png
+share/gnome/help/geyes/eu/geyes.xml
+share/gnome/help/geyes/fi/figures/geyes_applet.png
+share/gnome/help/geyes/fi/geyes.xml
+share/gnome/help/geyes/fr/figures/geyes_applet.png
+share/gnome/help/geyes/fr/geyes.xml
+share/gnome/help/geyes/it/figures/geyes_applet.png
+share/gnome/help/geyes/it/geyes.xml
+share/gnome/help/geyes/ko/figures/geyes_applet.png
+share/gnome/help/geyes/ko/geyes.xml
+share/gnome/help/geyes/oc/figures/geyes_applet.png
+share/gnome/help/geyes/oc/geyes.xml
+share/gnome/help/geyes/ru/figures/geyes_applet.png
+share/gnome/help/geyes/ru/geyes.xml
+share/gnome/help/geyes/sv/figures/geyes_applet.png
+share/gnome/help/geyes/sv/geyes.xml
+share/gnome/help/geyes/uk/figures/geyes_applet.png
+share/gnome/help/geyes/uk/geyes.xml
+share/gnome/help/geyes/zh_CN/figures/geyes_applet.png
+share/gnome/help/geyes/zh_CN/geyes.xml
+share/gnome/help/geyes/zh_HK/figures/geyes_applet.png
+share/gnome/help/geyes/zh_HK/geyes.xml
+share/gnome/help/geyes/zh_TW/figures/geyes_applet.png
+share/gnome/help/geyes/zh_TW/geyes.xml
+share/gnome/help/gweather/C/figures/gweather-details.png
+share/gnome/help/gweather/C/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/C/figures/gweather-prefs-general.png
+share/gnome/help/gweather/C/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/C/figures/gweather_applet.png
+share/gnome/help/gweather/C/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/C/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/C/figures/stock_weather-fog.png
+share/gnome/help/gweather/C/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/C/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/C/figures/stock_weather-showers.png
+share/gnome/help/gweather/C/figures/stock_weather-snow.png
+share/gnome/help/gweather/C/figures/stock_weather-storm.png
+share/gnome/help/gweather/C/figures/stock_weather-sunny.png
+share/gnome/help/gweather/C/gweather.xml
+share/gnome/help/gweather/C/legal.xml
+share/gnome/help/gweather/ar/figures/gweather-details.png
+share/gnome/help/gweather/ar/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/ar/figures/gweather-prefs-general.png
+share/gnome/help/gweather/ar/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/ar/figures/gweather_applet.png
+share/gnome/help/gweather/ar/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/ar/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/ar/figures/stock_weather-fog.png
+share/gnome/help/gweather/ar/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/ar/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/ar/figures/stock_weather-showers.png
+share/gnome/help/gweather/ar/figures/stock_weather-snow.png
+share/gnome/help/gweather/ar/figures/stock_weather-storm.png
+share/gnome/help/gweather/ar/figures/stock_weather-sunny.png
+share/gnome/help/gweather/ar/gweather.xml
+share/gnome/help/gweather/ca/figures/gweather-details.png
+share/gnome/help/gweather/ca/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/ca/figures/gweather-prefs-general.png
+share/gnome/help/gweather/ca/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/ca/figures/gweather_applet.png
+share/gnome/help/gweather/ca/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/ca/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/ca/figures/stock_weather-fog.png
+share/gnome/help/gweather/ca/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/ca/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/ca/figures/stock_weather-showers.png
+share/gnome/help/gweather/ca/figures/stock_weather-snow.png
+share/gnome/help/gweather/ca/figures/stock_weather-storm.png
+share/gnome/help/gweather/ca/figures/stock_weather-sunny.png
+share/gnome/help/gweather/ca/gweather.xml
+share/gnome/help/gweather/cs/figures/gweather-details.png
+share/gnome/help/gweather/cs/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/cs/figures/gweather-prefs-general.png
+share/gnome/help/gweather/cs/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/cs/figures/gweather_applet.png
+share/gnome/help/gweather/cs/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/cs/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/cs/figures/stock_weather-fog.png
+share/gnome/help/gweather/cs/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/cs/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/cs/figures/stock_weather-showers.png
+share/gnome/help/gweather/cs/figures/stock_weather-snow.png
+share/gnome/help/gweather/cs/figures/stock_weather-storm.png
+share/gnome/help/gweather/cs/figures/stock_weather-sunny.png
+share/gnome/help/gweather/cs/gweather.xml
+share/gnome/help/gweather/de/figures/gweather-details.png
+share/gnome/help/gweather/de/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/de/figures/gweather-prefs-general.png
+share/gnome/help/gweather/de/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/de/figures/gweather_applet.png
+share/gnome/help/gweather/de/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/de/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/de/figures/stock_weather-fog.png
+share/gnome/help/gweather/de/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/de/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/de/figures/stock_weather-showers.png
+share/gnome/help/gweather/de/figures/stock_weather-snow.png
+share/gnome/help/gweather/de/figures/stock_weather-storm.png
+share/gnome/help/gweather/de/figures/stock_weather-sunny.png
+share/gnome/help/gweather/de/gweather.xml
+share/gnome/help/gweather/el/figures/gweather-details.png
+share/gnome/help/gweather/el/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/el/figures/gweather-prefs-general.png
+share/gnome/help/gweather/el/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/el/figures/gweather_applet.png
+share/gnome/help/gweather/el/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/el/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/el/figures/stock_weather-fog.png
+share/gnome/help/gweather/el/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/el/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/el/figures/stock_weather-showers.png
+share/gnome/help/gweather/el/figures/stock_weather-snow.png
+share/gnome/help/gweather/el/figures/stock_weather-storm.png
+share/gnome/help/gweather/el/figures/stock_weather-sunny.png
+share/gnome/help/gweather/el/gweather.xml
+share/gnome/help/gweather/en_GB/figures/gweather-details.png
+share/gnome/help/gweather/en_GB/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/en_GB/figures/gweather-prefs-general.png
+share/gnome/help/gweather/en_GB/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/en_GB/figures/gweather_applet.png
+share/gnome/help/gweather/en_GB/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/en_GB/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/en_GB/figures/stock_weather-fog.png
+share/gnome/help/gweather/en_GB/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/en_GB/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/en_GB/figures/stock_weather-showers.png
+share/gnome/help/gweather/en_GB/figures/stock_weather-snow.png
+share/gnome/help/gweather/en_GB/figures/stock_weather-storm.png
+share/gnome/help/gweather/en_GB/figures/stock_weather-sunny.png
+share/gnome/help/gweather/en_GB/gweather.xml
+share/gnome/help/gweather/es/figures/gweather-details.png
+share/gnome/help/gweather/es/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/es/figures/gweather-prefs-general.png
+share/gnome/help/gweather/es/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/es/figures/gweather_applet.png
+share/gnome/help/gweather/es/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/es/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/es/figures/stock_weather-fog.png
+share/gnome/help/gweather/es/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/es/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/es/figures/stock_weather-showers.png
+share/gnome/help/gweather/es/figures/stock_weather-snow.png
+share/gnome/help/gweather/es/figures/stock_weather-storm.png
+share/gnome/help/gweather/es/figures/stock_weather-sunny.png
+share/gnome/help/gweather/es/gweather.xml
+share/gnome/help/gweather/eu/figures/gweather-details.png
+share/gnome/help/gweather/eu/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/eu/figures/gweather-prefs-general.png
+share/gnome/help/gweather/eu/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/eu/figures/gweather_applet.png
+share/gnome/help/gweather/eu/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/eu/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/eu/figures/stock_weather-fog.png
+share/gnome/help/gweather/eu/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/eu/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/eu/figures/stock_weather-showers.png
+share/gnome/help/gweather/eu/figures/stock_weather-snow.png
+share/gnome/help/gweather/eu/figures/stock_weather-storm.png
+share/gnome/help/gweather/eu/figures/stock_weather-sunny.png
+share/gnome/help/gweather/eu/gweather.xml
+share/gnome/help/gweather/fi/figures/gweather-details.png
+share/gnome/help/gweather/fi/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/fi/figures/gweather-prefs-general.png
+share/gnome/help/gweather/fi/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/fi/figures/gweather_applet.png
+share/gnome/help/gweather/fi/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/fi/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/fi/figures/stock_weather-fog.png
+share/gnome/help/gweather/fi/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/fi/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/fi/figures/stock_weather-showers.png
+share/gnome/help/gweather/fi/figures/stock_weather-snow.png
+share/gnome/help/gweather/fi/figures/stock_weather-storm.png
+share/gnome/help/gweather/fi/figures/stock_weather-sunny.png
+share/gnome/help/gweather/fi/gweather.xml
+share/gnome/help/gweather/fr/figures/gweather-details.png
+share/gnome/help/gweather/fr/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/fr/figures/gweather-prefs-general.png
+share/gnome/help/gweather/fr/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/fr/figures/gweather_applet.png
+share/gnome/help/gweather/fr/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/fr/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/fr/figures/stock_weather-fog.png
+share/gnome/help/gweather/fr/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/fr/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/fr/figures/stock_weather-showers.png
+share/gnome/help/gweather/fr/figures/stock_weather-snow.png
+share/gnome/help/gweather/fr/figures/stock_weather-storm.png
+share/gnome/help/gweather/fr/figures/stock_weather-sunny.png
+share/gnome/help/gweather/fr/gweather.xml
+share/gnome/help/gweather/ko/figures/gweather-details.png
+share/gnome/help/gweather/ko/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/ko/figures/gweather-prefs-general.png
+share/gnome/help/gweather/ko/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/ko/figures/gweather_applet.png
+share/gnome/help/gweather/ko/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/ko/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/ko/figures/stock_weather-fog.png
+share/gnome/help/gweather/ko/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/ko/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/ko/figures/stock_weather-showers.png
+share/gnome/help/gweather/ko/figures/stock_weather-snow.png
+share/gnome/help/gweather/ko/figures/stock_weather-storm.png
+share/gnome/help/gweather/ko/figures/stock_weather-sunny.png
+share/gnome/help/gweather/ko/gweather.xml
+share/gnome/help/gweather/nl/figures/gweather-details.png
+share/gnome/help/gweather/nl/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/nl/figures/gweather-prefs-general.png
+share/gnome/help/gweather/nl/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/nl/figures/gweather_applet.png
+share/gnome/help/gweather/nl/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/nl/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/nl/figures/stock_weather-fog.png
+share/gnome/help/gweather/nl/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/nl/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/nl/figures/stock_weather-showers.png
+share/gnome/help/gweather/nl/figures/stock_weather-snow.png
+share/gnome/help/gweather/nl/figures/stock_weather-storm.png
+share/gnome/help/gweather/nl/figures/stock_weather-sunny.png
+share/gnome/help/gweather/nl/gweather.xml
+share/gnome/help/gweather/oc/figures/gweather-details.png
+share/gnome/help/gweather/oc/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/oc/figures/gweather-prefs-general.png
+share/gnome/help/gweather/oc/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/oc/figures/gweather_applet.png
+share/gnome/help/gweather/oc/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/oc/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/oc/figures/stock_weather-fog.png
+share/gnome/help/gweather/oc/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/oc/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/oc/figures/stock_weather-showers.png
+share/gnome/help/gweather/oc/figures/stock_weather-snow.png
+share/gnome/help/gweather/oc/figures/stock_weather-storm.png
+share/gnome/help/gweather/oc/figures/stock_weather-sunny.png
+share/gnome/help/gweather/oc/gweather.xml
+share/gnome/help/gweather/pa/figures/gweather-details.png
+share/gnome/help/gweather/pa/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/pa/figures/gweather-prefs-general.png
+share/gnome/help/gweather/pa/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/pa/figures/gweather_applet.png
+share/gnome/help/gweather/pa/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/pa/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/pa/figures/stock_weather-fog.png
+share/gnome/help/gweather/pa/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/pa/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/pa/figures/stock_weather-showers.png
+share/gnome/help/gweather/pa/figures/stock_weather-snow.png
+share/gnome/help/gweather/pa/figures/stock_weather-storm.png
+share/gnome/help/gweather/pa/figures/stock_weather-sunny.png
+share/gnome/help/gweather/pa/gweather.xml
+share/gnome/help/gweather/pt_BR/figures/gweather-details.png
+share/gnome/help/gweather/pt_BR/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/pt_BR/figures/gweather-prefs-general.png
+share/gnome/help/gweather/pt_BR/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/pt_BR/figures/gweather_applet.png
+share/gnome/help/gweather/pt_BR/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/pt_BR/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/pt_BR/figures/stock_weather-fog.png
+share/gnome/help/gweather/pt_BR/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/pt_BR/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/pt_BR/figures/stock_weather-showers.png
+share/gnome/help/gweather/pt_BR/figures/stock_weather-snow.png
+share/gnome/help/gweather/pt_BR/figures/stock_weather-storm.png
+share/gnome/help/gweather/pt_BR/figures/stock_weather-sunny.png
+share/gnome/help/gweather/pt_BR/gweather.xml
+share/gnome/help/gweather/ru/figures/gweather-details.png
+share/gnome/help/gweather/ru/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/ru/figures/gweather-prefs-general.png
+share/gnome/help/gweather/ru/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/ru/figures/gweather_applet.png
+share/gnome/help/gweather/ru/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/ru/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/ru/figures/stock_weather-fog.png
+share/gnome/help/gweather/ru/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/ru/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/ru/figures/stock_weather-showers.png
+share/gnome/help/gweather/ru/figures/stock_weather-snow.png
+share/gnome/help/gweather/ru/figures/stock_weather-storm.png
+share/gnome/help/gweather/ru/figures/stock_weather-sunny.png
+share/gnome/help/gweather/ru/gweather.xml
+share/gnome/help/gweather/sv/figures/gweather-details.png
+share/gnome/help/gweather/sv/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/sv/figures/gweather-prefs-general.png
+share/gnome/help/gweather/sv/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/sv/figures/gweather_applet.png
+share/gnome/help/gweather/sv/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/sv/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/sv/figures/stock_weather-fog.png
+share/gnome/help/gweather/sv/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/sv/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/sv/figures/stock_weather-showers.png
+share/gnome/help/gweather/sv/figures/stock_weather-snow.png
+share/gnome/help/gweather/sv/figures/stock_weather-storm.png
+share/gnome/help/gweather/sv/figures/stock_weather-sunny.png
+share/gnome/help/gweather/sv/gweather.xml
+share/gnome/help/gweather/uk/figures/gweather-details.png
+share/gnome/help/gweather/uk/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/uk/figures/gweather-prefs-general.png
+share/gnome/help/gweather/uk/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/uk/figures/gweather_applet.png
+share/gnome/help/gweather/uk/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/uk/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/uk/figures/stock_weather-fog.png
+share/gnome/help/gweather/uk/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/uk/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/uk/figures/stock_weather-showers.png
+share/gnome/help/gweather/uk/figures/stock_weather-snow.png
+share/gnome/help/gweather/uk/figures/stock_weather-storm.png
+share/gnome/help/gweather/uk/figures/stock_weather-sunny.png
+share/gnome/help/gweather/uk/gweather.xml
+share/gnome/help/gweather/zh_CN/figures/gweather-details.png
+share/gnome/help/gweather/zh_CN/figures/gweather-menu-prefs.png
+share/gnome/help/gweather/zh_CN/figures/gweather-prefs-general.png
+share/gnome/help/gweather/zh_CN/figures/gweather-prefs-locations.png
+share/gnome/help/gweather/zh_CN/figures/gweather_applet.png
+share/gnome/help/gweather/zh_CN/figures/stock_weather-cloudy.png
+share/gnome/help/gweather/zh_CN/figures/stock_weather-few-clouds.png
+share/gnome/help/gweather/zh_CN/figures/stock_weather-fog.png
+share/gnome/help/gweather/zh_CN/figures/stock_weather-night-clear.png
+share/gnome/help/gweather/zh_CN/figures/stock_weather-night-few-clouds.png
+share/gnome/help/gweather/zh_CN/figures/stock_weather-showers.png
+share/gnome/help/gweather/zh_CN/figures/stock_weather-snow.png
+share/gnome/help/gweather/zh_CN/figures/stock_weather-storm.png
+share/gnome/help/gweather/zh_CN/figures/stock_weather-sunny.png
+share/gnome/help/gweather/zh_CN/gweather.xml
+share/gnome/help/invest-applet/C/figures/symbol-search.png
+share/gnome/help/invest-applet/C/invest-applet.xml
+share/gnome/help/invest-applet/C/legal.xml
+share/gnome/help/invest-applet/ca/figures/symbol-search.png
+share/gnome/help/invest-applet/ca/invest-applet.xml
+share/gnome/help/invest-applet/de/figures/symbol-search.png
+share/gnome/help/invest-applet/de/invest-applet.xml
+share/gnome/help/invest-applet/el/figures/symbol-search.png
+share/gnome/help/invest-applet/el/invest-applet.xml
+share/gnome/help/invest-applet/en_GB/figures/symbol-search.png
+share/gnome/help/invest-applet/en_GB/invest-applet.xml
+share/gnome/help/invest-applet/es/figures/symbol-search.png
+share/gnome/help/invest-applet/es/invest-applet.xml
+share/gnome/help/invest-applet/fi/figures/symbol-search.png
+share/gnome/help/invest-applet/fi/invest-applet.xml
+share/gnome/help/invest-applet/it/figures/symbol-search.png
+share/gnome/help/invest-applet/it/invest-applet.xml
+share/gnome/help/invest-applet/ru/figures/symbol-search.png
+share/gnome/help/invest-applet/ru/invest-applet.xml
+share/gnome/help/invest-applet/sv/figures/symbol-search.png
+share/gnome/help/invest-applet/sv/invest-applet.xml
+share/gnome/help/invest-applet/zh_CN/figures/symbol-search.png
+share/gnome/help/invest-applet/zh_CN/invest-applet.xml
+share/gnome/help/mixer_applet2/C/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/C/legal.xml
+share/gnome/help/mixer_applet2/C/mixer_applet2.xml
+share/gnome/help/mixer_applet2/ca/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/ca/mixer_applet2.xml
+share/gnome/help/mixer_applet2/cs/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/cs/mixer_applet2.xml
+share/gnome/help/mixer_applet2/da/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/da/mixer_applet2.xml
+share/gnome/help/mixer_applet2/de/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/de/mixer_applet2.xml
+share/gnome/help/mixer_applet2/el/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/el/mixer_applet2.xml
+share/gnome/help/mixer_applet2/en_GB/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/en_GB/mixer_applet2.xml
+share/gnome/help/mixer_applet2/es/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/es/mixer_applet2.xml
+share/gnome/help/mixer_applet2/eu/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/eu/mixer_applet2.xml
+share/gnome/help/mixer_applet2/fi/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/fi/mixer_applet2.xml
+share/gnome/help/mixer_applet2/fr/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/fr/mixer_applet2.xml
+share/gnome/help/mixer_applet2/hu/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/hu/mixer_applet2.xml
+share/gnome/help/mixer_applet2/it/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/it/mixer_applet2.xml
+share/gnome/help/mixer_applet2/ko/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/ko/mixer_applet2.xml
+share/gnome/help/mixer_applet2/oc/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/oc/mixer_applet2.xml
+share/gnome/help/mixer_applet2/pa/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/pa/mixer_applet2.xml
+share/gnome/help/mixer_applet2/pt_BR/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/pt_BR/mixer_applet2.xml
+share/gnome/help/mixer_applet2/ru/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/ru/mixer_applet2.xml
+share/gnome/help/mixer_applet2/sv/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/sv/mixer_applet2.xml
+share/gnome/help/mixer_applet2/uk/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/uk/mixer_applet2.xml
+share/gnome/help/mixer_applet2/zh_CN/figures/volumecontrol_applet.png
+share/gnome/help/mixer_applet2/zh_CN/mixer_applet2.xml
+share/gnome/help/multiload/C/figures/multiload-preferences.png
+share/gnome/help/multiload/C/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/C/figures/system_monitor.png
+share/gnome/help/multiload/C/legal.xml
+share/gnome/help/multiload/C/multiload.xml
+share/gnome/help/multiload/ca/figures/multiload-preferences.png
+share/gnome/help/multiload/ca/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/ca/figures/system_monitor.png
+share/gnome/help/multiload/ca/multiload.xml
+share/gnome/help/multiload/cs/figures/multiload-preferences.png
+share/gnome/help/multiload/cs/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/cs/figures/system_monitor.png
+share/gnome/help/multiload/cs/multiload.xml
+share/gnome/help/multiload/de/figures/multiload-preferences.png
+share/gnome/help/multiload/de/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/de/figures/system_monitor.png
+share/gnome/help/multiload/de/multiload.xml
+share/gnome/help/multiload/el/figures/multiload-preferences.png
+share/gnome/help/multiload/el/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/el/figures/system_monitor.png
+share/gnome/help/multiload/el/multiload.xml
+share/gnome/help/multiload/en_GB/figures/multiload-preferences.png
+share/gnome/help/multiload/en_GB/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/en_GB/figures/system_monitor.png
+share/gnome/help/multiload/en_GB/multiload.xml
+share/gnome/help/multiload/es/figures/multiload-preferences.png
+share/gnome/help/multiload/es/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/es/figures/system_monitor.png
+share/gnome/help/multiload/es/multiload.xml
+share/gnome/help/multiload/eu/figures/multiload-preferences.png
+share/gnome/help/multiload/eu/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/eu/figures/system_monitor.png
+share/gnome/help/multiload/eu/multiload.xml
+share/gnome/help/multiload/fi/figures/multiload-preferences.png
+share/gnome/help/multiload/fi/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/fi/figures/system_monitor.png
+share/gnome/help/multiload/fi/multiload.xml
+share/gnome/help/multiload/fr/figures/multiload-preferences.png
+share/gnome/help/multiload/fr/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/fr/figures/system_monitor.png
+share/gnome/help/multiload/fr/multiload.xml
+share/gnome/help/multiload/ko/figures/multiload-preferences.png
+share/gnome/help/multiload/ko/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/ko/figures/system_monitor.png
+share/gnome/help/multiload/ko/multiload.xml
+share/gnome/help/multiload/oc/figures/multiload-preferences.png
+share/gnome/help/multiload/oc/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/oc/figures/system_monitor.png
+share/gnome/help/multiload/oc/multiload.xml
+share/gnome/help/multiload/pa/figures/multiload-preferences.png
+share/gnome/help/multiload/pa/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/pa/figures/system_monitor.png
+share/gnome/help/multiload/pa/multiload.xml
+share/gnome/help/multiload/pt_BR/figures/multiload-preferences.png
+share/gnome/help/multiload/pt_BR/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/pt_BR/figures/system_monitor.png
+share/gnome/help/multiload/pt_BR/multiload.xml
+share/gnome/help/multiload/ru/figures/multiload-preferences.png
+share/gnome/help/multiload/ru/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/ru/figures/system_monitor.png
+share/gnome/help/multiload/ru/multiload.xml
+share/gnome/help/multiload/sv/figures/multiload-preferences.png
+share/gnome/help/multiload/sv/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/sv/figures/system_monitor.png
+share/gnome/help/multiload/sv/multiload.xml
+share/gnome/help/multiload/uk/figures/multiload-preferences.png
+share/gnome/help/multiload/uk/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/uk/figures/system_monitor.png
+share/gnome/help/multiload/uk/multiload.xml
+share/gnome/help/multiload/zh_CN/figures/multiload-preferences.png
+share/gnome/help/multiload/zh_CN/figures/system-monitor-applet_window.png
+share/gnome/help/multiload/zh_CN/figures/system_monitor.png
+share/gnome/help/multiload/zh_CN/multiload.xml
+share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/C/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/C/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/C/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/C/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/C/legal.xml
+share/gnome/help/stickynotes_applet/C/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/ca/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/ca/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/ca/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/ca/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/ca/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/cs/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/cs/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/cs/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/cs/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/cs/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/de/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/de/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/de/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/de/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/de/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/el/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/el/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/el/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/el/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/el/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/en_GB/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/en_GB/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/en_GB/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/es/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/es/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/es/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/es/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/es/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/eu/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/eu/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/eu/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/eu/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/eu/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/fi/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/fi/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/fi/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/fi/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/fi/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/fr/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/fr/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/fr/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/fr/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/fr/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/ko/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/ko/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/ko/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/ko/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/ko/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/oc/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/oc/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/oc/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/oc/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/oc/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/pa/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/pa/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/pa/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/pa/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/pa/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/pt_BR/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/pt_BR/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/pt_BR/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/ru/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/ru/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/ru/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/ru/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/ru/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/sv/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/sv/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/sv/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/sv/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/sv/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/uk/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/uk/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/uk/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/uk/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/uk/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/zh_CN/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/zh_CN/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/zh_CN/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/zh_HK/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/zh_HK/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/zh_HK/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/zh_HK/stickynotes_applet.xml
+share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-lock.png
+share/gnome/help/stickynotes_applet/zh_TW/figures/stickynote-right-menu-new.png
+share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-note-prefs.png
+share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes-prefs.png
+share/gnome/help/stickynotes_applet/zh_TW/figures/stickynotes_applet.png
+share/gnome/help/stickynotes_applet/zh_TW/stickynotes_applet.xml
+share/gnome/help/trashapplet/C/figures/trash-applet.png
+share/gnome/help/trashapplet/C/legal.xml
+share/gnome/help/trashapplet/C/trashapplet.xml
+share/gnome/help/trashapplet/ca/figures/trash-applet.png
+share/gnome/help/trashapplet/ca/trashapplet.xml
+share/gnome/help/trashapplet/cs/figures/trash-applet.png
+share/gnome/help/trashapplet/cs/trashapplet.xml
+share/gnome/help/trashapplet/da/figures/trash-applet.png
+share/gnome/help/trashapplet/da/trashapplet.xml
+share/gnome/help/trashapplet/de/figures/trash-applet.png
+share/gnome/help/trashapplet/de/trashapplet.xml
+share/gnome/help/trashapplet/el/figures/trash-applet.png
+share/gnome/help/trashapplet/el/trashapplet.xml
+share/gnome/help/trashapplet/en_GB/figures/trash-applet.png
+share/gnome/help/trashapplet/en_GB/trashapplet.xml
+share/gnome/help/trashapplet/es/figures/trash-applet.png
+share/gnome/help/trashapplet/es/trashapplet.xml
+share/gnome/help/trashapplet/eu/figures/trash-applet.png
+share/gnome/help/trashapplet/eu/trashapplet.xml
+share/gnome/help/trashapplet/fi/figures/trash-applet.png
+share/gnome/help/trashapplet/fi/trashapplet.xml
+share/gnome/help/trashapplet/fr/figures/trash-applet.png
+share/gnome/help/trashapplet/fr/trashapplet.xml
+share/gnome/help/trashapplet/hu/figures/trash-applet.png
+share/gnome/help/trashapplet/hu/trashapplet.xml
+share/gnome/help/trashapplet/it/figures/trash-applet.png
+share/gnome/help/trashapplet/it/trashapplet.xml
+share/gnome/help/trashapplet/nl/figures/trash-applet.png
+share/gnome/help/trashapplet/nl/trashapplet.xml
+share/gnome/help/trashapplet/oc/figures/trash-applet.png
+share/gnome/help/trashapplet/oc/trashapplet.xml
+share/gnome/help/trashapplet/pa/figures/trash-applet.png
+share/gnome/help/trashapplet/pa/trashapplet.xml
+share/gnome/help/trashapplet/pt_BR/figures/trash-applet.png
+share/gnome/help/trashapplet/pt_BR/trashapplet.xml
+share/gnome/help/trashapplet/ru/figures/trash-applet.png
+share/gnome/help/trashapplet/ru/trashapplet.xml
+share/gnome/help/trashapplet/sv/figures/trash-applet.png
+share/gnome/help/trashapplet/sv/trashapplet.xml
+share/gnome/help/trashapplet/uk/figures/trash-applet.png
+share/gnome/help/trashapplet/uk/trashapplet.xml
+share/gnome/help/trashapplet/zh_CN/figures/trash-applet.png
+share/gnome/help/trashapplet/zh_CN/trashapplet.xml
+share/gnome/help/trashapplet/zh_HK/figures/trash-applet.png
+share/gnome/help/trashapplet/zh_HK/trashapplet.xml
+share/gnome/help/trashapplet/zh_TW/figures/trash-applet.png
+share/gnome/help/trashapplet/zh_TW/trashapplet.xml
+share/icons/hicolor/16x16/apps/gnome-eyes-applet.png
+share/icons/hicolor/16x16/apps/gnome-sticky-notes-applet.png
+share/icons/hicolor/16x16/apps/invest-applet.png
+share/icons/hicolor/22x22/apps/gnome-eyes-applet.png
+share/icons/hicolor/22x22/apps/gnome-sticky-notes-applet.png
+share/icons/hicolor/22x22/apps/invest-applet.png
+share/icons/hicolor/24x24/apps/gnome-eyes-applet.png
+share/icons/hicolor/24x24/apps/gnome-sticky-notes-applet.png
+share/icons/hicolor/32x32/apps/gnome-eyes-applet.png
+share/icons/hicolor/32x32/apps/gnome-sticky-notes-applet.png
+share/icons/hicolor/48x48/apps/ax-applet.png
+share/icons/hicolor/48x48/apps/invest-applet.png
+share/icons/hicolor/scalable/apps/gnome-eyes-applet.svg
+share/icons/hicolor/scalable/apps/gnome-sticky-notes-applet.svg
+share/icons/hicolor/scalable/apps/invest-applet.svg
+share/locale/af/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/am/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ar/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/as/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ast/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/az/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/be/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/be@latin/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/bn/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/br/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/bs/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/crh/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/cs/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/cy/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/da/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/de/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/dz/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/el/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/eo/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_AR/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_CL/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_CO/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_CR/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_DO/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_EC/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_ES/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_GT/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_HN/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_MX/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_NI/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_PA/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_PE/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_PR/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_SV/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_UY/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/es_VE/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/et/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/eu/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/fa/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/fi/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/fr/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ga/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/gl/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/gu/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/he/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/hi/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/hr/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/hu/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/hy/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/id/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/is/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/it/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ja/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ka/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/kk/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/kn/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ko/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ku/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ky/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/lt/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/lv/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/mai/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/mg/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/mk/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ml/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/mn/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/mr/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ms/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/nb/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ne/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/nl/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/nn/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/oc/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/or/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/pa/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/pl/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ps/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/pt/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ro/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ru/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/rw/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/si/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/sk/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/sq/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/sv/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ta/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/te/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/th/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/tr/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/ug/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/uk/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/vi/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/wa/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/xh/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-applets-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-applets-2.0.mo
+share/omf/accessx-status/accessx-status-C.omf
+share/omf/accessx-status/accessx-status-bg.omf
+share/omf/accessx-status/accessx-status-ca.omf
+share/omf/accessx-status/accessx-status-cs.omf
+share/omf/accessx-status/accessx-status-de.omf
+share/omf/accessx-status/accessx-status-el.omf
+share/omf/accessx-status/accessx-status-en_GB.omf
+share/omf/accessx-status/accessx-status-es.omf
+share/omf/accessx-status/accessx-status-eu.omf
+share/omf/accessx-status/accessx-status-fi.omf
+share/omf/accessx-status/accessx-status-fr.omf
+share/omf/accessx-status/accessx-status-gl.omf
+share/omf/accessx-status/accessx-status-it.omf
+share/omf/accessx-status/accessx-status-ko.omf
+share/omf/accessx-status/accessx-status-nl.omf
+share/omf/accessx-status/accessx-status-oc.omf
+share/omf/accessx-status/accessx-status-sv.omf
+share/omf/accessx-status/accessx-status-uk.omf
+share/omf/accessx-status/accessx-status-zh_CN.omf
+${PLIST.battstat}share/omf/battstat/battstat-C.omf
+${PLIST.battstat}share/omf/battstat/battstat-bg.omf
+${PLIST.battstat}share/omf/battstat/battstat-ca.omf
+${PLIST.battstat}share/omf/battstat/battstat-cs.omf
+${PLIST.battstat}share/omf/battstat/battstat-da.omf
+${PLIST.battstat}share/omf/battstat/battstat-de.omf
+${PLIST.battstat}share/omf/battstat/battstat-el.omf
+${PLIST.battstat}share/omf/battstat/battstat-en_GB.omf
+${PLIST.battstat}share/omf/battstat/battstat-es.omf
+${PLIST.battstat}share/omf/battstat/battstat-eu.omf
+${PLIST.battstat}share/omf/battstat/battstat-fi.omf
+${PLIST.battstat}share/omf/battstat/battstat-fr.omf
+${PLIST.battstat}share/omf/battstat/battstat-ko.omf
+${PLIST.battstat}share/omf/battstat/battstat-oc.omf
+${PLIST.battstat}share/omf/battstat/battstat-pa.omf
+${PLIST.battstat}share/omf/battstat/battstat-pt_BR.omf
+${PLIST.battstat}share/omf/battstat/battstat-sv.omf
+${PLIST.battstat}share/omf/battstat/battstat-uk.omf
+${PLIST.battstat}share/omf/battstat/battstat-zh_CN.omf
+share/omf/char-palette/char-palette-C.omf
+share/omf/char-palette/char-palette-bg.omf
+share/omf/char-palette/char-palette-ca.omf
+share/omf/char-palette/char-palette-cs.omf
+share/omf/char-palette/char-palette-de.omf
+share/omf/char-palette/char-palette-el.omf
+share/omf/char-palette/char-palette-en_GB.omf
+share/omf/char-palette/char-palette-es.omf
+share/omf/char-palette/char-palette-eu.omf
+share/omf/char-palette/char-palette-fi.omf
+share/omf/char-palette/char-palette-fr.omf
+share/omf/char-palette/char-palette-it.omf
+share/omf/char-palette/char-palette-ko.omf
+share/omf/char-palette/char-palette-nl.omf
+share/omf/char-palette/char-palette-oc.omf
+share/omf/char-palette/char-palette-pt_BR.omf
+share/omf/char-palette/char-palette-ru.omf
+share/omf/char-palette/char-palette-sv.omf
+share/omf/char-palette/char-palette-uk.omf
+share/omf/char-palette/char-palette-zh_CN.omf
+share/omf/drivemount/drivemount-C.omf
+share/omf/drivemount/drivemount-ca.omf
+share/omf/drivemount/drivemount-cs.omf
+share/omf/drivemount/drivemount-da.omf
+share/omf/drivemount/drivemount-de.omf
+share/omf/drivemount/drivemount-el.omf
+share/omf/drivemount/drivemount-en_GB.omf
+share/omf/drivemount/drivemount-es.omf
+share/omf/drivemount/drivemount-eu.omf
+share/omf/drivemount/drivemount-fi.omf
+share/omf/drivemount/drivemount-fr.omf
+share/omf/drivemount/drivemount-it.omf
+share/omf/drivemount/drivemount-ko.omf
+share/omf/drivemount/drivemount-oc.omf
+share/omf/drivemount/drivemount-pa.omf
+share/omf/drivemount/drivemount-ru.omf
+share/omf/drivemount/drivemount-sv.omf
+share/omf/drivemount/drivemount-uk.omf
+share/omf/drivemount/drivemount-zh_CN.omf
+share/omf/geyes/geyes-C.omf
+share/omf/geyes/geyes-ast.omf
+share/omf/geyes/geyes-bg.omf
+share/omf/geyes/geyes-ca.omf
+share/omf/geyes/geyes-cs.omf
+share/omf/geyes/geyes-da.omf
+share/omf/geyes/geyes-de.omf
+share/omf/geyes/geyes-el.omf
+share/omf/geyes/geyes-en_GB.omf
+share/omf/geyes/geyes-es.omf
+share/omf/geyes/geyes-eu.omf
+share/omf/geyes/geyes-fi.omf
+share/omf/geyes/geyes-fr.omf
+share/omf/geyes/geyes-it.omf
+share/omf/geyes/geyes-ko.omf
+share/omf/geyes/geyes-oc.omf
+share/omf/geyes/geyes-ru.omf
+share/omf/geyes/geyes-sv.omf
+share/omf/geyes/geyes-uk.omf
+share/omf/geyes/geyes-zh_CN.omf
+share/omf/geyes/geyes-zh_HK.omf
+share/omf/geyes/geyes-zh_TW.omf
+share/omf/gweather/gweather-C.omf
+share/omf/gweather/gweather-ar.omf
+share/omf/gweather/gweather-ca.omf
+share/omf/gweather/gweather-cs.omf
+share/omf/gweather/gweather-de.omf
+share/omf/gweather/gweather-el.omf
+share/omf/gweather/gweather-en_GB.omf
+share/omf/gweather/gweather-es.omf
+share/omf/gweather/gweather-eu.omf
+share/omf/gweather/gweather-fi.omf
+share/omf/gweather/gweather-fr.omf
+share/omf/gweather/gweather-ko.omf
+share/omf/gweather/gweather-nl.omf
+share/omf/gweather/gweather-oc.omf
+share/omf/gweather/gweather-pa.omf
+share/omf/gweather/gweather-pt_BR.omf
+share/omf/gweather/gweather-ru.omf
+share/omf/gweather/gweather-sv.omf
+share/omf/gweather/gweather-uk.omf
+share/omf/gweather/gweather-zh_CN.omf
+share/omf/invest-applet/invest-applet-C.omf
+share/omf/invest-applet/invest-applet-ca.omf
+share/omf/invest-applet/invest-applet-de.omf
+share/omf/invest-applet/invest-applet-el.omf
+share/omf/invest-applet/invest-applet-en_GB.omf
+share/omf/invest-applet/invest-applet-es.omf
+share/omf/invest-applet/invest-applet-fi.omf
+share/omf/invest-applet/invest-applet-it.omf
+share/omf/invest-applet/invest-applet-ru.omf
+share/omf/invest-applet/invest-applet-sv.omf
+share/omf/invest-applet/invest-applet-zh_CN.omf
+share/omf/mixer_applet2/mixer_applet2-C.omf
+share/omf/mixer_applet2/mixer_applet2-ca.omf
+share/omf/mixer_applet2/mixer_applet2-cs.omf
+share/omf/mixer_applet2/mixer_applet2-da.omf
+share/omf/mixer_applet2/mixer_applet2-de.omf
+share/omf/mixer_applet2/mixer_applet2-el.omf
+share/omf/mixer_applet2/mixer_applet2-en_GB.omf
+share/omf/mixer_applet2/mixer_applet2-es.omf
+share/omf/mixer_applet2/mixer_applet2-eu.omf
+share/omf/mixer_applet2/mixer_applet2-fi.omf
+share/omf/mixer_applet2/mixer_applet2-fr.omf
+share/omf/mixer_applet2/mixer_applet2-hu.omf
+share/omf/mixer_applet2/mixer_applet2-it.omf
+share/omf/mixer_applet2/mixer_applet2-ko.omf
+share/omf/mixer_applet2/mixer_applet2-oc.omf
+share/omf/mixer_applet2/mixer_applet2-pa.omf
+share/omf/mixer_applet2/mixer_applet2-pt_BR.omf
+share/omf/mixer_applet2/mixer_applet2-ru.omf
+share/omf/mixer_applet2/mixer_applet2-sv.omf
+share/omf/mixer_applet2/mixer_applet2-uk.omf
+share/omf/mixer_applet2/mixer_applet2-zh_CN.omf
+share/omf/multiload/multiload-C.omf
+share/omf/multiload/multiload-ca.omf
+share/omf/multiload/multiload-cs.omf
+share/omf/multiload/multiload-de.omf
+share/omf/multiload/multiload-el.omf
+share/omf/multiload/multiload-en_GB.omf
+share/omf/multiload/multiload-es.omf
+share/omf/multiload/multiload-eu.omf
+share/omf/multiload/multiload-fi.omf
+share/omf/multiload/multiload-fr.omf
+share/omf/multiload/multiload-ko.omf
+share/omf/multiload/multiload-oc.omf
+share/omf/multiload/multiload-pa.omf
+share/omf/multiload/multiload-pt_BR.omf
+share/omf/multiload/multiload-ru.omf
+share/omf/multiload/multiload-sv.omf
+share/omf/multiload/multiload-uk.omf
+share/omf/multiload/multiload-zh_CN.omf
+share/omf/stickynotes_applet/stickynotes_applet-C.omf
+share/omf/stickynotes_applet/stickynotes_applet-ca.omf
+share/omf/stickynotes_applet/stickynotes_applet-cs.omf
+share/omf/stickynotes_applet/stickynotes_applet-de.omf
+share/omf/stickynotes_applet/stickynotes_applet-el.omf
+share/omf/stickynotes_applet/stickynotes_applet-en_GB.omf
+share/omf/stickynotes_applet/stickynotes_applet-es.omf
+share/omf/stickynotes_applet/stickynotes_applet-eu.omf
+share/omf/stickynotes_applet/stickynotes_applet-fi.omf
+share/omf/stickynotes_applet/stickynotes_applet-fr.omf
+share/omf/stickynotes_applet/stickynotes_applet-ko.omf
+share/omf/stickynotes_applet/stickynotes_applet-oc.omf
+share/omf/stickynotes_applet/stickynotes_applet-pa.omf
+share/omf/stickynotes_applet/stickynotes_applet-pt_BR.omf
+share/omf/stickynotes_applet/stickynotes_applet-ru.omf
+share/omf/stickynotes_applet/stickynotes_applet-sv.omf
+share/omf/stickynotes_applet/stickynotes_applet-uk.omf
+share/omf/stickynotes_applet/stickynotes_applet-zh_CN.omf
+share/omf/stickynotes_applet/stickynotes_applet-zh_HK.omf
+share/omf/stickynotes_applet/stickynotes_applet-zh_TW.omf
+share/omf/trashapplet/trashapplet-C.omf
+share/omf/trashapplet/trashapplet-ca.omf
+share/omf/trashapplet/trashapplet-cs.omf
+share/omf/trashapplet/trashapplet-da.omf
+share/omf/trashapplet/trashapplet-de.omf
+share/omf/trashapplet/trashapplet-el.omf
+share/omf/trashapplet/trashapplet-en_GB.omf
+share/omf/trashapplet/trashapplet-es.omf
+share/omf/trashapplet/trashapplet-eu.omf
+share/omf/trashapplet/trashapplet-fi.omf
+share/omf/trashapplet/trashapplet-fr.omf
+share/omf/trashapplet/trashapplet-hu.omf
+share/omf/trashapplet/trashapplet-it.omf
+share/omf/trashapplet/trashapplet-nl.omf
+share/omf/trashapplet/trashapplet-oc.omf
+share/omf/trashapplet/trashapplet-pa.omf
+share/omf/trashapplet/trashapplet-pt_BR.omf
+share/omf/trashapplet/trashapplet-ru.omf
+share/omf/trashapplet/trashapplet-sv.omf
+share/omf/trashapplet/trashapplet-uk.omf
+share/omf/trashapplet/trashapplet-zh_CN.omf
+share/omf/trashapplet/trashapplet-zh_HK.omf
+share/omf/trashapplet/trashapplet-zh_TW.omf
+share/pixmaps/accessx-status-applet/ax-applet.png
+share/pixmaps/accessx-status-applet/ax-bouncekeys.png
+share/pixmaps/accessx-status-applet/ax-key-base.png
+share/pixmaps/accessx-status-applet/ax-key-inverse.png
+share/pixmaps/accessx-status-applet/ax-key-no.png
+share/pixmaps/accessx-status-applet/ax-key-none.png
+share/pixmaps/accessx-status-applet/ax-key-yes.png
+share/pixmaps/accessx-status-applet/ax-slowkeys-no.png
+share/pixmaps/accessx-status-applet/ax-slowkeys-pending.png
+share/pixmaps/accessx-status-applet/ax-slowkeys-yes.png
+share/pixmaps/accessx-status-applet/ax-slowkeys.png
+share/pixmaps/accessx-status-applet/mousekeys-base.png
+share/pixmaps/accessx-status-applet/mousekeys-default-left.png
+share/pixmaps/accessx-status-applet/mousekeys-default-middle.png
+share/pixmaps/accessx-status-applet/mousekeys-default-right.png
+share/pixmaps/accessx-status-applet/mousekeys-pressed-left.png
+share/pixmaps/accessx-status-applet/mousekeys-pressed-middle.png
+share/pixmaps/accessx-status-applet/mousekeys-pressed-right.png
+share/pixmaps/accessx-status-applet/sticky-alt-latched.png
+share/pixmaps/accessx-status-applet/sticky-alt-locked.png
+share/pixmaps/accessx-status-applet/sticky-alt-none.png
+share/pixmaps/accessx-status-applet/sticky-ctrl-latched.png
+share/pixmaps/accessx-status-applet/sticky-ctrl-locked.png
+share/pixmaps/accessx-status-applet/sticky-ctrl-none.png
+share/pixmaps/accessx-status-applet/sticky-hyper-latched.png
+share/pixmaps/accessx-status-applet/sticky-hyper-locked.png
+share/pixmaps/accessx-status-applet/sticky-hyper-none.png
+share/pixmaps/accessx-status-applet/sticky-meta-latched.png
+share/pixmaps/accessx-status-applet/sticky-meta-locked.png
+share/pixmaps/accessx-status-applet/sticky-meta-none.png
+share/pixmaps/accessx-status-applet/sticky-shift-latched.png
+share/pixmaps/accessx-status-applet/sticky-shift-locked.png
+share/pixmaps/accessx-status-applet/sticky-shift-none.png
+share/pixmaps/accessx-status-applet/sticky-super-latched.png
+share/pixmaps/accessx-status-applet/sticky-super-locked.png
+share/pixmaps/accessx-status-applet/sticky-super-none.png
+share/pixmaps/stickynotes/close.png
+share/pixmaps/stickynotes/locked.png
+share/pixmaps/stickynotes/resize_se.png
+share/pixmaps/stickynotes/resize_sw.png
+share/pixmaps/stickynotes/unlocked.png
+share/xmodmap/base.xml
+share/xmodmap/xmodmap.am
+share/xmodmap/xmodmap.ar
+share/xmodmap/xmodmap.be
+share/xmodmap/xmodmap.bg
+share/xmodmap/xmodmap.br
+share/xmodmap/xmodmap.ch
+share/xmodmap/xmodmap.ch_de
+share/xmodmap/xmodmap.ch_fr
+share/xmodmap/xmodmap.cz
+share/xmodmap/xmodmap.de
+share/xmodmap/xmodmap.de-apple
+share/xmodmap/xmodmap.dk
+share/xmodmap/xmodmap.dvorak
+share/xmodmap/xmodmap.ee
+share/xmodmap/xmodmap.es
+share/xmodmap/xmodmap.es_x86
+share/xmodmap/xmodmap.fi
+share/xmodmap/xmodmap.fr
+share/xmodmap/xmodmap.fr-2
+share/xmodmap/xmodmap.fr_x86
+share/xmodmap/xmodmap.gb
+share/xmodmap/xmodmap.gb-102
+share/xmodmap/xmodmap.gb-105
+share/xmodmap/xmodmap.ge_la
+share/xmodmap/xmodmap.ge_ru
+share/xmodmap/xmodmap.gr
+share/xmodmap/xmodmap.hu
+share/xmodmap/xmodmap.hu-101-lat1
+share/xmodmap/xmodmap.hu-101-lat2
+share/xmodmap/xmodmap.hu-ibm
+share/xmodmap/xmodmap.hu-lat1
+share/xmodmap/xmodmap.hu-sun-lat2
+share/xmodmap/xmodmap.hu.old
+share/xmodmap/xmodmap.hu_latin1
+share/xmodmap/xmodmap.hu_x86
+share/xmodmap/xmodmap.il
+share/xmodmap/xmodmap.il_phonetic
+share/xmodmap/xmodmap.is
+share/xmodmap/xmodmap.it
+share/xmodmap/xmodmap.jp
+share/xmodmap/xmodmap.kr
+share/xmodmap/xmodmap.la
+share/xmodmap/xmodmap.lt
+share/xmodmap/xmodmap.lt_b
+share/xmodmap/xmodmap.lt_p
+share/xmodmap/xmodmap.mk
+share/xmodmap/xmodmap.mn
+share/xmodmap/xmodmap.mn-phonet
+share/xmodmap/xmodmap.mn-rev
+share/xmodmap/xmodmap.mn-uni
+share/xmodmap/xmodmap.nl
+share/xmodmap/xmodmap.no
+share/xmodmap/xmodmap.pl
+share/xmodmap/xmodmap.pl2
+share/xmodmap/xmodmap.pt
+share/xmodmap/xmodmap.pt-dead
+share/xmodmap/xmodmap.qc
+share/xmodmap/xmodmap.qc-2
+share/xmodmap/xmodmap.ro
+share/xmodmap/xmodmap.ru
+share/xmodmap/xmodmap.ru-rev
+share/xmodmap/xmodmap.ru_yawerty
+share/xmodmap/xmodmap.se
+share/xmodmap/xmodmap.sf
+share/xmodmap/xmodmap.sg
+share/xmodmap/xmodmap.si
+share/xmodmap/xmodmap.sk
+share/xmodmap/xmodmap.th
+share/xmodmap/xmodmap.tr_f
+share/xmodmap/xmodmap.tr_q
+share/xmodmap/xmodmap.uk
+share/xmodmap/xmodmap.uk_x86
+share/xmodmap/xmodmap.us
+share/xmodmap/xmodmap.us-101
+share/xmodmap/xmodmap.us-84
+share/xmodmap/xmodmap.us-dec
+share/xmodmap/xmodmap.us-ibm
+share/xmodmap/xmodmap.us-int
+share/xmodmap/xmodmap.us-mac
+share/xmodmap/xmodmap.us-sgi-101
+share/xmodmap/xmodmap.us-sun
+share/xmodmap/xmodmap.us.old
+share/xmodmap/xmodmap.us101A_x86
+share/xmodmap/xmodmap.us_intl
+share/xmodmap/xmodmap.yu
diff --git a/gnome-applets/distinfo b/gnome-applets/distinfo
new file mode 100644
index 0000000..0ce2e0a
--- /dev/null
+++ b/gnome-applets/distinfo
@@ -0,0 +1,12 @@
+$NetBSD: distinfo,v 1.30 2015/11/04 03:28:30 agc Exp $
+
+SHA1 (gnome-applets-2.32.1.1.tar.bz2) = 6edc3aea2bd2198b2bdbdb1fa63b481f724c8fe2
+RMD160 (gnome-applets-2.32.1.1.tar.bz2) = 50c8e169b02aa002917f4c6ea0f575522e3ae984
+SHA512 (gnome-applets-2.32.1.1.tar.bz2) = 2fa14922d55e24187714e3fc71e8b225a64efc1c7c10d33a7058cb8912a571abf1b545028604430a1fc5c75aa9202ee35f611ead2e435c6f1c532ca912792403
+Size (gnome-applets-2.32.1.1.tar.bz2) = 10083534 bytes
+SHA1 (patch-aa) = 764fc46c7c000e21a1602286443e2633ec743631
+SHA1 (patch-ab) = f880abec6df2254b6541d4e5a894559763ef674b
+SHA1 (patch-ad) = 42fb64b30a031a1ea8f57f47cabdf63475b7987e
+SHA1 (patch-battstat_battstat__applet.c) = e80def5d2298785b716220b9490b4c20fe10241e
+SHA1 (patch-gweather_gweather-applet.c) = f3264b4b94a580974798ad29ebdf7f90e0963a8a
+SHA1 (patch-hal) = 8de5986b77a8ae7f99533eaff7f6a5a5c3069f3d
diff --git a/gnome-applets/options.mk b/gnome-applets/options.mk
new file mode 100644
index 0000000..bbe3923
--- /dev/null
+++ b/gnome-applets/options.mk
@@ -0,0 +1,22 @@
+# $NetBSD: options.mk,v 1.3 2012/06/12 15:46:04 wiz Exp $
+
+PKG_OPTIONS_VAR=	PKG_OPTIONS.gnome-applets
+PKG_SUPPORTED_OPTIONS=	hal inet6
+PKG_SUGGESTED_OPTIONS+=	hal inet6
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+=	--enable-ipv6
+.else
+CONFIGURE_ARGS+=	--disable-ipv6
+.endif
+
+.if !empty(PKG_OPTIONS:Mhal)
+.include "../../sysutils/hal/buildlink3.mk"
+.include "../../security/policykit/buildlink3.mk"
+.include "../../security/policykit-gnome/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=	--disable-polkit
+CONFIGURE_ARGS+=	--without-hal
+.endif
diff --git a/gnome-applets/patches/patch-aa b/gnome-applets/patches/patch-aa
new file mode 100644
index 0000000..a861139
--- /dev/null
+++ b/gnome-applets/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.9 2009/06/08 11:05:28 drochner Exp $
+
+--- battstat/sounds/Makefile.in.orig	2009-05-31 00:27:26.000000000 +0200
++++ battstat/sounds/Makefile.in
+@@ -288,7 +288,7 @@ target_alias = @target_alias@
+ top_build_prefix = @top_build_prefix@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-soundlistdir = $(sysconfdir)/sound/events
++soundlistdir = $(datadir)/examples/gnome-applets/sound/events
+ soundlist_in_files = battstat_applet.soundlist.in
+ soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
+ EXTRA_DIST = $(soundlist_DATA) $(soundlist_in_files)
diff --git a/gnome-applets/patches/patch-ab b/gnome-applets/patches/patch-ab
new file mode 100644
index 0000000..a66c7a2
--- /dev/null
+++ b/gnome-applets/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.4 2007/09/20 00:00:02 wiz Exp $
+
+--- battstat/properties.c.orig	2005-07-09 07:48:58.000000000 +0200
++++ battstat/properties.c
+@@ -25,6 +25,7 @@
+ 
+ #include <stdio.h>
+ 
++#include <sys/param.h>
+ #include <sys/file.h>
+ #include <sys/ioctl.h>
+ #include <sys/types.h>
diff --git a/gnome-applets/patches/patch-ad b/gnome-applets/patches/patch-ad
new file mode 100644
index 0000000..a5a7aaf
--- /dev/null
+++ b/gnome-applets/patches/patch-ad
@@ -0,0 +1,24 @@
+$NetBSD: patch-ad,v 1.3 2007/09/20 00:00:03 wiz Exp $
+
+--- battstat/power-management.c.orig	2005-08-30 16:32:42.000000000 +0200
++++ battstat/power-management.c
+@@ -23,6 +23,7 @@
+ #include <config.h>
+ #endif
+ 
++#include <sys/param.h>
+ #include <sys/file.h>
+ #include <sys/ioctl.h>
+ #include <sys/types.h>
+@@ -244,7 +245,11 @@ apm_readinfo (BatteryStatus *status)
+   /* Code for OpenBSD by Joe Ammond <jra%twinight.org@localhost>. Using the same
+      procedure as for FreeBSD.
+   */
++#if defined(__NetBSD__)
++  struct apm_power_info apminfo;
++#else /* __OpenBSD__ */
+   struct apm_info apminfo;
++#endif
+   int fd;
+ 
+ #if defined(__NetBSD__)
diff --git a/gnome-applets/patches/patch-battstat_battstat__applet.c b/gnome-applets/patches/patch-battstat_battstat__applet.c
new file mode 100644
index 0000000..90c2a65
--- /dev/null
+++ b/gnome-applets/patches/patch-battstat_battstat__applet.c
@@ -0,0 +1,16 @@
+$NetBSD: patch-battstat_battstat__applet.c,v 1.1 2013/08/14 05:59:16 obache Exp $
+
+* moved to libnotify version 0.7
+  https://git.gnome.org/browse/gnome-applets/commit/?id=f6b5bf454a61ca0090a1a32b798045a807d8ddad
+
+--- battstat/battstat_applet.c.orig	2010-11-22 14:38:27.000000000 +0000
++++ battstat/battstat_applet.c
+@@ -435,7 +435,7 @@ battery_full_notify (GtkWidget *applet)
+ 			GTK_ICON_LOOKUP_USE_BUILTIN,
+ 			NULL);
+ 	
+-	NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL, applet);
++	NotifyNotification *n = notify_notification_new (_("Your battery is now fully recharged"), "", /* "battery" */ NULL);
+ 
+ 	/* XXX: it would be nice to pass this as a named icon */
+ 	notify_notification_set_icon_from_pixbuf (n, icon);
diff --git a/gnome-applets/patches/patch-gweather_gweather-applet.c b/gnome-applets/patches/patch-gweather_gweather-applet.c
new file mode 100644
index 0000000..3be1313
--- /dev/null
+++ b/gnome-applets/patches/patch-gweather_gweather-applet.c
@@ -0,0 +1,17 @@
+$NetBSD: patch-gweather_gweather-applet.c,v 1.1 2013/08/14 05:59:16 obache Exp $
+
+* moved to libnotify version 0.7
+  https://git.gnome.org/browse/gnome-applets/commit/?id=f6b5bf454a61ca0090a1a32b798045a807d8ddad
+
+--- gweather/gweather-applet.c.orig	2010-11-22 14:39:36.000000000 +0000
++++ gweather/gweather-applet.c
+@@ -471,8 +471,7 @@ update_finish (WeatherInfo *info, gpoint
+ 			 if (icon == NULL)
+ 				 icon = "stock-unknown";
+ 	           	 
+-			 n = notify_notification_new (message, detail, icon,
+-					 gw_applet->container);
++			 n = notify_notification_new (message, detail, icon);
+ 	
+ 		   	 notify_notification_show (n, &error);
+ 			 if (error)
diff --git a/gnome-applets/patches/patch-hal b/gnome-applets/patches/patch-hal
new file mode 100644
index 0000000..1a7907b
--- /dev/null
+++ b/gnome-applets/patches/patch-hal
@@ -0,0 +1,26 @@
+$NetBSD: patch-hal,v 1.1 2010/12/16 11:37:39 ahoka Exp $
+
+--- battstat/battstat-hal.c.orig	2010-11-22 14:38:27.000000000 +0000
++++ battstat/battstat-hal.c
+@@ -549,7 +549,7 @@ battstat_hal_get_battery_info( BatterySt
+   status->percent = ( ((double) current_charge_total) /
+                       ((double) full_capacity_total)    ) * 100.0 + 0.5;
+ 
+-  if( present == 1 )
++  if( present == 1 && remaining_time != 0 )
+   {
+     /* In the case of exactly one battery, report the time remaining figure
+      * from HAL directly since it might have come from an authorative source
+@@ -559,10 +559,11 @@ battstat_hal_get_battery_info( BatterySt
+      * remaining time is unknown.  Battstat uses minutes and -1 for 
+      * unknown time remaining.
+      */
+-
++#if 0
+     if( remaining_time == 0 )
+       status->minutes = -1;
+     else
++#endif
+       status->minutes = (remaining_time + 30) / 60;
+   }
+   /* Rest of cases to deal with multiple battery systems... */


Home | Main Index | Thread Index | Old Index