Depend on cosmic-workspaces, and start it

This commit is contained in:
Ian Douglas Scott 2023-03-13 16:18:35 -07:00 committed by Ashley Wulber
parent 30ca971eb1
commit 2801b681ed
2 changed files with 4 additions and 0 deletions

1
debian/control vendored
View file

@ -24,5 +24,6 @@ Depends:
cosmic-osd,
cosmic-settings,
cosmic-settings-daemon,
cosmic-workspaces,
xdg-desktop-portal-cosmic,
Description: The session for the COSMIC desktop

View file

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