Alex2772
Alex2772
https://github.com/SpartanJ/eepp/issues/121
This moment spams with false positives. @qWeth unfortunately I can't make a stable reproducer at the moment
Hi @na2axl, Thanks for fast response! I'll try it on my case in nearest future.
https://github.com/aui-framework/aui/issues/218 Long story short, AUI has experimental support of Wayland, but on develop branch. The GTK module is used to present windows on GNOME as if they were native, because...
@diegoiast hi, is your issue resolved?
This is undocumented behaviour but I will try to explain. aui does not link to libadwaita nor to libgtk in the same way as to x11. Instead, for compatbility reasons,...
Oh, I see. I've created a separate issue on this point: https://github.com/aui-framework/aui/issues/607
Fixed in b2ccf656abe0724203272c5b8cdba2ff2c3edc12
New property system is handy here; we can implement dbus properties with aui properties. ```diff 1. thread safe 2. many-to-many relationships between objects 3. optional data modification when passing values...