When I am in my home folder there is a padlock on my Desktop icon. In properties there is written that root is the owner of Desktop and consequently I can't put anything on my Desktop.
I have recently installed this Ubuntu 14.04 and I would like to know why does the desktop icon belong to root while it wasn't so in Ubuntu 12.04 that I used earlier.
I know how to change the owner of a file using the command "chown" (or maybe this won't work for Desktop?) but I am afraid that it could somehow impair my security so first I would like to know the reason of this default setting.
sudo
? - in that case usegksu
or similar, which are designed so as file in the users home directory don't become owned by root. No security risk should be posed if you change the ownership of you user's desktop to your user. – Wilf Jul 25 '14 at 22:26gedit
usingsudo
. – geras Jul 26 '14 at 11:43