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
不幸的是,我不确定这指的是什么。
感谢 提供的链接
@steeldriver
。我相信以下步骤已经解决了我的问题。~/.bashrc
文件并将行:添加export LIBGL_ALWAYS_INDIRECT=0
到文件底部。重新启动我的机器(注销可能就足够了)。
打开
vcxsrv
并确保勾选了以下选项:epiphany-browser
中顺利进行vcxsrv
。原始来源:https://stackoverflow.com/a/66506098/4440445
我希望这些信息对其他人有用。