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

[Question] Running WebKit GTK on Ubuntu 20.04 #2559

Closed
arjunattam opened this issue Jun 12, 2020 · 1 comment
Closed

[Question] Running WebKit GTK on Ubuntu 20.04 #2559

arjunattam opened this issue Jun 12, 2020 · 1 comment

Comments

@arjunattam
Copy link
Contributor

WebKit GTK (headful) requires libffi.so.6 which is not available on Ubuntu 20.04 (list of available packages).

Screen Shot 2020-06-12 at 12 06 12 PM

The closest match is libffi7, and my workaround is to symlink it as libffi.so.6:

$ find /usr/lib -name "libffi.so*"
/usr/lib/x86_64-linux-gnu/libffi.so.7

$ sudo ln -s /usr/lib/x86_64-linux-gnu/libffi.so.7 /usr/lib/x86_64-linux-gnu/libffi.so.6

Filing this for others that might run into it, and to verify if this is the best way.

@aslushnikov
Copy link
Collaborator

aslushnikov commented Aug 21, 2020

This is fixed now! Playwright v1.3.0 + supports ubuntu 20.04.

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

No branches or pull requests

2 participants