Created attachment 109285 [details] screenshot try copy/move data to a location without enough free space a red bar appears in dolphin, its content contains unncessary space before one of the periods. See my screenshot.
This is in kio/src/core/job_error.cpp. The error message is doing this: result = i18n("Could not write file %1.\nDisk full.", errorText); So when errorText is empty, there will be an extra space. The bigger question may be why errorText is empty in the first place.
cannot reproduce on Arch Linux after upgrade to frameworks 5.51.
Hah, this was fixed incidentally as a part of some other thing I did recently.
Awesome hehe. Thank you Nate.
You're very welcome!