| Summary: | AttributeError: 'NoneType' object has no attribute 'get_pixel' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | yucef sourani <youssef.m.sourani> |
| Component: | gtk-recordmydesktop | Assignee: | Mat Booth <mat.booth> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | fedora, hedayatv, mat.booth, nphilipp, ppisar, youssef.m.sourani |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-01 10:42:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1277927 | ||
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. The same problem in fedora 25 alpha x86_64 version : gtk-recordmydesktop-0.3.8-17.fc25.noarch The same problem in fedora 25 Beta x86_64 . version : gtk-recordmydesktop-0.3.8-17.fc25.noarch This bug has been present for more than two years. Is this package still maintained? If not, can you please ask for a new maintainer on fedora's devel mailing list or remove the package from Fedora? seems to be duplicate of bug #1146202. *** This bug has been marked as a duplicate of bug 1146202 *** |
Description of problem: gtk-recordMyDesktop fails to run Version-Release number of selected component: gtk-recordmydesktop-0.3.8-16.fc24 Additional info: cmdline: /usr/bin/python gtk-recordMyDesktop kernel: 4.6.0-0.rc0.git20.1.fc25.x86_64 uid: 1000 Description: Fedora release 25 (Rawhide) Truncated backtrace: Traceback (most recent call last): File "/usr/bin/gtk-recordMyDesktop", line 43, in <module> main() File "/usr/bin/gtk-recordMyDesktop", line 40, in main tr=rmdSimple.simpleWidget() File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSimple.py", line 477, in __init__ self.__subWidgets__() File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSimple.py", line 86, in __subWidgets__ self.image=sT.GtkThumbSelector(self,self.values[5],self.hidden,2000) File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSelectThumb.py", line 69, in __init__ self.__subsample__(sroot,self.wwidth,self.wheight,self.root,self.factor) File "/usr/lib/python2.7/site-packages/recordMyDesktop/rmdSelectThumb.py", line 79, in __subsample__ im2.put_pixel(k/stride,i/stride,im1.get_pixel(k,i)) AttributeError: 'NoneType' object has no attribute 'get_pixel'