On 03/22/2012 08:05 PM, Neal Becker wrote: > Built on fedora f16 x86_64. Install like this: > > python setup.py install --user > > Then: > > xpra start :100 > > DISPLAY=:100 xterm > > [sits and waits but nothing happens...] That's because your xterm is running on the Xpra display :100, you need to attach to this session from somewhere to be able to interact with it. ie: in its simplest form, run from the same machine's GUI: xpra attach :100 As per: https://xpra.org/#get_started
Cheers Antoine > > ---nbecker1-100.log: > > Xlib: extension "RANDR" missing on display ":100". > Xlib: extension "RANDR" missing on display ":100". > Xlib: extension "RANDR" missing on display ":100". > Randr not supported: X server does not support required extension Randr > cannot register our notification forwarder: the name > 'org.freedesktop.Notifications' is already claimed on the session bus > > xpra is ready. > --------------- > > All commands run as user (not root). > > Any ideas? > _______________________________________________ > shifter-users mailing list > [email protected] > http://lists.devloop.org.uk/mailman/listinfo/shifter-users _______________________________________________ shifter-users mailing list [email protected] http://lists.devloop.org.uk/mailman/listinfo/shifter-users
