-
Notifications
You must be signed in to change notification settings - Fork 5
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
SIDErunner on Ubuntu 16.04.1 #2
Comments
Hi Peter, Thank you for your feedback. My apologies for the errors in the existing When I first wrote this we were using it to drive FireFox, but we ran into Cheers, On Sun, Sep 18, 2016 at 3:30 AM, Peter Kehl [email protected]
Herb Lainchbury, Dynamic Solutions |
Hi Herb. Thank you for SIDErunner.
However, it doesn't run well on Ubuntu 16.04.1. Installing (based on README.md) involved several workarounds:
To install the above, I used
sudo pip
instead.Then
apt-get install firefox
reported that I had it installed already.I've created a simple Python script, and run it with an XML test suite, as per README.md. That told me to
sudo apt-get install xephyr
, which failed, asking to runsudo pip install xephyr
. That failed again... Instead, I've triedsudo apt-get install xserver-xephyr
, which passed OK.However, do you think those packages are enough? Or does SIDErunner need any more dependancies?
When running the use Python script again (see below), it opened a new black window titled
'Xephyr on:1001.0 (ctrl+shift grabs mouse and keyboard).'
However, back in the terminal, Python reported:My script was
Please advise.
The text was updated successfully, but these errors were encountered: