You are not logged in.
Pages: 1
Hello!
I recently changed my display manager to SDDM and noticed that "switch user" option in menu is not working (this option should bring back SDDM screen and allow other user to login simultaneously).
I found that this command run manually does the job:
qdbus --system org.freedesktop.DisplayManager /org/freedesktop/DisplayManager/Seat0 org.freedesktop.DisplayManager.Seat.SwitchToGreeter
I'm not sure why Xfce is not running it and if it's correct, but here it is:
The question is where I can find the binary or script that is running "switch user" command and how do I fix it?
//edit never mind, just found it:
https://wiki.archlinux.org/index.php/XF … greyed_out
cat /usr/bin/gdmflexiserver
#!/bin/sh
/usr/bin/lxdm -c USER_SWITCH
Last edited by mkkot (2020-11-17 22:45:29)
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 512.17 KiB (Peak: 531.99 KiB) ]