Comment 37 for bug 201786

Revision history for this message
Cédric Jeanneret deactivated (cjeanneret-c2c-deactivated) wrote :

Hello.

Same problem on a recently reinstalled Jaunty.

Informations :
Architecture : i386
Release : 9.04

Packages version:

dpkg -l | grep seahorse
ii libcryptui0 2.26.1-0ubuntu1
ii seahorse 2.26.1-0ubuntu1
ii seahorse-plugins 2.26.1-0ubuntu1

System is up to date.

One thing though : we kept user's home when we reinstalled his computer. BUT we removed all his preferences :
for dir in .gconf .gconfd .gnome .gnome2 .gnome2_private .local .config
do
  rm -r $HOME/$dir
done

When we do a "ssh-add", it works again.
I tried to do Christian Albrecht fix, but it didn't work on this computer.