We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451bda7 commit 2e51c95Copy full SHA for 2e51c95
src/onepassword/desktop_core.py
@@ -20,7 +20,7 @@ def find_1password_lib_path():
20
elif os_name == "Linux":
21
locations = [
22
"/usr/bin/1password/libop_sdk_ipc_client.so",
23
- "/opt/1password/libop_sdk_ipc_client.so",
+ "/opt/1Password/libop_sdk_ipc_client.so",
24
"/snap/bin/1password/libop_sdk_ipc_client.so",
25
]
26
elif os_name == "Windows":
0 commit comments