| Summary: | A filename whose length equals NAME_MAX cannot be moved to wastebin, because appending `.trashinfo` causes the resulting filename to exceed that value | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | dolphin-bugs-null, kdedev |
| Priority: | NOR | ||
| Version First Reported In: | 24.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=506659 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Screenshot of the dialog window.
Screenshot of the main window. |
||
|
Description
Roke Julian Lockhart Beedell
2024-10-22 22:57:52 UTC
Created attachment 175125 [details]
Screenshot of the main window.
(In reply to Roke Julian Lockhart Beedell from comment #0) There's some useful information about this at https://serverfault.com/revisions/306726/3#:~:text=%23define-,NAME_MAX%20%20%20%20%20%20%20%20%20255,-/*%20%23%20chars. Confirmed on git-master
For convenience, here's an easy way to generate a file with 255 characters
N=251 && name=`perl -e "print 'a' x $N;"`
touch ${name}.txt
|