Don't auto open after drive mount
This commit is contained in:
parent
a7c87283db
commit
16a5e7db60
|
@ -711,6 +711,7 @@ if [ -f $MESH_INSTALL_SETUP ]; then
|
||||||
dconf write /org/mate/caja/desktop/network-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/trash-icon-visible false
|
||||||
dconf write /org/mate/caja/desktop/volumes-visible false
|
dconf write /org/mate/caja/desktop/volumes-visible false
|
||||||
|
dconf write /org/mate/desktop/media-handling/automount-open false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mesh_restart_daemons
|
mesh_restart_daemons
|
||||||
|
|
Loading…
Reference in New Issue