After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 112403 - Problems with multiple and large keyrings.
Problems with multiple and large keyrings.
Status: RESOLVED WONTFIX
Product: seahorse
Classification: Applications
Component: general
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on: 111136 111176
Blocks:
 
 
Reported: 2003-05-06 13:32 UTC by Mattias Eriksson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mattias Eriksson 2003-05-06 13:32:51 UTC
I was adding the debian keyrings to .gnupg/gpg.conf with the following lines:
keyring /usr/share/keyrings/debian-keyring.gpg
keyring /usr/share/keyrings/debian-keyring.pgp

Adding the keys show gives the following problems:
1. The startup time with those keyrings are quite long. 
2. Having this ammount of keys also makes it hard to use seahorse without a
search function.
3. It's not possible to see which keyring a key belongs to.
Comment 1 Jacob Perkins 2003-05-06 14:03:02 UTC
Seahorse uses gpgme as the backend, which currently offers no control 
of the actual key ring(s), just the loaded keys. I personally don't 
see much point to knowing what key ring a key is in, but there does 
need to be some visual cue for key pairs (#111176). If you'd like, I 
can put in a request to the gpgme devs regarding this.
As for key listing, large key rings will take a long time because 
keys are loaded sequentially.  If you can, please try using gpa to 
see if it is faster. Some of the slow down is due to redrawing the 
window. You can also try changing the value of the gconf 
setting /desktop/pgp/progress_update. Make it higher and there will 
be less redraws. Make it negative (or maybe 0) and there will be no 
redraws until finished.
Please make any search related comments or requests in bug #111136.
Comment 2 Stef Walter 2004-10-12 16:04:46 UTC
I think I'm going to close this bug.

1. Solved by the background loading that seahorse currently does. 
2. Search filter recently committed to CVS.
3. GPG is specific.