Skip to content
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

chromote can't find chrome on archlinux and derivatives #89

Closed
brianmsm opened this issue Jun 5, 2022 · 0 comments · Fixed by #117
Closed

chromote can't find chrome on archlinux and derivatives #89

brianmsm opened this issue Jun 5, 2022 · 0 comments · Fixed by #117

Comments

@brianmsm
Copy link

brianmsm commented Jun 5, 2022

Function find_chrome() use the following code for find chrome in system:

path <- Sys.which("google-chrome")

But, on archlinux and whatever system which use AUR repository have 3 alternatives to install chrome: google-chrome-stable, google-chrome-beta and google-chrome-unstable. Unfortunately, none of these versions match the name google-chrome.

Sys.which("google-chrome-stable")
#>            google-chrome-stable 
#> "/usr/bin/google-chrome-stable"

Created on 2022-06-04 by the reprex package (v2.0.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant