aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-08 10:00:01 +0000
committerLibravatar GitHub <noreply@github.com>2022-12-08 10:00:01 +0000
commit48c3045d3f1a02538787e624f8811d0d659a982f (patch)
tree9028d159b6a1eb43956e165b9ae362fc0615b2af /etc
parentbuild(deps): bump github/codeql-action from 2.1.31 to 2.1.35 (diff)
parentkcalc.profile: stop creating legacy KDE paths (diff)
downloadfirejail-48c3045d3f1a02538787e624f8811d0d659a982f.tar.gz
firejail-48c3045d3f1a02538787e624f8811d0d659a982f.tar.zst
firejail-48c3045d3f1a02538787e624f8811d0d659a982f.zip
Merge pull request #5496 from kmk3/kcalc-fix-mkfile
kcalc.profile: fix mkfile without mkdir & comment legacy paths
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/kcalc.profile8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/profile-a-l/kcalc.profile b/etc/profile-a-l/kcalc.profile
index 18f1d4516..6e1de1abd 100644
--- a/etc/profile-a-l/kcalc.profile
+++ b/etc/profile-a-l/kcalc.profile
@@ -16,10 +16,14 @@ include disable-programs.inc
16include disable-shell.inc 16include disable-shell.inc
17include disable-xdg.inc 17include disable-xdg.inc
18 18
19# Legacy paths
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
19mkdir ${HOME}/.local/share/kxmlgui5/kcalc 25mkdir ${HOME}/.local/share/kxmlgui5/kcalc
20mkfile ${HOME}/.config/kcalcrc 26mkfile ${HOME}/.config/kcalcrc
21mkfile ${HOME}/.kde/share/config/kcalcrc
22mkfile ${HOME}/.kde4/share/config/kcalcrc
23whitelist ${HOME}/.config/kcalcrc 27whitelist ${HOME}/.config/kcalcrc
24whitelist ${HOME}/.kde/share/config/kcalcrc 28whitelist ${HOME}/.kde/share/config/kcalcrc
25whitelist ${HOME}/.kde4/share/config/kcalcrc 29whitelist ${HOME}/.kde4/share/config/kcalcrc