fcitx5更新后vmware出现闪退

正常Syu但是fcitx5更新5.1.17版本后vmware前端就抽风闪退了不知道为什么,正常打开虚拟机,报键盘输入的问题,更新前的版本没有任何问题
难道是我系统环境的问题吗还是,桌面环境plasma6(wayland),有人更新后出现这种情况吗,期待大佬来解答下

(vmware-tray:12173): Gdk-WARNING **: 23:37:50.277: The program 'vmware-tray' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 361 error_code 2 request_code 135 (XKEYBOARD) minor_code 8) (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.) (vmware:12070): Gdk-WARNING **: 23:38:09.910: The program 'vmware' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 13741 error_code 2 request_code 135 (XKEYBOARD) minor_code 8) (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.)

论坛支持编辑已发出的帖子,其实你不需要删帖然后重发的

了解

libX11的bug,见:https://github.com/xkbcommon/libxkbcommon/issues/888

1 Like

谢谢解答,原来是这样,一开始我以为是libx11的问题,更新的时候没有更新libx11,但还是有问题,后来降了fcitx5,就没事了,我以为是fcitx5的问题,原来还是libx11的问题。