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

Moved xdg-open to lowest priority #5950

Closed
wants to merge 1 commit into from

Conversation

radarhere
Copy link
Member

@radarhere radarhere commented Jan 10, 2022

Resolves #5945

In the issue, two users find that ImageShow no longer successfully passes images to eog. It would seem that #5897 calling xdg-open has introduced some delay that means that images are removed before the viewing application is finished with them.

We could add in a sleep to try and solve this, but I would think it is preferable to minimise the race condition.

This PR instead moves xdg-open to the lowest priority, so that eog can run directly.

@radarhere
Copy link
Member Author

I've created PR #6010 instead of this.

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.

Image.open on Ubuntu 20.04 gives the error "No images found" in the viewer
1 participant