GNOME Bugzilla – Bug 355512
Forcefully exit after a while
Last modified: 2008-01-08 11:18:19 UTC
When closing down takes too long, just force the exit, rather than trying to do it cleanly.
Created attachment 101880 [details] [review] Fixes issue, waits for 10 seconds. Should be OK.
You can probably ignore the output of g_thread_create(). totem_action_wait_force_exit needs to be a static function, and the indentation respected (arguments aligned with the braces on subsequent lines).
2008-01-08 Bastien Nocera <hadess@hadess.net> * src/totem.c: (totem_action_wait_force_exit), (totem_action_exit): Forcefully exit when we can't finish the shutdown in 10 seconds. From patch by Patrick Hulin <patrick.hulin@gmail.com> (Closes: #355512)