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 442925 - Fancy media keys popup when compositing
Fancy media keys popup when compositing
Status: RESOLVED OBSOLETE
Product: totem
Classification: Core
Component: Movie player
2.19.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 509447 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-06-01 14:36 UTC by Philip Withnall
Modified: 2010-05-13 18:27 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Philip Withnall 2007-06-01 14:36:48 UTC
As with gnome-control-center's bug #383066 and gnome-power-manager's bug #400844, Totem should have a fancy composited window when a media key is pressed (e.g. pause, next, previous, etc.).

As discussed in bug #383066, it's probably best to use large themed icons, rather than draw the icons manually using Cairo (as gnome-control-center currently does), but I don't think we need to fall back to a normal window if compositing isn't available, since we don't currently display anything when a media key is pressed (and there's no pressing need to do so).

Example code is here: http://svn.gnome.org/viewcvs/gnome-control-center/trunk/gnome-settings-daemon/gsd-media-keys-window.c?view=markup and is pretty self-contained. It might be worth moving this code for drawing an OSD out into a common library such as libegg so that all applications use it consistently. I'll post on the mailing list about this.
Comment 1 Philip Withnall 2007-06-01 14:45:02 UTC
Mailing list posting here: http://mail.gnome.org/archives/gtk-devel-list/2007-June/msg00001.html

I should also correct the start of my second paragraph: I meant bug #400844, rather than bug #383066. (Oops.)
Comment 2 Philip Withnall 2008-01-15 07:11:32 UTC
*** Bug 509447 has been marked as a duplicate of this bug. ***
Comment 3 Julian Sikorski 2010-05-13 18:23:48 UTC
Isn't this fixed in 2.30?
Comment 4 Bastien Nocera 2010-05-13 18:27:36 UTC
Yep, that's in 2.30, although we still don't have the same thing for windowed mode, but that's a separate bug (which was already filed).