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

Image not showing and workaround #14

Open
zephray opened this issue Feb 20, 2022 · 2 comments
Open

Image not showing and workaround #14

zephray opened this issue Feb 20, 2022 · 2 comments

Comments

@zephray
Copy link

zephray commented Feb 20, 2022

I noticed that the entire window is transparent. Using the tips in the README didn't fix the issue. However I found a workaround:

I am using macOS Monterey 12.0.1 on M1.

Using the system provided Python3 doesn't work. It would throw a deprecation warning and always show an empty window despite the workarounds I put in place. Python downloaded from python.org ships with a newer version of Tk and worked for me with the following workaround:

On my system, if label's background is set to systemTransparent then it's not showing anything. However I could modify it to use a fixed color (such as bg=#aaaaaa) (so it's no longer transparent) and then combine with the color key feature in OBS to filter out that color to achieve similar results... Not the best solution but it allows it to work.

Though it's working for me, but I would still like to hear suggestions about this issue.

@111116
Copy link
Owner

111116 commented Feb 21, 2022

Sorry having no idea because I'm using an old macbook...

@asleepynerd
Copy link
Collaborator

@zephray That's been added to the repository, check the Known Bugs section for more info.

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

3 participants