https://bugs.kde.org/show_bug.cgi?id=486697
--- Comment #12 from main.zone4...@fastmail.com --- I found the cause of the crash after bisecting the .local/share/Trash directory. The root cause of the problem are the files in the ./Trash/info directory. There are many files like this: ``` [Trash Info] Path=Anki2/addons21/291119185 DeletionDate=2024-04-26T00:50:13 ``` The Path property is not an absolute path, hence "info.origPath[0] == QLatin1Char('/')" failed. I'm pretty sure these files were deleted from within Anki (Flatpak). I wonder if Anki used the wrong API? -- You are receiving this mail because: You are watching all bug changes.