http://bugs.winehq.org/show_bug.cgi?id=11760
Mikolaj Zalewski mikolaj.zalewski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski@gmail.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2008-02-28 07:31:28 --- I've sent a patch to make winefile try to send files to Trash - http://www.winehq.org/pipermail/wine-patches/2008-February/050810.html .
As for the file showing up in Mac OS X Trash, we currently don't detect the OS and will do according to the Freedesktop standard on Mac as well (move the file to ~/.local/share/Trash). I'd be surprised if the file would appear in the Mac OS X Trash - I'd expect we would need to write a Mac version of dlls/shell32/trash.c using Mac APIs.