mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
dbus: fix dbus-run-session command
Specifically, inform the command about the absolute path of dbus-daemon. Otherwise it will try running dbus-daemon from PATH, which may not always work. PR #3405
This commit is contained in:
committed by
Robert Helgesson
parent
50c9bccb6a
commit
02c0546033
@@ -102,7 +102,7 @@ in {
|
||||
if [[ -v DBUS_SESSION_BUS_ADDRESS ]]; then
|
||||
export DCONF_DBUS_RUN_SESSION=""
|
||||
else
|
||||
export DCONF_DBUS_RUN_SESSION="${pkgs.dbus}/bin/dbus-run-session"
|
||||
export DCONF_DBUS_RUN_SESSION="${pkgs.dbus}/bin/dbus-run-session --dbus-daemon=${pkgs.dbus}/bin/dbus-daemon"
|
||||
fi
|
||||
|
||||
if [[ -v oldGenPath ]]; then
|
||||
|
||||
Reference in New Issue
Block a user