Page 1 of 1

empty wastebin

PostPosted: Mon Jul 21, 2008 9:04 am
by witblits1970
i am trying to empty the deleted items but im told my permissions are wrong? i have tried to gksudo nautilus but no joy. when trying to change permissions i simply can not. any ideas. it is eating 10 gig of my HDD. thanks

Re: empty wastebin

PostPosted: Mon Jul 21, 2008 7:10 pm
by DaddyX3
witblits1970 wrote:i am trying to empty the deleted items but im told my permissions are wrong? i have tried to gksudo nautilus but no joy. when trying to change permissions i simply can not. any ideas. it is eating 10 gig of my HDD. thanks


Are you talking about your trash in your logged-in user?

Re: empty wastebin

PostPosted: Tue Jul 22, 2008 7:55 am
by witblits1970
nick, no joy mate.
daddy, yes it is.
just had a look and i was informed my action to delete the files etc was not supported in the back end?? whatever that may be. :?

Re: empty wastebin

PostPosted: Wed Jul 23, 2008 8:37 pm
by cowboy
Here is a post..please read the whole thing.. http://ubuntuforums.org/showthread.php?t=849919 :|

Re: empty wastebin

PostPosted: Wed Jul 23, 2008 8:57 pm
by DaddyX3
How funny this is .... I just ran into the same problem today at work. Got it all figured out now. Seems as though they have changed the directory of the trash with Hardy Heron, I was used to it being in /home/username/.trash but now it is in (as Nick came so close to) /home/username/.local/share/Trash/files - so if you want to get your trash empty again run 'ALT+F2' then
Code: Select all
gksudo nautilus

browse to the '/home/username/.local/share/Trash/files (replacing 'username' with yours) and just delete whats in there. It worked for me.

---btw, I think a more direct way for you to empty it from terminal would be:
Code: Select all
sudo rm -r /home/username/.local/share/Trash/files/*

Give that a shot and see what happens. <BREW>

Re: empty wastebin

PostPosted: Thu Jul 24, 2008 3:00 am
by witblits1970
sorry chaps none of the above worked for me! :( thanks for trying though

Re: empty wastebin

PostPosted: Sat Jul 26, 2008 11:11 pm
by vinca
DaddyX3 wrote:How funny this is .... I just ran into the same problem today at work. Got it all figured out now. Seems as though they have changed the directory of the trash with Hardy Heron, I was used to it being in /home/username/.trash but now it is in (as Nick came so close to) /home/username/.local/share/Trash/files - so if you want to get your trash empty again run 'ALT+F2' then
Code: Select all
gksudo nautilus

browse to the '/home/username/.local/share/Trash/files (replacing 'username' with yours) and just delete whats in there. It worked for me.

---btw, I think a more direct way for you to empty it from terminal would be:
Code: Select all
sudo rm -r /home/username/.local/share/Trash/files/*

Give that a shot and see what happens. <BREW>

that username command, did you replace it with your own username?

Re: empty wastebin

PostPosted: Sat Aug 09, 2008 4:41 pm
by witblits1970
vinca, thanks for post, got it solved! i forgot to change the user name as per previous post and now it's sorted.