9

I just updated my system, there were only three updates available: wlroots, sway and libseat.

I don't have a display manager installed and before loading Sway I'm shown this:

[wlr] [libseat] [libseat/backend/seatd.c:70] Could not connect to socket /run/seatd.sock: no such file or directory

I've never had such an error before.

1 Answers1

6

Problem solved by adding LIBSEAT_BACKEND=logind to my /etc/environment file. I don't know if it's the correct way to fix the warning message but it worked. It seems like wlroots dropped logind dependency and rely on libseat for seat management. I learned this from a user in the Arch room on Matrix.