https://bugs.kde.org/show_bug.cgi?id=511813
--- Comment #14 from Thomas Baumgart <[email protected]> --- 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 watching all bug changes.
