Difference between revisions of "Kimpanel"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) m |
Weng Xuetian (talk | contribs) m (Text replacement - "<translate1>" to "<translate>") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <languages /> | + | <languages/> |
<translate> | <translate> | ||
Line 9: | Line 9: | ||
| programming language = C | | programming language = C | ||
| license = GPLv2 | | license = GPLv2 | ||
− | | type = [[User Interface]] | + | | type = [[Special:myLanguage/User Interface|User Interface]] |
}} | }} | ||
== Intro == <!--T:2--> | == 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 [[Special:myLanguage/User Interface|User Interface]] for Fcitx. It's oriented from KDE, and now it can also support gnome-shell. |
== Setup == <!--T:3--> | == 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 | fcitx -u fcitx-kimpanel-ui | ||
Line 26: | Line 26: | ||
== Kimpanel Frontend == <!--T:6--> | == 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. |
<!--T:7--> | <!--T:7--> | ||
− | * [[Kimpanel in KDE Plasma Addons]] | + | * [[Special:myLanguage/Kimpanel in KDE Plasma Addons|Kimpanel in KDE Plasma Addons]] |
− | * [[Kimtoy]] | + | * [[Special:myLanguage/Kimtoy|Kimtoy]] |
− | * [[Kimpanel for GNOME-Shell]] | + | * [[Special:myLanguage/Kimpanel for GNOME-Shell|Kimpanel for GNOME-Shell]] |
<!--T:8--> | <!--T:8--> |
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.