You are not logged in.

#1 2010-12-09 08:50:51

absolutevoid
Member
From: Keralam, India
Registered: 2009-08-12
Posts: 78
Website

[Solved] ibus broken after routine updates

Hi all,

I had done a routine update today after which, I cannot make ibus work with kwrite. It still works with web input. But I use the text editor kwrite, a lot and so i am handicapped now.  when I invoke ibus while kwrite is active, it recognises "No input window". What could be done? Thanks in advance.

PS: My architecture is X86_64 and am using KDE-meta packages.

Last edited by absolutevoid (2011-04-15 09:01:46)


Everything void is absolute and everything absolute is void.

Offline

#2 2010-12-11 15:18:46

bennyo
Member
Registered: 2010-12-11
Posts: 3

Re: [Solved] ibus broken after routine updates

Hi,

looks like I got the same problem. Today I updated :

[2010-12-11 13:12] upgraded diffutils (3.0-1 -> 3.0-2)
[2010-12-11 13:12] upgraded heimdal (1.3.3-3 -> 1.3.3-4)
[2010-12-11 13:12] upgraded icu (4.4.2-1 -> 4.6-1)
[2010-12-11 13:12] upgraded jre (6u22-4 -> 6u23-1)
[2010-12-11 13:12] upgraded jdk (6u22-4 -> 6u23-1)
[2010-12-11 13:14] upgraded kernel26 (2.6.36.1-3 -> 2.6.36.2-1)
[2010-12-11 13:14] upgraded kernel26-headers (2.6.36.1-3 -> 2.6.36.2-1)
[2010-12-11 13:14] upgraded libwebkit (1.2.5-1 -> 1.2.5-2)
[2010-12-11 13:14] upgraded libwpd (0.8.14-1 -> 0.9.0-1)
[2010-12-11 13:14] upgraded openoffice-base (3.2.1-3 -> 3.2.1-4)
[2010-12-11 13:14] upgraded qt (4.7.1-1 -> 4.7.1-2)
[2010-12-11 13:14] upgraded syslog-ng (3.1.2-1 -> 3.2.1-1)
[2010-12-11 13:14] upgraded thunderbird (3.1.6-1 -> 3.1.7-1)
[2010-12-11 13:14] upgraded thunderbird-de (3.1.6-1 -> 3.1.7-1)
[2010-12-11 13:14] upgraded transmission-gtk (2.12-1 -> 2.13-1)
[2010-12-11 13:14] upgraded udev (164-2 -> 164-3)
[2010-12-11 13:14] upgraded usbutils (0.91-3 -> 0.91-4)
[2010-12-11 13:14] upgraded xulrunner (1.9.2.12-1 -> 1.9.2.13-1)

Offline

#3 2010-12-12 09:12:10

adaptee
Member
From: China
Registered: 2010-02-02
Posts: 36

Re: [Solved] ibus broken after routine updates

I encountered the same problem, after upgrading qt to 4.7.1-2

Offline

#4 2010-12-12 15:45:04

bennyo
Member
Registered: 2010-12-11
Posts: 3

Re: [Solved] ibus broken after routine updates

The odd thing is, that after that Upgrade.
I'm suddenly able to write japanese in Skype and Opera! I'm happy about that but in my most important application " Tagaini Jisho it doesn't work anymore and it comes to the same error that absolutvoid encounters: "No input window".
I don't know what kind of application Tagaini Jisho is, QT, GTK, XIM?

my .xprofile is the following:

export LANG="de_DE.UTF-8"
export XMODIFIERS="@im=ibus"
export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"
ibus-deamon -dx

Maybe somebody there for a hint? where to start researching for the error?

Offline

#5 2010-12-16 12:54:49

jiehong
Member
Registered: 2009-03-19
Posts: 63
Website

Re: [Solved] ibus broken after routine updates

I encounter the same problem. I am using xfce.

Under Gedit you can choose your input method, and Ibus is not selected so the Ctrl-space isn't working. But if you do chose ibus you can use it… So it seems the modifiers aren't working anymore, i.e. the input method is not ibus by default anymore…

If someone have an idea to fix that.

Offline

#6 2010-12-16 13:10:31

jiehong
Member
Registered: 2009-03-19
Posts: 63
Website

Re: [Solved] ibus broken after routine updates

Ok, I've found out something that works for me. It appears that the exportations of the input method come after ibus's started…

My

export XMODIFIERS="@im=ibus"
export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"

was in my ~/.bashrc file. So I've decided to put those 3 lines in my ~/.xinitrc file and before my WM is launched. It's working (you have to close and restart X of course…).

Hope it can work for you.

Offline

#7 2011-01-02 08:16:32

bennyo
Member
Registered: 2010-12-11
Posts: 3

Re: [Solved] ibus broken after routine updates

Got it working.
Guess the last ibus-qt Upgrade made it for me.

Offline

#8 2011-01-20 05:20:04

absolutevoid
Member
From: Keralam, India
Registered: 2009-08-12
Posts: 78
Website

Re: [Solved] ibus broken after routine updates

Ibus is still broken for me. Any clue how to fix it? I now use the old but handicapped xkb to input text vernacular text into non web text area.


Everything void is absolute and everything absolute is void.

Offline

#9 2011-04-15 09:07:10

absolutevoid
Member
From: Keralam, India
Registered: 2009-08-12
Posts: 78
Website

Re: [Solved] ibus broken after routine updates

I cleared this problem by changing a value in qtconfig

For those who want to know:

type qtconfig in konsole.  A window will appear. take "Interface" tab in it. Look at the bottom to find a selection for Default Input Method. Most probably, xim will be there. Make it ibus from the drop down menu.

Now you can type using ibus in any of the programs as before.


Everything void is absolute and everything absolute is void.

Offline

#10 2012-02-20 18:20:11

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: [Solved] ibus broken after routine updates

absolutevoid wrote:

type qtconfig in konsole.  A window will appear. take "Interface" tab in it. Look at the bottom to find a selection for Default Input Method. Most probably, xim will be there. Make it ibus from the drop down menu.

Thanks.  That worked for me.


I laugh, yet the joke is on me

Offline

Board footer

Powered by FluxBB