GNOME Bugzilla – Bug 710074
Cannot see the toolbar (polari seems full-screened)
Last modified: 2013-10-14 13:29:55 UTC
My instance of Polari is opening in full-screen and I can't see the toolbar (HeaderBar) neither resize the window. Pressing [Super] + Up, [Super] + Down does not resizes the app to normal. The last commit I have is: 8db3f5cd135f88fa9fc77bf9fbc86897758d33f0. Here's an screenshot: https://www.dropbox.com/s/4wu0hqlhkxtc2u3/screenshot_polari_fullscreened.png
The same to me. It doesn't seem that's GTK bug, other apps with headerbar work without troubles. Reproducible: always. If you need any backtrace or logs, let me know.
By gSetting 'window-size' to something smaller I managed to show the toolbar. example: gsettings set org.gnome.polari window-size "[800, 600]" [Super] + Up/Down continues not working. After maximizing it, it hides the toolbar all over again.
We never fullscreen the window from polari, however there is code in the WM to workaround legacy applications: A window is forced to fullscreen by the WM if (1) it is set to undecorated (true for apps that use CSD as polari) (2) it is resized to cover the entire monitor (true for maximized CSD windows on secondary monitors) So - did you move Polari to a non-primary monitor and maximize it? If that's the case, this is a dupe of bug 708718 (fixed in the upcoming 3.10.1)
Yeah, seems it's the case. Indeed I use it on secondary monitor. I'll wait for 3.10.1, thanks. Felipe, can you please approve it to close the bug?
Yes, same here (secondary monitor). Thanks for your help! :)
*** This bug has been marked as a duplicate of bug 708718 ***