Hi, I got a python script with tkinter, where app.attributes('-transparentcolor', app['bg']) is used to remove the window background. The content is fully visible. But this seems to work only on window, but on my linux client it returns an error:
"Bad attribute -transparentcolor"
I've tried some variants from google search with "-alpha" or with app.configure(bg='') but nothing is working. Maybe one of you have any idea ?