Comment #16 on issue 1568 by [email protected]: [Feature Request] Provide to disable global engine in ibus 1.5
http://code.google.com/p/ibus/issues/detail?id=1568

I have made a working version which global engine can be disabled:

https://github.com/quark-zju/ibus/tree/set-use-global-engine

I use the following build script:

{{{
export PYTHON=python2
./autogen.sh \
  --prefix=/usr \
  --libexecdir=/usr/lib/ibus \
  --sysconfdir=/etc \
  --disable-gconf \
  --disable-dconf \
  --disable-memconf \
  --enable-ui \
  --enable-gtk2 \
  --enable-gtk3 \
  --enable-python-library \
  --enable-dconf \
  --enable-vala || exit 1
make -j4 || exit 1
sudo make install -j2 || exit 1
}}}

If compile fails, try to remove -Wall from CFLAGS in ui/gtk3/Makefile.

However, there is still a minor issue that default engine is not respect when global engine is disabled. I will try to resolve it later.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


回复