Vincent Chernin
Vincent Chernin
> Which is the difference between `library_version` and `header_version`? I suppose we need to compare the library version, right? `library_version` is the library linked to at runtime. It can change...
By the way, for testing you might find it useful to build and run older versions of pipewire to confirm (but do not install them to your system). You can...
> It seems weird to me. Originally I thought we need to do this comparison once at startup of the application. But maybe it is worth doing the comparison every...
I was under the impression that we are no longer translating the docs due to https://github.com/wwmm/easyeffects/issues/1108? Instead of trying to make the docs work in yelp/khelpcenter (I still have no...
> @wwmm As an alternative, why instead of calling `gtk_show_uri(gtk_application_get_active_window(GTK_APPLICATION(gapp)), "help:easyeffects", ` > > We execute directly the command `yelp help:easyeffects` This also works properly in flatpak builds, since it...
> I believe that also the build infrastructure should handle this (e.g. by throttling/queuing the builds). Well, buildbot may be able to queue everything without breaking. But then you have...
@mimi89999 this other repo linked below seems to be specifically for the magic mouse 2 so you may have more luck there: [https://github.com/RicardoEPRodrigues/magicmouse-hid](https://github.com/RicardoEPRodrigues/magicmouse-hid) Someone even sent some of these linked...
This should also allow apps to view the corresponding app icons in e.g. `/var/lib/flatpak/exports/share/icons` and `~/.local/share/flatpak/exports/share/icons` right? I know flatpak exports the desktop files in the set system and user...
Should there be a fallback mechanism for Flatpaks to access the PipeWire socket in case this method isn't available? Even after this API is introduced, PipeWire-using apps would have to...
So this is meant for apps wanting to be a file manager? I am not sure whether it makes sense to have a portal for this. Should there be portals...