Citrix Workspace App for Linux Gotcha

For those wanting to use the native Linux (Ubuntu and flavors) Citrix Workspace App to connect to a remote desktop, first perform a check by running the following command:

  • /opt/Citrix/ICAClient/util/HdxRtcEngine

If you encounter the following error, it means you are missing a dependency:

error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory

To fix the issue, execute the following command in a Terminal:

  • sudo apt install libc++1