Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
C
Python
Vala
Shell
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
bindings | ||
|
|
data | ||
|
|
engine | ||
|
|
ibus | ||
|
|
m4 | ||
|
|
po | ||
|
|
setup | ||
|
|
src | ||
|
|
ui | ||
|
|
xkb | ||
|
|
AUTHORS | ||
|
|
COPYING | ||
|
|
ChangeLog | ||
|
|
Makefile.am | ||
|
|
NEWS | ||
|
|
README | ||
|
|
autogen.sh | ||
|
|
codereview.settings | ||
|
|
configure.ac | ||
|
|
ibus-xkb.pc.in | ||
|
|
ibus-xkb.spec.in | ||
README
ibus-xkb It is XKB for IBus Build and install from source ============================= To work with gnome-shell 3.4 or later, the latest ibus 1.4.99 is required. You need to enable gobject-introspection in the latest ibus and disable engine and UI so that ibus-xkb's ones are used instead. If you use dconf, the following patch is required for ibus: https://github.com/ibus/ibus/commit/4bee2863e8d2e51b185b6d149e6259848d8c0cb6 ibus would be built with the following configure options: # cd ibus-1.4.99.20120529 # ./configure --prefix=/usr \ --disable-engine --disable-ui --prefix=/usr \ --enable-dconf --disable-gconf \ --enable-introspection ibus-xkb would be built with the following configure options: # cd ibus-xkb # ./configure --prefix=/usr --enable-dconf --disable-gconf