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:
parent
2801b681ed
commit
f506f60a40
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue