Hi Joachim,
On 25.10.19 17:41, Joachim Breitner wrote:
But I guess more needs to happen for gnucash to be able to use it,
right? Gnucash depends on libaqbanking35-plugins.
In theory only a rebuild of the gnucash package with the new
libaqbanking and libgwenhywfar from experimental installed is required
to make it use the new AqBanking. In practice you also need a patch to
fix a bug in Gnucash.
In case you're using Debian buster and you can't wait for official
backports to be made available on backports.debian.org, you can make use
of some preliminary buster backports from this APT repository:
# Command to let APT trust the repository key
curl -sf https://people.debian.org/~micha/PSD2/PSD2-APT-repo.asc \
| sudo apt-key add -
# Entry for your sources.list
deb https://people.debian.org/~micha/PSD2/ buster-experimental-backports/
The needed patch is applied to the Gncuash source package that is
distributed in that APT repository.
Please note that you will still need to manually migrate your old
AqBanking configuration to the new format. Some documentation about that
is available in the AqBanking wiki (sorry, German only):
> AqBanking6 kann halbautomatisch die bisherige Konfiguration von
> AqBanking5 übernehmen. Dazu muß man allerdings die Daten speziell
> zur Verfügung stellen:
>
> cd ~/.aqbanking
> mkdir -p settings6
> cp -r settings/* settings6
>
> Dieses Verzeichnis - "settings6" - verwendet AqBanking6 dann
> zukünftig, so daß grundsätzlich auch die parallele Verwendung von
> Anwendungen, die AqBanking5 verwenden (benutzt weiterhin das
> Verzeichnis "settings"), und solchen, die AqBanking6 verwenden,
> möglich sein sollte.
Source: https://www.aquamaniac.de/rdm/projects/aqbanking/wiki/AqBanking6
I hope this gets you started.
Best regards,
Micha