aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/linuxqq.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/linuxqq.profile')
-rw-r--r--etc/profile-a-l/linuxqq.profile10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/profile-a-l/linuxqq.profile b/etc/profile-a-l/linuxqq.profile
index e900c0914..278797fb3 100644
--- a/etc/profile-a-l/linuxqq.profile
+++ b/etc/profile-a-l/linuxqq.profile
@@ -7,15 +7,20 @@ include linuxqq.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/QQ 9noblacklist ${HOME}/.config/QQ
10noblacklist ${HOME}/.mozilla
11 10
11# sh is needed to allow Firefox to open links
12include allow-bin-sh.inc 12include allow-bin-sh.inc
13 13
14include disable-shell.inc 14include disable-shell.inc
15 15
16# The lines below are needed to find the default Firefox profile name, to allow
17# opening links in an existing instance of Firefox (note that it still fails if
18# there isn't a Firefox instance running with the default profile; see #5352)
19noblacklist ${HOME}/.mozilla
20whitelist ${HOME}/.mozilla/firefox/profiles.ini
21
16mkdir ${HOME}/.config/QQ 22mkdir ${HOME}/.config/QQ
17whitelist ${HOME}/.config/QQ 23whitelist ${HOME}/.config/QQ
18whitelist ${HOME}/.mozilla/firefox/profiles.ini
19whitelist ${DESKTOP} 24whitelist ${DESKTOP}
20whitelist /opt/QQ 25whitelist /opt/QQ
21 26
@@ -34,6 +39,7 @@ dbus-user.talk org.freedesktop.portal.IBus
34dbus-user.talk org.freedesktop.ScreenSaver 39dbus-user.talk org.freedesktop.ScreenSaver
35dbus-user.talk org.gnome.Mutter.IdleMonitor 40dbus-user.talk org.gnome.Mutter.IdleMonitor
36?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher 41?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher
42# Allow D-Bus communication with Firefox for opening links
37dbus-user.talk org.mozilla.* 43dbus-user.talk org.mozilla.*
38ignore dbus-user none 44ignore dbus-user none
39 45