Merge pull request #17 from pop-os/start-cosmic-osd

Start `cosmic-osd`
This commit is contained in:
Victoria Brekenfeld 2023-03-20 18:54:25 +01:00 committed by GitHub
commit 32f229986b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,9 @@ async fn main() -> Result<()> {
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-osd");
start_component("cosmic-osd", span, &process_manager, &env_vars).await;
let span = info_span!(parent: None, "cosmic-bg");
start_component("cosmic-bg", span, &process_manager, &env_vars).await;