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 664492 - totem raises its main window when a new playlist is added
totem raises its main window when a new playlist is added
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-11-21 18:19 UTC by Jon Masters
Modified: 2012-03-29 09:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jon Masters 2011-11-21 18:19:56 UTC
Totem raises the main window when on the command line:

$ totem <path/to/some/file>

I do not want the window to raise every time I choose a new track. I suspect others will agree that this is a regression.
Comment 1 Bastien Nocera 2012-03-29 02:27:55 UTC
GtkApplication does that automatically.
Comment 2 Allison Karlitskaya (desrt) 2012-03-29 04:49:13 UTC
GtkApplication never creates or raises any windows.
Comment 3 Bastien Nocera 2012-03-29 09:43:56 UTC
Indeed.

commit da365fae376407e375b4152f8cdb096f8505e5a3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 29 11:40:53 2012 +0200

    main: Don't present totem unless asked for
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664492