| Summary: | Start menu/run window disappear before use | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | bkorb |
| Component: | Application Menu (Kicker) widget | Assignee: | Eike Hein <hein> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | grave | CC: | plasma-bugs-null, wbauer1 |
| Priority: | NOR | ||
| Version First Reported In: | 5.5.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | .config/kwinrc | ||
|
Description
bkorb
2016-03-16 15:41:14 UTC
I do not think it is related to focus stealing. I am now on click-to-focus (as much as I hate it) and it still happens. I can use the run command window by pre-positioning the cursor to where I know the window will pop up, so it _seems_ like some focus following strategy, but I _am_ using click focusing. The run command window stayed up while my mouse meandered from window to window and it did not disappear until I finally clicked one of the windows. The start menu, however, is still inaccessible. Created attachment 97926 [details]
.config/kwinrc
(In reply to bkorb from comment #1) > I do not think it is related to focus stealing. It is. You have set "Focus Stealing Prevention" to "high": FocusStealingPreventionLevel=3 And this causes the problem. Lower it (to "medium" or "low") and there should be no more problems. That's unrelated to the focus "policy", i.e. "click to focus"/"focus follows mouse". *** This bug has been marked as a duplicate of bug 352647 *** |