Skip to content

Commit

Permalink
add gnome-shell search-provider file to firefox.profile (#3768)
Browse files Browse the repository at this point in the history
* allow access to gnome-shell search-provider in firefox.profile

Firefox has gnome-shell search-provider support since version 78:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1239694
- https://mastransky.wordpress.com/2020/09/25/firefox-gnome-shell-search-provider/

* add dbus filter for gnome-shell search-provider
  • Loading branch information
glitsj16 authored Nov 24, 2020
1 parent 096b27c commit eb3f80c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/profile-a-l/firefox.profile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ whitelist ${HOME}/.mozilla

whitelist /usr/share/doc
whitelist /usr/share/firefox
whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini
whitelist /usr/share/gtk-doc/html
whitelist /usr/share/mozilla
whitelist /usr/share/webext
Expand All @@ -29,6 +30,7 @@ include whitelist-usr-share-common.inc
#private-etc firefox

dbus-user filter
dbus-user.own org.mozilla.Firefox.*
dbus-user.own org.mozilla.firefox.*
dbus-user.own org.mpris.MediaPlayer2.firefox.*
# Uncomment or put in your firefox.local to enable native notifications.
Expand Down

0 comments on commit eb3f80c

Please sign in to comment.