Skip to content

mendel5/citrix-workspace-app-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

citrix-workspace-app-linux

How to install the Citrix Workspace App (formerly Citrix Receiver) on Linux. The downloaded file is also known as icaclient. As far as I know, ica stands for Citrix' Independent Computing Architecture, see Wikipedia.

  1. Download the latest version of the Citrix Workspace App from the Citrix website:
  1. Install the downloaded file

  2. During the installation process you might get asked: "Do you want to install the app protection component?" where you have to choose between Yes and No. You can decide whether to install the app protection or not based on this information: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/secure/app-protection.html. Selecting No should be fine.

  3. When trying to log in, you might get the following error:

Citrix Workspace

SSL error
Contact your help desk with the following information:
You have not chosen to trust "USERTrust RSA Certification Authority",
the issuer of the server's security certificate (SSL error 61).
  1. To fix this issue, execute the following commands in your Linux terminal:
sudo -H ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/

sudo -H /opt/Citrix/ICAClient/util/ctx_rehash

Source: https://return42.github.io/handsOn/citrix/index.html (German)

  1. Try logging in again. It should work now.

  2. For security reasons you might want to adjust some parameters in the config files.

Location:

/opt/Citrix/ICAClient/config/wfclient.template
/opt/Citrix/ICAClient/nls/<lang>/wfclient.template

Change to:

[WFClient]
...
CREnabled=False
CDMAllowed=Off
ClientPrinterQueue=Off
ClientManagement=Off
ClientComm=Off

Source: https://return42.github.io/handsOn/citrix/index.html#konfiguration

  1. You might be unsure whether to use the Disconnect button or the Sign Out button in Citrix.
  • Disconnecting by hitting “X” in the top right of the screen or selecting “Disconnect” from the connection bar will leave your session as is on the server with applications remaining open. This disconnected state does not save your documents so be sure to save any work before disconnecting. When you reconnect to your disconnected session it should login right as you left it with the running applications. Note that your organization may enforce a stricter logoff policy so your session may be logged out before you are able to return to it.
  • Logging off/Signing out means fully logging off of Citrix and signing out of your profile. This closes all open applications and closes your session requiring a fresh login next time you connect. Note that your organization may have an enforced daily logoff policy.

Source: https://support.virsage.com/kb/article/8--logging-off-versus-disconnecting-from-the-citrix-desktop/

About

How to install the Citrix Workspace App (formerly Citrix Receiver) on Linux

Topics

Resources

License

Stars

Watchers

Forks