Skip to content
New issue

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

Cannot file native message host (ungoogled chromium flatpak) #326

Open
wbehrens-on-gh opened this issue Jun 18, 2023 · 1 comment
Open

Comments

@wbehrens-on-gh
Copy link

General information

  • Operating system + version: Fedora 38
  • Browser + version: ungoogled chromium
  • Information about the host app:
    • Native adapter 3.1.0 built from source
    • Extension 3.7.2 webstore install from github releases

Exact steps to reproduce the problem

  1. On Fedora 38, install ungoogled chromium flatpak

  2. download latest source release of the native adapter and follow manual install instructions

  3. Install webstore .crx from gh releases

What should happen?

Should connect to native adapter

What happened instead?

image

@erayd
Copy link
Collaborator

erayd commented Jun 19, 2023

This looks like the same issue as the following:

The root cause is that the containerisation method used to sandbox the browser, also means that the browser can't see the native host binary, which is installed outside of the browser's container. To get this working, you'll need to allow the browser to access the browserpass native host, and add the necessary configuration to the containerised browser to ensure that it knows where to look.

There are some workaround suggestions in those issue threads, but unfortunately this isn't something that we can do much about from the Browserpass end of things. The problem is something that ultimately needs to be resolved by whoever is packaging your browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants