Gimp-Forum.net
Gimp 3.0.0. rc1 AppImage - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Alternate Gimp packagings (https://www.gimp-forum.net/Forum-Alternate-Gimp-packagings)
+--- Thread: Gimp 3.0.0. rc1 AppImage (/Thread-Gimp-3-0-0-rc1-AppImage)

Pages: 1 2


Gimp 3.0.0. rc1 AppImage - Tas_mania - 11-11-2024

It's now released but I don't recommend it for serious graphics Smile   This is still work in progress for the developers.
I made an appimage but no scripts or python.



[attachment=12574]


RE: Gimp 3.0.0. rc1 AppImage - PixLab - 11-12-2024

Wow, your file is only 67 Mb, the one from Artbox is 233 Mb

[attachment=12577]

Impressive, and yours load faster.
Thank you Tas_mania


RE: Gimp 3.0.0. rc1 AppImage - Tas_mania - 11-12-2024

Thanks Patrice. I'm not seeing any scripts loading or listed in the menus with this version.

These are the errors I'm getting:

Error: eval: unbound variable: (/usr/share/gimp/3.0/scripts/lava.scm : 143)  script-fu-register-filter
scriptfu-Message: 16:50:38.461: Error while loading /usr/share/gimp/3.0/scripts/line-nova.scm:

Typelib file for namespace 'Gimp' (any version) not found
scriptfu-Message: 17:08:08.687: Error while loading /usr/lib/x86_64-linux-gnu/gimp/3.0/plug-ins/test-sphere-v3/test-sphere-v3.scm:

For the second error it can't find girepository.


RE: Gimp 3.0.0. rc1 AppImage - Ofnuts - 11-12-2024

(11-12-2024, 06:24 AM)Tas_mania Wrote: Thanks Patrice. I'm not seeing any scripts loading or listed in the menus with this version.

These are the errors I'm getting:

Error: eval: unbound variable: (/usr/share/gimp/3.0/scripts/lava.scm : 143)  script-fu-register-filter
scriptfu-Message: 16:50:38.461: Error while loading /usr/share/gimp/3.0/scripts/line-nova.scm:

Typelib file for namespace 'Gimp' (any version) not found
scriptfu-Message: 17:08:08.687: Error while loading /usr/lib/x86_64-linux-gnu/gimp/3.0/plug-ins/test-sphere-v3/test-sphere-v3.scm:

For the second error it can't find girepository.

A problem I have with my RC1 build. Can you reproduce it? The devs can't.


RE: Gimp 3.0.0. rc1 AppImage - Tas_mania - 11-12-2024

Quote: A problem I have with my RC1 build. Can you reproduce it? The devs can't.

An image seems to close normally on this appimage. I have no python console with errors around
'Namespace Gimp not available'

At least you have a python console Smile


RE: Gimp 3.0.0. rc1 AppImage - rich2005 - 11-12-2024

(11-12-2024, 08:18 AM)Ofnuts Wrote: A problem I have with my RC1 build. Can you reproduce it? The devs can't.

Nope - using your TestDialog.xcf file. Layers clear on File -> Close View Using kubuntu 24.04

I am of course using the gimp.org appimage. Nothing much in the way of console messages.

Code:
This is a CI build of GIMP compatible with Debian 12.7. See: https://gitlab.gnome.org/GNOME/gimp/-/issues/7661
.js   (JavaScript) plug-ins | supported.
.py   (Python) plug-ins     | supported.
.scm  (ScriptFu) plug-ins   | supported.
.vala (Vala) plug-ins       | supported.
gimp_font_factory_load_names: 78 unsupported fonts were ignored. Set the GIMP_DEBUG_FONTS environment variable for a listing.
set device 'edit- all pointing devices-several messages removed' to mode: disabled

(gjs:9310): Gjs-ERROR **: 09:31:55.405: JS ERROR: Error: Requiring GjsPrivate, version none: Typelib file for namespace 'GjsPrivate' (any version) not found
require@resource:///org/gnome/gjs/modules/esm/gi.js:14:24
@gi://GjsPrivate:3:25

/media/rich/DATA1/portable/gimp3/squashfs-root/usr/bin/gimp-3.0: LibGimpBase-WARNING: gimp-3.0: gimp_wire_read(): unexpected EOF



RE: Gimp 3.0.0. rc1 AppImage - rich2005 - 11-12-2024

(11-12-2024, 03:31 AM)PixLab Wrote: Wow, your file is only 67 Mb, the one from Artbox is 233 Mb

Yes but the Artbox appimage is more complete. I just mentioned it because of the additional theme. Mark Sweeney had a page on python plugins which for some reason was pulled, however that appimage does contain his interesting "almost autosave" python plugin which (for artists anyway) should probably make its way into regular Gimp 3.


RE: Gimp 3.0.0. rc1 AppImage - Ofnuts - 11-12-2024

For those who did the test in Single-window mode, how about trying muli-window?


RE: Gimp 3.0.0. rc1 AppImage - MrsP-from-C - 11-12-2024

Can't reproduce it, either.
Both single window mode and multi window mode are ok.
Both clear the images as expected.
Tried with official RC1 flatpak from gimp.org


RE: Gimp 3.0.0. rc1 AppImage - Tas_mania - 11-13-2024

I agree with rich the 'official' Artbox appimage is the one to use.

I noticed a few things.
The Gimp binary in the Gimp 3.00RC1 deb file is just 7.4Mb while the Gimp binary in the Artbox appimage is 35Mb.
The Gimp deb file is just a bare-bones Gimp but it contains python and script-fu and they are not listed as dependencies.
So a lot of differently compiled Gimp3's.

I guess the documentation hasn't been done which is normal for FOSS Smile
It's hard not t call this version 'bloat ware'.

Why does it need a built-in LVM (logical volume management) and a gvfs virtual file system? The appimage is doing peer to peer encrypted internal networking. No wonder it took so long to make Smile

If you want to see how Artbox works check the AppRun file and see all the exported paths.
What would be good is a fully functional Gimp3 including python3 and script-fu in one package Smile