It's been many months and still no fix! Meanwhile, here is my UGLY workaround. It works well for me. This will install seahorse 0.9.6 with 0.9.5 Ubuntu patches (DON'T use 0.9.7). This is in no way a supported procedure.
Copy-paste these lines in a console, up to the "--" line, one at a time: sudo apt-get remove seahorse cd `mktemp -d` apt-get source --diff-only seahorse=0.9.5-1ubuntu2 sudo apt-get install libgpgme11-dev libglade2-dev libgnomeui-dev build- essential libgconf2-dev libnautilus-extension-dev gunzip seahorse_0.9.5-1ubuntu2.diff.gz wget http://download.gnome.org/sources/seahorse/0.9/seahorse-0.9.6.tar.gz tar -xzf seahorse-0.9.6.tar.gz mv seahorse-0.9.6 seahorse-0.9.5 patch -p0 < seahorse_0.9.5-1ubuntu2.diff cd seahorse-0.9.5 ./configure && make && sudo make install -- Then you have a least log out and back in. You should reboot. Here is how to upgrade to the Ubuntu package when it will be updated. You MUST follow this in order to upgrade cleanly; upstream and Ubuntu don't use the same paths. Copy-paste these lines in a console, one at a time: cd `mktemp -d` wget http://download.gnome.org/sources/seahorse/0.9/seahorse-0.9.6.tar.gz tar -xzf seahorse-0.9.6.tar.gz cd seahorse-0.9.6 ./configure && sudo make uninstall sudo apt-get install seahorse -- Signing with nautilus fails, Encryption with nautilus crashes seahorse-tool https://launchpad.net/bugs/58895 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
