Compare commits

..

4 commits

3 changed files with 8 additions and 10 deletions

16
Cargo.lock generated
View file

@ -1886,8 +1886,12 @@ dependencies = [
] ]
[[patch.unused]] [[patch.unused]]
name = "smithay-clipboard" name = "cosmic-freedesktop-icons"
version = "0.8.0" version = "0.4.0"
[[patch.unused]]
name = "softbuffer"
version = "0.4.1"
[[patch.unused]] [[patch.unused]]
name = "dpi" name = "dpi"
@ -1938,9 +1942,5 @@ name = "winit-x11"
version = "0.31.0-beta.2" version = "0.31.0-beta.2"
[[patch.unused]] [[patch.unused]]
name = "cosmic-freedesktop-icons" name = "smithay-clipboard"
version = "0.4.0" version = "0.8.0"
[[patch.unused]]
name = "softbuffer"
version = "0.4.1"

1
debian/control vendored
View file

@ -42,7 +42,6 @@ Depends:
xwayland, xwayland,
Recommends: Recommends:
cosmic-edit, cosmic-edit,
cosmic-monitor,
cosmic-player, cosmic-player,
cosmic-store, cosmic-store,
cosmic-term, cosmic-term,

View file

@ -229,7 +229,6 @@ async fn start(
.start( .start(
Process::new() Process::new()
.with_executable("cosmic-settings-daemon") .with_executable("cosmic-settings-daemon")
.with_env(env_vars.iter().cloned())
.with_on_stdout(move |_, _, line| { .with_on_stdout(move |_, _, line| {
let stdout_span = stdout_span.clone(); let stdout_span = stdout_span.clone();
async move { async move {