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

headless change flag to (always[true], ifneeded[false], never) #246

Open
valentinedwv opened this issue Sep 29, 2023 · 0 comments
Open

headless change flag to (always[true], ifneeded[false], never) #246

valentinedwv opened this issue Sep 29, 2023 · 0 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@valentinedwv
Copy link
Member

as I moved the ability to run headless into acquire to handle multiple threading, I hit that if there is no headless, run will fail.
Have ability to disable headless, and run if headless is not available.

We should just change the headless flag on a source to three options,

  • always - or formerly, true
  • ifneeded - or formerly, false
  • never - do not run headless, do not configure, (formerly headlesswait = -1)

Also, if headless is not available and if needed or never, do not stop run

@valentinedwv valentinedwv added bug Something isn't working question Further information is requested labels Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants