首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >电报-通过x2go的桌面不会启动

电报-通过x2go的桌面不会启动
EN

Unix & Linux用户
提问于 2018-08-12 08:08:34
回答 1查看 341关注 0票数 0

电报-通过x2go的桌面不会启动。

主机:

代码语言:javascript
复制
$ 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

客户端机器:

代码语言:javascript
复制
$ 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..."

电报-桌面在主机(arch linux)上工作得很好。但是,它不会使用会话类型XFCE启动x2goclient。

代码语言:javascript
复制
$ 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.

我试过不同的方法来启动它。

代码语言:javascript
复制
$ 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运行正常。会很感激你的帮助。

EN

回答 1

Unix & Linux用户

发布于 2018-11-28 13:10:23

这对我起了作用:

X2GO_NXAGENT_DEFAULT_OPTIONS+=“-extension大请求”

在/etc/x2go/nx_agent.options中注释掉这一行

当选项启用时,有一个警告w/r会崩溃,所以我必须注意这一点;尽管现在通过x2go,电报再次很好地工作。

万事如意,乌维

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/462094

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档