PDA

View Full Version : GPG encryption in Thunar?


DapperMe17
October 16th, 2007, 10:08 PM
I have GnuPG installed & would like to add a "custom command" in Thunar to ENCRYPT & DECRYPT (Right click menus!) a file.

What are those two commands? (I'd like a prompt for the password as well)

Thanks

/etc/init.d/
October 17th, 2007, 09:05 AM
Seahorse will do this, it's also a graphical frontend to other areas of GPG too (signing, key creation/management, etc). It's in the repos.

WorldTripping
October 17th, 2007, 11:22 AM
This works in Nautilus, don't know about Thunar.

http://ubuntuforums.org/showthread.php?t=108513&highlight=seahorse

DapperMe17
October 17th, 2007, 03:27 PM
Thanks for the info...I'll try it.


I do have Seahorse, as a front-end. Would I enable "right click" in Seahorse's preferences, or would I still have to create a custom command in Thunar? If so, what would those commands be?


Thanks again!

DapperMe17
October 21st, 2007, 09:25 PM
Anyone care to take a look?

WorldTripping
October 22nd, 2007, 09:55 AM
If I remember rightly, Seahorse does have a context-sensitive right mouse button.

But it's been a while since I used it.

Sorry to not be more help.

motorsaege
December 11th, 2007, 04:36 AM
Hello all together,

This ones should work:

Encryption:
xfce4-terminal -x gpg -ea %f

Decrypt/Verify:
xfce4-terminal -H -x gpg -v %f

command -H makes the Terminal window not shutting down after verifying the signature.

Sing (detached sign; replace gpg command 'b' by 's' if preferd):
xfce4-terminal -x gpg -ba %f

Shred (if you wanna copy the gpg4win functions :-) )
xfce4-terminal -x shred -u %f

Best regards from Bavaria
motorsaege

(found in: forum.ubuntuusers.de (http://forum.ubuntuusers.de/topic/137406/?p=1104643#1104643))