Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years ago1Passs Chrome Ubuntu not working
Hello everyone,
I've been a long-time user of 1Password and absolutely love the platform. It has greatly helped me centralize all my passwords. However, I recently encountered an issue where the 1...
ltptnt
3 years agoNew Contributor
I was also running into a similar issue with Brave Browser Beta (Version 1.52.100 Chromium: 113.0.5672.92 (Official Build) beta (64-bit)) on Fedora 38 and fixed this issue by copying the file using the following commands:
cp ~/.config/chromium/NativeMessagingHosts/com.1password.1password.json ~/.config/BraveSoftware/Brave-Browser-Beta/NativeMessagingHosts
and
cp ~/.config/chromium/NativeMessagingHosts/com.1password.1password.json ~/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts
No idea if this is what solved the issue as I was unfortunately doing a number of troubleshooting steps simultaneously.
You could try and make a file in ~/.config/google-chrome/NativeMessagingHosts/com.1password.1password.json
with the following text
{
"name": "com.1password.1password",
"description": "1Password BrowserSupport",
"path": "/opt/1Password/1Password-BrowserSupport",
"type": "stdio",
"allowed_origins": [
"chrome-extension://hjlinigoblmkhjejkmbegnoaljkphmgo/",
"chrome-extension://khgocmkkpikpnmmkgmdnfckapcdkgfaf/",
"chrome-extension://aeblfdkhhhdcdjpifhhbdiojplfjncoa/",
"chrome-extension://dppgmdbiimibapkepcbdbmkaabgiofem/"
]
}