Here's a brief guide to installing and running a citrix reciever in 64 bit xubuntu in chrome / chromium.
These steps should work across all *ubuntu flavors.
1. Download latest version of the debian full package "Receiver for Linux (x86_64)"
2. Double-click .deb to install the citrix receiver
3. Replace citrix cacerts with *ubuntu cacerts
4. Set browser to open the citrix .ica file automatically
References
Good luck!
These steps should work across all *ubuntu flavors.
1. Download latest version of the debian full package "Receiver for Linux (x86_64)"
2. Double-click .deb to install the citrix receiver
Code:
icaclient_xx.xx.x.xx_amd64.deb
Code:
cd /opt/Citrix/ICAClient/keystore/
sudo rm -r cacerts
sudo ln -s /etc/ssl/certs cacerts
References
Good luck!