You are not logged in.
Pages: 1
hello! i'm using xfce on debian wheezy. drag and drop was working fine, but now it says i don't have permission to do it. i still can move files or create launchers to the desktop by running thunar as root, but i want to drag and drop them like i used to do before! any ideas?
Offline
i can't even save downloaded files to the desktop...
Offline
Check the permissions of your Desktop folder ($HOME/Desktop) and make sure you own them.
$ ls -l $HOME | grep Desktop
drwxr-xr-x 2 toz users 4096 Sep 28 20:55 Desktop
If not:
sudo chown USERNAME $HOME/Desktop
...where USERNAME is your username.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thanks for that! i had tried to change the Desktop permission but without success.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 523.01 KiB (Peak: 529.48 KiB) ]