Skip to content

An extension for caja which allows encryption and decryption of OpenPGP files using GnuPG. Ported to Caja from seahorse-nautilus.

License

Notifications You must be signed in to change notification settings

darkshram/seahorse-caja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85c25f4 · Apr 4, 2022

History

57 Commits
Dec 17, 2017
Sep 20, 2017
Apr 3, 2022
Dec 17, 2017
Sep 20, 2017
Oct 17, 2017
Sep 20, 2017
Sep 20, 2017
Sep 20, 2017
Sep 20, 2017
Jun 15, 2020
Jan 17, 2018
Sep 20, 2017
Sep 28, 2017
Jun 15, 2020
Jan 17, 2018

Repository files navigation

seahorse-caja

Seahorse caja is an extension for caja which allows encryption and decryption of OpenPGP files using GnuPG. It is integrated into the caja right-click menu, but can also be used from the command line. It's based on seahorse-nautilus.

Homepage: https://github.com/darkshram/seahorse-caja/

To build you will need:

  • caja-devel (built with Gtk3)
  • dbus-glib-devel
  • gcr-devel
  • gnupg2
  • gpgme-devel
  • gtk3-devel
  • intltool
  • libcryptui-devel
  • libnotify-devel

Then execute:

NOCONFIGURE=1 ./autogen.sh

./configure

make

make install