Comment 5 for bug 711567

Revision history for this message
Elliot Glaysher (glaysher) wrote :

This bug is two issues in different components.

The first part (chromium draws its custom window controls when maximized in unity) was a problem with chromium and should be fixed in chromium r83173, in case you guys want to backport it. (It also has some other minor unity integration.)

The second part (unity "forgets" when a window has set gtk_window_set_decorated()) looks like a problem in unity and attempts at working around it in chromium haven't been successful. (I tried calling gtk_window_set_decorated(FALSE) when in the confused state and unity didn't respond.)