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

2
debian/control vendored
View file

@ -19,6 +19,7 @@ Depends:
cosmic-applets,
cosmic-bg,
cosmic-comp,
cosmic-files,
cosmic-greeter,
cosmic-icons,
cosmic-launcher,
@ -36,7 +37,6 @@ Depends:
xwayland,
Recommends:
cosmic-edit,
cosmic-files,
cosmic-store,
cosmic-term,
cosmic-wallpapers,

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);