Updates:
        Summary: ibus-anthy is broken? the system freezes for a few seconds
        Cc: takao.fujiwara1
        Labels: Component-ibus-anthy

Comment #1 on issue 1166 by takao.fujiwara1: ibus-anthy is broken? the system freezes for a few seconds
http://code.google.com/p/ibus/issues/detail?id=1166

The error is not harm actually.
It means we don't save the default gconf value in disk.
https://github.com/ibus/ibus/blob/1.3.y/gconf/config.c#L306

Unfortunately currently ibus-gconf doesn't provide the check method but the get method only at present. I have the plan to add a check method but you could ignore the messages at the moment.
You could remove the gconf error:

% /usr/bin/ibus-daemon --xim --verbose | grep -v "Can not get value \[engine/anthy"

I think your problem has another root cause.
Did you see other error messages?

I guess checking ibus panel might be useful to find your problem.

% ps -ef | grep "ibus/ui"
foo 11879 11876 1 11:28 pts/3 00:00:00 /usr/bin/python /usr/share/ibus/ui/gtk/main.py
% kill 11879
% env IBUS_PREFIX=/usr python /usr/share/ibus/ui/gtk/main.py

Do you find any errors from the ibus panel?

Also do you mean your problem can be reproduced only when you run ibus-setup?
I cannot reproduce your problem.

--
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

回复