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 726324 - No window title in the content overview (Recent or Channels)
No window title in the content overview (Recent or Channels)
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
3.11.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
3.12
Depends on:
Blocks:
 
 
Reported: 2014-03-14 10:48 UTC by Allan Day
Modified: 2014-03-14 19:55 UTC
See Also:
GNOME target: ---
GNOME version: 3.11/3.12



Description Allan Day 2014-03-14 10:48:19 UTC
It seems that a window title isn't set when you are viewing the videos grid. This is noticeable in the Activities Overview, where you get a little blank rectangle below the window thumbnail.
Comment 1 Bastien Nocera 2014-03-14 11:05:32 UTC
It's supposed to inherit the title from the headerbar (gtk_window_set_titlebar() listens to the "::title" property, but that doesn't seem to get triggered).
Comment 2 Bastien Nocera 2014-03-14 19:55:25 UTC
commit a965f0aabd236fb7f3fac2f2abbbc7349b895f3d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 14 20:52:21 2014 +0100

    main: Fix empty window title in some cases
    
    Store the TotemMainToolbar title and subtitle in the GtkHeaderBar
    instead of our own structure. This means that GtkWindow's call
    to gtk_header_bar_get_title() would get the correct value, and not
    an empty string when coming back from playing a film.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726324

commit be14cb661555d99dde05ec193fdeeec6fee43ab2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 14 20:51:44 2014 +0100

    main: Use the header bar to set the window title
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726324