I am on Linux/CentOS. I have multiple desktop. When I launch this code,and in the meanwhile I change the desktop, the window opens in the current desktop and not in the original one (from which the code has been launched). Is there a way to tell Tk to stay in the desktop from which it has been launched?
from Tkinter import *
import time
time.sleep(5);Tk()