Hi
I have a logind started session where my seat is not seat0 (it's seat1 for the example)
I am trying to start Enlightenment in the same way that I can get it to start on seat1 (same variables and everything) from within this session. ( $XDG_SEAT=seat1 , $(loginctl seat-status |head -1) == seat1 )
However it seems that seat0 is hardcoded somewhere, or I do not know how to set it...
I get an error that states "ERR<1906>:elput lib/elput/elputlogind.c:521 logind_connect() seat 'seat0' differs from session seat 'seat1'"
My XDG_SEAT variable already is seat1
Thanks