Comment 181 for bug 207072

Revision history for this message
Martin Pitt (pitti) wrote :

Sebastien, thanks for the backports. I looked at the gvfs change (ugh, big patch), and this looks weird:

+--- trunk/daemon/smb-browse.mount.in 2009/01/06 10:20:24 2157
++++ trunk/daemon/smb-browse.mount.in 2009/01/06 15:17:21 2158
+@@ -2,5 +2,5 @@
+ Type=smb-network;smb-server
+ Exec=@libexecdir@/gvfsd-smb-browse
+ DBusName=org.gtk.vfs.mountpoint.smb_browse
+-AutoMount=true
++AutoMount=false

Why does this SRU set AutoMount to false for SMB? Is that required to fix the bug? Or a merge error?