Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 453 Bytes

File metadata and controls

22 lines (16 loc) · 453 Bytes

Troubleshooting

Keyring

Using Keyring on Linux

Keyring support for Linux depends on GNOME Keyring.

apt install -y gnome-keyring

You need to start a D-Bus session manually if you are using headless Linux. For example:

# start new D-Bus shell
dbus-run-session -- sh
# unlock keyring
echo '...' | gnome-keyring-daemon --unlock
# now you can use keyring
urlscan key set