Don't show mounted volumes on the desktop
This commit is contained in:
parent
728ff314c1
commit
a7c87283db
|
@ -706,9 +706,11 @@ if [ -f $MESH_INSTALL_SETUP ]; then
|
||||||
|
|
||||||
if [ -d /home/${MY_USERNAME}/Desktop ]; then
|
if [ -d /home/${MY_USERNAME}/Desktop ]; then
|
||||||
# Remove the Icon from the desktop
|
# Remove the Icon from the desktop
|
||||||
gsettings set org.mate.caja.desktop home-icon-visible false
|
dconf write /org/mate/caja/desktop/computer-icon-visible false
|
||||||
gsettings set org.mate.caja.desktop computer-icon-visible false
|
dconf write /org/mate/caja/desktop/home-icon-visible false
|
||||||
gsettings set org.mate.caja.desktop trash-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
|
fi
|
||||||
|
|
||||||
mesh_restart_daemons
|
mesh_restart_daemons
|
||||||
|
|
Loading…
Reference in New Issue