Hi, (snip) > It appears to 'xpra start :7' ok, with some scary messages (..) Most of these messages are normal, there is one strange thing though: your system seems to report that randr is enabled on the Xvfb screen!? That is only meant to be possible when using Xdummy in place of Xvfb. What distro and version are you using? What package does Xvfb come from? Can you start an Xvfb display and see if xrandr really is listed as a supported extension?
(snip) > Then I try to attach with 'xpra attach :7', and nothing shows up. > The log, however, shows an actual python stack trace (see [3]) That's the code trying to use randr and finding out that it isn't available the hard way... I've just updated the source to cope with this situation better (it will just continue using a screen that is bigger than needed - which is fine): http://winswitch.org/src/xpra-0.0.7.21-rc2.tar.bz2 > I plan to just compile the same xpra-0.0.7.20 source on my Mac (snip) If you want a native version of xpra (one that does not use the X11 server), you should be able to follow the instructions found here: http://winswitch.org/dev/macosx.html All you need from this page is the jhbuild section + gtk-osx Or if you don't mind running via an X server, you can just build directly from the source I linked above (does not work with trunk). Note that the code assumes that you don't want to build the server on OSX, since there are very few useful apps you could actually run on it. I've never even tried to build the server on OSX (although it should be possible). > It felt like we were talking about application Foo and the page was > for downloading application Bar Yes, sorry about that, I should have made it clearer: the repository includes xpra packages and you don't have to install the rest if you don't want to. Cheers Antoine _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
