• rtxn@lemmy.worldM
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 days ago

    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