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

[BUG] CLI Fails in docker #62

Open
joernweissenborn opened this issue Nov 1, 2021 · 1 comment
Open

[BUG] CLI Fails in docker #62

joernweissenborn opened this issue Nov 1, 2021 · 1 comment
Assignees

Comments

@joernweissenborn
Copy link

When using the command line version within a docker container, qTsConverter fails to due to it needs a graphical backend. This is probably because there is still all graphical parts involved even though the window doesn't get created. I have not dived deeply into this, but most clean solution is probably make a separate executable for the CLI version.

To Reproduce
Steps to reproduce the behavior:

  1. Make a docker container with your favorite distro
  2. Install qTsConverter following readme within the container
  3. Run qTsConverter --help within the container
  4. See error

Expected behavior
In CLI mode qTsConverter should not rely on graphical backend

Additional context
I work around this issue by invoking -platform vnc which is available in my docker image

@guerinoni
Copy link
Owner

Can you try with latest master?

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