Can't Change WM_INFO

Author: pdschneiderCreated Aug 5, 2026Updated Sep 3, 2026

Hi,

I am having an issue with Custom Tkinter where I am not able to change WM_INFO from "Tk" when root is made with ctk.CTk().

This means that my .deb builds for each app have to have the same WM_INFO and that causes them to be grouped together awkwardly and it causes unexpected behavior. Essentially, it means I can only have one app installed at a time to avoid bugs.

If there is a known solution to this, please let me know. Otherwise, I would love to see this issue fixed in a future update.

Thanks!

Source: TomSchimansky/CustomTkinter