-
Notifications
You must be signed in to change notification settings - Fork 7
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
Debian Firefox ESR not used #18
Comments
Dear Stuart, apologies for the late reply. We just added f784511, after the same problem tripped @intermittentnrg when running grafanimate in Docker. With kind regards, |
could you please release this to pypi as well? |
Dear Florian, would you like to see a release based on the code in current With kind regards, |
Maybe path to firefox should be a config option, keeping current behaviour as default. |
I think the current behavior of firefox detection worked fine on my side using debian esr |
Hi. I think extending the list of candidates to provide good DWIM is way to go. On the other hand, I also believe a configuration option that takes precedence makes sense, to be able to point grafanimate to a dedicated Firefox installation, for example if you have multiple ones on your machine, for evaluation purposes or any other reason. |
There is a little improvement to this now. |
The improvement referenced above has been released with grafanimate 0.8.1, so I guess it will be safe to close this ticket. Thanks again, @gogglespisano and @intermittentnrg. |
On Debian, Firefox ESR is normally installed. In /usr/bin/ there is "firefox" and "firefox-esr". When find_firefox() sees "firefox", it tries to use it and fails. It needs to find and try "firefox-esr" first.
The follow change in marionette.py line 111 fixes the problem, and should still work for a regular firefox installation.
The text was updated successfully, but these errors were encountered: