From f6360fc046a3f7a4a4d185038573dc760dccb6fe Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 1 Dec 2022 04:45:21 -0300 Subject: kcalc.profile: stop creating legacy KDE paths Leave them commented. With this commit, there are no more profiles creating paths in ~/.kde nor in ~/.kde4: $ git grep -e '^mkdir .*\.kde' -e '^mkfile .*\.kde' -- etc $ See also commit 3ef030257 ("ktorrent.profile: stop creating legacy KDE paths", 2022-10-11) / PR #5415. --- etc/profile-a-l/kcalc.profile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/profile-a-l/kcalc.profile b/etc/profile-a-l/kcalc.profile index 40fed2e2d..6e1de1abd 100644 --- a/etc/profile-a-l/kcalc.profile +++ b/etc/profile-a-l/kcalc.profile @@ -16,12 +16,14 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc -mkdir ${HOME}/.kde/share/config -mkdir ${HOME}/.kde4/share/config +# Legacy paths +#mkdir ${HOME}/.kde/share/config +#mkdir ${HOME}/.kde4/share/config +#mkfile ${HOME}/.kde/share/config/kcalcrc +#mkfile ${HOME}/.kde4/share/config/kcalcrc + mkdir ${HOME}/.local/share/kxmlgui5/kcalc mkfile ${HOME}/.config/kcalcrc -mkfile ${HOME}/.kde/share/config/kcalcrc -mkfile ${HOME}/.kde4/share/config/kcalcrc whitelist ${HOME}/.config/kcalcrc whitelist ${HOME}/.kde/share/config/kcalcrc whitelist ${HOME}/.kde4/share/config/kcalcrc -- cgit v1.2.3-70-g09d2