Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # Desktop Icons
  2. gconftool-2 --set "/apps/nautilus/desktop/computer_icon_visible" --type bool TRUE
  3. gconftool-2 --set "/apps/nautilus/desktop/computer_icon_name" --type string "Meu Computador"
  4. gconftool-2 --set "/apps/nautilus/desktop/home_icon_visible" --type bool TRUE
  5. gconftool-2 --set "/apps/nautilus/desktop/home_icon_name" --type string "Meus Documentos"
  6. gconftool-2 --set "/apps/nautilus/desktop/network_icon_visible" --type bool TRUE
  7. gconftool-2 --set "/apps/nautilus/desktop/network_icon_name" --type string "Meus locais de rede"
  8. gconftool-2 --set "/apps/nautilus/desktop/trash_icon_visible" --type bool TRUE
  9. gconftool-2 --set "/apps/nautilus/desktop/trash_icon_name" --type string "Lixeira"
  10. gconftool-2 --set "/apps/nautilus/desktop/volumes_visible" --type bool FALSE
  11.  
  12. # referĂȘncia: http://thinetic.com/cgit/xpgnome.git/tree/InstallXpGnome.sh