🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Thread View: comp.graphics.apps.gimp
3 messages
3 total messages Started by le_rhone@my-deja Fri, 09 Jun 2000 00:00
Gimp without X-server
#3797
Author: le_rhone@my-deja
Date: Fri, 09 Jun 2000 00:00
32 lines
671 bytes
hi,
excuse me because i'm not good in english !

my problem is !

i will lunch script perl to manipulate gimp and
generate a jpg image wthout having an X
environnement.

for this i have :
   -lunch perl-server,
   - virtual X (Xvfb)
   - and Gimp wich can't be lunch :o( it generate
this error message : Glib-CRITICAL **: file
gash.c: line 138 (g_hash_table_lookup): assertion
'hash_table != NULL' failed.

** ERROR **: could not find handler for message:
5.


tank you for your help and ui any one have another
idea to lunch a script perl-fu without having an x
environnement will be the wellcome.

bye, Fethi.


Sent via Deja.com http://www.deja.com/
Before you buy.


Re: Gimp without X-server
#3900
Author: <acebone@f2s.com
Date: Tue, 27 Jun 2000 00:00
54 lines
1184 bytes
Did you remember to export a DISPLAY environnement variable?

Goes like this

	# export DISPLAY='127.0.0.1'
	# xhost +127.0.0.1 (or perhaps + 127.0.0.1)

Regards 
Acebone

P.S. Now I've actually *read* your question – the answer probably doesn't 
apply, but it's a nice answer – so I'll let it live :-)


>>>>>>>>>>>>>>>>>> Oprindelig meddelelse <<<<<<<<<<<<<<<<<<

Den 09-06-00, 12:20:20, skrev le_rhone@my-deja.com til emnet Gimp without 
X-server:


> hi,
> excuse me because i'm not good in english !

> my problem is !

> i will lunch script perl to manipulate gimp and
> generate a jpg image wthout having an X
> environnement.

> for this i have :
>    -lunch perl-server,
>    - virtual X (Xvfb)
>    - and Gimp wich can't be lunch :o( it generate
> this error message : Glib-CRITICAL **: file
> gash.c: line 138 (g_hash_table_lookup): assertion
> 'hash_table != NULL' failed.

> ** ERROR **: could not find handler for message:
> 5.


> tank you for your help and ui any one have another
> idea to lunch a script perl-fu without having an x
> environnement will be the wellcome.

> bye, Fethi.


> Sent via Deja.com http://www.deja.com/
> Before you buy.


Re: Gimp without X-server
#3906
Author: Alexander+News@L
Date: Wed, 28 Jun 2000 00:00
30 lines
886 bytes
In article <20000627.22371261@mis.configured.host>,
	<acebone@f2s.com> writes:
> Did you remember to export a DISPLAY environnement variable?
> Goes like this
> 	# export DISPLAY='127.0.0.1'

It has to be
  export DISPLAY7.0.0.1:0
but this may slow down things a litte bit (depends on the cleverness of
your X server), so use
  export DISPLAY=:0
instead.

> 	# xhost +127.0.0.1 (or perhaps + 127.0.0.1)

If you use "DISPLAY=:0" please use "xhost local:" instead (if you use
"xhost local:" and also use "DISPLAY7.0.0.1:0" and everything works as
expected, you may have a clever X server).

Bye,
Alexander.

--
   If Bill Gates had a dime for every time a Windows box crashed...
                ...Oh, wait a minute, he already does.

http://www.Leidinger.net                  Alexander+Home @ Leidinger.net
  GPG fingerprint = 7423 F3E6 3A7E B334 A9CC  B10A 1F5F 130A A638 6E7E


Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads