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:42:23 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-01 04:57:06 -0300
commit9b87289d220193fe6063bb096fb85c2d9213d6e4 (patch)
tree960f7f60b582cc5787ba7a1d407dbb25fa72b1f2 /etc/profile-a-l/kcalc.profile
parentRELNOTES: add ci and docs items (diff)
downloadfirejail-9b87289d220193fe6063bb096fb85c2d9213d6e4.tar.gz
firejail-9b87289d220193fe6063bb096fb85c2d9213d6e4.tar.zst
firejail-9b87289d220193fe6063bb096fb85c2d9213d6e4.zip
kcalc.profile: fix mkfile without mkdir
firejail may fail to create the following files: * ~/.kde/share/config/kcalcrc * ~/.kde4/share/config/kcalcrc Because it does not create the preceding directories beforehand: * ~/.kde/share/config * ~/.kde4/share/config See also commit 7f1906dba ("ktorrent.profile: fix mkfile without mkdir", 2022-10-11) / PR #5415.
Diffstat (limited to 'etc/profile-a-l/kcalc.profile')
-rw-r--r--etc/profile-a-l/kcalc.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-a-l/kcalc.profile b/etc/profile-a-l/kcalc.profile
index 18f1d4516..40fed2e2d 100644
--- a/etc/profile-a-l/kcalc.profile
+++ b/etc/profile-a-l/kcalc.profile
@@ -16,6 +16,8 @@ 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
20mkdir ${HOME}/.kde4/share/config
19mkdir ${HOME}/.local/share/kxmlgui5/kcalc 21mkdir ${HOME}/.local/share/kxmlgui5/kcalc
20mkfile ${HOME}/.config/kcalcrc 22mkfile ${HOME}/.config/kcalcrc
21mkfile ${HOME}/.kde/share/config/kcalcrc 23mkfile ${HOME}/.kde/share/config/kcalcrc