manjaro

系统基本信息

[baihao@vstation ~]$ screenfetch

 ██████████████████  ████████     baihao@vstation
 ██████████████████  ████████     OS: Manjaro 20.2.1 Nibia
 ██████████████████  ████████     Kernel: x86_64 Linux 5.9.16-1-MANJARO
 ██████████████████  ████████     Uptime: 17m
 ████████            ████████     Packages: 1220
 ████████  ████████  ████████     Shell: bash 5.1.0
 ████████  ████████  ████████     Resolution: 1920x951
 ████████  ████████  ████████     DE: Xfce4
 ████████  ████████  ████████     WM: Xfwm4
 ████████  ████████  ████████     WM Theme: Matcha-sea
 ████████  ████████  ████████     GTK Theme: Matcha-sea [GTK2]
 ████████  ████████  ████████     Icon Theme: Papirus-Maia
 ████████  ████████  ████████     Font: Noto Sans 10
 ████████  ████████  ████████     Disk: 241G / 674G (37%)
                                  CPU: Intel Core i7-10510U @ 2x 2.304GHz
                                  GPU: llvmpipe (LLVM 11.0.0, 256 bits)
                                  RAM: 2134MiB / 3935MiB

wps + fcitx5 无法输入中文

参考

修改如下:

[baihao@vstation ~]$ head /usr/bin/wps
#!/bin/bash

gOpt=

+export GTK_IM_MODULE=fcitx
+export QT_IM_MODULE=fcitx5
+export XMODIFIERS=@im=fcitx


#gOptExt=-multiply
[baihao@vstation ~]$ head /usr/bin/et
#!/bin/bash

gOpt=

+export GTK_IM_MODULE=fcitx
+export QT_IM_MODULE=fcitx5
+export XMODIFIERS=@im=fcitx

#gOptExt=-multiply
gTemplateExt=("ett" "xlt" "xltx" "xltm")
[baihao@vstation ~]$ head /usr/bin/wpp
#!/bin/bash

gOpt=

+export GTK_IM_MODULE=fcitx
+export QT_IM_MODULE=fcitx5
+export XMODIFIERS=@im=fcitx

#gOptExt=-multiply
gTemplateExt=("dpt" "pot" "potx" "potm")