Marcel Tiede

Results 239 comments of Marcel Tiede

Thanks for your suggestion but I don't want to rely on another nuget. GirCore is just a wrapper (even for Cairo) having it depend on another wrapper does not make...

If you open issues which directly reference some c api please insert links to the documentation. This makes life for me easier.

@CodedOre Thanks for testing then I will skip the testing on my side. Making the title bar dark should be possible, too.

@CodedOre Yes this works, tested on fedora 40 with: ```csharp var application = Gtk.Application.New("org.gir.core", Gio.ApplicationFlags.FlagsNone); application.OnActivate += (sender, args) => { var window = Gtk.ApplicationWindow.New((Gtk.Application) sender); window.Title = "Gtk4 Window";...

I think `Gtk.Settings.GtkApplicationPreferDarkTheme` should not be used as a fallback decider for the preferred theming mode. This is implied by the linked docs of @CodedOre, too. I think it is...

@veler Are you aware that the dbus call might fail regularly in case of old distributions (API not available). In those cases you would not check the GTK theme currently.

@veler you could double check if you use "D-Spy" to execute the call to the portal interface manually like [I showed in the screenshot](https://github.com/DevToys-app/DevToys/issues/1381#issuecomment-2294336617). Perhaps you really have some variant...

The problem is that DevToys is build for a certain version of system libraries like GTK as the used nuget packages from GirCore depend on the flatpak runtime version and...

Hi, thanks for stopping by and the offer to contribute. I would be very grateful for any contribution from your side. Unfortunately I can't give you very specific advice as...

How about bringing your Update to JinShils repository? I would like to see to have some ecosystem around GirCore. This brings more developers into the C# combined with Linux ecosystem....