• reksas@sopuli.xyz
    link
    fedilink
    arrow-up
    1
    ·
    16 minutes ago

    gnome was horrible to use, even simplest things that make life easier were missing. fucking TRAY ICONS so you can more easily access some running programs?!

    made me feel like its system for bunch of elitist that can act snooty when scrubs like me cant handle their minimalist perfection.

  • Magnus@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    10
    ·
    3 hours ago

    Haha I’m so glad I’m not the only one who fucks up his hand doing this for no reason, one of the best things about transitioning to Linux

  • FuglyDuck@lemmy.world
    link
    fedilink
    English
    arrow-up
    53
    ·
    9 hours ago

    Kde’s mouse growing big is actually useful though.

    Ever lose your mouse? Just a wiggle- which is an action I take anyway to find it- and it gets easier to find, for a moment.

    Lets me make the mouse tiny.

    • KoboldCoterie@pawb.social
      link
      fedilink
      English
      arrow-up
      38
      ·
      7 hours ago

      Yes, and the low-resolution pointer when you do this excessively is just unacceptable. I’m glad they’re finally addressing this pressing concern.

      • FuglyDuck@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        7 hours ago

        The just added a high res image or whatever rather than scaling it up. Someone probably fixed it in their spare time.

          • programmerlexi@sh.itjust.works
            link
            fedilink
            arrow-up
            7
            ·
            5 hours ago

            Because it uses the XCursor format, which is a quite old standard. Getting apps to switch to a newer standard that has vector graphics is already hard enough. Getting them to do so without burning your GPU is basically impossible.

          • Ross_audio@lemmy.world
            link
            fedilink
            arrow-up
            7
            ·
            6 hours ago

            You have to re-render vector graphics when you zoom in. Otherwise they have the same pixels stored in memory as when they were first opened.

            You are always viewing a bitmap image because you have a bitmap display and it makes sense they don’t load a full size cursor into memory to get rendered.

            I’d be curious as to if they’ve rendered a full size image to sit in memory, or re-render the vector image directly as it grows.

            Given the way games work re-rendering would be trivial for any computer running KDE so I’d take that bet.

          • SystemDisc@feddit.org
            link
            fedilink
            English
            arrow-up
            3
            ·
            6 hours ago

            I would assume they replaced it with an SVG that is rasterized on demand instead of a very high resolution rasterized image.

            In terms of coding effort, just replacing a PNG is the easiest, but it’s also the least correct solution, imo.

            • ricecake@sh.itjust.works
              link
              fedilink
              arrow-up
              1
              ·
              2 hours ago

              I went and read the commit descriptions.

              Previously it was using whatever cursor the theme had loaded and just scaled it up. Now it references the full set of resources for the theme and picks the appropriate one for the size.

              So they went with the most correct third option: defer to the standard set by a more authoritative source. :)

  • McGuirk808@lemmy.world
    link
    fedilink
    arrow-up
    57
    ·
    10 hours ago

    I don’t need this feature even a little bit.

    In lieu of this, I have consistently used this feature at least twice a week ever since I found it by accident. It adds a little joy to my day.

    • muusemuuse@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      17
      ·
      9 hours ago

      I think it’s more “I found a thing that’s technically wrong and fixed it” and that shit pays dividends down the road when technology changes and people forget this was ever an issue. They solved it now so they don’t have to solve it later.

    • mirshafie@europe.pub
      link
      fedilink
      arrow-up
      14
      ·
      10 hours ago

      The new update broke my login screen but god damn the big pointer is crisp.

      I shake it 4 times a day for health and meditation purposes.

  • farvascw@sh.itjust.works
    link
    fedilink
    arrow-up
    18
    ·
    13 hours ago

    So even though I have been using KDE for months now, I had no idea that the cursor would continue to get bigger if you keep shaking it, thats amazing.

    • Fizz@lemmy.nz
      link
      fedilink
      arrow-up
      19
      ·
      10 hours ago

      The first patch of big cursor put a cap on the size as it was a bug for it to keep getting larger. But due to popular demand the cap was removed and set as a toggle.

      I love that the devs respond to feedback. Take notes gnome devs.

      • kossa@feddit.org
        link
        fedilink
        arrow-up
        18
        ·
        9 hours ago

        If I read bad news I start shaking the mouse angrily. The big cursor then hides the news I am reading and I can calm down again. Please reenable ridiculously big cursor, ty.