Skip to content

Commit

Permalink
Fixup: Fix Firefox 'Profile not found' - whitelist /run/user/xxx/firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-snake committed Jul 28, 2021
1 parent 060e34d commit 982013d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ blacklist ${HOME}/hyperrogue.ini
blacklist ${HOME}/i2p
blacklist ${HOME}/mps
blacklist ${HOME}/wallet.dat
blacklist ${RUNUSER}/*firefox*
blacklist /tmp/.wine-*
blacklist /tmp/akonadi-*
blacklist /var/games/nethack
Expand Down Expand Up @@ -1103,5 +1104,4 @@ blacklist ${HOME}/.cache/yandex-browser
blacklist ${HOME}/.cache/yandex-browser-beta
blacklist ${HOME}/.cache/youtube-dl
blacklist ${HOME}/.cache/youtube-viewer
blacklist ${RUNUSER}/*firefox*
blacklist ${HOME}/.cache/zim
2 changes: 1 addition & 1 deletion etc/profile-a-l/firefox.profile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini
whitelist /usr/share/gtk-doc/html
whitelist /usr/share/mozilla
whitelist /usr/share/webext
whitelist ${RUNUSER}/*firefox*
whitelist ${RUNUSER}/*firefox*
include whitelist-usr-share-common.inc

# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin.
Expand Down

0 comments on commit 982013d

Please sign in to comment.