Bug 465693 - Unable to browse network:/// through nautilus
Summary: Unable to browse network:/// through nautilus
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gvfs
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tomáš Bžatek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F10DesktopBlocker
TreeView+ depends on / blocked
 
Reported: 2008-10-05 17:42 UTC by Shaopu Chiu
Modified: 2015-03-03 22:33 UTC (History)
5 users (show)

Fixed In Version: gvfs-1.0.1-5.fc10
Clone Of:
Environment:
Last Closed: 2008-10-07 12:54:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Shaopu Chiu 2008-10-05 17:42:59 UTC
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:

Comment 1 Matthias Clasen 2008-10-06 15:46:50 UTC
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.

Comment 2 Tomáš Bžatek 2008-10-07 12:54:28 UTC
This was accidentally left from the gvfs-obexftp-updated-apis-3.patch. Upstream is fine.

Fixed in gvfs-1.0.1-5.fc10.


Note You need to log in before you can comment on or make changes to this bug.