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 564042 - gnome-settings-daemon doesn't clean up on some exit paths
gnome-settings-daemon doesn't clean up on some exit paths
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks: 564045
 
 
Reported: 2008-12-10 22:06 UTC by Ray Strode [halfline]
Modified: 2008-12-17 16:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Clean up on SIGTERM and bus disconnection (5.75 KB, patch)
2008-12-10 22:08 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2008-12-10 22:06:12 UTC
Right now if gnome-settings-daemon gets killed with SIGTERM or gets killed because dbus-daemon goes away it doesn't clean up after itself.   It should run each plugins deactivate method, etc.
Comment 1 Ray Strode [halfline] 2008-12-10 22:08:00 UTC
Created attachment 124386 [details] [review]
Clean up on SIGTERM and bus disconnection
Comment 2 Ray Strode [halfline] 2008-12-10 22:08:28 UTC
See http://bugzilla.redhat.com/445898 for downstream report