You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That fixed it. I can run by clicking the icon now, or by running pyrite from the command line as a regular user.
Update#2=============
The above fix got the gui working but I could not encrypt because the .gnupg directory in my home directory was owned by root. Make it owned by me (chiriones) and in my default group (chiriones)
$ sudo chown chiriones:chiriones ~/.gnupg/
Update#3=============
Task Status side panel had the message
can't open '/home/chiriones/.gnupg/random_seed': Permission denied
note: random_seed file not updated
all the files in the directory are owned by root, so
$ sudo chown chiriones:chiriones ~/.gnupg/*
I can only seem to open Pyrite via command line using sudo - when I click the icon nothing happens
OS: Ubuntu 13.10
The text was updated successfully, but these errors were encountered: