diff options
author | kwm <kwm@FreeBSD.org> | 2014-11-19 19:49:04 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-11-19 19:49:04 +0800 |
commit | be884cd42990f2e755c2c06bc38c8042cb8b0325 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /deskutils/gnome-utils | |
parent | 1c38992aaca771dc7aab7ae768e5753c6381ecd3 (diff) | |
download | freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.gz freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.zst freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.zip |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
Diffstat (limited to 'deskutils/gnome-utils')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 71 | ||||
-rw-r--r-- | deskutils/gnome-utils/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c | 10 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-logview_logview-manager.c | 10 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-logview_logview-utils.c | 11 | ||||
-rw-r--r-- | deskutils/gnome-utils/pkg-descr | 12 | ||||
-rw-r--r-- | deskutils/gnome-utils/pkg-plist | 631 |
7 files changed, 44 insertions, 703 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 5bee17bd3289..5ddd225ad282 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -1,47 +1,42 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.159 2012/09/01 23:02:09 mezz Exp $ +# $MCom: ports/trunk/deskutils/gnome-utils/Makefile 20017 2014-10-24 08:53:51Z gusi $ PORTNAME= gnome-utils -PORTVERSION= 2.32.0 -PORTREVISION= 3 -PORTEPOCH= 1 +PORTVERSION= 3.14.0 CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 +MASTER_SITES= # empty +DISTFILES= # empty +EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 support utilities - -LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ - libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra - -CONFLICTS= baobob-3.[0-9]* gnome-dictionary-3.[0-9]* \ - gnome-font-viewer-3.[0-9]* gnome-screenshot-3.[0-9]* \ - gnome-search-tool-3.[0-9]* gnome-system-log-3.[0-9]* - -USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 -INSTALLS_OMF= yes -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix intlhack gnomepanel -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-maintainer-flags=no -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip - -GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \ - gnome-search-tool.schemas baobab.schemas \ - gnome-system-log.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/gsearchtool/libgnomeui-deprecated/Makefile.in - @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/gnome-dictionary/libgdict/Makefile.in \ - ${WRKSRC}/gsearchtool/Makefile.in \ - ${WRKSRC}/gsearchtool/libgnomeui-deprecated/Makefile.in \ - ${WRKSRC}/libeggsmclient/Makefile.in +COMMENT= GNOME 3 support utilities + +RUN_DEPENDS= baobab>=3.0:${PORTSDIR}/deskutils/baobab \ + gnome-screenshot>=3.0:${PORTSDIR}/deskutils/gnome-screenshot \ + gnote>=3.0:${PORTSDIR}/deskutils/gnote \ + gnome-contacts>=3.0:${PORTSDIR}/deskutils/gnome-contacts \ + gnome-search-tool>=3.0:${PORTSDIR}/deskutils/gnome-search-tool \ + gnome-dictionary>=3.0:${PORTSDIR}/deskutils/gnome-dictionary \ + gnome-system-log>=3.0:${PORTSDIR}/deskutils/gnome-system-log \ + gnome-font-viewer>=3.0:${PORTSDIR}/deskutils/gnome-font-viewer \ + gnome-system-monitor>=3.0:${PORTSDIR}/sysutils/gnome-system-monitor \ + gnome-photos>=3.0:${PORTSDIR}/deskutils/gnome-photos \ + gnome-clocks>=3.0:${PORTSDIR}/deskutils/gnome-clocks \ + gnome-maps>=3.0:${PORTSDIR}/deskutils/gnome-maps \ + gnome-weather>=3.0:${PORTSDIR}/deskutils/gnome-weather + +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes + +OPTIONS_DEFINE= DOCS +DOCS_DESC= Build Gnome Documents (pulls in tracker) + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} +RUN_DEPENDS+= gnome-documents>=0:${PORTSDIR}/deskutils/gnome-documents +.endif .include <bsd.port.mk> diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo deleted file mode 100644 index dae4ebba6a84..000000000000 --- a/deskutils/gnome-utils/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gnome-utils-2.32.0.tar.bz2) = 033a55cf442096b28ea6292043354feafe000d1e5f4ebb962a9b6d72eb9a93fa -SIZE (gnome2/gnome-utils-2.32.0.tar.bz2) = 7705320 diff --git a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c b/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c deleted file mode 100644 index f29974a81f2c..000000000000 --- a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gsearchtool/gsearchtool-support.c.orig 2008-12-19 16:53:22.000000000 -0500 -+++ gsearchtool/gsearchtool-support.c 2009-02-27 17:30:06.000000000 -0500 -@@ -32,6 +32,7 @@ - #include <string.h> - #include <glib/gi18n.h> - #include <glib.h> -+#include <sys/types.h> - #include <regex.h> - #include <gdk/gdkx.h> - #include <libart_lgpl/art_rgb.h> diff --git a/deskutils/gnome-utils/files/patch-logview_logview-manager.c b/deskutils/gnome-utils/files/patch-logview_logview-manager.c deleted file mode 100644 index 00ec357ef46e..000000000000 --- a/deskutils/gnome-utils/files/patch-logview_logview-manager.c +++ /dev/null @@ -1,10 +0,0 @@ ---- logview/logview-manager.c.orig 2009-03-21 17:25:27.000000000 -0400 -+++ logview/logview-manager.c 2009-03-21 17:25:37.000000000 -0400 -@@ -25,6 +25,7 @@ - - #include <glib/gi18n.h> - -+#include "logview-app.h" - #include "logview-prefs.h" - #include "logview-marshal.h" - diff --git a/deskutils/gnome-utils/files/patch-logview_logview-utils.c b/deskutils/gnome-utils/files/patch-logview_logview-utils.c deleted file mode 100644 index 4faad70213df..000000000000 --- a/deskutils/gnome-utils/files/patch-logview_logview-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400 -+++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400 -@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line - { - int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0; - GSList *days = NULL; -- GDate *date, *newdate; -+ GDate *date = NULL, *newdate; - struct tm *tmptm; - char *date_string; - Day *day; diff --git a/deskutils/gnome-utils/pkg-descr b/deskutils/gnome-utils/pkg-descr index bfe154899986..731008255d42 100644 --- a/deskutils/gnome-utils/pkg-descr +++ b/deskutils/gnome-utils/pkg-descr @@ -1,2 +1,10 @@ -GNOME 2.0 support utilities, including a dictionary looker-upper, -a frontend for find(1), a system log viewer, and more. +GNOME 3.0 support utilities, these include: + +baobab, a graphics disk space display program. +gnome-screenshot, desktop screenshot program. +gnote, note taking application. +gnome-contacts, integrated address book. +gnome-search-tool, local disk search tool. +gnome-dictionary, client for DICT server to look up definitions. +gnome-system-log, view system logs. +gnome-font-viewer, show installed fonts. diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist index b0b954cd1627..549a621fec0c 100644 --- a/deskutils/gnome-utils/pkg-plist +++ b/deskutils/gnome-utils/pkg-plist @@ -1,630 +1 @@ -bin/baobab -bin/gnome-dictionary -bin/gnome-panel-screenshot -bin/gnome-screenshot -bin/gnome-search-tool -bin/gnome-system-log -include/gdict-1.0/gdict/gdict-client-context.h -include/gdict-1.0/gdict/gdict-context.h -include/gdict-1.0/gdict/gdict-database-chooser.h -include/gdict-1.0/gdict/gdict-defbox.h -include/gdict-1.0/gdict/gdict-enum-types.h -include/gdict-1.0/gdict/gdict-source-loader.h -include/gdict-1.0/gdict/gdict-source-chooser.h -include/gdict-1.0/gdict/gdict-source.h -include/gdict-1.0/gdict/gdict-speller.h -include/gdict-1.0/gdict/gdict-strategy-chooser.h -include/gdict-1.0/gdict/gdict-utils.h -include/gdict-1.0/gdict/gdict-version.h -include/gdict-1.0/gdict/gdict.h -lib/libgdict-1.0.a -lib/libgdict-1.0.so -lib/libgdict-1.0.so.6 -lib/libgdict-1.0.so.6.0.7 -libdata/bonobo/servers/GNOME_DictionaryApplet.server -libdata/pkgconfig/gdict-1.0.pc -libexec/gnome-dictionary-applet -man/man1/baobab.1.gz -man/man1/gnome-dictionary.1.gz -man/man1/gnome-screenshot.1.gz -man/man1/gnome-search-tool.1.gz -man/man1/gnome-system-log.1.gz -share/doc/gdict/GdictClientContext.html -share/doc/gdict/GdictDatabaseChooser.html -share/doc/gdict/GdictDefbox.html -share/doc/gdict/GdictSource.html -share/doc/gdict/GdictSourceChooser.html -share/doc/gdict/GdictSourceLoader.html -share/doc/gdict/GdictSpeller.html -share/doc/gdict/GdictStrategyChooser.html -share/doc/gdict/ch05.html -share/doc/gdict/ch06.html -share/doc/gdict/context-types.html -share/doc/gdict/context.html -share/doc/gdict/gdict-Gdict-Utilities.html -share/doc/gdict/gdict-Gdict-Version-Checking.html -share/doc/gdict/gdict-GdictContext.html -share/doc/gdict/gdict-utils.html -share/doc/gdict/gdict.devhelp -share/doc/gdict/gdict.devhelp2 -share/doc/gdict/gdict.html -share/doc/gdict/gdictui.html -share/doc/gdict/home.png -share/doc/gdict/index.html -share/doc/gdict/index.sgml -share/doc/gdict/ix01.html -share/doc/gdict/ix02.html -share/doc/gdict/ix03.html -share/doc/gdict/ix04.html -share/doc/gdict/introduction.html -share/doc/gdict/left.png -share/doc/gdict/right.png -share/doc/gdict/sources.html -share/doc/gdict/style.css -share/doc/gdict/up.png -share/applications/baobab.desktop -share/applications/gnome-dictionary.desktop -share/applications/gnome-screenshot.desktop -share/applications/gnome-search-tool.desktop -share/applications/gnome-system-log.desktop -share/baobab/baobab-dialog-scan-props.ui -share/baobab/baobab-main-window.ui -share/baobab/pixmaps/shot.png -share/gdict-1.0/sources/default.desktop -share/gdict-1.0/sources/spanish.desktop -share/gdict-1.0/sources/thai.desktop -share/gnome-2.0/ui/GNOME_DictionaryApplet.xml -share/gnome-dictionary/gnome-dictionary-preferences.ui -share/gnome-dictionary/gnome-dictionary-source.ui -share/gnome-dictionary/gnome-dictionary-ui.xml -share/gnome-screenshot/gnome-screenshot.ui -%%DATADIR%%/logview-filter.ui -%%DATADIR%%/logview-toolbar.xml -share/gnome/help/baobab/C/baobab.xml -share/gnome/help/baobab/C/figures/baobab_fullscan.png -share/gnome/help/baobab/C/figures/baobab_prefs.png -share/gnome/help/baobab/C/figures/baobab_remote.png -share/gnome/help/baobab/C/figures/baobab_ringschart1.png -share/gnome/help/baobab/C/figures/baobab_ringschart2.png -share/gnome/help/baobab/C/figures/baobab_treemaps.png -share/gnome/help/baobab/C/figures/baobab_window.png -share/gnome/help/baobab/C/legal.xml -share/gnome/help/baobab/ca/baobab.xml -share/gnome/help/baobab/ca/figures/baobab_fullscan.png -share/gnome/help/baobab/ca/figures/baobab_prefs.png -share/gnome/help/baobab/ca/figures/baobab_remote.png -share/gnome/help/baobab/ca/figures/baobab_ringschart1.png -share/gnome/help/baobab/ca/figures/baobab_ringschart2.png -share/gnome/help/baobab/ca/figures/baobab_treemaps.png -share/gnome/help/baobab/ca/figures/baobab_window.png -share/gnome/help/baobab/cs/baobab.xml -share/gnome/help/baobab/cs/figures/baobab_fullscan.png -share/gnome/help/baobab/cs/figures/baobab_prefs.png -share/gnome/help/baobab/cs/figures/baobab_remote.png -share/gnome/help/baobab/cs/figures/baobab_ringschart1.png -share/gnome/help/baobab/cs/figures/baobab_ringschart2.png -share/gnome/help/baobab/cs/figures/baobab_treemaps.png -share/gnome/help/baobab/cs/figures/baobab_window.png -share/gnome/help/baobab/da/baobab.xml -share/gnome/help/baobab/da/figures/baobab_fullscan.png -share/gnome/help/baobab/da/figures/baobab_prefs.png -share/gnome/help/baobab/da/figures/baobab_remote.png -share/gnome/help/baobab/da/figures/baobab_ringschart1.png -share/gnome/help/baobab/da/figures/baobab_ringschart2.png -share/gnome/help/baobab/da/figures/baobab_treemaps.png -share/gnome/help/baobab/da/figures/baobab_window.png -share/gnome/help/baobab/de/baobab.xml -share/gnome/help/baobab/de/figures/baobab_fullscan.png -share/gnome/help/baobab/de/figures/baobab_prefs.png -share/gnome/help/baobab/de/figures/baobab_remote.png -share/gnome/help/baobab/de/figures/baobab_ringschart1.png -share/gnome/help/baobab/de/figures/baobab_ringschart2.png -share/gnome/help/baobab/de/figures/baobab_treemaps.png -share/gnome/help/baobab/de/figures/baobab_window.png -share/gnome/help/baobab/el/baobab.xml -share/gnome/help/baobab/el/figures/baobab_fullscan.png -share/gnome/help/baobab/el/figures/baobab_prefs.png -share/gnome/help/baobab/el/figures/baobab_remote.png -share/gnome/help/baobab/el/figures/baobab_ringschart1.png -share/gnome/help/baobab/el/figures/baobab_ringschart2.png -share/gnome/help/baobab/el/figures/baobab_treemaps.png -share/gnome/help/baobab/el/figures/baobab_window.png -share/gnome/help/baobab/en_GB/baobab.xml -share/gnome/help/baobab/en_GB/figures/baobab_fullscan.png -share/gnome/help/baobab/en_GB/figures/baobab_prefs.png -share/gnome/help/baobab/en_GB/figures/baobab_remote.png -share/gnome/help/baobab/en_GB/figures/baobab_ringschart1.png -share/gnome/help/baobab/en_GB/figures/baobab_ringschart2.png -share/gnome/help/baobab/en_GB/figures/baobab_treemaps.png -share/gnome/help/baobab/en_GB/figures/baobab_window.png -share/gnome/help/baobab/es/baobab.xml -share/gnome/help/baobab/es/figures/baobab_fullscan.png -share/gnome/help/baobab/es/figures/baobab_prefs.png -share/gnome/help/baobab/es/figures/baobab_remote.png -share/gnome/help/baobab/es/figures/baobab_ringschart1.png -share/gnome/help/baobab/es/figures/baobab_ringschart2.png -share/gnome/help/baobab/es/figures/baobab_treemaps.png -share/gnome/help/baobab/es/figures/baobab_window.png -share/gnome/help/baobab/eu/baobab.xml -share/gnome/help/baobab/eu/figures/baobab_fullscan.png -share/gnome/help/baobab/eu/figures/baobab_prefs.png -share/gnome/help/baobab/eu/figures/baobab_remote.png -share/gnome/help/baobab/eu/figures/baobab_ringschart1.png -share/gnome/help/baobab/eu/figures/baobab_ringschart2.png -share/gnome/help/baobab/eu/figures/baobab_treemaps.png -share/gnome/help/baobab/eu/figures/baobab_window.png -share/gnome/help/baobab/fi/baobab.xml -share/gnome/help/baobab/fi/figures/baobab_fullscan.png -share/gnome/help/baobab/fi/figures/baobab_prefs.png -share/gnome/help/baobab/fi/figures/baobab_remote.png -share/gnome/help/baobab/fi/figures/baobab_ringschart1.png -share/gnome/help/baobab/fi/figures/baobab_ringschart2.png -share/gnome/help/baobab/fi/figures/baobab_treemaps.png -share/gnome/help/baobab/fi/figures/baobab_window.png -share/gnome/help/baobab/fr/baobab.xml -share/gnome/help/baobab/fr/figures/baobab_fullscan.png -share/gnome/help/baobab/fr/figures/baobab_prefs.png -share/gnome/help/baobab/fr/figures/baobab_remote.png -share/gnome/help/baobab/fr/figures/baobab_ringschart1.png -share/gnome/help/baobab/fr/figures/baobab_ringschart2.png -share/gnome/help/baobab/fr/figures/baobab_treemaps.png -share/gnome/help/baobab/fr/figures/baobab_window.png -share/gnome/help/baobab/it/baobab.xml -share/gnome/help/baobab/it/figures/baobab_fullscan.png -share/gnome/help/baobab/it/figures/baobab_prefs.png -share/gnome/help/baobab/it/figures/baobab_remote.png -share/gnome/help/baobab/it/figures/baobab_ringschart1.png -share/gnome/help/baobab/it/figures/baobab_ringschart2.png -share/gnome/help/baobab/it/figures/baobab_treemaps.png -share/gnome/help/baobab/it/figures/baobab_window.png -share/gnome/help/baobab/oc/baobab.xml -share/gnome/help/baobab/oc/figures/baobab_fullscan.png -share/gnome/help/baobab/oc/figures/baobab_prefs.png -share/gnome/help/baobab/oc/figures/baobab_remote.png -share/gnome/help/baobab/oc/figures/baobab_ringschart1.png -share/gnome/help/baobab/oc/figures/baobab_ringschart2.png -share/gnome/help/baobab/oc/figures/baobab_treemaps.png -share/gnome/help/baobab/oc/figures/baobab_window.png -share/gnome/help/baobab/pl/baobab.xml -share/gnome/help/baobab/pl/figures/baobab_fullscan.png -share/gnome/help/baobab/pl/figures/baobab_prefs.png -share/gnome/help/baobab/pl/figures/baobab_remote.png -share/gnome/help/baobab/pl/figures/baobab_ringschart1.png -share/gnome/help/baobab/pl/figures/baobab_ringschart2.png -share/gnome/help/baobab/pl/figures/baobab_treemaps.png -share/gnome/help/baobab/pl/figures/baobab_window.png -share/gnome/help/baobab/ru/baobab.xml -share/gnome/help/baobab/ru/figures/baobab_fullscan.png -share/gnome/help/baobab/ru/figures/baobab_prefs.png -share/gnome/help/baobab/ru/figures/baobab_remote.png -share/gnome/help/baobab/ru/figures/baobab_ringschart1.png -share/gnome/help/baobab/ru/figures/baobab_ringschart2.png -share/gnome/help/baobab/ru/figures/baobab_treemaps.png -share/gnome/help/baobab/ru/figures/baobab_window.png -share/gnome/help/baobab/sv/baobab.xml -share/gnome/help/baobab/sv/figures/baobab_fullscan.png -share/gnome/help/baobab/sv/figures/baobab_prefs.png -share/gnome/help/baobab/sv/figures/baobab_remote.png -share/gnome/help/baobab/sv/figures/baobab_ringschart1.png -share/gnome/help/baobab/sv/figures/baobab_ringschart2.png -share/gnome/help/baobab/sv/figures/baobab_treemaps.png -share/gnome/help/baobab/sv/figures/baobab_window.png -share/gnome/help/baobab/uk/baobab.xml -share/gnome/help/baobab/uk/figures/baobab_fullscan.png -share/gnome/help/baobab/uk/figures/baobab_prefs.png -share/gnome/help/baobab/uk/figures/baobab_remote.png -share/gnome/help/baobab/uk/figures/baobab_ringschart1.png -share/gnome/help/baobab/uk/figures/baobab_ringschart2.png -share/gnome/help/baobab/uk/figures/baobab_treemaps.png -share/gnome/help/baobab/uk/figures/baobab_window.png -share/gnome/help/baobab/zh_CN/baobab.xml -share/gnome/help/baobab/zh_CN/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_CN/figures/baobab_prefs.png -share/gnome/help/baobab/zh_CN/figures/baobab_remote.png -share/gnome/help/baobab/zh_CN/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_CN/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_CN/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_CN/figures/baobab_window.png -share/gnome/help/baobab/zh_HK/baobab.xml -share/gnome/help/baobab/zh_HK/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_HK/figures/baobab_prefs.png -share/gnome/help/baobab/zh_HK/figures/baobab_remote.png -share/gnome/help/baobab/zh_HK/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_HK/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_HK/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_HK/figures/baobab_window.png -share/gnome/help/baobab/zh_TW/baobab.xml -share/gnome/help/baobab/zh_TW/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_TW/figures/baobab_prefs.png -share/gnome/help/baobab/zh_TW/figures/baobab_remote.png -share/gnome/help/baobab/zh_TW/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_TW/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_TW/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_TW/figures/baobab_window.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/C/legal.xml -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/ca/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/cs/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/da/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/de/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/el/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/en_GB/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/es/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/eu/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/fi/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/fr/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/it/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/oc/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/ru/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/sv/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/uk/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/zh_CN/gnome-dictionary.xml -share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/C/legal.xml -share/gnome/help/gnome-search-tool/ca/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ca/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/cs/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/cs/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/de/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/de/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/el/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/el/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/en_GB/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/en_GB/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/es/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/es/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/eu/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/eu/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/fi/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/fi/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/fr/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/it/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/it/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/ko/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ko/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/oc/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/oc/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/ru/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ru/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/sv/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/sv/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/uk/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/uk/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/zh_CN/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/zh_CN/gnome-search-tool.xml -share/gnome/help/gnome-system-log/C/figures/syslog_window.png -share/gnome/help/gnome-system-log/C/gnome-system-log.xml -share/gnome/help/gnome-system-log/C/legal.xml -share/gnome/help/gnome-system-log/ca/figures/syslog_window.png -share/gnome/help/gnome-system-log/ca/gnome-system-log.xml -share/gnome/help/gnome-system-log/cs/figures/syslog_window.png -share/gnome/help/gnome-system-log/cs/gnome-system-log.xml -share/gnome/help/gnome-system-log/de/figures/syslog_window.png -share/gnome/help/gnome-system-log/de/gnome-system-log.xml -share/gnome/help/gnome-system-log/el/figures/syslog_window.png -share/gnome/help/gnome-system-log/el/gnome-system-log.xml -share/gnome/help/gnome-system-log/en_GB/figures/syslog_window.png -share/gnome/help/gnome-system-log/en_GB/gnome-system-log.xml -share/gnome/help/gnome-system-log/es/figures/syslog_window.png -share/gnome/help/gnome-system-log/es/gnome-system-log.xml -share/gnome/help/gnome-system-log/eu/figures/syslog_window.png -share/gnome/help/gnome-system-log/eu/gnome-system-log.xml -share/gnome/help/gnome-system-log/fi/figures/syslog_window.png -share/gnome/help/gnome-system-log/fi/gnome-system-log.xml -share/gnome/help/gnome-system-log/fr/figures/syslog_window.png -share/gnome/help/gnome-system-log/fr/gnome-system-log.xml -share/gnome/help/gnome-system-log/it/figures/syslog_window.png -share/gnome/help/gnome-system-log/it/gnome-system-log.xml -share/gnome/help/gnome-system-log/ko/figures/syslog_window.png -share/gnome/help/gnome-system-log/ko/gnome-system-log.xml -share/gnome/help/gnome-system-log/oc/figures/syslog_window.png -share/gnome/help/gnome-system-log/oc/gnome-system-log.xml -share/gnome/help/gnome-system-log/ru/figures/syslog_window.png -share/gnome/help/gnome-system-log/ru/gnome-system-log.xml -share/gnome/help/gnome-system-log/sv/figures/syslog_window.png -share/gnome/help/gnome-system-log/sv/gnome-system-log.xml -share/gnome/help/gnome-system-log/uk/figures/syslog_window.png -share/gnome/help/gnome-system-log/uk/gnome-system-log.xml -share/gnome/help/gnome-system-log/zh_CN/figures/syslog_window.png -share/gnome/help/gnome-system-log/zh_CN/gnome-system-log.xml -share/omf/baobab/baobab-C.omf -share/omf/baobab/baobab-ca.omf -share/omf/baobab/baobab-cs.omf -share/omf/baobab/baobab-da.omf -share/omf/baobab/baobab-de.omf -share/omf/baobab/baobab-el.omf -share/omf/baobab/baobab-en_GB.omf -share/omf/baobab/baobab-es.omf -share/omf/baobab/baobab-eu.omf -share/omf/baobab/baobab-fi.omf -share/omf/baobab/baobab-fr.omf -share/omf/baobab/baobab-it.omf -share/omf/baobab/baobab-oc.omf -share/omf/baobab/baobab-pl.omf -share/omf/baobab/baobab-ru.omf -share/omf/baobab/baobab-sv.omf -share/omf/baobab/baobab-uk.omf -share/omf/baobab/baobab-zh_CN.omf -share/omf/baobab/baobab-zh_HK.omf -share/omf/baobab/baobab-zh_TW.omf -share/omf/gnome-dictionary/gnome-dictionary-C.omf -share/omf/gnome-dictionary/gnome-dictionary-ca.omf -share/omf/gnome-dictionary/gnome-dictionary-cs.omf -share/omf/gnome-dictionary/gnome-dictionary-da.omf -share/omf/gnome-dictionary/gnome-dictionary-de.omf -share/omf/gnome-dictionary/gnome-dictionary-el.omf -share/omf/gnome-dictionary/gnome-dictionary-en_GB.omf -share/omf/gnome-dictionary/gnome-dictionary-es.omf -share/omf/gnome-dictionary/gnome-dictionary-eu.omf -share/omf/gnome-dictionary/gnome-dictionary-fi.omf -share/omf/gnome-dictionary/gnome-dictionary-fr.omf -share/omf/gnome-dictionary/gnome-dictionary-it.omf -share/omf/gnome-dictionary/gnome-dictionary-oc.omf -share/omf/gnome-dictionary/gnome-dictionary-ru.omf -share/omf/gnome-dictionary/gnome-dictionary-sv.omf -share/omf/gnome-dictionary/gnome-dictionary-uk.omf -share/omf/gnome-dictionary/gnome-dictionary-zh_CN.omf -share/omf/gnome-search-tool/gnome-search-tool-C.omf -share/omf/gnome-search-tool/gnome-search-tool-ca.omf -share/omf/gnome-search-tool/gnome-search-tool-cs.omf -share/omf/gnome-search-tool/gnome-search-tool-de.omf -share/omf/gnome-search-tool/gnome-search-tool-el.omf -share/omf/gnome-search-tool/gnome-search-tool-en_GB.omf -share/omf/gnome-search-tool/gnome-search-tool-es.omf -share/omf/gnome-search-tool/gnome-search-tool-eu.omf -share/omf/gnome-search-tool/gnome-search-tool-fi.omf -share/omf/gnome-search-tool/gnome-search-tool-it.omf -share/omf/gnome-search-tool/gnome-search-tool-ko.omf -share/omf/gnome-search-tool/gnome-search-tool-oc.omf -share/omf/gnome-search-tool/gnome-search-tool-fr.omf -share/omf/gnome-search-tool/gnome-search-tool-ru.omf -share/omf/gnome-search-tool/gnome-search-tool-sv.omf -share/omf/gnome-search-tool/gnome-search-tool-uk.omf -share/omf/gnome-search-tool/gnome-search-tool-zh_CN.omf -share/omf/gnome-system-log/gnome-system-log-C.omf -share/omf/gnome-system-log/gnome-system-log-ca.omf -share/omf/gnome-system-log/gnome-system-log-cs.omf -share/omf/gnome-system-log/gnome-system-log-de.omf -share/omf/gnome-system-log/gnome-system-log-el.omf -share/omf/gnome-system-log/gnome-system-log-en_GB.omf -share/omf/gnome-system-log/gnome-system-log-es.omf -share/omf/gnome-system-log/gnome-system-log-eu.omf -share/omf/gnome-system-log/gnome-system-log-fi.omf -share/omf/gnome-system-log/gnome-system-log-fr.omf -share/omf/gnome-system-log/gnome-system-log-it.omf -share/omf/gnome-system-log/gnome-system-log-ko.omf -share/omf/gnome-system-log/gnome-system-log-oc.omf -share/omf/gnome-system-log/gnome-system-log-ru.omf -share/omf/gnome-system-log/gnome-system-log-sv.omf -share/omf/gnome-system-log/gnome-system-log-uk.omf -share/omf/gnome-system-log/gnome-system-log-zh_CN.omf -share/pixmaps/gsearchtool/thumbnail_frame.png -share/icons/hicolor/24x24/apps/baobab.png -share/icons/hicolor/scalable/apps/baobab.svg -share/locale/af/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/as/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/be/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/be@latin/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/br/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/crh/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/da/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/de/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/he/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/id/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/it/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/kn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nds/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/or/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/si/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/te/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/th/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ug/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo +@comment this plist intentionally left empty |