Difference between revisions of "Configure (OpenSUSE)"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) (Created page with "<translate> == Configure == Open ~/.profile (if there is no such file, create one) and add export INPUT_METHOD="fcitx" to this file. == Next Step == [[Special:myLanguage...") |
Weng Xuetian (talk | contribs) (Marked this version for translation) |
||
| Line 1: | Line 1: | ||
<translate> | <translate> | ||
| − | == Configure == | + | == Configure == <!--T:1--> |
Open ~/.profile (if there is no such file, create one) and add | Open ~/.profile (if there is no such file, create one) and add | ||
| − | export INPUT_METHOD="fcitx" | + | <!--T:2--> |
| + | export INPUT_METHOD="fcitx" | ||
| + | <!--T:3--> | ||
to this file. | to this file. | ||
| − | == Next Step == | + | == Next Step == <!--T:4--> |
| + | <!--T:5--> | ||
[[Special:myLanguage/Customize Fcitx|Customize Fcitx]] | [[Special:myLanguage/Customize Fcitx|Customize Fcitx]] | ||
| + | <!--T:6--> | ||
[[Special:myLanguage/Install input method|Install input method]] | [[Special:myLanguage/Install input method|Install input method]] | ||
| + | <!--T:7--> | ||
[[Category:How-to]] | [[Category:How-to]] | ||
[[Category:OpenSUSE How-to]] | [[Category:OpenSUSE How-to]] | ||
</translate> | </translate> | ||
Revision as of 12:18, 5 June 2012
Configure
Open ~/.profile (if there is no such file, create one) and add
export INPUT_METHOD="fcitx"
to this file.