After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 519347 - opening network:/// after login doesn't work at first try
opening network:/// after login doesn't work at first try
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: network backend
0.1.x
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-02-28 18:00 UTC by Björn Martensen
Modified: 2008-03-04 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Björn Martensen 2008-02-28 18:00:11 UTC
1. login
2. open network:/// via the panel's menu bar (places)
3. receive this funny little message:

Error: DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Please select another viewer and try again.

4. do 2. again
5. see it work

weird.
Comment 1 Björn Martensen 2008-02-28 18:04:59 UTC
btw, i'm using gvfs 0.1.8, nautilus 2.21.92 and i have nothing connected to my network besides my router.

quote:
<awalton__> open away.
 my thinking is that for some people, that initial smb enumeration just takes a while and it makes it hang before it sends the dbus reply
<baze> hm, i don't have any smb shares here that could be enumerated ;)
 in fact i don't have anything connected to my network besides my router
<awalton__> that doesn't stop smb:// from taking a while...
<baze> ok
<awalton__> in fact, it very well might be the cause of it.
Comment 2 A. Walton 2008-02-29 14:21:24 UTC
This one's strange. Does it happen from Nautilus on the first try, or just the panel? Any more insight I can get on this problem is going to solve it as it's not happening here reliably (only had it happen twice while trying a few ways to solve it).
Comment 3 Björn Martensen 2008-02-29 16:47:00 UTC
i just tried from within nautilus and it happens there aswell.
and it's every first try after a login. after that, it works.
Comment 4 Baptiste Mille-Mathias 2008-03-04 11:44:11 UTC
I think the problem is rather in nautilus than in gvfs; 
Björn please try this command in a termaink just after accessing your session "gvfs-ls network://" and paste the output here
Comment 5 Sebastien Bacher 2008-03-04 15:05:43 UTC
 2008-03-04 Alexander Larsson <alexl@redhat.com>
  * client/gdaemonvfs.c (_g_daemon_vfs_get_mount_info_async):
  Bump timeout to standard gvfs time.
  Patch from Matthias Clasen