Package Details: autologin 1.0.0-1

Git Clone URL: https://aur.archlinux.org/autologin.git (read-only, click to copy)
Package Base: autologin
Description: No-fuzz automatic login
Upstream URL: https://git.sr.ht/~kennylevinsen/autologin
Licenses: GPL3
Submitter: jsk
Maintainer: jsk
Last Packager: jsk
Votes: 3
Popularity: 0.156956
First Submitted: 2021-08-28 20:09 (UTC)
Last Updated: 2021-08-28 20:09 (UTC)

Dependencies (3)

Required by (1)

Sources (2)

Latest Comments

homunkoloss commented on 2024-10-06 09:27 (UTC)

I installed and configured this package to launch sway. However it seems my PATH is not set afterwards. This manifested by not being able to run anything with sudo (e.g. sudo echo 1 returned: Command echo not found).

I suspect that seatd (that I used previously) did source /etc/profile while autologin does not. I found that the functionality I need is also implemented by greetd so I will probably use that instead, I just wanted to post this here for anybody else to be aware.