diff --git a/src/freedombone-image-mesh b/src/freedombone-image-mesh index 687c52be..c931ae9a 100755 --- a/src/freedombone-image-mesh +++ b/src/freedombone-image-mesh @@ -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