You are not logged in.
I had X crash and logged back in, and now in my screen session I can't open any apps that use X, ie.,:
~/.fluxbox # gedit keys
cannot open display:
Run 'gedit --help' to see a full list of available command line options.
~/.fluxbox #
Must I start a new screen to have it work again or can be fixed within current screen? Thanks for any help!
Offline
you have to have x running.
Offline
I do I logged back in to flux.
Offline
Looks like your DISPLAY variable isn't set? What does
$ echo $DISPLAY
show? If nothing, try the following in your screen session (you may have to do this for each shell within screen that you're running):
$ export DISPLAY=":0"
(assuming that it is DISPLAY 0, which is the default)
Last edited by nogoma (2008-08-12 17:17:54)
-nogoma
---
Code Happy, Code Ruby!
http://www.last.fm/user/nogoma/
Offline