It is currently Fri Aug 07, 2026 2:29 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 94 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Fri Aug 16, 2024 11:27 am  (#41) 
Offline
GimpChat Member

Joined: Dec 28, 2023
Posts: 67
redybasuki: Jehan just fixed the bug, so it should be available in the next nightly Flatpak (or if you build from source now)!

Rod: The Refresh Script was removed due to bugs - you can read more about it here: https://gitlab.gnome.org/GNOME/gimp/-/c ... 061d642abc
We'll try to work on restoring it after 3.0 I think.
I'll look at your script when I have time and see if I notice anything that needs changed with the new API.


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Fri Aug 16, 2024 3:30 pm  (#42) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
GIMP 3 had an string freeze which means no more new text dialogs can be added and translators will be given time to complete everything without worry of new text strings.

--
oh and btw since Jan 2024 I had a script that automatically compiled GIMP 2.99.19 from Gitlab about 90% of the way, it was made by GIMP dev barefootliam for me. but I recently modified the script using my limited understanding to make it 100% automated. Now I can literally just press a button on my computer and get the latest GIMP 2.99.19 master branch with no manual effort where as before I had to open a text file comment out things with #.


Last edited by contrast_ on Fri Sep 06, 2024 7:51 pm, edited 2 times in total.

Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Mon Aug 19, 2024 7:11 am  (#43) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16152
CmykStudent wrote:
redybasuki: Jehan just fixed the bug, so it should be available in the next nightly Flatpak (or if you build from source now)!

Rod: The Refresh Script was removed due to bugs - you can read more about it here: https://gitlab.gnome.org/GNOME/gimp/-/c ... 061d642abc
We'll try to work on restoring it after 3.0 I think.
I'll look at your script when I have time and see if I notice anything that needs changed with the new API.

Thanks for the link. I appreciate you looking at my script. :bigthup
I run it in the script fu console for Gimp-2.99.19 and it throws no errors so i don't know how to debug it. I thought maybe running it with the new interpreter 3.0.0 and placing it in its own folder in the plug-ins folder. Think that would work?

_________________
Image


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Mon Aug 19, 2024 9:01 am  (#44) 
Offline
GimpChat Member

Joined: Apr 11, 2024
Posts: 306
If you put it into the plug-ins folder, you'll need to add this shebang to your script:
#!/usr/bin/env gimp-script-fu-interpreter-3.0

The script then has to go into its own folder, which has the same name but without ending.
So myscript.scm goes to a folder named myscript.
And if you are on linux ... make it executable.

If you do this, you can edit your script and run it again without reloading.


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Tue Aug 20, 2024 12:51 am  (#45) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16152
quietreader wrote:
If you put it into the plug-ins folder, you'll need to add this shebang to your script:
#!/usr/bin/env gimp-script-fu-interpreter-3.0

The script then has to go into its own folder, which has the same name but without ending.
So myscript.scm goes to a folder named myscript.
And if you are on linux ... make it executable.

If you do this, you can edit your script and run it again without reloading.


Sadly even that didn't work. Most likely my coding is deprecated somewhere along the line. :hoh

_________________
Image


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Tue Aug 20, 2024 4:07 am  (#46) 
Offline
GimpChat Member

Joined: Apr 11, 2024
Posts: 306
There are probably more changes necessary.
There are some docs here:
https://gitlab.gnome.org/GNOME/gimp/-/t ... ting-guide
explaining what to do.


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Sat Aug 24, 2024 7:03 pm  (#47) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Update, The copy and paste of non-destructive layers just got an update to allow it to work better then ever. Now it works on text layers.
I can copy the NDE text layer and paste it in another composition. I think it is entirely complete and we are very close to RC1.

Attachment:
2024-08-24_20-01.png
2024-08-24_20-01.png [ 233.44 KiB | Viewed 9932 times ]


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Tue Aug 27, 2024 6:50 pm  (#48) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
One of the blockers for GIMP 3 RC1 relating to the legacy hsv (hue saturation value) blend modes is being fixed.

Blocker
https://gitlab.gnome.org/GNOME/gimp/-/issues/10891

Fix request
https://gitlab.gnome.org/GNOME/gimp/-/m ... uests/1788


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Wed Aug 28, 2024 5:05 pm  (#49) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
It appears the crash on close with my plugins is solved for real. Jehan himself; GIMP's lead dev independently confirmed this. I am still cautious but now for the first time there is evidence that the crash is gone and none of us are able to replicate it anymore.

The crash from my plugins being acknwoldged by Jehan
Attachment:
jehan_crash_solve.png
jehan_crash_solve.png [ 89.19 KiB | Viewed 9861 times ]


Jehan independently confirming the same thing as me (at the same time)
Attachment:
jehan_crash_solve2.png
jehan_crash_solve2.png [ 123.31 KiB | Viewed 9861 times ]



origin

https://gitlab.gnome.org/GNOME/gimp/-/i ... te_2209166
https://gitlab.gnome.org/GNOME/gimp/-/c ... 890f60f946


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Thu Aug 29, 2024 12:05 am  (#50) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16152
Awesome news Contrast and Jehan! :) Let's hope the bug doesn't return with new commits.

_________________
Image


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Sun Sep 01, 2024 4:02 pm  (#51) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
A hidden critical warning in GIMP 2.99.19 that my plugins often triggered was just solved

Before users would receive a :
2.99 (gimp-2.99:164): Gtk-CRITICAL **: 21:24:59.975: gtk_application_uninhibit: assertion 'cookie > 0' failed


Read about it here, I don't think it had any effect on the software as a whole but its best to be fixed.
https://gitlab.gnome.org/GNOME/gimp/-/issues/11725


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Tue Sep 03, 2024 9:55 pm  (#52) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Two things to mention about the state of GIMP 2.99.19 over the past 24 hours

1. GIMP 2.99.19 had a silly leftover bug where layer groups could apply filters destructive; which doesn't make logical sense. I filed a bug report and CMYK Student solved it.
https://gitlab.gnome.org/GNOME/gimp/-/issues/11993

2. GIMP 2.99.19 now has a bug where preset files get corrupted. I discovered it and Jehan is assigned to fix it
https://gitlab.gnome.org/GNOME/gimp/-/issues/11988


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Wed Sep 04, 2024 9:14 am  (#53) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Jehan just solved the problem of presets breaking.
https://gitlab.gnome.org/GNOME/gimp/-/issues/11988


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Sun Sep 08, 2024 4:46 pm  (#54) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Remember I mentioned the patch that would speed up the legacy hsv blend modes? The original failed and now GIMP's team is at it again with a second patch co-authored by CMYK Student and Jehan.

https://gitlab.gnome.org/GNOME/gimp/-/m ... uests/1828
https://gitlab.gnome.org/GNOME/gimp/-/m ... e600385103

Jehan is trying to trim down the code of the legacy HSV blend modes to make them run as fast as possible; they might still be slow but not extremely slow like they are now. Once done this will take off one of the major blockers.


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Sun Sep 08, 2024 7:17 pm  (#55) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Two updates to the code base to mention

1. The color space invasion update is now 100% done, before it was like 98-99% done for a few months. The obscure Van Goh plugin was the final plugin to use traces of old GimpRGB. A few days earlier they also removed traces of GimpRGB as well but Van Goh is the final trace TMK.

https://gitlab.gnome.org/GNOME/gimp/-/c ... a1e6153778

2. The bmp export dialog had its checkbox settings in reverse; as in options that should be on one area were in the other. The checkbox logic was flipped to solve it

https://gitlab.gnome.org/GNOME/gimp/-/issues/12018


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Fri Sep 13, 2024 1:19 am  (#56) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16152
I've noticed some icons missing in the Legacy Icon Theme. They are there in the Default Icon Theme however.

Image

Image

I really like utilizing the Legacy Icon Theme as it is colored. It would be nice to see those Icons in it as well. :hehe

_________________
Image


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Fri Sep 13, 2024 6:00 pm  (#57) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
According to Gitlab once these bugs are resolved GIMP 3 RC1 will release

Blockers relating to GEGL before RC1 and presumably GEGL 0.4.50 is released
https://gitlab.gnome.org/GNOME/gimp/-/m ... uests/1660

Blockers relating to GIMP before RC1 is released
https://gitlab.gnome.org/GNOME/gimp/-/i ... ge_size=20

but as we know there are more bugs then that, much more.

Other known major bugs that are left that are not blockers

Interger conversion corrupts .xcf's bug
(SOLVED)
https://gitlab.gnome.org/GNOME/gimp/-/issues/11452

Two clipping bugs; one is visible the other is not.
https://gitlab.gnome.org/GNOME/gimp/-/issues/11690

Refresh Drawable bug
https://gitlab.gnome.org/GNOME/gimp/-/m ... uests/1454

The render filter clip bug
https://gitlab.gnome.org/GNOME/gimp/-/issues/11252

idiopathic crash
https://gitlab.gnome.org/GNOME/gimp/-/issues/12024

accidental bug that creates a new feature (adjustment layers)
https://gitlab.gnome.org/GNOME/gimp/-/issues/11592

non rectangle select tools clip in a rectangular fashion
(SOLVED)
https://gitlab.gnome.org/GNOME/gimp/-/i ... te_2185039

filters are always on top when edit previewed from another layer
(SOLVED)
https://gitlab.gnome.org/GNOME/gimp/-/issues/12034


Last edited by contrast_ on Sun Oct 13, 2024 9:48 pm, edited 6 times in total.

Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Fri Sep 13, 2024 6:02 pm  (#58) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
RC1 will be released knowing some major bugs still exist. The goal is the get the larger community testing, expect an RC2 then GIMP 3 release.


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Fri Sep 13, 2024 9:34 pm  (#59) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
A bug relating to non-destructive filters from other layers being previewed on top was just solved by CMYK student.

https://gitlab.gnome.org/GNOME/gimp/-/issues/12034


Top
 Post subject: Re: Gimp 2.99.19 to RC1 Development (live coverage thread)
PostPosted: Mon Sep 16, 2024 10:21 am  (#60) 
Offline
New Member

Joined: Aug 01, 2023
Posts: 4
Thank everyone for these useful updates.

Cheers

Chris


Top
Post new topic Reply to topic  [ 94 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group