aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/discord.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-09-14 17:36:01 +0000
committerLibravatar GitHub <noreply@github.com>2022-09-14 17:36:01 +0000
commit3e7b65da2efb853f0654580ece6572cc10dab791 (patch)
tree6e6100b8cca5cf6fc786bed8a5b151ea3b8170b3 /etc/profile-a-l/discord.profile
parentFix Firefox 'Profile not found' for psd (v6.45) (#5348) (diff)
downloadfirejail-3e7b65da2efb853f0654580ece6572cc10dab791.tar.gz
firejail-3e7b65da2efb853f0654580ece6572cc10dab791.tar.zst
firejail-3e7b65da2efb853f0654580ece6572cc10dab791.zip
discord: fix issues with command-line usage (#5368)
* use both capitalized and regular discord commands to private-bin * use both capitalized and regular discord commands to private-bin * add awk and which to private-bin for better xdg-open support * use both capitalized and regular discord commands to private-bin * use both capitalized and regular discord commands to private-bin * refactor CamelCased discord profiles * refactor CamelCased discord profiles * fix private-{bin,opt} sorting * fix private-{bin,opt} sorting * unfuck private-{bin,opt} sorting * unfuck private-{bin,opt} sorting * fix sorting once more for CI * fix sorting once again for CI
Diffstat (limited to 'etc/profile-a-l/discord.profile')
-rw-r--r--etc/profile-a-l/discord.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/profile-a-l/discord.profile b/etc/profile-a-l/discord.profile
index 8ef02a30f..02d1c65cd 100644
--- a/etc/profile-a-l/discord.profile
+++ b/etc/profile-a-l/discord.profile
@@ -10,8 +10,8 @@ noblacklist ${HOME}/.config/discord
10mkdir ${HOME}/.config/discord 10mkdir ${HOME}/.config/discord
11whitelist ${HOME}/.config/discord 11whitelist ${HOME}/.config/discord
12 12
13private-bin discord 13private-bin discord,Discord
14private-opt discord 14private-opt discord,Discord
15 15
16# Redirect 16# Redirect
17include discord-common.profile 17include discord-common.profile