If you were fed up with updates etc. overwriting the file, you could always add a script that overwrote the file on each boot - adding this to /etc/rc.local would do it (before 'return 0':
# Overwrite network.mount to fix slow thunar start bug conffile=/usr/share/gvfs/mounts/network.mount echo "[Mount]" > "$conffile" echo "Type=network" >> "$conffile" echo "Exec=/usr/lib/gvfs/gvfsd-network" >> "$conffile" echo "AutoMount=false" >> "$conffile" A bit annoying but would do the trick! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775117 Title: Thunar hangs on first launch of each session To manage notifications about this bug go to: https://bugs.launchpad.net/gvfs/+bug/775117/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs