We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have installed keytar using keytar-install, its installed in the ~/.emacs.d/.cache/keytar If I test it using
keytar
keytar-install
~/.emacs.d/.cache/keytar
~/.emacs.d/.cache/keytar/bin/keytar set-pass -s "asd" -a "default" -p "asd"
Its giving following error
[Error: Error calling StartServiceByName for org.freedesktop.secrets: Timeout was reached]
The following command works
~/.emacs.d/.cache/keytar/bin/keytar --version
and gives
0.1.4
The text was updated successfully, but these errors were encountered:
This looks like an upstream issue, by seeing the thread here. 😕
Sorry, something went wrong.
No branches or pull requests
I have installed
keytar
usingkeytar-install
, its installed in the~/.emacs.d/.cache/keytar
If I test it using
Its giving following error
The following command works
~/.emacs.d/.cache/keytar/bin/keytar --version
and gives
The text was updated successfully, but these errors were encountered: