[Bug 133260] - Small mode horribly broken in sawfish

bugzilla-daemon@bugzilla.gnome.org bugzilla-daemon@bugzilla.gnome.org
Wed, 7 Jul 2004 20:23:27 -0400 (EDT)


http://bugzilla.gnome.org/show_bug.cgi?id=133260
rhythmbox | Interface | Ver: HEAD

seb128@debian.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Pkg-gnome-
                   |                            |maintainers@lists.alioth.deb
                   |                            |ian.org



------- Additional Comments From seb128@debian.org  2004-07-07 20:23 -------
This bug has been reported in the Debian BTS too:  http://bugs.debian.org/257838

"I have got a problem using rhythmbox with my window manager (Sawfish)
when I want to use the reduced mode of rhythmbox.
Here you can see a little shot with the rhythmbox reduced window.

http://landwerl.free.fr/shot.png

I had a look at the rhythmbox's sources.
In file shell/rb-shell.c :

reduced mode is trigged like that :

gtk_window_resize (GTK_WINDOW (shell->priv->window),
                   small_width, 1);

This the problem, because sawfish really resizes the window with 
height = 1.

I think that use gtk_widget_get_child_requisition to get the minimum
requested size, and then call gtk_widget_size_request to resize the window
at the good size would be a good idea."

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.