From 4f7cc368f85c84f06af016371b5f73bc5eae3b02 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 16 Sep 2024 13:22:57 +0000 Subject: [PATCH] profiles: nextcloud: fix access to ~/Nextcloud (#6478) Related commits: * 7c481eb43 ("Add QOwnNotes profile", 2018-10-20) * 49a381c70 ("Add nextcloud-desktop", 2021-02-20) / PR #3997 Fixes #5877. Reported-by: @Sadoon-AlBader --- etc/profile-m-z/QOwnNotes.profile | 1 + etc/profile-m-z/nextcloud.profile | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/profile-m-z/QOwnNotes.profile b/etc/profile-m-z/QOwnNotes.profile index 6e8d39912..023071f68 100644 --- a/etc/profile-m-z/QOwnNotes.profile +++ b/etc/profile-m-z/QOwnNotes.profile @@ -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 diff --git a/etc/profile-m-z/nextcloud.profile b/etc/profile-m-z/nextcloud.profile index 091d47728..b6453f6a9 100644 --- a/etc/profile-m-z/nextcloud.profile +++ b/etc/profile-m-z/nextcloud.profile @@ -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}