You are not logged in.
I install pipewire pipewire-pulse, and follow wiki to enable the service with
systemctl --now enable pipewire --user
systemctl --now enable pipewire-pulse --user
I get this message
Failed to connect to bus: No medium found
the $DBUS_SESSION_BUS_ADDRESS is "unix:path=/run/user/1000/bus", i think that's important
Offline
And i try other use ""systemctl --user" command
e.g.
systemctl --user list-units
systemctl --user status
systemctl --user show
there all give me
Failed to connect to bus: No medium found
Offline
(dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.ListNames; loginctl session-status; ps fax) | curl -F 'file=@-' 0x0.st
Offline
(dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.ListNames; loginctl session-status; ps fax) | curl -F 'file=@-' 0x0.st
Offline
You can talk to the session daemon and there's no dbus-launch eating your lunch.
Please post your ~/.xinitrc for the usual suspect (and you can also try to cut out greetd and log into agetty and startx from there, assuming your xinitrc is fine)
Offline
You can talk to the session daemon and there's no dbus-launch eating your lunch.
Please post your ~/.xinitrc for the usual suspect (and you can also try to cut out greetd and log into agetty and startx from there, assuming your xinitrc is fine)
I think that's greetd problem, because my xinitrc has only two row
export LANG=zh_CN.UTF-8
exec awesome
but... why is that?
Offline
Last link below, pay attention to what parts from the default xinitrc to incorporate at least.
You might also want to re-use the TTY (as described in the xserverrc section on the same page)
Offline