[Gimp-user] GIMP 2.4 rc3 (Mac OS X)

2007-10-18 Thread Victor Domingos
Hi! Does anyone know where I can find info about using the native  
menu bar with the MacPorts version of GIMP 2.4 rc3? Won't it screw up  
my whole X11/GTK macports, like Inkscape, and so on?

Thanks in advance,
Victor Domingos
http://lojamac.com/blog
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] GIMP 2.4 rc3 (Mac OS X)

2007-10-18 Thread Sven Neumann
Hi,

On Thu, 2007-10-18 at 14:37 +0100, Victor Domingos wrote:
 Hi! Does anyone know where I can find info about using the native  
 menu bar with the MacPorts version of GIMP 2.4 rc3? Won't it screw up  
 my whole X11/GTK macports, like Inkscape, and so on?

It probably will, as you can not have GTK+ with different backends
installed in the same prefix.

Would be cool though if someone could prepare an installer similar to
gimp.app that includes GIMP and GTK+ compiled for Quartz. If we had that
for 2.4.0, that would be a nice thing to mention in the release notes.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] file-glob problem in 2.4.0rc3

2007-10-18 Thread Christian Anthon
Hi all,

The following used to work in gimp 2.2:

running under gimp -b -i -

(car (cadr (file-glob *.png 1)))

returned

222.png

but now  I get

 (car (cadr (file-glob *.png 1)))

Error: car: argument 1 must be: pair

So obviously something changed, I just don't know enough about
script-fu to know what.

Hope somebody can help.

Christian.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] file-glob problem in 2.4.0rc3

2007-10-18 Thread saulgoode
'file-glob' used to return a list of strings in GIMP 2.2, now it  
returns a vector. You can make your code work by using the following  
substitution:

