Summary: | Spammed by "Cannot create autosave file" error messages | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kcoreaddons | Reporter: | Alexander Meshcheryakov <alexander.s.m> |
Component: | general | Assignee: | Michael Pyne <mpyne> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | jb, kdelibs-bugs |
Priority: | NOR | ||
Version: | 5.62.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kcoreaddons/46e464d85767603b5f2e53d95d40113de1b2fd42 | Version Fixed In: | |
Sentry Crash Report: |
Description
Alexander Meshcheryakov
2019-10-01 20:16:47 UTC
Thanks for your report. This is in fact a bug in KAutoSaveFile, part of KDE's framework KCoreAddons. It doesn't correctly limit the autosave filename to 255 characters, as imposed by most file systems. I will propose a patch for that soon. Proposed patch is here: https://phabricator.kde.org/D24489 Git commit 46e464d85767603b5f2e53d95d40113de1b2fd42 by Jean-Baptiste Mardelle. Committed on 13/12/2019 at 15:04. Pushed by mardelle into branch 'master'. Fix KAutoSaveFile broken on long path Differential revision: https://phabricator.kde.org/D24489 M +32 -12 src/lib/io/kautosavefile.cpp https://commits.kde.org/kcoreaddons/46e464d85767603b5f2e53d95d40113de1b2fd42 |