PlasmaZones 1.15.13

1 change, released March 8, 2026.

Fixed

  • Login freeze with many shortcuts (fixes #200): Replaced blocking KGlobalAccel::setGlobalShortcut() with a two-step approach where setDefaultShortcut() registers all shortcuts without key grabs, then async D-Bus calls activate key grabs in parallel without blocking the event loop. Eliminates 20-40s hangs during login when kglobalacceld is under contention.