How can I configure a Chinese input method?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
How can I configure a Chinese input method for KDE? I don't want a Chinese locale, just to write Chinese characters, mainly for learning purposes. (I'm still learning the language, so switching the entire UI to Chinese is not an option...)
Google search results are inconclusive, and from what I understood, not specific to newer versions of KDE.
Details: Kubuntu 11.04, KDE 4.6
kde keyboard-layout input-method
add a comment |
How can I configure a Chinese input method for KDE? I don't want a Chinese locale, just to write Chinese characters, mainly for learning purposes. (I'm still learning the language, so switching the entire UI to Chinese is not an option...)
Google search results are inconclusive, and from what I understood, not specific to newer versions of KDE.
Details: Kubuntu 11.04, KDE 4.6
kde keyboard-layout input-method
add a comment |
How can I configure a Chinese input method for KDE? I don't want a Chinese locale, just to write Chinese characters, mainly for learning purposes. (I'm still learning the language, so switching the entire UI to Chinese is not an option...)
Google search results are inconclusive, and from what I understood, not specific to newer versions of KDE.
Details: Kubuntu 11.04, KDE 4.6
kde keyboard-layout input-method
How can I configure a Chinese input method for KDE? I don't want a Chinese locale, just to write Chinese characters, mainly for learning purposes. (I'm still learning the language, so switching the entire UI to Chinese is not an option...)
Google search results are inconclusive, and from what I understood, not specific to newer versions of KDE.
Details: Kubuntu 11.04, KDE 4.6
kde keyboard-layout input-method
kde keyboard-layout input-method
edited Apr 16 '14 at 15:02
Braiam
52.7k20138223
52.7k20138223
asked Aug 29 '11 at 7:38
Little Bobby TablesLittle Bobby Tables
55931221
55931221
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
You may want to take a look here
I had exactly same problem as yours but thanks to your post and webmarwells reply I have found a solution :)
What was missing was the trigger to actually start the input of pinyin.
So after playing with ibus-setup etc, I did:
sudo apt-get update
sudo apt-get install ibus-gtk ibus-qt4 ibus-pinyin ibus-pinyin-db-open-phrase
I have also installed packages for ibus-chewing - as I noticed the name of that on the ibus site
then
im-switch -s ibus
Log out and log in again!
add a comment |
Install the package iBus from the kubuntu repository, info here: http://code.google.com/p/ibus/. This is just an input method and doesn't change your system settings.
- for pinyin input install ibus-pinyin
- for handwriting recognition install ibus-tegaki
- the fonts are available from the package language-pack-kde-zh-hans
Afterwards go to your system preferences and change input method to iBus.
If you are learning, I would suggest two more programs you might already know:
Anki (for learning flashcards)
In Anki you can use a very helpful plugin called pinyin-toolkit (http://ankisrs.net)
Eclectus (an offline dictionary)
Eclectus can use tegaki for handwriting input as well. You can install audiopack (made from swac collections) and strokeorder-fonts. You need to install the marcspitz/eclectus PPA for those packages.
The original Eclectus (as well on launchpad) doesn't work on 11.4.
Enjoy learning!
Marcus
Thanks! However, ibus appears to be installed on my system (from the distro repo), and even seems running, but I don't find where to control it. There's no input method icon, and in the system settings there is no entry for input method
– Little Bobby Tables
Aug 29 '11 at 14:36
add a comment |
I'm still having this problem (iBus is apparently running, and I can select it as an input, but the pinyin input doesn't actually work) several years later, on Lubuntu 18.04. I believe the current best solution is to follow the instructions at
- https://github.com/ibus/ibus/wiki/Ubuntu
to install any supporting packages which might be missing. They are:
sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4
sudo apt-get install ibus-pinyin # or other engine(s) you want
im-switch -s ibus
# logout and re-login
ibus-setup # add input methods you want
(Support is still quite selective; it works in Firefox, but not Vivaldi, which is not the case when I've run it on other Ubuntu distros.)
Please include the essential parts of the answer here.
– Codito ergo sum
2 days ago
1
Thanks, @Coditoergosum.
– Andy
yesterday
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f59081%2fhow-can-i-configure-a-chinese-input-method%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You may want to take a look here
I had exactly same problem as yours but thanks to your post and webmarwells reply I have found a solution :)
What was missing was the trigger to actually start the input of pinyin.
So after playing with ibus-setup etc, I did:
sudo apt-get update
sudo apt-get install ibus-gtk ibus-qt4 ibus-pinyin ibus-pinyin-db-open-phrase
I have also installed packages for ibus-chewing - as I noticed the name of that on the ibus site
then
im-switch -s ibus
Log out and log in again!
add a comment |
You may want to take a look here
I had exactly same problem as yours but thanks to your post and webmarwells reply I have found a solution :)
What was missing was the trigger to actually start the input of pinyin.
So after playing with ibus-setup etc, I did:
sudo apt-get update
sudo apt-get install ibus-gtk ibus-qt4 ibus-pinyin ibus-pinyin-db-open-phrase
I have also installed packages for ibus-chewing - as I noticed the name of that on the ibus site
then
im-switch -s ibus
Log out and log in again!
add a comment |
You may want to take a look here
I had exactly same problem as yours but thanks to your post and webmarwells reply I have found a solution :)
What was missing was the trigger to actually start the input of pinyin.
So after playing with ibus-setup etc, I did:
sudo apt-get update
sudo apt-get install ibus-gtk ibus-qt4 ibus-pinyin ibus-pinyin-db-open-phrase
I have also installed packages for ibus-chewing - as I noticed the name of that on the ibus site
then
im-switch -s ibus
Log out and log in again!
You may want to take a look here
I had exactly same problem as yours but thanks to your post and webmarwells reply I have found a solution :)
What was missing was the trigger to actually start the input of pinyin.
So after playing with ibus-setup etc, I did:
sudo apt-get update
sudo apt-get install ibus-gtk ibus-qt4 ibus-pinyin ibus-pinyin-db-open-phrase
I have also installed packages for ibus-chewing - as I noticed the name of that on the ibus site
then
im-switch -s ibus
Log out and log in again!
edited Oct 6 '15 at 19:54
Fabby
27.1k1360161
27.1k1360161
answered Oct 12 '11 at 20:38
lijuliju
311
311
add a comment |
add a comment |
Install the package iBus from the kubuntu repository, info here: http://code.google.com/p/ibus/. This is just an input method and doesn't change your system settings.
- for pinyin input install ibus-pinyin
- for handwriting recognition install ibus-tegaki
- the fonts are available from the package language-pack-kde-zh-hans
Afterwards go to your system preferences and change input method to iBus.
If you are learning, I would suggest two more programs you might already know:
Anki (for learning flashcards)
In Anki you can use a very helpful plugin called pinyin-toolkit (http://ankisrs.net)
Eclectus (an offline dictionary)
Eclectus can use tegaki for handwriting input as well. You can install audiopack (made from swac collections) and strokeorder-fonts. You need to install the marcspitz/eclectus PPA for those packages.
The original Eclectus (as well on launchpad) doesn't work on 11.4.
Enjoy learning!
Marcus
Thanks! However, ibus appears to be installed on my system (from the distro repo), and even seems running, but I don't find where to control it. There's no input method icon, and in the system settings there is no entry for input method
– Little Bobby Tables
Aug 29 '11 at 14:36
add a comment |
Install the package iBus from the kubuntu repository, info here: http://code.google.com/p/ibus/. This is just an input method and doesn't change your system settings.
- for pinyin input install ibus-pinyin
- for handwriting recognition install ibus-tegaki
- the fonts are available from the package language-pack-kde-zh-hans
Afterwards go to your system preferences and change input method to iBus.
If you are learning, I would suggest two more programs you might already know:
Anki (for learning flashcards)
In Anki you can use a very helpful plugin called pinyin-toolkit (http://ankisrs.net)
Eclectus (an offline dictionary)
Eclectus can use tegaki for handwriting input as well. You can install audiopack (made from swac collections) and strokeorder-fonts. You need to install the marcspitz/eclectus PPA for those packages.
The original Eclectus (as well on launchpad) doesn't work on 11.4.
Enjoy learning!
Marcus
Thanks! However, ibus appears to be installed on my system (from the distro repo), and even seems running, but I don't find where to control it. There's no input method icon, and in the system settings there is no entry for input method
– Little Bobby Tables
Aug 29 '11 at 14:36
add a comment |
Install the package iBus from the kubuntu repository, info here: http://code.google.com/p/ibus/. This is just an input method and doesn't change your system settings.
- for pinyin input install ibus-pinyin
- for handwriting recognition install ibus-tegaki
- the fonts are available from the package language-pack-kde-zh-hans
Afterwards go to your system preferences and change input method to iBus.
If you are learning, I would suggest two more programs you might already know:
Anki (for learning flashcards)
In Anki you can use a very helpful plugin called pinyin-toolkit (http://ankisrs.net)
Eclectus (an offline dictionary)
Eclectus can use tegaki for handwriting input as well. You can install audiopack (made from swac collections) and strokeorder-fonts. You need to install the marcspitz/eclectus PPA for those packages.
The original Eclectus (as well on launchpad) doesn't work on 11.4.
Enjoy learning!
Marcus
Install the package iBus from the kubuntu repository, info here: http://code.google.com/p/ibus/. This is just an input method and doesn't change your system settings.
- for pinyin input install ibus-pinyin
- for handwriting recognition install ibus-tegaki
- the fonts are available from the package language-pack-kde-zh-hans
Afterwards go to your system preferences and change input method to iBus.
If you are learning, I would suggest two more programs you might already know:
Anki (for learning flashcards)
In Anki you can use a very helpful plugin called pinyin-toolkit (http://ankisrs.net)
Eclectus (an offline dictionary)
Eclectus can use tegaki for handwriting input as well. You can install audiopack (made from swac collections) and strokeorder-fonts. You need to install the marcspitz/eclectus PPA for those packages.
The original Eclectus (as well on launchpad) doesn't work on 11.4.
Enjoy learning!
Marcus
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Aug 29 '11 at 9:59
webmarwellwebmarwell
211
211
Thanks! However, ibus appears to be installed on my system (from the distro repo), and even seems running, but I don't find where to control it. There's no input method icon, and in the system settings there is no entry for input method
– Little Bobby Tables
Aug 29 '11 at 14:36
add a comment |
Thanks! However, ibus appears to be installed on my system (from the distro repo), and even seems running, but I don't find where to control it. There's no input method icon, and in the system settings there is no entry for input method
– Little Bobby Tables
Aug 29 '11 at 14:36
Thanks! However, ibus appears to be installed on my system (from the distro repo), and even seems running, but I don't find where to control it. There's no input method icon, and in the system settings there is no entry for input method
– Little Bobby Tables
Aug 29 '11 at 14:36
Thanks! However, ibus appears to be installed on my system (from the distro repo), and even seems running, but I don't find where to control it. There's no input method icon, and in the system settings there is no entry for input method
– Little Bobby Tables
Aug 29 '11 at 14:36
add a comment |
I'm still having this problem (iBus is apparently running, and I can select it as an input, but the pinyin input doesn't actually work) several years later, on Lubuntu 18.04. I believe the current best solution is to follow the instructions at
- https://github.com/ibus/ibus/wiki/Ubuntu
to install any supporting packages which might be missing. They are:
sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4
sudo apt-get install ibus-pinyin # or other engine(s) you want
im-switch -s ibus
# logout and re-login
ibus-setup # add input methods you want
(Support is still quite selective; it works in Firefox, but not Vivaldi, which is not the case when I've run it on other Ubuntu distros.)
Please include the essential parts of the answer here.
– Codito ergo sum
2 days ago
1
Thanks, @Coditoergosum.
– Andy
yesterday
add a comment |
I'm still having this problem (iBus is apparently running, and I can select it as an input, but the pinyin input doesn't actually work) several years later, on Lubuntu 18.04. I believe the current best solution is to follow the instructions at
- https://github.com/ibus/ibus/wiki/Ubuntu
to install any supporting packages which might be missing. They are:
sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4
sudo apt-get install ibus-pinyin # or other engine(s) you want
im-switch -s ibus
# logout and re-login
ibus-setup # add input methods you want
(Support is still quite selective; it works in Firefox, but not Vivaldi, which is not the case when I've run it on other Ubuntu distros.)
Please include the essential parts of the answer here.
– Codito ergo sum
2 days ago
1
Thanks, @Coditoergosum.
– Andy
yesterday
add a comment |
I'm still having this problem (iBus is apparently running, and I can select it as an input, but the pinyin input doesn't actually work) several years later, on Lubuntu 18.04. I believe the current best solution is to follow the instructions at
- https://github.com/ibus/ibus/wiki/Ubuntu
to install any supporting packages which might be missing. They are:
sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4
sudo apt-get install ibus-pinyin # or other engine(s) you want
im-switch -s ibus
# logout and re-login
ibus-setup # add input methods you want
(Support is still quite selective; it works in Firefox, but not Vivaldi, which is not the case when I've run it on other Ubuntu distros.)
I'm still having this problem (iBus is apparently running, and I can select it as an input, but the pinyin input doesn't actually work) several years later, on Lubuntu 18.04. I believe the current best solution is to follow the instructions at
- https://github.com/ibus/ibus/wiki/Ubuntu
to install any supporting packages which might be missing. They are:
sudo apt-get install ibus ibus-clutter ibus-gtk ibus-gtk3 ibus-qt4
sudo apt-get install ibus-pinyin # or other engine(s) you want
im-switch -s ibus
# logout and re-login
ibus-setup # add input methods you want
(Support is still quite selective; it works in Firefox, but not Vivaldi, which is not the case when I've run it on other Ubuntu distros.)
edited yesterday
answered 2 days ago
AndyAndy
11
11
Please include the essential parts of the answer here.
– Codito ergo sum
2 days ago
1
Thanks, @Coditoergosum.
– Andy
yesterday
add a comment |
Please include the essential parts of the answer here.
– Codito ergo sum
2 days ago
1
Thanks, @Coditoergosum.
– Andy
yesterday
Please include the essential parts of the answer here.
– Codito ergo sum
2 days ago
Please include the essential parts of the answer here.
– Codito ergo sum
2 days ago
1
1
Thanks, @Coditoergosum.
– Andy
yesterday
Thanks, @Coditoergosum.
– Andy
yesterday
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f59081%2fhow-can-i-configure-a-chinese-input-method%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown