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には最初に起動されたもののみが表示されます。
- 「Dolphin」のようなQt5ベースの公開アプリケーションでは、アイコンが表示されない場合があります。この問題を解決するには、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.