Don't show mounted volumes on the desktop

This commit is contained in:
Bob Mottram 2016-07-29 22:16:04 +01:00
parent 728ff314c1
commit a7c87283db
1 changed files with 5 additions and 3 deletions

View File

@ -706,9 +706,11 @@ if [ -f $MESH_INSTALL_SETUP ]; then
if [ -d /home/${MY_USERNAME}/Desktop ]; then
# Remove the Icon from the desktop
gsettings set org.mate.caja.desktop home-icon-visible false
gsettings set org.mate.caja.desktop computer-icon-visible false
gsettings set org.mate.caja.desktop trash-icon-visible false
dconf write /org/mate/caja/desktop/computer-icon-visible false
dconf write /org/mate/caja/desktop/home-icon-visible false
dconf write /org/mate/caja/desktop/network-icon-visible false
dconf write /org/mate/caja/desktop/trash-icon-visible false
dconf write /org/mate/caja/desktop/volumes-visible false
fi
mesh_restart_daemons