Port all dbus server/client to to zbus
Seems to generally be working well. May still need a few fixes.
This commit is contained in:
parent
8b5e1a7f12
commit
8b2a9c6359
13 changed files with 592 additions and 821 deletions
|
|
@ -1,6 +1,7 @@
|
|||
use gtk4::prelude::*;
|
||||
use gtk4::{glib, prelude::*};
|
||||
|
||||
mod application;
|
||||
mod dbus_service;
|
||||
mod deref_cell;
|
||||
mod mpris;
|
||||
mod mpris_player;
|
||||
|
|
@ -18,5 +19,5 @@ mod window;
|
|||
use application::PanelApp;
|
||||
|
||||
fn main() {
|
||||
PanelApp::new().run();
|
||||
glib::MainContext::default().with_thread_default(|| PanelApp::new().run());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue