-
-
-
Linux VDA 已发布应用程序
-
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
发布应用程序
借助 Linux VDA 7.13 版,Citrix 为所有受支持的 Linux 平台添加了无缝应用程序功能。使用此功能无需特定的安装过程。
提示:
借助 Linux VDA 1.4 版,Citrix 添加了对非无缝已发布应用程序和会话共享的支持。
使用 Citrix Studio 发布应用程序
在创建交付组或向现有交付组添加应用程序时,可以发布安装在 Linux VDA 上的应用程序。此过程与发布安装在 Windows VDA 上的应用程序类似。有关详细信息,请参阅 Citrix Virtual Apps and Desktops 文档(根据所使用的 Citrix Virtual Apps and Desktops 版本)。
注意:
配置交付组时,请确保交付类型设置为桌面和应用程序或应用程序。
建议为应用程序和桌面交付创建单独的 VDA 和交付组。
要使用无缝应用程序,请勿在 StoreFront 上禁用无缝模式。无缝模式默认处于启用状态。如果已通过设置 “TWIMode=Off” 禁用此模式,请删除此设置,而不要将其更改为 “TWIMode=On”。否则,可能无法启动已发布的桌面。
在应用程序会话中,只有特定于应用程序的快捷方式才能按预期工作。
已知问题
在发布应用程序期间,已发现以下已知问题:
- 不支持非矩形窗口。窗口的角可能显示服务器端背景。
- 不支持预览已发布应用程序的窗口内容。
- 运行多个 LibreOffice 应用程序时,只有第一个启动的应用程序会显示在 Citrix Studio 中,因为这些应用程序共享进程。
- 已发布的基于 Qt5 的应用程序(例如 “Dolphin”)可能不显示图标。要解决此问题,请参阅 https://wiki.archlinux.org/title/Qt 上的文章。
- Linux 应用程序通常具有一个“关于”窗口,其中包含有关正在使用的应用程序的信息,并且这些窗口中通常包含用于获取更多信息的 Web 链接。单击“关于”窗口中的 Web 链接可以从已发布的应用程序(例如 calc、gedit、calendar 和 LibreOffice Suite)中启动 Web 浏览器。意外启动 Web 浏览器会绕过应用程序隔离并可能危及安全性。要解决此问题,请通过完成以下步骤更改默认 Web 浏览器:
-
在自定义位置创建
none.sh文件,例如:sudo mkdir /home/none sudo touch /home/none/none.sh sudo chmod +x /home/none/none.sh <!--NeedCopy--> -
将以下行添加到
none.sh文件中:#!/bin/bash echo "NONE" <!--NeedCopy--> -
使用
sudo创建/etc/xdg/mimeapps.list文件,然后将以下行添加到mimeapps.list文件中:[Default Applications] text/html=none.desktop x-scheme-handler/http=none.desktop x-scheme-handler/https=none.desktop x-scheme-handler/about=none.desktop x-scheme-handler/unknown=none.desktop <!--NeedCopy--> -
使用
sudo创建/usr/share/applications/none.desktop文件,然后将以下行添加到none.desktop文件中:[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=/home/none/none.sh Name=None Icon=/home/none/none.sh <!--NeedCopy-->由于可以将
none.sh文件放在自定义位置,请确保none.desktop可以正确引用none.sh文件。
-
共享
共享
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.