Kimpanel: Difference between revisions
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) mNo edit summary |
Weng Xuetian (talk | contribs) m Text replacement - "<translate1>" to "<translate>" |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<languages /> | <languages/> | ||
<translate> | <translate> | ||
<!--T:1--> | |||
{{Infobox module | {{Infobox module | ||
| name = Kimpanel | | name = Kimpanel | ||
| Line 8: | Line 9: | ||
| programming language = C | | programming language = C | ||
| license = GPLv2 | | license = GPLv2 | ||
| type = [[User Interface]] | | type = [[Special:myLanguage/User Interface|User Interface]] | ||
}} | }} | ||
== Setup == | == Intro == <!--T:2--> | ||
Kimpanel is a DBus-based [[Special:myLanguage/User Interface|User Interface]] for Fcitx. It's oriented from KDE, and now it can also support gnome-shell. | |||
== 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 | ||
<!--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 | You need a kimpanel frontend to actually use kimpanel to display UI, currently there are several implementations list below. | ||
* [[Kimpanel in KDE Plasma Addons]] | <!--T:7--> | ||
* [[Kimtoy]] | * [[Special:myLanguage/Kimpanel in KDE Plasma Addons|Kimpanel in KDE Plasma Addons]] | ||
* [[Kimpanel for GNOME-Shell]] | * [[Special:myLanguage/Kimtoy|Kimtoy]] | ||
* [[Special:myLanguage/Kimpanel for GNOME-Shell|Kimpanel for GNOME-Shell]] | |||
<!--T:8--> | |||
[[Category:Addon]] | [[Category:Addon]] | ||
[[Category:Built-in Addon]] | [[Category:Built-in Addon]] | ||
</translate> | </translate> | ||
Latest revision as of 22:54, 2 February 2016
| 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 there are several implementations list below.