浏览代码

Don't show mounted volumes on the desktop

Bob Mottram 8 年前
父节点
当前提交
a7c87283db
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5
    3
      src/freedombone-image-mesh

+ 5
- 3
src/freedombone-image-mesh 查看文件

@@ -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