After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727092 - exit on receipt of Stop signal from gnome-session
exit on receipt of Stop signal from gnome-session
Status: RESOLVED DUPLICATE of bug 727049
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2014-03-26 14:39 UTC by Allison Karlitskaya (desrt)
Modified: 2014-03-26 14:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
exit on receipt of Stop signal from gnome-session (1.15 KB, patch)
2014-03-26 14:39 UTC, Allison Karlitskaya (desrt)
rejected Details | Review

Description Allison Karlitskaya (desrt) 2014-03-26 14:39:03 UTC
gnome-session expects clients to unregister and/or exit upon receipt of
the Stop signal, so make sure we do that.  This prevents the logout
being blocked in cases where the session is not being explicitly managed
from outside (like by consolekit or logind).
Comment 1 Allison Karlitskaya (desrt) 2014-03-26 14:39:04 UTC
Created attachment 272999 [details] [review]
exit on receipt of Stop signal from gnome-session
Comment 2 Rui Matos 2014-03-26 14:56:28 UTC
Yeah this is what we did previously. See bug 727049

*** This bug has been marked as a duplicate of bug 727049 ***
Comment 3 Giovanni Campagna 2014-03-26 14:58:22 UTC
Review of attachment 272999 [details] [review]:

No. Following gnome-session here results in gnome-settings-daemon exiting too early, which leaves the applications without a theme and icons. g-s-d dies when X closes the connection.