You are not logged in.
Pages: 1
Hi,
in KDE, we can just open logout menu, then select to logon as another user.
I don't find this in xfce4. Is there kind of plugin to do so ?
I'm not afraid by tty, so what command should I run to run, and which rights the user needs please ?
Regards, stardustOne
Last edited by stardustOne (2018-03-09 05:13:17)
Offline
I think the command would be:
dm-tool switch-to-greeter
(dm-tool is a tool to communicate with the LightDM display manager.)
If you use the Action Buttons panel plugin you should be able to activate the option Switch User, going to Settings > Panel > Elements tab > Action Buttons > Edit.
Offline
That plugin looks for the presence of the gdmflexiserver executable and enables itself. You can create your own script by that name to enable that functionality.
With root privileges, create the file /usr/local/bin/gdmflexiserver with the following content:
#/bin/sh
lxdm -c USER_SWITCH
Make the file executable and restart the panel (or log out and back in again),
The icon should now be available and your lxdm command will be used for the session switching.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks ToZ
Offline
Pages: 1
[ Generated in 0.010 seconds, 9 queries executed - Memory usage: 529.03 KiB (Peak: 530.31 KiB) ]