Configure (Ubuntu): Difference between revisions
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) mNo edit summary |
Weng Xuetian (talk | contribs) Marked this version for translation |
||
| Line 2: | Line 2: | ||
<translate> | <translate> | ||
== Configure == | == Configure == <!--T:1--> | ||
If you are using elder Ubuntu, your Ubuntu might only have {{package ubuntu|im-switch}}, you could use | If you are using elder Ubuntu, your Ubuntu might only have {{package ubuntu|im-switch}}, you could use | ||
im-switch -s fcitx | <!--T:2--> | ||
im-switch -s fcitx | |||
<!--T:3--> | |||
or run {{package ubuntu|language-selector}} from your desktop launcher. | or run {{package ubuntu|language-selector}} from your desktop launcher. | ||
<!--T:4--> | |||
You need to logout to get all setting works. | You need to logout to get all setting works. | ||
<!--T:5--> | |||
If you are using newer Ubuntu, your Ubuntu might use im-config instead of im-switch, you simply run im-config and choose the input method. | If you are using newer Ubuntu, your Ubuntu might use im-config instead of im-switch, you simply run im-config and choose the input method. | ||
=== For Qt/Kubuntu === | === For Qt/Kubuntu === <!--T:6--> | ||
Due to a inconsistency variable check in im-switch, QT4_IM_MODULE is not exported. | Due to a inconsistency variable check in im-switch, QT4_IM_MODULE is not exported. | ||
<!--T:7--> | |||
1. Don't forget install {{package ubuntu|fcitx-frontend-qt4}} | 1. Don't forget install {{package ubuntu|fcitx-frontend-qt4}} | ||
<!--T:8--> | |||
2. Install {{package ubuntu|qt4-qtconfig}}, run qtconfig-qt4 and select fcitx in interface tab. | 2. Install {{package ubuntu|qt4-qtconfig}}, run qtconfig-qt4 and select fcitx in interface tab. | ||
== Next Step == | == Next Step == <!--T:9--> | ||
<!--T:10--> | |||
[[Special:myLanguage/Customize Fcitx|Customize Fcitx]] | [[Special:myLanguage/Customize Fcitx|Customize Fcitx]] | ||
<!--T:11--> | |||
[[Special:myLanguage/Install input method|Install input method]] | [[Special:myLanguage/Install input method|Install input method]] | ||
<!--T:12--> | |||
[[Category:How-to]] | [[Category:How-to]] | ||
[[Category:Ubuntu How-to]] | [[Category:Ubuntu How-to]] | ||
</translate> | </translate> | ||
Revision as of 17:28, 26 April 2012
Configure
If you are using elder Ubuntu, your Ubuntu might only have im-switch, you could use
im-switch -s fcitx
or run language-selector from your desktop launcher.
You need to logout to get all setting works.
If you are using newer Ubuntu, your Ubuntu might use im-config instead of im-switch, you simply run im-config and choose the input method.
For Qt/Kubuntu
Due to a inconsistency variable check in im-switch, QT4_IM_MODULE is not exported.
1. Don't forget install fcitx-frontend-qt4
2. Install qt4-qtconfig, run qtconfig-qt4 and select fcitx in interface tab.