summaryrefslogtreecommitdiff
path: root/community/gnome-panel/logout-hang-workaround.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-23 01:16:16 -0700
committerroot <root@rshg054.dnsready.net>2013-04-23 01:16:16 -0700
commitd1d93fafb9ef98fdd0c9a5a486c179c03cbbfb33 (patch)
treeda594e49962aa1b32a81dd8066423c4fd5fdcec6 /community/gnome-panel/logout-hang-workaround.patch
parenta5f6ca5d4e1aa12dfec53c3061df6e0198126fb4 (diff)
Tue Apr 23 01:16:16 PDT 2013
Diffstat (limited to 'community/gnome-panel/logout-hang-workaround.patch')
-rw-r--r--community/gnome-panel/logout-hang-workaround.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/gnome-panel/logout-hang-workaround.patch b/community/gnome-panel/logout-hang-workaround.patch
new file mode 100644
index 000000000..0b13e35b6
--- /dev/null
+++ b/community/gnome-panel/logout-hang-workaround.patch
@@ -0,0 +1,15 @@
+diff -Naur gnome-panel-3.6.2.orig/gnome-panel/panel-session.c gnome-panel-3.6.2/gnome-panel/panel-session.c
+--- gnome-panel-3.6.2.orig/gnome-panel/panel-session.c 2012-09-03 17:41:42.000000000 +0200
++++ gnome-panel-3.6.2/gnome-panel/panel-session.c 2013-04-11 00:59:42.125864185 +0200
+@@ -69,11 +69,6 @@
+
+ egg_sm_client_set_mode (mode);
+
+- client = egg_sm_client_get ();
+-
+- g_signal_connect (client, "quit",
+- G_CALLBACK (panel_session_handle_quit), NULL);
+-
+ /* We don't want the WM to try and save/restore our
+ * window position */
+ gdk_x11_set_sm_client_id (NULL);