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

推荐订阅源

The Register - Security
The Register - Security
P
Privacy International News Feed
月光博客
月光博客
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
Y
Y Combinator Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Google DeepMind News
Google DeepMind News
罗磊的独立博客
Vercel News
Vercel News
Last Week in AI
Last Week in AI
A
About on SuperTechFans
P
Proofpoint News Feed
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
T
Tailwind CSS Blog
GbyAI
GbyAI
S
Schneier on Security
L
LINUX DO - 热门话题
C
CERT Recently Published Vulnerability Notes
AWS News Blog
AWS News Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Hacker News
The Hacker News
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
博客园 - 【当耐特】
C
Cybersecurity and Infrastructure Security Agency CISA
I
Intezer
V2EX - 技术
V2EX - 技术
The GitHub Blog
The GitHub Blog
Scott Helme
Scott Helme
V
V2EX
IT之家
IT之家
S
SegmentFault 最新的问题
爱范儿
爱范儿
L
LangChain Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
S
Security Affairs
Security Latest
Security Latest
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
S
Secure Thoughts
MyScale Blog
MyScale Blog
F
Fortinet All Blogs
Hugging Face - Blog
Hugging Face - Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed

Librehat的部落格

Soft AP on Linux with WPS – Librehat的部落格 My Attempts to Integrate Home Assistant with ADT UK – 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的部落格 Banana Pi M5 Pro Quick Review – Librehat的部落格 部落格迁移到甲骨文云 – Librehat的部落格 Citrix Receiver UK Keyboard Layout Issue on Linux and Chrome OS – Librehat的部落格 FydeOS上手体验 – Librehat的部落格
Install Citrix Receiver for Linux in Toolbox – Librehat的部落格
librehat · 2026-01-22 · 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