Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1710  / 2 Years ago, mon, may 30, 2022, 7:31:47

Is it possible to encrypt file with .asc extension directly from Nautilus?



I tried with Seahorse add on but its always encrypting with gpg extension.


More From » gnupg

 Answers
7

You can use Nautilus-Actions Configuration Tool and create an action to do this.

Find the application in Software Centre



From Gnome Terminal type:



sudo apt-get install nautilus-actions
nautilus -q
nautilus-actions-config-tool


Main Window



Then add you action like this:



Action Window



path = /usr/bin/pgp

parameter = --recipient "" --armor --encrypt %f



Now when you right click on file, you'll see this

Context Menu






Actual Result (even if not GUI, because I don't have nautilus-actions-config-tool installed) :



gpg asc


[#25981] Tuesday, May 31, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fotres

Total Points: 35
Total Questions: 124
Total Answers: 112

Location: Federated States of Micronesia
Member since Sat, Jun 4, 2022
2 Years ago
;