aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 77807cad72ea3dcc8b12f22e8a490c8d2f11e735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Fcitx sogoupinyin

[Sogoupinyin](http://pinyin.sogou.com/linux/) for Arch Linux.

## Installation

```
yaourt -S fcitx-sogoupinyin
```

Don't forget to add this input method in Fcitx configurations.

## Configuration

It should work out of the box.

In case it doesn't work in Gnome 3, add the following to `~/.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.