(car (vector-list (cadr (file-glob *.png 1


However, Script-fu should probably be amended to return lists for PDB  
STRINGARRAY values (if possible).

Quoting Christian Anthon [EMAIL PROTECTED]:

 The following used to work in gimp 2.2:

 running under gimp -b -i -

 (car (cadr (file-glob *.png 1)))

 returned

 222.png

 but now  I get

 (car (cadr (file-glob *.png 1)))

 Error: car: argument 1 must be: pair

 So obviously something changed, I just don't know enough about
 script-fu to know what.


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] file-glob problem in 2.4.0rc3

2007-10-18 Thread Sven Neumann
Hi,

On Thu, 2007-10-18 at 10:58 -0400,
[EMAIL PROTECTED] wrote:
 'file-glob' used to return a list of strings in GIMP 2.2, now it  
 returns a vector. You can make your code work by using the following  
 substitution:
 
 (car (vector-list (cadr (file-glob *.png 1
 
 
 However, Script-fu should probably be amended to return lists for PDB  
 STRINGARRAY values (if possible).

We are doing that change now so that 2.4.0 should be compatible with 2.2
with regards to handling of STRINGARRAY values in Script-Fu. You can
check http://bugzilla.gnome.org/show_bug.cgi?id=317634 on this.


Sven


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] 2.4

2007-10-18 Thread kerry
Hi Everyone
 
I am completely new to Gimp and have downloaded the windows version but
on finding the podcast videos I have discovered that there is a version
2.4 and my version is 2.2.17.  Please could you tell me where I can
download the 2.4 for windows in complete package as I am not that
computer literate. I got my version from this website:
http://gimp-win.sourceforge.net/stable.html
 
Many thanks
Kerry

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.14.13/1074 - Release Date:
16/10/2007 14:14
 
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] 2.4

2007-10-18 Thread vt
On Thursday 18 October 2007, kerry wrote:
 Hi Everyone

 I am completely new to Gimp and have downloaded the windows version but
 on finding the podcast videos I have discovered that there is a version
 2.4 and my version is 2.2.17.  Please could you tell me where I can
 download the 2.4 for windows in complete package as I am not that
 computer literate. I got my version from this website:
 http://gimp-win.sourceforge.net/stable.html

You can not.
2.2.17 is the lates stable one for windows. As you're  „not that computer 
literate“ you got to stick with it for now.
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] 2.4

2007-10-18 Thread Simon Budig
kerry ([EMAIL PROTECTED]) wrote:
 I am completely new to Gimp and have downloaded the windows version but
 on finding the podcast videos I have discovered that there is a version
 2.4 and my version is 2.2.17.  Please could you tell me where I can
 download the 2.4 for windows in complete package as I am not that
 computer literate. I got my version from this website:
 http://gimp-win.sourceforge.net/stable.html

Gimp 2.4 is not yet finished, this still will take a little time -
probably just a few weeks. There are release candidates available, but
it takes some effort to build them.

Have a little patience, when 2.4 is out windows installers are just a
matter of time.

Bye,
Simon

-- 
  [EMAIL PROTECTED]  http://simon.budig.de/
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] 2.4 ( DEBs/RPMs)

2007-10-18 Thread Leon Brooks GIMP
On Friday 19 October 2007 12:08:53 Chris Mohler wrote:
 with the ubuntu beta (gutsy)

OBTW, the package list is here:

http://packages.ubuntu.com/gutsy/graphics/gimp

I'm fetching from Pacific, which happens to be in Sydney, near
where this dialup has its POP (although I'm actually in western
Tasmania). The wonders of the Internet would be happy to fetch
it from Belgium or Canada instead, but if dialup accounts cared,
that would be free (no quota) traffic  fast (not that Mr 5.2kB/s
Modem cares about that, either :-).

Cheers; Leon
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] 2.4 ( DEBs/RPMs)

2007-10-18 Thread Leon Brooks GIMP
On Friday 19 October 2007 12:08:53 Chris Mohler wrote:
 I've been messing with the ubuntu beta (gutsy) and it
 installed RC3 from the start.

It seems to have enough packages to keep Feisty happy,  is
even small enough to download over dialup in an afternoon. I'll
dpkg this shortly. I might get pitched off-line shortly by SWMBO,
but if not, I'll let you know how it went.

Cheers; Leon
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] 2.4 ( DEBs/RPMs)

2007-10-18 Thread Leon Brooks GIMP
On Friday 19 October 2007 12:08:53 Chris Mohler wrote:
 On 10/18/07, Leon Brooks GIMP [EMAIL PROTECTED] wrote:
 BTW, if anyone sees a real 2.4 DEB or RPM source, please drop
 a message on this list saying so. Both I  my sister-in-law
 photographer would like to graduate from earlyish 2.3s,

 I;ve been messing with the ubuntu beta (gutsy) and it
 installed RC3 from the start.  Maybe you can find the DEBs
 in their repositories?

Hmm. Fires up an Ubuntu Feisty desktop...

Only 2.2.13 in the optional collection, let's see... Festy Fawn...
Gutsy Gibbon... Horrible... er, what sort of interesting animals
begin with an H? Here is Tamania we have Devils (done), Quolls
(way future), Wombats (future) and a kind of Wallaby called a
Pademelon (future). Hmmm... (-:

OK, Gutsy has 2.4.0~rc3 so I might give that a whirl (Pacific
Internet's mirror seems to have a copy). I wonder what other
dependencies I'll have to drag down -- other than an entire
distro, which would be more than a little tedious over this
dialup link.

Cheers; Leon
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] 2.4 ( DEBs/RPMs)

2007-10-18 Thread Chris Mohler
On 10/18/07, Leon Brooks GIMP [EMAIL PROTECTED] wrote:

 BTW, if anyone sees a real 2.4 DEB or RPM source, please drop
 a message on this list saying so. Both I  my sister-in-law
 photographer would like to graduate from earlyish 2.3s,

I;ve been messing with the ubuntu beta (gutsy) and it installed RC3
from the start.  Maybe you can find the DEBs in their repositories?

Chris
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] 2.4 ( DEBs/RPMs)

2007-10-18 Thread Leon Brooks GIMP
On Friday 19 October 2007 05:29:49 kerry wrote:
 Please could you tell me where I can download the 2.4
 for windows in complete package 

AFAIK, nowhere. Wait a few days, at worst a week or two for
2.4 to be fully released  the Windows packagers to catch up.

BTW, if anyone sees a real 2.4 DEB or RPM source, please drop
a message on this list saying so. Both I  my sister-in-law
photographer would like to graduate from earlyish 2.3s,

Oh,  she also has a Windows laptop, so she'd also be interested
in 2.4 for Win32 for those hard days. (=:

Cheers; Leon
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user