Launch cosmic-files-applet

This commit is contained in:
Jeremy Soller 2024-10-03 15:42:49 -06:00
parent e9d682ce37
commit 657b330669
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 12 additions and 1 deletions

View file

@ -291,6 +291,17 @@ async fn start(
)
.await;
let span = info_span!(parent: None, "cosmic-files-applet");
start_component(
"cosmic-files-applet",
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);