https://bugzilla.redhat.com/show_bug.cgi?id=1082118
Bohumil Kriz krizb@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(krizb@seznam.cz) |
--- Comment #22 from Bohumil Kriz krizb@seznam.cz --- Hello,
you probably missed part of my comment. I didn't wrote that "version" was the problem. I wrote that by trying to change "version", half of the setting was changed with exception "version" itself. And the resulting configuration worked.
I think that show parameter will probably be innocent, because with new config file this one was the first setting I changed to "Do not show" and it is working.
So I have 2 questions:
1. why running "dconf reset /desktop/ibus/general/version" changed so many setting but not changed "version" itself?
2. why runnig "cat <configfile> | dconf load /" for original bad configuration file and for completely new configuration file (created after removing original bad user file) produce such strange results (see below)?
[krizb@kriznb ~]$ cat .config/dconf/user.bad | dconf load / �' which is not a key-value pair, group, or comment
Usage: dconf load DIR
Populate a subpath from stdin
Arguments: DIR A directory path (starting and ending with '/')
[krizb@kriznb ~]$ cat .config/dconf/user.new | dconf load / error: Key file contains line 'GVariant�R5r"(kkcecutable-text-activationdisplay' which is not a key-value pair, group, or comment
Usage: dconf load DIR
Populate a subpath from stdin
Arguments: DIR A directory path (starting and ending with '/')
[krizb@kriznb ~]$