GNOME Bugzilla – Bug 679621
totem exits when totem -h is called while it is running
Last modified: 2012-07-13 15:03:00 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.
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