[dolphin] [Bug 495214] A filename whose length equals NAME_MAX cannot be moved to wastebin, because appending `.trashinfo` causes the resulting filename to exceed that value
TraceyC
bugzilla_noreply at kde.org
Tue Nov 5 18:52:39 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=495214
TraceyC <kdedev at tlcnet.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|REPORTED |CONFIRMED
CC| |kdedev at tlcnet.info
--- Comment #3 from TraceyC <kdedev at tlcnet.info> ---
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
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list