Part of #116
Question
Can the GNOME Shell extension reliably raise an arbitrary window on Wayland? Hack a RaiseApp(app_id_or_wm_class) D-Bus method into deckd-focus@local using Main.activateWindow (or equivalent) and drive it via busctl / the existing dbus: action dispatch — no daemon changes. Verify: raises across workspaces, works for flatpak vs native app-ids, behavior with multiple windows of the same app, and what failure looks like when the app isn't running. Outcome is a go/no-go plus observed constraints that feed the matching-semantics ticket.
Part of #116
Question
Can the GNOME Shell extension reliably raise an arbitrary window on Wayland? Hack a
RaiseApp(app_id_or_wm_class)D-Bus method intodeckd-focus@localusingMain.activateWindow(or equivalent) and drive it viabusctl/ the existingdbus:action dispatch — no daemon changes. Verify: raises across workspaces, works for flatpak vs native app-ids, behavior with multiple windows of the same app, and what failure looks like when the app isn't running. Outcome is a go/no-go plus observed constraints that feed the matching-semantics ticket.