From b5ef6c0c0d68762b2991e4f5906cc70599e2f1fc Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Wed, 1 Jul 2026 14:07:24 -0700 Subject: [PATCH] Pass `env_vars` to `cosmic-settings-daemon` This is needed for `cosmic-settings-daemon` to be able to use Wayland. Required for https://github.com/pop-os/cosmic-settings-daemon/pull/153. Though passing the env vars here seems reasonable in general, and without that change is harmless and should have no impact. --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 07461b8..0f2c00f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -229,6 +229,7 @@ async fn start( .start( Process::new() .with_executable("cosmic-settings-daemon") + .with_env(env_vars.iter().cloned()) .with_on_stdout(move |_, _, line| { let stdout_span = stdout_span.clone(); async move {