Dear Björn,
you doesn't have to wait for GNOME 3.4. if you don't wanna.
I had the same problem and here is a workaround until the official fix.
use udev to hide the partition, here's the rule to do this:
make a file (/etc/udev/rules.d/99-hide-partitions.rules) with a content
like this to hide sda2:
KERNEL=="sda2", ENV{UDISKS_PRESENTATION_HIDE}="1"-----Original Message----- From: Bjoern Schiessle <[email protected]> To: [email protected] Subject: Re: encrypted home directory and GNOME Shell Date: Sat, 10 Dec 2011 22:32:14 +0100 On 10/12/11 01:58, Jasper St. Pierre wrote: > This is a bug in gvfs that has been fixed in the development version. > The bugfix should come with GNOME 3.4. Great, than I just have to wait :-) Thanks for this information, Björn
_______________________________________________ gnome-shell-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-shell-list
