Citrix Receiver

How to Configure the Citrix Receiver for Linux and Create Desktop Shortcut

After installing the Citrix Receiver for Linux (here are step by step instructions for Ubuntu and openSUSE), you may want to configure the desktop client and setup desktop shortcuts instead of using the web interface to connect. Here are instructions on how to do this:

  • After Installing, you can launch Citrix Receiver from the shortcut in the Applications menu. Click on View > Citrix XenApp View

Citrix Receiver Configure Desktop Shortcut 1

  • Enter the Server URL and click Update (This should be the same URL you would connect to the web interface with)

Citrix Receiver Configure Desktop Shortcut 2

  • Enter the Username, Password, and Domain. Check Save Password and click OK (This should be the same credentials you would enter on the web interface)

Citrix Receiver Configure Desktop Shortcut 3

How to Install Citrix Receiver for Linux 12.0 on openSUSE 12.1

Citrix Receiver for Linux is software that lets you access enterprise data, applications, and desktops from any Linux workstation. Although you should be able to install Citrix Receiver on any distribution of Linux, this tutorial is designed and tested for openSUSE 12.1 32 bit. If you want to install Citrix Receiver for Ubuntu, check out this tutorial.

To download Citrix Receiver, go to the download page and download the .rpm file for x86 systems:

http://www.citrix.com/site/ss/downloads/details.asp?downloadId=2316611&productId=1689163

To install Citrix Receiver, dependencies, and make Firefox's certificates available to Citrix, run these commands (this assumes you downloaded the .rpm package into the Download folder):

sudo zypper addrepo -f http://ftp.gwdg.de/pub/linux/packman/suse/12.1/ packman
sudo zypper refresh
cd ~/Downloads
wget http://www.openmotif.org/files/public_downloads/openmotif/2.3/2.3.3/openmotif-2.3.3-1.suse10.3.i586.rpm
sudo zypper install ./openmotif-2.3.3-1.suse10.3.i586.rpm ./ICAClient-12.0.0-0.i386.rpm ffmpeg
sudo cp /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts

How to Install Citrix Receiver for Linux 12.0 on Ubuntu 11.10

Citrix Receiver for Linux is software that lets you access enterprise data, applications, and desktops from any Linux workstation. Although you should be able to install Citrix Receiver on any distribution of Linux, this tutorial is designed and tested for Ubuntu 11.10 32 bit. If you want to install Citrix Receiver for openSUSE, check out this tutorial.

To download Citrix Receiver, go to the download page and download the .deb file for x86 systems:

http://www.citrix.com/site/ss/downloads/details.asp?downloadId=2316611&productId=1689163

To install Citrix Receiver, dependencies, and make Firefox's certificates available to Citrix, run these commands (this assumes you downloaded the .deb package into the Download folder):

sudo apt-get install libmotif4 ffmpeg
sudo dpkg -i ~/Downloads/icaclient_12.0.0_i386.deb
sudo cp /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts

Subscribe to Citrix Receiver