惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

SecWiki News
SecWiki News
I
InfoQ
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
博客园 - Franky
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
量子位
博客园_首页
罗磊的独立博客
V
V2EX
李成银的技术随笔
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
True Tiger Recordings
Vercel News
Vercel News
Cyberwarzone
Cyberwarzone
Cisco Talos Blog
Cisco Talos Blog
F
Fox-IT International blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
M
Microsoft Research Blog - Microsoft Research
Know Your Adversary
Know Your Adversary
爱范儿
爱范儿
The Register - Security
The Register - Security
G
Google Developers Blog
The Hacker News
The Hacker News
Malwarebytes
Malwarebytes
S
Securelist
博客园 - 三生石上(FineUI控件)
Jina AI
Jina AI
T
Threat Research - Cisco Blogs
T
The Exploit Database - CXSecurity.com
S
SegmentFault 最新的问题
博客园 - 叶小钗
F
Fortinet All Blogs
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
博客园 - 聂微东
T
Threatpost
博客园 - 【当耐特】
D
Docker
P
Privacy & Cybersecurity Law Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
G
GRAHAM CLULEY
V
Visual Studio Blog
C
Cisco Blogs
IT之家
IT之家
S
Security Archives - TechRepublic
Latest news
Latest news
阮一峰的网络日志
阮一峰的网络日志

Librehat的部落格

Soft AP on Linux with WPS – Librehat的部落格 My Attempts to Integrate Home Assistant with ADT UK – Librehat的部落格 Citrix Receiver UK Keyboard Layout Issue on Linux and Chrome OS – Librehat的部落格 部落格迁移到甲骨文云 – Librehat的部落格 Home Assistant Core Setup on Banana Pi M5 – Librehat的部落格 Chrome OS Flex on Samsung Galaxy Book Pro 360 Dual Boot – Librehat的部落格 Flatpak Wine 微信安装手记 – Librehat的部落格 FydeOS上手体验 – Librehat的部落格 Banana Pi M5 Pro Quick Review – Librehat的部落格
Install Citrix Receiver for Linux in Toolbox – Librehat的部落格
2025-12-29 · via Librehat的部落格

In the era of LLM AI chat bots, this was suggested by ChatGPT as a solution for me to upgrade from Fedora 42 to 43. See this discussion for the context.

TL;DR. I moved my Citrix application from native to toolbox (Fedora’s version of distrobox), and it works well!

Here is how I did it in a step by step guide.

Install Citrix in a Toolbox Container

In the terminal console (Konsole?).

  1. toolbox create --release 22.04 --distro ubuntu
  2. toolbox enter ubuntu-toolbox-22.04

This creates a new container with Ubuntu 22.04 as the base. I chose this over Fedora because Ubuntu in general has better support with commercial partners such as Citrix. Besides, Ubuntu LTS enjoys a longer support than Fedora. Since my whole point here is to have a working Citrix receiver application (or Citrix Workspace Launcher), I need a container that is not going to be EOL anytime soon.

The second command enters the container, note that toolbox mounts the home directory and it is bidirectional. This works fine in my use case. If you don’t like that, you are better off using distrobox.

Now we can install the ICA client (assume that you’ve already downloaded the DEB package from Citrix website yourself).

sudo apt update
sudo dpkg -i Downloads/icaclient_<VERSION>_amd64.deb
sudo apt --fix-broken install
sudo dpkg-reconfigure locales

The last step here is important, especially if your language and keyboard layout is not English (US).

If the only thing you need is the receiver, run /opt/Citrix/ICAClient/wfica and fix any broken/missing dependencies with apt (it seems Citrix doesn’t declare the full dependencies in its package metadata). If you need the workspace launcher, then do the same, but for /opt/Citrix/ICAClient/selfservice.

You should be able to see the GUI dialog (it should work, out-of-the-box).

Setup Desktop Launcher

Taking KDE Plasma Desktop as an example, you can add desktop launchers by right clicking the Application Launcher (Linux’s version of Start menu) -> Edit Applications…

This launches KDE Menu Editor, now click New -> New Item… in the toolbar, and add a launcher for Citrix Receiver manually:

FieldValue
NameCitrix Receiver
Programtoolbox
Command-line argumentsrun --container ubuntu-toolbox-22.04 /opt/Citrix/ICAClient/wfica %u

You should adjust these based on your setup if you use distrobox other than toolbox, and if you use a different Linux distro or version.

Use selfservice other than wfica if you want a launcher for the workspace launcher instead of (or in addition to) the receiver.

Lastly, let’s associate the .ica files with the receiver. Once you have an .ica file downloaded, right click and choose to open it with other application.

Click “Show All Installed Applications” if you don’t see Citrix in the list. Tick “Set as default app to open Citrix ICA settings file files”, then click Citrix Receiver.

If you want to use the stock icons from Citrix (as shown in the screenshot above), you can find them inside toolbox -> /opt/Citrix/ICAClient/icons, though to use them in the host (Fedora), you’ll need to copy them out.

Post Installation

Now I can remove ICAClient from the host, and do an upgrade from Fedora 42 to Fedora 43 (Kinoite):

sudo rpm-ostree remove ICAClient
sudo rpm-ostree rebase fedora:fedora/43/x86_64/kinoite