From 1e5f8eb33bc41cb59faf059e83701152785cabea Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Sat, 13 Dec 2025 08:33:08 +0800 Subject: Initial commit --- ...50\247\243\345\206\263\346\226\271\346\241\210.md" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "content/posts/KDE\346\241\214\351\235\242\347\216\257\345\242\203\346\227\240\346\263\225\345\234\250Konsole\345\210\207\346\215\242\344\270\255\346\226\207\350\276\223\345\205\245\346\263\225\347\232\204\350\247\243\345\206\263\346\226\271\346\241\210.md" (limited to 'content/posts/KDE桌面环境无法在Konsole切换中文输入法的解决方案.md') diff --git "a/content/posts/KDE\346\241\214\351\235\242\347\216\257\345\242\203\346\227\240\346\263\225\345\234\250Konsole\345\210\207\346\215\242\344\270\255\346\226\207\350\276\223\345\205\245\346\263\225\347\232\204\350\247\243\345\206\263\346\226\271\346\241\210.md" "b/content/posts/KDE\346\241\214\351\235\242\347\216\257\345\242\203\346\227\240\346\263\225\345\234\250Konsole\345\210\207\346\215\242\344\270\255\346\226\207\350\276\223\345\205\245\346\263\225\347\232\204\350\247\243\345\206\263\346\226\271\346\241\210.md" new file mode 100644 index 0000000..4fc93c7 --- /dev/null +++ "b/content/posts/KDE\346\241\214\351\235\242\347\216\257\345\242\203\346\227\240\346\263\225\345\234\250Konsole\345\210\207\346\215\242\344\270\255\346\226\207\350\276\223\345\205\245\346\263\225\347\232\204\350\247\243\345\206\263\346\226\271\346\241\210.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`进行重启,问题解决。 -- cgit v1.2.3