This article was written in the sense of bashing gnome but yet some points seem to be valid. It explains the history of gtk 1 to 4 and the influence of gnome in gtk. I’m not saying gnome is bad here, instead I find this an interesting to read and I’m sharing it.

  • Audacity9961@feddit.ch
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 months ago

    Why on Earth are these nonsense blog rants constantly upvoted here?

    It is essentially an unlettered rant that conflates the author’s UI and toolkit preferences with an objective view.

    It doesn’t even provide a useful comparison to the evolution of QT to provide for a meaningful reference of its implied assertion that the evolution of GTK is too rapid for devs.

  • Jears@social.jears.at
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    If I develop anything with a GUI I use GTK4. It has a bit of a learning curve to it but honestly I’ve come to like it.

    I am currently creating a program for simulating networks and the drawing area is great for drawing the actual simulation because it basically allows you to have a cairo area as a widget so your possibilities there are basically unlimited and cairo is just a great drawing API.

    Also gtk is basically the only modern GUI toolkit that can be used with C, which is great because it is pretty much the only language I know well enough to program a big application with. (But GObject still feels like black magic to me)

  • YaBoyMax@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    That KDE Plasma 5 is finally usable and stable, after having decided to stop pushing the ridiculous plasmoids on the user […] is like having an old whore finally becoming a respectable woman.

    Yeah, I stopped reading here.

  • TheGrandNagus@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 months ago

    This article can pretty much be summed up as I don’t like GTK or Gnome so I’m going to just present them being shit as a factual statement. I use Arch and KDE btw.

    Gnome 3 released close to 13 years ago and was announced 16 years ago. At some point, people need to stop crying about the UX changes and get the fuck over it.

    If you don’t like it, use something else and stop being so entitled.

  • ProgrammingSocks@pawb.social
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    7 months ago

    Clickbait title, no thanks. GTK is alive and doing very well, considering all the major distributions use GNOME or a fork of it.

    KDE has major Windows syndrome. No amount of polishing that turd will make me ignore the fundamental user unfriendliness that is nested text drop-downs.

    • meteokr@community.adiquaints.moe
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      No amount of polishing that turd will make me ignore the fundamental user unfriendliness that is nested text drop-downs.

      Can you give me an example of this? From my perspective, using something like Kate, the extremely user friendly experience of discovery is vastly better than something like vi. In Kate, I appreciate the discoverability of having a list of options. I recently learned it can interact with LSP’s because of the menus. I don’t use it for that all that much, but it was cool to even know it could do that. Maybe vi is bad comparison, but off the top of my head GTK apps just have the hamburger menu, that then opens up the list of text menu options. Seems like its just hiding the option menus by nesting them in an additional layer of a button.

      For the record, I haven’t used a windows computer as anything more than an appliance in over a decade, so maybe the influence is lost on me.