mhh, with these steps I always install a new version: cd gnucash-4.9/build cmake -G"Ninja" -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_PYTHON=ON ../source sudo ninja install
Since I don't set a special library path, I assume that /usr/local/lib is used, there are no leftovers there. Where can I look for more libgnc*? Attached is an extract from my dconf. Thanks for the support. Regards, Christian Am Mittwoch, dem 29.12.2021 um 11:20 -0800 schrieb John Ralls: > Good. > > * 16:29:33 WARN <gnc.app-utils.gsett> > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to access unknown > gsettings schema org.gnucash.general > > Suggests that there's a set of GnuCash libraries, i.e. libgnc*.so, > somewhere on your LD_LIBRARY_PATH and the link is picking that up > instead of the just-built ones. The 4.9 ones should be looking for > schema org.gnucash.Gnucash.general instead of org.gnucash.general. > > Regards, > John Ralls > > > > On Dec 29, 2021, at 9:05 AM, Christian Wehling <c.wehl...@posteo.de > > > wrote: > > > > Hi John, > > right, i build in ~/Programme/gnucash-4.9/build > > > > Christian > > > > Am Mittwoch, dem 29.12.2021 um 08:22 -0800 schrieb john: > > > You're building in a clean build directory, right? > > > > > > Regards, > > > John Ralls > > > > > > > > > > On Dec 29, 2021, at 5:48 AM, Christian Wehling < > > > > c.wehl...@posteo.de > > > > > wrote: > > > > > > > > Hi, > > > > unfortunately, neither deleting the schema files after > > > > uninstalling > > > > nor > > > > installing them according to David's instructions helped. > > > > Fortunately, version 4.7 is still executable. > > > > > > > > Are there other possibilities I can try? > > > > > > > > Regards > > > > Christian > > > > > > > > > > > > > > > > > > > > Am Dienstag, dem 28.12.2021 um 08:10 -0800 schrieb john: > > > > > Christian, > > > > > > > > > > Try uninstalling 4.7 again, then make sure that > > > > > /opt/share/glib- > > > > > 2.0/schemas and /usr/share/glib-2.0/schemas contain no files > > > > > whose > > > > > names begin with `org.gnucash', then reinstall 4.9. > > > > > > > > > > Regards, > > > > > John Ralls > > > > > > > > > > > On Dec 28, 2021, at 7:50 AM, Christian Wehling < > > > > > > c.wehl...@posteo.de > > > > > > > wrote: > > > > > > > > > > > > Hi, > > > > > > I have tried all this: > > > > > > I started with a working version 4.7, did a 'sudo make > > > > > > uninstall' > > > > > > and > > > > > > then installed versions 4.8 and 4.9 with 'sudo make > > > > > > install' > > > > > > and > > > > > > 'sudo > > > > > > ninja install'. Unfortunately, both versions were > > > > > > unsuccessful. > > > > > > > > > > > > The Output from 4.8 and 4.9: > > > > > > * 16:29:33 INFO <gnc.gui > [gnc_load_app_icons] > > > > > > Path > > > > > > 19: > > > > > > /usr/share/pixmaps > > > > > > * 16:29:33 INFO <gnc.gui > [gnc_load_app_icons] > > > > > > Path > > > > > > 20: > > > > > > /opt/gnucash/share/gnucash/icons > > > > > > * 16:29:33 INFO <gnc.gui > [gnc_load_app_icons] > > > > > > Path > > > > > > 21: > > > > > > /opt/gnucash/share/icons > > > > > > * 16:29:33 ERROR <GLib-GIO > g_settings_new_full: > > > > > > assertion > > > > > > 'schema != NULL' failed > > > > > > * 16:29:33 WARN <gnc.app-utils.gsett> > > > > > > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to > > > > > > access > > > > > > unknown > > > > > > gsettings schema org.gnucash.GnuCash.general > > > > > > * 16:29:33 ERROR <gnc.app-utils > GVariant* > > > > > > gnc_gsettings_get_user_value(const gchar*, const gchar*): > > > > > > assertion > > > > > > 'G_IS_SETTINGS (settings_ptr)' failed > > > > > > * 16:29:33 ERROR <GLib-GIO > g_settings_new_full: > > > > > > assertion > > > > > > 'schema != NULL' failed > > > > > > * 16:29:33 WARN <gnc.app-utils.gsett> > > > > > > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to > > > > > > access > > > > > > unknown > > > > > > gsettings schema org.gnucash.general > > > > > > * 16:29:33 ERROR <gnc.app-utils > GVariant* > > > > > > gnc_gsettings_get_user_value(const gchar*, const gchar*): > > > > > > assertion > > > > > > 'G_IS_SETTINGS (settings_ptr)' failed > > > > > > * 16:29:33 ERROR <GLib-GIO > g_settings_new_full: > > > > > > assertion > > > > > > 'schema != NULL' failed > > > > > > > > > > > > I've also checked the dependencies and the version numbers > > > > > > of > > > > > > gsettings. > > > > > > > > > > > > Fortunately, I was able to get version 4.7 to work again > > > > > > with > > > > > > 'sudo > > > > > > make install'. I have been doing this in the same way since > > > > > > 4.5 > > > > > > and > > > > > > it > > > > > > has always worked until now. > > > > > > > > > > > > Christian > > > > > > > > > > > > > > > > > > > > > > > > Am Dienstag, dem 28.12.2021 um 09:10 +1000 schrieb > > > > > > davidcousen...@gmail.com: > > > > > > > Christian, > > > > > > > > > > > > > > Not sure what the problem is but you could try using > > > > > > > David > > > > > > > Whitings > > > > > > > script for > > > > > > > installation on Ubuntu 20.04 which is now in the wiki > > > > > > > at > > > > > > > https://wiki.gnucash.org/wiki/Building_On_Linux#Focal_Fossa_20.04_LTS > > > > > > > . It works > > > > > > > well with the only disadvantage it downloads a copy of > > > > > > > the > > > > > > > whole > > > > > > > git > > > > > > > repository > > > > > > > and not just the specific source files for a single > > > > > > > version, > > > > > > > OK > > > > > > > if > > > > > > > you don't > > > > > > > have any serious space issues. > > > > > > > > > > > > > > The following commands from the script will do the setup > > > > > > > for > > > > > > > builing > > > > > > > and install > > > > > > > the dependencies: > > > > > > > > > > > > > > sudo apt -y update > > > > > > > sudo apt -y upgrade > > > > > > > sudo apt -y install git > > > > > > > sudo apt -y build-dep gnucash > > > > > > > > > > > > > > ## To build series 4 of gnucash on Ubuntu 20.04 > > > > > > > sudo apt -y install libboost-program-options1.71-dev > > > > > > > > > > > > > > If you still want to work from the downloaded zip file of > > > > > > > the > > > > > > > sources > > > > > > > just run > > > > > > > these first to make sure all the dependencies are loaded. > > > > > > > I > > > > > > > would > > > > > > > try > > > > > > > a fresh > > > > > > > download of the zipped file from Sourceforge as well. > > > > > > > There > > > > > > > was a > > > > > > > patch to the > > > > > > > 4.8 sources that affected the gsettings schemas from > > > > > > > memory > > > > > > > but > > > > > > > AFAIK > > > > > > > it was > > > > > > > incorporated in the 4.9 sources. > > > > > > > > > > > > > > If you run the following command ( I have also listed the > > > > > > > output > > > > > > > from > > > > > > > it on > > > > > > > Linux MInt 20.2 which should be the same as Ubuntu 20.04) > > > > > > > you > > > > > > > will > > > > > > > list the > > > > > > > packages affecting gsettings. > > > > > > > > > > > > > > dpkg -l | grep gsettings > > > > > > > > > > > > > > ii dconf-gsettings- > > > > > > > backend:amd64 0.36.0- > > > > > > > 1 amd64 simple > > > > > > > configuration storage > > > > > > > system - GSettings back-end > > > > > > > ii gsettings-desktop- > > > > > > > schemas 3.36.0- > > > > > > > 1ubuntu1 all GSettin > > > > > > > gs > > > > > > > desktop- > > > > > > > wide schemas > > > > > > > ii libproxy1-plugin- > > > > > > > gsettings:amd64 0.4.15- > > > > > > > 10ubuntu1.2 amd64 automat > > > > > > > ic > > > > > > > proxy > > > > > > > configuration > > > > > > > management library (GSettings plugin). > > > > > > > > > > > > > > It is ususlly a good idea on Linux to unistall the > > > > > > > previous > > > > > > > version > > > > > > > befor > > > > > > > installing a new version. On Linux Mint (not sure Ubuntu > > > > > > > is > > > > > > > exactly > > > > > > > the same but > > > > > > > I think it should be) if you right click on the icon in > > > > > > > the > > > > > > > menu > > > > > > > you > > > > > > > should get > > > > > > > a dropdown menu with uninstall as one of the options. It > > > > > > > may > > > > > > > require > > > > > > > you to keep > > > > > > > the build directory which has the install_manifest.text > > > > > > > used > > > > > > > to > > > > > > > do > > > > > > > the > > > > > > > uninstall. > > > > > > > > > > > > > > David Cousens > > > > > > > > > > > > > > On Mon, 2021-12-27 at 16:57 +0000, Christian Wehling > > > > > > > wrote: > > > > > > > > Hi, > > > > > > > > I have compiled version 4.9 (Ubuntu 20.04) from > > > > > > > > sourceforge.net > > > > > > > > and > > > > > > > > have trouble with the "glib-schemas". > > > > > > > > The installation seemed to run without errors, but when > > > > > > > > I > > > > > > > > start > > > > > > > > Gnucash > > > > > > > > I get these outputs: > > > > > > > > [...] > > > > > > > > * 16:48:51 INFO <gnc.gui > > > > > > > > > [gnc_load_app_icons] > > > > > > > > Path > > > > > > > > 14: > > > > > > > > /usr/local/share/gnucash/icons > > > > > > > > * 16:48:51 INFO <gnc.gui > > > > > > > > > [gnc_load_app_icons] > > > > > > > > Path > > > > > > > > 15: > > > > > > > > /usr/local/share/icons > > > > > > > > * 16:48:51 ERROR <GLib-GIO > > > > > > > > > g_settings_new_full: > > > > > > > > assertion > > > > > > > > 'schema != NULL' failed > > > > > > > > * 16:48:51 WARN <gnc.app-utils.gsett> > > > > > > > > [gnc_gsettings_get_settings_ptr()] Ignoring attempt to > > > > > > > > access > > > > > > > > unknown > > > > > > > > gsettings schema org.gnucash.GnuCash.general > > > > > > > > * 16:48:51 ERROR <gnc.app-utils > GVariant* > > > > > > > > gnc_gsettings_get_user_value(const gchar*, const > > > > > > > > gchar*): > > > > > > > > assertion > > > > > > > > 'G_IS_SETTINGS (settings_ptr)' failed > > > > > > > > [... and so on] > > > > > > > > > > > > > > > > If I run: > > > > > > > > glib-compile-schemas --strict /usr/local/share/glib- > > > > > > > > 2.0/schemas/ > > > > > > > > /usr/local/share/glib- > > > > > > > > 2.0/schemas/org.gnucash.dialogs.business.gschema.xml:3: > > > > > > > > 1 F > > > > > > > > ehle > > > > > > > > r in > > > > > > > > Zeile 3, Zeichen 1: <schema > > > > > > > > id='org.gnucash.dialogs.business'> > > > > > > > > wurde > > > > > > > > bereits angegeben. --strict was specified; exiting. > > > > > > > > > > > > > > > > > > > > > > > > I had installed version 4.7 in the same way and it > > > > > > > > worked > > > > > > > > fine. > > > > > > > > > > > > > > > > What can I do? > > > > > > > > > > > > > > > > Christian > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > gnucash-devel mailing list > > > > > > > > gnucash-devel@gnucash.org > > > > > > > > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > > > > > > > > > > > > > > _______________________________________________ > > > > > > > gnucash-devel mailing list > > > > > > > gnucash-devel@gnucash.org > > > > > > > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > > > > > > > > > > > > _______________________________________________ > > > > > > gnucash-devel mailing list > > > > > > gnucash-devel@gnucash.org > > > > > > https://lists.gnucash.org/mailman/listinfo/gnucash-devel
[snip...] [org/gnucash/GnuCash/dialogs/account] last-geometry=(676, 126, 779, 704) [org/gnucash/GnuCash/dialogs/business-doclink] last-geometry=(95, 55, 1115, 335) [org/gnucash/GnuCash/dialogs/business/customer-search] last-geometry=(525, 233, 1014, 387) [org/gnucash/GnuCash/dialogs/business/employee-search] last-geometry=(518, 249, 737, 331) [org/gnucash/GnuCash/dialogs/business/invoice-search] last-geometry=(544, 574, 1049, 430) [org/gnucash/GnuCash/dialogs/business/invoice] accumulate-splits=false [org/gnucash/GnuCash/dialogs/business/job-search] last-geometry=(511, 391, 965, 356) [org/gnucash/GnuCash/dialogs/business/tax-tables] last-geometry=(642, 461, 822, 194) [org/gnucash/GnuCash/dialogs/commodities] include-iso=true last-geometry=(212, 291, 480, 400) [org/gnucash/GnuCash/dialogs/export/csv] last-geometry=(422, 194, 959, 456) last-path='/home/chris/github' paned-position=217 [org/gnucash/GnuCash/dialogs/fincalc] last-geometry=(657, 323, 675, 461) [org/gnucash/GnuCash/dialogs/find-account] last-geometry=(72, 27, 754, 400) [org/gnucash/GnuCash/dialogs/find] last-geometry=(439, 298, 1170, 484) [org/gnucash/GnuCash/dialogs/flicker] last-geometry=(750, 338, 492, 542) [org/gnucash/GnuCash/dialogs/imap-editor] last-geometry=(269, 146, 1455, 778) [org/gnucash/GnuCash/dialogs/import/csv] last-geometry=(216, 76, 1496, 759) last-path='/home/chris/github' [org/gnucash/GnuCash/dialogs/import/generic] enable-skip=true enable-update=true [org/gnucash/GnuCash/dialogs/import/generic/account-picker] last-geometry=(586, 208, 800, 600) [org/gnucash/GnuCash/dialogs/import/generic/match-picker] display-reconciled=true last-geometry=(528, 261, 872, 400) [org/gnucash/GnuCash/dialogs/import/generic/transaction-list] last-geometry=(191, 292, 1590, 431) [org/gnucash/GnuCash/dialogs/import/hbci] close-on-finish=false last-path='/home/chris/github/gnucash-docs/src/guide/de' remember-pin=true [org/gnucash/GnuCash/dialogs/import/hbci/connection-dialog] last-geometry=(751, 338, 489, 468) [org/gnucash/GnuCash/dialogs/import/ofx] last-path='/home/chris/github/gnucash-docs/src/guide/de' [org/gnucash/GnuCash/dialogs/import/qif] last-geometry=(341, 269, 1288, 575) last-path='/home/chris/github/gnucash-docs/src/guide/de' show-doc=true [org/gnucash/GnuCash/dialogs/import/qif/account-picker] last-geometry=(960, 277, 350, 400) [org/gnucash/GnuCash/dialogs/lot-viewer] last-geometry=(619, 339, 1035, 412) vpane-position=208 [org/gnucash/GnuCash/dialogs/new-hierarchy] last-geometry=(482, 377, 1173, 499) [org/gnucash/GnuCash/dialogs/new-user] first-startup=false [org/gnucash/GnuCash/dialogs/open-save] last-path='/home/chris/test' [org/gnucash/GnuCash/dialogs/options] last-geometry=(210, 165, 850, 480) [org/gnucash/GnuCash/dialogs/preferences] last-geometry=(459, 149, 1057, 701) [org/gnucash/GnuCash/dialogs/price-editor] last-geometry=(1140, 339, 369, 275) [org/gnucash/GnuCash/dialogs/pricedb-editor] last-geometry=(811, 277, 1026, 400) [org/gnucash/GnuCash/dialogs/print-checks] check-format-guid='2cbc575840e64813af5dc2d592f26f82' check-position=1 custom-address=(0.0, 0.0) custom-amount-number=(0.0, 0.0) custom-amount-words=(0.0, 0.0) custom-date=(0.0, 0.0) custom-memo=(0.0, 0.0) custom-notes=(0.0, 0.0) custom-payee=(0.0, 0.0) custom-rotation=0.0 custom-translation=(0.0, 0.0) custom-units=2 date-format=7 first-page-count=2 last-geometry=(731, 231, 525, 617) splits-account=(0.0, 0.0) splits-amount=(0.0, 0.0) splits-memo=(0.0, 0.0) [org/gnucash/GnuCash/dialogs/reconcile] auto-cc-payment=true check-cleared=true last-geometry=(72, 182, 1226, 596) [org/gnucash/GnuCash/dialogs/report-saved-configs] last-geometry=(95, 176, 846, 311) [org/gnucash/GnuCash/dialogs/report] last-path='/home/chris/github' [org/gnucash/GnuCash/dialogs/scheduled-trans/since-last-run] last-geometry=(598, 204, 640, 480) review-transactions=false show-at-file-open=true show-notify-window-at-file-open=true [org/gnucash/GnuCash/dialogs/scheduled-trans/transaction-editor] create-auto=false last-geometry=(248, 165, 1462, 683) [org/gnucash/GnuCash/dialogs/search] new-search-limit=1.0 [org/gnucash/GnuCash/dialogs/style-sheet] last-geometry=(702, 225, 464, 200) [org/gnucash/GnuCash/dialogs/tax-info] last-geometry=(615, 75, 757, 664) paned-position=224 [org/gnucash/GnuCash/dialogs/tip-of-the-day] current-tip=13 last-geometry=(1015, 161, 502, 396) show-at-startup=false [org/gnucash/GnuCash/dialogs/trans-doclink] last-geometry=(133, 93, 1115, 210) [org/gnucash/GnuCash/dialogs/transfer] last-geometry=(657, 95, 678, 879) [org/gnucash/GnuCash/general] account-separator='colon' assoc-head='' autosave-show-explanation=false clock-24h=false date-completion-thisyear=false date-format=4 force-price-decimal=true grid-lines-horizontal=false grid-lines-vertical=false num-source=true prefs-version=4007 retain-days=2.0 reversed-accounts-credit=true reversed-accounts-incomeexpense=false reversed-accounts-none=false save-on-close-expires=false show-account-color=true show-account-color-tabs=true show-splash-screen=true summarybar-position-bottom=true summarybar-position-top=false tab-close-buttons=true tab-next-recent=false tab-open-adjacent=true tab-position-bottom=false tab-position-left=false tab-position-right=false tab-position-top=true use-accounting-labels=false [org/gnucash/GnuCash/general/finance-quote] alphavantage-api-key='3I3Q2I3NBL56IIOM' [org/gnucash/GnuCash/general/register] alternate-color-by-transaction=false auto-raise-lists=true default-style-autoledger=false default-style-journal=false default-style-ledger=true double-line-mode=false draw-horizontal-lines=true draw-vertical-lines=true future-after-blank-transaction=false max-transactions=0.0 show-leaf-account-names=false tab-to-transfer-on-memorised=true use-gnucash-color-theme=true use-new-window=false [org/gnucash/GnuCash/general/report] default-zoom=1.0 use-new-window=false [org/gnucash/GnuCash/history] file0='/home/chris/test/gnucash_test_zero.gnucash' file1='/home/chris/test/gnucash_test.gnucash' file2='/home/chris/Dokumente/Finanzen und Versicherungen/online_Bank/Finanzen' file3='/home/chris/test/Beispiele.gnucash' file4='/home/chris/github/Konten exp.gnucash' file5='' file6='' file7='' file8='' file9='' [org/gnucash/GnuCash/warnings/permanent] price-quotes-del=-8 reg-trans-del=-3 reg-trans-mod=-3 [org/gnucash/GnuCash/window/pages/account-tree/summary] end-date=int64 -3600 grand-total=true non-currency=true start-date=int64 -3600 [org/gnucash/dialogs/account] last-geometry=(625, 100, 484, 654) [org/gnucash/dialogs/business-doclink] last-geometry=(95, 55, 1115, 335) [org/gnucash/dialogs/business/customer-search] last-geometry=(525, 233, 1014, 387) [org/gnucash/dialogs/business/employee-search] last-geometry=(518, 249, 737, 331) [org/gnucash/dialogs/business/invoice-search] last-geometry=(544, 574, 1049, 430) [org/gnucash/dialogs/business/invoice] accumulate-splits=false [org/gnucash/dialogs/business/job-search] last-geometry=(511, 391, 965, 356) [org/gnucash/dialogs/business/tax-tables] last-geometry=(642, 461, 822, 194) [org/gnucash/dialogs/commodities] include-iso=true last-geometry=(794, 301, 480, 400) [org/gnucash/dialogs/export/csv] last-geometry=(422, 194, 959, 456) last-path='/home/chris/github' paned-position=217 [org/gnucash/dialogs/fincalc] last-geometry=(657, 323, 675, 461) [org/gnucash/dialogs/find-account] last-geometry=(0, 0, 600, 400) [org/gnucash/dialogs/find] last-geometry=(439, 298, 1170, 484) [org/gnucash/dialogs/flicker] barwidth=uint32 60 delay=uint32 30 last-geometry=(750, 338, 492, 542) window-size=(600, 523) [org/gnucash/dialogs/flicker/weh] barwidth=uint32 50 delay=uint32 30 margin=uint32 12 window-size=(857, 455) [org/gnucash/dialogs/imap-editor] last-geometry=(72, 76, 1455, 778) [org/gnucash/dialogs/import/csv] last-geometry=(216, 76, 1496, 759) last-path='/home/chris/github/gnucash-docs/src/guide/de' [org/gnucash/dialogs/import/generic] enable-skip=true enable-update=true [org/gnucash/dialogs/import/generic/account-picker] last-geometry=(665, 178, 800, 600) [org/gnucash/dialogs/import/generic/match-picker] display-reconciled=true last-geometry=(528, 261, 872, 400) [org/gnucash/dialogs/import/generic/transaction-list] last-geometry=(270, 262, 1590, 431) [org/gnucash/dialogs/import/hbci] close-on-finish=false last-path='/home/chris/github/gnucash-docs/src/guide/de' remember-pin=true [org/gnucash/dialogs/import/hbci/connection-dialog] last-geometry=(751, 338, 489, 468) [org/gnucash/dialogs/import/ofx] last-path='/home/chris/github/gnucash-docs/src/guide/de' [org/gnucash/dialogs/import/qif] last-geometry=(341, 269, 1288, 575) last-path='/home/chris/github/gnucash-docs/src/guide/de' show-doc=true [org/gnucash/dialogs/import/qif/account-picker] last-geometry=(960, 277, 350, 400) [org/gnucash/dialogs/lot-viewer] last-geometry=(619, 339, 1035, 412) vpane-position=208 [org/gnucash/dialogs/new-hierarchy] last-geometry=(560, 264, 1173, 499) [org/gnucash/dialogs/new-user] first-startup=false [org/gnucash/dialogs/open-save] last-path='/home/chris/test' [org/gnucash/dialogs/options] last-geometry=(160, 115, 850, 480) [org/gnucash/dialogs/preferences] last-geometry=(459, 149, 1057, 701) [org/gnucash/dialogs/price-editor] last-geometry=(832, 288, 369, 275) [org/gnucash/dialogs/pricedb-editor] last-geometry=(597, 347, 800, 400) [org/gnucash/dialogs/print-checks] check-format-guid='2cbc575840e64813af5dc2d592f26f82' check-position=1 custom-address=(0.0, 0.0) custom-amount-number=(0.0, 0.0) custom-amount-words=(0.0, 0.0) custom-date=(0.0, 0.0) custom-memo=(0.0, 0.0) custom-notes=(0.0, 0.0) custom-payee=(0.0, 0.0) custom-rotation=0.0 custom-translation=(0.0, 0.0) custom-units=2 date-format=7 first-page-count=2 last-geometry=(731, 231, 525, 617) splits-account=(0.0, 0.0) splits-amount=(0.0, 0.0) splits-memo=(0.0, 0.0) [org/gnucash/dialogs/reconcile] auto-cc-payment=true check-cleared=true last-geometry=(72, 182, 1226, 596) [org/gnucash/dialogs/report-saved-configs] last-geometry=(95, 176, 846, 311) [org/gnucash/dialogs/report] last-path='/home/chris/github' [org/gnucash/dialogs/scheduled-trans/since-last-run] last-geometry=(598, 204, 640, 480) review-transactions=false show-at-file-open=true show-notify-window-at-file-open=true [org/gnucash/dialogs/scheduled-trans/transaction-editor] create-auto=false last-geometry=(248, 165, 1462, 683) [org/gnucash/dialogs/search] new-search-limit=1.0 [org/gnucash/dialogs/style-sheet] last-geometry=(702, 225, 464, 200) [org/gnucash/dialogs/tax-info] last-geometry=(615, 75, 757, 664) paned-position=224 [org/gnucash/dialogs/tip-of-the-day] current-tip=13 last-geometry=(1015, 161, 502, 396) show-at-startup=false [org/gnucash/dialogs/trans-assoc] last-geometry=(95, 55, 455, 164) [org/gnucash/dialogs/trans-doclink] last-geometry=(133, 93, 1115, 210) [org/gnucash/dialogs/transfer] last-geometry=(657, 95, 678, 879) [org/gnucash/general] account-separator='colon' assoc-head='' autosave-show-explanation=false clock-24h=false date-completion-thisyear=false date-format=4 force-price-decimal=true grid-lines-horizontal=false grid-lines-vertical=false migrate-prefs-done=true num-source=true prefs-version=1300 retain-days=2.0 reversed-accounts-credit=true reversed-accounts-incomeexpense=false reversed-accounts-none=false save-on-close-expires=false show-account-color=true show-account-color-tabs=true show-splash-screen=true summarybar-position-bottom=true summarybar-position-top=false tab-close-buttons=true tab-next-recent=false tab-open-adjacent=true tab-position-bottom=false tab-position-left=false tab-position-right=false tab-position-top=true use-accounting-labels=false [org/gnucash/general/finance-quote] alphavantage-api-key='3I3Q2I3NBL56IIOM' [org/gnucash/general/register] alternate-color-by-transaction=false auto-raise-lists=true default-style-autoledger=false default-style-journal=false default-style-ledger=true double-line-mode=false draw-horizontal-lines=true draw-vertical-lines=true future-after-blank-transaction=false max-transactions=0.0 show-leaf-account-names=false tab-to-transfer-on-memorised=true use-gnucash-color-theme=true use-new-window=false [org/gnucash/general/report] default-zoom=1.0 use-new-window=false [org/gnucash/history] file0='/home/chris/test/Beispiele.gnucash' file1='/home/chris/Dokumente/Finanzen und Versicherungen/online_Bank/Finanzen' file2='/home/chris/test/gnucash_test.gnucash' file3='/home/chris/github/Konten exp.gnucash' file4='' file5='' file6='' file7='' file8='' file9='' [org/gnucash/warnings/permanent] price-quotes-del=-8 reg-trans-del=-3 reg-trans-mod=-3 [org/gnucash/window/pages/account-tree/summary] end-date=int64 -3600 grand-total=true non-currency=true start-date=int64 -3600 [snip...]
_______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel