Summary: | [Wayland] Do not raise window if user is typing | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | rnet723 |
Component: | input | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | bugseforuns |
Priority: | NOR | ||
Version: | 5.27.6 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
rnet723
2023-07-18 11:59:15 UTC
Real-life case: Konsole & Steam After a reboot Steam takes a while to start, and while it loads I used to switch to Konsole and type commands I need. But during startup, Steam opens up to 5 windows with a notable delay. In X11 session it is no problem, Seam windows are opened in the background as I type. But on Wayland Plasma session, EACH time Steam opens a window it comes into focus, interrupting my Konsole input. This should not happen. Same applies to many applications that do some kind of a long-running work, and make a popup in the end. However, if the raise request comes from the application that owns currently active window, it should not bring it up like usual, e.g. when you're working in a text editor and press Ctrl+F to bring up a search window. *** This bug has been marked as a duplicate of bug 364689 *** |