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 760506 - [PATCH]: fix remmina toolbar won't show up when in fullscreen mode
[PATCH]: fix remmina toolbar won't show up when in fullscreen mode
Status: RESOLVED DUPLICATE of bug 780485
Product: mutter
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2016-01-12 06:05 UTC by Sian Cao
Modified: 2018-01-25 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
keep OR window stay on top (2.56 KB, patch)
2016-01-12 06:05 UTC, Sian Cao
none Details | Review

Description Sian Cao 2016-01-12 06:05:21 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.
Comment 1 Sian Cao 2016-01-19 07:58:31 UTC
does anyone care about this problem ?
Comment 2 Florian Müllner 2018-01-25 10:36:01 UTC
A similar patch was committed in bug 780485.

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