https://bugzilla.redhat.com/show_bug.cgi?id=1082118
fujiwara tfujiwar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(krizb@seznam.cz)
--- Comment #21 from fujiwara tfujiwar@redhat.com --- Thanks for the test.
(In reply to Bohumil Kriz from comment #20)
I chose to reset the last line:
$ dconf reset /desktop/ibus/general/version
And now everything is working.
But I don't think the "version" key effect your problem.
Could you try to load your bad config again?
% cat config_dconf_user.bad | dconf load / % ibus-daemon --xim
And you will reproduce your problem.
I think the problem key is /desktop/ibus/panel/show
Now the default is 1 but your configuration is 2.
% dconf reset /desktop/ibus/panel/show
or
% dconf write /desktop/ibus/panel/show 1
or
Launch "ibus-setup" command and change "Show property panel" pull down menu.