Tutorials/Kimpanel: Difference between revisions

    From KDE UserBase Wiki
    No edit summary
    (Marked this version for translation)
    (7 intermediate revisions by 2 users not shown)
    Line 15: Line 15:


    <!--T:5-->
    <!--T:5-->
    '''kimpanel''' is a panel Plasmoid for various input methods with concurrent '''Plasma''' theme.
    '''KDE Input Method Panel''' is a panel Plasmoid for various input methods with concurrent '''Plasma''' theme.


    ===Input Method Panel=== <!--T:6-->
    ===Input Method Panel=== <!--T:6-->
    Line 22: Line 22:
    Right click desktop, choose <menuchoice>Add Widgets</menuchoice>, place the<menuchoice> Input Method Panel</menuchoice> plasmoid wherever you prefer.
    Right click desktop, choose <menuchoice>Add Widgets</menuchoice>, place the<menuchoice> Input Method Panel</menuchoice> plasmoid wherever you prefer.


    <!--T:11-->
    <!--T:33-->
    [[Image:Zhcnkimpaneladd.png|300px|center]]
    [[File:KDE Input Method Panel.png|thumb|The KDE Input Method Panel Widget|center]]


    ===fcitx-dbus=== <!--T:13-->
    ===fcitx-dbus=== <!--T:13-->
    Line 42: Line 42:
    {{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 68: 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 '''kimpanel''' Plasmoid is absent, please check $QT_IM_MODULE and set that to ibus.
    If the '''Input Method Panel''' Plasmoid is absent, please check $QT_IM_MODULE and set that to ibus.


    ===Links=== <!--T:27-->
    ===Links=== <!--T:27-->

    Revision as of 06:45, 17 February 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 Add Widgets, place the Input Method Panel plasmoid wherever you prefer.

    The KDE Input Method Panel Widget

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


    For Arch Linux:

    • open System Settings -> Autostart, add
    ibus-daemon -drx --panel=/usr/lib/kimpanel-ibus-panel

    For Gentoo:

    • open System Settings -> Autostart, 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)

    kimpanel + ibus (Chinese)