> Some GUI apps has some incompatible issue with xwayland,
Hi,
That's exactly the other way around: this application works
perfectly fine with Xwayland emulation but crashes
with Wayland native mode.
GDK_BACKEND=x11 stardict
dict/src/stardict.cpp needs to be patched
at the very top of "int main(int argc,char **argv)"
to do a setenv("GDK_BACKEND", "x11", 1);
I believe this should be RC buggy as wayland
is now the preferred environment but I'm more
interested about the technical fix.
Greetings
Alexandre