[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73296] [PATCH] home: services: dbus: Add utilities to profile.
From: |
Antero Mejr |
Subject: |
[bug#73296] [PATCH] home: services: dbus: Add utilities to profile. |
Date: |
Mon, 16 Sep 2024 14:23:43 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
* gnu/home/services/sound.scm (home-dbus-service-type)[extensions]:
Extend home-profile-service-type to add dbus-launch and other such
utilities to the home profile.
Change-Id: I9a3dc00d52b66c327f4eae523bddf758bddddb9e
---
gnu/home/services/desktop.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm
index 679ba31c0f..6d8ac275ca 100644
--- a/gnu/home/services/desktop.scm
+++ b/gnu/home/services/desktop.scm
@@ -327,7 +327,10 @@ (define home-dbus-service-type
(list (service-extension home-shepherd-service-type
home-dbus-shepherd-services)
(service-extension home-environment-variables-service-type
- home-dbus-environment-variables)))
+ home-dbus-environment-variables)
+ (service-extension home-profile-service-type
+ (lambda (config)
+ (list (home-dbus-dbus config))))))
(default-value (home-dbus-configuration))
(description
"Run the session-specific D-Bus inter-process message bus.")))
base-commit: ecc95ecd399ce7917a19ae3e687ea1a92caf830a
--
2.46.0
- [bug#73296] [PATCH] home: services: dbus: Add utilities to profile.,
Antero Mejr <=