Skip to content

Commit

Permalink
kcalc.profile: stop creating legacy KDE paths
Browse files Browse the repository at this point in the history
Leave them commented.

With this commit, there are no more profiles creating paths in ~/.kde
nor in ~/.kde4:

    $ git grep -e '^mkdir .*\.kde' -e '^mkfile .*\.kde' -- etc
    $

See also commit 3ef0302 ("ktorrent.profile: stop creating legacy KDE
paths", 2022-10-11) / PR netblue30#5415.
  • Loading branch information
kmk3 committed Dec 1, 2022
1 parent 9b87289 commit f6360fc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions etc/profile-a-l/kcalc.profile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ include disable-programs.inc
include disable-shell.inc
include disable-xdg.inc

mkdir ${HOME}/.kde/share/config
mkdir ${HOME}/.kde4/share/config
# Legacy paths
#mkdir ${HOME}/.kde/share/config
#mkdir ${HOME}/.kde4/share/config
#mkfile ${HOME}/.kde/share/config/kcalcrc
#mkfile ${HOME}/.kde4/share/config/kcalcrc

mkdir ${HOME}/.local/share/kxmlgui5/kcalc
mkfile ${HOME}/.config/kcalcrc
mkfile ${HOME}/.kde/share/config/kcalcrc
mkfile ${HOME}/.kde4/share/config/kcalcrc
whitelist ${HOME}/.config/kcalcrc
whitelist ${HOME}/.kde/share/config/kcalcrc
whitelist ${HOME}/.kde4/share/config/kcalcrc
Expand Down

0 comments on commit f6360fc

Please sign in to comment.