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 669326 - calling "totem --help" makes running instance exit
calling "totem --help" makes running instance exit
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 651131 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-02-03 17:11 UTC by Sebastien Bacher
Modified: 2012-03-28 15:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2012-02-03 17:11:29 UTC
Using on totem 3.3.4:

- run totem
- run "totem --help" somewhere else
- the totem ui exits

it seems the help summary is dumped by the main instance and not the new command and that totem quit after printing it
Comment 1 Bastien Nocera 2012-03-28 15:22:39 UTC
Fixed in master.

commit 228461c1d21389c78c1c80b16ddd70387b3e870f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 28 16:31:30 2012 +0200

    main: Handle the --help option locally
    
    Instead of the remote instance. Launching --help would
    print the help from the server instance, and exit it, instead
    of doing so in the local instance.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669326
Comment 2 Bastien Nocera 2012-03-28 15:48:46 UTC
*** Bug 651131 has been marked as a duplicate of this bug. ***