Epiphany-browser
xdcp
当我在运行 Xubuntu 22.04 的物理机上工作正常,但是当通过使用的连接远程访问机器时,vcxsrv
我收到以下错误消息:
(WebKitWebProcess:2): Gdk-ERROR **: 17:14:25.307: The program 'WebKitWebProcess' received an X Window System error.
This probably reflects a bug in the program.
The error was 'GLXBadFBConfig'.
(Details: serial 174 error_code 163 request_code 149 (GLX) minor_code 21)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
(epiphany:115286): epiphany-WARNING **: 17:14:25.386: Web process crashed
不幸的是,我不确定这指的是什么。
答案1
感谢提供的链接@steeldriver
。我相信以下步骤已解决我的问题。
- 编辑
~/.bashrc
文件并将行:添加export LIBGL_ALWAYS_INDIRECT=0
到文件底部。
重新启动了我的计算机(注销可能就足够了)。
打开
vcxsrv
并确保勾选了以下选项:
- 一旦登录,我就能够在会话
epiphany-browser
中顺利进行vcxsrv
。
原文来源:https://stackoverflow.com/a/66506098/4440445
我希望这些信息对其他人有用。