Improve hints for allowing browser access to Gnome extensions connector

Fixes #4177.
This commit is contained in:
Jose Riha 2021-04-10 20:22:44 +02:00
parent 9320350669
commit 5a7e6c4ecb
2 changed files with 7 additions and 2 deletions

View file

@ -12,6 +12,10 @@ include chromium-common.local
noblacklist ${HOME}/.pki
noblacklist ${HOME}/.local/share/pki
# Add the next line to your chromium-common.local if you want Google Chrome/Chromium browser
# to have access to Gnome extensions (extensions.gnome.org) via browser connector
#include allow-python3.inc
include disable-common.inc
include disable-devel.inc
include disable-exec.inc

View file

@ -73,8 +73,9 @@ whitelist /usr/share/vulkan
# GNOME Shell integration (chrome-gnome-shell) needs dbus and python
noblacklist ${HOME}/.local/share/gnome-shell
whitelist ${HOME}/.local/share/gnome-shell
ignore dbus-user none
ignore dbus-system none
dbus-user.talk ca.desrt.dconf
dbus-user.talk org.gnome.ChromeGnomeShell
dbus-user.talk org.gnome.Shell
# Allow python (blacklisted by disable-interpreters.inc)
include allow-python3.inc