I cannot get Kubuntu 17.10 to allow Korean, Chinese, or Japanese input. I have no problems enabling these inputs on Ubuntu 17.10 but cannot get them to work on Kubuntu 17.10 even though Kubuntu seems to have the ability to install various input methods. I prefer the Kubuntu interface to Ubuntu.
Any suggestions.
Claude
Update:
I figured out how to get ibus to work but it appears that the built-in keyboard layout methods of Kubuntu is totally useless and no one seems to know how to get it to work.
The following will get ibus to work on Kubuntu 17.10.
1. Delete any layouts you may have setup in >System Settings > Input Devices > Keyboard > Layouts. This will ensure that you do not have a double set of icons on your task bar for the input methods.
2. Open Konsole and enter the following command: sudo apt-get install ibus ibus-gtk ibus-gtk3 ibus-qt4 ibus-clutter
3. Enter your password when requested and answer all prompts with "Y" when asked.
4. Install your ibus language packages by running the following command (these are the language packages I installed): sudo apt-get install ibus-hangul ibus-sunpinyin ibus-anthy
This is a listing of ibus language packages:
- Japanese, MOZC (best): ibus-mozc (This may be best but I could not get it to work)
- Japanese, Anthy (good): ibus-anthy
- Japanese, SKK (EMACS style): ibus-skk
- Korean language: ibus-hangul
- Traditional Chinese: ibus-chewing
- Simplified Chinese: ibus-pinyin
- Simplified Chinese (SUN): ibus-sunpinyin
- Simplified Chinese (Google): ibus-googlepinyin
- Vietnamese: ibus-unikey
- Many table based input method: ibus-table*
5. Run im-congif from Konsole with: "sudo im-config" Click "OK" on the Input Method Configuration window. Click "Yes" on the next window that pops up. In the next window, select "ibus" and click "OK."
6. Run "Set IBus Preferences" and click on the "Input Method" tab and add your input methods.
7. Restart your system and everything should work fine.
Any suggestions.
Claude
Update:
I figured out how to get ibus to work but it appears that the built-in keyboard layout methods of Kubuntu is totally useless and no one seems to know how to get it to work.
The following will get ibus to work on Kubuntu 17.10.
1. Delete any layouts you may have setup in >System Settings > Input Devices > Keyboard > Layouts. This will ensure that you do not have a double set of icons on your task bar for the input methods.
2. Open Konsole and enter the following command: sudo apt-get install ibus ibus-gtk ibus-gtk3 ibus-qt4 ibus-clutter
3. Enter your password when requested and answer all prompts with "Y" when asked.
4. Install your ibus language packages by running the following command (these are the language packages I installed): sudo apt-get install ibus-hangul ibus-sunpinyin ibus-anthy
This is a listing of ibus language packages:
- Japanese, MOZC (best): ibus-mozc (This may be best but I could not get it to work)
- Japanese, Anthy (good): ibus-anthy
- Japanese, SKK (EMACS style): ibus-skk
- Korean language: ibus-hangul
- Traditional Chinese: ibus-chewing
- Simplified Chinese: ibus-pinyin
- Simplified Chinese (SUN): ibus-sunpinyin
- Simplified Chinese (Google): ibus-googlepinyin
- Vietnamese: ibus-unikey
- Many table based input method: ibus-table*
5. Run im-congif from Konsole with: "sudo im-config" Click "OK" on the Input Method Configuration window. Click "Yes" on the next window that pops up. In the next window, select "ibus" and click "OK."
6. Run "Set IBus Preferences" and click on the "Input Method" tab and add your input methods.
7. Restart your system and everything should work fine.
Comment