Linux Virtual Delivery Agent

Fixed issues

The Linux Virtual Delivery Agent 2311 includes the following fixed issues:

  • When you access a virtual desktop session using a client device that has no battery, the client battery status might appear in the session unexpectedly. The issue occurs when you use either of the following clients to access the same session that you previously opened using a client device with battery:

    • Citrix Workspace app for Mac
    • Citrix Workspace app for Linux

    [LNXVDA-15406]

  • When you update the Linux VDA to version 2308 and rerun ctxinstall.sh, your home folder is modified. The issue occurs when you set the Kerberos realm name in uppercase and use SSSD as the domain joining method. To resolve the issue, make the following changes to ctxinstall.sh:

    • In the get_realm script function, change realm=$(tr '[:upper:]' '[:lower:]' <<<"${CTX_EASYINSTALL_REALM}") to realm="${CTX_EASYINSTALL_REALM}" and change realm=$(tr '[:upper:]' '[:lower:]' <<<"$val") to realm="$val"
    • In the get_netbios_domain script function, change workgroup=$(tr '[:upper:]' '[:lower:]' <<<"$CTX_EASYINSTALL_NETBIOS_DOMAIN") to workgroup="$CTX_EASYINSTALL_NETBIOS_DOMAIN"

    [CVADHELP-23303]

  • When HDX 3D Pro is enabled, sessions on the extended monitors are blacked out and only the primary monitor displays the sessions properly. To resolve the issue, open a terminal on the VDA and run the following commands as needed:

    • For dual monitors, run:

       #sed -i "/UseEDID/a \ \ Option \"ConnectedMonitor\" \"DFP, DFP\"" /etc/X11/ctx-nvidia-2.conf
       <!--NeedCopy-->
      
    • For triple monitors, run:

       #sed -i "/UseEDID/a \ \ Option \"ConnectedMonitor\" \"DFP, DFP, DFP\"" /etc/X11/ctx-nvidia-3.conf
       <!--NeedCopy-->
      
    • For quadruple monitors, run:

       #sed -i "/UseEDID/a \ \ Option \"ConnectedMonitor\" \"DFP, DFP, DFP, DFP\"" /etc/X11/ctx-nvidia-4.conf
       <!--NeedCopy-->
      

    [LNXVDA-15259]

  • Linux VDA sessions might become unresponsive when you stop using the sessions for some time. [CVADHELP-21344]

  • Linux VDAs provisioned by the Machine Creation Services (MCS) might fail to register with Citrix Cloud. [CVADHELP-23600]

  • VDA registration might fail when the number of concurrent connections is already established. [CVADHELP-23789]

  • When you connect the USB device and select it, instead of redirecting to the Ubuntu machine, it might be listed under the Devices tab of the Citrix Workspace app toolbar. [CVADHELP-23798]

  • When you drag a published application, a part of the application window might display background images. [CVADHELP-23824]

Fixed issues

In this article