Ubuntu – Tkinter different behaviours for alpha using terminal and script
I'm trying to create an interface that has some transparency. I know that should be straightforward, but I'm facing a confusing bug. If I run the following code in the terminal: import tkinter as tk root = tk.Tk() root.geometry("400x400") root.attributes("-alpha",…