PDA

View Full Version : [gnome] Desktop icon issue Gnome Ubuntu 13.04



chazdg24
May 7th, 2013, 10:34 PM
I have been using Gnome Ubuntu 13.04. I updated to Gnome 3.8 and all is well. Not happy with Nautilus 3.6 in Unity or Gnome Ubuntu I try PCmanFM. My system begins to reboot at will, although PCmanFM is fast. I noticed that although Desktop icons are enabled in Gnome-tweak-tool, there are no desktop icons.

I try Thunar File Manager. Very fast like PcmanFM but still no Desktop icons. How do I fix this?

Archit88
May 8th, 2013, 06:56 AM
I think there is problem with your icon cache.
try to run this bash script using
sudo


for i in /usr/share/icons/*;do gtk-update-icon-cache -f $i; done

mcduck
May 8th, 2013, 01:51 PM
Also remember that desktop, including all the icons, is handled by the file manager. So by default the icons are handled by Nautilus, and if you stop Nautilus from starting on login and use some other file manager instead, you need to set that file amnager to handle the desktop. Both Thunar and PCMAnFM should have the option.

chazdg24
May 8th, 2013, 02:51 PM
I get the following error when running sudo for i in /usr/share/icons/*;do gtk-update-icon-cache -f $i; done

bash: syntax error near unexpected token `do'

Thanks in advance for any help!

Edit: I did it wrong. I logged in as gnome root terminal and put in for "i in /usr/share/icons/*;do gtk-update-icon-cache -f $i; done"


gtk-update-icon-cache: No theme index file.
gtk-update-icon-cache: No theme index file.
gtk-update-icon-cache: No theme index file.
gtk-update-icon-cache: Cache file created successfully.
gtk-update-icon-cache: Cache file created successfully.
gtk-update-icon-cache: Cache file created successfully.
gtk-update-icon-cache: Cache file created successfully.
gtk-update-icon-cache: Cache file created successfully.
gtk-update-icon-cache: No theme index file.
gtk-update-icon-cache: No theme index file.
gtk-update-icon-cache: No theme index file.
gtk-update-icon-cache: Cache file created successfully.
gtk-update-icon-cache: No theme index file.

Unfortunately, it didn't work, still no Desktop icons.

chazdg24
May 8th, 2013, 03:46 PM
I decided to go with Nemo and made it default file manager. The fix requires going into dconf under org-nemo-desktop, There you can enable Home, Trash and Computer.

Bram_Andelhofs
August 13th, 2013, 08:28 PM
Your answer is right here:

http://www.youtube.com/watch?v=CoUqX9ZUijg

Good luck! ;)