Intelligent Input Bus

For other uses, see IBus (disambiguation).
IBus

Intelligent Input Bus (IBus)
Original author(s) Peng Huang
Developer(s) Peng Huang
Initial release August 2008 (2008-08)
Stable release
1.5.12 / January 18, 2016 (2016-01-18)[1]
Development status Active
Written in C, Python
Operating system Unix-like
Available in Multilingual
Type Input method
License GNU LGPL v2 or later
Website github.com/ibus/ibus

The Intelligent Input Bus (IBus, pronounced as I-Bus) is an input method (IM) framework for multilingual input in Unix-like operating-systems. The name "Bus" comes from its bus-like architecture.

Goals

The main goals of the IBus project include:

Motivation

The draft Specification of IM engine Service Provider Interface[2] document from the Northeast Asia OSS Forum[3] Work Group 3 recommends bus-centric IM framework architectures with a bus implementation (similar to dbus). According to the specification, SCIM-1.4 is not considered suitable for further development as it is developed in C++, which usually causes ABI transition problems.[4]

Since then, succeeding projects like IM-BUS (led by James Su) and SCIM-2 (led by Zheng Hu) were started. However, both projects are suspended. Therefore, Huang Peng from Red Hat established the IBus project to prove the idea of IM-BUS by using Python, D-Bus and GLib rather than implementing the functions recommended by CJK OSS forum. In spite of that, IBus has already gained community acceptance, and FreeBSD and many Linux distribution such as Fedora and Ubuntu already have IBus in their package repositories. IBus became the new default input method framework in Fedora 11,[5] and replaced SCIM in Ubuntu 9.10.

Architecture

IBus is developed in C and Python, thus avoiding the C++ ABI transition problem of SCIM <1.4.14.

IBus provides most of its functionality through services. There are three kinds of services:

IBus employs D-Bus to communicate among ibus-daemon, services, and IM clients such as terminal emulators, editors and web browsers. ibus-daemon manages all clients and services by receiving registrations from services, and sending D-Bus message to corresponding services and IM client.

It implements XIM protocol, and has GTK+ and Qt input method modules.

Features

Available input method plugins and engines

ibus-m17n

ibus-m17n is an IME that uses input methods and corresponding icons in the m17n database. Unlike ibus-table which supports plain tables, m17n input methods also support states, whose labels are displayed on the IBus panel (language bar). M17n input methods also support surrounding text, consequently, languages such as Thai and IMs such as plain Zhuyin that require this feature are supported through ibus-m17n.

ibus-table

ibus-table, developed by Yu Wei Yu, is an IME that loads tables of input methods which do not need complicated logic to select words.[6] Many structure-based Chinese input methods such as Cangjie and Wubi are supported this way.

Officially released IM tables:[7]

See also

References

This article is issued from Wikipedia - version of the 9/10/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.