From 968679691c3d2920f65f6d748389a42f0de3471c Mon Sep 17 00:00:00 2001 From: ಚಿರಾಗ್ ನಟರಾಜ್ Date: Wed, 11 Jul 2018 11:28:05 -0400 Subject: Add warning that nodbus + blacklist of python3 breaks Gnome connector (see #2026) --- etc/chromium-common.profile | 1 + etc/disable-interpreters.inc | 2 ++ etc/firefox-common.profile | 1 + 3 files changed, 4 insertions(+) diff --git a/etc/chromium-common.profile b/etc/chromium-common.profile index c8132cd0f..fc3df86db 100644 --- a/etc/chromium-common.profile +++ b/etc/chromium-common.profile @@ -22,6 +22,7 @@ include /etc/firejail/whitelist-var-common.inc apparmor caps.keep sys_chroot,sys_admin netfilter +# Breaks Gnome connector - disable if you use that nodbus nodvd nogroups diff --git a/etc/disable-interpreters.inc b/etc/disable-interpreters.inc index 18120e95d..0e0caade1 100644 --- a/etc/disable-interpreters.inc +++ b/etc/disable-interpreters.inc @@ -39,6 +39,8 @@ blacklist /usr/lib/python2* blacklist /usr/local/lib/python2* blacklist /usr/share/python2* +# You will want to add noblacklist for python3 stuff in the firefox and/or chromium profiles if you use the Gnome connector (see Issue #2026) + # Python 3 blacklist ${PATH}/python3* blacklist /usr/include/python3* diff --git a/etc/firefox-common.profile b/etc/firefox-common.profile index 818f24e7e..8b2022853 100644 --- a/etc/firefox-common.profile +++ b/etc/firefox-common.profile @@ -27,6 +27,7 @@ caps.drop all # machine-id breaks pulse audio; it should work fine in setups where sound is not required #machine-id netfilter +# Breaks Gnome connector - disable if you use that nodbus nodvd nogroups -- cgit v1.2.3-54-g00ecf