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

Only recognizing Firefox #305

Open
LIlaUraraka opened this issue Jun 19, 2024 · 4 comments
Open

Only recognizing Firefox #305

LIlaUraraka opened this issue Jun 19, 2024 · 4 comments

Comments

@LIlaUraraka
Copy link

So, I use Nobara Linux, which has this pre installed, but I don't use Firefox, but the web app manager will only let me create web apps using Firefox, not Vivaldi or Brave.

2024-06-19_13-44-27.mp4
@rodrigopedra
Copy link

Vivaldi is unsupported, you can try a PR to add support to it.

Brave is supported, as long it is installed as a system package, and on one of these paths:

  • /usr/bin/brave
  • /usr/bin/brave-browser
  • /usr/bin/brave-bin

Reference:

Browser(BROWSER_TYPE_CHROMIUM, "Brave", "brave", "/usr/bin/brave"),
Browser(BROWSER_TYPE_CHROMIUM, "Brave Browser", "brave-browser", "/usr/bin/brave-browser"),
Browser(BROWSER_TYPE_CHROMIUM, "Brave (Bin)", "brave-bin", "/usr/bin/brave-bin"),

If you installed Brave as a flatpak, or from a tarball on a different location, then webapp-manager won't be able to find it.

@melroy89
Copy link
Contributor

Exactly. I'm using Floorp (fork of Firefox), but WebApp only seems to work with Firefox!?

@rodrigopedra
Copy link

Exactly.

It only works with browsers that someone contributed code to add them to the supported list I linked above.

And there is plenty of them, apart from firefox. It is just impossible for the devs to think, and test, in advance of all available browsers and forks.

If your favorite browser is missing, try contributing to the project sending a pull request to add it.

It will help yourself and potentially others =)

@melroy89
Copy link
Contributor

OK. PR created: #316

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

3 participants