From 1804c388bc3d86ebc23d7f0539afbf4714939b0a Mon Sep 17 00:00:00 2001 From: Mike Massonnet Date: Sat, 14 Apr 2012 22:01:40 +0200 Subject: [PATCH 2/2] Bug #8684: Don't show gvfs-fuse-daemon --- panel-plugin/devices.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/panel-plugin/devices.c b/panel-plugin/devices.c index 82b7062..090a66c 100644 --- a/panel-plugin/devices.c +++ b/panel-plugin/devices.c @@ -653,6 +653,7 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs) if ( exclude || #ifdef HAVE_GETMNTENT g_ascii_strcasecmp(pmntent->mnt_dir, "none") == 0 || + g_str_has_prefix(pmntent->mnt_fsname, "gvfs-fuse-daemon") || !(g_str_has_prefix(pmntent->mnt_fsname, "/dev/") || g_str_has_prefix(pmntent->mnt_type, "fuse") || g_str_has_prefix(pmntent->mnt_type, "nfs") || -- 1.7.7.6