On Sun, 13 Aug 2023 09:46:14 +0200
Geert Janssens <geert.gnuc...@kobaltwit.be> wrote:

> That data is managed via GSettings, which on Linux uses dconf as
> back-end. I have no idea how dconf manages its internal database
> unfortunately. It's tied into dbus but that's a black box for me.
> 
> You can dump the the contents via dconf or GSettings tools and then
> import this on the new machine. As I'm not near a computer right now,
> I can't offer much more than a pointer in the right direction.
> 
Old machine
$ dconf dump /org/gnucash/ > /home/liz/gnucash-dconf
$ scp /home/liz/gnucash-dconf
l...@192.168.xxx.xxx:/home/liz/gnucash-dconf

New machine
$ dconf load /org/gnucash/ < gnucash-dconf

The last matter of the date settings was that when the locale was set
in Debian the default went to "none" instead of en_AU.
Running "dpkg-reconfigure locales", not adding any and setting the
default locale was necessary to fix that.

Liz
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to