Difference between revisions of "Template:Flatpak convert-pref.sh"

From GnuCash
Jump to: navigation, search
(Gnucash 4.5: convert dconf to keyfile)
(No difference)

Revision as of 10:56, 30 June 2021

# If you care about current sandbox settings (replace ${SAVE_PLACE}):
cp $HOME/.var/app/org.gnucash.GnuCash/config/glib-2.0/settings/keyfile \
  $HOME/${SAVE_PLACE}
# Real conversion:
dconf dump /org/gnucash/ > \
  $HOME/.var/app/org.gnucash.GnuCash/config/glib-2.0/settings/keyfile
perl -pi.bkp -e's!^[[]![org/gnucash/!' \
  $HOME/.var/app/org.gnucash.GnuCash/config/glib-2.0/settings/keyfile