[Gimp-developer] Batch mode on MacOS, build 2.8.2

2013-01-22 Thread Daniel Heldt
Hi there,


i recently updated my GIMP to 2.8.2 (the official build) on a mac and 
encountered the problem, that with this version, the batch mode does not seem 
to work. 

It seems that 

/Applications/GIMP.app/Content/MacOS/GIMP is a startup-script which (mainly) 
checks for python and adds the corresponding paths to PATH and finally calls 
/Applications/GIMP.app/Content/MacOS/GIMP-bin, but it does not forward command 
line options to GIMP-bin, so it never starts in batch mode, but always fires up 
the gui.

I manually added $@ to line 83 of (which is the call to GIMP-bin) to forward 
the command line options. This solves the problem for me. So if you agree, that 
this creates the intended behavior (without negative side effects), i'd be glad 
if somebody patched this.

thank you.

with kind regards,

daniel heldt 

___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


[Gimp-developer] python scripting brush size problem

2013-01-22 Thread Robert Grah
He Guys,

I hope it is OK to ask plugin/scripting questions here.
I try to draw a 1px thick pencil line via a Python script but Gimp always draws 
the line in the default brush size not in the size I am setting.


I did the following:

pdb.gimp_context_set_brush_size(1)
pdb.gimp_pencil(drawable,4,[22,22,500,500])

Can someone give me a hint what i am doing wrong?

Cheers,

Robert

___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] cairo 1.12.10-1 not working with GIMP 2.8 or 2.9

2013-01-22 Thread phani

On Tue, 22 Jan 2013 23:59:37 +0530, scl scl.gp...@gmail.com wrote:

Is this probably the same as  
https://bugzilla.gnome.org/show_bug.cgi?id=674928?


not sure about that bug, but it seems this version of cairo breaks other  
things as well. there's various complaints re. it in this report on the  
arch bug tracker: FS#33511 - [cairo] 1.12.10-1 makes icons go crazy  
https://bugs.archlinux.org/task/33511.


--
phani.
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] cairo 1.12.10-1 not working with GIMP 2.8 or 2.9

2013-01-22 Thread Michael Henning
I think this is a cairo bug, not a gimp bug. It looks like the cairo
people have already bisected the commit, so a fix should likely appear
soon.

phani's thread is here:
http://lists.cairographics.org/archives/cairo/2013-January/023959.html

I can reproduce the problem, btw. (I'm also on arch here.)

  -- drawoc

On Tue, Jan 22, 2013 at 2:00 PM, phani listm...@phanisvara.com wrote:
 On Wed, 23 Jan 2013 00:28:25 +0530, phani listm...@phanisvara.com wrote:

 there's various complaints re. it in this report on the arch bug tracker:
 FS#33511 - [cairo] 1.12.10-1 makes icons go crazy
 https://bugs.archlinux.org/task/33511.


 sorry, wrong bug; i meant this one: FS#33463 - [cairo] 1.12.10 breaks
 Thunar's icons and thumbnails https://bugs.archlinux.org/task/33463


 --
 phani.
 ___
 gimp-developer-list mailing list
 gimp-developer-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/gimp-developer-list
___
gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list