From 2f7f51dc8101ff5fdd305f8a8d2771a5d7a94713 Mon Sep 17 00:00:00 2001 From: crocket <748856+crocket@users.noreply.github.com> Date: Tue, 15 Feb 2022 23:24:27 +0900 Subject: dino.profile: Allow functionalities that require dbus. --- etc/profile-a-l/dino.profile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/etc/profile-a-l/dino.profile b/etc/profile-a-l/dino.profile index 3c5a64215..77fc98223 100644 --- a/etc/profile-a-l/dino.profile +++ b/etc/profile-a-l/dino.profile @@ -44,4 +44,13 @@ private-dev # private-etc alternatives,ca-certificates,crypto-policies,fonts,pki,ssl -- breaks server connection private-tmp -dbus-system none +dbus-user filter +# Integration with notification and other desktop environment functionalities +dbus-user.own im.dino.Dino +# dconf integration +dbus-user.talk ca.desrt.dconf +# Notification support +dbus-user.talk org.freedesktop.Notifications +dbus-system filter +# Integration with systemd-logind or elogind +dbus-system.talk org.freedesktop.login1 -- cgit v1.2.3-54-g00ecf