[SOLVED] Guest logins an option with lightdm + slick-greeter?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
yummi
Level 1
Level 1
Posts: 19
Joined: Wed Sep 12, 2018 11:49 pm

[SOLVED] Guest logins an option with lightdm + slick-greeter?

Post by yummi »

I'd like to enable guest logins on a stock LMDE3 system, the kind that are dynamically created and wiped once the guest logs out. Is that an option with the native verisions of lightdm and slick-greeter that ships with LMDE3? The guest-session options appear to be enabled in /etc/lightdm/lightdm.conf:

Code: Select all

% grep '^#[a-z].*uest' /etc/lightdm/lightdm.conf
#guest-account-script=guest-account
#greeter-allow-guest=true
#allow-guest=true
#guest-session=
#guest-wrapper=
#autologin-guest=true
and I've got greeter-show-manual-login=true but I don't see "guest" as a selectable option on the login screen. Perhaps slick-greeter just doesn't support guest logins?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
gm10

Re: Guest logins an option with lightdm + slick-greeter?

Post by gm10 »

On LM19 you just have to toggle "Allow guest sessions" in the Login Window app (lightdm-settings). Don't you have that on LMDE3?
yummi
Level 1
Level 1
Posts: 19
Joined: Wed Sep 12, 2018 11:49 pm

Re: Guest logins an option with lightdm + slick-greeter?

Post by yummi »

gm10 wrote: Wed Oct 03, 2018 10:45 pm On LM19 you just have to toggle "Allow guest sessions" in the Login Window app (lightdm-settings). Don't you have that on LMDE3?
No, that option apparently isn't displayed in lightdm-settings on LMDE3 . I think I'll try a different greeter to see if the problem lies with slick-greeter which is what i suspect.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Guest logins an option with lightdm + slick-greeter?

Post by Monsta »

Looks like something is missing in Debian for the guest session to work, so it's disabled in lightdm-settings tool.
yummi
Level 1
Level 1
Posts: 19
Joined: Wed Sep 12, 2018 11:49 pm

Re: Guest logins an option with lightdm + slick-greeter?

Post by yummi »

Monsta wrote: Thu Oct 04, 2018 10:01 am Looks like something is missing in Debian for the guest session to work, so it's disabled in lightdm-settings tool.
Ah yes, this seems to be the situation. That's okay, I will make a permanent guest account and do 'chmod 700 /home/*' to prevent browsing of other users, good enough for my needs.
Locked

Return to “Software & Applications”