Does anybody know how to set a window always on bottom in rust gtk4? set_type_hint() does not exist.

  • mycodesucks@lemmy.world
    link
    fedilink
    arrow-up
    10
    arrow-down
    25
    ·
    edit-2
    11 hours ago

    I WILL continue to use Xorg. My workflow requires it. If that means I have to use an unmaintained window manager forever, so be it.

    None of this would be an issue if the Wayland developers weren’t so pigheaded that they insist upon forcing their pure, untainted design philosophy onto the project rather than building an inclusive model that allows for backwards compatibility with the system it’s meant to replace.

    • Railcar8095@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      3 hours ago

      building an inclusive model that allows for backwards compatibility with the system it’s meant to replace.

      That’s honestly a terrible approach and defeats the porpoises. For example, screen recording. You can’t be “backwards compatible” (aka any app can record at any time) and have them ask for permission (the honestly better way to go).

      Bear in mind, Wayland devs didn’t force anything. They offered an alternative to X and the distros chose that after evaluating pros and cons.

      Pick a distro that aligns with your needs like we all do.

    • ☂️-@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      4 hours ago

      i’m just curious what is the feature you are using in xorg you can’t replicate in wayland?

    • anyhow2503@lemmy.world
      link
      fedilink
      arrow-up
      30
      ·
      10 hours ago

      I will concede that not every obscure feature has been kept but the vast majority of users are now better served by wayland compositors. I have no idea what you mean by “project”, but if they had no concerns for backwards compatibility, then XWayland wouldn’t exist.

      Stopping work on X11 because it’s been an unmaintainable mess for ages doesn’t really count as “forcing” anything upon anyone. I won’t pretend that Wayland protocol development hasn’t seen plenty of disagreements, but it is still a collaborative process.

      Your disagreements seem fairly vague to me and I can’t help but think that the “pigheaded” label is somewhat ironic, after your first paragraph.

      • vrighter@discuss.tchncs.de
        link
        fedilink
        arrow-up
        2
        ·
        4 hours ago

        I am not better served. I am now in the quite new position where I’d have to rewrite some of my own personal software if i simply just decided to change DE

      • vapeloki@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        10 hours ago

        There is currently one major Usecase that does not work yet with Wayland. Multiwindow positioning through the application.

        In science, and some stuff like KICaf or Gimp use this feature excessively. And as someones that relies on KiCad, it is a fucking pain.

        But, solutions are being discussed and implementations will follow

    • vapeloki@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      3
      ·
      11 hours ago

      Then, build your own replacement! If it is do dinpley, fork Wayland, add what you need.