GIMP 3.0 Released

Moderator: Forum moderators

Post Reply
Tenoch
Posts: 17
Joined: Fri Mar 05, 2021 5:22 pm
Has thanked: 4 times
Been thanked: 4 times

GIMP 3.0 Released

Post by Tenoch »

Their AppImage did not work on fossapup64 version 9.5, released Sep 2020, however I've no idea if we are talking about library incompatibility or bugs

https://www.gimp.org/downloads/

Image

hikohan
Posts: 48
Joined: Wed Mar 13, 2024 12:08 am
Has thanked: 8 times
Been thanked: 13 times

Re: GIMP 3.0 Released

Post by hikohan »

launch GIMP3 AppImage get error:

ERROR: appimage_is_terminal_app : sqfs_open_image error: /u/tool/Appimage/Applications/GIMP-3.0.0-x86_64_ad816dbfed72a5043f7c1b7e8c1b41f7.AppImage
AppImageLauncher error: appimage_is_terminal_app() failed (returned -1)
Squashfs image uses (null) compression, this version supports only xz, zlib.
ERROR: appimage_register_in_system : sqfs_open_image error: /u/tool/Appimage/Applications/GIMP-3.0.0-x86_64_ad816dbfed72a5043f7c1b7e8c1b41f7.AppImag

AppImage was built using the zstd zlib

Upgrade AppImage launcher or convert image from zstd to xz, maybe works.

Thanks for the GIMP3 info.

User avatar
bigpup
Moderator
Posts: 7512
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 1021 times
Been thanked: 1682 times

Re: GIMP 3.0 Released

Post by bigpup »

Appimage works in BookwormPup64 10.0.10

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
Jasper
Posts: 1821
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 895 times
Been thanked: 384 times

Re: GIMP 3.0 Released

Post by Jasper »

@Tenoch

The latest build of GIMP requires Glib 2.35 and Python 3.11.

Screenshot-20250319T071551.webp
Screenshot-20250319T071551.webp (14.84 KiB) Viewed 435 times
User avatar
bugnaw333
Posts: 423
Joined: Wed Jul 20, 2022 11:04 pm
Location: Cebu, Philippines
Has thanked: 628 times
Been thanked: 94 times

Re: GIMP 3.0 Released

Post by bugnaw333 »

Works in EasyOS. :thumbup2:

Attachments
gimp3.jpg
gimp3.jpg (184.5 KiB) Viewed 405 times
User avatar
gychang
Posts: 651
Joined: Fri Aug 28, 2020 4:51 pm
Location: San Diego, CA
Has thanked: 234 times
Been thanked: 73 times

Re: GIMP 3.0 Released

Post by gychang »

AppImage works in the latest vanillaDpup64-xwayland10.0.74iso.

screenshot.f7bpBJGTRl.png
screenshot.f7bpBJGTRl.png (19.49 KiB) Viewed 396 times

======

Puppy Bytes, utube videos
https://www.youtube.com/channel/UCg-DUU ... u62_iqR-MA

======

step
Posts: 576
Joined: Thu Aug 13, 2020 9:55 am
Has thanked: 63 times
Been thanked: 213 times
Contact:

Re: GIMP 3.0 Released

Post by step »

Release notes page: https://www.gimp.org/release-notes/gimp-3.0.html

3.0 is built on GTK3: another nail in the GTK2 coffin. Unfortunately the appimage doesn't work on Fatdog64-903. It starts but then hangs without displaying the GIMP GUI, and one has to kill the appimage.

User avatar
mikewalsh
Moderator
Posts: 6518
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 993 times
Been thanked: 2170 times

Re: GIMP 3.0 Released

Post by mikewalsh »

Yup. +1 on the GTK3 stuff.....and Jasper's info probably doesn't help, either. Most of my "kennels" are around the glibc 2.28-2.31 range.

For myself, I doubt I shall bother upgrading. The v2.10.25 AppImage (from HERE) does everything I could possibly want from it, so I'll be sticking with that for the forseeable future... :thumbup:

This is the one used in the GIMP-portable package.

Mike. ;)

step
Posts: 576
Joined: Thu Aug 13, 2020 9:55 am
Has thanked: 63 times
Been thanked: 213 times
Contact:

Re: GIMP 3.0 Released

Post by step »

Yeah, I use the 2.10.25 appimage on Fatdog64 too, even though the repo carries a newer package, 2.10.32, and the official 2.10 series EOL version is 2.10.38. I prefer the older appimage because it includes some plugins I use.

User avatar
p310don
Posts: 397
Joined: Tue Dec 03, 2019 7:17 am
Location: Brisbane, Australia
Has thanked: 80 times
Been thanked: 120 times

Re: GIMP 3.0 Released

Post by p310don »

Appimage works for me in Fatdog

Not sure what's different @step between yours and my setup, but seems ok.

Attachments
xscreenshot-20250324T225542.jpg
xscreenshot-20250324T225542.jpg (53.41 KiB) Viewed 242 times
step
Posts: 576
Joined: Thu Aug 13, 2020 9:55 am
Has thanked: 63 times
Been thanked: 213 times
Contact:

Re: GIMP 3.0 Released

Post by step »

