Skip to content

Conversation

@rootacite
Copy link

@rootacite rootacite commented Oct 20, 2025

Previously, the blur component only checked for the active workspace before hiding a window, ignoring its minimized state. This caused minimized windows to be erroneously rendered upon exiting Overview.

Now, we also check meta_window.minimized in the condition, ensuring these windows are properly hidden and cannot become non-interactable 'ghosts'.

Fixes: #[799]

Previously, the blur component only checked for the active workspace before
hiding a window, ignoring its minimized state. This caused minimized windows
to be erroneously rendered upon exiting Overview.

Now, we also check `meta_window.minimized` in the condition, ensuring these
windows are properly hidden and cannot become non-interactable 'ghosts'.

Fixes: #[799]
phantomcortex added a commit to phantomcortex/DistinctionOS that referenced this pull request Oct 31, 2025
All Credit goes to this lovely user
Credit: rootacite
aunetx/blur-my-shell#800

"Previously, the blur component only checked for the active workspace before
hiding a window, ignoring its minimized state. This caused minimized windows
to be erroneously rendered upon exiting Overview.

Now, we also check `meta_window.minimized` in the condition, ensuring these
windows are properly hidden and cannot become non-interactable 'ghosts'."
phantomcortex added a commit to phantomcortex/blur-my-shell that referenced this pull request Oct 31, 2025
All Credit goes to this lovely user!
Credit: rootacite
aunetx#800

"Previously, the blur component only checked for the active workspace before
hiding a window, ignoring its minimized state. This caused minimized windows
to be erroneously rendered upon exiting Overview.

Now, we also check `meta_window.minimized` in the condition, ensuring these
windows are properly hidden and cannot become non-interactable 'ghosts'."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect rendering of minimized windows in GNOME 49

1 participant