New comment by st3r4g on void-packages repository https://github.com/void-linux/void-packages/pull/26224#issuecomment-724930117 Comment: Removing logind support from wlroots is not ok since libseat doesn't enable the elogind backend by default. Two options: 1. build libseat with elogind support by default 2. don't remove libelogind support for wlroots cc @ifreund I'm running 2. and it's a bit ugly because sway still prints the error ``` libseat_open_seat: No backend was able to open a seat ``` before choosing elogind. I think 1. makes more sense, but I don't know if we can trust 1. already (using elogind through libseat).