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

  • vrighter@discuss.tchncs.de
    link
    fedilink
    arrow-up
    17
    arrow-down
    4
    ·
    1 day ago

    missing feature that used to be there but has been removed in the name of protecting me from myself, is an inability to customize.

      • vrighter@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        6 minutes ago

        “these new cars have a teeny tiny fuel tank with a tiny range! They used to have a bigger tank!”

        “Drive an old car”

        In this case the new car is objectively inferior, and I can’t buy a new old car anymore.

        When something complains about very real problems due to missing functionality, the proper answer isn’t “fuck you, use the old stuff, or stop yearning for the functionality that te intentionally crippled”

        • anyhow2503@lemmy.world
          link
          fedilink
          arrow-up
          21
          arrow-down
          1
          ·
          1 day ago

          Alright then, since everyone assumes I’m here to participate in this shitty flamewar instead of genuinely asking what someone is talking about: the article does a pretty good job of explaining what the idea is behind not giving applications absolute coordinates to position their windows in. If that isn’t enough and you’re one of those people who insist that it must be those evil Wayland devs pushing their security agenda down everyones throats, then you might consider how much of a pain this was for any WM that wanted to do something like scrollable workspaces or managing a device that doesn’t have a standard screen shape. If anything, giving apps access to global coordinates the way X did, just makes them less portable to other environments. There are trade-offs here and you might disagree with the compromise we landed on for now, but all of this has already been discussed for years so at this point I really don’t care for snarky commentary from people who aren’t willing to contribute towards the changes they want to see.