ramy_maia
Member level 2
just upgraded from FC4 to FC6 and i got this error when trying to open design architect or ic station
i tried to define the display variable but still not working
any ideas??
Added after 1 hours 31 minutes:
solved by making a link to /usr/bin and put it in the folder /usr/X11R6 (sure rename the link to be just "bin" instead "link to bin")
Code:
// ERROR: Cannot connect to DISPLAY
// Please verify that your DISPLAY ("localhost.localdomain:0.0") is set to a system
// with proper X server authorization. Reference xhost man page.
Code:
$ export DISPLAY=$(uname -n):0.0
$ xhost +$(uname -n)
Added after 1 hours 31 minutes:
solved by making a link to /usr/bin and put it in the folder /usr/X11R6 (sure rename the link to be just "bin" instead "link to bin")