Using Ubuntu 21.04 Wayland, when start GIMP, shows GIMP black window, it starts, but does not render decorations and widgets...
Just a black window. And GIMP is not the only one...
Even lxqt-sudo the same black window, but with new environment variable add, it starts working normally:
QT_QPA_PLATFORM=wayland
And for example:
Using Ubuntu 21.04 X11, start QtCreator, compile a project (first comment QT_QPA_PLATFORM=xcb and restart) and it open in X11, everything OK.
Then restart in Ubuntu 21.04 Wayland but compiled project does not run... After sudo apt install gnome-shell works in Wayland inside a window like Weston...
Any explanation for GIMP, still black window (what is missing?)...