-
Notifications
You must be signed in to change notification settings - Fork 44
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
xdg-open silently fails #21
Comments
Thank you for reporting! Can you try running The current API used in this project is kind of awkward and will be reworked as per #14. Once this is in place, it should be far more reasonable to handle this situation and maybe throw an exception etc. |
You are welcome:
and the image shows up. |
I'm not sure I follow, your original report suggests that this library does not open an image and does not report an error, right? Here's a gist of what this library does:
|
Right. |
Yeah, STDOUT/STDERR redirection isn't exactly helpful when debugging this issue :-) Can you try manually patching this line and see if this prints out any errors? I'm not aware of any issues otherwise. I'm not familiar with your particular environment, but I suppose you're running this on your host and not within a Docker container? |
We are catching it! Yes the command is run inside a docker container
@jubianchi can you fix the container? |
Happy to hear this helped pinpointing the issue! For the reference: The upstream report mentions missing Despite this now being resolved, the error reporting will still eventually be improved via #14 |
I'm using graphwiz though docker-compose-viz but when run to display on screen the command xdg-open silently fails.
Supposed you have a docker-compose.yml in the current dir the command line used is
My default image viewer is eog (gnome image viewer)
See pmsipilot/docker-compose-viz#27
The text was updated successfully, but these errors were encountered: