Artix Linux Forum

General Category => Forum => Topic started by: peonerovv on 21 February 2022, 18:50:59

Title: Can't start dwl from tty as a non-root user
Post by: peonerovv on 21 February 2022, 18:50:59
Hi,

I wanted to try Wayland and chose dwl for my WM. I copied the github repo and compiled it. The problem is that it won't run from a tty. I can run it as a root user and in the X server. I added my user to the video and input group, but that didn't change anything.

Here is a message I get:
Code: [Select]
00:00:00:007 [libseat] [libseat/backend/logind.c:310] Could not activate session: permission denied
00:00:00:010 [libseat] [libseat/libseat.c:79] No backend was able to open a seat
00:00:00:012 [backend/session/session.c:84] Unable to create seat: Function not implemented
00:00:00:014 [backend/session/session.c:249] Failed to load session backend
00:00:00:016 [backend/backend.c:86] Failed to start a session
00:00:00:017 [backend/backend.c:352] Failed to start a DRM session
couldn't create backend

Any help appreciated!
Title: Re: Can't start dwl from tty as a non-root user
Post by: ndowens on 21 February 2022, 19:02:07
Did you follow https://github.com/djpohly/dwl#running-dwl
Title: Re: Can't start dwl from tty as a non-root user
Post by: peonerovv on 21 February 2022, 21:34:31
Did you follow https://github.com/djpohly/dwl#running-dwl
Yes I did. The only requirement was to add a user to video and input groups. Which I did