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

[Linux bug report + possible fix] Small capture window on Linux #24

Open
GaliosUA opened this issue Apr 3, 2023 · 0 comments
Open

[Linux bug report + possible fix] Small capture window on Linux #24

GaliosUA opened this issue Apr 3, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@GaliosUA
Copy link

GaliosUA commented Apr 3, 2023

I've encountered a problem with the capture window on Manjaro Linux. After using the shortcut there was only a small capture box in the upper left corner of the screen, around 300x300 in size.
I was able to fix this by editing BaseOCRView class in base.py inside the ocr folder and adding self.setMinimumSize(QSize(1920,1080)) to it, to directly match my screen resolution. Works as a personal crude fix, but there should be a better way to handle this.
Thanks for the project, aside from some small problems it works perfectly.

@blueaxis blueaxis added the bug Something isn't working label Apr 16, 2023
thanadolps added a commit to thanadolps/Cloe that referenced this issue May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants