You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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. ;)
The text was updated successfully, but these errors were encountered:
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)
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. ;)
The text was updated successfully, but these errors were encountered: