Here's how I got Citrix Presentation Server (Citrix Client) running on Fedora 12.
- Install the rpmfusion repo if not already installed
- Make sure your system is up-to-date
- Install OpenMotif - at this time is version 2.3.2 which works fine.
- There is a conflict with the cjkuni-uming-fonts package - if you have it installed, remove it
- Download the Citrix ICA Client rpm from:
- Install the Citrix ICA Client:
- Configure for use with Firefox:
ln -s /usr/lib/ICAClient/npica.so ~/.mozilla/plugins/
When Firefox asks you how to open an .ica file choose to open it with /usr/lib/ICAClient/wfica and select to do this automatically.
Done!
On some installs I have seen been a VeriSign cert error, that reads:
To fix this problem, I added the missing certificates by exporting them from firefox into the ICA client's cacerts folder.
If you have a local install of the ICA client this is usually in:
Otherwise it will usually be in:
Ok, to export the certs from firefox go to: [Edit->Preferences->Advanced->Encryption->View Certificates]
Scroll down to the set of VeriSign certificates - Now for each that has "Class 3" in its name, export it in X.509 (PEM) format to .../ICAClient/keystore/cacerts/
For me there were 8 Class 3 VeriSign certificates to export.
That's it, you should be all set to go.
