I made a Tkinter program, and it's working fine except that the title on the bottom bar on Ubuntu (or whatever you call it) shows the window name as "Tk" whatever I do. I'm really bothered by this. Is there someone who knows a fix?
Asked
Active
Viewed 136 times
1
-
Did you try `root.title("...")` – TheLizzard Feb 22 '21 at 12:40
-
Of course, that only changes the window title, but not the title on the bottom bar. – soshimee Feb 22 '21 at 13:16
-
Could we see what it looks like? – Rolv Apneseth Feb 22 '21 at 13:32
-
1Maybe [this](https://stackoverflow.com/a/2006607/14094985) answer and the related post could help? – astqx Feb 22 '21 at 13:47
-
I presume this is a ubuntu specific problem because on wIndows it works just well. – Delrius Euphoria Feb 22 '21 at 15:36
-
Yeah, seems like it. Also, when running Windows programs using Wine, it says "Wine Windows Program Loader" on the bottom but the title on the window works fine. – soshimee Feb 23 '21 at 04:48
-
AST's answer looks fine, but I am afraid that it will only work on Linux, as I am trying to make it portable. – soshimee Feb 23 '21 at 04:50