• federalreverse-old@feddit.de
      link
      fedilink
      arrow-up
      30
      ·
      edit-2
      2 months ago

      GTK is a UI toolkit, i.e. a piece of software that draws uniform-looking buttons and scrollbars and the like.

      GTK used to stand for “GIMP toolkit” but GTK and GIMP development are now entirely separate, so much so, in fact, that 13 years after the release of GTK 3 and 3 years after the release of GTK 4, GIMP still hasn’t upgraded to either.

      • Spectacle8011@lemmy.comfysnug.space
        link
        fedilink
        arrow-up
        5
        ·
        2 months ago

        GIMP’s GTK3 port was finished several months ago. What remains to be done for GIMP 3.0 is bug-fixing and porting to the new Plug-in API.

        The best way to upgrade to GTK4 is to upgrade to GTK3 first. There was some talk about working on GTK4 soon after GIMP 3.0 is out, but whether that will happen or not is uncertain.

        • knexcar@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 months ago

          Wait what’s the point of backporting to GTK2 then? And why should I as an end user care? Will it make the UI nicer?

          • Spectacle8011@lemmy.comfysnug.space
            link
            fedilink
            arrow-up
            5
            ·
            2 months ago

            GIMP has been releasing two versions for several years. First, the Stable release, which is the 2.10.x series. Second, the development release, which is the 2.99.x series, which is where the GTK3 work has been done. The work from the development release will culminate in the Stable release reaching 3.0. GIMP will continue to support 2.10.x for some time after 3.0 becomes stable, but eventually they will stop supporting it.

            Most of the work right now is focused on the development release and getting GIMP 3.0 stable and ready for release, but they’re still doing a little more work to tide users over until 3.0 is out. If you’re curious how work on 3.0 is going: https://gitlab.gnome.org/GNOME/gimp/-/milestones/27#tab-issues

            GTK3 brings Wayland support among other features and yes, it looks nicer. GTK3 is still maintained while GTK2 has been obsoleted, which means bug fixes are still landing. Once they’re at GTK3, that makes it much easier to move to GTK4, which brings even better Wayland support (i.e. color management will actually be possible) and a much better UI in my opinion.