https://bugs.kde.org/show_bug.cgi?id=320666
--- Comment #26 from Mario Frank <mario.fr...@uni-potsdam.de> --- (In reply to Wolfgang Scheffner from comment #23) > (In reply to Mario Frank from comment #20) > > (In reply to Wolfgang Scheffner from comment #19) > > > (In reply to Mario Frank from comment #18) > > > > > > I'd volunteer to test but I'm working with the AppImage version right > > > now. I > > > guess there is no easy way to apply the patch to that? > > > > Hey Wolfgang, > > > > No, there is no easy way to do that. > > I looked at the AppImage build information. I would have to create an > > AppImage and for this, I would have to create a CentOS VM. This would take > > some time. > > > > Can you compile digikam on your system or do you just use binary versions? > > I can compile digiKam on my system but I don't know how to include your > patch. If you can give me instructions for that I can try this > afternoon/evening. Hi Wolfgang, to apply the patch, you have to go into the core directory. There you first fetch the current state of the master branch with git pull. Then you test the patch with git apply --check PatchFilePath If there are no warnings or errors, you type git apply --apply PatchFilePath Then you can go in the build folder and compile the system with make install. I use an alias to start digikam wich I added to my bashrc: alias digikam-dev="KDESYCOCA=/home/eladrion/local/opt/digikam/var/tmp/kde-eladrion/ksycoca5 XDG_DATA_DIRS=/home/eladrion/local/opt/digikam/share:/usr/share:/usr/share:/usr/local/share QT_PLUGIN_PATH=/home/eladrion/local/opt/digikam/lib64/plugins:/home/eladrion/local/opt/digikam/lib/plugins: /home/eladrion/local/opt/digikam/bin/digikam" alias digikam-dev-valgrind="KDESYCOCA=/home/eladrion/local/opt/digikam/var/tmp/kde-eladrion/ksycoca5 XDG_DATA_DIRS=/home/eladrion/local/opt/digikam/share:/usr/share:/usr/share:/usr/local/share QT_PLUGIN_PATH=/home/eladrion/local/opt/digikam/lib64/plugins:/home/eladrion/local/opt/digikam/lib/plugins: valgrind /home/eladrion/local/opt/digikam/bin/digikam" You will have to adopt the paths for your environment. But these aliases make it easy to test. The second alias runs digikam under valgrind. HTH -- You are receiving this mail because: You are watching all bug changes.