Start cosmic-osd

Seems this had been removed in a4a791e.

This makes polkit dialogs show, though the Iced implementation of those
could use improvement.
This commit is contained in:
Ian Douglas Scott 2023-03-20 10:52:23 -07:00
parent 2801b681ed
commit f506f60a40

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;