Skip to content

Commit

Permalink
profiles: nextcloud: fix access to ~/Nextcloud
Browse files Browse the repository at this point in the history
Related commits:

* 7c481eb ("Add QOwnNotes profile", 2018-10-20)
* 49a381c ("Add nextcloud-desktop", 2021-02-20) / PR #3997

Fixes #5877.

Reported-by: @Sadoon-AlBader
  • Loading branch information
kmk3 committed Sep 14, 2024
1 parent f9ddf2f commit f73f4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/profile-m-z/QOwnNotes.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ include globals.local
noblacklist ${DOCUMENTS}
noblacklist ${HOME}/.config/PBE
noblacklist ${HOME}/.local/share/PBE
noblacklist ${HOME}/Nextcloud
noblacklist ${HOME}/Nextcloud/Notes

include disable-common.inc
Expand Down
1 change: 1 addition & 0 deletions etc/profile-m-z/nextcloud.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ include globals.local
noblacklist ${HOME}/.config/Nextcloud
noblacklist ${HOME}/.local/share/Nextcloud
noblacklist ${HOME}/Nextcloud
noblacklist ${HOME}/Nextcloud/Notes
# Add the next lines to your nextcloud.local to allow sync in more directories.
#noblacklist ${DOCUMENTS}
#noblacklist ${MUSIC}
Expand Down

0 comments on commit f73f4ac

Please sign in to comment.