From 8d8102f249f5294d08c4dea12c3f7a7225b234e5 Mon Sep 17 00:00:00 2001 From: Nikos Chantziaras Date: Sun, 10 Jan 2021 10:06:49 +0200 Subject: discord-common.profile: Fix audio support (#3880) Discord needs PulseAudio. Without it, it's unable to play any audio. --- etc/profile-a-l/discord-common.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile-a-l/discord-common.profile b/etc/profile-a-l/discord-common.profile index e6edbd7eb..b583f1a1d 100644 --- a/etc/profile-a-l/discord-common.profile +++ b/etc/profile-a-l/discord-common.profile @@ -23,7 +23,7 @@ whitelist ${HOME}/.config/BetterDiscord whitelist ${HOME}/.local/share/betterdiscordctl private-bin bash,cut,echo,egrep,fish,grep,head,sed,sh,tclsh,tr,xdg-mime,xdg-open,zsh -private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,login.defs,machine-id,password,pki,resolv.conf,ssl +private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,localtime,login.defs,machine-id,password,pki,pulse,resolv.conf,ssl # Redirect include electron.profile -- cgit v1.2.3-54-g00ecf