Description of problem: Unable to browse network:/// through nautilus. It displayed: Error: DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1.start nautilus 2.choose network on the left side 3.error message Actual results: Expected results: Additional info:
This problem seems to be a combination of fatal_mask = g_log_set_always_fatal (G_LOG_FATAL_MASK); fatal_mask |= G_LOG_LEVEL_WARNING | G_LOG_LEVEL_CRITICAL; g_log_set_always_fatal (fatal_mask); in daemon-main.c and g_warning ("Couldn't create directory monitor on %s. Error: %s", uri, error->message); in gvfsbackendnetwork.c Really, with that setup in daemon-main.c, we can never use g_warning at all in any daemon code.
This was accidentally left from the gvfs-obexftp-updated-apis-3.patch. Upstream is fine. Fixed in gvfs-1.0.1-5.fc10.