aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-10-11 17:18:43 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-22 03:28:36 -0300
commit3ef030257556f78cc55bc226999a7162e597948c (patch)
tree2a62ef70e430aa7e33d97cd797629b5278821734
parentktorrent.profile: fix mkfile without mkdir (diff)
downloadfirejail-3ef030257556f78cc55bc226999a7162e597948c.tar.gz
firejail-3ef030257556f78cc55bc226999a7162e597948c.tar.zst
firejail-3ef030257556f78cc55bc226999a7162e597948c.zip
ktorrent.profile: stop creating legacy KDE paths
Leave them commented.
-rw-r--r--etc/profile-a-l/ktorrent.profile14
1 files changed, 8 insertions, 6 deletions
diff --git a/etc/profile-a-l/ktorrent.profile b/etc/profile-a-l/ktorrent.profile
index f34d1ccec..702bf7295 100644
--- a/etc/profile-a-l/ktorrent.profile
+++ b/etc/profile-a-l/ktorrent.profile
@@ -21,15 +21,17 @@ include disable-interpreters.inc
21include disable-programs.inc 21include disable-programs.inc
22include disable-shell.inc 22include disable-shell.inc
23 23
24mkdir ${HOME}/.kde/share/apps/ktorrent 24# Legacy paths
25mkdir ${HOME}/.kde/share/config 25#mkdir ${HOME}/.kde/share/apps/ktorrent
26mkdir ${HOME}/.kde4/share/apps/ktorrent 26#mkdir ${HOME}/.kde/share/config
27mkdir ${HOME}/.kde4/share/config 27#mkdir ${HOME}/.kde4/share/apps/ktorrent
28#mkdir ${HOME}/.kde4/share/config
29#mkfile ${HOME}/.kde/share/config/ktorrentrc
30#mkfile ${HOME}/.kde4/share/config/ktorrentrc
31
28mkdir ${HOME}/.local/share/ktorrent 32mkdir ${HOME}/.local/share/ktorrent
29mkdir ${HOME}/.local/share/kxmlgui5/ktorrent 33mkdir ${HOME}/.local/share/kxmlgui5/ktorrent
30mkfile ${HOME}/.config/ktorrentrc 34mkfile ${HOME}/.config/ktorrentrc
31mkfile ${HOME}/.kde/share/config/ktorrentrc
32mkfile ${HOME}/.kde4/share/config/ktorrentrc
33whitelist ${DOWNLOADS} 35whitelist ${DOWNLOADS}
34whitelist ${HOME}/.config/ktorrentrc 36whitelist ${HOME}/.config/ktorrentrc
35whitelist ${HOME}/.kde/share/apps/ktorrent 37whitelist ${HOME}/.kde/share/apps/ktorrent