Index: gtk-recordmydesktop-0.3.8/src/rmdSimple.py =================================================================== --- gtk-recordmydesktop-0.3.8.orig/src/rmdSimple.py 2011-03-11 11:06:05.000000000 +0100 +++ gtk-recordmydesktop-0.3.8/src/rmdSimple.py 2011-03-11 11:06:16.263112578 +0100 @@ -221,6 +221,7 @@ def __select_window__(self,button): wid=None # check user has not disabled capture of window decoration + wid = None if self.values[21]!=1: # else work out the size including decoration (also taking into account compiz) p = Popen(['xwininfo','-frame'],stdout=PIPE)