Difference between revisions of "Kimpanel"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) m (→Intro) |
Weng Xuetian (talk | contribs) (Marked this version for translation) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
+ | <!--T:1--> | ||
{{Infobox module | {{Infobox module | ||
| name = Kimpanel | | name = Kimpanel | ||
Line 11: | Line 12: | ||
}} | }} | ||
− | == Intro == | + | == Intro == <!--T:2--> |
Kimpanel is a DBus-based [[User Interface]] for Fcitx. It's oriented from KDE, and now it can also support gnome-shell. | Kimpanel is a DBus-based [[User Interface]] for Fcitx. It's oriented from KDE, and now it can also support gnome-shell. | ||
− | == Setup == | + | == Setup == <!--T:3--> |
Since 4.2.0, Fcitx will have ability to automatically switch to different UI based on current environment at runtime. If you are using Fcitx 4.1, you can use | Since 4.2.0, Fcitx will have ability to automatically switch to different UI based on current environment at runtime. If you are using Fcitx 4.1, you can use | ||
− | fcitx -u fcitx-kimpanel-ui | + | <!--T:4--> |
+ | fcitx -u fcitx-kimpanel-ui | ||
+ | <!--T:5--> | ||
to force fcitx to use kimpanel. | to force fcitx to use kimpanel. | ||
− | == Kimpanel Frontend == | + | == Kimpanel Frontend == <!--T:6--> |
You need a kimpanel frontend to actually use kimpanel to display UI, currently we have following implementation. | You need a kimpanel frontend to actually use kimpanel to display UI, currently we have following implementation. | ||
+ | <!--T:7--> | ||
* [[Kimpanel in KDE Plasma Addons]] | * [[Kimpanel in KDE Plasma Addons]] | ||
* [[Kimtoy]] | * [[Kimtoy]] | ||
* [[Kimpanel for GNOME-Shell]] | * [[Kimpanel for GNOME-Shell]] | ||
+ | <!--T:8--> | ||
[[Category:Addon]] | [[Category:Addon]] | ||
[[Category:Built-in Addon]] | [[Category:Built-in Addon]] | ||
</translate> | </translate> |
Revision as of 11:11, 27 March 2012
Version | 4.2.1 |
---|---|
Dependency | DBus |
Written In | C |
License | GPLv2 |
Type | User Interface |
Intro
Kimpanel is a DBus-based User Interface for Fcitx. It's oriented from KDE, and now it can also support gnome-shell.
Setup
Since 4.2.0, Fcitx will have ability to automatically switch to different UI based on current environment at runtime. If you are using Fcitx 4.1, you can use
fcitx -u fcitx-kimpanel-ui
to force fcitx to use kimpanel.
Kimpanel Frontend
You need a kimpanel frontend to actually use kimpanel to display UI, currently we have following implementation.