← Back to team overview

xubuntu-dev team mailing list archive

[Merge] lp:~thad-fisch/xubuntu-default-settings/desktop-icon-size into lp:xubuntu-default-settings

 

Thaddäus Tintenfisch has proposed merging lp:~thad-fisch/xubuntu-default-settings/desktop-icon-size into lp:xubuntu-default-settings.

Requested reviews:
  Xubuntu Developers (xubuntu-dev)
Related bugs:
  Bug #1272057 in xubuntu-default-settings (Ubuntu): "Desktop icon size is not explicitly defined"
  https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1272057

For more details, see:
https://code.launchpad.net/~thad-fisch/xubuntu-default-settings/desktop-icon-size/+merge/202940
-- 
https://code.launchpad.net/~thad-fisch/xubuntu-default-settings/desktop-icon-size/+merge/202940
Your team Xubuntu Developers is requested to review the proposed merge of lp:~thad-fisch/xubuntu-default-settings/desktop-icon-size into lp:xubuntu-default-settings.
=== added directory '.bzr-builddeb'
=== renamed directory '.bzr-builddeb' => '.bzr-builddeb.moved'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf	1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf	2014-01-23 20:17:16 +0000
@@ -0,0 +1,2 @@
+[BUILDDEB]
+native = True

=== added file 'Makefile'
--- Makefile	1970-01-01 00:00:00 +0000
+++ Makefile	2014-01-23 20:17:16 +0000
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+SUBDIRS := etc/xdg/xdg-xubuntu/Thunar/po usr/share/xubuntu/applications/po
+
+all:
+	@echo "Nothing to build, call 'make install' instead."
+
+install:
+	mkdir -pv $(DESTDIR)
+	cp -a etc usr $(DESTDIR)/.
+	# po generation
+	for i in $(SUBDIRS); do \
+		make -C $(DESTDIR)/$$i; \
+		rm -rf $(DESTDIR)/$$i; \
+	done
+	# remove some remaining files
+	find $(DESTDIR) -type f -iname "*.in" | xargs rm -f
+
+# vim:ts=4

=== renamed file 'Makefile' => 'Makefile.moved'
=== added directory 'casper'
=== renamed directory 'casper' => 'casper.moved'
=== added file 'casper/48xubuntu_maybe_ubiquity'
--- casper/48xubuntu_maybe_ubiquity	1970-01-01 00:00:00 +0000
+++ casper/48xubuntu_maybe_ubiquity	2014-01-23 20:17:16 +0000
@@ -0,0 +1,30 @@
+#!/bin/sh
+
+PREREQ=""
+DESCRIPTION="Preparing for maybe-ubiquity mode..."
+
+. /scripts/casper-functions
+
+prereqs()
+{
+       echo "$PREREQ"
+}
+
+case $1 in
+# get pre-requisites
+prereqs)
+       prereqs
+       exit 0
+       ;;
+esac
+
+log_begin_msg "$DESCRIPTION"
+
+#should cover both maybe-ubiquity and only-ubiquity and automatic-ubiquity modes
+if grep "ubiquity" /proc/cmdline >/dev/null; then
+    mkdir -p /root/home/$USERNAME/.config
+    cp -R /root/etc/xdg/xdg-xubuntu/xfce4  /root/home/$USERNAME/.config
+    chroot /root chown -R $USERNAME:$USERNAME /home/$USERNAME/.config
+fi
+
+log_end_msg

=== added directory 'debian'
=== renamed directory 'debian' => 'debian.moved'
=== added file 'debian/10-xubuntu.conf'
--- debian/10-xubuntu.conf	1970-01-01 00:00:00 +0000
+++ debian/10-xubuntu.conf	2014-01-23 20:17:16 +0000
@@ -0,0 +1,2 @@
+[SeatDefaults]
+user-session=xubuntu

