I use Arch Linux which has a systemd service for starting up dbus. If I log into a shell(without ly), I can access the session env var set by the service:
$ echo $DBUS_SESSION_BUS_ADDRESS
unix:path=/run/user/1000/bus
However, if I log into a session using ly, the variable is not accessible, because of which applications dependent on dbus fails (playerctl etc).
I use Arch Linux which has a systemd service for starting up dbus. If I log into a shell(without ly), I can access the session env var set by the service:
```
$ echo $DBUS_SESSION_BUS_ADDRESS
unix:path=/run/user/1000/bus
```
However, if I log into a session using ly, the variable is not accessible, because of which applications dependent on dbus fails (playerctl etc).