lytico
lytico
is in branch develop now: https://github.com/GtkSharp/GtkSharp/pull/392 example is here: https://github.com/GtkSharp/GtkSharp/blob/develop/Source/Samples/Sections/Widgets/CompositeWidgetSection.cs https://github.com/GtkSharp/GtkSharp/blob/develop/Source/Samples/Sections/Widgets/CustomWidgets/CompositeWidget.glade
hint: try a wait-loop https://github.com/tryphotino/photino.Native/blob/24be1c50d3dcb4c92c33a0081160ecc10959553c/Photino.Native/Photino.Linux.cpp#L410-L428
hint: https://github.com/JBildstein/SpiderEye/tree/master/Source/SpiderEye.Linux
sample works. thanks!
https://docs.gtk.org/gio/type_func.Application.id_is_valid.html https://github.com/GNOME/glib/blob/60845fce0ad53bc98225cadd4dd6d12489077abe/gio/gapplication.c#L1859-L1863 https://docs.gtk.org/gtk3/class.Application.html https://docs.gtk.org/gio/class.Application.html https://developer.gnome.org/documentation/tutorials/application-id.html
i guess `Application.id_is_valid` calls dbus to check if it's a allowed name: https://docs.gtk.org/gio/type_func.Application.id_is_valid.html https://github.com/GNOME/glib/blob/60845fce0ad53bc98225cadd4dd6d12489077abe/gio/gapplication.c#L1859-L1863 calls https://github.com/GNOME/glib/blob/60845fce0ad53bc98225cadd4dd6d12489077abe/gio/gdbusutils.c#L114 but i don't see why this calls need permissions ...
on net 8.0 now
> What are your thoughts on using [Microsoft.Maui.Graphics](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/graphics/?view=net-maui-8.0)? On Linux, it's **planned** to go over https://github.com/GtkSharp/GtkSharp/ But there is no timeplan yet for productive version of maui-linux. A dev branch...
error compiling with bootstrap-2.12 (gtk 2-12-branch, Commit hash: 6abc1a0750e7fd3892c061096fdf9c6f3b2044c3) linux, Mono JIT compiler version 6.8.0.105 (tarball Tue Feb 4 21:20:20 UTC 2020) ./bootstrap-2.12 + sed -e s/@GTK_SHARP_VERSION@/2.12.29/ -e s/@GTK_REQUIRED_VERSION@/2.12.0/ -e...