For anyone who has to access Citrix XenDesktop via web browser from an Ubuntu 15.10 machine:
- Download “Receiver for Linux Web Client” from https://www.citrix.com/downloads/citrix-receiver/legacy-receiver-for-linux/
- Install the downloaded DEB package
- If the remote site is using its own certificate authority, copy the CA certificate file of the remote end to
/opt/Citrix/ICAClient/keystore/cacerts/
- Rehash the Receiver’s certificate store by executing the following command in the console:
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
Have you seen this error before?
ron@vervet:~/Downloads$ /opt/Citrix/ICAClient/wfica.sh launch.ica
(wfica:5412): GLib-CRITICAL **: Source ID 31 was not found when attempting to remove it
Assertion failed @ ../PseudoContainer2/unix/FlashCache.cpp: 1089, Throwing 0x8000ffff
terminate called after throwing an instance of ‘int’
Aborted (core dumped)