[Pkg-xfce-commits] r5774 - in desktop/trunk/xfce4-session/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Thu May 26 10:37:08 UTC 2011
Author: corsac
Date: 2011-05-26 22:37:07 +0000 (Thu, 26 May 2011)
New Revision: 5774
Added:
desktop/trunk/xfce4-session/debian/patches/03_dont-die-on-dbus-disconnect.patch
Modified:
desktop/trunk/xfce4-session/debian/changelog
desktop/trunk/xfce4-session/debian/patches/series
Log:
* debian/patches:
- 03_dont-die-on-dbus-disconnect added, fix crash when dbus is restarted.
closes: #627888
Modified: desktop/trunk/xfce4-session/debian/changelog
===================================================================
--- desktop/trunk/xfce4-session/debian/changelog 2011-05-26 22:33:46 UTC (rev 5773)
+++ desktop/trunk/xfce4-session/debian/changelog 2011-05-26 22:37:07 UTC (rev 5774)
@@ -1,3 +1,11 @@
+xfce4-session (4.8.1-3) UNRELEASED; urgency=low
+
+ * debian/patches:
+ - 03_dont-die-on-dbus-disconnect added, fix crash when dbus is restarted.
+ closes: #627888
+
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 26 May 2011 08:11:04 +0200
+
xfce4-session (4.8.1-2) unstable; urgency=low
* Upload to unstable.
Added: desktop/trunk/xfce4-session/debian/patches/03_dont-die-on-dbus-disconnect.patch
===================================================================
--- desktop/trunk/xfce4-session/debian/patches/03_dont-die-on-dbus-disconnect.patch (rev 0)
+++ desktop/trunk/xfce4-session/debian/patches/03_dont-die-on-dbus-disconnect.patch 2011-05-26 22:37:07 UTC (rev 5774)
@@ -0,0 +1,13 @@
+diff --git a/xfce4-session/xfsm-manager.c b/xfce4-session/xfsm-manager.c
+index 0c9ba05..9b7c495 100644
+--- a/xfce4-session/xfsm-manager.c
++++ b/xfce4-session/xfsm-manager.c
+@@ -1837,6 +1837,8 @@ xfsm_manager_dbus_init (XfsmManager *manager)
+ dbus_connection_add_filter (dbus_g_connection_get_connection (manager->session_bus),
+ xfsm_manager_watch_dbus_disconnect,
+ manager, NULL);
++
++ dbus_connection_set_exit_on_disconnect (manager->session_bus, FALSE);
+ }
+
+
Modified: desktop/trunk/xfce4-session/debian/patches/series
===================================================================
--- desktop/trunk/xfce4-session/debian/patches/series 2011-05-26 22:33:46 UTC (rev 5773)
+++ desktop/trunk/xfce4-session/debian/patches/series 2011-05-26 22:37:07 UTC (rev 5774)
@@ -1,3 +1,4 @@
01_correct_shadows.patch
02_fix-fortune-path.patch
+03_dont-die-on-dbus-disconnect.patch
05_force-xfsettingsd-start.patch
More information about the Pkg-xfce-commits
mailing list