Summary: | Support bypassing Linux's PATH_MAX, or providing an actionable error when it is reached; don't fail with a "not found" / "corrupt" error | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | REPORTED --- | ||
Severity: | minor | CC: | b.gomes.negri, kdelibs-bugs-null |
Priority: | NOR | ||
Version First Reported In: | 6.15.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Other | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=495214 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
A Screenshot Of Dolphin On Windows Accessing A Path > PATH_MAX Via WSL2
A CPP > PATH_MAX Path Generator And Viewer A Screenshot Of An Erroneous Message Upon File Invocation Failure In Kate A Demonstration That This Matters On Windows (Even Though It's Not MAX_PATH, It's PATH_MAX) A Screenshot Of An Error Modal Demonstrating That This Breaks The Wastebin |
Description
Roke Julian Lockhart Beedell
2025-07-06 00:12:28 UTC
Created attachment 182993 [details]
A CPP > PATH_MAX Path Generator And Viewer
See the cited QTBUG for instructions.
Created attachment 182994 [details]
A Screenshot Of An Erroneous Message Upon File Invocation Failure In Kate
Created attachment 182995 [details]
A Demonstration That This Matters On Windows (Even Though It's Not MAX_PATH, It's PATH_MAX)
Created attachment 183254 [details]
A Screenshot Of An Error Modal Demonstrating That This Breaks The Wastebin
This also breaks `trash:/` (in Dolphin, but presumably across KIO), because I can't delete anything > PATH_MAX.
(In reply to Roke Julian Lockhart Beedell from comment #4) Of note is that `trash-cli-0.24.5.26-10.fc42.noarch`'s `trash-empty` command [^1] deletes them, so *this* can be feasibly solved for FreeDesktop-compliant wastebin implementations. Relevantly, I've linked https://bugs.kde.org/show_bug.cgi?id=495214#c3. [^1]: https://github.com/andreafrancia/trash-cli/blob/7bdaf964ea06f21d092d3f5b040c95e348edd20e/README.rst?plain=1#L17C5-L17C16:~:text=files%20and%20directories.-,trash%2Dempty,-empty%20the%20trashcan(s). |