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 710074 - Cannot see the toolbar (polari seems full-screened)
Cannot see the toolbar (polari seems full-screened)
Status: RESOLVED DUPLICATE of bug 708718
Product: polari
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-14 00:10 UTC by Felipe Borges
Modified: 2013-10-14 13:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Felipe Borges 2013-10-14 00:10:14 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
Comment 1 Daniel Korostil 2013-10-14 00:24:40 UTC
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.
Comment 2 Felipe Borges 2013-10-14 00:43:08 UTC
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.
Comment 3 Florian Müllner 2013-10-14 07:12:03 UTC
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)
Comment 4 Daniel Korostil 2013-10-14 09:53:51 UTC
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?
Comment 5 Felipe Borges 2013-10-14 13:09:36 UTC
Yes, same here (secondary monitor). Thanks for your help! :)
Comment 6 Daniel Korostil 2013-10-14 13:29:55 UTC

*** This bug has been marked as a duplicate of bug 708718 ***