Compare commits
4 commits
7b663e5d39
...
d2bd7a240e
| Author | SHA1 | Date | |
|---|---|---|---|
| d2bd7a240e | |||
| a9db8b6777 | |||
| 5ea7db3402 | |||
| e07a2bbbc8 |
3 changed files with 8 additions and 10 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -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
1
debian/control
vendored
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue