Fix decoration issues on x11 on gnome-shell/mutter 44#334
Open
hyperair wants to merge 1 commit intohardpixel:masterfrom
Open
Fix decoration issues on x11 on gnome-shell/mutter 44#334hyperair wants to merge 1 commit intohardpixel:masterfrom
hyperair wants to merge 1 commit intohardpixel:masterfrom
Conversation
- Change _HIDE_FLAGS to use 0x0 in decorations fields of _MOTIF_WM_HINTS - Change ServerDecorations.handle to use a boolean flag tracking whether the window decorations were previously hidden by united, because mutter now keeps `window->decorated` in sync with `window->mwm_decorated` - Change ServerDecorations.decorated to use `this.win.decorated` since that flag is now kept up-to-date. Additionally, win.get_frame_type() now seems to never become Meta.FrameType.BORDER Fixes: hardpixel#324
Author
|
Tested to work on Ubuntu
|
Member
|
Hi @hyperair, thanks for the PR and sorry for the late response. There is an issue with this solution, the One solution is to save it on window hint, but that has it's own problems. You have to use For now, it is best to report the issue upstream (GNOME mutter). |
Member
|
I reported the issue here, only for tiled windows since I can't replicate it for maximized windows. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
window->decoratedin sync withwindow->mwm_decoratedthis.win.decoratedsince that flag is now kept up-to-date. Additionally, win.get_frame_type() now seems to never become Meta.FrameType.BORDERFixes #324