You are not logged in.
I am using xfce 4.12 on fedora 27.
The user icon on the taskbar has options to lock screen, log out, etc. It also has an option "switch user" but it is grayed out. How can I enable this option? It's useful to me, as I want to log into a different account whilst not logging out my current one.
Thanks in advance.
Offline
Hello and welcome.
Switch user functionality is dependent on the Display Manager that you are using and whether it supports user switching. In addition, the Xfce Actions button panel plugin assumes that gdmflexiserver is installed (GDM) and uses that to switch users.
Since it's greyed out, it means that you are not using GDM.
If you are using Lightdm, then with root privileges, create the file /usr/local/bin/gdmflexiserver with the following content:
#!/bin/sh
dm-tool switch-to-greeter
...and make the file executable.
If you are using another display manager (and assuming that it supports user switching), you will need to do something similar but replace the command in the gdmflexiserver code above to use that specific display manager's user switching command/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
Thank you, it worked. By the way, is there some documentation on-line about gdmflexiserver and xfce in general? It would be nice to know what xfce is using under the hood. Lots of questions would be avoided :-)
Offline
By the way, is there some documentation on-line about gdmflexiserver and xfce in general?
Yes and no.
Xfce does have an online Documentation section and a Wiki, but it needs work (volunteers) to update the content.
There are other resources on the internet, like the individual distro wikis. To list a few (but by no means all of them):
- Arch Wiki (that has info on this particular issue)
- Fedora Wiki
- Gentoo Wiki
- Jerry, one of our members, maintains MXLinux documentation including a compiled page of Xfce tidbits.
And I'm sure there are others.
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
Great, thanks. Duly bookmarked!
Offline
Jerry, one of our members, maintains MXLinux documentation including a compiled page of Xfce tidbits.
Hey, I didn't think anyone noticed...
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 535.41 KiB (Peak: 536.26 KiB) ]