Skip to content

v4.3.1

Compare
Choose a tag to compare
@mviereck mviereck released this 29 May 15:30
· 1219 commits to master since this release

4.3.1 - 2018-05-29

Changed

  • --auto: prefer --nxagent over --xpra and --xephyr. Reasons:
    Faster startup than --xpra. Flexible display size opposed to --xephyr.
    Since Ubuntu 18.04 available to broader range of users than before.
  • --runfromhost can be specified multiple times now.
  • --runasroot can be specified multiple times now.
  • --dbus-system and init systems: remove useless or failing dbus services.
  • --systemd: mask some useless or failing units.
  • set DISPLAY, XAUTHORITY, WAYLAND_DISPLAY and XDG_RUNTIME_DIR
    in docker run command for easier custom use of docker exec.

Fixed

  • --xpra: Deny to start xpra >2.2.5 and <r19519 due to MIT-SHM bug.
    Show message that startup is only possible with --hostipc.
    xpra bugticket: https://xpra.org/trac/ticket/1858
  • --xpra: Warning and workaround for cookie bug in xpra >=v2.3.
    xpra bugticket: https://www.xpra.org/trac/ticket/1859
  • --xpra in desktop mode: Allow closing client window, don't restart.