| Summary: | Launch feedback doesn't stop properly when launching terminal apps | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Nicolas Fella <nicolas.fella> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | dmatteo002, nate, zocsfxljsgpmiuaanz |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nicolas Fella
2022-10-04 19:46:56 UTC
In terms of solutions we could 1. Patch htop et al to have StartupNotify=false 2. Force StartupNotify=false for all terminal apps in KIO::ApplicationLauncherJob 3. Force StartupNotify=false for all terminal apps in KWin Not great solutions since we would lose the bouncing cursor completely 4. Special-case inside kwin that when we know a terminal app is launched we "wait" for Konsole/the default terminal app instead 4 seems nice. |