From 6692d1e384c7f37452dfb52e3d512130bb7498f7 Mon Sep 17 00:00:00 2001 From: Ron Waldon-Howe Date: Tue, 12 Mar 2024 20:12:54 +1100 Subject: [PATCH] fix(niri-session)!: no longer import all environment variables into dbus/systemd fixes #254 --- resources/niri-session | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/resources/niri-session b/resources/niri-session index 85f6991..6fa15e9 100755 --- a/resources/niri-session +++ b/resources/niri-session @@ -20,17 +20,6 @@ fi # Reset failed state of all user units. systemctl --user reset-failed -# Import the login manager environment. -systemctl --user import-environment - -# DBus activation environment is independent from systemd. While most of -# dbus-activated services are already using `SystemdService` directive, some -# still don't and thus we should set the dbus environment with a separate -# command. -if hash dbus-update-activation-environment 2>/dev/null; then - dbus-update-activation-environment --all -fi - # Start niri and wait for it to terminate. systemctl --user --wait start niri.service