I am currently building a pure Wayland Application (my target platform is Ubuntu 24), Mutter does not seem to support SSD: server side decoration . I am trying to use libdecor but for some reason the application exits. My code looks like this:
when I enable #define USELIBDECOR (in main.h) , I get a memory leak (address sanitizer says so) , when I comment it out, libdecor is not in use and everything works fine
I am unable to debug this. I believe that there must be an event pending.