Why does invoking a nested Plasma Wayland session disable some keys, after it closes, until logout?

After I SIGTERM’d plasma_wayland firefox-nightly chromium-browser, [1] my Meta and Alt keys became disabled without it active, until I invoked qdbus-qt6 org.kde.Shutdown /Shutdown org.kde.Shutdown.logout. [2] This appears to be reproducible. Why do those keys become bound to the nested compositor?


  1. bugzilla.mozilla.org/attachment.cgi?id=9593107 ↩︎

  2. ↩︎

I’ve since resolved it by using:

#!/usr/bin/env sh
export $(dbus-launch) && \
kwin_wayland

…instead of pwsh -Command kwin_wayland. The documentation did advise that. [1]


  1. reddit.com/r/kde/comments/14os3mv/comment/opwh8iy ↩︎