mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-05 01:15:14 +00:00
services: %rosenthal-desktop-home-services: Replace home-dbus-service-type.
* modules/rosenthal/services/desktop.scm (%rosenthal-desktop-home-services): Replace home-dbus-service-type.
This commit is contained in:
parent
6c67cac50f
commit
c2003fa60c
@ -727,7 +727,17 @@ configuration {
|
||||
(auto-start? #f)
|
||||
(daemonize? #f)))
|
||||
|
||||
(service home-dbus-service-type)
|
||||
;; NOTE: The environment variable set by ‘home-dbus-service-type’ will
|
||||
;; prevent GNOME from starting when using above Shepherd configuration.
|
||||
;; Replace ‘home-dbus-service-type’, expecting the session bus will be
|
||||
;; started elsewhere. See also:
|
||||
;; https://codeberg.org/guix/guix/issues/5899#issuecomment-10208485
|
||||
(simple-service 'dbus home-shepherd-service-type
|
||||
(list (shepherd-service
|
||||
(provision '(dbus))
|
||||
(start #~(const #t))
|
||||
(stop #~(const #f)))))
|
||||
|
||||
(service home-pipewire-service-type)
|
||||
|
||||
%base-home-services))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user