You are not logged in.
Pages: 1
Hello
I was a Ubuntu user and it automatically logged me in to the desktop
I don't want to enter my password every time I boot into the system
Is it possible to do the same in arch?
If so how?
Last edited by Pezhman (2022-01-25 09:39:00)
Offline
Ubuntu uses gdm display manager. You can add the line "PasswordRequired=false" to "/etc/gdm/custom.conf" under the [security] section.
If you login with .xinitrc then this will help:
https://wiki.archlinux.org/title/Xinit# … X_at_login
Last edited by ishaanbhimwal (2022-01-24 10:58:50)
Offline
I installed KDE plasma and I use sddm.
is there any guide for that?
Offline
Check the wiki.
Offline
Offline
As you mentioned I went to the wiki
https://wiki.archlinux.org/title/SDDM#Autologin
I edited sddm auto configuration file
/etc/sddm.conf.d/autologin.conf
[Autologin]
User=pezhman
Session=plasma
but it doesn't automatically log me in.
what should I do?
Offline
As you mentioned I went to the wiki
https://wiki.archlinux.org/title/SDDM#Autologin
I edited sddm auto configuration file/etc/sddm.conf.d/autologin.conf
[Autologin] User=pezhman Session=plasma
but it doesn't automatically log me in.
what should I do?
Try
Session=plasma.desktop
Offline
I did it but it still doesn't work.
do i have to generate some form of img?
like grub when you edit configuration?
Offline
Reboot?
Go into System Settings -> Startup and Shutdown -> Login Screen (SDDM) -> Behaviour. Select the box that says "auto login" and select the user and session.
Offline
Thank everyone
[SOLVED]
Offline
Pages: 1