Debian – Why do ttk widgets cause Tcl/Tk programs to read /etc/passwd and /etc/nsswitch.conf?
Below is a simple Tcl/Tk GUI program that opens a window and displays the word "Hello" in the window. The filename of the script is "hello.tk". #!/bin/sh # The next line is executed by /bin/sh, but not by Tcl exec…