Skip to content

Commit

Permalink
Do not automatically switch audio server
Browse files Browse the repository at this point in the history
It was meant to switch audio server as R4.1 update, R4.2 comes with
pipewire by default already.

QubesOS/qubes-issues#9402
  • Loading branch information
marmarek committed Aug 15, 2024
1 parent ac27b3f commit 6fe1242
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dom0-updates/qubes-dom0-update
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,6 @@ if [ -n "$AUDIO_SWITCH" ]; then
fi
fi

if [ "$YUM_ACTION" = upgrade ] && [ -z "$AUDIO_SWITCH" ]; then
# switch to pipewire automatically, once
if ! [ -e /var/lib/qubes/.audio-switch-done ]; then
AUDIO_SWITCH=pipewire
fi
fi

if [ -n "$SWITCHING_AUDIO_IN_PROGRESS" ]; then
# avoid recursive audio switch
AUDIO_SWITCH=
Expand Down

0 comments on commit 6fe1242

Please sign in to comment.