Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. $ cat /usr/bin/wechat.sh
  2. #!/usr/bin/bash
  3.  
  4. export QT_IM_MODULE=fcitx # 手动添加
  5. export GTK_IM_MODULE=fcitx # 手动添加
  6. export _portalConfig=/usr/lib/wechat/portable-config
  7. env|grep fcitx # 看看有没有生效
  8.  
  9. portable $@
  10.  
  11. $ wechat.sh --actions connect-tty
  12. GTK_IM_MODULE=fcitx
  13. XMODIFIERS=@im=fcitx5
  14. SDL_IM_MODULE=fcitx
  15. QT_IM_MODULE=fcitx
  16. [Info] Guessing XDG Config Home @ /home/jeshrz/.config
  17. [Info] Processing X Server security restriction...
  18. [Info] Detecting display as :1
  19. xauth: file /home/jeshrz/.Xauthority does not exist
  20. xauth: file /home/jeshrz/.Xauthority does not exist
  21. xauth: (argv):1: bad "add" command line
  22. /usr/bin/portable: line 456: moeDect: command not found
  23. Launching com.qq.weixin (unsafe)...
  24. /usr/bin/portable: line 402: /home/jeshrz/.local/share/WeChat_Data/portable.env: No such file or directory
  25. GTK_IM_MODULE is fcitx
  26. QT_IM_MODULE is fcitx
  27. Running as unit: WeChat.service
  28. Press ^] three times within 1s to disconnect TTY.
  29. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  30.  
  31. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  32.  
  33. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  34.  
  35. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  36.  
  37. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  38.  
  39. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  40.  
  41. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  42.  
  43. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  44.  
  45. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  46.  
  47. src/gbm_drv_common.c:131: GBM-DRV error (get_bytes_per_component): Unknown or not supported format: 808530000
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement