New comment by ifreund on void-packages repository https://github.com/void-linux/void-packages/pull/26224#issuecomment-725037798 Comment: > getting this (non-fatal) error on `sway` with the `elogind` backend: > > ``` > 00:00:00.001 [ERROR] [libseat] [libseat/backend/logind.c:605] set_type: Could not set session type: Rejected send message, 2 matched rules; type="method_call", sender=":1.6" (uid=1000 pid=534 comm="sway " label="kernel") interface="org.freedesktop.login1.Session" member="SetType" error name="(unset)" requested_reply="0" destination="org.freedesktop.login1" (uid=0 pid=481 comm="elogind-daemon " label="kernel") > ``` > > the compositor starts anyway and seems to work normally This is due to elogind not supporting the `SetType` method yet. It will be supported in `v246`, added in [this commit](https://github.com/elogind/elogind/commit/490783b27f38c5e96523ea3aa130a78bb38b5814). The error is non fatal and shouldn't cause any issues.