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

fix(docker): add missing libgconf-2-4 for chromedriver #2720

Merged
merged 1 commit into from
Mar 20, 2018

Conversation

yuya-oc
Copy link
Contributor

@yuya-oc yuya-oc commented Mar 20, 2018

chromedriver couldn't start because libgconf-2-4 was missing.
So Spectron also couldn't start Electron apps for testing.

# ./node_modules/.bin/chromedriver
/project/node_modules/electron-chromedriver/bin/chromedriver: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

chromedriver couldn't start because libgconf-2-4 was missing.
So Spectron also couldn't start Electron apps for testing.
@develar develar merged commit 0a343f3 into electron-userland:master Mar 20, 2018
@yuya-oc yuya-oc deleted the chromedriver-in-docker branch March 20, 2018 16:46
@probonopd
Copy link

Maybe related to #2732

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 this pull request may close these issues.

3 participants