From 3d56c134b927b5023900da8d93af5609888022ff Mon Sep 17 00:00:00 2001 From: veloute <21003408+veloute@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:56:19 +0000 Subject: discord.profile: allow /usr/share/discord (#6072) discord_arch_electron[1] stores its files in /usr/share/discord, rather than the usual /opt/discord. [1] https://aur.archlinux.org/packages/discord_arch_electron --- etc/profile-a-l/discord.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/profile-a-l/discord.profile b/etc/profile-a-l/discord.profile index a4fcae5b8..6e7d8f91d 100644 --- a/etc/profile-a-l/discord.profile +++ b/etc/profile-a-l/discord.profile @@ -11,6 +11,7 @@ mkdir ${HOME}/.config/discord whitelist ${HOME}/.config/discord whitelist /opt/Discord whitelist /opt/discord +whitelist /usr/share/discord private-bin discord,Discord -- cgit v1.2.3-54-g00ecf