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 355512 - Forcefully exit after a while
Forcefully exit after a while
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
ghop[2007-20]
Depends on:
Blocks:
 
 
Reported: 2006-09-11 23:01 UTC by Bastien Nocera
Modified: 2008-01-08 11:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes issue, waits for 10 seconds. Should be OK. (1002 bytes, patch)
2007-12-31 01:49 UTC, Patrick Hulin
none Details | Review

Description Bastien Nocera 2006-09-11 23:01:23 UTC
When closing down takes too long, just force the exit, rather than trying to do it  cleanly.
Comment 1 Patrick Hulin 2007-12-31 01:49:58 UTC
Created attachment 101880 [details] [review]
Fixes issue, waits for 10 seconds. Should be OK.
Comment 2 Bastien Nocera 2008-01-08 10:59:35 UTC
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).
Comment 3 Bastien Nocera 2008-01-08 11:18:19 UTC
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)