Have Artix automatically log into Desktop 20 October 2021, 07:18:53 On Xfce openRC, how to have Artix automatically log into Desktop without prompting password ?
Re: Have Artix automatically log into Desktop Reply #1 – 20 October 2021, 10:45:22 I guess that depeds on your session manager (sddm, lightDm,...). Which one do you use?
Re: Have Artix automatically log into Desktop Reply #2 – 20 October 2021, 10:57:46 How do we determine such on non systemd ?
Re: Have Artix automatically log into Desktop Reply #3 – 20 October 2021, 11:12:05 Quote from: mardiyah – on 20 October 2021, 07:18:53On Xfce openRC, how to have Artix automatically log into Desktop without prompting password ?Assuming you run the default XFCE/OpenRC install, add your user to autologin group and change autologin-user=artix to yours in /etc/lightdm/lightdm.conf.
Re: Have Artix automatically log into Desktop Reply #4 – 20 October 2021, 11:25:46 No autologin-user=artixit's already autologin-user=<user name>
Re: Have Artix automatically log into Desktop Reply #5 – 20 October 2021, 11:43:05 Quote from: nous – on 20 October 2021, 11:12:05... add your user to autologin group...?
Re: Have Artix automatically log into Desktop Reply #6 – 20 October 2021, 11:56:54 Quote from: manoca – on 20 October 2021, 11:43:05?Code: [Select]% sudo usermod -a -G autologin manoca
Re: Have Artix automatically log into Desktop Reply #7 – 20 October 2021, 11:58:06 Quote from: mardiyah – on 20 October 2021, 11:25:46No autologin-user=artixit's already autologin-user=<user name>How about your group membership? People, this isn't windows or ubuntu. 1 Likes
Re: Have Artix automatically log into Desktop Reply #8 – 20 October 2021, 12:43:21 Quote from: nous – on 20 October 2021, 11:56:54Code: [Select]% sudo usermod -a -G autologin manocaThe 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 ) 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
Re: Have Artix automatically log into Desktop Reply #9 – 20 October 2021, 14:45:31 Quote from: nous – on 20 October 2021, 11:58:06How 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 nopasswdloginin /etc/pam.d/lightdm Last Edit: 20 October 2021, 18:35:46 by calvinh
Re: Have Artix automatically log into Desktop Reply #10 – 20 October 2021, 16:10:48 admit that I'm noob in Linux security stuff, just foundCode: [Select]$ groupslog network scanner power users video storage optical lp audio wheel budi$ sudo usermod -a -G autologin budiusermod: group 'autologin' does not existWhat'd directory pam stand for
Re: Have Artix automatically log into Desktop Reply #11 – 20 October 2021, 17:40:50 Quote from: mardiyah – on 20 October 2021, 16:10:48group 'autologin' does not existCode: [Select]# groupadd -r autologinMfG
Re: Have Artix automatically log into Desktop Reply #13 – 20 October 2021, 20:32:27 This should be fixed in the next weekly ISOs.
Re: Have Artix automatically log into Desktop Reply #14 – 21 October 2021, 13:12:14 Works like a charm !Thanks a Billion !more importantly must God reward you and bless you ...and me too