使用更加可靠的语法.
Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
ad99638fb4
commit
1948ab8d2f
|
@ -339,7 +339,7 @@ cp /etc/xdg/autostart/fcitx-autostart.desktop ~/.config/autostart/
|
||||||
```ini
|
```ini
|
||||||
export GTK_IM_MODULE=fcitx
|
export GTK_IM_MODULE=fcitx
|
||||||
export QT_IM_MODULE=fcitx
|
export QT_IM_MODULE=fcitx
|
||||||
export XMODIFIERS=@im=fcitx
|
export XMODIFIERS="@im=fcitx"
|
||||||
```
|
```
|
||||||
|
|
||||||
之后运行 fictx 诊断程序,如果诊断错误则按提示进行修正,如果诊断没有发现问题则重启即可。
|
之后运行 fictx 诊断程序,如果诊断错误则按提示进行修正,如果诊断没有发现问题则重启即可。
|
||||||
|
@ -364,7 +364,7 @@ yaourt ibus-qt
|
||||||
```ini
|
```ini
|
||||||
GTK_IM_MODULE=ibus
|
GTK_IM_MODULE=ibus
|
||||||
QT_IM_MODULE=ibus
|
QT_IM_MODULE=ibus
|
||||||
XMODIFIERS=@im=ibus
|
XMODIFIERS="@im=ibus"
|
||||||
```
|
```
|
||||||
|
|
||||||
如果是 Gnome 桌面,进入 Gnome 设置,Keyboard > Input Sources,将输入源配置为“汉语(Intelligent Pinyin)”,并提升为第一个(这个输入法与 Gnome 兼容最好)。点击 Intelligent Pinyin 的设置:
|
如果是 Gnome 桌面,进入 Gnome 设置,Keyboard > Input Sources,将输入源配置为“汉语(Intelligent Pinyin)”,并提升为第一个(这个输入法与 Gnome 兼容最好)。点击 Intelligent Pinyin 的设置:
|
||||||
|
|
Loading…
Reference in New Issue