Summary: | With focus stealing prevention set to "Medium", some newly spawned windows don't get focus anymore | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Jonas Rakebrandt <xarblu> |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | minor | CC: | akselmo, nate, xaver.hugl |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 6.4.90 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jonas Rakebrandt
2025-09-27 10:16:02 UTC
I am unable to repro this Operating System: Fedora Linux 42 KDE Plasma Version: 6.5.80 KDE Frameworks Version: 6.19.0 Qt Version: 6.9.2 Kernel Version: 6.16.8-200.fc42.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 16 GiB of RAM (15.5 GiB usable) Graphics Processor: AMD Radeon RX 6600 Oh nevermind I'm dumb. I had the prevention set to "low" instead of "medium" Can confirm after all. The default is Low. Can confirm the issue with it set to Medium. > In a terminal That's expected, see https://invent.kde.org/plasma/kwin/-/issues/290 About Vesktop, that means it's neither activating itself nor setting the app id properly (we have a heuristic for activation if the app id matches the app you started). The former issue is a Chromium / Electron thing, which is being fixed upstream, the latter is something Vesktop needs to fix, so please report that to the app. > That's expected, see https://invent.kde.org/plasma/kwin/-/issues/290 Hmm interesting - I just noticed the behaviour change compared to 6.4 where things like those polkit dialogs would just get raised anyway. Might just go back to "low" focus stealing prevention then. > we have a heuristic for activation if the app id matches the app you started Thanks for the pointer - that seems to be the issue. Although it's more likely Gentoo packaging a bad .desktop file that doesn't match the ID Vesktop sets. |