[kmymoney] [Bug 511813] Crash after completed online transaction with HBCI
Thomas Baumgart
bugzilla_noreply at kde.org
Thu Jan 8 10:20:14 GMT 2026
https://bugs.kde.org/show_bug.cgi?id=511813
--- Comment #14 from Thomas Baumgart <tbaumgart at kde.org> ---
Well, since you build KMyMoney yourself, you can simply remove the distro
provided package and replace it with your own using the following commands.
$ sudo rpm -e kmymoney
and then checkout the 5.2 branch and build it using
$ cd <whereever-your-kmymoney-source-is>
$ rm -rf build # get rid of previous build
$ git switch 5.2 # switch to the stable branch
$ git pull # get the latest fixes
$ cmake -B build -S . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_WITH_QT6=ON
$ cmake --build build
$ cd build
$ sudo make install
$ cd ..
to uninstall such a version do inside the source directory
$ sudo xargs rm -rf < build/install_manifest.txt
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list