Depend on cosmic-workspaces, and start it
This commit is contained in:
parent
30ca971eb1
commit
2801b681ed
2 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ async fn main() -> Result<()> {
|
|||
let span = info_span!(parent: None, "cosmic-launcher");
|
||||
start_component("cosmic-launcher", span, &process_manager, &env_vars).await;
|
||||
|
||||
let span = info_span!(parent: None, "cosmic-workspaces");
|
||||
start_component("cosmic-workspaces", span, &process_manager, &env_vars).await;
|
||||
|
||||
let span = info_span!(parent: None, "cosmic-bg");
|
||||
start_component("cosmic-bg", span, &process_manager, &env_vars).await;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue