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 679621 - totem exits when totem -h is called while it is running
totem exits when totem -h is called while it is running
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
3.4.x
Other Linux
: Normal minor
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-07-09 11:09 UTC by Jonathan Conder
Modified: 2012-07-13 15:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathan Conder 2012-07-09 11:09:34 UTC
I think this is due to the new GApplication APIs. Steps to reproduce:

$ totem &
$ totem -h

Expected behaviour: help information is displayed on the terminal which called totem -h, original instance remains open.

Actual behaviour: help information is displayed on the terminal which created the totem window, this window then closes.
Comment 1 Bastien Nocera 2012-07-13 15:03:00 UTC
commit d6387e98a7654733a8a0a34fb53b658448edce91
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 13 16:01:03 2012 +0100

    main: Fix remote Totem exiting when --help was called
    
    The age-old bug. Run totem &, and totem --help would exit the
    already running instance.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679621