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