https://bugs.kde.org/show_bug.cgi?id=468440
--- Comment #2 from Aleksey Kladov <aleksey.kla...@gmail.com> --- >could help here since it cuts out an intermediate helper process Aha, I think this helper process would explain 100% of the slowness I observe. On my system, spawning any plasma-related processes is very slow: ``` $ t kstart -h <SNIP> real 339.00ms cpu 171.86ms (127.87ms user + 43.99ms sys) rss 94.29mb ``` I fixed that dowstream (https://github.com/NixOS/nixpkgs/issues/225871), so I think it's fair to say that there's no "global shortcuts are slow" bug in plasma after all. Still, getting rid of an intermediate process feels like a good idea regardless! -- You are receiving this mail because: You are watching all bug changes.