archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
6.34k stars 542 forks source link

archinstall, hyprland error - Unable to start service SeatAccess.polkit #2908

Closed Johnson1255 closed 4 days ago

Johnson1255 commented 4 days ago

Which ISO version are you using?

archlinux-2024.11.01-x86_64.iso

The installation log

https://0x0.st/Xnd2.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:

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.

svartkanin commented 4 days ago

This has been fixed already