Skip to content

Simplify activation token handling and fix activation of dialogs on W…#708

Merged
equeim merged 1 commit intomasterfrom
fix-window-activation-again
Mar 8, 2026
Merged

Simplify activation token handling and fix activation of dialogs on W…#708
equeim merged 1 commit intomasterfrom
fix-window-activation-again

Conversation

@equeim
Copy link
Copy Markdown
Owner

@equeim equeim commented Mar 7, 2026

…ayland

We were setting XDG_ACTIVATION_TOKEN env variable after calling show() and then calling activateWindow(), which conflicts with Qt requesting activation token by on show(). Set it before show() so Qt uses it and we don't need to call activateWindow() afterwards.

…ayland

We were setting XDG_ACTIVATION_TOKEN env variable after calling show() and then calling activateWindow(),
which conflicts with Qt requesting activation token by on show().
Set it before show() so Qt uses it and we don't need to call activateWindow() afterwards.
@equeim equeim force-pushed the fix-window-activation-again branch from 70eba2b to 5a05e3e Compare March 7, 2026 22:43
@equeim equeim merged commit e9b8833 into master Mar 8, 2026
57 of 58 checks passed
@equeim equeim deleted the fix-window-activation-again branch March 8, 2026 00:11
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.

1 participant