Among the Firefox Wayland bugs, one of the top crash bugs is over a lost connection to a Wayland compositor. For dealing with it is to have a proxy between Firefox and the Wayland compositor to cache messages and prevent compositor message queue overflows.

  • aard@kyu.de
    link
    fedilink
    arrow-up
    8
    ·
    9 months ago

    That sounds more like a compositor problem - typically a client should not have control over where windows are placed, and that X11 allowed that got heavily abused with negative impact on UI. Wayland fortunately fixed that, so it is now up to the compositor where to place windows. Those can send hints, but the compositor is free to ignore them.

    In your situation your compositor should remember where to stick the windows.

    • MentalEdge@sopuli.xyz
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      9 months ago

      Kwin. It works with xwayland, doesn’t with wayland, I’d love a solution, but I found nothing.