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

running headless with xvfb does not work #138

Open
openrijal opened this issue Jun 15, 2016 · 2 comments
Open

running headless with xvfb does not work #138

openrijal opened this issue Jun 15, 2016 · 2 comments

Comments

@openrijal
Copy link

I am trying to run slimerjs with xvfb. the readme says to add this to the .travis.yml

before_script:
  - export DISPLAY=:99.0
  - "sh -e /etc/init.d/xvfb start"

I'm on centos hence, xvfb is at /usr/bin/Xvfb, replaced that path, but it does not work.
I also tried to use /usr/bin/xvfb-run that I use to launch slimerjs from commandline, that works when I run from commandline but not through this module.

Any ideas on this?

@openrijal
Copy link
Author

I even tried to run it as a service through systemctl, still the same.

@jdneo
Copy link

jdneo commented Sep 8, 2016

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