You are not logged in.

#1 2010-10-21 18:48:20

desolathor
Member
Registered: 2010-05-06
Posts: 15

[SOLVED] Random issue: cannot move stuff to trash in Thunar

As the title says... I cannot delete files as user. I can do all that in root mode... Please advise how to change the properties of trash appropriately.

thanks
tomas

Last edited by desolathor (2010-10-21 19:36:58)

Offline

#2 2010-10-21 18:59:08

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: [SOLVED] Random issue: cannot move stuff to trash in Thunar

check the permissions of ~/.local/share/Trash

On my machine it is

drwx------ 5 skunk skunk 4096 Sep 11 11:38 Trash

Offline

#3 2010-10-21 19:11:15

desolathor
Member
Registered: 2010-05-06
Posts: 15

Re: [SOLVED] Random issue: cannot move stuff to trash in Thunar

I dont know how to do the exact thing you did but I checked under properties and it says owner is Root. So how do I change that?

Offline

#4 2010-10-21 19:15:35

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: [SOLVED] Random issue: cannot move stuff to trash in Thunar

# check permissions
ls -l ~/.local/share/Trash

# fix permissions (to match skunk's)
chown you:you ~/.local/share/Trash
chmod 700 ~/.local/share/Trash

Offline

#5 2010-10-21 19:36:25

desolathor
Member
Registered: 2010-05-06
Posts: 15

Re: [SOLVED] Random issue: cannot move stuff to trash in Thunar

It worked, thanks smile

Offline

Board footer

Powered by FluxBB