We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On recent Arch linux with i3wm window manager I often get ERROR: Unable to read text from image, did not copy.
ERROR: Unable to read text from image, did not copy
I have :
The text was updated successfully, but these errors were encountered:
Trying in venv with exact dependencies from requirements.txt doesn't solve the problem.
Modifying getWindow to save image show that the grabWindow function return an all black image.
grabWindow
def getWindow(self): res = self._screen.grabWindow(0) res.save("/tmp/a.png", "PNG") return res
Sorry, something went wrong.
Note that it sometimes work, but I didn't find a common scenario. I'll try to investigate more.
I tried with and without compositor (picom) but it doesn't improve the situation.
No branches or pull requests
On recent Arch linux with i3wm window manager I often get
ERROR: Unable to read text from image, did not copy
.I have :
The text was updated successfully, but these errors were encountered: