Hello i'm new ubuntu user so here my problem, i can't delete file and folder from my desktop there is no option for that."Move to trash" is not optional on list when i press right click.
2 Answers
I really wanted to write this as a comment but I don't have enough rep, mods and others be merciful
In ubuntu the concept of "delete" from windows is "Move to Trash" as far as the desktop is concerned.
This can also be achieved by just highlighting the item you want gone and hitting the delete key. If you want it permanently gone and not hang around in the trash folder use Shift + delete.
Is the Move To Trash not even in the options list? what happens when you hit the delete key ?

- 215
-
nothing happens when i hit delete key.And when i try to create new folder it says "There was an error creating the directory in /home/danilo/Desktop." and same thing for moving some thing to desktop. Can u help me? – Danilo Ivanovic Mar 21 '16 at 23:17
-
-
-
I see only this https://www.dropbox.com/s/xptbumh9qovdxp9/Screenshot%20from%202016-03-22%2000%3A08%3A14.jpg?dl=0 – Danilo Ivanovic Mar 21 '16 at 23:34
-
what error message do you get when you attempt to move or delete a file using the terminal? – Srini Mar 21 '16 at 23:44
-
-
-
Yes here, https://www.dropbox.com/s/oltwzmnx2hrvn1x/Screenshot%20from%202016-03-22%2001%3A03%3A33.png?dl=0 – Danilo Ivanovic Mar 22 '16 at 00:05
-
yes try with sudo, but this is odd because you're not getting a permission denied error,
hit
ls
try anrm
hitls
again, if the lists are different then there is something wrong with ur gui.if the lists are not different try with sudo, if that works then somehow ur gui user has lost write access on ur desktop . you can then try to fix these permissions with
– Srini Mar 22 '16 at 00:22sudo chmod
-
-
The OP has asked the question again, and seems to be getting help. http://askubuntu.com/questions/748758/how-to-fix-desktop-error-permission-denied – theodorn Mar 22 '16 at 02:00
-
2I find problem.I somehow lock my desktop in settings and i could do anything on desktop.:D – Danilo Ivanovic Mar 23 '16 at 20:42
As a workaround open nautilus (file manager) and go to your /home/username/Desktop
folder. Here you can delete the files.

- 10,783
cd ~/Desktop && ls -l
– andrew.46 Mar 21 '16 at 23:34