I want to take a screenshot via a python script and unobtrusively save it.
I\'m only interested in the Linux solution, and should support any X based environment.
From this thread:
import os os.system("import -window root temp.png")