Bug 1262592
| Summary: | [abrt] puddletag: puddleobjects.py:1420:__init__:TypeError: QBrush(): argument 1 has unexpected type 'ColorRole' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dan Ziemba <zman0900> | ||||||
| Component: | puddletag | Assignee: | Terje Røsten <terje.rosten> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | terje.rosten | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/64dae88dd7f53d53a0a962e1bb7aedc1ecec7db5 | ||||||||
| Whiteboard: | abrt_hash:ae8014dac85fd11dd3f01573501e8044a97e77f1 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-09-20 13:42:15 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1072815 [details]
File: backtrace
Created attachment 1072816 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1256225 *** |
Description of problem: Program crashes imediately on start. Version-Release number of selected component: puddletag-1.0.5-1.fc22 Additional info: reporter: libreport-2.6.2 cmdline: /usr/bin/python2 /usr/bin/puddletag executable: /usr/bin/puddletag kernel: 4.1.6-201.fc22.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: puddleobjects.py:1420:__init__:TypeError: QBrush(): argument 1 has unexpected type 'ColorRole' Traceback (most recent call last): File "/usr/bin/puddletag", line 350, in <module> win = MainWin() File "/usr/lib/python2.7/site-packages/puddlestuff/puddletag.py", line 314, in __init__ winactions, self._docks = create_tool_windows(self) File "/usr/lib/python2.7/site-packages/puddlestuff/puddletag.py", line 91, in create_tool_windows p = PuddleDock(z[0], z[1], parent, status) File "/usr/lib/python2.7/site-packages/puddlestuff/puddleobjects.py", line 2192, in __init__ control = control(status=status) File "/usr/lib/python2.7/site-packages/puddlestuff/mainwin/artwork.py", line 61, in __init__ self.picwidget = PicWidget() File "/usr/lib/python2.7/site-packages/puddlestuff/puddleobjects.py", line 1529, in __init__ self.label = ArtworkLabel() File "/usr/lib/python2.7/site-packages/puddlestuff/puddleobjects.py", line 1420, in __init__ pal.setBrush(self.backgroundRole(), QBrush(QPalette.Window)) TypeError: QBrush(): argument 1 has unexpected type 'ColorRole' Local variables in innermost frame: self: <puddlestuff.puddleobjects.ArtworkLabel object at 0x7fe81f3893e0> args: () pal: <PyQt4.QtGui.QPalette object at 0x7fe81f37df50> kwargs: {} Potential duplicate: bug 1256225