Skip to content

Instantly share code, notes, and snippets.

@gazorby
Last active November 19, 2023 20:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gazorby/0ad698ff99db0c6ef658d2e2521bdc9a to your computer and use it in GitHub Desktop.
Save gazorby/0ad698ff99db0c6ef658d2e2521bdc9a to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# https://aur.archlinux.org/packages/pulseaudio-bluetooth-a2dp-gdm-fix
sudo groupadd pulse-users
sudo chown -R root:pulse-users /usr/bin/pulseaudio
sudo usermod -a -G pulse-users $USER
sudo chmod 650 /usr/bin/pulseaudio
echo "reboot to apply"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment