Has anyone been able to get the Citrix Receiver running on Ubuntu 14.04 64bit?

I have installed the Citrix Receiver 13.0.0.256735 as described for Ubuntu 13.10 here: CitrixICAClientHowTo

The installation has succeded under Ubuntu 14.04 64 bit. But if I start the Citrix Receiver nothing happens.

Is there someone who has it running with Ubuntu 14.04?


I followed the below steps and it worked for me:

  1. Download Citrix for Linux 64 bit from http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-130.html
  2. Follow instructions in "Citrix Receiver 12.1 on Ubuntu 14.04 64-bit" section from https://help.ubuntu.com/community/CitrixICAClientHowTo
  3. In case of any Verisign certificate errors, export the certificates mentioned in the errors (eg: VeriSign Class 3 International Server CA - G3) from Mozilla Firefox: Edit > Preferences > Advanced > Encryption > View Certificates, and browse the list to find the VeriSign entries.
  4. Export the ones that are Class 3, one by one, in X509 format (PEM), and store them in your "cacert" folder with the .crt extension (you have to manually add the extension when you save the certificates). Copy it to /opt/Citrix/ICAClient/keystore/cacerts/.

Refer http://ubuntuforums.org/archive/index.php/t-1143029.html for more details.