igo95862
igo95862
Arch Wiki page was outdated. I updated it. See if following new steps will resolve the issue. (worked for me)
> The `python_setup.version` field only allows `2` or `3` . It's purpose is to indicate to the CodeQL analyzer whether the code should be analyzed as Python 2 or Python...
I wonder why `extra/libde265/de265-version.h` exists..
@kulsingh0 Try switching to new renderer on latest version. Add `openapi_default_renderer='httpdomain'` to `conf.py`
Hello. What do you think the UI/UX would be? If a user tries to run the instance that has an encrypted home they should be prompted a password entry? Or...
BTW there is `Open a blank issue. ` option when creating a new issue but it is kind of small and hard to notice so I guess I will add...
Keepassxc implemented the secrets API in 2.5.0: https://keepassxc.org/blog/2019-10-26-2.5.0-released/ (so it is not GNOME/KDE specific)
> On creation the instance should be flagged as 'encrypted' and the password prompted for initalization. It is possible. There is even python module to enter passwords: https://docs.python.org/3/library/getpass.html#getpass.getpass > The...
@donob4n I created 11a886c0cc542224cd8a7023fea8fc7afdf31c9a in the branch [gocryptfs-test](https://github.com/igo95862/bubblejail/tree/gocryptfs-test) It is a very rough draft. The command line arguments are not final. Creating instance with gocryptfs home directory: `create --profile generic...
> It looks that using `-extpass CMD` gocrypts should call pinentry easily. So it doesn't require even python handling of it Good find. Should be pretty simple to implement.