EasyGnuPG / egpg

Easy GnuPG, shell scripts to make GnuPG more accessible and easier to use. (Migrated to: https://gitlab.com/EasyGnuPG/egpg)
GNU General Public License v3.0
26 stars 5 forks source link

Gui contacts and seal #84

Closed diveshuttam closed 5 years ago

diveshuttam commented 6 years ago

Added basic contact interface as well as the seal functionality The contact interface is not great but works fine for now.

tested the gui parts inside the container. They work fine. Also the container has yad 0.38 so no yad update was not required.

dashohoxha commented 6 years ago

tested the gui parts inside the container

Be aware that gpg does not work yet inside the container for the user developer, only for the user root. For example if you enter the container with ds user, or you do ds shell and then su developer, then gpg (and egpg) will not work as expected. I don't know yet why.

dashohoxha commented 6 years ago

Be aware that gpg does not work yet inside the container for the user developer, only for the user root.

I don't know why, but suddenly it started to work.

diveshuttam commented 5 years ago

@dashohoxha sorry I made a force push to the wrong branch. Can you accept this again. I have improved things a bit. Adding checkboxes was becoming somewhat tricky so I put it as a todo. I have also pushed basic key gen functionality here.