forked from maliit/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (24 loc) · 1.22 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Maliit
Maliit provides a flexible and cross-platform input method framework. It has a
plugin-based client-server architecture where applications act as clients and
communicate with the Maliit server via input context plugins. The communication
link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with
open source plugins (BSD).
These are the Maliit reference plugins.
Installing
Qt 4.7 must be installed to build the Maliit reference plugins. At a terminal, run:
qmake
make
make install
Run qmake HELP=1 to get more information about build options.
Running
Plugins require a running maliit-server. Active and enabled plugins are
controlled via GConf. The reference plugin is configured like so:
gconftool-2 -s --type list --list-type string /maliit/onscreen/enabled "[libmaliit-keyboard-plugin.so,en_gb]"
gconftool-2 -s --type list --list-type string /maliit/onscreen/active "[libmaliit-keyboard-plugin.so,en_gb]"
There can be more than one enabled plugin, but only one can be active at a time.
Resources
Wiki: http://wiki.maliit.org/ and http://wiki.maliit.org/Plugins
IRC: #maliit on chat.freenode.net
Announcement mailing list: maliit-announce@lists.maliit.org
Discussion mailing list: maliit-discuss@lists.maliit.org