Offer a way to configure which chromium to use for feature that rely on it (diagram snapshot) #10170
Closed
3 tasks done
Labels
Milestone
This is a macro issue that should solve all the report
For reference, current state in some R package that also need to use chromium (as discussed in #4648 (comment))
pagedown::find_chrome()
will look for chrome for each OS, on Linux checking forc('google-chrome', 'chromium-browser', 'chromium', 'google-chrome-stable')
and using first found. Setting env varPAGEDOWN_CHROME
allow to specific a specific one to usechromote::find_chrome()
will so similarly, looking forgoogle-chrome
,chromium-browser
andchromium
, or usingCHROMOTE_CHROME
if set.Having a
QUARTO_CHROMIUM
environment variable to look for, and use this path if set seems a good solution.The text was updated successfully, but these errors were encountered: