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

Setup windows manager for Firefox on Linux #508

Merged

Conversation

lread
Copy link
Collaborator

@lread lread commented Nov 30, 2022

Geckodriver stopped compensating in the absence of a windows manager on Linux.

Xvfb, our virtual display tech on Linux, does not include a windows manager.

We compensate with the fluxbox windows manager.

Also:

  • while testing fluxbox, updated our Dockerfile to use clojure docker image. The clojure docker images are well maintained and, awesomely, include clojure.

Closes #447

Please complete and include the following checklist:

  • I have read CONTRIBUTING and the Etaoin Developer Guide.

  • This PR corresponds to an issue that the Etaoin maintainers have agreed to address.

  • This PR contains test(s) to protect against future regressions

  • I have updated CHANGELOG.adoc with a description of the addressed issue.

Geckodriver stopped compensating in the absence of a windows manager on Linux.

Xvfb, our virtual display tech on Linux, does not include a windows manager.

We compensate with the fluxbox windows manager.

Also:
- while testing fluxbox, updated our Dockerfile to use clojure docker
image. The clojure docker images are well maintained and, awesomely,
include clojure.

Closes clj-commons#447
@lread lread merged commit 686e371 into clj-commons:master Nov 30, 2022
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.

Window positoning/sizing tests failed on Ubuntu
1 participant