[Xfce4-commits] <xfce4-mount-plugin:master> Bug #8684: Don't show gvfs-fuse-daemon
Landry Breuil
noreply at xfce.org
Sun Apr 15 10:48:02 CEST 2012
Updating branch refs/heads/master
to c64f383ef3d205b1311f114bcef0933ba3bc332c (commit)
from a49e596bc4f7daad53995bfdf8f6e79f667f2a42 (commit)
commit c64f383ef3d205b1311f114bcef0933ba3bc332c
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Sat Apr 14 22:01:40 2012 +0200
Bug #8684: Don't show gvfs-fuse-daemon
Signed-off-by: Landry Breuil <landry at xfce.org>
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") ||
More information about the Xfce4-commits
mailing list