GNOME Bugzilla – Bug 770484
popup menu in full screen mode not visible
Last modified: 2018-09-20 13:42:16 UTC
Using FC24 default Gnome desktop. After going to full screen mode can't see the menu that would allow exit from full screen mode. The only way to exit is to kill the vinagre application. I believe this worked as expected in FC22 but not sure in FC23.
Same problem with 3.22.0 on FC25. Interestingly, for me, the button bar to exit the full-screen is there but won't display. I can still interact with it though: If I move the mouse to the top center of the screen, push up, then gently move back down and leave the mouse idling there, I can see the button help pop-ups display ("Leave full screen", etc...)
Duplicate of #730366 ?
Created attachment 348656 [details] [review] Fix showing of toolbar in fullscreen mode This is a bug caused by a change in Gtk+. It started to require widgets which have a subwindows to draw the subwindows itself. See https://git.gnome.org/browse/gtk+/commit/?id=580ea227a6bb19ad6c6d4766b3a36dbad24583f3. The change happened in Gtk+ 3.19.7 so it corresponds to your usage of Fedora 24. The attached patch fixes the problem for me (for all backends). (In reply to Carl van Tonder from comment #2) > Duplicate of #730366 ? This is not a duplicate of the #730366. I'll comment about it in the bug itself.
(In reply to Marek Kašík from comment #3) > Created attachment 348656 [details] [review] [review] > Fix showing of toolbar in fullscreen mode > The attached patch fixes the problem for me (for all backends). This patch fixes the problem for me as well.
Review of attachment 348656 [details] [review]: Seems fine.
Thank you David. I have pushed this to git master. Commit https://gitlab.gnome.org/GNOME/vinagre/commit/a4f5d5db125ad81a2302dc72b435099e49da4dcb