GNOME Bugzilla – Bug 587638
seahorse can not change trust level
Last modified: 2009-07-02 21:43:36 UTC
Please describe the problem: It is not possible to change the trust of the key i signed. The gui always displays : Trust: Marginal and the dropdown box is disabled. (as you can see in the screenshot) @http://launchpadlibrarian.net/25888067/Screenshot-seahorse.png the gpg command displayes 2 trust levels: 1. trust:marginal 2. [ full ] $ gpg --edit-key <email address hidden> gpg (GnuPG) 1.4.9; Copyright (C) 2008 Free Software Foundation, Inc. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. pub 1024D/2A47CC28 created: 2009-04-05 expires: 2010-04-05 usage: SC trust: marginal validity: full sub 4096g/0871105F created: 2009-04-05 expires: 2010-04-05 usage: E [ full ] (1). xx xx <email address hidden> Steps to reproduce: 1. start seahorse 2. open Trusted Keys Tab 3. Properties on a key you have signed 4. details tab 5. > indicate Trust dropdown is disabled. Actual results: cannot change trust level Expected results: the user should be able to set the trust level. Like the gpg command is able to Does this happen every time? yes Other information: https://bugs.launchpad.net/ubuntu/+source/seahorse/+bug/365540
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. 231-commit bd5e30160ab7411420779dbc799866c2ae132ad8 232-Author: Adam Schreiber <sadam@gnome.org> 233-Date: Mon May 11 16:38:29 2009 -0400 234- 235: Fix logic for setting owner trust combo 236- 237: The logic for the trust combo set it insensitive if it was not 238- disabled instead of the other way around.