=== added file 'debian/changelog'
--- debian/changelog	1970-01-01 00:00:00 +0000
+++ debian/changelog	2014-01-23 20:17:16 +0000
@@ -0,0 +1,1450 @@
+xubuntu-default-settings (14.04.0) trusty; urgency=low
+
+  * Automated translations updates
+  * Use /etc/lightdm.d/10-xubuntu.conf to set session, now that
+    lightdm-set-defaults is gone. (LP: #1259525)
+
+ -- Unit 193 <unit193@xxxxxxxxxx>  Wed, 15 Jan 2014 06:41:08 -0600
+
+xubuntu-default-settings (13.10.5) saucy; urgency=low
+
+  * New wallpaper for saucy (lp: #1228098):
+    - etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf,
+      etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml:
+      updated to point to the new wallpaper.
+
+ -- Simon Steinbeiss <ochosi@xxxxxxxxxxxxxxxxxx>  Fri, 20 Sep 2013 14:44:08 +0200
+
+xubuntu-default-settings (13.10.4) saucy; urgency=low
+
+  * Added clock configuration to lightdm-gtk-greeter.conf
+  * Added on-screen keyboard for accessibility to lightdm-gtk-greeter.conf
+
+  * Automated translations updates
+
+ -- Sean Davis <smd.seandavis@xxxxxxxxx>  Tue, 27 Aug 2013 22:28:00 -0500
+
+xubuntu-default-settings (13.10.3) saucy; urgency=low
+
+  * Added jockey/Additional Drivers launcher to settings.
+  * Change Primary+Esc to call xfce4-popup-applicationsmenu (Application menu.)
+
+ -- Unit 193 <unit193@xxxxxxxxxx>  Thu, 18 Jul 2013 00:03:17 -0500
+
+xubuntu-default-settings (13.10.2) saucy; urgency=low
+
+  [ Simon Steinbeiss ]
+  * Add Ctrl+Alt+T keyboard-shortcut to launch the default terminal emulator.
+
+  [ Lionel Le Folgoc ]
+  * Set elementary-xfce-darker as the default icon theme.
+  * Migrate some default settings from dh_gconf to dh_installgsettings.
+
+ -- Simon Steinbeiss <ochosi@xxxxxxxxxxxxxxxxxx>  Fri, 05 Jul 2013 18:56:53 +0200
+
+xubuntu-default-settings (13.10.1) saucy; urgency=low
+
+  [ Craig Hrabal ]
+  * debian/control - Fixed typo in package description. lp: #1168391
+
+  [ Sean Davis ]
+  * xfce4-desktop.xml: use the correct path to the wallpaper.
+
+  [ Len Ovens ]
+  * Fix applications menu to allow menu merging (LP: #1187619).
+
+ -- Len Ovens <len@xxxxxxxxxxxxx>  Tue, 04 Jun 2013 20:33:00 -0700
+
+xubuntu-default-settings (13.10.0) saucy; urgency=low
+
+  * Depend on fonts-droid rather than transitional ttf-droid (LP: #1181762).
+
+ -- Colin Watson <cjwatson@xxxxxxxxxx>  Sun, 19 May 2013 22:33:10 +0100
+
+xubuntu-default-settings (13.04.3) raring; urgency=low
+
+  * Let Super+e point to mousepad, as leafpad isn't installed by default
+    anymore. lp: #1154030
+  * usr/share/xubuntu/applications/defaults.list: same, switch from leafpad
+    to mousepad.
+  * Refreshed translations from lp.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 17 Mar 2013 00:07:45 +0100
+
+xubuntu-default-settings (13.04.2) raring; urgency=low
+
+  * Add a Contribute to Xubuntu menu entry linking to the Xubuntu website
+    - add usr/share/xubuntu/applications/xubuntu-contribute.desktop
+    - update etc/xdg/xdg-xubuntu/menus/xfce-applications.menu
+  * Add a link to the Xubuntu website
+    - add usr/share/xubuntu/applications/xubuntu-website.desktop
+    - update etc/xdg/xdg-xubuntu/menus/xfce-applications.menu
+  * Update link to GPLv2 license to appease lintian
+    - update debian/copyright 
+
+ -- Micah Gersten <micahg@xxxxxxxxxx>  Sun, 03 Mar 2013 16:54:43 -0600
+
+xubuntu-default-settings (13.04.1) raring; urgency=low
+
+  [ Lionel Le Folgoc ]
+  * Updated translations.
+  * Drop Thunar's conffile (thunarrc) as it now uses xfconf.
+
+  [ Simon Steinbeiß ]
+  * Switch default size of Thunar's sidebar icons to 16px.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 02 Mar 2013 19:47:25 +0100
+
+xubuntu-default-settings (13.04.0) raring; urgency=low
+
+  * Updated translations.
+  * Handle the migration of xfce4-terminal's conffile to its new location.
+  * etc/xdg/xdg-xubuntu/xfce4/helpers.rc: updated, the default Terminal
+    helper has been renamed to xfce4-terminal.
+  * Rebase our lightdm-gtk-greeter.conf against the upstream one.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 10 Feb 2013 20:55:23 +0100
+
+xubuntu-default-settings (12.10.7) quantal; urgency=low
+
+  * Remove the GIMP launcher from the bottom panel since it's not installed
+    by default anymore. lp: #1051493
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Mon, 17 Sep 2012 21:31:12 +0200
+
+xubuntu-default-settings (12.10.6) quantal; urgency=low
+
+  * Let lightdm-gtk-greeter use the dotless wallpaper. lp: #1043170
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 15 Sep 2012 15:54:28 +0200
+
+xubuntu-default-settings (12.10.5) quantal; urgency=low
+
+  * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: don't exclude package
+    managers. lp: #1043151
+  * etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf: update logo
+    (lp: #1043176) and background image (lp: #1043170).
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml:
+    update path to wallpaper. lp: #1043170
+  * debian/control: bump xubuntu-artwork dep to >= 12.10.1~ for the new wp.
+  * etc/xdg/xdg-xubuntu/xfce4/panel/default.xml: drop thunar-tpa and include
+    catfish in the bottom panel.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 29 Aug 2012 19:41:42 +0200
+
+xubuntu-default-settings (12.10.4) quantal; urgency=low
+
+  * etc/xdg/xdg-xubuntu/menus/*.menu:
+    - updated to show more Settings' apps in xfce4-settings-manager,
+    per other-q-xubuntu-settings-manager-launchers. lp: #1040902
+    - fix typo, xfrun4.desktop is actually named xfce4-run.desktop.
+  * etc/xdg/xdg-xubuntu/Terminal/terminalrc: updated, improved color scheme
+    and default font. lp: #1041892
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 29 Aug 2012 01:50:33 +0200
+
+xubuntu-default-settings (12.10.3) quantal; urgency=low
+
+  * Replace datetime by clock now that it features a calendar as well.
+  * Switch gtk-greeter to Greybird+elementary-xfce until the fate of
+    Greybird-lightdm is decided.
+  * usr/share/xubuntu/applications/xfhelp4.desktop: fixed to use exo-open
+    instead of xfbrowser4 (was part of xfce4-utils, obsolete with 4.10).
+  * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: updated settings items
+    to ignore with Xfce 4.10.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 23 Aug 2012 21:01:56 +0200
+
+xubuntu-default-settings (12.10.2) quantal; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-session.xml:
+    - enable support of GNOME services for smooth integration with
+      gnome-keyring. lp: #1008993
+    - replace xfce4-settings-helper with xfsettingsd.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 24 Jun 2012 13:51:01 +0200
+
+xubuntu-default-settings (12.10.1) quantal; urgency=low
+
+  * Migrate panel config to 4.10 format.
+  * Migrate indicator-plugin config from XfceRc to Xfconf.
+  * Drop conffile migration code for 4.6 -> 4.8 upgrades.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 22 May 2012 22:42:21 +0200
+
+xubuntu-default-settings (12.10.0) quantal; urgency=low
+
+  * debian/control: recommend xfce4-session, libxfce4ui-utils instead of
+    xfce4-utils, deprecated with Xfce 4.10.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 19 May 2012 20:33:43 +0200
+
+xubuntu-default-settings (12.04.11) precise; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/panel: replace clock with datetime (no visual
+    change, the same format string is used). lp: #972388,#972402
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 04 Apr 2012 18:48:08 +0200
+
+xubuntu-default-settings (12.04.10) precise; urgency=low
+
+  * Refreshed translations.
+  * debian/xubuntu-default-settings.gsettings-override: fix dbus service name
+    for indicator-sound. lp: #963114
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Fri, 30 Mar 2012 23:46:09 +0200
+
+xubuntu-default-settings (12.04.9) precise; urgency=low
+
+  * etc/xdg/xdg-xubuntu/Terminal/terminalrc: small fix for the weird red color
+    contrast to blue. lp: #955444
+  * usr/share/xubuntu/applications/defaults.list: updated a few associations
+    still using obsolete default apps.
+  * debian/control: drop the explicit dependency on lightdm, it's confusing
+    update-manager (which ends up installing unity-greeter first).
+  * etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf: switch to its special
+    Greybird-lightdm gtk+ theme.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 18 Mar 2012 13:21:01 +0100
+
+xubuntu-default-settings (12.04.8) precise; urgency=low
+
+  * Revert r354 and show nm-applet again
+    - update debian/xubuntu-default-settings.gconf-defaults
+
+ -- Micah Gersten <micahg@xxxxxxxxxx>  Tue, 28 Feb 2012 04:11:39 -0600
+
+xubuntu-default-settings (12.04.7) precise; urgency=low
+
+  * etc/xdg/xdg-xubuntu/Terminal/terminalrc: add a color theme matching
+    Greybird colors. lp: #938779
+  * usr/share/xubuntu/applications/defaults.list:
+    - refreshed for precise.
+    - add the exo wrappers as default scheme handlers, so that programs
+      set through exo-preferred-applications are actually used by default.
+      lp: #922264
+  * debian/xubuntu-default-settings.gconf-defaults: hide nm-applet from the
+    systray by default (required since yesterday's upload).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 23 Feb 2012 20:17:38 +0100
+
+xubuntu-default-settings (12.04.6) precise; urgency=low
+
+  * Show language selector in lightdm.
+  * Set new default wallpapers for precise.
+  * Update default theme name.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 19 Feb 2012 13:00:27 +0100
+
+xubuntu-default-settings (12.04.5) precise; urgency=low
+
+  [ Lionel Le Folgoc ]
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-keyboard-shortcuts.xml: update
+    default shortcuts, per 'other-p-xubuntu-default-shortcuts' spec.
+
+  [ Colin Watson ]
+  * Use maintscript support in dh_installdeb rather than writing out
+    dpkg-maintscript-helper commands by hand.  We now simply Pre-Depend on a
+    new enough version of dpkg rather than using 'dpkg-maintscript-helper
+    supports' guards, leading to more predictable behaviour on upgrades.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 12 Feb 2012 16:05:51 +0100
+
+xubuntu-default-settings (12.04.4) precise; urgency=low
+
+  * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: clean up to drop unneeded
+    delta wrt to upstream, and stop using desktop-directory files from
+    gnome-menus.
+  * debian/control: stop recommending gnome-menus.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-session.xml: set xscreensaver as
+    the default screensaver.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Mon, 06 Feb 2012 17:54:34 +0100
+
+xubuntu-default-settings (12.04.3) precise; urgency=low
+
+  * Correctly set /Xft/* xfconf props.
+  * Try to set the correct settings so that qt apps look less ugly in the
+    default xubuntu session.
+  * Refresh translations for Thunar custom actions (Polish, Basque).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 04 Feb 2012 21:18:47 +0100
+
+xubuntu-default-settings (12.04.2) precise; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-session.xml: pass --replace to
+    xfwm4 by default.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xsettings.xml: set elementary-xfce-dark
+    as default icon theme.
+  * debian/control: bump dep on xubuntu-artwork to >= 12.04.0~.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Mon, 23 Jan 2012 00:27:10 +0100
+
+xubuntu-default-settings (12.04.1) precise; urgency=low
+
+  * Use gsettings instead of gconf to set update-notifier's auto-launch key.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-keyboard-shortcuts.xml: updated a
+    few shortcuts to work with latest gtk+2.0.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/thunar-volman.xml: fix default player
+    for audio cds. lp: #901766
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 05 Jan 2012 00:15:27 +0100
+
+xubuntu-default-settings (12.04.0) precise; urgency=low
+
+  * Fix broken theme in only-ubiquity mode (lp: #840094):
+    - debian/control: add a new xubuntu-live-settings binary package.
+    - debian/{gconf-defaults,post*,pre*}: renamed to
+      debian/xubuntu-default-settings.*.
+    - debian/*.install: added, now that we have several binary packages.
+    - casper/48xubuntu_maybe_ubiquity: added, stolen from
+      mythbuntu-live-autostart.
+  * debian/xubuntu-default-settings.gconf-defaults: fix default command to
+    browse a device with blueman. lp: #882621
+  * etc/xdg/xdg-xubuntu/Terminal/terminalrc: reduce the default font size
+    for xfce4-terminal. lp: #752886
+  * etc/skel/.xscreensaver: added, set blank mode by default. lp: #799268
+  * Call dh_installgsettings instead of manually shipping an override file.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 19 Nov 2011 20:39:27 +0100
+
+xubuntu-default-settings (11.10.6) oneiric; urgency=low
+
+  * Finally add the lightdm greeter theme! lp: #861309
+  * etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf: added.
+  * debian/{postinst,prerm}: install/remove alternatives to use our config
+    as /etc/lightdm/lightdm-gtk-greeter.conf.
+  * debian/control:
+    - add depends on lightdm-gtk-greeter >= 1.0.0-0ubuntu2
+    - provides lightdm-gtk-greeter-config.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 28 Sep 2011 21:58:53 +0200
+
+xubuntu-default-settings (11.10.5) oneiric; urgency=low
+
+  * etc/xdg/xdg-xubuntu/Thunar/po,
+    usr/share/xsessions/xubuntu.desktop: refreshed translations.
+  * debian/control: recommends gnome-menus, as our default menu uses some of
+    its files (it still works without them, but some categories may appear
+    untranslated).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 27 Sep 2011 23:33:34 +0200
+
+xubuntu-default-settings (11.10.4) oneiric; urgency=low
+
+  * usr/share/xubuntu/applications/debian-{,u}xterm.desktop: added, hide them
+    from the default Xubuntu menu. lp: #836311
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Fri, 02 Sep 2011 23:05:34 +0200
+
+xubuntu-default-settings (11.10.3) oneiric; urgency=low
+
+  * debian/control: bump minimal required lightdm version for
+    lightdm-set-defaults.
+  * usr/share/xubuntu/lightdm: dropped, probably not needed anymore, we'll
+    see.
+  * debian/postinst,debian/postrm: set xubuntu as the default session and
+    lightdm-gtk-greeter as the default greeter if they aren't set already.
+    Remove them on uninstall. (thanks Didier!)
+  * debian/preinst,debian/prerm,debian/postinst: clean up the alternatives
+    introduced in the previous upload.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 13 Aug 2011 21:42:17 +0200
+
+xubuntu-default-settings (11.10.2) oneiric; urgency=low
+
+  * debian/postinst,debian/prerm: set up alternatives for lightdm.conf and
+    default.desktop.
+  * debian/control: depends on the proper revisions of x11-common and lightdm
+    for the features we use, and drop gdm from recommends.
+  * usr/share/xubuntu/lightdm/lightdm.conf: added, disables guest session.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Mon, 01 Aug 2011 19:47:18 +0200
+
+xubuntu-default-settings (11.10.1) oneiric; urgency=low
+
+  * debian/{preinst,postint,postrm}: cleanup, remove natty-specific code, and
+    also gdm-specific code now that we use lightdm by default.
+  * usr/share/xubuntu/session.sh: dropped, now that x11-common sets the needed
+    XDG vars, using startxfce4 is enough.
+  * usr/share/xsessions:
+    - xubuntu.desktop.in, po/: dropped, not needed anymore.
+    - xubuntu.desktop: added, generated from xfce.desktop.
+  * debian/control:
+    - reword descriptions.
+    - recommends xfce4-utils, and either lightdm or gdm.
+  * usr/share/xubuntu/applications/defaults.list: updated for the latest seed
+    changes.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Mon, 25 Jul 2011 00:02:20 +0200
+
+xubuntu-default-settings (11.10.0) oneiric; urgency=low
+
+  * usr/share/xubuntu/session.sh: export the correct XDG_CONFIG_DIRS.
+  * usr/share/xubuntu/applications/defaults.list: updated for the latest seed
+    changes.
+  * Refreshed translations.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 19 Jun 2011 18:53:17 +0200
+
+xubuntu-default-settings (11.04.18) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfwm4.xml: show the window content
+    on resize/move. lp: #749665
+  * Updated translations.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 05 Apr 2011 20:19:47 +0200
+
+xubuntu-default-settings (11.04.17) natty; urgency=low
+
+  * Move etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-panel.xml to
+    etc/xdg/xdg-xubuntu/xfce4/panel/default.xml: this is the correct place
+    to store the default settings, and avoid any weird issue when removing
+    a panel.                                                        lp: #747137
+  * Handle the move in the maintainer scripts as well.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Fri, 01 Apr 2011 22:31:55 +0200
+
+xubuntu-default-settings (11.04.16) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-desktop.xml: set
+    'xubuntu-greybird.png' as the new default wallpaper.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Fri, 18 Mar 2011 22:12:19 +0100
+
+xubuntu-default-settings (11.04.15) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: fix missing education
+    category icon, by using gnome-menu's Education.directory.
+  * usr/share/xubuntu/desktop-directories: dropped, unneeded.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 16 Mar 2011 22:33:56 +0100
+
+xubuntu-default-settings (11.04.14) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-notifyd.xml: set initial opacity
+    value to 85%.
+  * usr/share/xubuntu/applications/xfce4-session-logout.desktop: dropped,
+    unneeded with the latest greybird.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 13 Mar 2011 17:39:30 +0100
+
+xubuntu-default-settings (11.04.13) natty; urgency=low
+
+  * usr/share/xubuntu/applications/aumix.desktop: dropped, aumix isn't in
+    the default install anymore, no need to hide it.
+  * etc/xdg/xdg-xubuntu/xfce4/panel/indicator-5.rc: ignore indicator-{appmenu,
+    datetime,me,session} by default.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 08 Mar 2011 21:22:14 +0100
+
+xubuntu-default-settings (11.04.12) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfwm4.xml: really use only two
+    workspaces, the setting was probably lost at some point.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Mon, 07 Mar 2011 00:13:23 +0100
+
+xubuntu-default-settings (11.04.11) natty; urgency=low
+
+  * usr/share/glib-2.0/schemas/xubuntu-default-settings.gschema.override:
+    add gmusicbrowser to the interested media players, and disable sound
+    notifications on scroll, xfce4-volumed does that already.
+  * Correctly purge cpugraph config.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-panel.xml: reintroduce the
+    workspace switcher.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Fri, 04 Mar 2011 19:03:20 +0100
+
+xubuntu-default-settings (11.04.10) natty; urgency=low
+
+  * debian/copyright: refreshed, and updated to use current DEP5 draft
+    format instead of an obsolete wiki draft (changes taken from
+    linaro-alip-default-settings, thanks!).
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-panel.xml:
+    - launchers: replace exaile by gmusicbrowser.
+    - plugins: drop cpugraph and xfce4-mixer and use indicator instead.
+  * etc/xdg/xdg-xubuntu/exaile/settings.ini: dropped (handled in maintainer
+    scripts as well).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 24 Feb 2011 22:08:55 +0100
+
+xubuntu-default-settings (11.04.9) natty; urgency=low
+
+  * usr/share/xubuntu/applications/xfce4-session-logout.desktop:
+    refreshed translations.
+  * usr/share/xubuntu/desktop-directories/xfce-network.directory,
+    etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: renamed 'Network'
+    category to 'Internet'. lp: #79053
+  * usr/share/xubuntu/applications/*,
+    etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: reworked the menu
+    to show exo wrappers by default. lp: #718177
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 17 Feb 2011 00:06:33 +0100
+
+xubuntu-default-settings (11.04.8) natty; urgency=low
+
+  * usr/share/xubuntu/desktop-directories/,
+    etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: put back the exo
+    wrappers in a special submenu "Preferred Applications"; previously
+    they were hidden by the menu file and thus were not usable as launchers
+    in the panel (see lp #718177).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 13 Feb 2011 19:56:12 +0100
+
+xubuntu-default-settings (11.04.7) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-keyboard-shortcuts.xml:
+    resync default keyboard shortcuts with upstream; mostly add shortcuts
+    for 'xfce4-display-settings --minimal'. lp: #713967
+  * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: small cleanup; hide
+    more duplicate entries. Also add a missing <DefaultMergeDirs/> tag.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-panel.xml: use exo wrappers
+    instead of firefox/thunderbird/xfce4-terminal directly; this allows
+    users to change the preferred applications and to keep functional
+    launchers.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/thunar-volman.xml: disable
+    'autoopen' and 'autorun' features by default.
+  * usr/share/xubuntu/applications/defaults.list: replace gdebi by
+    ubuntu-software-center and ooo2-* by libreoffice-*.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 12 Feb 2011 01:18:58 +0100
+
+xubuntu-default-settings (11.04.6) natty; urgency=low
+
+  * usr/share/xubuntu/applications/Thunar-bulk-rename.desktop,
+    usr/share/xubuntu/applications/Thunar.desktop: added (were previously
+    in thunar); hide Bulk Rename from the menu (lp: #441278); display
+    thunar in Accessories, not System.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml:
+    replace xfce4-orageclock-plugin by the simpler clock plugin from
+    the panel; let it use the same exact time/date format as orageclock
+    did, and set the hidden "command" property to launch orage when
+    double-clicking on the time, to reproduce a feature of orageclock.
+  * etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-orageclock-plugin-7.rc: dropped,
+    not needed anymore. Also handle its removal in maintainer scripts.
+  * etc/xdg/xdg-xubuntu/orage/oragerc: updated, start visible by default,
+    and don't use the dynamic icon in the systray, prefer a static one.
+  * usr/share/xubuntu/applications/xfce4-terminal.desktop: added (was
+    previously in xfce4-terminal); remove xfce4-terminal from the 'System'
+    category.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 09 Feb 2011 21:33:04 +0100
+
+xubuntu-default-settings (11.04.5) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: set
+    back elementaryXubuntu by default, we need to override a few elementary
+    icons anyway.
+  * etc/xdg/xdg-xubuntu/xfce4/helpers.rc: set Thunar as default file manager.
+    lp: #709147
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 29 Jan 2011 15:37:06 +0100
+
+xubuntu-default-settings (11.04.4) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml:
+    set greybird as default theme as well.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: use
+    elementary-mono-dark instead of elementary by default.
+  * etc/xdg/xdg-xubuntu/orage/oragerc: added, default orage config.
+  * etc/xdg/xdg-xubuntu/xfce4/panel/*: dropped all rc files for the 4.6 panel.
+  * etc/xdg/xdg-xubuntu/xfce4/panel/cpugraph-3.rc,
+    etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-orageclock-plugin-7.rc,
+    etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml:
+    ship a new default layout for the 4.8 panel.
+  * debian/postinst,debian/postrm,debian/preinst: handle the removal of the
+    4.6 panel config.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 26 Jan 2011 23:14:45 +0100
+
+xubuntu-default-settings (11.04.3) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: fix
+    typo.
+  * debian/control: relax dep on xubuntu-artwork (>= 11.04.0~ is enough).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 25 Jan 2011 22:32:12 +0100
+
+xubuntu-default-settings (11.04.2) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: refreshed for Xfce 4.8.
+  * etc/xdg/xdg-xubuntu/Terminal/terminalrc: set Droid Sans Mono as default
+    font.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml:
+    - set Greybird as default gtk+ theme and put back elementary as default
+      icon theme
+    - set Droid Sans as default font.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml:
+    - clean up for Xfce 4.8
+    - set Droid Sans Bold as default font
+    - set Greybird as default theme, and “menu|title|min|max|close” as
+      default layout
+    - activate the compositor by default.
+  * debian/control: require xubuntu-artwork >> 11.04.1 for Greybird, and
+    ttf-droid.
+  * Refreshed translations.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 25 Jan 2011 21:59:30 +0100
+
+xubuntu-default-settings (11.04.1) natty; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml:
+    added, default config for xfce4-notifyd (top right corner, uses the user
+    gtk theme, and 80% opacity).
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml:
+    put back the 'Hibernate' and 'Suspend' buttons by default, xfce4-session
+    now locks the screen automatically.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 09 Jan 2011 22:54:50 +0100
+
+xubuntu-default-settings (11.04.0) natty; urgency=low
+
+  * Rename etc/xdg/xdg-xubuntu/applications to usr/share/xubuntu/applications:
+    - usr/share/xubuntu/session.sh: update XDG_DATA_DIRS consequently.
+  * Use the same names as upstream for our help & logout desktop files, so
+    the upstream ones will be overridden in an xubuntu session, and the xubuntu
+    ones not visible in an xfce session, thanks to the xdg dirs' magic.
+    lp: #644969
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml: do
+    not enable gnome services by default anymore, this option also enables the
+    autostart of desktop files containing 'OnlyShowIn=GNOME;'.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml:
+    added.
+  * debian/{preinst,postinst,postrm}: handle removal of old xdg config files.
+  * usr/share/xubuntu/applications/aumix.desktop: added, only used to hide the
+    entry by default instead of adding another hack in the menu file.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Fri, 17 Dec 2010 21:17:45 +0100
+
+xubuntu-default-settings (10.10.4) maverick; urgency=low
+
+  * usr/share/applications/xubuntu-help.desktop: refreshed translations.
+  * usr/share/applications/xubuntu-logout.desktop: avoid using a light
+    monochrome icon on the light xfce menu.
+  * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: display
+    'xubuntu-logout.desktop' instead of 'xfce4-logout.desktop' by default.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 15 Sep 2010 23:00:15 +0200
+
+xubuntu-default-settings (10.10.3) maverick; urgency=low
+
+  * Refreshed translations.
+  * etc/xdg/xdg-xubuntu/applications/defaults.list: open crash files using
+    apport by default instead of a text editor. lp: #610284
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml: switch to Bluebird.
+  * debian/control: depends on xubuntu-artwork (>> 10.10.0).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 25 Aug 2010 23:03:32 +0200
+
+xubuntu-default-settings (10.10.2) maverick; urgency=low
+
+  * Refreshed translations.
+  * debian/control: bumped Standard-Version to 3.9.1.
+  * Drop pre-lucid code:
+    - debian/postinst: drop conffile moving
+    - debian/preinst: dropped, unneeded.
+  * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: hide aumix menu entry
+    and move software center toward the bottom, thanks Jim Campbell.
+    lp: #365083
+  * etc/skel/.Xdefaults: set a correct OOo lcd filter. lp: #486315
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 15 Aug 2010 17:22:46 +0200
+
+xubuntu-default-settings (10.10.1) maverick; urgency=low
+
+  * etc/xdg/xdg-xubuntu/autostart/xfce4-tips-autostart.desktop: disable tips
+    on login. lp: #584879
+  * etc/xdg/xdg-xubuntu/applications/defaults.list: replace 'totem.desktop'
+    by 'parole.desktop'.
+  * etc/xdg/xdg-xubuntu/Thunar/volmanrc: replace totem by parole and brasero
+    by xfburn.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 27 Jun 2010 22:52:46 +0200
+
+xubuntu-default-settings (10.10.0) maverick; urgency=low
+
+  * Refreshed translations.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml:
+    - do not save the session on logout by default
+    - hide "hibernate" and "suspend" buttons. lp: #121737
+  * Switch to dpkg-source 3.0 (native) format.
+  * Bump Standards-Version to 3.8.4, no change required.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 13 May 2010 13:19:57 +0200
+
+xubuntu-default-settings (10.04.8) lucid-proposed; urgency=low
+
+  * usr/share/xubuntu/session.sh:
+    - Do not forcefully set $XDG_CONFIG_DIRS, it creates issue with non-Xfce
+      applications, and 60xdg_path-on-session from gdm already takes care of
+      that. lp: #571133
+    - Ensure that /usr/local/share is present in $XDG_DATA_DIRS. lp: #574264
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Mon, 03 May 2010 20:15:27 +0200
+
+xubuntu-default-settings (10.04.7) lucid; urgency=low
+
+  * Refreshed translations.
+  * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: hide duplicate
+    entries from the settings menu, as discussed in the previous meeting,
+    and summed up at
+    <https://lists.ubuntu.com/archives/xubuntu-devel/2010-April/007435.html>.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 13 Apr 2010 21:22:44 +0200
+
+xubuntu-default-settings (10.04.6) lucid; urgency=low
+
+  * Refreshed translations.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml,
+    etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-mixer-plugin-5.rc: revert changes
+    from 10.04.4, gstreamer pulseaudio bindings aren't really usable.
+    lp: #553925
+  * etc/xdg/xdg-xubuntu/Thunar/volmanrc: use the correct command to play
+    audio cds. lp: #559758
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 10 Apr 2010 17:03:48 +0200
+
+xubuntu-default-settings (10.04.5) lucid; urgency=low
+
+  * etc/xdg/xdg-xubuntu/*.rc => etc/xdg/xdg-xubuntu/xfce4/*.rc,
+    debian/{pre,post}inst: fixed a bug introduced in a previous upload
+    (maybe 10.04.0), use correct config dir.
+  * etc/xdg/xdg-xubuntu/xfce4/mount.rc: fix default permissions with
+    vfat. lp: #193844
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 06 Mar 2010 11:43:57 +0100
+
+xubuntu-default-settings (10.04.4) lucid; urgency=low
+
+  * Add a default Xdefaults settings file. lp: #361678
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-mixer.xml,
+    etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-mixer-plugin-5.rc: set default
+    controls for xfce4-mixer, its panel plugin and xfce4-volumed. lp: #343692
+  * Refreshed translations.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 04 Mar 2010 21:39:44 +0100
+
+xubuntu-default-settings (10.04.3) lucid; urgency=low
+
+  * etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-menu-1.rc.in: updated to use
+    the new menu logo.
+  * Refreshed translations.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 17 Feb 2010 23:13:31 +0100
+
+xubuntu-default-settings (10.04.2) lucid; urgency=low
+
+  * Set up translations for /usr/share/xsessions/xubuntu.desktop.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 14 Feb 2010 22:27:12 +0100
+
+xubuntu-default-settings (10.04.1) lucid; urgency=low
+
+  * debian/postinst,debian/preinst: fix version checks and typo in the case
+    statement.
+  * etc/xdg/xdg-xubuntu/xfce4/panel/xfce4-menu-1.rc.in: use default menu
+    instead of pointing directly to our menu file. As $XDG_CONFIG_DIRS var
+    is correctly set, nothing will change, except that it'll update itself
+    automagically if we move our config dir later.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 28 Jan 2010 21:26:00 +0100
+
+xubuntu-default-settings (10.04.0) lucid; urgency=low
+
+  * New versioning scheme, includes the release version.
+  * Rename etc/xdg/xubuntu to etc/xdg/xdg-xubuntu, to use the new "feature"
+    added in gdm by Didier lp: #327926
+    - etc/xdg/xubuntu => etc/xdg/xdg-xubuntu
+    - Makefile,etc/xdg/xdg-xubuntu/xfce4/panel/{launcher-2,xfce4-menu-1}.rc.in:
+      update paths
+    - debian/p{re,ost}inst: handle conffiles' moves.
+  * Change default session to xubuntu (xfce will be a vanilla xfce session)
+    - usr/share/{xsessions/xubuntu.desktop,xubuntu/session.sh}: added
+    - debian/post{inst,rm}: set new default session to 'xubuntu'.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 27 Jan 2010 21:44:35 +0100
+
+xubuntu-default-settings (0.71) lucid; urgency=low
+
+  * etc/xdg/xubuntu/Thunar/volmanrc: use 'totem %d' instead of 'totem dvd:/'
+    lp: #459490
+  * etc/xdg/xubuntu/Terminal/terminalrc: added, enables vte's scrolling
+    alternate screen by default. lp: #358796
+  * New translations: da (panel config), pl (panel & thunar).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 09 Jan 2010 13:22:11 +0100
+
+xubuntu-default-settings (0.70) lucid; urgency=low
+
+  [ Didier Roche ]
+  * Change gdm default session handling: (LP: #403291)
+    - remove usr/share/xsessions/default.desktop@
+    - debian/postinst:
+     + call gdm-set-default-session to add xfce as default session only if
+       no other previous default session
+     + remove divert (no more needed as was only internal to karmic cycle)
+    - debian/postrm:
+      unsetting xfce as default
+    - debian/control:
+      remove Provides/Conflicts with ubuntu-derivative-default-settings
+
+  [ Lionel Le Folgoc ]
+  * usr/share/xsessions: dropped, now empty.
+
+ -- Didier Roche <didrocks@xxxxxxxxxx>  Sat, 12 Dec 2009 23:09:23 +0100
+
+xubuntu-default-settings (0.69) lucid; urgency=low
+
+  * etc/xdg/xubuntu/menus/xfce-applications.menu: replace all occurrences of
+    'gnome-app-install-xfce.desktop' with 'ubuntu-software-center.desktop'.
+  * debian/control:
+    - b-dep on debhelper (>= 7.0.50~) for override support
+    - drop replaces on xfce4-panel, was for a very old revision.
+  * Makefile, debian/rules: simplify, switch to rules.tiny, using overrides.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 12 Dec 2009 16:57:20 +0100
+
+xubuntu-default-settings (0.68) lucid; urgency=low
+
+  * Refreshed translations.
+  * etc/xdg/xubuntu/xfce4:
+    - helpers.rc: set default applications
+    - mount.rc: set default mount options. LP: #238702
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 10 Nov 2009 21:55:45 +0100
+
+xubuntu-default-settings (0.67) karmic; urgency=low
+
+  * debian/control: bump dependency on xubuntu-artwork to >= 0.35, required
+    for the new Albatross xfwm4 theme.
+  * etc/xdg/xubuntu/exaile/settings.ini: added, default settings for exaile.
+  * etc/xdg/xubuntu/applications/defaults.list: set exaile as default handler
+    for audio/*. LP: #441833
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 10 Oct 2009 23:29:16 +0200
+
+xubuntu-default-settings (0.66) karmic; urgency=low
+
+  [ Lionel Le Folgoc ]
+  * Pull in new translations: Spanish.
+  
+  [ Cody A.W. Somerville ]
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml:
+    - Set Albatross as default xfce4 window manager theme.
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Sat, 03 Oct 2009 20:21:24 -0300
+
+xubuntu-default-settings (0.65) karmic; urgency=low
+
+  * etc/xdg/xubuntu/applications/defaults.list: reassociate image/* to ristretto
+    instead of gpicview. LP: #432881
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: set
+    'elementaryXubuntu' as default icon theme.
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml: set
+    xubuntu-karmic.png as default wallpaper.
+  * debian/control: bump dependency on xubuntu-artwork to (>= 0.34).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 27 Sep 2009 22:35:32 +0200
+
+xubuntu-default-settings (0.64) karmic; urgency=low
+
+  * usr/share/gdm: dropped, everything is in xubuntu-gdm-theme now.
+  * debian/control: bump dependency on xubuntu-artwork to (>= 0.33) for the new
+    gtk theme, drop dependency on feh.
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: set
+    Albatross as default theme.
+  * debian/xubuntu-default-settings.gconf-defaults: logo_icon_name is now set
+    in xubuntu-gdm-theme.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 19 Sep 2009 14:23:06 +0200
+
+xubuntu-default-settings (0.63) karmic; urgency=low
+
+  * Test a way to set gdm's background picture without gnome-settings-daemon:
+    - usr/share/gdm/autostart/LoginWindow/background-picture.desktop: added,
+      uses feh
+    - debian/control: depends on feh.
+  * debian/xubuntu-default-settings.gconf-defaults: revert change from previous
+    upload.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 13 Sep 2009 14:04:19 +0200
+
+xubuntu-default-settings (0.62) karmic; urgency=low
+
+  * etc/xdg/xubuntu/xfce4/panel/panels.xml:
+    - Remove thunar-tpa from default panel setup.
+  * etc/xdg/xubuntu/xfce4/panel/tasklist-2.rc:
+    - Set minamum width to 100 instead of 300.
+    - Do not show tasklist handle by default.
+  * debian/xubuntu-default-settings.gconf-defaults:
+    - Set /apps/gdm/simple-greeter/logo_icon_name back to its default value
+      'computer' as we don't have an SVG of the Xubuntu logo so it looks
+      blocky when scaled.
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml:
+    - Set default theme to MurrinaXubuntu temporarily for wider testing.    
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Sun, 13 Sep 2009 02:59:10 -0300
+
+xubuntu-default-settings (0.61) karmic; urgency=low
+
+  * debian/control: provides/conflicts with ubuntu-derivative-default-settings.
+  * debian/xubuntu-default-settings.preinst: drop our diversion for
+    gnome.desktop.
+  * debian/xubuntu-default-settings.postinst: clean up our diversion.
+  * debian/xubuntu-default-settings.postrm: dropped.
+  * Provide default.desktop instead of gnome.desktop (LP: #403291, #426800).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Thu, 10 Sep 2009 20:44:24 +0200
+
+xubuntu-default-settings (0.60) karmic; urgency=low
+
+  * Pull in new translations: Arabic and Hebrew.
+  * debian/xubuntu-default-settings.{postinst,preinst}: unregister gdm config
+    with alternatives.
+  * debian/xubuntu-default-settings.prerm, etc/xdg/xubuntu/gdm/gdm.conf:
+    drop, unnecessary now.
+
+  * Add in a set of workaround that will be used until a better solution
+    to (LP: #403291) is developed (same as Mythbuntu).
+  * debian/xubuntu-default-settings.{preinst,postrm}: add a diversion for
+    /usr/share/xsessions/gnome.desktop so that we can make gnome.desktop be a
+    symlink to xfce.desktop since gdm now looks for gnome.desktop to pick it's
+    default session.
+  * Provide gnome.desktop to force the default session.
+
+  * etc/xdg/xubuntu/ [...] /xfce4-keyboard-shortcuts.xml: readd a shortcut for
+    xfce4-popup-menu (LP: #424282).
+
+  * usr/share/gdm/autostart/LoginWindow:
+    - xfce4-power-manager.desktop: provide xfce4-power-manager to replace
+      gnome-power-manager for gdm
+    - xfsettingsd.desktop: use xfsettings to provide a xsettings daemon
+    - xfwm4.desktop: start a window manager.
+  * debian/xubuntu-default-settings.gconf-defaults: set xubuntu-logo as
+    the default logo on the greeter.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Mon, 07 Sep 2009 22:03:32 +0200
+
+xubuntu-default-settings (0.59) karmic; urgency=low
+
+  * Refreshed translations, again.
+  * etc/xdg/xubuntu/xfce4/panel/launcher-2.rc.in: update for firefox-3.5
+    (LP: #417353).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 22 Aug 2009 15:20:37 +0200
+
+xubuntu-default-settings (0.58) karmic; urgency=low
+
+  * Pull new and updated translations from LP.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Mon, 17 Aug 2009 09:36:07 +0200
+
+xubuntu-default-settings (0.57) karmic; urgency=low
+
+  * Fix "[Xubuntu only] Non-translatable labels and launchers" (LP: #163206):
+    - etc/xdg/xubuntu/xfce4/panel:
+      + generate rc files which have translatable strings from rc.in ones
+      + po/*: added (po files fetched on 2009-05-16 from Rosetta).
+  * Fix "Thunar needs a "Find in this folder" action" (LP: #291622):
+    - etc/xdg/xubuntu/Thunar:
+      + generate uca.xml from uca.xml.in to have it translated
+      + po/*: added (po files fetched on 2009-05-16 from Rosetta).
+  * Makefile: added (useful to generate rc files without cluttering
+    debian/rules file).
+  * debian/rules: call $(MAKE) once instead of multiple dh_install.
+  * debian/control:
+    - bump debhelper dependency to >= 7 for dh_prep
+    - build-depend on intltool.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 16 May 2009 22:36:02 +0200
+
+xubuntu-default-settings (0.56) jaunty; urgency=low
+
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml:
+    - Set default DPI to 96 as Xserver.org autodetection is broke.
+    - Set default RGBA value to rgb to fix ugly font issues.
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Tue, 14 Apr 2009 22:30:29 -0300
+
+xubuntu-default-settings (0.55) jaunty; urgency=low
+
+  * etc/xdg/xubuntu/menus/xfce-applications.menu: Exclude screensavers' desktop
+    files from the "Other" menu (LP: #360063).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 12 Apr 2009 19:23:24 +0200
+
+xubuntu-default-settings (0.54) jaunty; urgency=low
+
+  * etc/xdg/xubuntu/menus/xfce-applications.menu: Don't show the 
+    Screensavers menu.  It has no purpose. Instead we should be showing the
+    screensavers preferences utility. (LP: #350962)
+
+ -- Mario Limonciello <superm1@xxxxxxxxxx>  Sat, 11 Apr 2009 10:39:41 -0500
+
+xubuntu-default-settings (0.53) jaunty; urgency=low
+
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml: restore
+    "maximise window" action on double-click (apparently dropped with the
+    transition to xfconf).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 22 Mar 2009 23:16:52 +0100
+
+xubuntu-default-settings (0.52) jaunty; urgency=low
+
+  * Ship artwork in xubuntu-artwork instead of xubuntu-default-settings:
+    - usr/share/{gdm,pixmaps,themes,xfce4}: dropped
+    - depends on xubuntu-artwork (>= 0.22~)
+    - don't provide gdm-theme
+    - update debian/copyright consequently.
+  * Revert to the "old" behavior of update-manager:
+    - debian/control: add missing ${misc:Depends}
+    - debian/xubuntu-default-settings.gconf-defaults: set 'auto_launch' gconf
+      key to false
+    - debian/rules: call dh_gconf --priority=20.
+  * etc/xdg/xubuntu/menus/xfce-applications.menu:
+    - don't show in 'Other' desktop files belonging to 'X-Xfce-Toplevel'
+      category (thanks vinnl and j1mc for spotting this)
+    - don't show in 'Settings' desktop files belonging only to
+      'DesktopSettings', but rather those belonging to 'Settings' but not to
+      'System' (thanks j1mc).
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml: set
+    new jaunty wallpaper.
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml: set
+    'gnome-brave' as default icon theme.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 18 Mar 2009 20:38:59 +0100
+
+xubuntu-default-settings (0.51) jaunty; urgency=low
+
+  * Rename debian/postinst to debian/xubuntu-default-settings.preinst: this
+    makes more sense for conffiles handling, and this should fix alternatives
+    that were already set in debian/xubuntu-default-settings.postinst.
+  * debian/xubuntu-default-settings.preinst: delete /etc/xdg/orage/oragerc as
+    well.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Fri, 13 Feb 2009 20:04:02 +0100
+
+xubuntu-default-settings (0.50) jaunty; urgency=low
+
+  * usr/share/applications/xubuntu-help.desktop: moved from xfdesktop4, menu
+    item to open Xubuntu documentation files (LP: #239904).
+  * etc/xdg/xubuntu/menus/xfce-applications.menu: include it instead of
+    xfce4-help.desktop.
+  * etc/xdg/xubuntu/gdm/gdm.conf: change default session from xfce4.desktop to
+    xfce.desktop (renamed in xfce4-utils 4.5.x).
+  * etc/xdg/xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml: added to
+    enable GNOME acessibility services, and disable splash screen  by default.
+  * etc/xdg/xubuntu/xfce4/panel/*: updated for Xfce 4.6.
+  * etc/xdg/xubuntu/menus/xfce-applications.menu: use "DesktopSettings" category
+    instead of "Settings" inside xfce4-settings' menu to avoid duplication.
+  * debian/control: drop the dependency on xfce4-utils, it doesn't work.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sun, 08 Feb 2009 18:44:56 +0100
+
+xubuntu-default-settings (0.49) jaunty; urgency=low
+
+  * etc/xdg/xubuntu/:
+    - menus/xfce-applications.menu: provides a xubuntu-specific desktop menu:
+      + add gnome-app-install-xfce as a direct child of "Applications", and hide
+        it from the System submenu (LP: #214809)
+    - xfce4/panel/xfce4-menu-1.rc: open this menu file by default
+    - xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml: add some
+      key bindings for Xfce4-screenshooter (LP: #319735).
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 07 Feb 2009 17:51:23 +0100
+
+xubuntu-default-settings (0.48) jaunty; urgency=low
+
+  * Do not ship usr/share/themes/Xfwm4.5-svn anymore, it's now the default theme
+    with Xfce 4.6.
+  * debian/control:
+    - update Homepage and Vcs-* urls
+    - depends on xfce4-utils (>= 4.5.99.1-0ubuntu2) to correctly handle
+      XDG_{CONFIG,DATA}_DIRS.
+  * Move etc/xdg/xfce4 to etc/xdg/xubuntu.
+  * Migrate all config files to xfconf.
+  * debian/postinst: handle config files' removal.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 07 Feb 2009 15:21:16 +0100
+
+xubuntu-default-settings (0.47) intrepid; urgency=low
+
+  * usr/share/xfce4/backgroups/*:
+    - Set non-widescreen background as default and name widescreen
+      background xubuntu-jmak-ws.png
+  * Added etc/xdg/xfce4/mcs_settings/wmtweaks.xml:
+     - Disable changing workspace via mousewheel on background by default.
+     - Fixes LP: #226888
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Tue, 14 Oct 2008 10:17:27 -0300
+
+xubuntu-default-settings (0.46) intrepid; urgency=low
+
+  * Removed default orage settings.
+  * Updated /etc/xdg/Thunar/volmanrc:
+    - Launch listen instead of totem for music cds.
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Thu, 02 Oct 2008 05:39:54 -0300
+
+xubuntu-default-settings (0.45) intrepid; urgency=low
+
+  * etc/xdg/orage/oragerc:
+    - Added new default options for orage so that it'll  use the
+      static icon in the system tray instead of the ugly dynamic ones.
+  * etc/xdg/xubuntu/applications/defaults.list:
+    - Use gpicview instead of ristretto.
+  * usr/share/xfce4/backdrops/*:
+    - Moved current wallpaper to xubuntu-jmak-hardy.png.
+    - Added new wallpaper for Intrepid.
+    - Added new wallpaper for Intrepid for widescreen monitors.
+  * etc/xdg/xfce4/mcs_settings/gtk.xml:
+    - Enable anti-aliasing and hinting by default.
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Mon, 29 Sep 2008 09:20:44 -0300
+
+xubuntu-default-settings (0.44) intrepid; urgency=low
+
+  * debian/control:
+    - Provide gdm-theme after discussion regarding lp #258091
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Fri, 15 Aug 2008 14:51:06 -0300
+
+xubuntu-default-settings (0.43) intrepid; urgency=low
+
+  * etc/xdg/xfce4/panel/places-2.xml:
+    - Set catfish as search command.
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Wed, 16 Jul 2008 23:26:19 -0300
+
+xubuntu-default-settings (0.42) intrepid; urgency=low
+
+  * Updated GDM theme for Intrepid.
+  * Added xfce4-mixer to default panel configuration. (lp: #220948)
+  * debian/change:
+    - Bumped standards version to 3.8.0.
+    - Updated long description.
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Mon, 14 Jul 2008 19:29:21 -0300
+
+xubuntu-default-settings (0.41) intrepid; urgency=low
+
+  * etc/xdg/xubuntu/applications/default.list:
+    - Updated to use ristretto to view images instead of gqview.
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Sun, 15 Jun 2008 09:14:43 -0300
+
+xubuntu-default-settings (0.40) intrepid; urgency=low
+
+  * etc/xdg/xubuntu/gdm/gdm.conf:
+    - Updated to use xfce4.desktop session instead of default.desktop
+      which should fix a number of bugs caused by Xubuntu not properly
+      starting.
+    - Closes lp: #220899
+    - Closes lp: #224444
+    - Closes lp: #200665
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Sun, 15 Jun 2008 06:12:35 -0300
+
+xubuntu-default-settings (0.39) hardy; urgency=low
+
+  * Changed panel colours back to theme default.
+  * Set default number of workspaces to 2 instead of 4.
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Thu, 10 Apr 2008 01:21:16 -0300
+
+xubuntu-default-settings (0.38) hardy; urgency=low
+
+  * Fixed GDM theme (Closes LP: #208901)
+  * Disable border on system tray.
+  * Disable flat buttons on task list.
+  * Updated changelog to include date in copyright.
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Tue, 01 Apr 2008 12:37:27 -0300
+
+xubuntu-default-settings (0.37) hardy; urgency=low
+
+  * Updated gdm theme
+  * Updated MurinaDarkCloud gtkrc
+  * New backround image
+  * Fixed path to icon in firefox panel launcher
+
+ -- Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>  Tue, 26 Feb 2008 19:09:49 -0400
+
+xubuntu-default-settings (0.36) hardy; urgency=low
+
+  [Cody A.W. Somerville]
+
+  * Modified panel sizes (smaller panels).    (LP: #106233)
+  * debian/control: Added homepage field
+
+  [Lionel Le Folgoc]
+
+  * debian/control:
+    - add the Vcs-Bzr & Vcs-Browser fields since this package is maintained
+      in bzr
+    - change maintainer to "Xubuntu Developers"
+    - bump Standards-Version to 3.7.3.
+  * etc/xdg/xfce4/panel/panels.xml: re-enable the places plugin.
+  * etc/xdg/xfce4/panel/places-2.rc: updated.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 15 Dec 2007 18:35:57 +0100
+
+xubuntu-default-settings (0.35) gutsy; urgency=low
+
+  * Remove places plugin from the panel, it crashes on accessing volumes
+  * Point help browser to the Xubuntu docs not the ubuntu-artwork link
+    which depends on what is set in the alternatives system
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Sat, 13 Oct 2007 22:39:27 +0200
+
+xubuntu-default-settings (0.34) gutsy; urgency=low
+
+  * resync with latest gdm.conf, change background to blueish
+  * use locale neutral URL in help launcher
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Thu, 04 Oct 2007 22:52:43 +0200
+
+xubuntu-default-settings (0.33) gutsy; urgency=low
+
+  * etc/xdg/xubuntu/applications/defaults.list, etc/xdg/Thunar/thunarrc:
+    default to totem instead of gxine, brasero instead of xfburn
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Fri, 28 Sep 2007 22:37:28 +0200
+
+xubuntu-default-settings (0.32) gutsy; urgency=low
+
+  * etc/xdg/xubuntu/applications/defaults.list: default to gxine and
+    file-roller instead of xfmedia and xarchiver
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Sun,  9 Sep 2007 20:01:29 +0200
+
+xubuntu-default-settings (0.31) gutsy; urgency=low
+
+  * etc/xdg/xfce4/panel: add a launcher for the xubuntu desktop guide.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 08 Sep 2007 22:09:28 +0200
+
+xubuntu-default-settings (0.30) gutsy; urgency=low
+
+  * etc/xdg/xubuntu/gdm/gdm.conf:
+    - set the GtkTheme to MurrinaStormCloud
+    - use "Browser=true" so the users lists work correctly.	(LP: #137975)
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Fri, 07 Sep 2007 16:24:03 +0200
+
+xubuntu-default-settings (0.29) gutsy; urgency=low
+
+  * Update gdm theme and wallpaper.
+  * usr/share/themes/Xfwm4.5-svn: new xfwm4 default theme.
+  * debian/copyright: updated.
+  * etc/xdg/xfce4/mcs_settings/xfwm4.xml: added to set the default xfwm4 theme.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Wed, 15 Aug 2007 15:43:20 +0200
+
+xubuntu-default-settings (0.28) gutsy; urgency=low
+
+  * usr/share/themes/MurrinaStormCloud: ship the new default theme.
+  * debian/copyright: updated.
+  * etc/xdg/xfce4/mcs_settings/gtk.xml: set default theme to MurrinaStormCloud.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 04 Aug 2007 11:56:07 +0200
+
+xubuntu-default-settings (0.27) gutsy; urgency=low
+
+  * etc/xdg/xfce4/panel/launcher-3.rc: drop the thunar launcher.
+  * etc/xdg/xfce4/panel/places-2.rc: add the xfce4-places-plugin to the panel.
+
+ -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Sat, 07 Jul 2007 00:46:21 +0200
+
+xubuntu-default-settings (0.26) feisty; urgency=low
+
+  * Enable thunar volume manager by default
+  * Make gxine the default audio CD and DVD player for newly inserted discs
+  * Fix thunar launcher description  
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Wed, 21 Mar 2007 12:30:35 +0200
+
+xubuntu-default-settings (0.25) feisty; urgency=low
+
+  * Add a thunar launcher to the panel
+  * Update gdm theme and wallpaper
+  * Add a default thunar-volman config
+
+ -- Gauvain Pocentek <gauvainpocentek@xxxxxxxxxx>  Sun, 28 Jan 2007 07:37:42 +0100
+
+xubuntu-default-settings (0.24) feisty; urgency=low
+
+  * Add etc/xdg/xfce4/desktop/xfdesktoprc: only show the 
+    removable devices icons on the desktop.
+
+ -- Gauvain Pocentek <gauvainpocentek@xxxxxxxxxx>  Sat, 23 Dec 2006 10:52:56 +0100
+
+xubuntu-default-settings (0.23) edgy; urgency=low
+
+  * etc/xdg/xfce4/mcs_settings/desktop.xml: Do not show system menu by default
+    on right click. Enable latest edgy wallpaper
+  * etc/xdg/xfce4/panel/tasklist-2.rc: Do not make buttons flat in taskbar,
+    keep it how it was in dapper. 
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Mon, 23 Oct 2006 13:22:49 +0300
+
+xubuntu-default-settings (0.22) edgy; urgency=low
+
+  * Add trashcan to bottom panel
+  * Install config files ready to use in accessibility enabled setups.
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Mon, 16 Oct 2006 09:53:59 +0300
+
+xubuntu-default-settings (0.21) edgy; urgency=low
+
+  * Xubuntu.xml gdm configuration: add a pam-message stanza so the
+    user is warned when his password will expire.
+
+ -- Gauvain Pocentek <gauvainpocentek@xxxxxxxxxx>  Thu, 12 Oct 2006 19:19:39 +0200
+
+xubuntu-default-settings (0.20) edgy; urgency=low
+
+  * Update gdm theme with new backgroung.png, text.png and
+    Xubuntu.xml files
+
+ -- Gauvain Pocentek <gauvainpocentek@xxxxxxxxxx>  Sun,  1 Oct 2006 19:05:49 +0200
+
+xubuntu-default-settings (0.19) edgy; urgency=low
+
+  * Update gdm theme using the new Jozsef Mak one
+  * Add xubuntu-jmak.png backdrop
+  * Bump Standards Version to 3.7.2
+  * Bump debhelper compat to 5
+
+ -- Gauvain Pocentek <gauvainpocentek@xxxxxxxxxx>  Mon, 28 Aug 2006 17:19:37 +0200
+
+xubuntu-default-settings (0.18) dapper; urgency=low
+
+  * Make timed login text white (thus visible) in the gdm theme
+  * Add the same Human icons for shutdown/reboot/logout in the gdm
+    screen that are used in the Xfce session logout dialog
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Tue, 30 May 2006 15:09:41 +0300
+
+xubuntu-default-settings (0.17) dapper; urgency=low
+
+  * Make Human the default xcursor theme
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Wed, 24 May 2006 17:21:05 +0300
+
+xubuntu-default-settings (0.16) dapper; urgency=low
+
+  * Make the default gdm session xfce4.desktop to make sure
+    not only xfce4-session is started but startxfce4, which
+    means xscreensaver is started too (LP #42887)
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Tue, 16 May 2006 18:57:25 +0300
+
+xubuntu-default-settings (0.15) dapper; urgency=low
+
+  * Add /etc/xdg/xubuntu/applications/defaults.list to set
+    default mime handlers  (gqview, gnumeric, xfmedia, etc.)
+  * Add another wallpaper by Luzi
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Mon, 15 May 2006 20:36:12 +0300
+
+xubuntu-default-settings (0.14) dapper; urgency=low
+
+  * Make Clearlooks the default theme 
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Mon,  1 May 2006 12:25:53 +0300
+
+xubuntu-default-settings (0.13) dapper; urgency=low
+
+  * gdm theme colour tweaks, thumbnail and credits 
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Sat, 29 Apr 2006 11:28:44 +0300
+
+xubuntu-default-settings (0.12) dapper; urgency=low
+
+  * New gdm theme from Jozsef Mak 
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Fri, 28 Apr 2006 08:10:22 +0300
+
+xubuntu-default-settings (0.11) dapper; urgency=low
+
+  * Add xubuntu logo in the desktop menu button
+  * Do not fail in postinst if /etc/gdm does not exist (LP #40110)
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Tue, 25 Apr 2006 21:36:59 +0300
+
+xubuntu-default-settings (0.10) dapper; urgency=low
+
+  * Switch back to alternatives scheme for gdm.conf to be able to
+    install along edubuntu (  revert most of the last upload )
+  * Use hyphen not underscore in wallpaper name
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Mon, 24 Apr 2006 16:36:15 +0300
+
+xubuntu-default-settings (0.9) dapper; urgency=low
+
+  * Add a new wallpaper by Jozsef Mak
+  * Install gdm-cdd.conf directly not via alternatives, and
+    add Provides: and Conflicts: on gdm-config-derivative
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Mon, 24 Apr 2006 00:29:22 +0300
+
+xubuntu-default-settings (0.8) dapper; urgency=low
+
+  * Add default panel settings files here, instead of patching xfce4-panel
+  * Remove ivman configuration
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Fri, 21 Apr 2006 18:47:56 +0300
+
+xubuntu-default-settings (0.7) dapper; urgency=low
+
+  * Default xfprint backend to CUPS instead of None, so print dialog
+    launched from desktop menu works
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Wed, 19 Apr 2006 13:10:54 +0300
+
+xubuntu-default-settings (0.6) dapper; urgency=low
+
+  * Add default config file for the UI settings and set tango as the 
+    icon theme 
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Wed, 19 Apr 2006 10:08:46 +0300
+
+xubuntu-default-settings (0.5) dapper; urgency=low
+
+  * Change gdm root window color from brown to the same as the background
+    of the Xfce splash to avoid too many color changes during startup
+  * Add default config file for xfdesktop and set it to use desktop icons 
+    by default (friendlier than upstream default of not using them, and needed
+    for the espresso launcher icon anyway)
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Tue, 18 Apr 2006 22:20:21 +0300
+
+xubuntu-default-settings (0.4) dapper; urgency=low
+
+  * Fix gdm theme name, take two. 
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Sat, 18 Feb 2006 10:28:34 +0200
+
+xubuntu-default-settings (0.3) dapper; urgency=low
+
+  * Fix gdm theme name
+  * Add alternative providing /etc/gdm/gdm-cdd.conf which has precedence over
+    the default gdm.conf. Use it for selecting custom gdm theme
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Fri, 17 Feb 2006 12:28:30 +0200
+
+xubuntu-default-settings (0.2) dapper; urgency=low
+
+  * Make this a native package
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Sun, 18 Dec 2005 22:18:54 +0200
+
+xubuntu-default-settings (0.1) dapper; urgency=low
+
+  * Initial release with custom ivman configuration files and
+    a GDM theme
+
+ -- Jani Monoses <jani@xxxxxxxxxx>  Fri,  9 Dec 2005 16:21:22 +0200
+

=== added file 'debian/compat'
--- debian/compat	1970-01-01 00:00:00 +0000
+++ debian/compat	2014-01-23 20:17:16 +0000
@@ -0,0 +1,1 @@
+7

=== added file 'debian/control'
--- debian/control	1970-01-01 00:00:00 +0000
+++ debian/control	2014-01-23 20:17:16 +0000
@@ -0,0 +1,25 @@
+Source: xubuntu-default-settings
+Section: x11
+Priority: optional
+Maintainer: Xubuntu Developers <xubuntu-devel@xxxxxxxxxxxxxxxx>
+Build-Depends: debhelper (>= 8.1.3~), intltool
+Standards-Version: 3.9.2
+Homepage: https://launchpad.net/xubuntu-default-settings
+Vcs-Bzr: lp:xubuntu-default-settings
+Vcs-Browser: http://bazaar.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/files
+
+Package: xubuntu-default-settings
+Architecture: all
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, xubuntu-artwork (>= 12.10.1~), fonts-droid,
+ x11-common (>= 1:7.6+7ubuntu2), lightdm-gtk-greeter (>= 1.0.0-0ubuntu2)
+Recommends: xfce4-session, libxfce4ui-utils
+Provides: lightdm-gtk-greeter-config
+Description: default settings for the Xubuntu desktop
+ This package contains the default settings used by Xubuntu.
+
+Package: xubuntu-live-settings
+Architecture: all
+Depends: ${misc:Depends}, casper, xubuntu-default-settings
+Description: configuration for the Xubuntu live cd
+ This package contains live cd customizations used by Xubuntu.

=== added file 'debian/copyright'
--- debian/copyright	1970-01-01 00:00:00 +0000
+++ debian/copyright	2014-01-23 20:17:16 +0000
@@ -0,0 +1,26 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Xubuntu Default Settings
+Maintainer: Xubuntu Team <xubuntu-devel@xxxxxxxxxxxxxxxx>
+
+Files: *
+Copyright: 2007-2009, Cody A.W. Somerville <cody-somerville@xxxxxxxxxx>
+           2007-2011, Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
+           2006-2008, Gauvain Pocentek <gauvainpocentek@xxxxxxxxxx>
+           2005-2008, Jani Monoses <jani@xxxxxxxxxx>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+ On Debian systems the full text of the GNU General Public License version 2 
+ can be found in the `/usr/share/common-licenses/GPL-2' file.

=== added file 'debian/rules'
--- debian/rules	1970-01-01 00:00:00 +0000
+++ debian/rules	2014-01-23 20:17:16 +0000
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+override_dh_gconf:
+	dh_gconf --priority=20
+
+override_dh_installgsettings:
+	dh_installgsettings --priority=20
+
+%:
+	dh $@

=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format	1970-01-01 00:00:00 +0000
+++ debian/source/format	2014-01-23 20:17:16 +0000
@@ -0,0 +1,1 @@
+3.0 (native)

=== added file 'debian/xubuntu-default-settings.gconf-defaults'
--- debian/xubuntu-default-settings.gconf-defaults	1970-01-01 00:00:00 +0000
+++ debian/xubuntu-default-settings.gconf-defaults	2014-01-23 20:17:16 +0000
@@ -0,0 +1,1 @@
+/apps/blueman/transfer/browse_command "exo-open obex://[%d]"

=== added file 'debian/xubuntu-default-settings.gsettings-override'
--- debian/xubuntu-default-settings.gsettings-override	1970-01-01 00:00:00 +0000
+++ debian/xubuntu-default-settings.gsettings-override	2014-01-23 20:17:16 +0000
@@ -0,0 +1,10 @@
+[com.canonical.indicator.sound]
+interested-media-players=[ 'gmusicbrowser' ]
+show-notify-osd-on-scroll=false
+
+[com.ubuntu.update-notifier]
+auto-launch=false
+
+[org.gnome.desktop.interface]
+gtk-theme='Greybird'
+icon-theme='elementary-xfce-darker'

=== added file 'debian/xubuntu-default-settings.install'
--- debian/xubuntu-default-settings.install	1970-01-01 00:00:00 +0000
+++ debian/xubuntu-default-settings.install	2014-01-23 20:17:16 +0000
@@ -0,0 +1,3 @@
+debian/tmp/etc
+debian/tmp/usr
+debian/10-xubuntu.conf	etc/lightdm/lightdm.conf.d/

=== added file 'debian/xubuntu-default-settings.maintscript'
--- debian/xubuntu-default-settings.maintscript	1970-01-01 00:00:00 +0000
+++ debian/xubuntu-default-settings.maintscript	2014-01-23 20:17:16 +0000
@@ -0,0 +1,4 @@
+rm_conffile /etc/xdg/xdg-xubuntu/xfce4/panel/indicator-5.rc 12.10.1~
+rm_conffile /etc/xdg/xdg-xubuntu/xfce4/panel/datetime-7.rc 12.10.2~
+mv_conffile /etc/xdg/xdg-xubuntu/Terminal/terminalrc /etc/xdg/xdg-xubuntu/xfce4/terminal/terminalrc 13.04.0~
+rm_conffile /etc/xdg/xdg-xubuntu/Thunar/thunarrc 13.04.1~

=== added file 'debian/xubuntu-default-settings.postinst'
--- debian/xubuntu-default-settings.postinst	1970-01-01 00:00:00 +0000
+++ debian/xubuntu-default-settings.postinst	2014-01-23 20:17:16 +0000
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+set -e
+
+if [ "$1" = "configure" ] ; then
+  update-alternatives --install /etc/lightdm/lightdm-gtk-greeter.conf \
+    lightdm-gtk-greeter-config-derivative \
+    /etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf 30
+fi
+
+#DEBHELPER#

=== added file 'debian/xubuntu-default-settings.preinst'
--- debian/xubuntu-default-settings.preinst	1970-01-01 00:00:00 +0000
+++ debian/xubuntu-default-settings.preinst	2014-01-23 20:17:16 +0000
@@ -0,0 +1,14 @@
+#! /bin/sh
+
+set -e
+
+case "$1" in
+  upgrade)
+    if dpkg --compare-versions "$2" eq "11.10.2"; then
+      update-alternatives --remove lightdm-config-derivative /usr/share/xubuntu/lightdm/lightdm.conf
+      update-alternatives --remove default-xsession-derivative /usr/share/xsessions/xubuntu.desktop
+    fi
+    ;;
+esac
+
+#DEBHELPER#

=== added file 'debian/xubuntu-default-settings.prerm'
--- debian/xubuntu-default-settings.prerm	1970-01-01 00:00:00 +0000
+++ debian/xubuntu-default-settings.prerm	2014-01-23 20:17:16 +0000
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+set -e
+
+if [ "$1" = "remove" ] ; then
+  update-alternatives --remove lightdm-gtk-greeter-config-derivative \
+    /etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf
+fi
+
+#DEBHELPER#

=== added file 'debian/xubuntu-live-settings.install'
--- debian/xubuntu-live-settings.install	1970-01-01 00:00:00 +0000
+++ debian/xubuntu-live-settings.install	2014-01-23 20:17:16 +0000
@@ -0,0 +1,1 @@
+casper/* usr/share/initramfs-tools/scripts/casper-bottom/

=== added directory 'etc'
=== renamed directory 'etc' => 'etc.moved'
=== added directory 'etc/skel'
=== added file 'etc/skel/.Xdefaults'
--- etc/skel/.Xdefaults	1970-01-01 00:00:00 +0000
+++ etc/skel/.Xdefaults	2014-01-23 20:17:16 +0000
@@ -0,0 +1,30 @@
+! xscreensaver ---------------------------------------------------------------
+
+!font settings
+xscreensaver.Dialog.headingFont:        -*-dina-bold-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.bodyFont:           -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.labelFont:          -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.unameFont:          -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.buttonFont:         -*-dina-bold-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.Dialog.dateFont:           -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
+xscreensaver.passwd.passwdFont:         -*-dina-bold-r-*-*-10-*-*-*-*-*-*-*
+!general dialog box (affects main hostname, username, password text)
+xscreensaver.Dialog.foreground:         #EDEDED
+xscreensaver.Dialog.background:         #202020
+xscreensaver.Dialog.topShadowColor:     #202024
+xscreensaver.Dialog.bottomShadowColor:  #202024
+xscreensaver.Dialog.Button.foreground:  #EDEDFF
+xscreensaver.Dialog.Button.background:  #444
+!username/password input box and date text colour
+xscreensaver.Dialog.text.foreground:    #EDEDFF
+xscreensaver.Dialog.text.background:    #444
+xscreensaver.Dialog.internalBorderWidth:24
+xscreensaver.Dialog.borderWidth:        20
+xscreensaver.Dialog.shadowThickness:    2
+!timeout bar (background is actually determined by Dialog.text.background)
+xscreensaver.passwd.thermometer.foreground:  #A9B7C4
+xscreensaver.passwd.thermometer.background:  #202020
+xscreensaver.passwd.thermometer.width:       8
+!datestamp format--see the strftime(3) manual page for details
+xscreensaver.dateFormat:    %I:%M%P %a %b %d, %Y
+

=== added file 'etc/skel/.xscreensaver'
--- etc/skel/.xscreensaver	1970-01-01 00:00:00 +0000
+++ etc/skel/.xscreensaver	2014-01-23 20:17:16 +0000
@@ -0,0 +1,2 @@
+mode:		blank
+

=== added directory 'etc/xdg'
=== added directory 'etc/xdg/xdg-xubuntu'
=== added directory 'etc/xdg/xdg-xubuntu/Thunar'
=== added directory 'etc/xdg/xdg-xubuntu/Thunar/po'
=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/Makefile'
--- etc/xdg/xdg-xubuntu/Thunar/po/Makefile	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/Makefile	2014-01-23 20:17:16 +0000
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+POTFILES := uca.xml.in
+
+all: generate-uca
+
+generate-pot: POTFILES.in
+	intltool-update --pot --gettext-package=thunar-uca
+
+generate-uca:
+	for i in $(POTFILES); do \
+		f=$$(echo $$i | sed 's/\.in//'); \
+		intltool-merge -x . ../$$i ../$$f; \
+	done
+
+update-po:
+	for i in *.po; do \
+		code=$$(echo $$i | sed 's/.po//'); \
+		intltool-update --gettext-package=thunar-uca --dist $$code; \
+	done
+
+# vim:ts=4

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/POTFILES.in'
--- etc/xdg/xdg-xubuntu/Thunar/po/POTFILES.in	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/POTFILES.in	2014-01-23 20:17:16 +0000
@@ -0,0 +1,1 @@
+uca.xml.in

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/ar.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/ar.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/ar.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Arabic translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-31 11:09+0000\n"
+"Last-Translator: Khaled Hosny <khaledhosny@xxxxxxxxx>\n"
+"Language-Team: Arabic <ar@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "مثال لإجراء مخصص"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "ابحث في هذا المجلد"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "افتح الطرفيّة هنا"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "ابحث عن الملفات داخل هذا المجلد"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/ast.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/ast.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/ast.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Asturian translation for xubuntu-default-settings
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2010-08-26 00:31+0000\n"
+"Last-Translator: ivarela <ivarela@xxxxxxxxxx>\n"
+"Language-Team: Asturian <ast@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemplu d'una aición personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Guetar nesta carpeta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Abrir terminal equí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Guetar ficheros dientro d'esta carpeta"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/bg.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/bg.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/bg.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Bulgarian translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-18 04:18+0000\n"
+"Last-Translator: Krasimir Chonov <mk2616@xxxxxx>\n"
+"Language-Team: Bulgarian <bg@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Пример за потребителско действие"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Търсене в тази папка"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Отваряне на терминал тук"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Търсене за файлове в тази папка"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/bs.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/bs.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/bs.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Bosnian translation for xubuntu-default-settings
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2011-04-09 08:41+0000\n"
+"Last-Translator: Samir Ribić <Unknown>\n"
+"Language-Team: Bosnian <bs@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Primjer trenutne akcije"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Nađi u ovom direktoriju"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "otvori terminal ovdje"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Traži datoteke u ovom direktoriju"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/ca.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/ca.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/ca.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Catalan translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:19+0000\n"
+"Last-Translator: Xubuntu Team <Unknown>\n"
+"Language-Team: Catalan <ca@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemple d'acció personalitzada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Cerca en aquesta carpeta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Obre un terminal aquí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Cerca fitxers en aquesta carpeta"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/cs.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/cs.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/cs.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Czech translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-02-20 09:40+0000\n"
+"Last-Translator: Tomas Brabenec <info@xxxxxxxxxxxx>\n"
+"Language-Team: Czech <cs@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Příklad vlastní akce"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Hledat v této složce"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Otevřít terminál zde"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Hledat soubory v této složce"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/da.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/da.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/da.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Danish translation for xubuntu-default-settings
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2010-05-13 11:36+0000\n"
+"Last-Translator: AJenbo <anders@xxxxxxxx>\n"
+"Language-Team: Danish <da@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Eksempel for en specialfunktion"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Find i denne mappe"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Åbn terminal her"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Søg efter filer i denne mappe"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/de.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/de.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/de.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# German translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-10-15 08:10+0000\n"
+"Last-Translator: Daniel Schury <das.surst@xxxxxxxxx>\n"
+"Language-Team: German <de@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Beispiel für eine eigene Aktion"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "In diesem Verzeichnis suchen"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Terminal hier öffnen"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Nach Dateien in diesem Verzeichnis suchen"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/el.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/el.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/el.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Greek translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+# Fotis Tsamis <ftsamis@xxxxxxxxx>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2010-05-13 11:36+0000\n"
+"Last-Translator: Lionel Le Folgoc <lionel@xxxxxxxxxxxx>\n"
+"Language-Team: Greek <team@xxxxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Παράδειγμα προσαρμοσμένης ενέργειας"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Αναζήτηση σε αυτόν τον φάκελο"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Άνοιγμα τερματικού εδώ"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Αναζήτηση αρχείων μέσα σε αυτόν τον φάκελο"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/en_AU.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/en_AU.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/en_AU.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# English (Australia) translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-06-23 05:53+0000\n"
+"Last-Translator: Jackson Doak <Doak.jackson@xxxxxxxxx>\n"
+"Language-Team: English (Australia) <en_AU@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Example for a custom action"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Find in this folder"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Open Terminal Here"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Search for files within this folder"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/en_GB.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/en_GB.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/en_GB.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# English (United Kingdom) translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-07-27 06:53+0000\n"
+"Last-Translator: Jackson Doak <Doak.jackson@xxxxxxxxx>\n"
+"Language-Team: English (United Kingdom) <en_GB@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Example for a custom action"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Find in this folder"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Open Terminal Here"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Search for files within this folder"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/es.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/es.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/es.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Spanish translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-10-01 07:37+0000\n"
+"Last-Translator: Paco Molinero <paco@xxxxxxxxx>\n"
+"Language-Team: Spanish <es@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Ejemplo de una acción personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Buscar en esta carpeta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Abrir terminal aquí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Buscar archivos dentro de esta carpeta"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/eu.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/eu.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/eu.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Basque translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2012-01-07 16:45+0000\n"
+"Last-Translator: Asier Iturralde Sarasola <Unknown>\n"
+"Language-Team: Basque <eu@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Ekintza pertsonalizatu baten adibidea"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Bilatu karpeta honetan"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Ireki terminala hemen"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Bilatu fitxategiak karpeta honetan"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/fi.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/fi.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/fi.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Finnish translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-05-16 20:54+0000\n"
+"Last-Translator: Timo Jyrinki <timo.jyrinki@xxxxxxxxxxxxx>\n"
+"Language-Team: Finnish <fi@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Esimerkki omasta toiminnosta"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Etsi tästä kansiosta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Avaa pääte tässä kansiossa"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Etsi tiedostoja tästä kansiosta"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/fr.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/fr.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/fr.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# French translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:18+0000\n"
+"Last-Translator: Pierre Slamich <pierre.slamich@xxxxxxxxx>\n"
+"Language-Team: French <fr@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemple d'une action personnalisée"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Rechercher dans ce dossier"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Ouvrir un terminal ici"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Rechercher des fichiers dans ce dossier"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/gl.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/gl.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/gl.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Galician translation for xubuntu-default-settings
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2011-04-20 13:15+0000\n"
+"Last-Translator: Miguel Anxo Bouzada <mbouzada@xxxxxxxxx>\n"
+"Language-Team: Galician <gl@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemplo dunha acción personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Buscar neste cartafol"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Abrir un terminal aquí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Busca de ficheiros dentro deste cartafol"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/he.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/he.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/he.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Hebrew translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-31 11:09+0000\n"
+"Last-Translator: Yaron <sh.yaron@xxxxxxxxx>\n"
+"Language-Team: Hebrew <he@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "דוגמה של פעולה מותאמת אישית"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "חיפוש בתיקייה זו"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "פתיחת מסוף מכאן"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "חיפוש קבצים בתיקייה זו"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/hu.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/hu.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/hu.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Hungarian translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:18+0000\n"
+"Last-Translator: Gabor Kelemen <kelemeng@xxxxxxxx>\n"
+"Language-Team: Hungarian <hu@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Példa egyéni műveletre"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Keresés ebben a mappában"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Terminál megnyitása itt"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Fájlok keresése ebben a mappában"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/it.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/it.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/it.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Italian translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-05-16 20:54+0000\n"
+"Last-Translator: Sergio Zanchetta <primes2h@xxxxxxxxxx>\n"
+"Language-Team: Italian <it@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Esempio di azione personalizzata"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Trova in questa cartella"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Apri un terminale qui"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Cerca file all'interno di questa cartella"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/ja.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/ja.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/ja.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Japanese translation for xubuntu-default-settings
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2010-04-10 04:21+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Japanese <ja@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr ""
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr ""
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr ""
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr ""

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/nl.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/nl.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/nl.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Dutch translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-04-06 10:14+0000\n"
+"Last-Translator: Pjotr12345 <Unknown>\n"
+"Language-Team: Dutch <nl@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Voorbeeld van een aangepaste actie"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Zoek in deze map"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Open hier een terminalvenster"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Zoek naar bestanden in deze map"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/oc.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/oc.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/oc.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Occitan (post 1500) translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-11-09 08:03+0000\n"
+"Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@xxxxxxxx>\n"
+"Language-Team: Occitan (post 1500) <oc@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-11-10 04:37+0000\n"
+"X-Generator: Launchpad (build 16820)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemple d'una accion personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Recercar dins aqueste dorsièr"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Dobrir un terminal aicí"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Recercar de fichièrs dins aqueste dorsièr"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/pl.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/pl.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/pl.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Polish translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2011-10-19 09:24+0000\n"
+"Last-Translator: Piotr Sokół <Unknown>\n"
+"Language-Team: Polish <pl@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Otwiera terminal we wskazanym katalogu roboczym"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Wyszukaj"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Otwórz w terminalu"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Wyszukuje pliki we wskazanym katalogu"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/pt.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/pt.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/pt.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Portuguese translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-12-23 11:07+0000\n"
+"Last-Translator: David Pires <Unknown>\n"
+"Language-Team: Portuguese <pt@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-12-24 04:30+0000\n"
+"X-Generator: Launchpad (build 16877)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exemplo de uma ação personalizada"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Localizar nesta pasta"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Abra o Emulador de Terminal aqui"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Procurar ficheiros dentro desta pasta"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/ro.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/ro.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/ro.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Romanian translation for xubuntu-default-settings
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2012-10-06 19:47+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Romanian <ro@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr ""
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr ""
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr ""
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr ""

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/ru.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/ru.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/ru.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Russian translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-05-16 20:54+0000\n"
+"Last-Translator: Lionel Le Folgoc <lionel@xxxxxxxxxxxx>\n"
+"Language-Team: Russian <ru@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr ""
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Найти в этом каталоге"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Открыть терминал"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Поискать в файлах внутри этого каталога"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/sk.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/sk.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/sk.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,36 @@
+# Slovak translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# Tomáš Vadina <kyberdev@xxxxxxxxx>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2011-07-23 15:13+0000\n"
+"Last-Translator: Tomáš Vadina <Unknown>\n"
+"Language-Team: Slovak <sk@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+"X-Poedit-Country: SLOVAKIA\n"
+"X-Poedit-Language: Slovak\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Príklad vlastnej akcie"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Nájsť v tomto priečinku"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Otvoriť túto pozíciu v termináli"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Vyhľadať súbory v tomto priečinku"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/sr.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/sr.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/sr.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Serbian translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2013-06-15 08:11+0000\n"
+"Last-Translator: Мирослав Николић <miroslavnikolic@xxxxxxxxxxxxxx>\n"
+"Language-Team: Serbian <sr@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Пример за произвољну радњу"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Проађи у овој фасцикли"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Отвори терминал овде"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Потражите датотеке у овој фасцикли"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/sv.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/sv.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/sv.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Swedish translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:19+0000\n"
+"Last-Translator: Daniel Nylander <yeager@xxxxxxxxxx>\n"
+"Language-Team: Swedish <sv@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Exempel på en anpassad åtgärd"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Sök i denna mapp"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Öppna terminal här"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Sök efter filer i denna mapp"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/thunar-uca.pot'
--- etc/xdg/xdg-xubuntu/Thunar/po/thunar-uca.pot	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/thunar-uca.pot	2014-01-23 20:17:16 +0000
@@ -0,0 +1,30 @@
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2009-05-16 08:20+0000\n"
+"X-Generator: Launchpad (build Unknown)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr ""
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr ""
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr ""
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr ""

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/tr.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/tr.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/tr.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Turkish translation for xubuntu-default-settings
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2012-10-28 20:39+0000\n"
+"Last-Translator: Utku BERBEROĞLU <Unknown>\n"
+"Language-Team: Turkish <tr@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Örnek bir eylem için örnek"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Bu dizinde bul"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Uçbirimi Burada Aç"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Dosyalar için bu dizini ara"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/uk.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/uk.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/uk.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Ukrainian translation for xubuntu-default-settings
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2012-03-29 10:20+0000\n"
+"Last-Translator: Andriy Nezhivy <adiynziy@xxxxxxxxx>\n"
+"Language-Team: Ukrainian <uk@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "Приклад особливої дії"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "Шукати в цій папці"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "Відкрити термінал тут"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "Шукати файли в цій папці"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/zh_CN.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/zh_CN.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/zh_CN.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Simplified Chinese translation for xubuntu-default-settings
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2009-08-17 04:19+0000\n"
+"Last-Translator: Careone <zzbusagain@xxxxxxxxxxxx>\n"
+"Language-Team: Simplified Chinese <zh_CN@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "自定义操作的示例"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "在当前文件夹里查找"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "在这里打开终端"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "搜索当前文件夹下的文件"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/zh_HK.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/zh_HK.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/zh_HK.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Chinese (Hong Kong) translation for xubuntu-default-settings
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2011-09-20 09:54+0000\n"
+"Last-Translator: Roy Chan <roy.chan@xxxxxxxxxxxx>\n"
+"Language-Team: Chinese (Hong Kong) <zh_HK@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "自訂動作範例"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "在這個資料夾內尋找"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "在此開啟終端機"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "在此資料夾內搜尋檔案"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/po/zh_TW.po'
--- etc/xdg/xdg-xubuntu/Thunar/po/zh_TW.po	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/po/zh_TW.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,34 @@
+# Chinese (Traditional) translation for xubuntu-default-settings
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2009-04-11 23:24+0200\n"
+"PO-Revision-Date: 2010-12-18 04:59+0000\n"
+"Last-Translator: Lionel Le Folgoc <lionel@xxxxxxxxxxxx>\n"
+"Language-Team: Chinese (Traditional) <zh_TW@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../uca.xml.in.h:1
+msgid "Example for a custom action"
+msgstr "自訂動作範例"
+
+#: ../uca.xml.in.h:2
+msgid "Find in this folder"
+msgstr "在這個資料夾內尋找"
+
+#: ../uca.xml.in.h:3
+msgid "Open Terminal Here"
+msgstr "在此開啟終端機"
+
+#: ../uca.xml.in.h:4
+msgid "Search for files within this folder"
+msgstr "在此資料夾內搜尋檔案"

=== added file 'etc/xdg/xdg-xubuntu/Thunar/uca.xml.in'
--- etc/xdg/xdg-xubuntu/Thunar/uca.xml.in	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/Thunar/uca.xml.in	2014-01-23 20:17:16 +0000
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE actions [
+  <!ELEMENT actions (action)+>
+
+  <!ELEMENT action (icon|patterns|name|command|description|directories|audio-files|image-files|other-files|text-files|video-files)*>
+
+  <!ELEMENT icon (#PCDATA)>
+  <!ELEMENT command (#PCDATA)>
+  <!ELEMENT patterns (#PCDATA)>
+
+  <!ELEMENT name (#PCDATA)>
+  <!ATTLIST name xml:lang CDATA #IMPLIED>
+
+  <!ELEMENT description (#PCDATA)>
+  <!ATTLIST description xml:lang CDATA #IMPLIED>
+
+  <!ELEMENT directories EMPTY>
+  <!ELEMENT audio-files EMPTY>
+  <!ELEMENT image-files EMPTY>
+  <!ELEMENT other-files EMPTY>
+  <!ELEMENT text-files EMPTY>
+  <!ELEMENT video-files EMPTY>
+]>
+<actions>
+
+  <action>
+    <icon>Terminal</icon>
+    <patterns>*</patterns>
+    <_name>Open Terminal Here</_name>
+    <command>exo-open --working-directory %f --launch TerminalEmulator</command>
+    <_description>Example for a custom action</_description>
+    <directories/>
+  </action>
+
+  <action>
+    <icon>filefind</icon>
+    <_name>Find in this folder</_name>
+    <command>catfish --path=%f</command>
+    <_description>Search for files within this folder</_description>
+    <patterns>*</patterns>
+    <directories/>
+  </action>
+
+</actions>

=== added directory 'etc/xdg/xdg-xubuntu/autostart'
=== added file 'etc/xdg/xdg-xubuntu/autostart/xfce4-tips-autostart.desktop'
--- etc/xdg/xdg-xubuntu/autostart/xfce4-tips-autostart.desktop	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/autostart/xfce4-tips-autostart.desktop	2014-01-23 20:17:16 +0000
@@ -0,0 +1,3 @@
+[Desktop Entry]
+Hidden=true
+

=== added directory 'etc/xdg/xdg-xubuntu/lightdm'
=== added file 'etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf'
--- etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/lightdm/lightdm-gtk-greeter.conf	2014-01-23 20:17:16 +0000
@@ -0,0 +1,29 @@
+#
+# background = Background file to use, either an image path or a color (e.g. #772953)
+# theme-name = GTK+ theme to use
+# icon-theme-name = Icon theme to use
+# font-name = Font to use
+# xft-antialias = Whether to antialias Xft fonts (true or false)
+# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
+# xft-hintstyle = What degree of hinting to use (none, slight, medium, or full)
+# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
+# show-language-selector (true or false)
+# show-indicators = semi-colon ";" separated list of allowed indicator modules (e.g. libsoundmenu.so)
+# show-clock (true or false)
+# clock-format = strftime-format string, e.g. %H:%M
+# keyboard = command to launch on-screen keyboard
+#
+[greeter]
+background=/lib/plymouth/themes/xubuntu-logo/wallpaper.png
+theme-name=Greybird
+icon-theme-name=elementary-xfce
+font-name=Droid Sans 10
+xft-antialias=true
+xft-dpi=96
+xft-hintstyle=slight
+xft-rgba=rgb
+show-language-selector=true
+show-indicators=
+show-clock=true
+clock-format=%a, %d %b %Y %H:%M
+keyboard=onboard

=== added directory 'etc/xdg/xdg-xubuntu/menus'
=== added file 'etc/xdg/xdg-xubuntu/menus/xfce-applications.menu'
--- etc/xdg/xdg-xubuntu/menus/xfce-applications.menu	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/menus/xfce-applications.menu	2014-01-23 20:17:16 +0000
@@ -0,0 +1,166 @@
+<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd";>
+
+<Menu>
+    <Name>Xfce</Name>
+
+    <DefaultAppDirs/>
+    <DefaultDirectoryDirs/>
+
+    <Include>
+        <Filename>exo-web-browser.desktop</Filename>
+        <Filename>exo-mail-reader.desktop</Filename>
+        <Filename>xfce-settings-manager.desktop</Filename>
+        <Filename>ubuntu-software-center.desktop</Filename>
+        <Filename>xfhelp4.desktop</Filename>
+        <Filename>xubuntu-website.desktop</Filename>
+        <Filename>xubuntu-contribute.desktop</Filename>
+        <Filename>xfce4-about.desktop</Filename>
+        <Filename>xfce4-session-logout.desktop</Filename>
+    </Include>
+
+    <Layout>
+        <Filename>exo-web-browser.desktop</Filename>
+        <Filename>exo-mail-reader.desktop</Filename>
+        <Separator/>
+        <Filename>xfce-settings-manager.desktop</Filename>
+        <Separator/>
+        <Merge type="all"/>
+        <Separator/>
+        <Filename>ubuntu-software-center.desktop</Filename>
+        <Separator/>
+        <Filename>xfhelp4.desktop</Filename>
+        <Filename>xubuntu-website.desktop</Filename>
+        <Filename>xubuntu-contribute.desktop</Filename>
+        <Filename>xfce4-about.desktop</Filename>
+        <Filename>xfce4-session-logout.desktop</Filename>
+    </Layout>
+
+    <Menu>
+        <Name>Accessories</Name>
+        <Directory>xfce-accessories.directory</Directory>
+        <Include>
+            <Or>
+                <Category>Accessibility</Category>
+                <Category>Core</Category>
+                <Category>Legacy</Category>
+                <Category>Utility</Category>
+            </Or>
+        </Include>
+        <Exclude>
+            <Or>
+                <Filename>xfce4-about.desktop</Filename>
+                <Category>Settings</Category>
+                <Category>System</Category>
+            </Or>
+        </Exclude>
+
+        <Layout>
+            <Filename>xfce4-run.desktop</Filename>
+            <Filename>xfce4-appfinder.desktop</Filename>
+            <Separator/>
+            <Merge type="all"/>
+        </Layout>
+    </Menu>
+
+    <Menu>
+        <Name>Development</Name>
+        <Directory>xfce-development.directory</Directory>
+        <Include>
+            <Category>Development</Category>
+        </Include>
+    </Menu>
+
+    <Menu>
+        <Name>Education</Name>
+        <Directory>xfce-education.directory</Directory>
+        <Include>
+            <Category>Education</Category>
+        </Include>
+    </Menu>
+
+    <Menu>
+        <Name>Games</Name>
+        <Directory>xfce-games.directory</Directory>
+        <Include>
+            <Category>Game</Category>
+        </Include>
+    </Menu>
+
+    <Menu>
+        <Name>Graphics</Name>
+        <Directory>xfce-graphics.directory</Directory>
+        <Include>
+            <Category>Graphics</Category>
+        </Include>
+    </Menu>
+
+    <Menu>
+        <Name>Multimedia</Name>
+        <Directory>xfce-multimedia.directory</Directory>
+        <Include>
+            <Category>Audio</Category>
+            <Category>Video</Category>
+            <Category>AudioVideo</Category>
+        </Include>
+    </Menu>
+
+    <Menu>
+        <Name>Network</Name>
+        <Directory>xfce-network.directory</Directory>
+        <Include>
+            <Category>Network</Category>
+        </Include>
+        <Exclude>
+            <Or>
+                <Filename>exo-mail-reader.desktop</Filename>
+                <Filename>exo-web-browser.desktop</Filename>
+            </Or>
+        </Exclude>
+    </Menu>
+
+    <Menu>
+        <Name>Office</Name>
+        <Directory>xfce-office.directory</Directory>
+        <Include>
+            <Category>Office</Category>
+        </Include>
+    </Menu>
+
+    <Menu>
+        <Name>System</Name>
+        <Directory>xfce-system.directory</Directory>
+        <Include>
+            <Or>
+                <Category>Emulator</Category>
+                <Category>System</Category>
+            </Or>
+        </Include>
+        <Exclude>
+            <And>
+                <Category>Settings</Category>
+                <Not><Category>PackageManager</Category></Not>
+            </And>
+            <Or>
+                <Filename>xfce4-session-logout.desktop</Filename>
+                <Filename>ubuntu-software-center.desktop</Filename>
+            </Or>
+        </Exclude>
+    </Menu>
+
+    <Menu>
+        <Name>Other</Name>
+        <Directory>xfce-other.directory</Directory>
+        <OnlyUnallocated/>
+        <Include>
+            <All/>
+        </Include>
+        <Exclude>
+            <Category>Settings</Category>
+            <Category>Screensaver</Category>
+            <Category>X-Xfce-Toplevel</Category>
+        </Exclude>
+    </Menu>
+    <DefaultMergeDirs/>
+
+</Menu>

=== added file 'etc/xdg/xdg-xubuntu/menus/xfce-settings-manager.menu'
--- etc/xdg/xdg-xubuntu/menus/xfce-settings-manager.menu	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/menus/xfce-settings-manager.menu	2014-01-23 20:17:16 +0000
@@ -0,0 +1,124 @@
+<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+ "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd";>
+
+<Menu>
+  <Name>Settings</Name>
+
+  <DefaultAppDirs/>
+  <DefaultDirectoryDirs/>
+  <DefaultMergeDirs/>
+
+   <Layout>
+     <Menuname>Personal</Menuname>
+     <Menuname>Hardware</Menuname>
+     <Menuname>System</Menuname>
+     <Menuname>Other</Menuname>
+     <Merge type="all" />
+   </Layout>
+
+  <Include>
+    <And>
+      <Category>Settings</Category>
+      <Not>
+        <Or>
+          <Category>X-XFCE-PersonalSettings</Category>
+          <Category>X-XFCE-HardwareSettings</Category>
+          <Category>X-XFCE-SystemSettings</Category>
+        </Or>
+      </Not>
+    </And>
+  </Include>
+
+  <Exclude>
+    <Filename>xfce-settings-manager.desktop</Filename>
+  </Exclude>
+
+  <Menu>
+    <Name>Personal</Name>
+    <Directory>xfce-personal.directory</Directory>
+    <Include>
+      <And>
+        <Category>Settings</Category>
+        <Category>X-XFCE-SettingsDialog</Category>
+        <Category>X-XFCE-PersonalSettings</Category>
+      </And>
+      <And>
+        <Category>Settings</Category>
+        <Category>DesktopSettings</Category>
+      </And>
+      <Filename>xscreensaver-properties.desktop</Filename>
+    </Include>
+    <Exclude>
+      <Category>X-XFCE-HardwareSettings</Category>
+      <Category>X-XFCE-SystemSettings</Category>
+      <Filename>xfce4-settings-editor.desktop</Filename>
+      <Filename>xfce-settings-manager.desktop</Filename>
+    </Exclude>
+  </Menu>
+
+  <Menu>
+    <Name>Hardware</Name>
+    <Directory>xfce-hardware.directory</Directory>
+    <Include>
+      <And>
+        <Category>Settings</Category>
+        <Category>X-XFCE-SettingsDialog</Category>
+        <Category>X-XFCE-HardwareSettings</Category>
+      </And>
+      <And>
+        <Category>Settings</Category>
+        <Category>HardwareSettings</Category>
+        <Not><Category>System</Category></Not>
+      </And>
+      <Filename>nm-connection-editor.desktop</Filename>
+      <Filename>system-config-printer.desktop</Filename>
+    </Include>
+  </Menu>
+
+  <Menu>
+    <Name>System</Name>
+    <Directory>xfce-system.directory</Directory>
+    <Include>
+      <And>
+        <Category>Settings</Category>
+        <Category>X-XFCE-SettingsDialog</Category>
+        <Category>X-XFCE-SystemSettings</Category>
+      </And>
+      <And>
+        <Category>Settings</Category>
+        <Category>System</Category>
+        <Not><Category>PackageManager</Category></Not>
+      </And>
+      <Filename>software-properties-gtk.desktop</Filename>
+    </Include>
+    <Exclude>
+      <Filename>system-config-printer.desktop</Filename>
+    </Exclude>
+  </Menu>
+
+  <Menu>
+    <Name>Other</Name>
+    <Directory>xfce-other.directory</Directory>
+    <Include>
+      <And>
+        <Category>Settings</Category>
+        <Not>
+          <Or>
+            <Category>X-XFCE-PersonalSettings</Category>
+            <Category>X-XFCE-SystemSettings</Category>
+            <Category>X-XFCE-HardwareSettings</Category>
+            <Category>DesktopSettings</Category>
+            <Category>HardwareSettings</Category>
+            <Category>System</Category>
+            <Filename>nm-connection-editor.desktop</Filename>
+            <Filename>software-properties-gtk.desktop</Filename>
+            <Filename>xscreensaver-properties.desktop</Filename>
+            <Filename>xfce-settings-manager.desktop</Filename>
+          </Or>
+        </Not>
+      </And>
+      <Filename>xfce4-settings-editor.desktop</Filename>
+    </Include>
+  </Menu>
+
+</Menu>

=== added directory 'etc/xdg/xdg-xubuntu/orage'
=== added file 'etc/xdg/xdg-xubuntu/orage/oragerc'
--- etc/xdg/xdg-xubuntu/orage/oragerc	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/orage/oragerc	2014-01-23 20:17:16 +0000
@@ -0,0 +1,19 @@
+[PARAMETERS]
+Eventlist extra days=0
+Show Main Window Menu=true
+Select Always Today=false
+Show borders=true
+Show heading=true
+Show day names=true
+Show weeks=true
+Show todos=true
+Show event days=1
+Show in pager=false
+Show in systray=false
+Show in taskbar=false
+Start visible=true
+Start minimized=false
+Set sticked=true
+Set ontop=false
+Use dynamic icon=false
+Show days=false

=== added directory 'etc/xdg/xdg-xubuntu/xfce4'
=== added file 'etc/xdg/xdg-xubuntu/xfce4/helpers.rc'
--- etc/xdg/xdg-xubuntu/xfce4/helpers.rc	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/helpers.rc	2014-01-23 20:17:16 +0000
@@ -0,0 +1,4 @@
+WebBrowser=firefox
+MailReader=thunderbird
+FileManager=Thunar
+TerminalEmulator=xfce4-terminal

=== added directory 'etc/xdg/xdg-xubuntu/xfce4/panel'
=== added file 'etc/xdg/xdg-xubuntu/xfce4/panel/default.xml'
--- etc/xdg/xdg-xubuntu/xfce4/panel/default.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/panel/default.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-panel" version="1.0">
+  <property name="panels" type="uint" value="2">
+    <property name="panel-0" type="empty">
+      <property name="position" type="string" value="p=6;x=0;y=0"/>
+      <property name="length" type="uint" value="100"/>
+      <property name="position-locked" type="bool" value="true"/>
+      <property name="plugin-ids" type="array">
+        <value type="int" value="1"/>
+        <value type="int" value="2"/>
+        <value type="int" value="3"/>
+        <value type="int" value="4"/>
+        <value type="int" value="5"/>
+        <value type="int" value="6"/>
+        <value type="int" value="7"/>
+        <value type="int" value="8"/>
+        <value type="int" value="26"/>
+        <value type="int" value="27"/>
+        <value type="int" value="9"/>
+      </property>
+      <property name="background-style" type="uint" value="0"/>
+      <property name="background-alpha" type="uint" value="100"/>
+      <property name="size" type="uint" value="24"/>
+      <property name="autohide" type="bool" value="false"/>
+      <property name="length-adjust" type="bool" value="true"/>
+      <property name="span-monitors" type="bool" value="false"/>
+      <property name="enter-opacity" type="uint" value="100"/>
+      <property name="leave-opacity" type="uint" value="100"/>
+      <property name="mode" type="uint" value="0"/>
+    </property>
+    <property name="panel-1" type="empty">
+      <property name="position" type="string" value="p=8;x=960;y=1176"/>
+      <property name="size" type="uint" value="46"/>
+      <property name="position-locked" type="bool" value="true"/>
+      <property name="plugin-ids" type="array">
+        <value type="int" value="10"/>
+        <value type="int" value="11"/>
+        <value type="int" value="12"/>
+        <value type="int" value="13"/>
+        <value type="int" value="14"/>
+        <value type="int" value="15"/>
+        <value type="int" value="16"/>
+        <value type="int" value="17"/>
+        <value type="int" value="18"/>
+        <value type="int" value="19"/>
+        <value type="int" value="20"/>
+        <value type="int" value="24"/>
+        <value type="int" value="22"/>
+        <value type="int" value="23"/>
+        <value type="int" value="25"/>
+      </property>
+      <property name="autohide" type="bool" value="true"/>
+      <property name="length" type="uint" value="100"/>
+      <property name="length-adjust" type="bool" value="true"/>
+      <property name="leave-opacity" type="uint" value="100"/>
+      <property name="background-alpha" type="uint" value="15"/>
+      <property name="enter-opacity" type="uint" value="100"/>
+      <property name="mode" type="uint" value="0"/>
+    </property>
+  </property>
+  <property name="plugins" type="empty">
+    <property name="plugin-1" type="string" value="applicationsmenu">
+      <property name="show-tooltips" type="bool" value="true"/>
+      <property name="button-icon" type="string" value="xubuntu-logo-menu"/>
+      <property name="show-button-title" type="bool" value="false"/>
+    </property>
+    <property name="plugin-2" type="string" value="tasklist">
+      <property name="flat-buttons" type="bool" value="true"/>
+    </property>
+    <property name="plugin-3" type="string" value="separator">
+      <property name="style" type="uint" value="0"/>
+      <property name="expand" type="bool" value="true"/>
+    </property>
+    <property name="plugin-4" type="string" value="systray">
+      <property name="names-visible" type="empty"/>
+      <property name="show-frame" type="bool" value="false"/>
+      <property name="size-max" type="uint" value="22"/>
+    </property>
+    <property name="plugin-5" type="string" value="indicator">
+      <property name="blacklist" type="array">
+        <value type="string" value="libappmenu.so"/>
+        <value type="string" value="libdatetime.so"/>
+        <value type="string" value="libme.so"/>
+        <value type="string" value="libsession.so"/>
+      </property>
+    </property>
+    <property name="plugin-6" type="string" value="separator">
+      <property name="style" type="uint" value="0"/>
+    </property>
+    <property name="plugin-7" type="string" value="clock">
+      <property name="digital-format" type="string" value="%a, %d %b %Y %H:%M"/>
+    </property>
+    <property name="plugin-8" type="string" value="separator">
+      <property name="style" type="uint" value="0"/>
+    </property>
+    <property name="plugin-26" type="string" value="pager">
+      <property name="rows" type="uint" value="1"/>
+      <property name="show-names" type="bool" value="false"/>
+      <property name="workspace-scrolling" type="bool" value="false"/>
+      <property name="miniature-view" type="bool" value="true"/>
+    </property>
+    <property name="plugin-27" type="string" value="separator">
+      <property name="style" type="uint" value="0"/>
+    </property>
+    <property name="plugin-9" type="string" value="actions"/>
+    <property name="plugin-10" type="string" value="separator">
+      <property name="expand" type="bool" value="true"/>
+      <property name="style" type="uint" value="0"/>
+    </property>
+    <property name="plugin-11" type="string" value="showdesktop"/>
+    <property name="plugin-12" type="string" value="separator">
+      <property name="style" type="uint" value="1"/>
+    </property>
+    <property name="plugin-13" type="string" value="launcher">
+      <property name="items" type="array">
+        <value type="string" value="exo-web-browser.desktop"/>
+      </property>
+    </property>
+    <property name="plugin-14" type="string" value="launcher">
+      <property name="items" type="array">
+        <value type="string" value="exo-mail-reader.desktop"/>
+      </property>
+    </property>
+    <property name="plugin-15" type="string" value="launcher">
+      <property name="items" type="array">
+        <value type="string" value="exo-terminal-emulator.desktop"/>
+      </property>
+    </property>
+    <property name="plugin-16" type="string" value="launcher">
+      <property name="items" type="array">
+        <value type="string" value="xfce-settings-manager.desktop"/>
+      </property>
+    </property>
+    <property name="plugin-17" type="string" value="launcher">
+      <property name="items" type="array">
+        <value type="string" value="xfce4-appfinder.desktop"/>
+      </property>
+    </property>
+    <property name="plugin-18" type="string" value="launcher">
+      <property name="items" type="array">
+        <value type="string" value="ubuntu-software-center.desktop"/>
+      </property>
+    </property>
+    <property name="plugin-19" type="string" value="launcher">
+      <property name="items" type="array">
+        <value type="string" value="abiword.desktop"/>
+      </property>
+    </property>
+    <property name="plugin-20" type="string" value="launcher">
+      <property name="items" type="array">
+        <value type="string" value="gmusicbrowser.desktop"/>
+      </property>
+    </property>
+    <property name="plugin-24" type="string" value="launcher">
+      <property name="items" type="array">
+        <value type="string" value="catfish.desktop"/>
+      </property>
+    </property>
+    <property name="plugin-22" type="string" value="separator">
+      <property name="style" type="uint" value="1"/>
+    </property>
+    <property name="plugin-23" type="string" value="directorymenu">
+      <property name="base-directory" type="empty"/>
+    </property>
+    <property name="plugin-25" type="string" value="separator">
+      <property name="expand" type="bool" value="true"/>
+      <property name="style" type="uint" value="0"/>
+    </property>
+  </property>
+  <property name="configver" type="int" value="2"/>
+</channel>

=== added directory 'etc/xdg/xdg-xubuntu/xfce4/terminal'
=== added file 'etc/xdg/xdg-xubuntu/xfce4/terminal/terminalrc'
--- etc/xdg/xdg-xubuntu/xfce4/terminal/terminalrc	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/terminal/terminalrc	2014-01-23 20:17:16 +0000
@@ -0,0 +1,20 @@
+[Configuration]
+FontName=Liberation Mono 10
+ColorForeground=#b3b3b3b3b3b3
+ColorBackground=#133319992666
+ColorCursor=#0f0f49499999
+TabActivityColor=#262656568080
+ColorSelection=#16163b3b5959
+ColorPalette2=#a66600004555
+ColorPalette3=#10a4a666428f
+ColorPalette4=#cccc44440000
+ColorPalette5=#121239397878
+ColorPalette7=#00008000aaaa
+ColorPalette9=#33334ccc8000
+ColorPalette10=#ffff59999eee
+ColorPalette11=#5555ffff8e37
+ColorPalette12=#d554ffff5555
+ColorPalette13=#55558e38ffff
+ColorPalette15=#4cccc000e666
+ColorPalette16=#d999d999d999
+ColorSelectionUseDefault=FALSE

=== added directory 'etc/xdg/xdg-xubuntu/xfce4/xfconf'
=== added directory 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml'
=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="thunar-volman" version="1.0">
+  <property name="automount-drives" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+  </property>
+  <property name="automount-media" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+  </property>
+  <property name="autobrowse" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+  </property>
+  <property name="autoplay-video-cds" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+    <property name="command" type="string" value="parole --device=%d"/>
+  </property>
+  <property name="autorun" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autoopen" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autoburn" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+    <property name="data-cd-command" type="string" value="xfburn -d"/>
+    <property name="audio-cd-command" type="string" value="xfburn -a"/>
+  </property>
+  <property name="autoplay-audio-cds" type="empty">
+    <property name="enabled" type="bool" value="true"/>
+    <property name="command" type="string" value="parole --device=%d"/>
+  </property>
+  <property name="autoipod" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autophoto" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autoprinter" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autokeyboard" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="automouse" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+  <property name="autotablet" type="empty">
+    <property name="enabled" type="bool" value="false"/>
+  </property>
+</channel>

=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/thunar.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="thunar" version="1.0">
+  <property name="misc-volume-management" type="bool" value="true"/>
+  <property name="shortcuts-icon-size" type="string" value="THUNAR_ICON_SIZE_SMALLEST"/>
+</channel>

=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-desktop" version="1.0">
+  <property name="desktop-icons" type="empty">
+    <property name="style" type="int" value="2"/>
+    <property name="file-icons" type="empty">
+      <property name="show-home" type="bool" value="true"/>
+      <property name="show-filesystem" type="bool" value="true"/>
+      <property name="show-removable" type="bool" value="true"/>
+      <property name="show-trash" type="bool" value="true"/>
+    </property>
+    <property name="icon-size" type="uint" value="36"/>
+  </property>
+  <property name="backdrop" type="empty">
+    <property name="screen0" type="empty">
+      <property name="monitor0" type="empty">
+        <property name="image-path" type="string" value="/usr/share/xfce4/backdrops/xubuntu-wallpaper.png"/>
+        <property name="image-show" type="bool" value="true"/>
+      </property>
+      <property name="monitor1" type="empty">
+        <property name="image-path" type="string" value="/usr/share/xfce4/backdrops/xubuntu-wallpaper.png"/>
+        <property name="image-show" type="bool" value="true"/>
+      </property>
+    </property>
+  </property>
+</channel>

=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-keyboard-shortcuts" version="1.0">
+  <property name="commands" type="empty">
+    <property name="default" type="empty">
+      <property name="&lt;Alt&gt;F2" type="string" value="xfrun4"/>
+      <property name="&lt;Primary&gt;&lt;Alt&gt;Delete" type="string" value="xflock4"/>
+      <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
+      <property name="&lt;Super&gt;p" type="string" value="xfce4-display-settings --minimal"/>
+      <property name="&lt;Primary&gt;Escape" type="string" value="xfce4-popup-applicationsmenu"/>
+      <property name="Print" type="string" value="xfce4-screenshooter -f"/>
+      <property name="&lt;Alt&gt;Print" type="string" value="xfce4-screenshooter -w"/>
+      <property name="&lt;Super&gt;w" type="string" value="exo-open --launch WebBrowser"/>
+      <property name="&lt;Super&gt;m" type="string" value="exo-open --launch MailReader"/>
+      <property name="&lt;Super&gt;f" type="string" value="exo-open --launch FileManager"/>
+      <property name="&lt;Primary&gt;&lt;Alt&gt;t" type="string" value="exo-open --launch TerminalEmulator"/>
+      <property name="&lt;Super&gt;t" type="string" value="exo-open --launch TerminalEmulator"/>
+      <property name="&lt;Super&gt;r" type="string" value="xfce4-appfinder"/>
+      <property name="&lt;Super&gt;e" type="string" value="mousepad"/>
+      <property name="&lt;Super&gt;1" type="string" value="gmusicbrowser"/>
+      <property name="&lt;Super&gt;2" type="string" value="pidgin"/>
+      <property name="&lt;Super&gt;3" type="string" value="abiword"/>
+      <property name="&lt;Super&gt;4" type="string" value="gnumeric"/>
+    </property>
+  </property>
+  <property name="xfwm4" type="empty">
+    <property name="default" type="empty">
+      <property name="&lt;Alt&gt;Insert" type="string" value="add_workspace_key"/>
+      <property name="Escape" type="string" value="cancel_key"/>
+      <property name="Left" type="string" value="left_key"/>
+      <property name="Right" type="string" value="right_key"/>
+      <property name="Up" type="string" value="up_key"/>
+      <property name="Down" type="string" value="down_key"/>
+      <property name="&lt;Alt&gt;Tab" type="string" value="cycle_windows_key"/>
+      <property name="&lt;Alt&gt;&lt;Shift&gt;Tab" type="string" value="cycle_reverse_windows_key"/>
+      <property name="&lt;Alt&gt;Delete" type="string" value="del_workspace_key"/>
+      <property name="&lt;Control&gt;&lt;Alt&gt;Down" type="string" value="down_workspace_key"/>
+      <property name="&lt;Control&gt;&lt;Alt&gt;Left" type="string" value="left_workspace_key"/>
+      <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Down" type="string" value="lower_window_key"/>
+      <property name="&lt;Alt&gt;F4" type="string" value="close_window_key"/>
+      <property name="&lt;Alt&gt;F5" type="string" value="maximize_horiz_key"/>
+      <property name="&lt;Alt&gt;F6" type="string" value="maximize_vert_key"/>
+      <property name="&lt;Alt&gt;F7" type="string" value="maximize_window_key"/>
+      <property name="&lt;Alt&gt;F8" type="string" value="stick_window_key"/>
+      <property name="&lt;Alt&gt;F9" type="string" value="hide_window_key"/>
+      <property name="&lt;Alt&gt;F11" type="string" value="fullscreen_key"/>
+      <property name="&lt;Alt&gt;F12" type="string" value="above_key"/>
+      <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Left" type="string" value="move_window_left_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;End" type="string" value="move_window_next_workspace_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;Home" type="string" value="move_window_prev_workspace_key"/>
+      <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Right" type="string" value="move_window_right_key"/>
+      <property name="&lt;Control&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="string" value="move_window_up_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;KP_1" type="string" value="move_window_workspace_1_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;KP_2" type="string" value="move_window_workspace_2_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;KP_3" type="string" value="move_window_workspace_3_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;KP_4" type="string" value="move_window_workspace_4_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;KP_5" type="string" value="move_window_workspace_5_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;KP_6" type="string" value="move_window_workspace_6_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;KP_7" type="string" value="move_window_workspace_7_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;KP_8" type="string" value="move_window_workspace_8_key"/>
+      <property name="&lt;Alt&gt;&lt;Control&gt;KP_9" type="string" value="move_window_workspace_9_key"/>
+      <property name="&lt;Alt&gt;space" type="string" value="popup_menu_key"/>
+      <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Up" type="string" value="raise_window_key"/>
+      <property name="&lt;Control&gt;&lt;Alt&gt;Right" type="string" value="right_workspace_key"/>
+      <property name="&lt;Control&gt;&lt;Alt&gt;d" type="string" value="show_desktop_key"/>
+      <property name="&lt;Control&gt;&lt;Alt&gt;Up" type="string" value="up_workspace_key"/>
+      <property name="&lt;Super&gt;Tab" type="string" value="switch_window_key"/>
+      <property name="&lt;Control&gt;F1" type="string" value="workspace_1_key"/>
+      <property name="&lt;Control&gt;F2" type="string" value="workspace_2_key"/>
+      <property name="&lt;Control&gt;F3" type="string" value="workspace_3_key"/>
+      <property name="&lt;Control&gt;F4" type="string" value="workspace_4_key"/>
+      <property name="&lt;Control&gt;F5" type="string" value="workspace_5_key"/>
+      <property name="&lt;Control&gt;F6" type="string" value="workspace_6_key"/>
+      <property name="&lt;Control&gt;F7" type="string" value="workspace_7_key"/>
+      <property name="&lt;Control&gt;F8" type="string" value="workspace_8_key"/>
+      <property name="&lt;Control&gt;F9" type="string" value="workspace_9_key"/>
+      <property name="&lt;Control&gt;F10" type="string" value="workspace_10_key"/>
+      <property name="&lt;Control&gt;F11" type="string" value="workspace_11_key"/>
+      <property name="&lt;Control&gt;F12" type="string" value="workspace_12_key"/>
+    </property>
+  </property>
+</channel>

=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-notifyd" version="1.0">
+  <property name="notify-location" type="uint" value="2"/>
+  <property name="theme" type="string" value="Greybird"/>
+  <property name="initial-opacity" type="double" value="0.850000"/>
+</channel>

=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-session" version="1.0">
+  <property name="general" type="empty">
+    <property name="FailsafeSessionName" type="string" value="Failsafe"/>
+    <property name="SaveOnExit" type="bool" value="false"/>
+  </property>
+  <property name="sessions" type="empty">
+    <property name="Failsafe" type="empty">
+      <property name="IsFailsafe" type="bool" value="true"/>
+      <property name="Count" type="int" value="5"/>
+      <property name="Client0_Command" type="array">
+        <value type="string" value="xfwm4"/>
+        <value type="string" value="--replace"/>
+      </property>
+      <property name="Client0_PerScreen" type="bool" value="false"/>
+      <property name="Client1_Command" type="array">
+        <value type="string" value="xfsettingsd"/>
+      </property>
+      <property name="Client1_PerScreen" type="bool" value="false"/>
+      <property name="Client2_Command" type="array">
+        <value type="string" value="xfce4-panel"/>
+      </property>
+      <property name="Client2_PerScreen" type="bool" value="false"/>
+      <property name="Client3_Command" type="array">
+        <value type="string" value="Thunar"/>
+        <value type="string" value="--daemon"/>
+      </property>
+      <property name="Client3_PerScreen" type="bool" value="false"/>
+      <property name="Client4_Command" type="array">
+        <value type="string" value="xfdesktop"/>
+      </property>
+      <property name="Client4_PerScreen" type="bool" value="false"/>
+    </property>
+  </property>
+  <property name="compat" type="empty">
+    <property name="LaunchGNOME" type="bool" value="true"/>
+  </property>
+  <property name="startup" type="empty">
+    <property name="screensaver" type="empty">
+      <property name="type" type="string" value="xscreensaver"/>
+    </property>
+  </property>
+  <property name="splash" type="empty">
+    <property name="Engine" type="string" value=""/>
+  </property>
+</channel>

=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfprint.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfprint" version="1.0">
+  <property name="printing-system" type="string" value="cups_plugin.so"/>
+  <property name="XfPrint" type="empty">
+    <property name="system" type="string" value="cups_plugin.so"/>
+  </property>
+</channel>

=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfwm4" version="1.0">
+  <property name="general" type="empty">
+    <property name="frame_opacity" type="int" value="100"/>
+    <property name="show_frame_shadow" type="bool" value="true"/>
+    <property name="show_popup_shadow" type="bool" value="true"/>
+    <property name="theme" type="string" value="Greybird"/>
+    <property name="use_compositing" type="bool" value="true"/>
+    <property name="workspace_count" type="int" value="2"/>
+    <property name="workspace_names" type="array">
+      <value type="string" value="1"/>
+      <value type="string" value="2"/>
+      <value type="string" value="3"/>
+      <value type="string" value="4"/>
+    </property>
+    <property name="activate_action" type="string" value="bring"/>
+    <property name="box_move" type="bool" value="false"/>
+    <property name="box_resize" type="bool" value="false"/>
+    <property name="button_layout" type="string" value="O|HMC"/>
+    <property name="button_offset" type="int" value="0"/>
+    <property name="button_spacing" type="int" value="0"/>
+    <property name="click_to_focus" type="bool" value="true"/>
+    <property name="focus_delay" type="int" value="250"/>
+    <property name="cycle_apps_only" type="bool" value="false"/>
+    <property name="cycle_draw_frame" type="bool" value="true"/>
+    <property name="dbl_click_time" type="int" value="400"/>
+    <property name="focus_new" type="bool" value="true"/>
+    <property name="full_width_title" type="bool" value="true"/>
+    <property name="maximized_offset" type="int" value="0"/>
+    <property name="placement_mode" type="string" value="center"/>
+    <property name="raise_delay" type="int" value="250"/>
+    <property name="raise_on_click" type="bool" value="true"/>
+    <property name="raise_on_focus" type="bool" value="false"/>
+    <property name="repeat_urgent_blink" type="bool" value="false"/>
+    <property name="shadow_delta_height" type="int" value="0"/>
+    <property name="shadow_delta_width" type="int" value="0"/>
+    <property name="shadow_delta_x" type="int" value="0"/>
+    <property name="shadow_delta_y" type="int" value="-3"/>
+    <property name="shadow_opacity" type="int" value="50"/>
+    <property name="show_app_icon" type="bool" value="false"/>
+    <property name="show_dock_shadow" type="bool" value="false"/>
+    <property name="snap_to_border" type="bool" value="true"/>
+    <property name="snap_to_windows" type="bool" value="false"/>
+    <property name="snap_width" type="int" value="10"/>
+    <property name="title_alignment" type="string" value="center"/>
+    <property name="title_font" type="string" value="Droid Sans Bold 9"/>
+    <property name="title_horizontal_offset" type="int" value="0"/>
+    <property name="title_shadow_active" type="string" value="false"/>
+    <property name="title_shadow_inactive" type="string" value="false"/>
+    <property name="title_vertical_offset_active" type="int" value="0"/>
+    <property name="title_vertical_offset_inactive" type="int" value="0"/>
+    <property name="urgent_blink" type="bool" value="false"/>
+    <property name="wrap_resistance" type="int" value="10"/>
+    <property name="wrap_windows" type="bool" value="true"/>
+    <property name="wrap_workspaces" type="bool" value="false"/>
+    <property name="double_click_time" type="int" value="250"/>
+    <property name="double_click_distance" type="int" value="5"/>
+    <property name="mousewheel_rollup" type="bool" value="true"/>
+  </property>
+</channel>

=== added file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml	1970-01-01 00:00:00 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml	2014-01-23 20:17:16 +0000
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xsettings" version="1.0">
+  <property name="Net" type="empty">
+    <property name="ThemeName" type="string" value="Greybird"/>
+    <property name="IconThemeName" type="string" value="elementary-xfce-darker"/>
+  </property>
+  <property name="Xft" type="empty">
+    <property name="DPI" type="int" value="96"/>
+    <property name="Antialias" type="int" value="1"/>
+    <property name="Hinting" type="int" value="1"/>
+    <property name="HintStyle" type="string" value="hintslight"/>
+    <property name="RGBA" type="string" value="rgb"/>
+    <property name="Lcdfilter" type="string" value="lcddefault"/>
+  </property>
+  <property name="Gtk" type="empty">
+    <property name="CursorThemeName" type="string" value="Human"/>
+    <property name="CursorThemeSize" type="int" value="24"/>
+    <property name="FontName" type="string" value="Droid Sans 10"/>
+  </property>
+</channel>

=== added directory 'usr'
=== renamed directory 'usr' => 'usr.moved'
=== added directory 'usr/share'
=== added directory 'usr/share/xsessions'
=== added file 'usr/share/xsessions/xubuntu.desktop'
--- usr/share/xsessions/xubuntu.desktop	1970-01-01 00:00:00 +0000
+++ usr/share/xsessions/xubuntu.desktop	2014-01-23 20:17:16 +0000
@@ -0,0 +1,90 @@
+[Desktop Entry]
+Version=1.0
+Name=Xubuntu Session
+Name[ast]=Sesión de Xubuntu
+Name[be]=Сэанс Xubuntu
+Name[bn]=Xubuntu সেশন
+Name[ca]=Sessió Xubuntu
+Name[cs]=Relace Xubuntu
+Name[da]=Xubuntu-session
+Name[de]=Xubuntu-Sitzung
+Name[el]=Συνεδρία Xubuntu
+Name[en_GB]=Xubuntu Session
+Name[es]=Sesión de Xubuntu
+Name[eu]=Xubuntu saioa
+Name[fi]=Xubuntu-istunto
+Name[fr]=Session Xubuntu
+Name[gl]=Sesión de Xubuntu
+Name[he]=הפעלת Xubuntu
+Name[hr]=Xubuntu Sesija
+Name[hu]=Xubuntu munkamenet
+Name[id]=Sesi Xubuntu
+Name[it]=Sessione di Xubuntu
+Name[ja]=Xubuntu セッション
+Name[kk]=Xubuntu сессиясы
+Name[ko]=Xubuntu 세션
+Name[lv]=Xubuntu sesija
+Name[nb]=Xubuntu Økt
+Name[nl]=Xubuntu sessie
+Name[pa]=Xubuntu ਸ਼ੈਸ਼ਨ
+Name[pl]=Xubuntu
+Name[pt]=Sessão Xubuntu
+Name[pt_BR]=Sessão do Xubuntu
+Name[ro]=Sesiune Xubuntu
+Name[ru]=Сеанс Xubuntu
+Name[si]=Xubuntu සැසිය
+Name[sk]=Sedenie Xubuntu
+Name[sq]=Sesion Xubuntu
+Name[sv]=Xubuntu-session
+Name[te]=Xubuntu చర్యాకాలం
+Name[tr]=Xubuntu Oturumu
+Name[ug]=Xubuntu ئەڭگىمە
+Name[uk]=Сесія Xubuntu
+Name[zh_CN]=Xubuntu 会话
+Name[zh_TW]=Xubuntu 作業階段
+Comment=Use this session to run Xubuntu as your desktop environment
+Comment[ast]=Use esta sesión pa executar Xubuntu como'l so entornu d'escritoriu
+Comment[be]=Выкарыстоўваць гэты сэанс для запуску працоўнага асяродзьдзя Xubuntu
+Comment[bg]=Използвайте тази сесия за изпълнение на Xubuntu като ваша графична среда
+Comment[bn]=আপনার ডেক্সটপ এনভায়রনমেন্ট হিসেবে Xfc রান করানোর জন্য এই সেশনটি ব্যবহার করা হবে
+Comment[ca]=Empra aquest sessió per executar l'Xubuntu com el vostre entorn d'escriptori
+Comment[cs]=Tuto relaci použijte ke spuštění Xubuntu jako vašeho pracovního prostředí
+Comment[da]=Brug denne session til at køre Xubuntu som dit skrivebordsmiljø
+Comment[de]=Verwenden Sie diese Sitzung, um Xubuntu als Ihre Arbeitsumgebung laufen zu lassen
+Comment[el]=Να χρησιμοποιείται αυτή η συνεδρία κάθε φορά που τρέχει το Xubuntu ως περιβάλλον της επιφάνειας εργασίας σας
+Comment[en_GB]=Use this session to run Xubuntu as your desktop environment
+Comment[es]=Use esta sesión para ejecutar Xubuntu como su entorno de escritorio
+Comment[eu]=Saio hau erabili Xubuntu idazmahai ingurune bezala erabiltzeko
+Comment[fi]=Valitse tämä istunto, kun haluat käyttää Xubuntu-työpöytäympäristöä
+Comment[fr]=Utilisez cette session pour exécuter Xubuntu comme environnement de bureau
+Comment[gl]=Usar esta sesión para executar Xubuntu coma ambiente de escritorio
+Comment[he]=הפעלת Xubuntu כסביבת שולחן העבודה שלך
+Comment[hr]=Koristi ovu sesiju za pokretanje  Xubuntu kao vašeg radnog okruženja
+Comment[hu]=Ezen munkamenet használatával indítható az Xubuntu asztali környezet
+Comment[id]=Gunakan sesi ini untuk menjalankan Xubuntu sebagai lingkungan destop anda
+Comment[it]=Usare questa sessione per eseguire Xubuntu come ambiente grafico
+Comment[ja]=このセッションでデスクトップ環境として Xubuntu を使用します
+Comment[kk]=Өзіңіздің жұмыс үстел ортасы ретінде Xubuntu жіберу үшін осы сессияны қолданыңыз
+Comment[ko]=데스크톱 환경으로서 Xubuntu를 실행하기 위해 이 세션을 사용합니다
+Comment[lv]=Izmantot šo sesiju, lai palaistu Xubuntu darbvirsmas vidi
+Comment[nb]=Bruk denne økten for å kjøre Xubuntu som ditt skrivebordsmiljø
+Comment[nl]=Gebruik deze sessie om de Xubuntu-werkomgeving op te starten
+Comment[pa]=ਇਹ ਸ਼ੈਸ਼ਨ ਨੂੰ Xubuntu ਨੂ ਆਪਣੇ ਡੈਸਕਟਾਪ ਇੰਵਾਇਰਨਮੈਂਟ ਵਜੋਂ ਚਲਾਣਉ ਲਈ ਵਰਤੋਂ
+Comment[pl]=Uruchamia środowisko graficzne Xubuntu
+Comment[pt]=Utilizar esta sessão para executar o Xubuntu como ambiente de trabalho
+Comment[pt_BR]=Use esta sessão para executar o Xubuntu como seu ambiente de trabalho
+Comment[ro]=Alegeți această sesiune pentru a utiliza mediul desktop Xubuntu
+Comment[ru]=Используйте данный сеанс для запуска Xubuntu как своей рабочей среды
+Comment[si]=Xubuntu ඔබගේ වැඩතලය ලෙස ක්‍රියාත්මක කිරීමට මෙම සැසිය භාවිතා කරන්න
+Comment[sk]=Použiť toto sedenie na spustenie Xubuntu ako vaše pracovné prostredie
+Comment[sq]=Përdoreni këtë sesion për të xhiruar Xubuntu-në su mjedisin tuaj dekstop
+Comment[sv]=Använd denna session för att köra Xubuntu som din skrivbordsmiljö
+Comment[te]=Xubuntu మీ డెస్క్‍టాప్ పరిసరముగా నడుపుటకు ఈ చర్యాకాలమును వాడుకోండి
+Comment[tr]=Masaüstü yöneticiniz, Xubuntu her çalıştığında bu oturumu kullan
+Comment[ug]=مەزكۇر session دا  ئۈستەل يۈزى ئۈچۈن Xubuntu ئىشلىتىلىدۇ
+Comment[uk]=Використовуйте цю сесію для запуску Xubuntu як Вашого робочого середовища
+Comment[zh_CN]=使用此会话运行 Xubuntu 作为您默认的桌面环境
+Comment[zh_TW]=使用 Xubuntu 作為此作業階段的桌面環境
+Exec=startxfce4
+Icon=
+Type=Application

=== added directory 'usr/share/xubuntu'
=== added directory 'usr/share/xubuntu/applications'
=== added file 'usr/share/xubuntu/applications/Thunar-bulk-rename.desktop'
--- usr/share/xubuntu/applications/Thunar-bulk-rename.desktop	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/Thunar-bulk-rename.desktop	2014-01-23 20:17:16 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true

=== added file 'usr/share/xubuntu/applications/Thunar.desktop'
--- usr/share/xubuntu/applications/Thunar.desktop	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/Thunar.desktop	2014-01-23 20:17:16 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true

=== added file 'usr/share/xubuntu/applications/debian-uxterm.desktop'
--- usr/share/xubuntu/applications/debian-uxterm.desktop	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/debian-uxterm.desktop	2014-01-23 20:17:16 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true

=== added file 'usr/share/xubuntu/applications/debian-xterm.desktop'
--- usr/share/xubuntu/applications/debian-xterm.desktop	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/debian-xterm.desktop	2014-01-23 20:17:16 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true

=== added file 'usr/share/xubuntu/applications/defaults.list'
--- usr/share/xubuntu/applications/defaults.list	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/defaults.list	2014-01-23 20:17:16 +0000
@@ -0,0 +1,183 @@
+[Default Applications]
+application/csv=gnumeric.desktop
+application/excel=gnumeric.desktop
+application/msexcel=gnumeric.desktop
+application/msword=abiword.desktop
+application/ogg=parole.desktop
+application/pdf=evince.desktop
+application/postscript=evince.desktop
+application/rtf=abiword.desktop
+application/tab-separated-values=gnumeric.desktop
+application/vnd.lotus-1-2-3=gnumeric.desktop
+application/vnd.ms-excel=gnumeric.desktop
+application/vnd.ms-word=abiword.desktop
+application/vnd.rn-realmedia=parole.desktop
+application/vnd.sun.xml.calc=gnumeric.desktop
+application/vnd.sun.xml.calc.template=gnumeric.desktop
+application/vnd.sun.xml.draw=libreoffice-draw.desktop
+application/vnd.sun.xml.draw.template=libreoffice-draw.desktop
+application/vnd.sun.xml.math=libreoffice-math.desktop
+application/vnd.sun.xml.writer=abiword.desktop
+application/vnd.sun.xml.writer.template=abiword.desktop
+application/vnd.sun.xml.writer.global=abiword.desktop
+application/vnd.oasis.opendocument.formula=libreoffice-math.desktop
+application/vnd.oasis.opendocument.graphics=libreoffice-draw.desktop
+application/vnd.oasis.opendocument.graphics-template=libreoffice-draw.desktop
+application/vnd.oasis.opendocument.presentation=libreoffice-impress.desktop
+application/vnd.oasis.opendocument.presentation-template=libreoffice-impress.desktop
+application/vnd.oasis.opendocument.spreadsheet=gnumeric.desktop
+application/vnd.oasis.opendocument.spreadsheet-template=gnumeric.desktop
+application/vnd.oasis.opendocument.text=abiword.desktop
+application/vnd.oasis.opendocument.text-template=abiword.desktop
+application/vnd.oasis.opendocument.text-web=abiword.desktop
+application/vnd.oasis.opendocument.text-master=abiword.desktop
+application/vnd.sun.xml.impress=libreoffice-impress.desktop
+application/vnd.sun.xml.impress.template=libreoffice-impress.desktop
+application/vnd.stardivision.calc=gnumeric.desktop
+application/vnd.stardivision.draw=libreoffice-draw.desktop
+application/vnd.stardivision.impress=libreoffice-impress.desktop
+application/vnd.stardivision.math=libreoffice-math.desktop
+application/vnd.stardivision.writer=abiword.desktop
+application/mspowerpoint=libreoffice-impress.desktop
+application/vnd.ms-powerpoint=libreoffice-impress.desktop
+application/vnd.wordperfect=abiword.desktop
+application/wordperfect=abiword.desktop
+application/x-123=gnumeric.desktop
+application/x-abiword=abiword.desktop
+application/x-applix-spreadsheet=gnumeric.desktop
+application/x-ar=file-roller.desktop
+application/x-arj=file-roller.desktop
+application/x-bzip-compressed-tar=file-roller.desktop
+application/x-bzip=file-roller.desktop
+application/x-cd-image=file-roller.desktop
+application/x-compressed-tar=file-roller.desktop
+application/x-compress=file-roller.desktop
+application/x-deb=ubuntu-software-center.desktop
+application/x-debian-package=ubuntu-software-center.desktop
+application/x-dos_ms_excel=gnumeric.desktop
+application/x-ear=file-roller.desktop
+application/x-excel=gnumeric.desktop
+application/x-extension-m4a=parole.desktop
+application/x-extension-mp4=parole.desktop
+application/x-flac=parole.desktop
+application/x-glade=glade-2.desktop
+application/x-gnumeric=gnumeric.desktop
+application/x-gtar=file-roller.desktop
+application/x-gzip=file-roller.desktop
+application/x-gzpostscript=evince.desktop
+application/xhtml+xml=exo-web-browser.desktop
+application/x-jar=file-roller.desktop
+application/x-java-archive=file-roller.desktop
+application/x-lha=file-roller.desktop
+application/x-lhz=file-roller.desktop
+application/xls=gnumeric.desktop
+application/x-lzop=file-roller.desktop
+application/x-matroska=parole.desktop
+application/x-mps=gnumeric.desktop
+application/x-ms-excel=gnumeric.desktop
+application/x-msexcel=gnumeric.desktop
+application/x-ogg=parole.desktop
+application/x-oleo=gnumeric.desktop
+application/x-perl=mousepad.desktop
+application/x-planperfect=gnumeric.desktop
+application/x-quattropro=gnumeric.desktop
+application/x-rar-compressed=file-roller.desktop
+application/x-rar=file-roller.desktop
+application/x-rpm=file-roller.desktop
+application/x-sc=gnumeric.desktop
+application/x-shockwave-flash=parole.desktop
+application/x-sylk=gnumeric.desktop
+application/x-tar=file-roller.desktop
+application/x-war=file-roller.desktop
+application/x-xbase=gnumeric.desktop
+application/x-xls=gnumeric.desktop
+application/x-zip-compressed=file-roller.desktop
+application/x-zip=file-roller.desktop
+application/x-zoo=file-roller.desktop
+application/zip=file-roller.desktop
+audio/mpeg=gmusicbrowser.desktop
+audio/mpegurl=gmusicbrowser.desktop
+audio/vnd.rn-realaudio=parole.desktop
+audio/x-flac=gmusicbrowser.desktop
+audio/x-m4a=gmusicbrowser.desktop
+audio/x-mp3=gmusicbrowser.desktop
+audio/x-mpeg=gmusicbrowser.desktop
+audio/x-mpegurl=gmusicbrowser.desktop
+audio/x-ms-asf=gmusicbrowser.desktop
+audio/x-ms-asx=gmusicbrowser.desktop
+audio/x-ms-wax=gmusicbrowser.desktop
+audio/x-pn-aiff=gmusicbrowser.desktop
+audio/x-pn-au=gmusicbrowser.desktop
+audio/x-pn-realaudio-plugin=parole.desktop
+audio/x-pn-realaudio=parole.desktop
+audio/x-pn-wav=gmusicbrowser.desktop
+audio/x-pn-windows-acm=gmusicbrowser.desktop
+audio/x-real-audio=parole.desktop
+audio/x-scpls=gmusicbrowser.desktop
+audio/x-wav=gmusicbrowser.desktop
+image/bmp=ristretto.desktop
+image/gif=ristretto.desktop
+image/jpeg=ristretto.desktop
+image/jpg=ristretto.desktop
+image/pjpeg=ristretto.desktop
+image/png=ristretto.desktop
+image/svg+xml=ristretto.desktop
+image/tiff=ristretto.desktop
+image/vnd.rn-realpix=parole.desktop
+image/x-bmp=ristretto.desktop
+image/x-gray=ristretto.desktop
+image/x-icb=ristretto.desktop
+image/x-ico=ristretto.desktop
+image/x-png=ristretto.desktop
+image/x-portable-anymap=ristretto.desktop
+image/x-portable-bitmap=ristretto.desktop
+image/x-portable-graymap=ristretto.desktop
+image/x-portable-pixmap=ristretto.desktop
+image/x-psd=ristretto.desktop
+image/x-xbitmap=ristretto.desktop
+image/x-xpixmap=ristretto.desktop
+inode/directory=exo-file-manager.desktop
+misc/ultravox=parole.desktop
+multipart/x-zip=file-roller.desktop
+text/abiword=abiword.desktop
+text/comma-separated-values=gnumeric.desktop
+text/csv=gnumeric.desktop
+text/html=exo-web-browser.desktop
+text/plain=mousepad.desktop
+text/richtext=abiword.desktop
+text/rtf=abiword.desktop
+text/spreadsheet=gnumeric.desktop
+text/tab-separated-values=gnumeric.desktop
+text/x-apport=apport-gtk-mime.desktop
+text/x-comma-separated-values=gnumeric.desktop
+text/x-chdr=mousepad.desktop
+text/x-csrc=mousepad.desktop
+text/x-dtd=mousepad.desktop
+text/x-java=mousepad.desktop
+text/mathml=mousepad.desktop
+text/x-python=mousepad.desktop
+text/x-sql=mousepad.desktop
+text/xml=exo-web-browser.desktop
+video/dv=parole.desktop
+video/mp4=parole.desktop
+video/mpeg=parole.desktop
+video/msvideo=parole.desktop
+video/quicktime=parole.desktop
+video/vnd.rn-realvideo=parole.desktop
+video/x-anim=parole.desktop
+video/x-avi=parole.desktop
+video/x-flc=parole.desktop
+video/x-fli=parole.desktop
+video/x-mpeg=parole.desktop
+video/x-ms-asf=parole.desktop
+video/x-msvideo=parole.desktop
+video/x-ms-wmv=parole.desktop
+video/x-nsv=parole.desktop
+x-directory/normal=exo-file-manager.desktop
+x-scheme-handler/file=exo-file-manager.desktop
+x-scheme-handler/ftp=exo-web-browser.desktop
+x-scheme-handler/http=exo-web-browser.desktop
+x-scheme-handler/https=exo-web-browser.desktop
+x-scheme-handler/mailto=exo-mail-reader.desktop
+x-scheme-handler/trash=exo-file-manager.desktop
+zz-application/zz-winassoc-xls=gnumeric.desktop

=== added file 'usr/share/xubuntu/applications/jockey.desktop.in'
--- usr/share/xubuntu/applications/jockey.desktop.in	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/jockey.desktop.in	2014-01-23 20:17:16 +0000
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Keywords=Drivers;
+Exec=/usr/bin/software-properties-gtk --open-tab=4
+Icon=jockey
+Terminal=false
+Type=Application
+OnlyShowIn=XFCE;
+Categories=X-XFCE;GTK;Settings;HardwareSettings
+_Name=Additional Drivers
+_Comment=Configure third-party and proprietary drivers

=== added directory 'usr/share/xubuntu/applications/po'
=== added file 'usr/share/xubuntu/applications/po/Makefile'
--- usr/share/xubuntu/applications/po/Makefile	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/Makefile	2014-01-23 20:17:16 +0000
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+POTFILES := $(shell cat POTFILES.in)
+
+all: generate-xds-desktop-files
+
+generate-pot: POTFILES.in
+	intltool-update --pot --gettext-package=xds-desktop-files
+
+generate-xds-desktop-files:
+	for i in $(POTFILES); do \
+		f=$$(echo $$i | sed 's/\.in//'); \
+		intltool-merge -d . ../$$i ../$$f; \
+	done
+
+update-po:
+	for i in *.po; do \
+		code=$$(echo $$i | sed 's/.po//'); \
+		intltool-update --gettext-package=xds-desktop-files --dist $$code; \
+	done
+
+# vim:ts=4

=== added file 'usr/share/xubuntu/applications/po/POTFILES.in'
--- usr/share/xubuntu/applications/po/POTFILES.in	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/POTFILES.in	2014-01-23 20:17:16 +0000
@@ -0,0 +1,3 @@
+xubuntu-contribute.desktop.in
+xubuntu-website.desktop.in
+jockey.desktop.in

=== added file 'usr/share/xubuntu/applications/po/cs.po'
--- usr/share/xubuntu/applications/po/cs.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/cs.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Czech translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-12-23 09:01+0000\n"
+"Last-Translator: Tadeáš Pařík <tadeas.parik@xxxxxxxxx>\n"
+"Language-Team: Czech <cs@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-12-24 04:30+0000\n"
+"X-Generator: Launchpad (build 16877)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Přispět Xubuntu"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Přečtěte si, jak můžete pomoci Xubuntu!"
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Webová stránka Xubuntu"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Zjistětš více o Xubuntu na našich webových stránkách."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr "Dodatečné ovladače"
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr "Nastavit nesvobodné ovladače a ovladače třetích stran"

=== added file 'usr/share/xubuntu/applications/po/en_AU.po'
--- usr/share/xubuntu/applications/po/en_AU.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/en_AU.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# English (Australia) translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-07-27 06:53+0000\n"
+"Last-Translator: Jackson Doak <Doak.jackson@xxxxxxxxx>\n"
+"Language-Team: English (Australia) <en_AU@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Contribute to Xubuntu"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Read how you can make Xubuntu better!"
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Xubuntu Website"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Learn more about Xubuntu on our website."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr "Additional Drivers"
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr "Configure third-party and proprietary drivers"

=== added file 'usr/share/xubuntu/applications/po/en_GB.po'
--- usr/share/xubuntu/applications/po/en_GB.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/en_GB.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# English (United Kingdom) translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-07-27 06:54+0000\n"
+"Last-Translator: Jackson Doak <Doak.jackson@xxxxxxxxx>\n"
+"Language-Team: English (United Kingdom) <en_GB@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Contribute to Xubuntu"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Read how you can make Xubuntu better!"
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Xubuntu Website"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Learn more about Xubuntu on our website."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr "Additional Drivers"
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr "Configure third-party and proprietary drivers"

=== added file 'usr/share/xubuntu/applications/po/es.po'
--- usr/share/xubuntu/applications/po/es.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/es.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Spanish translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-07-26 09:59+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fitoschido@xxxxxxxxx>\n"
+"Language-Team: Spanish <es@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Colaborar con Xubuntu"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Lea cómo puede ayudar a mejorar Xubuntu."
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Sitio web de Xubuntu"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Aprenda más sobre Xubuntu en nuestro sitio web."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr "Controladores adicionales"
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr "Configure controladores privativos y de terceros"

=== added file 'usr/share/xubuntu/applications/po/fi.po'
--- usr/share/xubuntu/applications/po/fi.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/fi.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Finnish translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-03-09 15:31+0000\n"
+"Last-Translator: Pasi Lallinaho <pasi@xxxxxxxxxxxxxxxxxx>\n"
+"Language-Team: Finnish <fi@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Osallistu Xubuntun kehittämiseen"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Lue kuinka voit tehdä Xubuntusta paremman!"
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Xubuntun verkkosivusto"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Lue lisää Xubuntusta verkkosivustollamme."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr ""
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr ""

=== added file 'usr/share/xubuntu/applications/po/fr.po'
--- usr/share/xubuntu/applications/po/fr.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/fr.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# French translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-03-22 12:14+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: French <fr@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr ""
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr ""
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr ""
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr ""
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr ""
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr ""

=== added file 'usr/share/xubuntu/applications/po/hu.po'
--- usr/share/xubuntu/applications/po/hu.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/hu.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Hungarian translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-04-14 15:52+0000\n"
+"Last-Translator: Gabor Kelemen <kelemeng@xxxxxxxx>\n"
+"Language-Team: Hungarian <hu@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Közreműködés a Xubuntuban"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Ismerje meg, hogyan teheti jobbá a Xubuntut!"
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "A Xubuntu weboldala"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Tudjon meg többet a Xubunturól a weboldalunkon"
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr ""
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr ""

=== added file 'usr/share/xubuntu/applications/po/nl.po'
--- usr/share/xubuntu/applications/po/nl.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/nl.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Dutch translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-04-06 10:15+0000\n"
+"Last-Translator: Pjotr12345 <Unknown>\n"
+"Language-Team: Dutch <nl@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Werk mee aan Xubuntu"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Lees hoe u Xubuntu beter kunt maken!"
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Webpagina van Xubuntu"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Kom meer te weten over Xubuntu op onze webpagina."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr ""
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr ""

=== added file 'usr/share/xubuntu/applications/po/oc.po'
--- usr/share/xubuntu/applications/po/oc.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/oc.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Occitan (post 1500) translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-11-09 08:09+0000\n"
+"Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@xxxxxxxx>\n"
+"Language-Team: Occitan (post 1500) <oc@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-11-10 04:37+0000\n"
+"X-Generator: Launchpad (build 16820)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Contribuir a Xubuntu"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr ""
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Site web de Xubuntu"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Aprenètz-ne mai sus Xubuntu sus nòstre site web."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr "Pilòts suplementaris"
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr "Configurar los pilòts proprietaris e de partidas tèrças"

=== added file 'usr/share/xubuntu/applications/po/pl.po'
--- usr/share/xubuntu/applications/po/pl.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/pl.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Polish translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-03-24 21:12+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Polish <pl@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr ""
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr ""
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr ""
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr ""
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr ""
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr ""

=== added file 'usr/share/xubuntu/applications/po/pt.po'
--- usr/share/xubuntu/applications/po/pt.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/pt.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Portuguese translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-12-23 11:04+0000\n"
+"Last-Translator: David Pires <Unknown>\n"
+"Language-Team: Portuguese <pt@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-12-24 04:30+0000\n"
+"X-Generator: Launchpad (build 16877)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Contribuir para o Xubuntu"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Leia como pode tornar o Xubuntu melhor!"
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Site do Xubuntu"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Saiba mais sobre o Xubuntu no nosso site."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr "Controladores Adicionais"
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr "Configurar controladores proprietários e de terceiros"

=== added file 'usr/share/xubuntu/applications/po/ro.po'
--- usr/share/xubuntu/applications/po/ro.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/ro.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Romanian translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-06-27 12:18+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Romanian <ro@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr ""
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr ""
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr ""
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr ""
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr ""
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr ""

=== added file 'usr/share/xubuntu/applications/po/sk.po'
--- usr/share/xubuntu/applications/po/sk.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/sk.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Slovak translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-04-18 19:19+0000\n"
+"Last-Translator: Tomáš Vadina <Unknown>\n"
+"Language-Team: Slovak <sk@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Prispejte do Xubuntu"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Prečítajte si ako môžete spraviť Xubuntu lepším!"
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Webová stránka Xubuntu"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Viac informácií o Xubuntu získate na jeho webových stránkach."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr ""
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr ""

=== added file 'usr/share/xubuntu/applications/po/sr.po'
--- usr/share/xubuntu/applications/po/sr.po	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/sr.po	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# Serbian translation for xubuntu-default-settings
+# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013
+# This file is distributed under the same license as the xubuntu-default-settings package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xubuntu-default-settings\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: 2013-06-15 08:09+0000\n"
+"Last-Translator: Мирослав Николић <miroslavnikolic@xxxxxxxxxxxxxx>\n"
+"Language-Team: Serbian <sr@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2013-09-28 04:32+0000\n"
+"X-Generator: Launchpad (build 16774)\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr "Допринесите Иксубунтуу"
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr "Прочитајте како можете Иксубунту да учините бољим!"
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr "Веб сајт Иксубунтуа"
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr "Научите нешто више о Иксубунтуу на нашем веб сајту."
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr ""
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr ""

=== added file 'usr/share/xubuntu/applications/po/xds-desktop-files.pot'
--- usr/share/xubuntu/applications/po/xds-desktop-files.pot	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/po/xds-desktop-files.pot	2014-01-23 20:17:16 +0000
@@ -0,0 +1,42 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-09 15:56+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@xxxxxx>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../xubuntu-contribute.desktop.in.h:1
+msgid "Contribute to Xubuntu"
+msgstr ""
+
+#: ../xubuntu-contribute.desktop.in.h:2
+msgid "Read how you can make Xubuntu better!"
+msgstr ""
+
+#: ../xubuntu-website.desktop.in.h:1
+msgid "Xubuntu Website"
+msgstr ""
+
+#: ../xubuntu-website.desktop.in.h:2
+msgid "Learn more about Xubuntu on our website."
+msgstr ""
+
+#: ../jockey.desktop.in.h:1
+msgid "Additional Drivers"
+msgstr ""
+
+#: ../jockey.desktop.in.h:2
+msgid "Configure third-party and proprietary drivers"
+msgstr ""

=== added file 'usr/share/xubuntu/applications/xfce4-terminal.desktop'
--- usr/share/xubuntu/applications/xfce4-terminal.desktop	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/xfce4-terminal.desktop	2014-01-23 20:17:16 +0000
@@ -0,0 +1,2 @@
+[Desktop Entry]
+NoDisplay=true

=== added file 'usr/share/xubuntu/applications/xfhelp4.desktop'
--- usr/share/xubuntu/applications/xfhelp4.desktop	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/xfhelp4.desktop	2014-01-23 20:17:16 +0000
@@ -0,0 +1,63 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch WebBrowser /usr/share/xubuntu-docs/about/xubuntu-index.html
+Icon=gnome-help
+StartupNotify=false
+Terminal=false
+Categories=X-XFCE;X-Xfce-Toplevel;
+OnlyShowIn=XFCE;
+Name=Help
+Name[ca]=Ajuda
+Name[da]=Hjælp
+Name[de]=Hilfe
+Name[el]=Βοήθεια
+Name[es]=Ayuda
+Name[eu]=Laguntza
+Name[fi]=Ohje
+Name[fr]=Aide
+Name[gl]=Axuda
+Name[he]=עזרה
+Name[hr]=Pomoć
+Name[hu]=Súgó
+Name[id]=Bantuan
+Name[it]=Aiuto
+Name[ja]=ヘルプ
+Name[kk]=Көмек
+Name[nl]=Hulp
+Name[pt]=Ajuda
+Name[pt_BR]=Ajuda
+Name[ru]=Справка
+Name[sk]=Pomocník
+Name[sv]=Hjälp
+Name[ug]=يادەم
+Name[uk]=Допомога
+Name[zh_CN]=帮助
+Name[zh_TW]=幫助
+Comment=Help using Xfce
+Comment[ca]=Ajuda de Xfce
+Comment[da]=Hjælp til brug af Xfce
+Comment[de]=Hilfe zur Nutzung von Xfce
+Comment[el]=Βοήθεια για τη χρήση του Xfce
+Comment[es]=Ayuda usando Xfce
+Comment[eu]=Lagundu Xfce erabiltzen
+Comment[fi]=Ohjeita Xfce:n käyttöön
+Comment[fr]=Aide Xfce
+Comment[gl]=Axuda sobre o uso de Xfce
+Comment[he]=עזרה בשימוש ב־Xfce
+Comment[hr]=Pomoć pri  korištenju Xfce
+Comment[hu]=Segítség az Xfce használatához
+Comment[id]=Bantuan menggunakan Xfce
+Comment[it]=Aiuto per l'utilizzo di Xfce
+Comment[ja]=Xfce の使用に関するヘルプです
+Comment[kk]=Xfce қолдану көмегі
+Comment[nl]=Hulp bij het gebruik van Xfce
+Comment[pt]=Ajuda de utilização Xfce
+Comment[pt_BR]=Ajuda usando Xfce
+Comment[ru]=Справка по использованию Xfce
+Comment[sk]=Pomocník pre používanie Xfce
+Comment[sv]=Hjälp hur man använder Xfce
+Comment[ug]=Xfce ياردەملىرى
+Comment[uk]=Допомога про використання Xfce
+Comment[zh_CN]=使用 Xfce 的帮助
+Comment[zh_TW]=幫助您使用 Xfce

=== added file 'usr/share/xubuntu/applications/xubuntu-contribute.desktop.in'
--- usr/share/xubuntu/applications/xubuntu-contribute.desktop.in	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/xubuntu-contribute.desktop.in	2014-01-23 20:17:16 +0000
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch WebBrowser http://xubuntu.org/contribute/
+Icon=distributor-logo
+StartupNotify=false
+Terminal=false
+Categories=X-XFCE;X-Xfce-Toplevel;
+OnlyShowIn=XFCE;
+_Name=Contribute to Xubuntu
+_Comment=Read how you can make Xubuntu better!

=== added file 'usr/share/xubuntu/applications/xubuntu-website.desktop.in'
--- usr/share/xubuntu/applications/xubuntu-website.desktop.in	1970-01-01 00:00:00 +0000
+++ usr/share/xubuntu/applications/xubuntu-website.desktop.in	2014-01-23 20:17:16 +0000
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Exec=exo-open --launch WebBrowser http://xubuntu.org/
+Icon=distributor-logo
+StartupNotify=false
+Terminal=false
+Categories=X-XFCE;X-Xfce-Toplevel;
+OnlyShowIn=XFCE;
+_Name=Xubuntu Website
+_Comment=Learn more about Xubuntu on our website.