Difference between revisions of "Configure (Ubuntu)"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) (Created page with "<translate> == Configure == If you are using elder Ubuntu, your Ubuntu might only have {{package ubuntu|im-switch}}, you could use <code> im-switch -s fcitx </code> or run ...") |
Weng Xuetian (talk | contribs) m (Text replacement - "<translate1>" to "<translate>") |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | |||
<translate> | <translate> | ||
− | |||
− | |||
− | < | + | == Configure == <!--T:1--> |
+ | If you are using older Ubuntu, your Ubuntu might only have {{package ubuntu|im-switch}}, you could use | ||
+ | |||
+ | <!--T:2--> | ||
im-switch -s fcitx | 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. | ||
− | == Next Step == | + | === For Qt/Kubuntu === <!--T:6--> |
+ | 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}} | ||
+ | |||
+ | <!--T:8--> | ||
+ | 2. Install {{package ubuntu|qt4-qtconfig}}, run qtconfig-qt4 and select fcitx in interface tab. | ||
+ | |||
+ | == Next Step == <!--T:9--> | ||
− | [[Customize Fcitx]] | + | <!--T:10--> |
+ | [[Special:myLanguage/Customize Fcitx|Customize Fcitx]] | ||
− | [[Install input method]] | + | <!--T:11--> |
+ | [[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> |
Latest revision as of 22:54, 2 February 2016
Configure
If you are using older 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.