I don’t know what kind of program it is, but if it works on X11, you could try forcing it to run inside Xwayland by unsetting the WAYLAND_DISPLAY variable. I’ve had to do this with Qt Creator because dockable windows didn’t work at the time on Wayland.
I don’t know what kind of program it is, but if it works on X11, you could try forcing it to run inside Xwayland by unsetting the
WAYLAND_DISPLAY
variable. I’ve had to do this with Qt Creator because dockable windows didn’t work at the time on Wayland.env --unset=WAYLAND_DISPLAY DISPLAY=:0 /path/to/prog