Skip to content

Commit

Permalink
Fix nheko (#4117)
Browse files Browse the repository at this point in the history
closes #4115
  • Loading branch information
rusty-snake committed Mar 19, 2021
1 parent f38c680 commit 80e1135
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ blacklist ${HOME}/.local/share/nemo-python
blacklist ${HOME}/.local/share/news-flash
blacklist ${HOME}/.local/share/newsbeuter
blacklist ${HOME}/.local/share/newsboat
blacklist ${HOME}/.local/share/nheko
blacklist ${HOME}/.local/share/nomacs
blacklist ${HOME}/.local/share/notes
blacklist ${HOME}/.local/share/ocenaudio
Expand Down
9 changes: 6 additions & 3 deletions etc/profile-m-z/nheko.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ include nheko.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.config/nheko
noblacklist ${HOME}/.cache/nheko
noblacklist ${HOME}/.config/nheko
noblacklist ${HOME}/.local/share/nheko

include disable-common.inc
include disable-devel.inc
Expand All @@ -18,10 +19,12 @@ include disable-programs.inc
include disable-shell.inc
include disable-xdg.inc

mkdir ${HOME}/.cache/nheko
mkdir ${HOME}/.config/nheko
mkdir ${HOME}/.cache/nheko/nheko
whitelist ${HOME}/.config/nheko
mkdir ${HOME}/.local/share/nheko
whitelist ${HOME}/.cache/nheko
whitelist ${HOME}/.config/nheko
whitelist ${HOME}/.local/share/nheko
whitelist ${DOWNLOADS}
include whitelist-common.inc
include whitelist-runuser-common.inc
Expand Down

0 comments on commit 80e1135

Please sign in to comment.