Bug 212564
| Summary: | Update to 0.8.2. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brian Pepple <bdpepple> | ||||
| Component: | seahorse | Assignee: | Seth Vidal <skvidal> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6 | CC: | 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
Brian Pepple
2006-10-27 14:16:53 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 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. 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.
Hi folks, Sorry for the delay on getting this done. It'll be in extras before the end of the week. it's in the buildsign tree now. I'll close this bug for the moment. Brian, thank you. 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. |