Re: [Gimp-developer] GIMP_HOST

2002-04-05 Thread pcg

On Thu, Apr 04, 2002 at 08:49:13PM -0600, Todd Preuss <[EMAIL PROTECTED]> wrote:
>   Can anyone tell me how I would supply the GIMP_HOST environment for a
> gimp-perl server.

perldoc Gimp::Net is what you are looking for. however:

> looks as if I need to set the auth in the GIMP_HOST.  The following is the
> error message that I am getting.
> 
> protocol error (1) at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Gimp/Net.pm
> line 66

this usually means that gimp could not be started (i.e. it coredumped or
exited early). did you export GIMP_HOST? your perl-program might just
try to start gimp because it couldn't contact the running version, which
probably fails because of an unset DISPLAY.

if this was the reason I'd like to find out ;)

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED]  |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



[Gimp-developer] GIMP_HOST

2002-04-04 Thread Todd Preuss


Can anyone tell me how I would supply the GIMP_HOST environment for a
gimp-perl server.  I am trying to execute a script that call's the server,
but am getting a protocol error.  From information that I have located it
looks as if I need to set the auth in the GIMP_HOST.  The following is the
error message that I am getting.

protocol error (1) at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Gimp/Net.pm
line 66

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer