You are not logged in.
If I want to switch the user via startmenu -> switch user, it doesn't work anymore since update to plasma 6.0.
# journalctl
plasmashell[137288]: org.kde.plasma.libkworkspace: Cannot switch user: XDG_SEAT_PATH not setI'm using:
- plasma 6.0.3
- gdm 46.0
- wayland
Any help, where I have to set XDG_SEAT_PATH?
Last edited by dcy3rka (2024-04-18 21:25:53)
Offline
"not" - that's GDMs job.
echo $XDG_SEAT_PATH # /org/freedesktop/DisplayManager/Seat0 ?The problem is likely that plasma starts as a systemd user unit and doesn't inherit the environment, see also eg. https://github.com/baskerville/bspwm/issues/1234
Do NOT hardcode that value anywhere
You could also try SDDM instead of GDM (whether it eg. sets the value earlier)
Online
You could also try SDDM instead of GDM (whether it eg. sets the value earlier)
I switched to GDM because of many problems. But since the new release of SDDM with many bugfixes and maybe in the future in the lead of KDE I will give it another try. The user switch is working again with SDDM.
Offline