Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ohsnap

macrumors regular
Original poster
Aug 5, 2004
210
29
Anyone else see the bug where, if you close a file after playing it, the file becomes undeletable thru the Finder? It keeps saying that the file is in use. I have to go into Terminal and 'rm' the file in the trash for it to delete. I saw this with SL too occasionally but with Lion it's much worse.
 
Anyone else see the bug where, if you close a file after playing it, the file becomes undeletable thru the Finder? It keeps saying that the file is in use. I have to go into Terminal and 'rm' the file in the trash for it to delete. I saw this with SL too occasionally but with Lion it's much worse.

I get this all the time in Snow Leopard, I just wrote a script to do it

eff_you_finder.sh
Code:
cd ~/.Trash && rm -rf *

Silly OS trying to tell me what I can and can't delete...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.