Comment #14 on issue 1149 by [email protected]: GNOME's keyboard
option was overridden even though "Use the default keyboard option" is
checked.
http://code.google.com/p/ibus/issues/detail?id=1149
They didn't work correctly.
In /usr/share/ibus/ui/gtk/panel.py:133,
self.__xkblayout.is_session_running() is checked.
But this is not enough.
On my computer, is_session_running method always returns true, however the
option has not been activeted yet.
If gnome-settings-daemon sets the option, I think it must be enabled AFTER
gnome-settings-daemon is started as a process.
Because of this time delay, Considering the option is set immediately after
the confirmation to running the process can be too early; the daemon can do
a lot of tasks before setting the option.
--
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