How can I configure a Chinese input method?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







5















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










share|improve this question































    5















    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










    share|improve this question



























      5












      5








      5








      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










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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






















          3 Answers
          3






          active

          oldest

          votes


















          3














          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!






          share|improve this answer

































            2














            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






            share|improve this answer


























            • 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



















            0














            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.)






            share|improve this answer


























            • Please include the essential parts of the answer here.

              – Codito ergo sum
              2 days ago






            • 1





              Thanks, @Coditoergosum.

              – Andy
              yesterday














            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            3














            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!






            share|improve this answer






























              3














              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!






              share|improve this answer




























                3












                3








                3







                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!






                share|improve this answer















                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!







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Oct 6 '15 at 19:54









                Fabby

                27.1k1360161




                27.1k1360161










                answered Oct 12 '11 at 20:38









                lijuliju

                311




                311

























                    2














                    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






                    share|improve this answer


























                    • 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
















                    2














                    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






                    share|improve this answer


























                    • 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














                    2












                    2








                    2







                    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






                    share|improve this answer















                    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







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    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



















                    • 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











                    0














                    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.)






                    share|improve this answer


























                    • Please include the essential parts of the answer here.

                      – Codito ergo sum
                      2 days ago






                    • 1





                      Thanks, @Coditoergosum.

                      – Andy
                      yesterday


















                    0














                    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.)






                    share|improve this answer


























                    • Please include the essential parts of the answer here.

                      – Codito ergo sum
                      2 days ago






                    • 1





                      Thanks, @Coditoergosum.

                      – Andy
                      yesterday
















                    0












                    0








                    0







                    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.)






                    share|improve this answer















                    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.)







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    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





















                    • 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




















                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    GameSpot

                    connect to host localhost port 22: Connection refused

                    Getting a Wifi WPA2 wifi connection