Xpra

From Wikipedia, the free encyclopedia
Xpra
Original author(s)Nathaniel Smith
Developer(s)Nathaniel Smith, Antoine Martin
Initial releaseFebruary 20, 2008; 13 years ago (2008-02-20)
Stable release
4.2.3[1] / October 4, 2021; 3 months ago (2021-10-04)
Written inPython
Operating systemUnix-like, MS Windows, Mac OS X
Available inEnglish
LicenseGPL-2.0-or-later
Websitexpra.org

xpra or X Persistent Remote Applications is a tool which runs X clients, typically on a remote host, and directs their display to the local machine without losing any state.[2]

It differs from standard "X forwarding" in that it allows disconnection and reconnection without disrupting the forwarded application. It differs from VNC and similar remote display technologies in that xpra is rootless: i.e., applications forwarded by xpra appear on the local desktop as normal windows managed by the local window manager, rather than being all "trapped in a box together". Xpra also uses a custom protocol that is self-tuning and relatively latency-insensitive, and thus is usable over worse links than standard X.

The idea for Xpra was inspired after the original author's experience of attempting to use various NX technology based setups.[3]

Operation[]

The display server manages the INPUT and the OUTPUT for all of its clients. Xpra acts like a compositing window manager

Xpra connects as a compositing window manager to an Xvfb display server. However, instead of combining the window images to present on the screen, it directs the window images into a network connection to the xpra client, where they are displayed on the remote screen. Mind, the server, also supports direct attachment, which makes it behave as a persistent application server. For example, in the case where there is only a X server available at the remote end. It also acts as a window manager for the X server it is running against, but it doesn't actually have any window manager policy built into it. Instead, it takes all the window management requests from the applications, sends them over the wire to the client, who then issues those same requests on the real display, waits for further answer the real window manager gives, and then forwards that answer back to the xpra server. In addition to the normal xpra client, it also supports using an html 5 capable web browser as a client.[4]

See also[]

  • GNU Screen and tmux - terminal multiplexers for console-mode (text-mode) applications
  • xmove - a tool allows you to move programs between X Window System displays
  • the lbxproxy tool, which allows disconnecting and reconnecting [1]

References[]

  1. ^ Martin, Antoine (4 October 2021). "[winswitch] [ANNOUNCE] Xpra 4.2.3 - no major bugs". shifter-users@lists.devloop.org.uk (Mailing list). Retrieved 19 October 2021.
  2. ^ Michael Larabel (2013-08-19). "XPRA: Persistent Remote Applications On X". Phoronix.
  3. ^ Smith, Nathaniel (2009-07-25). "Comment #343389". Google releases Neatx NX server. LWN. Retrieved 2009-07-25. ... I was so frustrated that I wrote a competitor, 'xpra'.
  4. ^ Williams, Al (31 March 2017). "Linux-Fu: Applications on the web". Hackaday. Retrieved 28 September 2018.


Retrieved from ""