r45011 - in /desktop/unstable/gdm3/debian: changelog patches/07_fix_caribou_path.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Jun 9 12:39:32 UTC 2015


Author: bigon
Date: Tue Jun  9 12:39:32 2015
New Revision: 45011

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45011
Log:
d/p/07_fix_caribou_path.patch: Fix the path to the caribou daemon in the
autostart desktop file (Closes: #784671)

Added:
    desktop/unstable/gdm3/debian/patches/07_fix_caribou_path.patch
Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/patches/series

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=45011&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Tue Jun  9 12:39:32 2015
@@ -1,3 +1,10 @@
+gdm3 (3.14.1-8) UNRELEASED; urgency=medium
+
+  * d/p/07_fix_caribou_path.patch: Fix the path to the caribou daemon in the
+    autostart desktop file (Closes: #784671)
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 09 Jun 2015 12:59:37 +0200
+
 gdm3 (3.14.1-7) unstable; urgency=medium
 
   * Add Conflicts/Replaces: gdm in libgdm1 as well. Closes: #781535.

Added: desktop/unstable/gdm3/debian/patches/07_fix_caribou_path.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/07_fix_caribou_path.patch?rev=45011&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/patches/07_fix_caribou_path.patch	(added)
+++ desktop/unstable/gdm3/debian/patches/07_fix_caribou_path.patch	[utf-8] Tue Jun  9 12:39:32 2015
@@ -0,0 +1,15 @@
+Description: Fix caribou daemon path in autostart file
+From: Laurent Bigonville <bigon at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784671
+Forwarded: not-needed
+
+--- a/data/autostart/caribou-autostart.desktop.in
++++ b/data/autostart/caribou-autostart.desktop.in
+@@ -1,6 +1,6 @@
+ [Desktop Entry]
+ Type=Application
+ Name=Caribou
+-Exec=@LIBEXECDIR@/caribou
++Exec=/usr/lib/caribou/caribou
+ AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-keyboard-enabled
+ X-GNOME-AutoRestart=true

Modified: desktop/unstable/gdm3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/patches/series?rev=45011&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/patches/series	[utf-8] Tue Jun  9 12:39:32 2015
@@ -1,3 +1,4 @@
+07_fix_caribou_path.patch
 08_frequent-users_greeter.patch
 09_default_session.patch
 16_xserver_path.patch




More information about the pkg-gnome-commits mailing list