Hello, can i adjust AV Linux (new version from today) somehow that it shows my user name and i need only to put in my password?
At the moment i have to tiype first my user name and then the password in the login screen
My user Name in the login window possible?
-
- Posts: 15
- Joined: Mon Dec 12, 2022 8:12 am
Re: My user Name in the login window possible?
"About Me" (mugshot) from Menu.
Edit: Oh sorry, that's a different question.
under the [SeatDefaults] section:
#greeter-hide-users=true
(comment out like this, put a # at the beginning)
Edit: Oh sorry, that's a different question.
Code: Select all
sudo nano /etc/lightdm/lightdm.conf
#greeter-hide-users=true
(comment out like this, put a # at the beginning)
Re: My user Name in the login window possible?
In new AVL you can use Accessories-->'System Editor' and open the lightdm configuration file from there. In the screenshot below you can also set full Autologin if wanted by putting your username in the line 126 where it says 'demo'..
You do not have the required permissions to view the files attached to this post.
-
- Posts: 15
- Joined: Mon Dec 12, 2022 8:12 am
Re: My user Name in the login window possible?
Hmm....Huckleberry Finn wrote: Thu Dec 15, 2022 12:59 pmunder the [SeatDefaults] section:Code: Select all
sudo nano /etc/lightdm/lightdm.conf
#greeter-hide-users=true
(comment out like this, put a # at the beginning)
i have this two lines:
Line 66 # greeter-hide-users = True to hide the user list
Line 109 #greeter-hide-users=false
How is the right adjustment?
Re: My user Name in the login window possible?
Just the one under the [SeatDefaults] section:
Probably Line 109 #greeter-hide-users=false
just uncomment. Do it like:
greeter-hide-users=false
(Or just paste greeter-hide-users=false somewhere under [SeatDefaults] then save, close.)
Probably Line 109 #greeter-hide-users=false
just uncomment. Do it like:
greeter-hide-users=false
(Or just paste greeter-hide-users=false somewhere under [SeatDefaults] then save, close.)