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 695744 - Entries in the password storage could have clearer descriptions
Entries in the password storage could have clearer descriptions
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: general
3.6.x (obsolete)
Other Linux
: Normal normal
: 3.12
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
evolution[passwords]
Depends on:
Blocks:
 
 
Reported: 2013-03-13 03:16 UTC by Federico Mena Quintero
Modified: 2014-11-13 01:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Federico Mena Quintero 2013-03-13 03:16:07 UTC
I'm filing this against e-d-s, but I'm not sure if it's actually an Evolution bug.

When I run Seahorse, I have a bunch of oddly-named secrets that come from Evolution.  When I click Properties on them, they have things like

  Description: Evolution Data Source 1351290656.1434.15@quesadilla.site
  Use: Saved password or login
  Type: Password
  e-source-uid: 1351290656.1434.15@quesadilla.site

There are various similar entries, all for the same password, but with different numbers in the Description ad e-source-uid.

The end result is that when looking at Seahorse, I don't know what those items refer to.

It would help if Evolution could name those items more meaningfully, maybe "POP account for federico@suse.com" or something.
Comment 1 Matthew Barnes 2013-03-13 22:16:37 UTC
Confirming.

I made the description the way it is initially because account names can be changed, which would render the keyring entry descriptions inaccurate.  We don't currently have anything that goes through and updates them periodically.

We also don't have anything that garbage collects old keyring entries long after the account is deleted, so they just accumulate in your keyring forever.

This sounds like the makings of a new E-D-S module; "keyring-reaper" or some such, which would periodically both update and garbage collect E-D-S keyring entries, sorta similar to "cache-reaper" for old cache directories.

I'll try and target this for 3.10.
Comment 3 Federico Mena Quintero 2014-11-13 01:00:02 UTC
THANK YOU THANK YOU THANK YOU!