From f718d60f69702c9082fb4a88fea58f1057d71aea Mon Sep 17 00:00:00 2001 From: smitsohu Date: Sun, 16 Jun 2019 13:05:07 +0200 Subject: chromium-common profile: add nodbus conditional --- etc/chromium-common.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/chromium-common.profile') diff --git a/etc/chromium-common.profile b/etc/chromium-common.profile index b227ba9ef..ba6f9d88c 100644 --- a/etc/chromium-common.profile +++ b/etc/chromium-common.profile @@ -29,7 +29,7 @@ include whitelist-var-common.inc apparmor caps.keep sys_admin,sys_chroot netfilter -# nodbus - prevents access to passwords saved in GNOME Keyring, also breaks Gnome connector +# nodbus - prevents access to passwords saved in GNOME Keyring and KWallet, also breaks Gnome connector nodvd nogroups notv @@ -41,4 +41,4 @@ private-dev # private-tmp - problems with multiple browser sessions # the file dialog needs to work without d-bus -env NO_CHROME_KDE_FILE_DIALOG=1 +?HAS_NODBUS: env NO_CHROME_KDE_FILE_DIALOG=1 -- cgit v1.2.3-54-g00ecf