新版本加了参数会造成QQ启动卡顿,目前此方法失效!
KDE的wayland模式下Fcitx5无法打字,打字漏字,无法开启单行模式的解决办法:
- 编辑
~/.config/.xprofile
(没有就新建)
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
这里能保证X11环境下顺利加载fcitx5框架
- 编辑
~/.config/electron-flags.conf
(没有就新建)
--ozone-platform-hint=auto
--enable-wayland-ime
这里是指定 electron 应用在 Wayland 环境下使用fcitx5框架
- 复制
/usr/share/applications/qq.desktop
到~/.local/share/applications/
,并修改~/.local/share/applications/qq.desktop
文件.
将Exec=linuxqq %U
修改为Exec=linuxqq --ozone-platform-hint=auto --enable-wayland-ime %U
不知道为啥上面的
electron-flags.conf
对QQ无法生效. 这样修改之后就可以使用了.
Pinned Comments
Integral commented on 2023-03-14 09:20 (UTC)
目前通过删除 linuxqq 包自带的 libvips 临时解决了浏览图片时崩溃的问题 PS:感谢 @ayatale 的建议