Give this a shot and see if it improves things.
Edit the following file as root:
- Code: Select all
gksu gedit /usr/share/gvfs/mounts/network.mount
and change this:
[Mount]
Type=network
Exec=/usr/lib/gvfs/gvfsd-network
AutoMount=true
To this:
[Mount]
Type=network
Exec=/usr/lib/gvfs/gvfsd-network
AutoMount=false
Although that parameter is set exactly the same in both Gnome and XFCE, Gnome ignores it whereas XFCE does not. When you first open up Thunar it attempts to find all network servers so that when you select "Network" they are listed immediately. Nautilus does not do that and only searches for network services when yo select "Browse Network". It's probably the same delay duration in both cases it's just a question of when you feel it.