Tutorials/Kimpanel: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 1: Line 1:
<big>'''KDE Input Method Panel'''</big>
<languages />
{{Template:I18n/Language Navigation Bar|Tutorials/Kimpanel}}
<translate>
 
= KDE Input Method Panel =
</translate>
 
__NOTOC__
__NOTOC__
<translate>
==Acknowledgement==
==Acknowledgement==
Translated "almost" verbatim from http://userbase.kde.org/Tutorials/Kimpanel_(zh_CN) .
 
Translated "almost" verbatim from http://userbase.kde.org/Tutorials/Kimpanel_(zh_CN) (deprecated due to new translation system)
 
==Introduction==
==Introduction==
"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==
==kimpanel==
{{info|"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.}}  
 
{{Info|1='''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''':
For '''Kubuntu 9.10 + KDE SC 4.4.x''':


sudo apt-get install plasma-widget-kimpanel
{{Input|1=sudo apt-get install plasma-widget-kimpanel}}


right click desktop, choose "add widgets", place the "kimpanel" Plasmoid (likely "Input Method Panel") wherever you prefer.
Right click desktop, choose <menuchoice>add widgets</menuchoice>, place the<menuchoice> kimpanel</menuchoice> Plasmoid (possibly named "Input Method Panel") wherever you prefer.


[[Image:Zhcnkimpaneladd.png|300px|center]]
[[Image:Zhcnkimpaneladd.png|300px|center]]


:::*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==
==fcitx-dbus==
[[File:ZhcnKimpanel.png]]
 
[[File:ZhcnKimpanel.png|center]]


Support for FCITX has been in trunk since r294. Users are encouraged to upgrade.
Support for FCITX has been in trunk since r294. Users are encouraged to upgrade.


svn co http://fcitx.googlecode.com/svn/trunk fcitx
{{Input|1=svn co http://fcitx.googlecode.com/svn/trunk fcitx
 
cd fcitx
cd fcitx
./configure --prefix=/usr && make && sudo make install}}


./configure --prefix=/usr && make && sudo make install
{{Tip|1=*Arch Linux users should check [http://aur.archlinux.org/packages.php?ID=28916 fcitx-dbus-svn] in AUR. [http://aur.archlinux.org/packages.php?ID=20836 fcitx-svn] is okey though.}}
{{Tip|1=*Kubuntu users should check [http://forum.ubuntu.org.cn/viewtopic.php?f=8&t=192737 fcitx-svn].}}


:::*Arch Linux users should check [http://aur.archlinux.org/packages.php?ID=28916 fcitx-dbus-svn] in AUR. [http://aur.archlinux.org/packages.php?ID=20836 fcitx-svn] is okey though.
==ibus==
:::*Kubuntu users should check [http://forum.ubuntu.org.cn/viewtopic.php?f=8&t=192737 fcitx-svn].


==ibus==
[[File:Zhcnkimpanel2.png|center]]
[[File:Zhcnkimpanel2.png]]


Install ibus as usual. Then  
Install '''ibus''' as usual. Then  


For '''Kubuntu 9.10 + KDE SC 4.4.x''':
For '''Kubuntu 9.10 + KDE SC 4.4.x''':


*install kimpanel-backend-ibus
{{Input|1=*install kimpanel-backend-ibus
sudo apt-get install plasma-widget-kimpanel-backend-ibus}}


sudo apt-get install plasma-widget-kimpanel-backend-ibus
*open <menuchoice>systemsettings</menuchoice> -> <menuchoice>autostart</menuchoice> ,add


*open systemsettings -> autostart ,add
{{Input|1=ibus-daemon --panel=/usr/lib/ibus/ibus-ui-kde}}


ibus-daemon --panel=/usr/lib/ibus/ibus-ui-kde
{{Note|1=ibus requires ibus-qt or ibus-qt4 to input special characters in KDE/Qt applications. (I doubt it --- there is XIM still.)}}


==Note==
If the '''kimpanel''' Plasmoid is absent, please check $QT_IM_MODULE and set that to ibus.
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==


==Links==
[http://forum.ubuntu.org.cn/viewtopic.php?f=38&t=188228&sid=e6e51e7ea48276d23350857383b853d0 Suggestions for Input Method UIs (Chinese)]
[http://forum.ubuntu.org.cn/viewtopic.php?f=38&t=188228&sid=e6e51e7ea48276d23350857383b853d0 Suggestions for Input Method UIs (Chinese)]


Line 64: Line 72:


[[Category:Advanced Users]]
[[Category:Advanced Users]]
</translate>

Revision as of 13:32, 17 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 add widgets, place the kimpanel 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 systemsettings -> autostart ,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)

kimpanel + ibus (Chinese)