GnuCash 2.2.0 under Windows (problems)
Andreas Köhler
andi5.py at gmx.net
Tue Aug 7 03:41:28 EDT 2007
Hi,
Am Sonntag, den 05.08.2007, 15:36 -0400 schrieb Mike or Penny Novack:
> If the name of the Windows user were "TestOnly" GnuCash will work properly.
> If the name of the Windows user were "Test & Retest" it will not.
> (if curious how I figured out to try this out see *)
that is correct. Spaces are not the problem on Windows, but the
ampersand. In
http://svn.gnome.org/viewcvs/gconf/trunk/gconf/gconf-backend.c?revision=2371&view=markup
you will find that the string invalid_chars is defined as "\t\r\n\"$&<>,
+=#!()'|{}[]?~`;%\\" and if any of those characters appears in a gconf
configuration source address, then that is declared as invalid. In the
end you do not have any writable gconf source and are tied to the
default values.
For a bug, see
http://bugzilla.gnome.org/show_bug.cgi?id=161209
Thanks a lot for the report! I do not know whether we can do a lot
about that though.
-- andi5
More information about the gnucash-user
mailing list