Need some help with installing Citrix ICA reciever - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Need some help with installing Citrix ICA reciever (/showthread.php?tid=504) |
Need some help with installing Citrix ICA reciever - johnantchow - 06-25-2014 Having some trouble installing the Citrix ICA Reciever for Linux Lite. Downloaded the tar.gz binary for Receiver for Linux (ARMEL Package) from the site but the install says the the package is not compatible. http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-130.html Newbie to Linux, glad if anyone can help. thanks Re: Need some help with installing Citrix ICA reciever - Valtam - 06-25-2014 Armel is for arm processors, Linux Lite is x86. Scroll down to and expand 'For 32-bit Systems' and download the 'File Size: 8.62 MB File Type: .deb' package. Re: Need some help with installing Citrix ICA reciever - johnantchow - 06-25-2014 Thanks for the tip. The install worked but when the Generic RDP kicks in for the Citrix it seems to crash. Any ideas? many thanks Re: Need some help with installing Citrix ICA reciever - Valtam - 06-25-2014 I have no experience with Citrix on linux, perhaps this page - https://help.ubuntu.com/community/CitrixICAClientHowTo will be of help. FYI Linux Lite is based on Ubuntu 14.04. Re: Need some help with installing Citrix ICA reciever - Wirezfree - 10-15-2014 (06-25-2014, 06:57 PM)Valtam link Wrote: I have no experience with Citrix on linux, perhaps this page - https://help.ubuntu.com/community/CitrixICAClientHowTo will be of help. FYI Linux Lite is based on Ubuntu 14.04. I realise this is old... I did/do use Citrix Receiver very occasionally for work. I have been using it in my XP VM. I thought I would try this in Linux. The referenced link worked perfectly(for me), just 1 minor "got-cha" The very first time you connect via Citrix it will prompt to download/save a file "Launch.ica" In Chrome when you download it, you get the download status in the task bar, lower left, with a little arrow. select the option to "always open files of this type" From then on, it will always launch straight into Citrix Desktop Dave Re: Need some help with installing Citrix ICA reciever - HalidE - 10-25-2014 @ johnantchow Have you added the root certificates to your install? On my machine I had to add the root certificate, save, exit, then restart citrix and viola everything worked like a champ. Re: Need some help with installing Citrix ICA reciever - riser - 10-29-2014 I used to use Citrix ICA. I think all you have to do is the following:
Code: sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/ There was an issue with the 64bit older version. It was fixed by changing the install script, but I don't think you need to do it anymore. Hope this helps. riser |