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
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -24,5 +24,6 @@ Depends:
|
||||||
cosmic-osd,
|
cosmic-osd,
|
||||||
cosmic-settings,
|
cosmic-settings,
|
||||||
cosmic-settings-daemon,
|
cosmic-settings-daemon,
|
||||||
|
cosmic-workspaces,
|
||||||
xdg-desktop-portal-cosmic,
|
xdg-desktop-portal-cosmic,
|
||||||
Description: The session for the COSMIC desktop
|
Description: The session for the COSMIC desktop
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,9 @@ async fn main() -> Result<()> {
|
||||||
let span = info_span!(parent: None, "cosmic-launcher");
|
let span = info_span!(parent: None, "cosmic-launcher");
|
||||||
start_component("cosmic-launcher", span, &process_manager, &env_vars).await;
|
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");
|
let span = info_span!(parent: None, "cosmic-bg");
|
||||||
start_component("cosmic-bg", span, &process_manager, &env_vars).await;
|
start_component("cosmic-bg", span, &process_manager, &env_vars).await;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue