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

[pagedown] Chromium installation trouble with Ubuntu 20.04 #290

Closed
RLesur opened this issue Apr 17, 2021 · 0 comments · Fixed by #291
Closed

[pagedown] Chromium installation trouble with Ubuntu 20.04 #290

RLesur opened this issue Apr 17, 2021 · 0 comments · Fixed by #291

Comments

@RLesur
Copy link
Contributor

@RLesur RLesur commented Apr 17, 2021

Following this question on RStudio Community https://community.rstudio.com/t/error-when-using-pagedown-chrome-print-in-shinyapps-io/102027

Since Ubuntu 19, Chromium is only available through a Snap package.
The problem is that snapd cannot run in a container.
The Chromium installation command needs to be updated to install Chromium without Snap

apt-get install -y chromium-browser

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