Re: [runit] Pipewire crashes after suspend
Reply #17 –
I moved /usr/lib/elogind/system-sleep/00-pipewire.sh to my home directory such that /usr/lib/elogind/system-sleep/ is empty and my .xinitrc now looks like this:
pipewire >/tmp/pipewire.log 2>&1 &
pipewire-pulse >/tmp/pipewire-pulse.log 2>&1 &
pipewire-alsa >/tmp/pipewire-alsa.log 2>&1 &
wireplumber >/tmp/wireplumber.log 2>&1 &
xrdb ~/.Xresources
exec dbus-launch --exit-with-session startxfce4
After relogging the only log file which has some content is wireplumber.log:
C 16:18:09.363298 GLib (null):(null):(null): Failed to set scheduler settings: Die Operation ist nicht erlaubt
M 16:18:42.720046 spa.bluez5 ../pipewire/spa/plugins/bluez5/bluez5-dbus.c:1352:device_update_props: unknown adapter /org/bluez/hci0
So nothing relevant as it seems. The other log files are empty.
Just for your information, in my xfce power settings under system->laptopscreen I have chosen "Bereitschaft" which is German for standby. The other options would be to lock the screen, to shut off the screen and "Ruhezustand" which would translate to hibernation.