in reply to Re^3: PerlTk GNOME3 alternate icon file shown as blank square
in thread PerlTk GNOME3 alternate icon file shown as blank square

OK, when I copy the code in its entirety it runs without errors but produces the same blank gray sqare as an icon. I'll start looking what did I not copy correctly but meanwhile the original problem remains: as if the graphical subsystem "overrides" the icon given by the program. Any ideas? TIA!
  • Comment on Re^4: PerlTk GNOME3 alternate icon file shown as blank square

Replies are listed 'Best First'.
Re^5: PerlTk GNOME3 alternate icon file shown as blank square
by kaza_perl_ip (Acolyte) on Jan 14, 2025 at 19:24 UTC
    I performed another experiment: I copied the PerlTk script from our work environment (EL8+GNOME3) to my home PC (Fedora 41 + KDE). After installing some needed Perl modules and bringing the icon JPG file and fixing the path of the icon file the script started running and the icon was correct. So it seems the problem wasn't with the script buy with the graphic environment of the OS. And how to debug this - I have no idea...