While investigating the issue, I noticed a potentially relevant code change in the commits. A fix that used .value was previously added and then later removed:
return [pref.value]
return [pref]
I'm not certain if this change is related to the issue, but I'm still unable to successfully install Hyprland through archinstall. The installation fails with SeatAccess-related errors.
Which ISO version are you using?
archlinux-2024.11.01-x86_64.iso
The installation log
describe the problem
While trying to install Hyprland using archinstall, I encountered the same issue described in [3.0] Unable to start service SeatAccess.polkit / SeatAccess.seatd I've attempted several solutions mentioned in that thread.
While investigating the issue, I noticed a potentially relevant code change in the commits. A fix that used .value was previously added and then later removed:
I'm not certain if this change is related to the issue, but I'm still unable to successfully install Hyprland through archinstall. The installation fails with SeatAccess-related errors.