From 92f21ee42535e85ea2c76a3722664a0cc16de19d Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 16 Apr 2018 19:40:33 +0000 Subject: Fix firefox common addons --- etc/firefox-common-addons.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/firefox-common-addons.inc b/etc/firefox-common-addons.inc index b237c3c05..23be11f8a 100644 --- a/etc/firefox-common-addons.inc +++ b/etc/firefox-common-addons.inc @@ -53,3 +53,12 @@ whitelist ${HOME}/.wine-pipelight whitelist ${HOME}/.wine-pipelight64 whitelist ${HOME}/.zotero whitelist ${HOME}/dwhelper + +# GNOME Shell integration (chrome-gnome-shell) needs dbus and python 3 (blacklisted by disable-interpreters.inc) +ignore nodbus +noblacklist ${PATH}/python3* +noblacklist /usr/lib/python3* + +# Flash plugin +# private-etc below works fine on most distributions. There are some problems on CentOS. +#private-etc ca-certificates,ssl,machine-id,dconf,selinux,passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,xdg,gtk-2.0,gtk-3.0,X11,pango,fonts,mime.types,mailcap,asound.conf,pulse,pki,crypto-policies,ld.so.cache,adobe -- cgit v1.2.3-54-g00ecf From 0e8d52fb00def7cf2324e42756ae76dc6c625e85 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 16 Apr 2018 23:48:43 +0000 Subject: reorganize previous commit --- etc/firefox-common-addons.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/firefox-common-addons.inc b/etc/firefox-common-addons.inc index 23be11f8a..333ebdaa2 100644 --- a/etc/firefox-common-addons.inc +++ b/etc/firefox-common-addons.inc @@ -16,7 +16,6 @@ noblacklist ${HOME}/.kde4/share/apps/okular noblacklist ${HOME}/.kde4/share/config/kgetrc noblacklist ${HOME}/.kde4/share/config/okularpartrc noblacklist ${HOME}/.kde4/share/config/okularrc -# noblacklist ${HOME}/.local/share/gnome-shell/extensions noblacklist ${HOME}/.local/share/kget noblacklist ${HOME}/.local/share/okular noblacklist ${HOME}/.local/share/qpdfview @@ -41,7 +40,6 @@ whitelist ${HOME}/.kde4/share/config/okularpartrc whitelist ${HOME}/.kde4/share/config/okularrc whitelist ${HOME}/.keysnail.js whitelist ${HOME}/.lastpass -whitelist ${HOME}/.local/share/gnome-shell/extensions whitelist ${HOME}/.local/share/kget whitelist ${HOME}/.local/share/okular whitelist ${HOME}/.local/share/qpdfview @@ -55,10 +53,12 @@ whitelist ${HOME}/.zotero whitelist ${HOME}/dwhelper # GNOME Shell integration (chrome-gnome-shell) needs dbus and python 3 (blacklisted by disable-interpreters.inc) +noblacklist ${HOME}/.local/share/gnome-shell/extensions +whitelist ${HOME}/.local/share/gnome-shell/extensions ignore nodbus noblacklist ${PATH}/python3* noblacklist /usr/lib/python3* # Flash plugin -# private-etc below works fine on most distributions. There are some problems on CentOS. -#private-etc ca-certificates,ssl,machine-id,dconf,selinux,passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,xdg,gtk-2.0,gtk-3.0,X11,pango,fonts,mime.types,mailcap,asound.conf,pulse,pki,crypto-policies,ld.so.cache,adobe +# private-etc must first be enabled in firefox-common.profile and in profiles including it. +#private-etc adobe -- cgit v1.2.3-54-g00ecf