
Decrypt read-only text selections
Reported by Alex (via GPGTools) | June 30th, 2011 @ 12:59 PM | in 1.8 (closed)
When selecting text within a read-only window (e.g. in Google Mail web interface) it might be nice to be able to decrypt it anyway. The decrypted result should be written to the clip board or a text file on the desktop for example.
Comments and changes to this ticket
-
ronin-140089 (at lighthouseapp) July 5th, 2011 @ 05:07 PM
- Assigned user changed from ronin-140089 (at lighthouseapp) to Alex (via GPGTools)
I'm not sure how to implement this the best way.
As far as I know, it isn't possible to check if the service-invoking application accepts text as a result from the service. It's most likely only possible to implement this using a new Service Menu Entry called "Decrypt and show result".
-
Alex (via GPGTools) July 5th, 2011 @ 08:06 PM
- Assigned user changed from Alex (via GPGTools) to ronin-140089 (at lighthouseapp)
Yes, why not. I've web mailer, Mail.app w/o GPGMail (MIME and inline mails) and files on read-only volumes in my mind.
-
Alex (via GPGTools) July 13th, 2011 @ 04:05 PM
- State changed from open to resolved
(from [1907e860bacd1f628e3e7d295cd36108216083b9]) Implemented * and show in TextEdit [#73 state:resolved] https://github.com/GPGTools/GPGServices/commit/1907e860bacd1f628e3e...
-
-
-
steve January 29th, 2012 @ 03:15 PM
- State changed from resolved to fixed
- Assigned user changed from ronin-140089 (at lighthouseapp) to Alex (via GPGTools)
- Importance changed from to
-
Alex (via GPGTools) January 30th, 2012 @ 05:13 PM
- State changed from fixed to open
- Assigned user cleared.
Mh, I don't see it after I installed the latest version from nightly.gpgtools.org
-
steve April 30th, 2012 @ 05:46 PM
- Milestone changed from 1.7 to 1.8
- Importance changed from to High
-
C Fraire May 23rd, 2012 @ 08:26 PM
- State changed from open to started
- Assigned user set to C Fraire
This vanished from released versions, though the-kenny had implemented it with the following:
https://github.com/GPGTools/GPGServices/commit/1907e86
I've rescued his functionality from that commit with the following changes:
- the new service menu items are titled:
OpenPGP: Sign Selection to New Window
OpenPGP: Encrypt Selection to New Window
OpenPGP: Decrypt Selection to New Window- to avoid cluttering the service menu in general, the new service menu items are only active for three applications:
com.apple.Safari
com.google.Chrome
org.mozilla.firefox- did not rescue the localization, since ServicesMenu.strings has changed since then (I put in a de version, but identical to en though I inserted the former version as comments)
-
steve May 23rd, 2012 @ 09:07 PM
changes sound smart.
-
concerning the localizations: http://gpgtools.lighthouseapp.com/projects/67607-gpgservices/ticket... If only a few bits of german are missing I can help with that.
-
browsers: please add opera, chromium and camino are some other sizable browsers I can think of.
I wish we could get this fixed. Using the GPGS across the web / webmail would be very useful.
-
-
C Fraire May 23rd, 2012 @ 09:29 PM
OK, I added opera, chromium, and camino bundle ids to the list.
Steve, there are actually 80 localizations needed for GPGServices; so getting some Transifex would be cool.
-
steve May 23rd, 2012 @ 09:32 PM
Woot. I thought it was less. Ok, let's wait for Mento. I notified him, so if he has some time he might take care of that.
-
steve August 2nd, 2012 @ 09:39 PM
- Tag set to p1, vip
-
-
-
steve August 12th, 2012 @ 05:06 PM
- State changed from started to fixed
Fixed in nightly. Thanks mento!
-
Olav Seyfarth August 14th, 2012 @ 05:15 PM
Tender discussion #1595 was about Firefox support for Gmail. Forum thread was closed with hint to this bug. Now this bug was closed, yet my issue persists, even with latest nightly installed: "no support to encrypt/decrypt/sign/verify text sections from within Firefox, e.g. for Gmail". Should I open another bug or support thread or subscribe to another bug?
-
steve August 15th, 2012 @ 12:21 AM
- State changed from fixed to started
- Assigned user changed from C Fraire to Mento
- Importance changed from High to
Olav, no this is the right ticket. Your feedback is very important and I'm reopening the ticket. If you need gmail and browser encryption very desperately feel free to try chromium http://www.freesmug.org/chromium which is already supported. We've to look at the details why FF is currently not willing to work as well.
-
steve August 15th, 2012 @ 10:44 AM
- State changed from started to fixed
FF has this option in Menubar -> Firefox -> Services -> OpenPGP: ... but not via right-click options.
-
steve August 15th, 2012 @ 10:44 AM
- Tag changed from p1, vip to p1
-
Olav Seyfarth August 15th, 2012 @ 03:22 PM
OK, thanks. I confirm that it does work once one sets the key shortcut bindings to ones that don't conflict with existing ones. Those in FX are hardcoded and can be modified using an AddOn: https://addons.mozilla.org/de/firefox/addon/customizable-shortcuts/. I rather modified those of the text services. But the handling withlout having context menu entries is difficult. Especially because the Service descriptions are truncated so that one doesn't know what the difference between "Decrypt" and "Decrypt ..." is.
-
steve August 15th, 2012 @ 03:31 PM
Don't ask me, why mozilla does not have the service entries via right-click (imo, the best way to access those options). In chromium (and I guess Safari?) that works very nice. About the confusing entries: we have a separate ticket for that: http://gpgtools.lighthouseapp.com/projects/67607/tickets/140-make-m...
-
steve August 19th, 2013 @ 10:57 PM
- Tag cleared.
- Importance changed from to Low
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
-
118 Decryption of read only text Alex you are right. This is a dupe of http://gpgtools.li...
-
187 Decrypt read-only text selections In #73, on May 23rd, 2012, C Fraire has added some select...