Solved river/wayland window manager fail.

Starting river window manager ends abrubt with following errors :
Code:
info: initializing server 
error(wlroots): [libseat] [libseat/backend/seatd.c:78] Could not connect to socket /var/run/seatd.sock: No such file or directory 
info(wlroots): [libseat] [libseat/libseat.c:74] Backend 'seatd' failed to open seat, skipping 
error(wlroots): [libseat] [libseat/backend/consolekit2.c:530] Could not get session: Unable to lookup session information for process '41073' 
info(wlroots): [libseat] [libseat/libseat.c:74] Backend 'consolekit2' failed to open seat, skipping 
error(wlroots): [libseat] [libseat/backend/seatd.c:588] Built-in seatd instance requires root privileges 
info(wlroots): [libseat] [libseat/libseat.c:74] Backend 'builtin' failed to open seat, skipping 
error(wlroots): [libseat] [libseat/libseat.c:77] No backend was able to open a seat 
error(wlroots): [backend/session/session.c:84] Unable to create seat: Function not implemented 
error(wlroots): [backend/session/session.c:218] Failed to load session backend 
error(wlroots): [backend/backend.c:353] Failed to start a DRM session 
error: BackendCreateFailed

My init script is the default one,
 
Back
Top