docs(desktop): record why pactl is not installed
Steam prints "pactl: command not found" and it means nothing: it probes wpctl and pactl both and uses whichever is on PATH, which wireplumber provides. Closed as expected behaviour in nixpkgs#525793.
This commit is contained in:
+3
-1
@@ -294,7 +294,9 @@ in
|
||||
# Terminal
|
||||
foot
|
||||
|
||||
# Audio
|
||||
# Audio. No pulseaudio for pactl: Steam probes wpctl and pactl both and
|
||||
# takes whichever is on PATH (nixpkgs#525793), and wireplumber puts wpctl
|
||||
# there. Its "pactl: command not found" is noise from Steam, not a gap.
|
||||
pavucontrol
|
||||
alsa-utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user