Changes between Version 9 and Version 10 of FAQ
- Timestamp:
- 10/18/13 05:43:18 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v9 v10 28 28 System notifications use [http://www.freedesktop.org/wiki/Software/dbus dbus], so you must start the xpra server within its own dbus session, ie: "{{{dbus-launch xpra start ...}}}" (see dbus-launch for details). This is one of the things that [http://winswitch.org/about winswitch] does for you. 29 29 * How do I forward a full desktop (ala VNC) instead of individual applications? 30 Use [http://www.freedesktop.org/wiki/Software/Xephyr/ Xephyr], simply start the xpra server with: {{{xpra start --start-child="Xephyr :200 -ac -screen 800x600" ...}}} then start a window manager or desktop environment on the {{{Xephyr}}} dusplay, ie: "{{{DISPLAY=:200 fluxbox&}}}". 30 Use [http://www.freedesktop.org/wiki/Software/Xephyr/ Xephyr], simply start the xpra server with Xephyr as a child and start a window manager (ie: fluxbox, or a full desktop environment like gnome or KDE) on the {{{Xephyr}}} display: 31 {{{ 32 xpra start --start-child="Xephyr :200 -ac -screen 800x600" :100 33 DISPLAY=:200 fluxbox& 34 }}} 31 35 Note: you must chose a separate display number for Xephyr. 32 36 If Xephyr is not available on your system, you can also use [http://www.xfree86.org/4.2.0/Xnest.1.html Xnest].