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 362981 - Lyrics window not visible in party mode
Lyrics window not visible in party mode
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Plugins (other)
0.9.6
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on: 342207
Blocks:
 
 
Reported: 2006-10-17 21:53 UTC by Daniel van Eeden
Modified: 2006-10-20 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel van Eeden 2006-10-17 21:53:45 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.
Comment 1 William Jon McCann 2006-10-17 22:00:23 UTC
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
Comment 2 Jonathan Matthew 2006-10-20 10:47:14 UTC
Fixed in cvs.  Thanks for the hint.