somehow I cannot move files to trash. The strange thing is, that it works on the desktop-folder, but in other folders it doesn't. What a tried is a
sudo chown -R wegsehen /home/wegsehen/*
But nothing changed.
somehow I cannot move files to trash. The strange thing is, that it works on the desktop-folder, but in other folders it doesn't. What a tried is a
sudo chown -R wegsehen /home/wegsehen/*
But nothing changed.
Try
No /* on end of line maybe?
try this out, making sure you own your own trash bin.
You also may want to make sure you own all your files in home
And yet still if your using a separate data partition make sure you have ownership of said partition, replacing '/Path/to/your/data/partition' with the actual path to your data partition.
And yet even still, you want to make sure your data or even home partition is mounted properly by editing your fstab file
Once your fstab is opened your line for the mounting of the data/home partition should look something like this...
paying attention to 'auto,users,rw,noatime' the rest of your fstab info will obviously look quite different.