x2go で Telegram-desktop が起動しません。
マスター:
$ uname -r
4.17.14-arch1-1-ARCH
$ pacman -Qs openssh
local/openssh 7.7p1-2
$ pacman -Qs x2goserver
local/x2goserver 4.1.0.2-1
$ pacman -Qs telegram-desktop
local/telegram-desktop 1.3.10-2
クライアントシステム:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
$ x2goclient --version
x2go-INFO-1> "Starting X2Go Client 4.1.1.1..."
Telegram-desktopは、ホストシステム(アーチLinux)でうまく動作します。ただし、セッションタイプがXFCEのx2goclientを介して実行されるわけではありません。
$ telegram-desktop
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-russ'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-russ'
QApplication: invalid style override passed, ignoring it.
Gdk-Message: 10:56:30.756: telegram-desktop: Fatal IO error 2 (No such file or directory) on X server :132.0.
私はそれを始めるためにさまざまな方法を試しました。
$ XDG_RUNTIME_DIR=/run/user/1000/ telegram-desktop
QApplication: invalid style override passed, ignoring it.
Gdk-Message: 10:58:01.143: telegram-desktop: Fatal IO error 2 (No such file or directory) on X server :132.0.
$ XDG_RUNTIME_DIR=/run/user/1000/ telegram-desktop -style Fusion
Gdk-Message: 10:58:37.227: telegram-desktop: Fatal IO error 2 (No such file or directory) on X server :132.0.
また、成功せずにコンソールでアイコンのテーマを変更してみました。他のアプリケーションはx2goでうまく動作します。どんな助けでも大変感謝します。
答え1
これは私にとって効果的です。
X2GO_NXAGENT_DEFAULT_OPTIONS+="-一括リクエストの拡張"
/etc/x2go/nx_agent.options でこの行をコメントアウトします。
このオプションを有効にすると、クラッシュ警告が表示され、それを見続ける必要がありましたが、x2goを介してTelegramが再び正常に機能するようになりました。
頑張って、ウエ