Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-10 Thread David Gowers
On 3/11/07, Joao S. O. Bueno Calligaris <[EMAIL PROTECTED]> wrote: On Sunday 11 March 2007 01:25, Tony Freeman wrote: > OK, I found this site ... I'll be studying this for a while :-) > > http://developer.gimp.org/plug-in-template.html You really be better trying out pythhon scripts first. Onl

Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-10 Thread Joao S. O. Bueno Calligaris
On Sunday 11 March 2007 01:25, Tony Freeman wrote: > OK, I found this site ... I'll be studying this for a while :-) > > http://developer.gimp.org/plug-in-template.html You really be better trying out pythhon scripts first. Only if you intend to perform image processing - like performign some a

Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-10 Thread Tony Freeman
OK, I found this site ... I'll be studying this for a while :-) http://developer.gimp.org/plug-in-template.html -- Tony Tony Freeman wrote: > Thanks for all the comments, > > I guess I'll investigate python-fu. > > I do not see a tutorial on the gimp website for python-fu > (http://www.gimp.org

[Gimp-user] Gimp-2-3 opens with close-gadget only

2007-03-10 Thread User1001
There are no minimize/maximize gadgets in the Gimp-2.3 Gnome desktop (application) window, and those functions are disabled in the Gnome desktop (application) window menu. How's come, and how do we get those functions restored? ___ Gimp-user mailing list

Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-10 Thread Tony Freeman
Thanks for all the comments, I guess I'll investigate python-fu. I do not see a tutorial on the gimp website for python-fu (http://www.gimp.org/tutorials/#Script) so I'll be doing some googling ... would anyone happen to know of a good basic tutorial I could check out? Or better yet ... I like G

Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-10 Thread saulgoode
Quoting Tony Freeman <[EMAIL PROTECTED]>: > Hello, > > I wonder if someone could help me with this problem I'm having using the > 'system' command in a scheme file. Unfortunately, the 'system' command is one of those rare SIOD functions that is not implemented in Script-fu. You may need to writ

Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-10 Thread Sven Neumann
Hi, On Sat, 2007-03-10 at 17:48 -0500, Tony Freeman wrote: > I wonder if someone could help me with this problem I'm having using the > 'system' command in a scheme file. I don't think that the SIOD functions 'system' or 'delete-file' are implemented in Script-Fu. Sven _

[Gimp-user] Unable to use 'system' command for script-fu

2007-03-10 Thread Tony Freeman
Hello, I wonder if someone could help me with this problem I'm having using the 'system' command in a scheme file. [code] ; launch system call to copy image to our www directory on ldad (set! command (string-append "/usr/bin/scp " SRCFilename " " RemoteImageDir)) (system command)

Re: [Gimp-user] Script-Fu Question about Saving Image to Network Share

2007-03-10 Thread GSR - FR
Hi, [EMAIL PROTECTED] (2007-03-10 at 1258.19 -0500): > If saving to a network drive is not possible (such as smb://), is there > some other trick I could use to get the image over there? Mount the network drive. You can use smbmount or fusesmb, for example. Then files will appear in the main tre

Re: [Gimp-user] Script-Fu Question about Saving Image to Network Share

2007-03-10 Thread Sven Neumann
Hi, On Sat, 2007-03-10 at 12:58 -0500, Tony Freeman wrote: > If saving to a network drive is not possible (such as smb://), is there > some other trick I could use to get the image over there? GIMP 2.2 doesn't save to remote locations. You could try your luck with the 2.3 development version o

[Gimp-user] Script-Fu Question about Saving Image to Network Share

2007-03-10 Thread Tony Freeman
Hello, I'm writing a script-fu for use in my office. The idea is to reduce the amount of steps the user needs to take in order to save an acquired screenshot to our website. * *The problem I am having is that I cannot seem to save a file to an smb:// type address. This is the error I get whe

[Gimp-user] GIMP, pen tablets, and Window mode

2007-03-10 Thread Dave M G
GIMP Users, I use a Wacom tablet to draw in GIMP on a Linux computer. It has pressure sensitivity and draws quite smoothly and overall is working great. However, the ideal way to work with a tablet in a graphics application is in "Window" mode, so that the entire surface of the tablet correspo