Tutorials/Kimpanel: Difference between revisions
(Marked this version for translation) |
m (it is Fcitx instead of FCITX (see https://fcitx-im.org/wiki/Fcitx_5)) |
||
(15 intermediate revisions by 5 users not shown) | |||
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--> | ||
''' | '''KDE Input Method Panel''' is a panel Plasmoid for various input methods with concurrent '''Plasma''' theme. | ||
== | ===Input Method Panel=== <!--T:6--> | ||
<!--T:10--> | <!--T:10--> | ||
Right click desktop, choose <menuchoice> | Right click desktop, choose <menuchoice>Add Widgets</menuchoice>, place the<menuchoice> Input Method Panel</menuchoice> plasmoid wherever you prefer. | ||
<!--T: | <!--T:33--> | ||
[[ | [[File:KDE Input Method Panel.png|thumb|The KDE Input Method Panel Widget|center]] | ||
===fcitx-dbus=== <!--T:13--> | |||
==fcitx-dbus== <!--T:13--> | |||
<!--T:14--> | <!--T:14--> | ||
Line 43: | Line 31: | ||
<!--T:15--> | <!--T:15--> | ||
Support for | Support for Fcitx has been in trunk since r294. Users are encouraged to upgrade. | ||
<!--T:16--> | <!--T:16--> | ||
{{Input|1=svn co http://fcitx.googlecode.com/svn/trunk fcitx | {{Input|1=svn co <nowiki>http://fcitx.googlecode.com/svn/trunk</nowiki> fcitx | ||
cd fcitx | cd fcitx | ||
./configure --prefix=/usr && make && sudo make install}} | ./configure --prefix=/usr && make && sudo make install}} | ||
<!--T:17--> | <!--T:17--> | ||
{{Tip|1=*Arch Linux users should | {{Tip|1=*Arch Linux users should follow [https://wiki.archlinux.org/title/Fcitx Fcitx - ArchWiki].}} | ||
{{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--> | ||
<!--T:19--> | <!--T:19--> | ||
Line 64: | Line 52: | ||
<!--T:21--> | <!--T:21--> | ||
For '''Kubuntu 9.10 + KDE SC 4.4.x''': | For '''Kubuntu 9.10 + KDE SC 4.4.x''': | ||
<!--T:32--> | |||
*install '''kimpanel-backend-ibus''' | |||
<!--T:22--> | <!--T:22--> | ||
{{Input|1= | {{Input|1= | ||
sudo apt-get install plasma-widget-kimpanel-backend-ibus}} | sudo apt-get install plasma-widget-kimpanel-backend-ibus}} | ||
<!--T:23--> | <!--T:23--> | ||
*open <menuchoice>systemsettings</menuchoice> -> <menuchoice>autostart</menuchoice> | *open <menuchoice>systemsettings</menuchoice> -> <menuchoice>autostart</menuchoice>, add | ||
<!--T:24--> | <!--T:24--> | ||
Line 77: | Line 68: | ||
<!--T:25--> | <!--T:25--> | ||
{{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|1=ibus requires ibus-qt or ibus-qt4 to input special characters in KDE/Qt applications. (I doubt it --- there is XIM still.)}} | ||
<!--T:34--> | |||
For '''Arch Linux''': | |||
<!--T:35--> | |||
*open <menuchoice>System Settings</menuchoice> -> <menuchoice>Autostart</menuchoice>, add | |||
<!--T:36--> | |||
{{Input|1=ibus-daemon -drx --panel=/usr/lib/kimpanel-ibus-panel}} | |||
<!--T:37--> | |||
For '''Gentoo''': | |||
<!--T:38--> | |||
*open <menuchoice>System Settings</menuchoice> -> <menuchoice>Autostart</menuchoice>, add | |||
<!--T:39--> | |||
{{Input|1=ibus-daemon -drx --panel=/usr/lib64/libexec/kimpanel-ibus-panel}} | |||
<!--T:40--> | |||
{{Note|The panel path here is only for a 64-bit architecture. For other architectures, please change it accordingly.}} | |||
<!--T:26--> | <!--T:26--> | ||
If the ''' | If the '''Input Method Panel''' Plasmoid is absent, please check $QT_IM_MODULE and set that to ibus. | ||
==Links== <!--T:27--> | ===Links=== <!--T:27--> | ||
<!--T:28--> | <!--T:28--> |
Latest revision as of 10:20, 5 November 2021
KDE Input Method Panel
Acknowledgement
Translated "almost" verbatim from http://userbase.kde.org/Tutorials/Kimpanel_(zh_CN) (deprecated due to new translation system)
Introduction
KDE Input Method Panel is a panel Plasmoid for various input methods with concurrent Plasma theme.
Input Method Panel
Right click desktop, choose
, place the plasmoid wherever you prefer.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 follow Fcitx - ArchWiki.
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.)
For Arch Linux:
- open -> , add
ibus-daemon -drx --panel=/usr/lib/kimpanel-ibus-panel
For Gentoo:
- open -> , add
ibus-daemon -drx --panel=/usr/lib64/libexec/kimpanel-ibus-panel
Note
The panel path here is only for a 64-bit architecture. For other architectures, please change it accordingly.
If the Input Method Panel 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)