GNOME Bugzilla – Bug 684301
artsearch: don't warn for GErrors enumerating files
Last modified: 2012-10-21 07:45:44 UTC
Gio will return NOT_SUPPORTED trying to enumerate GStreamer URIs such as mms or rtsp, but the error is harmless.
Created attachment 224638 [details] [review] artsearch: don't warn for GErrors enumerating files
Review of attachment 224638 [details] [review]: This seems like a better idea than the IGNORED_SCHEMES thing that's currently in there. I'd prefer it if you removed that, but OK either way.
Created attachment 224676 [details] [review] artsearch: remove URI schemes filtering It's incomplete, out of date, and useless as we now filter the exceptions from gvfs.
Comment on attachment 224638 [details] [review] artsearch: don't warn for GErrors enumerating files Attachment 224638 [details] pushed as 10d551e - artsearch: don't warn for GErrors enumerating files
pushed as commit 7dd29e9, thanks