Launch cosmic-files-applet
This commit is contained in:
parent
e9d682ce37
commit
657b330669
2 changed files with 12 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -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,
|
||||
|
|
|
|||
11
src/main.rs
11
src/main.rs
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue