Difference between revisions of "Citrix"

From LUG
Jump to navigation Jump to search
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
The Citrix client allows you to use Windows tools on Linux and OSX. Visit the link at https://citrix.fb.wur.nl/ and login with
+
The Citrix client allows you to use Windows tools (Medewerker button, MS Office) on Linux and OSX (even from home!).  
your WUR account. Next install the free ICA client from [[http://www.citrix.com/clients][Citrix]]. When you click on an icon in
 
the browser, the application should fire up.
 
  
= Linux =
+
It is now officially depreciated and will be phased out come April 1st, 2017.
  
== Debian ==
+
The WUR Citrix site lives at https://citrix.wur.nl/ , you can login with your WUR account.
  
Select the Debian package (.deb extension) from the Citrix site. Download it and, for example
 
  
  sudo dpkg -i icaclient_12.0.0_i386.deb
+
= Installation of clients =
  
 +
== Debian/Ubuntu ==
 +
(Copied mainly from https://help.ubuntu.com/community/CitrixICAClientHowTo)
  
Now the certificates may not be found, resulting in a 'Addtrust External CA Root' not allowed (61) error. Copy the Mozilla
+
There are '''serious''' issues running the 64 bit version of the Citrix ICA client, so modern 64 bit systems will need to do the following step:
certificates in place with
 
  
  dpkg -L icaclient  # check locations
+
    sudo dpkg --add-architecture i386
  sudo cp -vau /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts
+
    sudo apt-get update
  
Now it should just work (tm).
+
Find the current version of the client from Citrix: https://www.citrix.com/downloads/citrix-receiver/linux/
  
= OSX =
+
Then:
 +
    sudo dpkg -i icaclient-*.deb
 +
This should install the Citrix ICAClient into /opt/Citrix/ICAClient on your machine.
  
Install the Citrix receiver from the Citrix website. Next start the browser, visit the link above this page and ... that is all. It even works from home!
+
Fix dependency breaks (sometimes):
 +
    sudo apt-get -f install
  
De DMG file uitpakken in de Applications folder, en verder niets. Dan in een
+
For Firefox:
browser naar de site van FB-ICT, en inloggen. De Citrix viewer opent dan
+
Citrix complains a lot about certificates, so make sure to include all Mozilla certs
automatisch na login.
+
    sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
 +
    sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
  
= Using Citrix Applications @WUR =
+
Firefox needs to have the Citrix version of mpica.so installed, so remove all the originals and insert a symlink to the Citrix version:
 +
    sudo rm -f /usr/lib/mozilla/plugins/npwrapper.npica.so /usr/lib/firefox/plugins/npwrapper.npica.so
 +
    sudo rm -f /usr/lib/mozilla/plugins/npica.so
 +
    sudo ln -s /opt/Citrix/ICAClient/npica.so /usr/lib/mozilla/plugins/npica.so
  
== Medewerker button ==
+
Because Firefox has this issue of never showing the activation window, you'll need to enable the plugin permanently to get it to work at all. Tools -> Add-ons -> Plugins, and set "Citrix Receiver for Linux" to "Always Activate".
  
The Medewerker button shortcut can be found in
 
  
  'W://APPS/MyData/Medewerker button HRM'
+
== OSX ==
  
It is somewhere in the folder!
+
Install the [http://www.citrix.com/clients Citrix receiver] from the Citrix website.
  
Start Citrix. In the library64 go to Desktop Library,
+
Then start the browser, visit the citrix site mentioned above and ... that is all. It even works from home!
  
this will open a windows 7 desktop. It may also be found in
 
  
  M-drive -> menu -> WUR
+
= Using Citrix Applications @WUR =
 
 
Here you will find a link to the Medewerkers button
 
  
For PSG use
+
The new Citrix Desktop means that all applications are now found on the left hand side under the plus symbol. Clicking on one there will add it to your dashboard, where it will stay for easy access. Applications can be started from the dashboard.
  
  Start -> Computer -> M-drive -> \\dfs-root\Apps\MyData
+
== Known Issues ==
  
Where you will find a link to the button(!)
+
* Printing currently doesn't function properly
 +
* MS Office applications are slow

Latest revision as of 13:05, 27 February 2017

The Citrix client allows you to use Windows tools (Medewerker button, MS Office) on Linux and OSX (even from home!).

It is now officially depreciated and will be phased out come April 1st, 2017.

The WUR Citrix site lives at https://citrix.wur.nl/ , you can login with your WUR account.


Installation of clients

Debian/Ubuntu

(Copied mainly from https://help.ubuntu.com/community/CitrixICAClientHowTo)

There are serious issues running the 64 bit version of the Citrix ICA client, so modern 64 bit systems will need to do the following step:

   sudo dpkg --add-architecture i386
   sudo apt-get update

Find the current version of the client from Citrix: https://www.citrix.com/downloads/citrix-receiver/linux/

Then:

   sudo dpkg -i icaclient-*.deb

This should install the Citrix ICAClient into /opt/Citrix/ICAClient on your machine.

Fix dependency breaks (sometimes):

   sudo apt-get -f install

For Firefox: Citrix complains a lot about certificates, so make sure to include all Mozilla certs

   sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
   sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/

Firefox needs to have the Citrix version of mpica.so installed, so remove all the originals and insert a symlink to the Citrix version:

   sudo rm -f /usr/lib/mozilla/plugins/npwrapper.npica.so /usr/lib/firefox/plugins/npwrapper.npica.so
   sudo rm -f /usr/lib/mozilla/plugins/npica.so
   sudo ln -s /opt/Citrix/ICAClient/npica.so /usr/lib/mozilla/plugins/npica.so

Because Firefox has this issue of never showing the activation window, you'll need to enable the plugin permanently to get it to work at all. Tools -> Add-ons -> Plugins, and set "Citrix Receiver for Linux" to "Always Activate".


OSX

Install the Citrix receiver from the Citrix website.

Then start the browser, visit the citrix site mentioned above and ... that is all. It even works from home!


Using Citrix Applications @WUR

The new Citrix Desktop means that all applications are now found on the left hand side under the plus symbol. Clicking on one there will add it to your dashboard, where it will stay for easy access. Applications can be started from the dashboard.

Known Issues

  • Printing currently doesn't function properly
  • MS Office applications are slow