Comment 8 for bug 627008

Revision history for this message
Matthew Caron (matt-mattcaron) wrote : Re: cannot read cd

This has something to do with gvfs. I've tracked the specific failure to the following call:

  info = g_file_query_info (file, "xattr::*",
         G_FILE_QUERY_INFO_NONE, NULL, &my_error);

in the source code. info comes back as NULL, and the error message is "The specified location is not mounted".

I should note that I'm running thus under XFce. I'll try it under GNOME and see if that makes a difference.

However, I do note that gvfs is running under XFce.