Mabi19
Mabi19
My friend who uses my shell also experiences this, when someone calls him and KDE Connect sets up MPRIS for it.
#333 is probably related for locking up the event loop.
I was able to reproduce it with `mpv rtsp://1.1.1.1:554` and `astal-mpris monitor`. From a quick look in GDB, it appears to be stuck in [this g_main_loop_run](https://gitlab.gnome.org/GNOME/glib/-/blob/main/gio/gdbusproxy.c?ref_type=heads#L1899), which is caused by...
I've updated my code to use `resolveCallback`, and it seems to work. I still think that achieving this result should be easier, especially with `` - to me this solution...
@usualoma The main use case I can think of is hypermedia-based web apps, like when using the [HTMX](https://htmx.org) library. That approach is built entirely on sending HTML fragments, and doing...
I believe the spec says that apps should place their own icons in the hicolor theme. Don't quote me on that, though.
This is still creating a separate wayland connection to GDK's, right? That's certainly easier to manage, but I don't think it could be used to implement protocols like hyprland-focus-grab which...
Alright then, makes sense. I don't think there are any wayland protocols that would both be cool to include in Astal and that would require surface access other than hyprland-focus-grab...