VPN-7529: Missing window decorations on GNOME+Wayland#11220
Merged
Conversation
strseb
reviewed
Apr 20, 2026
Collaborator
There was a problem hiding this comment.
Neat! Did you write it yourself? If so, are you planning to upstream that?
If not, can we add an error when compiling the Qt with it's Planned Fix version, so we can revisit this?
Collaborator
Author
There was a problem hiding this comment.
Yep, wrote it myself! i'll try to upstream it!
Uh oh! Looks like an error!Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes: This request requires the client to satisfy the following scope expression:
|
oskirby
approved these changes
Apr 21, 2026
Collaborator
oskirby
left a comment
There was a problem hiding this comment.
I think this looks good.
Uh oh! Looks like an error!Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes: This request requires the client to satisfy the following scope expression:
|
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.
Description
GNOME / Mutter does not support server-side window decorations https://gitlab.gnome.org/GNOME/mutter/-/issues/217 so after the introduction of qtwayland plugin we lost them.
Lacking of window decoration is a common issue for qt applications on GNOME, this causes a problem in the light theme: the window blends into the white background due to the absence of shadows (also the window looks ugly)
This PR introduces the
QWaylandAdwaitaDecorationPluginto provide Adwaita-style window decorations (rounded corners, nice title bar coherent with system theme). It also includes a patch to draw shiny shadows, which is not yet supported by the plugin itself (even in the Qt dev branch).MozillaVPN client vs gnome calculator
active windows

non active windows

Reference
Jira Issue
Checklist