Способ убрать иконки следующий:
1. Запускаем gconf-editor (Приложения->Системные->Редактор конфигурации).
2. Снимаем галку со свойства /apps/nautilus/preferences/show_desktop
Готово!
[vfat]
uid=
shortname=winnt
# FreeBSD specific option
longnames=true
-L=ru_RU.UTF-8
-D=CP866
-m=0664
-M=0775
[iso9660]
uid=
longnames=true
-C=UTF-8
-m=0664
-M=0775
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- --> <!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN" "http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd"> <!-- See the manual page PolicyKit.conf(5) for file format --> <config version="0.1"> <define_admin_auth group="operator" /> <match action="org.freedesktop.hal.storage.mount-removable"> <return result="yes" /> </match> <match action="org.freedesktop.hal.storage.mount-fixed"> <return result="yes" /> </match> <match action="org.freedesktop.hal.storage.eject"> <return result="yes" /> </match> <match action="org.freedesktop.hal.storage.unmount-others"> <return result="yes" /> </match> <match action="org.freedesktop.hal.power-management.reboot"> <return result="yes" /> </match> <match action="org.freedesktop.hal.power-management.shutdown"> <return result="yes" /> </match> <match action="org.freedesktop.hal.power-management.hibernate"> <return result="yes" /> </match> <match action="org.freedesktop.hal.power-management.suspend"> <return result="yes" /> </match> </config>
operator:*:5:root,username