diff --git a/Cargo.lock b/Cargo.lock index 204ab9b..827d5e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1886,12 +1886,8 @@ dependencies = [ ] [[patch.unused]] -name = "cosmic-freedesktop-icons" -version = "0.4.0" - -[[patch.unused]] -name = "softbuffer" -version = "0.4.1" +name = "smithay-clipboard" +version = "0.8.0" [[patch.unused]] name = "dpi" @@ -1942,5 +1938,9 @@ name = "winit-x11" version = "0.31.0-beta.2" [[patch.unused]] -name = "smithay-clipboard" -version = "0.8.0" +name = "cosmic-freedesktop-icons" +version = "0.4.0" + +[[patch.unused]] +name = "softbuffer" +version = "0.4.1" diff --git a/debian/control b/debian/control index 3fa9fb1..e8d41e0 100644 --- a/debian/control +++ b/debian/control @@ -42,6 +42,7 @@ Depends: xwayland, Recommends: cosmic-edit, + cosmic-monitor, cosmic-player, cosmic-store, cosmic-term, 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 {