GNOME Bugzilla – Bug 684378
search-provider: Add volume mounts only if mounted
Last modified: 2012-09-19 16:59:39 UTC
Add volume mounts to search only if mounted
Created attachment 224750 [details] [review] search-provider: Add volume mounts only if mounted
Its also a crash prevention measure. Currently 3.5.92 search provider crashes on me 2 letters into the search entry with: (nautilus-shell-search-provider:29799): GLib-GIO-CRITICAL **: g_mount_get_name: assertion `G_IS_MOUNT (mount)' failed Segmentation fault (core dumped) its g_mount_get_name-> NULL -> g_utf8_normalize
Review of attachment 224750 [details] [review]: Thanks for the patch, looks good. I'm going to request a hard code freeze break for this.
Created attachment 224765 [details] [review] search-provider: Add volume mounts only if mounted
Attachment 224765 [details] pushed as cfe7a09 - search-provider: Add volume mounts only if mounted Pushed after r-t approval