[SOLVED] after recent update sddm gets stuck crashing 30 June 2023, 11:25:21 I have updated my system today and a couple hours later restarted it and now I am in some kind of loop where artix tries to start sddm-helper which keeps crashing with code 15 after the crash the screen flashes multiple times and then shows the crash message again. I can't switch to another tty because for some reason it switches me back to this one when it crashes.What could cause this and how do I fix it? Last Edit: 30 June 2023, 13:44:34 by Hitman
Re: after recent update sddm gets stuck crashing Reply #1 – 30 June 2023, 12:11:12 If you have any ssh server running it would be good, otherwise you need to boot an installation medium, and run artix-chroot . on the root of your systen disk.From there grab any logs you can, from /var/log and xsession/sddm.Then try two things:-Downgrade sddm to previous version (new major version appeared recently)-Install package libprocps (sometimes is needed after major propcs-ng update)
Re: after recent update sddm gets stuck crashing Reply #2 – 30 June 2023, 12:48:27 Quote from: Hitman – on 30 June 2023, 12:11:12If you have any ssh server running it would be good, otherwise you need to boot an installation medium, and run artix-chroot . on the root of your systen disk.From there grab any logs you can, from /var/log and xsession/sddm.Then try two things:-Downgrade sddm to previous version (new major version appeared recently)-Install package libprocps (sometimes is needed after major propcs-ng update)This worked, I used the downgrade script from the aur to downgrade sddm I also installed libprocps, thank you 1 Likes
Re: [SOLVED] after recent update sddm gets stuck crashing Reply #3 – 21 July 2023, 19:51:05 One thing to try would be to look at /etc/sddm.conf and comment out DisplayServer=waylandThe new release of sddm broke my wayland setup completely, and it had the same symptoms you experienced. I'm going to try downgrading it next though.
Re: [SOLVED] after recent update sddm gets stuck crashing Reply #4 – 21 July 2023, 20:05:00 https://github.com/sddm/sddm/issues/1768Seems to be this issue, I'm also using fish as my shell so it makes sense...Oops, this was for another related issue I'm having with wayland and sddm, not the tty one. Last Edit: 21 July 2023, 20:16:38 by kazriko