• marcos@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    25 days ago

    Slic3r doesn’t work on it.

    No idea of why. (But I suspect it’s about the several monitors thing.) Will probably try again in a year or 5.

    • rtxn@lemmy.worldM
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      25 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