Marcel Tiede

Results 239 comments of Marcel Tiede

My guess would be that it does not help. libadwaita just creates new controls and Stylesheets out of GTK technology. All the rendering stuff is still GTK. But you never...

You don't need an additional DBus library as there is already a DBus implementation inside [Gio](https://www.nuget.org/packages/GirCore.Gio-2.0/) which is part of Gir.Core. You can probably just use it already as it...

As the initial bug report states that the distribution is KDE based I wonder if there are perhaps some packages not installed which result in this kind of rendering? Perhaps...

Ah you are right. I misunderstood your report. I thought it was never working. I think there is some async code in DevToys. Perhaps there is still some problem @veler?

Can you check if it is part of one of this Gir files: https://github.com/gircore/gir-files/tree/main/linux If not there is probably a gstreamer binding missing.

The first step is to get the gir file into https://github.com/gircore/gir-files . But this repo is fully automated. The gir files are extracted from _msys2_, _brew_, and _GNOME Flatpak SDK_....

I run the pipeline for Mac and it seems to work. The version in there looks like it is to new: https://github.com/gircore/gir-files/actions/runs/15929291654/job/44934247379 This is because we hold back packages from...

GstApp is now available in Gir-files. I will update the gir files submodule shortly. @toomasz afterwards you could do the equivalent of https://github.com/gircore/gir.core/commit/9380c74d0f00402d3c0d9d67926bc2b71b993bd2 A nice to have thing would be...

The GirCore repository can now access GstApp-1.0.gir file. A new project/nuget can be added.

The sample you mentioned is not a basic sample for me. It would be nice to have it working but I don't have the capacity to keep it updated. But...