aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/kcalc.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-01 04:45:21 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-01 04:58:46 -0300
commitf6360fc046a3f7a4a4d185038573dc760dccb6fe (patch)
tree03200ec701600a6fcf7bd5a5abb6c012d0d51912 /etc/profile-a-l/kcalc.profile
parentkcalc.profile: fix mkfile without mkdir (diff)
downloadfirejail-f6360fc046a3f7a4a4d185038573dc760dccb6fe.tar.gz
firejail-f6360fc046a3f7a4a4d185038573dc760dccb6fe.tar.zst
firejail-f6360fc046a3f7a4a4d185038573dc760dccb6fe.zip
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.
Diffstat (limited to 'etc/profile-a-l/kcalc.profile')
-rw-r--r--etc/profile-a-l/kcalc.profile10
1 files changed, 6 insertions, 4 deletions
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
16include disable-shell.inc 16include disable-shell.inc
17include disable-xdg.inc 17include disable-xdg.inc
18 18
19mkdir ${HOME}/.kde/share/config 19# Legacy paths
20mkdir ${HOME}/.kde4/share/config 20#mkdir ${HOME}/.kde/share/config
21#mkdir ${HOME}/.kde4/share/config
22#mkfile ${HOME}/.kde/share/config/kcalcrc
23#mkfile ${HOME}/.kde4/share/config/kcalcrc
24
21mkdir ${HOME}/.local/share/kxmlgui5/kcalc 25mkdir ${HOME}/.local/share/kxmlgui5/kcalc
22mkfile ${HOME}/.config/kcalcrc 26mkfile ${HOME}/.config/kcalcrc
23mkfile ${HOME}/.kde/share/config/kcalcrc
24mkfile ${HOME}/.kde4/share/config/kcalcrc
25whitelist ${HOME}/.config/kcalcrc 27whitelist ${HOME}/.config/kcalcrc
26whitelist ${HOME}/.kde/share/config/kcalcrc 28whitelist ${HOME}/.kde/share/config/kcalcrc
27whitelist ${HOME}/.kde4/share/config/kcalcrc 29whitelist ${HOME}/.kde4/share/config/kcalcrc