You are not logged in.
Hi, in Debian Stretch 9 the "Switch User" item in Action Buttons plugin is grayed and it isn't enabled.
As you suggested here https://forum.xfce.org/viewtopic.php?pid=43937#p43937 for Whisker Menu I've fixed it changing command for Switch Users (dm-tool switch-to-greeter).
Is it possible to associate same command in Action buttons?
Thanks.
Last edited by wuwei (2017-05-20 15:43:58)
Offline
The actions plugin uses the gdmflexiserver command to perform the switch user function. You can create the file /usr/local/bin/gdmflexiserver with the following content:
#!/bin/bash
dm-tool switch-to-greeter
...and make the file executable to get the same functionality.
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
Ok, solved, it works...
Thanks a lot!
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 523.44 KiB (Peak: 532.05 KiB) ]