Launch cosmic-idle
This commit is contained in:
parent
c3a35f323b
commit
342369eaf9
2 changed files with 12 additions and 0 deletions
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -22,6 +22,7 @@ Depends:
|
||||||
cosmic-files,
|
cosmic-files,
|
||||||
cosmic-greeter,
|
cosmic-greeter,
|
||||||
cosmic-icons,
|
cosmic-icons,
|
||||||
|
cosmic-idle,
|
||||||
cosmic-launcher,
|
cosmic-launcher,
|
||||||
cosmic-notifications,
|
cosmic-notifications,
|
||||||
cosmic-osd,
|
cosmic-osd,
|
||||||
|
|
|
||||||
11
src/main.rs
11
src/main.rs
|
|
@ -322,6 +322,17 @@ async fn start(
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
|
let span = info_span!(parent: None, "cosmic-idle");
|
||||||
|
start_component(
|
||||||
|
"cosmic-idle",
|
||||||
|
span,
|
||||||
|
&process_manager,
|
||||||
|
&env_vars,
|
||||||
|
&socket_tx,
|
||||||
|
Vec::new(),
|
||||||
|
)
|
||||||
|
.await;
|
||||||
|
|
||||||
let span = info_span!(parent: None, "xdg-desktop-portal-cosmic");
|
let span = info_span!(parent: None, "xdg-desktop-portal-cosmic");
|
||||||
let mut sockets = Vec::with_capacity(1);
|
let mut sockets = Vec::with_capacity(1);
|
||||||
let extra_env = Vec::with_capacity(1);
|
let extra_env = Vec::with_capacity(1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue