-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* π Fix issue #14 headless linux * π Fix: check if GUI available on Linux On Linux, gut uses gnome-keyring to save passwords. To unlock the store, gnome-keyring opens a pop-up. However, this pop-up cannot be shown when using a headless Linux server. To solve this issue, I had to rewrite the logic to save, delete, and retrieve passwords. If a GUI is available on Linux, gut will continue to work with gnome-keyring. However, if a GUI is not available, it will work with pass through 99designs/keyring. It is important to note that using pass requires some setup, and therefore gut will guide the user through this process. On other platforms, gut will continue to use the zalando/go-keyring library.
- Loading branch information
Showing
3 changed files
with
232 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters