Citrix Workspace app fixes for Ubuntu 22.04

fi I have found my self needing to use the Citrix Workspace App for work. I’m honestly surprised how well it worked on Linux, but I did run into a few issues and wanted to document each fix in one location.

SSL Error 61: You have not chosen to trust ‘Certificate Authority’ Link to heading

I found the solution to be symlinking the Firefox CA certificates.

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

Unable to resize the client window / No toolbar Link to heading

The solution to this was to add the following config line to ~/.ICAClient/All_Regions.ini:

ConnectionBar=1

Firefox error “Gah. Your tab just crashed.” on first restart after installing Citrix Workspace App Link to heading

This was an odd issue. I usually sleep my PC between uses so this error turned up several weeks after installing the app. It turns out that the “App Protection” feature of the Citrix app is causing this error. Uninstalling and re-installing without this feature (prompted on install) fixed this issue for me.