SparkyLinux Forums

Software & hardware support => Newbie questions => Topic started by: eeespar on June 04, 2018, 03:23:49 PM

Title: Guest user account for students
Post by: eeespar on June 04, 2018, 03:23:49 PM
Hi there,

for a school I try to revive old Asus EEE 1005HA Netbooks.
Sparky with LXDE fits fine & works.

Before I leave this Netbooks to the students hands I'd like to make them a little "waterproof / safe against misconfiguration" (i.e. no more girl pictures on the desktop...) by activating an auto login GUEST ACCOUNT that is created and deleted on each and every reboot (users still can save their data on their network share...).

Do you guys have any advice on where to get information how to configure so?

Tkx in advance!
Title: Re: Guest user account for students
Post by: pavroo on June 04, 2018, 04:24:02 PM
Hi
Change (as root):
#allow-guest=true
to:
allow-guest=true
in the file:
/etc/lightdm/lightdm.conf
Title: Re: Guest user account for students
Post by: eeespar on July 04, 2018, 11:37:37 PM
Gorgeous - thanks für your fast answer.
As it seems it is not quit as simple as it looks, but I'll try. :o
Title: Re: Guest user account for students
Post by: penguin on February 06, 2019, 07:25:20 PM
Quote from: pavroo on June 04, 2018, 04:24:02 PM
Hi
Change (as root):
#allow-guest=true
to:
allow-guest=true
in the file:
/etc/lightdm/lightdm.conf

.....
Title: Re: Guest user account for students
Post by: Timmi on February 09, 2019, 02:38:22 PM
Quote from: eeespar on July 04, 2018, 11:37:37 PM
Gorgeous - thanks für your fast answer.
As it seems it is not quit as simple as it looks, but I'll try. :o

In other words, all you have to do remove the "#"
(in the file lightdm.conf located at: /etc/lightdm/... )

Title: Re: Guest user account for students
Post by: paxmark1 on February 09, 2019, 04:10:38 PM
Basically -  many files in /etc are configuration files, files that determine how a program is set up to process it's input and how to output it. 

If it is a configuration file, all lines starting with 

#     are commented out. 

It might be applied if it is  the default or normal application setting - then again maybe it is not. 
Or it might just be text to let you know about how this setting is used.
 
#   can also be added to some forms of code
      code blah bleh bluh     # this is not seen - it might be a comment I add to a two line piece of code

Please mark the Subject line with     Solved:  just prior to "Guest user account for students"

peace out.