Launch cosmic-idle

This commit is contained in:
Ian Douglas Scott 2024-10-21 12:50:36 -07:00 committed by Jeremy Soller
parent c3a35f323b
commit 342369eaf9
2 changed files with 12 additions and 0 deletions

1
debian/control vendored
View file

@ -22,6 +22,7 @@ Depends:
cosmic-files,
cosmic-greeter,
cosmic-icons,
cosmic-idle,
cosmic-launcher,
cosmic-notifications,
cosmic-osd,

View file

@ -322,6 +322,17 @@ async fn start(
)
.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 mut sockets = Vec::with_capacity(1);
let extra_env = Vec::with_capacity(1);