From 7bc20ebb7d3e475ce0233a3b7cf5f77d842afe4b Mon Sep 17 00:00:00 2001 From: Kishore Gopalakrishnan Date: Tue, 4 May 2021 19:08:07 +0530 Subject: Move the 1793 workaround stuff to a separate file. --- etc/profile-m-z/neochat.profile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'etc/profile-m-z/neochat.profile') diff --git a/etc/profile-m-z/neochat.profile b/etc/profile-m-z/neochat.profile index 9fb5ead14..b2dde9baf 100644 --- a/etc/profile-m-z/neochat.profile +++ b/etc/profile-m-z/neochat.profile @@ -7,6 +7,7 @@ include neochat.local include globals.local noblacklist ${HOME}/.cache/KDE/neochat +noblacklist ${HOME}/.config/KDE noblacklist ${HOME}/.config/KDE/neochat noblacklist ${HOME}/.config/neochatrc noblacklist ${HOME}/.config/neochat.notifyrc @@ -22,16 +23,11 @@ include disable-shell.inc include disable-xdg.inc mkdir ${HOME}/.cache/KDE/neochat -mkdir ${HOME}/.config/KDE/neochat.conf mkdir ${HOME}/.local/share/KDE/neochat -mkfile ${HOME}/.config/neochatrc -mkfile ${HOME}/.config/neochat.notifyrc whitelist ${HOME}/.cache/KDE/neochat -whitelist ${HOME}/.config/KDE/neochat.conf -whitelist ${HOME}/.config/neochatrc whitelist ${HOME}/.local/share/KDE/neochat -whitelist ${HOME}/.config/neochat.notifyrc whitelist ${DOWNLOADS} +include whitelist-1793-workaround.inc include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-54-g00ecf