Topic: How To: Citrix Receiver in Statler
I had a little trouble installing Citrix Receiver in Crunchbang, on amd64 architecture. Just in case anyone else runs into the same problems, I thought I'd report on how I got it working.
First I made sure I installed a few libraries and their dependencies. The libraries I installed (along with their dependencies) were:
libmotif4
ia32-libs
lib32stdc++6
Next I downloaded the Citrix Receiver .deb file from the Citrix website (http://www.citrix.com/site/SS/downloads
ost1349860). When I tried to install it, I got an error about wrong architecture. Google provided me with feedback that a lot of people were having that problem using any Debian based amd64 system. Some of them were uninstalling libmotif4 and installing a 32 bit version from the web. Instead, I just opened a terminal and tried:
#Change to the downloads directory
cd downloads
#Force the installation (be sure to use the correct package name)
sudo dpkg -i --force-architecture icaclient_11.100_i386.patched.debThen after exiting the terminal and opening up Chromium browser, I went to my company's website and tried to launch the Citrix client. As expected, Chromium downloaded the file 'launch.ica'. I set it to open with '/usr/lib64/ICAClient/wfica'.
After setting 'launch.ica' to open automatically, I have my Citrix Receiver working exactly as I want it to perform.
This may be extremely simple, but a few months ago, I wouldn't have known how to get it working and would have abandoned the distro. So hopefully it will help someone.
Greg