aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/yelp.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/yelp.profile')
-rw-r--r--etc/profile-m-z/yelp.profile11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/profile-m-z/yelp.profile b/etc/profile-m-z/yelp.profile
index f957954dd..dbde8e0be 100644
--- a/etc/profile-m-z/yelp.profile
+++ b/etc/profile-m-z/yelp.profile
@@ -8,6 +8,9 @@ include globals.local
8 8
9noblacklist ${HOME}/.config/yelp 9noblacklist ${HOME}/.config/yelp
10 10
11# sh is needed to allow Firefox to open links
12include allow-bin-sh.inc
13
11include disable-common.inc 14include disable-common.inc
12include disable-devel.inc 15include disable-devel.inc
13include disable-exec.inc 16include disable-exec.inc
@@ -16,6 +19,12 @@ include disable-programs.inc
16include disable-shell.inc 19include disable-shell.inc
17include disable-xdg.inc 20include disable-xdg.inc
18 21
22# The lines below are needed to find the default Firefox profile name, to allow
23# opening links in an existing instance of Firefox (note that it still fails if
24# there isn't a Firefox instance running with the default profile; see #5352)
25noblacklist ${HOME}/.mozilla
26whitelist ${HOME}/.mozilla/firefox/profiles.ini
27
19mkdir ${HOME}/.config/yelp 28mkdir ${HOME}/.config/yelp
20whitelist ${HOME}/.config/yelp 29whitelist ${HOME}/.config/yelp
21whitelist /usr/libexec/webkit2gtk-4.0 30whitelist /usr/libexec/webkit2gtk-4.0
@@ -59,6 +68,8 @@ private-tmp
59dbus-user filter 68dbus-user filter
60dbus-user.own org.gnome.Yelp 69dbus-user.own org.gnome.Yelp
61dbus-user.talk ca.desrt.dconf 70dbus-user.talk ca.desrt.dconf
71# Allow D-Bus communication with Firefox for opening links
72dbus-user.talk org.mozilla.*
62dbus-system none 73dbus-system none
63 74
64# read-only ${HOME} breaks some features: 75# read-only ${HOME} breaks some features: