Open GoogleCodeExporter opened 9 years ago
Seems to be a problem with python-xlib connecting with display.
What is the output of:
echo $DISPLAY
If it's something different than ":0.0" try changing in pywo/core/xlib.py line:
__DISPLAY = Display()
to:
__DISPLAY = Display(':1.1')
replacing ':1.1' with whatever is the output of "echo $DISPLAY"
Original comment by kosci...@gmail.com
on 3 Jan 2012 at 10:26
Thanks for the quick reply! "echo $DISPLAY" does output ":0.0".
> echo $DISPLAY
:0.0
It looks like it is a problem with python-xlib. I installed another program
that has it as a dependency, and it crashes with the same error message.
Original comment by aaronwells
on 3 Jan 2012 at 10:39
Yeah, rolling back to linux headers 3.0.0-14 solves the problem. So, I think
this is an upstream bug, not a pywo issue.
Original comment by aaronwells
on 3 Jan 2012 at 11:02
To temporarily fix it, run xhost +
@freealong Works great.
almost the same thing happens to me but no given solution works. the output of echo $DISPLAY is: :0
Original issue reported on code.google.com by
aaronwells
on 3 Jan 2012 at 10:04