Bug 212564

Summary: Update to 0.8.2.
Product: [Fedora] Fedora Reporter: Brian Pepple <bdpepple>
Component: seahorseAssignee: Seth Vidal <skvidal>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: ch.nolte, extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-27 22:12:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Spec file patch none

Description Brian Pepple 2006-10-27 14:16:53 UTC
Description of problem: Version 0.8.2. is available for Seahorse which fixes the
following issues:

* Fix problems with seahorse-agent leaving temp directories in ~/.gnome2/
* Make keyid column sortable
* Don't display expire date for remote keys.
* Make background of tray icon transparent.
* Ignore key server URIs with unsupported schema
* Prompt for a signer when signing a key.
* Several crasher and smaller fixes.

http://ftp.gnome.org/pub/GNOME/sources/seahorse/0.8/seahorse-0.8.2.tar.bz2

Comment 1 Mark Femal 2006-11-04 17:08:24 UTC
The default mime association also needs to be updated.  With gnupg 1.4.5-4 the
default file extension changed to ".pgp" from ".gpg".  However, with seahorse
0.8.1 (full current update to FC6) there is no association for that mime type so
you have to manually modify the fedora-seahorse-pgp-encrypted.desktop or add a
new file to get the menu options via nautilus.  Easy fix is to add:

MimeType=application/pgp;

To the existing mime type of application/pgp-encrypted so then you can easily
right click and decrypt.

thanks

Comment 2 Mark Femal 2006-11-04 17:23:08 UTC
Sorry, the default file extension change started in seahorse 0.7.7 not gnupg ->
so right click and then using the encrypt option puts ".pgp" into the file name
from nautilus.  However, you either must rename to ".gpg" or do the suggested
change to  easily right click and get an easy decrypt option via nautilus.

Comment 3 Brian Pepple 2006-11-22 05:06:25 UTC
Created attachment 141871 [details]
Spec file patch

Seth, here's a patch to update the seahorse spec file to 0.8.2.  It also does
some cleanup of the scriptlets and some other issues.

Comment 4 Seth Vidal 2006-11-27 18:14:38 UTC
Hi folks,
 Sorry for the delay on getting this done. It'll be in extras before the end of
the week.

Comment 5 Seth Vidal 2006-11-27 22:12:50 UTC
it's in the buildsign tree now. I'll close this bug for the moment. Brian, thank
you.

Comment 6 Christian Nolte 2007-02-15 09:19:18 UTC
Regarding the mime-type mentioned in Comment #1: It would be nice to add
MimeType=application/pgp; to the desktop-file so that .pgp *and* .gpg are
supported. The current situation is not very user friendly.