[Pkg-xfce-commits] r5027 - in desktop/trunk/xfce4-session/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Wed Feb 23 06:28:11 UTC 2011


Author: corsac
Date: 2011-02-23 06:28:07 +0000 (Wed, 23 Feb 2011)
New Revision: 5027

Added:
   desktop/trunk/xfce4-session/debian/patches/05_force-xfsettingsd-start.patch
Modified:
   desktop/trunk/xfce4-session/debian/changelog
   desktop/trunk/xfce4-session/debian/patches/series
Log:
* debian/patches:
  - 05_force-xfsettings-start added, try to force xfsettingsd start to
    workaround a gdm3 issue where gnome-settings-daemon is still running
    after login, preventing xfsettingsd start.

Modified: desktop/trunk/xfce4-session/debian/changelog
===================================================================
--- desktop/trunk/xfce4-session/debian/changelog	2011-02-22 19:33:46 UTC (rev 5026)
+++ desktop/trunk/xfce4-session/debian/changelog	2011-02-23 06:28:07 UTC (rev 5027)
@@ -1,3 +1,12 @@
+xfce4-session (4.6.2-4) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 05_force-xfsettings-start added, try to force xfsettingsd start to
+      workaround a gdm3 issue where gnome-settings-daemon is still running
+      after login, preventing xfsettingsd start.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 22 Feb 2011 22:49:39 +0100
+
 xfce4-session (4.6.2-3) unstable; urgency=low
 
   * debian/control:

Added: desktop/trunk/xfce4-session/debian/patches/05_force-xfsettingsd-start.patch
===================================================================
--- desktop/trunk/xfce4-session/debian/patches/05_force-xfsettingsd-start.patch	                        (rev 0)
+++ desktop/trunk/xfce4-session/debian/patches/05_force-xfsettingsd-start.patch	2011-02-23 06:28:07 UTC (rev 5027)
@@ -0,0 +1,13 @@
+diff --git a/xfce4-session/main.c b/xfce4-session/main.c
+index ff6e324..82632eb 100644
+--- a/xfce4-session/main.c
++++ b/xfce4-session/main.c
+@@ -144,7 +144,7 @@ init_display (XfsmManager   *manager,
+   sm_init (channel, disable_tcp, manager);
+ 
+   /* start xfsettingsd */
+-  if ( !g_spawn_command_line_async ("xfsettingsd", NULL))
++  if ( !g_spawn_command_line_async ("xfsettingsd --force", NULL))
+   {
+     g_warning ("Could not start xfsettingsd");
+   }

Modified: desktop/trunk/xfce4-session/debian/patches/series
===================================================================
--- desktop/trunk/xfce4-session/debian/patches/series	2011-02-22 19:33:46 UTC (rev 5026)
+++ desktop/trunk/xfce4-session/debian/patches/series	2011-02-23 06:28:07 UTC (rev 5027)
@@ -2,3 +2,4 @@
 02_fix-fortune-path.patch
 03_gk-start-with-path.patch
 04_gk-dont-check-running-use-start.patch
+05_force-xfsettingsd-start.patch




More information about the Pkg-xfce-commits mailing list