Update linphone profile (#3734)

linphone 4.0 changed the location of config and database files
to respect freedesktop standards.
This commit is contained in:
Dara Adib 2020-11-08 00:40:13 -05:00 committed by GitHub
parent f3c3ed0dcc
commit ca3c2fa528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View file

@ -291,6 +291,7 @@ blacklist ${HOME}/.config/kwriterc
blacklist ${HOME}/.config/leafpad
blacklist ${HOME}/.config/libreoffice
blacklist ${HOME}/.config/liferea
blacklist ${HOME}/.config/linphone
blacklist ${HOME}/.config/lugaru
blacklist ${HOME}/.config/lximage-qt
blacklist ${HOME}/.config/mailtransports
@ -654,6 +655,7 @@ blacklist ${HOME}/.local/share/kube
blacklist ${HOME}/.local/share/kwrite
blacklist ${HOME}/.local/share/kxmlgui5/*
blacklist ${HOME}/.local/share/liferea
blacklist ${HOME}/.local/share/linphone
blacklist ${HOME}/.local/share/local-mail
blacklist ${HOME}/.local/share/lollypop
blacklist ${HOME}/.local/share/love

View file

@ -6,8 +6,10 @@ include linphone.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/linphone
noblacklist ${HOME}/.linphone-history.db
noblacklist ${HOME}/.linphonerc
noblacklist ${HOME}/.local/share/linphone
include disable-common.inc
include disable-devel.inc
@ -16,10 +18,15 @@ include disable-interpreters.inc
include disable-passwdmgr.inc
include disable-programs.inc
mkfile ${HOME}/.linphone-history.db
mkfile ${HOME}/.linphonerc
# linphone 4.0 (released 2017-06-26) moved config and database files to respect
# freedesktop standards. For backward compatibility we continue to whitelist
# ${HOME}/.linphone-history.db and ${HOME}/.linphonerc but no longer mkfile.
mkdir ${HOME}/.config/linphone
mkdir ${HOME}/.local/share/linphone
whitelist ${HOME}/.config/linphone
whitelist ${HOME}/.linphone-history.db
whitelist ${HOME}/.linphonerc
whitelist ${HOME}/.local/share/linphone
whitelist ${DOWNLOADS}
include whitelist-common.inc