https://bugs.kde.org/show_bug.cgi?id=389197
Wolfgang Bauer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.11.95 |5.42.0 Component|Comic Applet |default Product|kdeplasma-addons |frameworks-kpackage --- Comment #8 from Wolfgang Bauer <[email protected]> --- As I have another system with the same problem, I was able to investigate this some more. Moving away the file ~/.local/share/plasma/comic/kplugincache.json fixes it as well, moving that file back breaks it again. I suppose the reason is this: $ kpackagetool5 -l -t Plasma/Comic Listing service types: Plasma/Comic in /home/test/.local/share/plasma/comics/ kf5.karchive: bzDecompress returned -5 After downgrading kpackage to 5.41.0: $ kpackagetool5 -l -t Plasma/Comic Listing service types: Plasma/Comic in /home/test/.local/share/plasma/comics/ kpluginindex: Using indexfile: "/home/test/.local/share/plasma/comics/kpluginindex.json" true garfield nichtlustig I found https://cgit.kde.org/kpackage.git/commit/?id=056fc67cecda5e5bd0541f57181e70a80bc72476 introduced compressing this file, but apparently it can't read *uncompressed* files from previous versions anymore. (installing a new comic helps as this deletes that cache file) This will likely affect other things too, not just the comic applet. -- You are receiving this mail because: You are watching all bug changes.
