Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ktorrent.profile: fix mkfile without mkdir & comment legacy paths #5415

Merged
merged 3 commits into from
Nov 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions etc/profile-a-l/ktorrent.profile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ include disable-interpreters.inc
include disable-programs.inc
include disable-shell.inc

mkdir ${HOME}/.kde/share/apps/ktorrent
mkdir ${HOME}/.kde4/share/apps/ktorrent
# Legacy paths
#mkdir ${HOME}/.kde/share/apps/ktorrent
#mkdir ${HOME}/.kde/share/config
#mkdir ${HOME}/.kde4/share/apps/ktorrent
#mkdir ${HOME}/.kde4/share/config
#mkfile ${HOME}/.kde/share/config/ktorrentrc
#mkfile ${HOME}/.kde4/share/config/ktorrentrc

mkdir ${HOME}/.local/share/ktorrent
mkdir ${HOME}/.local/share/kxmlgui5/ktorrent
mkfile ${HOME}/.config/ktorrentrc
mkfile ${HOME}/.kde/share/config/ktorrentrc
mkfile ${HOME}/.kde4/share/config/ktorrentrc
whitelist ${DOWNLOADS}
whitelist ${HOME}/.config/ktorrentrc
whitelist ${HOME}/.kde/share/apps/ktorrent
Expand Down Expand Up @@ -56,7 +60,7 @@ novideo
protocol unix,inet,inet6,netlink
seccomp

private-bin kbuildsycoca4,kdeinit4,ktorrent
private-bin kbuildsycoca4,kdeinit4,ktmagnetdownloader,ktorrent,ktupnptest
private-dev
# private-lib - problems on Arch
private-tmp
Expand Down