diff --git a/applets/cosmic-app-list/src/wayland.rs b/applets/cosmic-app-list/src/wayland.rs index 47580279..a12524a2 100644 --- a/applets/cosmic-app-list/src/wayland.rs +++ b/applets/cosmic-app-list/src/wayland.rs @@ -192,7 +192,7 @@ impl Dispatch for State { } = event { match &interface[..] { - "zcosmic_workspace_info_v1" => { + "zcosmic_toplevel_info_v1" => { let ti = registry .bind::( name, @@ -274,7 +274,7 @@ impl Dispatch for State { _: &Connection, _: &QueueHandle, ) { - + dbg!(&event); match event { zcosmic_toplevel_manager_v1::Event::Capabilities { .. } => { // TODO capabilities affect what is shown to user in applet