https://bugs.kde.org/show_bug.cgi?id=446258
--- Comment #4 from Andreas Schleth <schleth...@web.de> --- Hi Johannes, great work! I wish, we could have similar response times & quality with commercial software at work (we don't). I just tested your fix: the crash is gone. We are now on v5.8.1-46-gf4b3a399 on both places and everything seems fine. (Best regards from my wife: she will use it tonight). Yes, as I said, the .thumbnails and .videothumbnails are read only for everybody else than me. On purpose. So, being a bit relaxed about being able to write into these folder seems like a good idea to me :-) I am building with a simple script called as ../doit.sh from the root folder. So the only remaining differences between the two PCs are - maybe - some missing devel-packages for optional features. Otherwise the build parameters are the same. When I like what I see in the demo, I usually install the fresh version as my "production" release. I don't mind the occasional crash, as your quick fixes make KPA better each time I find one. Best regards, Andreas my skript: # werfe alle lokalen changes weg git checkout master git reset --hard # hole die aktuelle Version git pull # setze debuginfos export CMAKE_BUILD_TYPE=RelWithDebInfo # wechsle ins build-Verz. cd build # lösche all cmake-Reste rm -rf C* c* # doit! cmake .. make -j8 # teste Demo ./kphotoalbum --demo -- You are receiving this mail because: You are watching all bug changes.