https://bugs.kde.org/show_bug.cgi?id=420074
--- Comment #7 from Norbert Preining <norb...@preining.info> --- (In reply to Martin Mirchev from comment #6) > Sorry, making it a dependency would be a best option but I do not really > know how many people use Djvu these days so it may come as extra bloat > for some people. Well, the correct solution is to use _exit(1); instead of exit(1); because the normal exit(1) triggers the atexit registered functions to be executed, and that is not what we want (and crashed kdeinit5). I can confirm that with _exit(1) instead all works as expected - just that there are no thumbnails available, well, also this is expected. -- You are receiving this mail because: You are watching all bug changes.