Firefox Developer Edition is not recognized by installation
Hi, thanks for this tool just fitting my need !
I found 2 ways to have Firefox Developer Edition recognized.
-
with the ~/.config/nbrowser/config custom file, using the add_browser function, setting manually this browser It's not really satisfying.
-
modifying following line in the nbrowser source file
FIREFOX_BASED_BROWSERS=(LibreWolf FireFox firefox-developer-edition Floorp IceCat Palemoon FireDragon)Thensudo 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. ;)