Tiny Core Linux

Off-Topic => Off-Topic - Tiny Core Lounge => Topic started by: GNUser on October 08, 2019, 12:27:38 PM

Title: help getting GIMP appimage to work in Pure64
Post by: GNUser on October 08, 2019, 12:27:38 PM
The gimp TC extension pulls in a lot of dependencies, so I'm trying to use an AppImage instead.

The AppImage for the latest GIMP release (2.10.12) for x86_64 is here (near the bottom):
https://github.com/aferrero2707/gimp-appimage/releases/tag/continuous

Supposedly all one needs to do is

Code: [Select]
bruno@box:~$ tce-load -wi fuse
bruno@box:~$ cd Downloads
bruno@box:~/Downloads$ chmod a+x GIMP_AppImage-release-2.10.12-withplugins-x86_64.AppImage
bruno@box:~/Downloads$ ./GIMP_AppImage-release-2.10.12-withplugins-x86_64.AppImage
DIR: /tmp/.mount_GIMP_AzTplZ8
AILIBDIR=/tmp/tmp.BurYu7

But that's the end of the road for me: gimp window never shows up, no additional information shows up in the terminal other than those two cryptic "DIR" and "AILIBDIR" lines. I tried the same AppImage in Debian and it worked just fine.

Here is an strace in TC in case it helps: https://pastebin.com/wRJBfxcw

Any idea how to get this AppImage to work in Pure64 10.1?
Title: Re: help getting GIMP appimage to work in Pure64
Post by: curaga on October 08, 2019, 12:50:26 PM
The strace spawned several children, but didn't do anything interesting itself. You'd need the -f option to strace to track kids too.
Title: Re: help getting GIMP appimage to work in Pure64
Post by: GNUser on October 08, 2019, 12:56:08 PM
Here you go, with -f option this time:
https://pastebin.com/JTaiBMET

In this version I see, near the end, a complaint about fuse not being able to mount the AppImage. fuse.tcz is loaded and I'm able to use other AppImages, so I don't know what that's about.
Title: Re: help getting GIMP appimage to work in Pure64
Post by: GNUser on October 08, 2019, 03:37:26 PM
I extracted the AppImage and made some progress, but each time I fix an error two new ones pop up.

AppImages are great when they work. When they don't work, they are Gordian knots. Never mind and sorry for the noise.

The dependency tree of gimp2.tcz is more reasonable than that of gimp.tcz, and the extension works great. Thanks for this and all your awesome extensions, juanito!
Title: Re: help getting GIMP appimage to work in Pure64
Post by: GNUser on October 09, 2019, 06:56:54 AM
The developer for this particular AppImage is looking into it.
The open issue is here: https://github.com/aferrero2707/gimp-appimage/issues/37
Title: Re: help getting GIMP appimage to work in Pure64
Post by: vinceASPECT on November 13, 2020, 07:43:25 AM
hello,

don't know it it is way too late for you to be getting GIMP appimage working....

there is a 2.10.13 GIMP version here.....

https://github.com/aferrero2707/gimp-appimage/releases/tag/continuous

https://appimage.github.io/GIMP/

thx

v
Title: Re: help getting GIMP appimage to work in Pure64
Post by: vinceASPECT on November 13, 2020, 09:53:58 AM
i see it was solved.......on that link......(a couple of deps were needed)

great

thx