GNOME Bugzilla – Bug 760506
[PATCH]: fix remmina toolbar won't show up when in fullscreen mode
Last modified: 2018-01-25 10:36:01 UTC
Created attachment 318837 [details] [review] keep OR window stay on top when remmina shows in full-screen mode, the top toolbar won't slide down when mouse enters the toolbar. I have encounter some similar problems related to override-redirected windows. I found that's because mutter's stack do not trace OR windows but stack-tracker does. and when stack changes, the relative order of OR windows with non-OR windows lost. So I made a patch to keep OR windows stay on top of all managed windows, which makes sense, since OR windows should stay at layer META_LAYER_OVERRIDE_REDIRECT.
does anyone care about this problem ?
A similar patch was committed in bug 780485. *** This bug has been marked as a duplicate of bug 780485 ***