Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using WebRenderer (java headless browser) and it does not require xserver. I have tested it in Ubuntu and Ubuntu server and it runs fine without it.

However, in openSUSE when I run my program I get this error: Gtk-WARNING **: cannot open display:

I tried setting the DISPLAY variable to 0.0 (export DISPLAY=:0.0) but I don't think thats supposed to fix anything. Although when I did set the variable I would get an error saying can't connect to the server using '0.0' as the value of the DISPLAY variable.

Is there a reason that it has problems with xserver in openSUSE and not Ubuntu (when it does not require xserver to run)?

Any help would be appreciated. Thanks!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.