Page 1 of 1

[SOLVED] Selecting a window in RecordMyDesktop

PostPosted: Dec 18th, '13, 11:40
by Parckwart
I can't select a window in RecordMyDesktop. The select window button does nothing at all. This happens both in the qt or gtk version. I ran it in a terminal and here's the error that happens when I press the select window button:

Code: Select all
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/qt_recordMyDesktop/rmdSimple.py", line 202, in __select_window__
    (stdin,stdout,stderr)=os.popen3(xwininfo_com,'t')
  File "/usr/lib64/python2.7/os.py", line 691, in popen3
    stderr=PIPE, close_fds=True)
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child
    raise child_exception
OSError: [Errno 2] Datei oder Verzeichnis nicht gefunden


Has anyone a solution for this?

Re: Selecting a window in RecordMyDesktop

PostPosted: Dec 18th, '13, 12:19
by Parckwart
Found a solution. You have to install xwininfo.