You are not logged in.
Nice, it worked! Thanks!!
edit: any idea on why my audio actually did run alright with those hyprland.conf settings enabled and why they suddenly broke everything?
Last edited by saltbringer (2024-08-30 21:42:29)
Offline
You're not supposed to run any pipewire/wireplumber processes manually, they're socket activated - this might have caused conflicting processes in different contexts.
There should be no necessity to import the environment at all, https://github.com/hyprwm/Hyprland/issues/7083 but you can try to re-activate
exec-once=dbus-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
though any sleep there sounds as if that has caused trouble before?
Offline
There should be no necessity to import the environment at all, https://github.com/hyprwm/Hyprland/issues/7083 but you can try to re-activate
Nah i'll pass. Everything is working fine again, don't want to tempt fate.
exec-once=dbus-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
though any sleep there sounds as if that has caused trouble before?
Are you asking if my laptop has had sleep issues before? If so, yes. But I tinkered with some settings elsewhere and it works alright now.
Offline
No, I menat because you were delaying the invocation
exec-once=sleep 1 && dbus-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
Which is odd and sounds like an effort to mitigate a problem.
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline