Table of Contents

Citrix Client

This article describes how to install and configure The Citrix Client on Slackware. Nowadays this client is better known as the “Citrix Receiver”.

Quoting the Citrix web site: “Citrix Receiver is an easy-to-install client software that lets you access your docs, applications and desktops from any of your devices including smartphones, tablets and PCs” - assuming of course that someone (usually your employer's company) has setup a Citrix Server somewhere to which the Receiver can make its remote connections.

Requirements

Download and install

On the Citrix web site, search for “linux client (32bits)”. At the moment of writing, the search path is:
http://www.citrix.com/downloads/ > “Citrix Receiver” > “Receiver for Linux” > “x86 client - requires OpenMotif v.2.3.1 (tar.gz version)”

Create a temporary directory if you want, and as root, extract the tarball and run the installer:

# mkdir icaclient
# cd icaclient/
# tar xvf  ~/downloads/linuxx86_12.1.0.203066.tar.gz

Run the “setupwfc” program and accept all the default values which it offers. If you do not want to use the default installation directory “/opt/Citrix/ICAClient/” then you will have to define the environment variable “ICAROOT” and point that to your custom installation directory.
The “setupwfc” program will ask you if you desire browser integration and integration with the KDE Desktop Environment. That is good to have so the answer you give is “yes”. As a result, the application links in your company's Citrix Server will automatically work.

  # ./setupwfc

Configuration

The Citrix client/server communication uses SSL encryption. Your company may be using a SSL certificate for which the CA certificate is not yet known to the Citrix Client.

Caveats

If your Mozilla Firefox browser refuses to start the “icaclient” that can be caused by a non-standard language setting. At work I have a localized Linux (configured for dutch language, so my “LANG” environment variable is set to “nl_NL.UTF-8”). This is what I had to do in order to fix this issue:

Sources