Preface: 1. Some people may think that there are a lot of things I have mentioned, but it is entirely my own experience in operations. Note: using VI requires some basics. If you don't, replace all the vi in the command with gedit2. my operating system is in English, so no, because unlike most people, there is no reference value. 3. I used to think about how people on the internet know such long commands. I could have done that too. First install fcitxsudoyuminstallfci under Fedora17
Preface:
1. Some people may seem to have a lot of experience, but it is entirely my own experience. Note: using VI requires some basics. If you do not, replace all the vi in the command with gedit.
2. My operating system is in English, so no, because unlike most people, there is no reference value.
3. I used to think about how people on the internet know such long commands. I could have done that too.
First install fcitx under Fedora 17
Sudo yum install fcitx
Then install the cloud input dictionary. I didn't find the command line, but search for fcitx in software manager to find the installation with cloud. Then
Cd/usr/share/fcitx/configdesc
Sudo vi fcitx-cloudpinyin.desc
This step is to change the unreasonable settings in it. For example, the default word "cloud Lenovo" is in the second place, and I give it the first place, of course, this was a decision I made after I tried it for a day. By default, five letters are entered and Lenovo starts. I changed it to 2. This is a lot better.
The next step is the most painful thing for me. However, after the solution is solved, it is the configuration of the dual-work solution.
I have been using the sogou dual-spelling scheme in Windows. The default Scheme here is the natural code. I don't say that the natural code is bad, but I'm not used to it. In fact, the difference is not big, just in an ing code bit, the natural code is in Y, and Microsoft (sogou) is; this may seem nothing to many people, but I just feel uncomfortable and it took a lot of time to finally fix it.
First,
Cd/usr/share/fcitx/configdesc
Vi fcitx-pinyin.desc
Here, I changed the default dual-join solution to MS, and my problem was here. After the change, I still got the natural code, and google finally found it for a long time.
Cd/home/username/. config/fcitx/conf
Vi fcitx-pinyin.config
Change the default value here to MS. Restart or log out.
Then you will find out how redundant the ibus is.
Sudo yum remove ibus
That's done.