You are not logged in.
Pages: 1
After the latest update to Arch Linux using pacman -Syu I rebooted and can no longer login to my machine.
It brings up the login screen but when I type in the password, the Enter key no longer works and so I am stuck at the login screen.
Offline
"Latest update" means something different for anyone and is in general an absolutely useless metric. What exactly was updated? Can you switch to a VT with Ctrl+Alt+F2-F12 ?
From general context I'm assuming you are using lightdm with a webkit2 theme, they got broken by a webkit2gtk update, which you can either try to roll that back a version (from 2.38.0 to 2.37.0 which would constitute a partial upgrade and is not reccommended) , or instead of using the unmaintained webkit2 greeter for lightdm, switch to the default gtk greeter and an appropriate theme.
Offline
"Latest update" means something different for anyone and is in general an absolutely useless metric. What exactly was updated? Can you switch to a VT with Ctrl+Alt+F2-F12 ?
From general context I'm assuming you are using lightdm with a webkit2 theme, they got broken by a webkit2gtk update, which you can either try to roll that back a version (from 2.38.0 to 2.37.0 which would constitute a partial upgrade and is not reccommended) , or instead of using the unmaintained webkit2 greeter for lightdm, switch to the default gtk greeter and an appropriate theme.
Well, for me as n00b, latest update means running pacman -Syu.
I don't really look to see what is specifically updated. I usually just run the command every few weeks or less depending upon how much I use the machine, and let it run to the end and finish hopefully successfully (which the vast majority of the time it does).
I haven't really added anything in a long time, but I use Cinnamon as the windows/desktop manager.
I can switch to a VT, which I guess I will just do for updates until whatever issue is resolved.
Offline
Well, for me as n00b, latest update means running pacman -Syu.
I don't really look to see what is specifically updated.
We don't expect you to remember what the output of pacman was, you can just post the contents of /var/log/pacman.
You should also know which which lightdm greeter you are using and how to change it as this is something you will have had to manually set up when you first installed Arch.
Offline
dramatis.persona wrote:Well, for me as n00b, latest update means running pacman -Syu.
I don't really look to see what is specifically updated.
We don't expect you to remember what the output of pacman was, you can just post the contents of /var/log/pacman.
You should also know which which lightdm greeter you are using and how to change it as this is something you will have had to manually set up when you first installed Arch.
I don't know how to post the contents of pacman.log from a terminal without a GUI. I set up Arch over two years ago on a secondary machine to play around with. From then I haven't really changed it at all, except for a few application installs.
Nonetheless, I checked the lightdm.conf file and I must have set it to webkit2 greeter way back then because that config line is uncommented with the value set, and from what V1del suggested, it appears that the lightdm-webkit2-greeter is the problem.
I installed lightdm-gtk-greeter and configured that to be run in the lightdm conf file and I was able to hit the enter key and successfully login.
Is there a way to know when the issue with webkit2 will be fixed?
Last edited by dramatis.persona (2022-10-18 13:25:16)
Offline
I don't know how to post the contents of pacman.log from a terminal without a GUI.
1st link below.
Is there a way to know when the issue with webkit2 will be fixed?
https://github.com/Antergos/web-greeter … is%3Aissue
There isn't even a bug reported and the last code update as 4 years ago: https://github.com/Antergos/web-greeter
=> most likely "never"
Offline
I don't know how to post the contents of pacman.log from a terminal without a GUI.
Offline
Is there a way to know when the issue with webkit2 will be fixed?
https://github.com/Antergos/web-greeter … is%3Aissue
There isn't even a bug reported and the last code update as 4 years ago: https://github.com/Antergos/web-greeter
=> most likely "never"
There is a replacement being developed using electron if you need an html greeter: https://github.com/JezerM/nody-greeter, the same person also has an updated fork of web-greeter and maintains it in the AUR: https://aur.archlinux.org/packages/web-greeter
Last edited by progandy (2022-10-18 17:51:40)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Pages: 1