From 7268981f6014ea647619196734c03b729128b07f Mon Sep 17 00:00:00 2001 From: bbhtt <62639087+bbhtt@users.noreply.github.com> Date: Tue, 29 Dec 2020 03:18:42 +0000 Subject: Put a comment about dbus rules and comment them --- etc/profile-m-z/nheko.profile | 10 ++++++---- etc/profile-m-z/spectral.profile | 8 +++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/etc/profile-m-z/nheko.profile b/etc/profile-m-z/nheko.profile index 7a3f59159..42e7e92fc 100644 --- a/etc/profile-m-z/nheko.profile +++ b/etc/profile-m-z/nheko.profile @@ -7,7 +7,7 @@ include nheko.local include globals.local noblacklist ${HOME}/.config/nheko -noblacklist ${HOME}/.cache/nheko/nheko +noblacklist ${HOME}/.cache/nheko include disable-common.inc include disable-devel.inc @@ -48,7 +48,9 @@ private-dev private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg private-tmp -dbus-user filter -dbus-user.talk org.freedesktop.Notifications -dbus-user.talk org.kde.StatusNotifierWatcher +dbus-user none +# Comment the above line and uncomment below lines for notification popups +# dbus-user filter +# dbus-user.talk org.freedesktop.Notifications +# dbus-user.talk org.kde.StatusNotifierWatcher dbus-system none diff --git a/etc/profile-m-z/spectral.profile b/etc/profile-m-z/spectral.profile index 5f8d5de86..093661d8c 100644 --- a/etc/profile-m-z/spectral.profile +++ b/etc/profile-m-z/spectral.profile @@ -49,7 +49,9 @@ private-dev private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg private-tmp -dbus-user filter -dbus-user.talk org.freedesktop.Notifications -dbus-user.talk org.kde.StatusNotifierWatcher +dbus-user none +# Comment the above line and uncomment below lines for notification popups +# dbus-user filter +# dbus-user.talk org.freedesktop.Notifications +# dbus-user.talk org.kde.StatusNotifierWatcher dbus-system none -- cgit v1.2.3-70-g09d2