Intelligent Input Bus for Linux/Unix
Перейти к файлу
Mitsuya Shibata f1c456d260 bus/services: Fix bashisms in org.freedesktop.IBus.session.GNOME.service
The "[[ ... ]]" is bash's compound command not in POSIX sh. This style
is problematic in Xorg session in environments where sh is not bash,
suach as Debian and Ubuntu.

BUG=https://github.com/ibus/ibus/issues/2397
2022-04-20 22:42:38 +09:00
.github Fix typo in ISSUE_TEMPLATE 2018-02-08 11:59:59 +09:00
bindings Update URLS 2021-09-01 09:01:44 +02:00
bus bus/services: Fix bashisms in org.freedesktop.IBus.session.GNOME.service 2022-04-20 22:42:38 +09:00
client client/gtk2/ibusimcontext: Fix forward key keycode for GTK4 2022-02-18 09:07:02 +09:00
conf Fix code reviews 2021-06-16 18:00:31 +09:00
data data/dconf: Add Ctrl-semicolon to Emoji shortcut key 2022-01-20 16:41:37 +09:00
docs docs: Fix make dist 2020-11-20 08:58:52 +09:00
engine engine: Update simple.xml with xkeyboard-config 2.35.1 2022-03-14 10:33:34 +09:00
ibus src: s/iso_639-3/iso_639_3/ in ibus_get_language_name() 2019-06-24 17:28:55 +09:00
m4 m4: Add ibuslocale.m4 to Makefile.am 2018-12-17 20:26:32 +09:00
po po: Update translation (Arabic) 2022-03-14 10:33:59 +09:00
portal Fix code reviews 2021-06-16 18:00:31 +09:00
setup Update URLS 2021-09-01 09:01:44 +02:00
src src: Fix refcounting issues 2022-03-29 22:48:19 +02:00
test src/tests: Rename test-console.sh to ibus-desktop-testing-runner 2019-07-12 21:12:40 +09:00
tools Fix string formats in translatable strings 2020-09-03 21:21:31 +09:00
ui ui/gtk3: Check XDG_SESSION_DESKTOP for Plasma desktop 2022-03-14 10:31:21 +09:00
util Fix code reviews 2021-06-16 18:00:31 +09:00
.travis.yml travis: Add autopint dependency 2021-12-03 00:07:49 +09:00
AUTHORS Add maintainers 2015-06-22 11:34:32 +09:00
COPYING Change COPYING from LGPL 2.0 to LGPL 2.1 2008-10-06 10:39:43 +08:00
COPYING.unicode engine: Use annotations/en.xml from unocode.org but not emoji-list.html 2016-07-07 12:47:34 +09:00
Makefile.am NEWS: Add shortlog 2019-04-23 17:56:20 +09:00
NEWS import ibus 2008-05-12 15:18:48 +08:00
README s/code.google.com/github.com/ in docs 2015-06-05 15:21:44 +09:00
autogen.sh autogen: Delete gnome-autogen dependency 2021-12-02 23:52:36 +09:00
codereview.settings Add codereview.settings. 2010-09-08 15:58:31 +09:00
configure.ac Release 1.5.26 2022-03-14 14:13:26 +09:00
git.mk Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
ibus-1.0.pc.in Add pkgdatadir in ibus-1.0.pc.in 2011-02-08 15:13:01 -05:00
ibus.spec.in engine: Use annotations/en.xml from unocode.org but not emoji-list.html 2016-07-07 12:47:34 +09:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus Update xinput-ibus to check Qt5 libraries besides Qt4 ones 2015-05-01 11:42:41 +09:00

README

IBus - Input Bus

Introduction
===

IBus is an Intelligent Input Bus. It is a new input framework for Linux OS.
It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.


How to build & test IBus
===

ibus-setup:
It is a gtk program to enable and configure ibus.

ibus:
It is ibus daemon.

hotkeys:
Super + Space: Change input method.

For more detail please refer to https://github.com/ibus/ibus/wiki/ReadMe .


Peng Huang <shawn.p.huang@gmail.com>