Git master session When typing "switch" in the Krunner input I see my other session, however appended to the username is "TTY login (vt2)", this isn't correct as the session was started from SDDM, not a TTY. I found this code in plasma-workspace/libkworkspace/kdisplaymanager.cpp and it doesn't seem to be correct. However this got me thinking if this type of information is even relevant to a desktop user. All they care about is being able to switch between Fred and Mary's sessions. The only other information I can think of that would be useful in the krunner dropdown is the name of the session name e.g. "Plasma Wayland" or "GNOME X11". So the result would show: "Fred on Plasma Wayland"
User switching was dropped from KRunner recently to fix other bugs; I guess this one is effectively "fixed" as well 🥴