Compare commits
7 commits
d2bd7a240e
...
7b663e5d39
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b663e5d39 | |||
| 91c46ec45f | |||
| 4ee8718bbd | |||
| ba0a1990d6 | |||
| 51a75a595a | |||
|
|
b5ef6c0c0d | ||
|
|
308c9d3f8f |
3 changed files with 10 additions and 8 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -42,6 +42,7 @@ Depends:
|
|||
xwayland,
|
||||
Recommends:
|
||||
cosmic-edit,
|
||||
cosmic-monitor,
|
||||
cosmic-player,
|
||||
cosmic-store,
|
||||
cosmic-term,
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue