Comment 20 for bug 393138

Revision history for this message
Rodney Lorrimar (rodney-rodney) wrote :

Hi,

xmonad ignores gtk_window_iconify(). I suppose it has no concept of minimized wndows, unless you program it to handle them.

The gtk docs "note that you shouldn't assume the window is definitely iconified afterward." So to take care of this case, add a gtk_widget_hide() to empathy_window_iconify().

Please see attached patch for empathy 2.30.2. I have tested it in xmonad and metacity. Only problem is that it disables the "minimize" animation.

Cheers,

Rodney