Hi, I’m using Renoise 3.0.1 64 bit on Debian Linux and I get following error when trying to delete a file from the “Open a new Song” dialog:
Renoise LOG> Error Message: Failed to send the file '/home/vitaminx/projects/music/ambient schnambient/looool.xrns' to the Recycle Bin (unknown error).
I can’t delete any DSP presets either, possibly for the same reason.
stat("/home/vitaminx/.Trash/", 0x7fff8eb2b430) = -1 ENOENT (No such file or directory)
stat("/home/vitaminx/.local/share/Trash/", 0x7fff8eb2b430) = -1 ENOENT (No such file or directory)
Renoise expects a Trash folder at one or the other location, but doesn’t dare to create it if it’s missing
My suggestion is either to:
catch it and make the error message meaningful, e.g.:
Renoise LOG> Error Message: Failed to send the file '/home/vitaminx/projects/music/ambient schnambient/looool.xrns' to the Recycle Bin (unable to open folder "~/.Trash" or "~/.local/share/Trash").