GNOME Bugzilla – Bug 362981
Lyrics window not visible in party mode
Last modified: 2006-10-20 10:47:14 UTC
To reproduce: 1. Enable lyrics plugin 2. Press F11 to go to Party mode (fullscreen) 3. View=>Song lyrics Now the lyrics widow will load in the background instead of the foreground.
The lyrics window just needs to set its parent. http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-transient-for
Fixed in cvs. Thanks for the hint.