-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't open anymore .gpg files in Nemo #511
Comments
same here! |
I'm also unable to decrypt/verify .pgp or .gpg files on the context menu of Nemo now with nemo-seahorse plug-in. |
I |
I used gpg in the terminal to decrypt when I ran into the problem but it is much more convenient to have gpg associated with the file type, and I've done as your instructions now. However, that's doesn't do anything to fix the problem with nemo-seahorse not working, it's just bypassing nemo-seahorse entirely. |
Okay well thats interesting. So to clarify we are talking about the same issue: when I double clicked on the encrypted file, it used to pop up a little window (nemo seahorse) to input my password and decrypted it. Then after upgrading mint to 21.3 this double clicking method stopped working and instead opened gpg/pgp file within xed with all the encrypted text in it. Then I was like, okay lets tell nemo not to use xed, and instead use gpg. Then it was again working on double click, the seahorse window popped up to input my password. I entered my password to decrypt, and the decrypted file perfectly appeared within nemo, using GUI elements only. Nothing is bypassing nemo seahorse I dont know where do u get this from... |
Nemo-seahorse is a plug-in for Nemo that adds Encrypt and Sign options to the Context Menu in Nemo for files that are not encrypted and adds Decrypt and Verify as Context Menu options in Nemo for encrypted files. Seahorse is a front-end for gpg, so by associating the encrypted files with gpg as the default action, you're just bypassing the problem with nemo-seahorse plug-in by directly sending the file to gpg to decrypt. Even when I used gpg from the terminal it popped up a separate GUI window to input my passphrase, just as it does now that I've associated the files with gpg. (I found that a little odd to be honest.) I don't know why it did it that way. Point is though that the context menu options for nemo-seahorse plug-in are still not appearing on encrypted files. Your ability to decrypt is resolved, it's just not resolved by nemo-seahorse being fixed. |
Yes, we know that. I don't recall seeing entries for decrypting an already encrypted file in the right-click context menu. All I remember is there were options for Encryption and Sign when I right-clicked on a non-encrypted file. I remember being surprised by this initially when I first started using this plugin. It seemed odd at first, but then I realized that double-clicking triggered the decryption process, and I accepted that.
I delved into the source code and discovered that Nemo-Seahorse leverages the GPGME library, an API designed to facilitate high-level interactions with GnuPG, enabling seamless integration of cryptographic functionalities into the application.
Yeah, I understand your perspective. From a quick duct-tape fix context, until it officially gets resolved, it may not matter whether the file association or the plugin itself triggers the However, it's important to confirm with the development team whether there was ever a "decrypt/verify" entry in the right-click menu when right-clicking on *.gpg or *.pgp files. |
Yes, there was a decrypt entry in the right-click menu when right-clicking on *.gpg or *.pgp files, but there isn't anymore one since upgrading to Linux Mint Cinnamon 21.3. |
This bug is critical! One can't anymore decrypt files with our passwords... It should be solved with high priority. |
While the Nemo extension isn't offering a decrypt option so this is still an ongoing bug, you can still decrypt your *.pgp and *.gpg files with gpg within Nemo. You can right-click on one of the *.pgp files, go to Properties, go to Open With tab in Properties, and tell it to open with gpg. Then the default action will be to Open with gpg. gpg's default behavior on *.pgp or *.gpg is to decrypt. This is the solution that Vajdao mentioned up-thread, quoted below.
|
It's more convenient than choosing decrypt in the menu. Could someone add this default association in the next version of Nemo, or could this default association be added when installing nemo-seahorse package? |
Above it is said to enter gpg as default action. Instead of using gpg in the default action, you can also use |
After opening an encrypted *.pgp file with the Tested with Linux Mint 22. |
Distribution
Linux Mint 21.3 Cinnamon
Package version
6.0.2
Frequency
Always
Bug description
After upgrading to Linux Mint Cinnamon 21.3, I can’t open anymore my .gpg files in Nemo. Unencrypt menu doesn’t appear anymore after a right click on the .gpg files. Must I reconfigure something or is it a bug?
Steps to reproduce
Right click on a .gpg file.
Expected behavior
Unencrypt menu should appear.
Additional information
No response
The text was updated successfully, but these errors were encountered: