html--蛆

残北

关注

阅读 12

2024-05-23

腾讯会议

问题:

  • 检测到窗口系统采用wayland协议,腾讯会议暂不兼容,程序即将退出!

解决办法:

  • sudo gedit /opt/wemeet/wemeetapp.sh
  • if [ "$XDG_SESSION_TYPE" = "wayland" ]前面加上:
  •   #force x11 instead of Wayland
      export XDG_SESSION_TYPE=x11
      export EGL_PLATFORM=x11 
      export QT_QPA_PLATFORM=xcb
      unset WAYLAND_DISPLAY 
      unset WAYLAND_DISPLAYCOPY
    

精彩评论(0)

0 0 举报