mirror of
https://github.com/bitwarden/help
synced 2025-12-11 13:53:26 +00:00
bwdc dbus error (#654)
This commit is contained in:
committed by
GitHub
parent
df153f2a59
commit
c05af61663
@@ -175,4 +175,14 @@ Check the version of the Directory Connector CLI using the `--version` global op
|
|||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
### libsecret Missing
|
||||||
|
|
||||||
If you receive an error message referring to the libsecret shared object `Error: libsecret-1.so.0: cannot open shared object file: No such file or directory`, you may need to install libsecret which is required to store things securely on the host.
|
If you receive an error message referring to the libsecret shared object `Error: libsecret-1.so.0: cannot open shared object file: No such file or directory`, you may need to install libsecret which is required to store things securely on the host.
|
||||||
|
|
||||||
|
### dbus Errors
|
||||||
|
|
||||||
|
If you receive an error message referring to the dbus when using `bwdc config`, for example `Failed to execute child process "dbus-launch" (No such file or directory)` or `Cannot autolaunch D-Bus without X11`, assign the following environment variable to allow plaintext storage of secrets in `data.json`:
|
||||||
|
|
||||||
|
```
|
||||||
|
export BITWARDENCLI_CONNECTOR_PLAINTEXT_SECRETS=true
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user