nbrowser icon indicating copy to clipboard operation
nbrowser copied to clipboard

Firefox Developer Edition is not recognized by installation

Open severindupouy opened this issue 1 year ago • 0 comments

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. ;)

severindupouy avatar Oct 20 '24 15:10 severindupouy