Difference between revisions of "Kimpanel"

From Fcitx
Jump to navigation Jump to search
(Created page with "<translate> {{Infobox module | name = Kimpanel | version = 4.2.1 | dependency = DBus | programming language = C | license ...")
 
m (Text replacement - "<translate1>" to "<translate>")
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<languages/>
 +
 
<translate>
 
<translate>
 +
<!--T:1-->
 
{{Infobox module
 
{{Infobox module
 
| name                    = Kimpanel
 
| name                    = Kimpanel
Line 6: Line 9:
 
| programming language    = C
 
| programming language    = C
 
| license                = GPLv2
 
| license                = GPLv2
| type                    = [[User Interface]]
+
| type                    = [[Special:myLanguage/User Interface|User Interface]]
 
}}
 
}}
  
== Intro ==
 
Kimpanel is a DBus-based [[User Interface]] for Fcitx. It's oriented from KDE, and now it can support even gnome-shell.
 
  
== 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
  
    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 there are several implementations list below.
 +
 
 +
<!--T:7-->
 +
* [[Special:myLanguage/Kimpanel in KDE Plasma Addons|Kimpanel in KDE Plasma Addons]]
 +
* [[Special:myLanguage/Kimtoy|Kimtoy]]
 +
* [[Special:myLanguage/Kimpanel for GNOME-Shell|Kimpanel for GNOME-Shell]]
  
* [[Kimpanel in KDE Plasma Addons]]
+
<!--T:8-->
* [[Kimtoy]]
+
[[Category:Addon]]
* [[Kimpanel for GNOME-Shell]]
+
[[Category:Built-in Addon]]
  
 
</translate>
 
</translate>

Latest revision as of 22:54, 2 February 2016

Other languages:
English
Kimpanel
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.