Closed GoogleCodeExporter closed 9 years ago
The line "GtkWarning: could not open display" suggests that xpra simply can't
find your local X server to display stuff on -- is your DISPLAY environment
variable set? Do other X apps work on OS X?
Original comment by njsmith@ucsd.edu
on 3 Aug 2010 at 6:00
Yes, DISPLAY is set. Yes, other X apps work.
Original comment by crhal...@gmail.com
on 3 Aug 2010 at 6:14
Strange.
Unfortunately, I don't have access to any OS X box to test on. Can you try the
following:
1) start python at the command line
2) type 'import gtk' and tell me any output/errors you get
3) type 'gtk.gdk.get_default_root_window()' and tell me any output/errors you
get
4) type 'gtk.gdk.get_default_root_window().get_size()' and tell me any
output/errors you get
Also, does it work if you run X11.app in fullscreen mode, instead of rootless?
(Obviously rootless *should* be supported, but it might help narrow down the
problem.)
Original comment by njsmith@ucsd.edu
on 4 Aug 2010 at 12:39
After looking at issue 29, I checked to see if either of my machines had old
files in the build directories, and both did.
Two fresh checkouts and two "rm -rf ~/.xpra"'s later, I can no longer reproduce
the problem.
Note to self: make sure the build environment was clean before complaining.
Sorry for the noise, this issue can be closed.
Original comment by crhal...@gmail.com
on 5 Aug 2010 at 7:59
Huh. I can't think how that would have caused this, but good to know. Glad you
figured it out.
Original comment by njsmith@ucsd.edu
on 5 Aug 2010 at 8:39
Original issue reported on code.google.com by
crhal...@gmail.com
on 3 Aug 2010 at 4:47