Hi, On Sat, Oct 05, 2013 at 07:35:42PM +0200, Pino Toscano wrote: ... > ... because both input-pad and ibus-input-pad must use the *same* gtk > version, be it gtk2 or gtk3, to avoid this clash.
Thanks for kind explanation. With the recent upload of ibus-input-pad, I hope I fixed this bug. diff --git a/debian/control b/debian/control index 8d1f110..7bcbbf0 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Build-Depends: automake, autotools-dev, intltool (>= 0.40.0), - libgtk2.0-dev, + libgtk-3-dev, libibus-1.0-dev, - libinput-pad-dev (>= 1.0.0), + libinput-pad-dev (>= 1.0.2-2~), libxkbfile-dev, libxklavier-dev (>= 4.0), libxml2-dev (>= 2.0), diff --git a/debian/rules b/debian/rules index 53c072c..5ba69eb 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- --libexecdir=/usr/lib/ibus + dh_auto_configure -- --libexecdir=/usr/lib/ibus --with-gtk=3.0 Now cleanly with-gtk=3.0. I can input :-) ↛↜↝↡↢↣‰‱⁑℉㍱㎑㎒㎓ Osamu -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org