It is currently Tue Jul 02, 2024 3:10 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 32 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: 2.10.18 is out!
PostPosted: Mon Feb 24, 2020 5:48 pm  (#1) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4752
As title says. See https://www.gimp.org/downloads/

_________________
Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Mon Feb 24, 2020 5:55 pm  (#2) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
I tested already in Windows... Not good. Still giving the errors when you run a script and try to change the patterns, gradients or palettes. :hoh

_________________
https://www.deviantart.com/pocholo17
Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Mon Feb 24, 2020 6:06 pm  (#3) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4752
Pocholo wrote:
I tested already in Windows... Not good. Still giving the errors when you run a script and try to change the patterns, gradients or palettes. :hoh


Sample code?

_________________
Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Mon Feb 24, 2020 6:26 pm  (#4) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
This is the error I'm getting when I try to change the gradient in "Bevel Reflect Logo"

Image

Image

_________________
https://www.deviantart.com/pocholo17
Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Mon Feb 24, 2020 8:35 pm  (#5) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4752
Maybe someone should fix the plugin instead... This is a problem with the plugin (you can't have a space in a parameter name, and this was already like this in Gimp 2.8).

TLDR: It not the road which is bumpy, it's your tire that's flat :)

_________________
Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Tue Feb 25, 2020 10:18 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Not flat but very angular :hehe

viewtopic.php?f=7&t=18049#p247852

https://www.gimpusers.com/mailmsg.php?9 ... pusers.com


Attachments:
Temp-procedure.png
Temp-procedure.png [ 23.02 KiB | Viewed 8466 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Thu Feb 27, 2020 5:17 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Dec 19, 2017
Posts: 88
Location: France
I've some troubles...

I'm a Linux user for all my "works" on graphics and design. I really love using GIMP, Blender, Inkscape and Krita, on Linux.
For me, GIMP is a reference software for open source systems.

I can't find any way to install the 2.10.18 version on Linux Mint.
On Linux Mint 19, the base package is GIMP 2.8 :roll:
Otto's PPA is GIMP 2.10.14
No Appimage yet.
Flatpak version excludes using GMIC (or I don't found how to do).

Windows users can use 2.10.18 yet.

It's not :coolthup ....

_________________
KF-GFX.FR


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Thu Feb 27, 2020 7:55 am  (#8) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4752
Krol wrote:
I've some troubles...

I'm a Linux user for all my "works" on graphics and design. I really love using GIMP, Blender, Inkscape and Krita, on Linux.
For me, GIMP is a reference software for open source systems.

I can't find any way to install the 2.10.18 version on Linux Mint.
On Linux Mint 19, the base package is GIMP 2.8 :roll:
Otto's PPA is GIMP 2.10.14
No Appimage yet.
Flatpak version excludes using GMIC (or I don't found how to do).

Windows users can use 2.10.18 yet.

It's not :coolthup ....


Why the hurry? I upgrade after maybe a month, when all the bugs have been ironed out... The PPA is perhaps waiting for a stable version... All the better for you.

_________________
Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Thu Feb 27, 2020 9:55 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Dec 19, 2017
Posts: 88
Location: France
ofnuts wrote:
Why the hurry ?


'cause GIMP 2.10.18 is officialy released.
And I'd like Linux follows or exceeds Windows... :pengy
But I'll wait...

_________________
KF-GFX.FR


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Thu Feb 27, 2020 10:13 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: Aug 08, 2016
Posts: 2061
Location: East Midlands of England
Ah Shucks 'n' Phooey...
(most intelligent comment I can think of)

Attachment:
Erreur.jpg
Erreur.jpg [ 17.69 KiB | Viewed 8309 times ]

_________________
Image

"Let no one steal your dreams."
Paul Cookson


Latest plug-in update: Paragrapher v.1.4
Custom Font Links
Tools
Character Paths
White Bases


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Thu Feb 27, 2020 10:31 am  (#11) 
Offline
Script Coder
User avatar

Joined: Jun 22, 2010
Posts: 1171
Location: Here and there
ofnuts wrote:
Maybe someone should fix the plugin instead... This is a problem with the plugin (you can't have a space in a parameter name, and this was already like this in Gimp 2.8).


Not true. It's a problem in GIMP's code as found in this issue: https://gitlab.gnome.org/GNOME/gimp/issues/4682

Where it shows that in gimpfontselect.c
  static const GimpParamDef args[] =
  {
    { GIMP_PDB_STRING, "str",           "String"                     },
    { GIMP_PDB_INT32,  "dialog status", "If the dialog was closing "
                                        "[0 = No, 1 = Yes]"          }
  };


And some code elsewhere takes the string "dialog status" and tries to use it as a parameter name, which won't work as it has a space character in the middle. How it ever worked in the past is a puzzle.


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Thu Feb 27, 2020 11:41 am  (#12) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2436
I blame Bill Gates (...but then I blame him for everything ;) )

closed: https://gitlab.gnome.org/GNOME/gimp/issues/4682

because it is a duplicate of https://gitlab.gnome.org/GNOME/gimp/issues/4641

and nothing happening except translations: https://github.com/GNOME/gimp/commits

If you subscribe to the Gimp developers mailing list ( I gave up mailing lists about year 2000), please give them a wake-up call.

_________________
Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Sun Mar 01, 2020 6:01 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Aug 08, 2016
Posts: 2061
Location: East Midlands of England
Plug-in dialogs with font/gradient/brush selectors appear to function correctly in the SamJ portable version of 2.10.18.

_________________
Image

"Let no one steal your dreams."
Paul Cookson


Latest plug-in update: Paragrapher v.1.4
Custom Font Links
Tools
Character Paths
White Bases


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Sun Mar 01, 2020 10:25 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
I'm sticking with 2.10.14. lol

:)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Thu Mar 05, 2020 2:18 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
rich2005 wrote:

and nothing happening except translations: https://github.com/GNOME/gimp/commits


They finally fixed it!
https://gitlab.gnome.org/GNOME/gimp/iss ... ote_731924

What a pitiy it didn't make it in the 2.10.18 and we'll have to wait for 2.10.20 till it takes effect :-(

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Thu Mar 05, 2020 3:21 pm  (#16) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Thank you for the info. Nelo.

_________________
https://www.deviantart.com/pocholo17
Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Thu Mar 05, 2020 4:57 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Aug 08, 2016
Posts: 2061
Location: East Midlands of England
Attachment:
yippee2.jpg
yippee2.jpg [ 186.33 KiB | Viewed 6156 times ]

_________________
Image

"Let no one steal your dreams."
Paul Cookson


Latest plug-in update: Paragrapher v.1.4
Custom Font Links
Tools
Character Paths
White Bases


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Sat Mar 21, 2020 11:49 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
Just installed 2.10.18; wish I would have stuck with 2.10.14. Now BRL doesn't work (flat; no texture). Maybe I should do more research to see if a solution exist to this idiocy, but just ranting now and I really need to hit the sack (have to pull a 14 hour tomorrow). Oh well.

edit:

If anyone's figure out how to fix BRL, please let me know; would be grateful. This is one of my favorite plugins and hate to lose it. :)

edit:

OK; I believe because I was creating the mask with color to alpha, it didn't like something. With the flat (solid color fill that is) result, I ran the plugin again and it worked like it should. Instead of using color to alpha, if I just select the area outside the mask and delete it leaving mask, BRL worked as it should. Only but left is choosing gradient. To be honest, I never used this feature so no real loss to me. Just glad 2.10.18, so far, appears to be working alright. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Sun Mar 22, 2020 3:48 am  (#19) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2436
I would stick with Gimp 2.10.14 (or even 12) for now.

Some Gimp 2.10.18 comments, (particularly for Windows users).

The main gimp .org page 'Download' button is now pointing to gimp-2.10.18-setup-1.exe This has been around since about 8 March, but only hooked up to the main page since that gimp.org outage a couple of days ago. Looks like that was a little more than an internet problem, if you go to the main download section https://download.gimp.org/mirror/pub/gi ... 0/windows/ all the files are timestamped 19 March (2020-03-19 for the US people) Probably a drive failure.

What does gimp-2.10.18-setup-1.exe fix? For those old scripts and plugins the color / pattern ..etc pickers seem to work but for some still get the invalid parameter name "dialog status error.

I like the end of this bug report https://gitlab.gnome.org/GNOME/gimp/issues/4641
question Is this issue treated correctly by the new installer (gimp-2.10.18-setup-1.exe modified at 7-Mar-2020) ? - reply nope
Some sanity has prevailed, with a fix quote let's just fix the name on the GIMP side .....to allow existing plug-ins to keep working.unquote but when?

One thing that does look promising for the ever smaller numbers of 32bit Windows users. Tried out in a Win7 32bit VM and Gimp is working. I can only comment for this installation but Gimp has not worked here since version 2.10.6

Happy Gimping in isolation.

_________________
Image


Top
 Post subject: Re: 2.10.18 is out!
PostPosted: Sun Mar 22, 2020 5:17 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
I can't speak for Windows, but on the Linux side I'm running the latest AppImage Gimp 2.10.19 and everything seems to be working correctly, including LiquidRescale. BRL has always worked.

The only Gimp versions that gave me problems was v2.10.14 and v2.10.16.


Top
Post new topic Reply to topic  [ 32 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group