You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on nixos, don't really care to troubleshoot since this workaround is perfectly fine, mostly posting for if anybody else has the same problem and is searching for a workaround.
The text was updated successfully, but these errors were encountered:
I get infinite inhibit on my nixos install too, even with a workaround mentioned above.
It reproduces once I launch paused spotify-player, gets inhibited without any playback.
UPDATE:
Looks like this issue is exclusive to spotify-player, as with anything else it works as expected.
> wpctl status... └─ Streams: 81. Firefox 82. output_FR > MOTIF II A.N.C.:playback_FR [init] 84. output_FL > MOTIF II A.N.C.:playback_FL [init] 90. PipeWire ALSA [spotify_player] 92. output_FL > MOTIF II A.N.C.:playback_FL [active] 93. output_FR > MOTIF II A.N.C.:playback_FR [active] 95. spotify 97. output_FL > MOTIF II A.N.C.:playback_FL [paused] 99. output_FR > MOTIF II A.N.C.:playback_FR [paused]
As you can see, spotify_player stream remain active even when the music is actually paused.
Fixed by building the app with pulseaudio-backend.
For some reason
exec-once = wayland-pipewire-idle-inhibit
causes idle to be permanently inhibited instead of only when audio is playing. Don't know why, but I do have a workaround
exec-once = hyprctl dispatch exec wayland-pipewire-idle-inhibit
seems to work perfectly
I'm on nixos, don't really care to troubleshoot since this workaround is perfectly fine, mostly posting for if anybody else has the same problem and is searching for a workaround.
The text was updated successfully, but these errors were encountered: