Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Have Artix automatically log into Desktop (Read 1308 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Have Artix automatically log into Desktop

On Xfce openRC, how to have Artix automatically log into Desktop without prompting password ?

Re: Have Artix automatically log into Desktop

Reply #1
I guess that depeds on your session manager (sddm, lightDm,...). Which one do you use?
as always, correct me if I'm wrong ;)

Re: Have Artix automatically log into Desktop

Reply #2
How do we determine such on non systemd ?


Re: Have Artix automatically log into Desktop

Reply #4
No autologin-user=artix

it's already
autologin-user=<user name>




 

Re: Have Artix automatically log into Desktop

Reply #8
Code: [Select]
% sudo usermod -a -G autologin manoca
The questionmark was not to symbolize, that I don't know how to add a user to a group. It was to remind the OP(original Poster :D) of this necessity as he just stated, that he had his user in the lightdm.conf, but nothing about adding himself to the autologin group.
and before anyone asks: check your group memberships with the
Code: [Select]
groups
command ;)
as always, correct me if I'm wrong ;)

Re: Have Artix automatically log into Desktop

Reply #9
How about your group membership? People, this isn't windows or ubuntu.

May also need new group nopasswdlogin  and add,

Code: [Select]
auth        sufficient  pam_succeed_if.so user ingroup nopasswdlogin

in /etc/pam.d/lightdm

Re: Have Artix automatically log into Desktop

Reply #10
admit that I'm noob in Linux security stuff, just found
Code: [Select]
$ groups
log network scanner power users video storage optical lp audio wheel budi

$ sudo usermod -a -G autologin budi
usermod: group 'autologin' does not exist

What'd directory pam stand for

Re: Have Artix automatically log into Desktop

Reply #11
Code: [Select]
# groupadd -r autologin

MfG
"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "

Re: Have Artix automatically log into Desktop

Reply #12
duplication


Re: Have Artix automatically log into Desktop

Reply #14
Works like a charm !

Thanks a Billion !
more importantly must God reward you and bless you ...and me too