From c7d37fca345edb23c3b258041140834d80b534a3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 Dec 2008 05:47:26 +0000 Subject: [PATCH] Hide ecryptfs mounts, so that the desktop does not show both the mount and * gunixmounts.c: (guess_system_internal): Hide ecryptfs mounts, so that the desktop does not show both the mount and the target directory. Patch by Martin Pitt svn path=/trunk/; revision=7736 --- gio/ChangeLog | 8 ++++++++ gio/gunixmounts.c | 1 + 2 files changed, 9 insertions(+) diff --git a/gio/ChangeLog b/gio/ChangeLog index 7c69a9a..b383c25 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,13 @@ 2008-12-08 Matthias Clasen + Bug 558298 – Hide ecryptfs mounts + + * gunixmounts.c: (guess_system_internal): Hide ecryptfs mounts, + so that the desktop does not show both the mount and the target + directory. Patch by Martin Pitt + +2008-12-08 Matthias Clasen + Bug 555465 – GUnix{Input,Output}Stream lacks fd/close_fd_at_close property diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index cd49ff1..6b95d74 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -263,6 +263,7 @@ guess_system_internal (const char *mountpoint, "autofs", "devfs", "devpts", + "ecryptfs", "kernfs", "linprocfs", "proc", -- 2.7.4