FS#37940 - [qt-recordmydesktop] The package has to depend on extra/xorg-xwininfo

Attached to Project: Community Packages
Opened by Dmitry Kuzmenko (mallrat) - Thursday, 28 November 2013, 12:36 GMT
Last edited by Jelle van der Waa (jelly) - Tuesday, 31 December 2013, 20:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The application uses xwininfo utility to get the window size information when a user wants to record a rectangular region of the screen.
The package doesn't depend on the extra/xorg-xwininfo but have to.
Manual installation of extra/xorg-xwininfo fixes the issue.

Additional info:
* package version: 0.3.8-6

Steps to reproduce:
* Remove xorg-xwininfo package from your system.
* Install community/qt-recordmydesktop.
* Run qt-recordMyDesktop from terminal window.
* Click "SelectWindow" button.
* Check terminal output:

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/lib/python2.7/os.py", line 691, in popen3
stderr=PIPE, close_fds=True)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
This task depends upon

Closed by  Jelle van der Waa (jelly)
Tuesday, 31 December 2013, 20:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in -7

Loading...