Citrix client installation and configuration in ubuntu 11.10 or 12.04

25,711

Solution 1

Ironically in the last days I wrote an installation guide (using Citrix receiver), here are my steps:

Linux 32-bit

  1. Get the Citrix Receiver from www.citrix.com -> Downloads -> Client Center -> Linux
  2. Install it. You might get a warning this package has low quality.
  3. Get OpenMotif, at least version 2.3.1: http://ftp.us.debian.org/debian/pool/non-free/o/openmotif/libmotif4_2.3.3-5_i386.deb (Warning: this does not work nicely, maybe because of compositing enabled. You might instead want to install OpenMotif via your Package Manager, e.g. Synaptic)
  4. Now you should be able to start Citrix Receiver (Ubuntu: Applications -> Internet -> Citrix Receiver, in general/or to debug an error via gnome-terminal: /opt/Citrix/ICAClient/wfcmgr -icaroot /opt/Citrix/ICAClient)
  5. Read below how to continue

Linux 64-bit

  1. Get the Citrix Receiver from www.citrix.com -> Downloads -> Client Center -> Linux
  2. Install it. You’ll probably get a warning this package has low quality. In fact this is a 32 bit package.
  3. Get OpenMotif 32 bit, at least version 2.3.1 (taken from this guide)
  4. Now you should be able to start Citrix Receiver (Ubuntu: Applications -> Internet -> Citrix Receiver, in general: /opt/Citrix/ICAClient/wfcmgr -icaroot /opt/Citrix/ICAClient)
  5. Read below how to continue

How to connect

  1. Start Citrix Receiver
  2. View -> Citrix XenApp View
  3. Enter http:// hostname (make sure you can reach this address, e.g. test with ping; the hostname is the same hostname as for the Windows Online version, but leave the http path)
  4. Afterwards enter your credentials like on Windows

My workstation is a 64-bit, unfortunately I hadn't had much opportunity to improve the 32-bit configuration steps. In fact I just posted a question on askubuntu regarding compositing: Citrix Client on Ubuntu has focus problems

Solution 2

The XenClient works like a live CD. You burn the .ISO image you downloaded from the site to a CD/DVD, boot the computer from it and follow the instructions.

If you're using Ubuntu 11.10, I suggest you do it virtually via Virtualbox. That way you preserve your settings.

The instructions on the download page are sufficient. Here:

Instructions

Thank you for your interest in trying Citrix XenClient. To get started with the evaluation software right away, please take the following steps:

Step 1 - Prerequisites

  • Please ensure that your laptop/desktop meets the technical specifications and hardware compatibility list (HCL) for running XenClient on it.

  • If you intend to manage multiple XenClient computers with the Synchronizer for XenClient, you will need to have a server system running XenServer 5.6 or higher. The Synchronizer for XenClient is provided as a Xen Virtual Appliance (XVA) file, which can be imported into XenServer. If you do not already have XenServer in your environment, you will need to install XenServer onto a physical server to host your Synchronizer. You can download XenServer Free.

Step 2 - Software Downloads

  • Download the XenClient file in the Download section above. Burn the ISO image onto an optical media.

  • Boot up the computer with the optical media and follow the instructions to install XenClient.

Note: Back up all data on the computer prior to installing XenClient. XenClient installs on the computer directly and erases any existing software that was installed previously.

Step 3 - Configuration & Support

Share:
25,711

Related videos on Youtube

Deepak Rajput
Author by

Deepak Rajput

Updated on September 18, 2022

Comments

  • Deepak Rajput
    Deepak Rajput over 1 year

    Please tell me how to configure and install citrix client.

    Detail procedure searched on Google not able to find any document on 11.10

    • Rinzwind
      Rinzwind almost 12 years
      Half a year later and user694971's answer got me on the right track :) Added in what I did for 12.04 and it was easier than I thought it would be. Thanks for the question Deepak :+
    • Merlijn Sebrechts
      Merlijn Sebrechts about 8 years
      Possible duplicate of How do I install Citrix receiver?
  • Deepak Rajput
    Deepak Rajput over 12 years
    only want configure client to connect to citrix server citrix.com/English/ss/downloads/…
  • Deepak Rajput
    Deepak Rajput over 12 years
    It will great help if you can tell how connect where do i put the address.is java required if yes which version
  • user694971
    user694971 over 12 years
    You're welcome. To connect you just have to follow "How to connect". At which point do you get stuck? But you don't need Java, the only thing required is OpenMotif.
  • Deepak Rajput
    Deepak Rajput over 12 years
    where do i put the address.please it will great if you can give step step of how to connect
  • user694971
    user694971 over 12 years
    Just to clarify: you can use Citrix Receiver without a web browser. In case you want to use a browser, here is some info about it
  • Deepak Rajput
    Deepak Rajput over 12 years
    Confusing i will try
  • user1480705
    user1480705 about 12 years
    Doing the 64 bit, after the copy, I had to run "sudo ldconfig -v" before it could find the new motif libraries.
  • user1480705
    user1480705 about 12 years
    I also had to modify my app-armor configuration.
  • user694971
    user694971 about 12 years
    @PaulTomblin: Thanks, I'll add that ldconfig and app-armor thing.
  • Rinzwind
    Rinzwind almost 12 years
    regarding libmotif: you can just apt-get install it and after I did a sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts I used Firefox to connect to our VPN. Worked like a charm :)