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