aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBian Jiaping2017-04-08 13:26:24 +0800
committerBian Jiaping2017-04-08 13:26:24 +0800
commitd7ebed25ae513c3e55dae53f2b33f6028b54c20c (patch)
tree19dec9e7339aaced23476964ae2426fc414c7d7b /README.md
parent38cf3e7e30e58b75ccbbb6f0993915e7542c04ba (diff)
downloadaur-d7ebed25ae513c3e55dae53f2b33f6028b54c20c.tar.gz
Bump to v2.1.0.0086
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd15a20c7583..77807cad72ea 100644
--- a/README.md
+++ b/README.md
@@ -8,15 +8,28 @@
yaourt -S fcitx-sogoupinyin
```
+Don't forget to add this input method in Fcitx configurations.
+
## Configuration
-Gnome:
+It should work out of the box.
+
+In case it doesn't work in Gnome 3, add the following to `~/.xprofile`:
```
-# ~/.xprofile
+export GTK_IM_MODULE=fcitx
+export QT_IM_MODULE=fcitx
+export XMODIFIERS="@im=fcitx"
+
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/IMModule':<'fcitx'>}"
```
+## Troubleshooting
+
+### Not work
+
+Try executing `rm -rf ~/.config/SogouPY*` and restart.
+
## Known issues
* Not work in [sublime-text-dev](https://aur.archlinux.org/packages/sublime-text-dev). Use [sublime-text-dev-imfix2](https://aur.archlinux.org/packages/sublime-text-dev-imfix2/) instead.