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

Firefox Developer Edition is not recognized by installation #32

Open
severindupouy opened this issue Oct 20, 2024 · 0 comments
Open

Firefox Developer Edition is not recognized by installation #32

severindupouy opened this issue Oct 20, 2024 · 0 comments

Comments

@severindupouy
Copy link

Hi,
thanks for this tool just fitting my need !

I found 2 ways to have Firefox Developer Edition recognized.

  1. with the ~/.config/nbrowser/config custom file, using the add_browser function, setting manually this browser
    It's not really satisfying.

  2. modifying following line in the nbrowser source file
    FIREFOX_BASED_BROWSERS=(LibreWolf FireFox firefox-developer-edition Floorp IceCat Palemoon FireDragon)
    Then sudo make reinstall.
    This way is better, Firefox Developer Edition is recognized by the install.

But the best should be to use a wildcard somewhere, so every installed Firefox different version would be recognized at first install.

I'd like to be able to propose a PR but I don't know enough bash scripting to do it. I didn't really understand how nbrowser lists the installed browsers.

Well, it's just a feedback.

Thanks for sharing your code. ;)

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

No branches or pull requests

1 participant