Tutorials/Kimpanel: Difference between revisions
m (fix some issues) |
No edit summary |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
= KDE Input Method Panel = <!--T:1--> | == KDE Input Method Panel == <!--T:1--> | ||
</translate> | </translate> | ||
__NOTOC__ | __NOTOC__ | ||
<translate> | <translate> | ||
==Acknowledgement== <!--T:2--> | ===Acknowledgement=== <!--T:2--> | ||
<!--T:3--> | <!--T:3--> | ||
Translated "almost" verbatim from http://userbase.kde.org/Tutorials/Kimpanel_(zh_CN) (deprecated due to new translation system) | Translated "almost" verbatim from http://userbase.kde.org/Tutorials/Kimpanel_(zh_CN) (deprecated due to new translation system) | ||
==Introduction== <!--T:4--> | ===Introduction=== <!--T:4--> | ||
<!--T:5--> | <!--T:5--> | ||
'''kimpanel''' is a panel Plasmoid for various input methods with concurrent '''Plasma''' theme. | '''kimpanel''' is a panel Plasmoid for various input methods with concurrent '''Plasma''' theme. | ||
==kimpanel== <!--T:6--> | ===kimpanel=== <!--T:6--> | ||
<!--T:7--> | <!--T:7--> | ||
Line 37: | Line 37: | ||
{{Tip|1=Arch Linux users please check [http://aur.archlinux.org/packages.php?ID=24652&O=&L=&C=&K=&SB=&SO=&PP=&do_Orphans=&SeB= kimpanel-plasmoid-svn] in AUR.}} | {{Tip|1=Arch Linux users please check [http://aur.archlinux.org/packages.php?ID=24652&O=&L=&C=&K=&SB=&SO=&PP=&do_Orphans=&SeB= kimpanel-plasmoid-svn] in AUR.}} | ||
==fcitx-dbus== <!--T:13--> | ===fcitx-dbus=== <!--T:13--> | ||
<!--T:14--> | <!--T:14--> | ||
Line 54: | Line 54: | ||
{{Tip|1=*Kubuntu users should check [http://forum.ubuntu.org.cn/viewtopic.php?f=8&t=192737 fcitx-svn].}} | {{Tip|1=*Kubuntu users should check [http://forum.ubuntu.org.cn/viewtopic.php?f=8&t=192737 fcitx-svn].}} | ||
==ibus== <!--T:18--> | ===ibus=== <!--T:18--> | ||
<!--T:19--> | <!--T:19--> | ||
Line 83: | Line 83: | ||
If the '''kimpanel''' Plasmoid is absent, please check $QT_IM_MODULE and set that to ibus. | If the '''kimpanel''' Plasmoid is absent, please check $QT_IM_MODULE and set that to ibus. | ||
==Links== <!--T:27--> | ===Links=== <!--T:27--> | ||
<!--T:28--> | <!--T:28--> |
Revision as of 08:30, 21 January 2011
KDE Input Method Panel
Acknowledgement
Translated "almost" verbatim from http://userbase.kde.org/Tutorials/Kimpanel_(zh_CN) (deprecated due to new translation system)
Introduction
kimpanel is a panel Plasmoid for various input methods with concurrent Plasma theme.
kimpanel
Information
kimpanel is in the kdeplasma-addons part of the KDE SC 4.4(.x) release, so you should update your system to KDE SC 4.4.x, install kimpanel via package manager.
For Kubuntu 9.10 + KDE SC 4.4.x:
sudo apt-get install plasma-widget-kimpanel
Right click desktop, choose
, place the Plasmoid (possibly named "Input Method Panel") wherever you prefer.Tip
Arch Linux users please check kimpanel-plasmoid-svn in AUR.
fcitx-dbus
Support for FCITX has been in trunk since r294. Users are encouraged to upgrade.
svn co http://fcitx.googlecode.com/svn/trunk fcitx cd fcitx ./configure --prefix=/usr && make && sudo make install
Tip
*Arch Linux users should check fcitx-dbus-svn in AUR. fcitx-svn is okey though.
Tip
*Kubuntu users should check fcitx-svn.
ibus
Install ibus as usual. Then
For Kubuntu 9.10 + KDE SC 4.4.x:
- install kimpanel-backend-ibus
sudo apt-get install plasma-widget-kimpanel-backend-ibus
- open -> , add
ibus-daemon --panel=/usr/lib/ibus/ibus-ui-kde
Note
ibus requires ibus-qt or ibus-qt4 to input special characters in KDE/Qt applications. (I doubt it --- there is XIM still.)
If the kimpanel Plasmoid is absent, please check $QT_IM_MODULE and set that to ibus.
Links
Suggestions for Input Method UIs (Chinese)
Install kimpanel on a Fedora 10 notebook (Chinese)