aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/filezilla.profile1
-rw-r--r--etc/profile-a-l/gnome-todo.profile4
-rw-r--r--etc/profile-a-l/linphone.profile11
3 files changed, 12 insertions, 4 deletions
diff --git a/etc/profile-a-l/filezilla.profile b/etc/profile-a-l/filezilla.profile
index 6c7ab8f0d..43e877fd0 100644
--- a/etc/profile-a-l/filezilla.profile
+++ b/etc/profile-a-l/filezilla.profile
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/filezilla 9noblacklist ${HOME}/.config/filezilla
10noblacklist ${HOME}/.filezilla 10noblacklist ${HOME}/.filezilla
11noblacklist ${HOME}/.ssh
11 12
12# Allow python (blacklisted by disable-interpreters.inc) 13# Allow python (blacklisted by disable-interpreters.inc)
13include allow-python2.inc 14include allow-python2.inc
diff --git a/etc/profile-a-l/gnome-todo.profile b/etc/profile-a-l/gnome-todo.profile
index 2fab3dcc7..5bef96ae7 100644
--- a/etc/profile-a-l/gnome-todo.profile
+++ b/etc/profile-a-l/gnome-todo.profile
@@ -53,8 +53,8 @@ dbus-user filter
53dbus-user.own org.gnome.Todo 53dbus-user.own org.gnome.Todo
54dbus-user.talk ca.desrt.dconf 54dbus-user.talk ca.desrt.dconf
55#dbus-user.talk org.gnome.evolution.dataserver.AddressBook9 55#dbus-user.talk org.gnome.evolution.dataserver.AddressBook9
56#dbus-user.talk org.gnome.evolution.dataserver.Calendar8 56dbus-user.talk org.gnome.evolution.dataserver.Calendar8
57#dbus-user.talk org.gnome.evolution.dataserver.Sources5 57dbus-user.talk org.gnome.evolution.dataserver.Sources5
58#dbus-user.talk org.gnome.evolution.dataserver.Subprocess.Backend.* 58#dbus-user.talk org.gnome.evolution.dataserver.Subprocess.Backend.*
59#dbus-user.talk org.gnome.OnlineAccounts 59#dbus-user.talk org.gnome.OnlineAccounts
60dbus-system none 60dbus-system none
diff --git a/etc/profile-a-l/linphone.profile b/etc/profile-a-l/linphone.profile
index dc156b298..c509122e2 100644
--- a/etc/profile-a-l/linphone.profile
+++ b/etc/profile-a-l/linphone.profile
@@ -6,8 +6,10 @@ include linphone.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/linphone
9noblacklist ${HOME}/.linphone-history.db 10noblacklist ${HOME}/.linphone-history.db
10noblacklist ${HOME}/.linphonerc 11noblacklist ${HOME}/.linphonerc
12noblacklist ${HOME}/.local/share/linphone
11 13
12include disable-common.inc 14include disable-common.inc
13include disable-devel.inc 15include disable-devel.inc
@@ -16,10 +18,15 @@ include disable-interpreters.inc
16include disable-passwdmgr.inc 18include disable-passwdmgr.inc
17include disable-programs.inc 19include disable-programs.inc
18 20
19mkfile ${HOME}/.linphone-history.db 21# linphone 4.0 (released 2017-06-26) moved config and database files to respect
20mkfile ${HOME}/.linphonerc 22# freedesktop standards. For backward compatibility we continue to whitelist
23# ${HOME}/.linphone-history.db and ${HOME}/.linphonerc but no longer mkfile.
24mkdir ${HOME}/.config/linphone
25mkdir ${HOME}/.local/share/linphone
26whitelist ${HOME}/.config/linphone
21whitelist ${HOME}/.linphone-history.db 27whitelist ${HOME}/.linphone-history.db
22whitelist ${HOME}/.linphonerc 28whitelist ${HOME}/.linphonerc
29whitelist ${HOME}/.local/share/linphone
23whitelist ${DOWNLOADS} 30whitelist ${DOWNLOADS}
24include whitelist-common.inc 31include whitelist-common.inc
25 32