aboutsummaryrefslogtreecommitdiffstats
path: root/content/posts/KDE桌面环境无法在Konsole切换中文输入法的解决方案.md
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-12-13 08:33:08 +0800
committeryingyu5658 <i@yingyu5658.me>2025-12-13 08:33:08 +0800
commit1e5f8eb33bc41cb59faf059e83701152785cabea (patch)
tree45867273ac2178285be840764f7962d2b55556c6 /content/posts/KDE桌面环境无法在Konsole切换中文输入法的解决方案.md
downloadblog-1e5f8eb33bc41cb59faf059e83701152785cabea.tar.gz
blog-1e5f8eb33bc41cb59faf059e83701152785cabea.zip
Initial commit
Diffstat (limited to 'content/posts/KDE桌面环境无法在Konsole切换中文输入法的解决方案.md')
-rw-r--r--content/posts/KDE桌面环境无法在Konsole切换中文输入法的解决方案.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/content/posts/KDE桌面环境无法在Konsole切换中文输入法的解决方案.md b/content/posts/KDE桌面环境无法在Konsole切换中文输入法的解决方案.md
new file mode 100644
index 0000000..4fc93c7
--- /dev/null
+++ b/content/posts/KDE桌面环境无法在Konsole切换中文输入法的解决方案.md
@@ -0,0 +1,19 @@
+---
+abbrlink: 3134572074
+categories:
+- 往昔
+date: "2025-03-08 22:07:58"
+tags:
+- Linux
+title: KDE桌面环境无法在Konsole切换中文输入法的解决方案
+---
+
+### 原因
+
+KDE默认使用Wayland会话,而fcitx4不支持Wayland,需升级到fcitx5。若无法升级到fcitx5或升级后仍然无法切换中文输入法,**安装fcitx-qt6**
+
+```bash
+sudo pacman -S fcitx-qt6
+```
+
+安装后执行`sudo reboot now`进行重启,问题解决。