Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch user not working. #97

Open
tele1 opened this issue Sep 17, 2015 · 9 comments
Open

Switch user not working. #97

tele1 opened this issue Sep 17, 2015 · 9 comments

Comments

@tele1
Copy link

tele1 commented Sep 17, 2015

"switch user" not working on PCLinuxOS, with gdm and lxdm
( removed died link )
, and I need ask:
this is possible add command to switch user ?

( removed bounty spam plugin )

@flexiondotorg
Copy link
Member

Switch User works on Ubuntu MATE and Arch Linux using LightDM.

@tele1
Copy link
Author

tele1 commented Sep 17, 2015

lightdm use "dm-tool switch-to-greeter" command to switch user,
so I created /usr/bin/dm-tool script to switch (for lxdm and other for gdm) but not working.
(scripts works, but maybe mate-session-manager don't want use my script/command)
Need I compile with LightDM ? Maybe I do wrong something ?
mate-session-manager not support "dm-tool switch-to-greeter" command ?

@monsta
Copy link
Contributor

monsta commented Nov 2, 2015

The link to the forum post is dead, so basically we don't have a proper issue description here.

@tele1
Copy link
Author

tele1 commented Nov 2, 2015

You have correct issue description,

"switch user" not working on PCLinuxOS, with gdm and lxdm.

You have also: KDM, MDM, Qingy, SDDM, SLiM , XDM, Entrance, CDM, Console TDM, nodm.
What do you suggest ?
I sugest create support for script (bash script), and script will have proper command to switch.
Idea is from arch wiki,
https://wiki.archlinux.org/index.php/LXDM#Simultaneous_users_and_switching_users
( From wiki this is a workaround for Xfce and GDM )

@fredo-m
Copy link

fredo-m commented Dec 4, 2017

Hi,

With Mate 1.18, GDM3 3.26 and Systemd-sysv 235 on a Debian Buster, the button to switch users does not work, you have to go through the graphical console with ctrl + alt + F1 to access GDM3 and connect with another user.

Regards.

@monsta
Copy link
Contributor

monsta commented Dec 24, 2017

I would really like to have some standard method to switch user instead of having to support every possible DM out there.

@tele1
Copy link
Author

tele1 commented Dec 24, 2017

monsta If you have own suggestion
you can add to https://www.freedesktop.org/wiki/Specifications/

Home page: https://www.freedesktop.org/wiki/

@tele1
Copy link
Author

tele1 commented Dec 25, 2017

Because I have poor memory and
because "wiki arch" looks vague now.
I want try explain better how problem looks.

That's how GNOME worked with GDM:
button "switch_user" (GNOME) --> /usr/bin/gdmflexiserver (GDM)

LXDM is new and not provide gdmflexiserver file like old GNOME,
but only "/usr/sbin/lxdm -c USER_SWITCH"
so people created a link manually
( working like link, but this is script, because you need run app "lxdm" with option )

That's working for LXDM:
button "switch_user" (LXDE) --> /usr/bin/gdmflexiserver --> /usr/sbin/lxdm -c ... (LXDM)
button "switch_user" (XFCE4) --> /usr/bin/gdmflexiserver --> /usr/sbin/lxdm -c ... (LXDM)

That's working for LightDM:
button "switch_user" (LXDE) --> /usr/bin/gdmflexiserver --> /usr/bin/dm-tool ... (LightDM)
button "switch_user" (XFCE4) --> /usr/bin/gdmflexiserver --> /usr/bin/dm-tool ... (LightDM)

Problem was only with Mate and Cinnamon.
I tried also write on Cinnamon github, but topic was closed.
linuxmint/cinnamon#4629

So if you can also add support for /usr/bin/gdmflexiserver ( GDM )
if it will exist,
I can manually create script /usr/bin/gdmflexiserver ( instead GDM )
with command to support LXDM or LightDM or maybe also other DM.

@tele1
Copy link
Author

tele1 commented Dec 25, 2017

If someone use "Whisker Menu" inside XFCE,
can also change default "DM" command to other.
for button "Switch Users"
https://youtu.be/1k4_HZOvpdg?t=389

For Mate
inside "mate menu" I don't see this possibility
inside "mate brisk menu" I don't see this possibility and I don't see this button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants