I'm Connected to my PI on my Home Network.I'm using PUTTY to use the Interface of PI.
Whenever i try to Run a Gui program i-e tkinter, It doesn't Run Directly on PI, i had to copy "Xauthority" everytime i boot the PI using following Command in Shell.
"sudo cp ~pi/.Xauthority ~root/"
Then i'm able to run tkinter on PI, Its Irritating that i had to do this Everytime on Boot, Any Solution ?