On Mon, Jul 5, 2010 at 4:41 PM, Lioz Cohn <liozcoh...@gmail.com> wrote:
>> Hi,
>> First you need to set your DISPLAY correctly. Lioz >> may you be more
>> specifeid how should I do it ??
>

Hi Lioz,
There's no need for multiple question marks. It's rude, like shouting.
As for how to set DISPLAY and to which value, that depends on your
setup. I'm guessing, but If you're using c-shell as your shell and
connecting to a remote host, e.g. a VNC server running on some machine
you would do:

     setenv DISPLAY server_name:port_num

If you're using bash you would write:

     DISPLAY = server_name:port_num ; export DISPLAY

If it's just your local machine you can use "localhost" as the server
name. There's a longer answer at:
     
http://support.objectplanet.com/esupport/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=17

There's an answer on automatically setting DISPLAY at:
     
http://stackoverflow.com/questions/1057343/how-do-i-automatically-set-the-display-variable-for-my-current-session

Setting DISPLAY isn't a Padre related issue which is why I was not
more specific in my original answer. Any graphical application will
require DISPLAY to be set in order to run.

Regards,
-- 
Offer Kaye
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to