From 513419e791813ef480cedaa9e92737707e4307e3 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Mon, 30 Aug 2021 23:22:57 +0800 Subject: [PATCH] fix: replace pulseaudio with pipewire for BT HSP --- gui/sysutils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/sysutils.sh b/gui/sysutils.sh index 0156d21..5f92f89 100755 --- a/gui/sysutils.sh +++ b/gui/sysutils.sh @@ -36,7 +36,7 @@ case "$PM" in sudo pacman -S --noconfirm --needed \ xorg-server xorg-xinit xorg-xrandr xorg-xev xorg-xprop \ arandr autorandr \ - alsa-firmware alsa-utils alsa-plugins pulseaudio-alsa pulseaudio pavucontrol \ + alsa-firmware alsa-utils alsa-plugins pulseaudio-alsa pipewire-pulse pavucontrol \ ibus ibus-table ibus-table-chinese \ gnome-keyring \ xss-lock \ @@ -52,7 +52,7 @@ case "$PM" in # bluetooth if has_bluetooth; then sudo pacman -S --noconfirm --needed \ - bluez bluez-utils blueman pulseaudio-bluetooth acpilight + bluez bluez-utils blueman acpilight sudo systemctl enable bluetooth sudo systemctl start bluetooth fi