To make GIMP 3.0 work on my Fatdog64 system I must run:

Code: Select all

env -u LD_LIBRARY_PATH ./GIMP-3.0.0-x86_64.AppImage      # unset LD_LIBRARY_PATH to run

However, this doesn't work:

Code: Select all

env LD_LIBRARY_PATH="/lib64:/usr/lib64:/usr/local/lib64" ./GIMP-3.0.0-x86_64.AppImage

What puzzles me is the latter LD_LIBRARY_PATH value is taken from the default /etc/profile file. Indeed GIMP 3.0 doesn't run on my rig even if I boot without savefile. I really need to unset LD_LIBRARY_PATH for 3.0 to work.

@p310don if you open a terminal, run GIMP 3.0 from the shell prompt then echo $LD_LIBRARY_PATH, what do get?

User avatar
mikewalsh
Moderator
Posts: 6518
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 993 times
Been thanked: 2170 times

Re: GIMP 3.0 Released

Post by mikewalsh »

@step :-

Just to add to this discussion, I've put together a GIMP 3.0 'portable' build using the official AppImage. It does only run for me in BWP64 - this being the newest kennel resident I have ATM. You're welcome to try it if you want, but it's a humungous, full half-gigabyte in size:-

viewtopic.php?p=145421#p145421

TBH, I don't like the layout. The GIMP team moved from the older, traditional "look" of GIMP 2.8 to a semi-'flat' appearance with GIMP 2.10.....and with the release of GIMP 3.0, they've fully-embraced the awful "flat look". And I HATE it! :shock: :roll:

Up to you, of course!

Mike. ;)

step
Posts: 576
Joined: Thu Aug 13, 2020 9:55 am
Has thanked: 63 times
Been thanked: 213 times
Contact:

Re: GIMP 3.0 Released

Post by step »

@mikewalsh thanks, I tried your portable but it needs the same trick as the official appimage to run on my system: env -u LD_LIBRARY_PATH ./LAUNCH &.

I've been using 2.10 for some time, so I don't mind the flat appearance; but I dislike dark themes.

User avatar
wiak
Posts: 4310
Joined: Tue Dec 03, 2019 6:10 am
Location: Packing - big job
Has thanked: 70 times
Been thanked: 1295 times
Contact:

Re: GIMP 3.0 Released

Post by wiak »

Looking at the screenshot of Gimp 3.0, I can only say I wish they would change it to be a bit more like Krita, which I find much easier to use because of the way it is presented. However, Gimp is pretty good and no doubt very good if you take the time to learn it well. Actually, vector-graphics-based Inkscape has been improving of late, especially for purposes such as creating structured diagrams including flowcharts, both of these needing decent method of drawing constructor lines with arrows such that moving blocks around also dynamically moves the connectors. Version 1.1 was still crap for that purpose, but 1.4 finally becoming good at it.

As far as Gimp type bitmap processing comparison goes, the Krita interface, at a simple level, is a little bit similar (in look and feel) to newer Inkscape arrangements, but Gimp still sticks to these floating panels and (to me at least) unfamiliar tool and function arrangements. Nothing beats mtpaint in odd arrangement though... though I do actually use mtpaint quite a lot for one or two of its functions such as Crop and Scale image, which both work simply and efficiently.

Other than for these mtpaint functions I certainly previously tended to use Gimp for rasterised image work, but I am definitely now moving more towards using Krita for bitmap/raster/photograph type processing. I also rely a lot on Okular for pdf processing so plenty KDE libs on my system generally anyway.

Overall though, full Inkscape is more important to me than Gimp or Krita since what I make tends to be more appropriately scalable vector graphics based and so I tend to put in a lot of effort keeping my skills up in terms of using Inkscape.

Most Gimp experts, being those who use it most every day, will however no doubt be celebrating any new Gimp and intimately know exactly why it is better than any older ones.

https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;

User avatar
Grey
Posts: 2068
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 393 times

Re: GIMP 3.0 Released

Post by Grey »

I finally got to the third version🥱 Of course, I had to change the interface in the settings so that the icons and labels were normal in size and colors. For some reason, the translation into my native language changed and it became unclear where the previous functions were. And I switched to English because it turned out to be clearer that way. Otherwise, it seems to be fine so far, the necessary filters seem to be working.
I am currently enabling single window mode in the menu so that parts of the interface are not scattered all over the screen. I'm getting old.

Different devices. Different approach.

User avatar
p310don
Posts: 397
Joined: Tue Dec 03, 2019 7:17 am
Location: Brisbane, Australia
Has thanked: 80 times
Been thanked: 120 times

Re: GIMP 3.0 Released

Post by p310don »

@step

Running GIMP from terminal doesn't work. Running it from a click on the appimage does. No idea why the difference.

With GIMP running, doing this:

Code: Select all

echo $LD_LIBRARY_PATH

gives this output:

Code: Select all

/lib64:/usr/lib64:/usr/local/lib64:/usr/lib64/firefox:/usr/lib64/seamonkey:/lib:/usr/lib:/lib32:/usr/lib32:/usr/local/lib:/usr/local/lib32:/opt/qt5/lib64
Post Reply

Return to “AppImages, Snaps and Flatpaks”