Skip to content

Commit

Permalink
ktorrent.profile: fix mkfile without mkdir
Browse files Browse the repository at this point in the history
firejail fails to create the following files:

* ~/.kde/share/config/ktorrentrc
* ~/.kde4/share/config/ktorrentrc

Because it does not create the preceding directories beforehand:

* ~/.kde/share/config
* ~/.kde4/share/config

Relates to netblue30#5414.
  • Loading branch information
kmk3 committed Nov 22, 2022
1 parent 65c5480 commit 7f1906d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/profile-a-l/ktorrent.profile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ include disable-programs.inc
include disable-shell.inc

mkdir ${HOME}/.kde/share/apps/ktorrent
mkdir ${HOME}/.kde/share/config
mkdir ${HOME}/.kde4/share/apps/ktorrent
mkdir ${HOME}/.kde4/share/config
mkdir ${HOME}/.local/share/ktorrent
mkdir ${HOME}/.local/share/kxmlgui5/ktorrent
mkfile ${HOME}/.config/ktorrentrc
Expand Down

0 comments on commit 7f1906d

Please sign in to comment.