In article <50148812$0$39193$c3e8da3$
88b2...@news.astraweb.com>,
Warren Oates <
warren...@gmail.com> wrote:
> In article <
1jr818154eatvoske...@4ax.com>,
> Howard Brazee <
how...@brazee.net> wrote:
>
> > I don't empty my trash very often (my wife does hers every day).
> >
> > Today, I tried emptying it before upgrading from Lion, and it kept
> > coming up with message windows saying:
> >
> > The operation can't be completed because the item
> > "Dictionary.app" is in use.
> >
> > Where the app name changes each time I select continue. Apps that I
> > haven't used forever.
> >
> > What should I look at to resolve this issue? I have to clear up
> > some space.
>
> Did you try logging out and in again?
And if that doesn't help, try rebooting.
If it were always the same file being complained about, I'd suggest
opening a Terminal window and doing:
lsof .Trash/filename
This will report the process that's using the file. You can then do:
kill process#
and if that doesn't kill it, try:
kill -9 process#
--
Barry Margolin,
bar...@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***