Bug 1256225
| Summary: | [abrt] puddletag: puddleobjects.py:1420:__init__:TypeError: QBrush(): argument 1 has unexpected type 'ColorRole' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | idviare <idviare> | ||||||
| Component: | puddletag | Assignee: | Terje Røsten <terje.rosten> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 23 | CC: | alexjnewt, gero.kraus, jyrki.tikka, terje.rosten, zman0900 | ||||||
| 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: | 1.0.5-3.fc22 puddletag-1.0.5-3.fc23 puddletag-1.0.5-3.fc21 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-09-22 22:53:29 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 1066213 [details]
File: backtrace
Created attachment 1066214 [details]
File: environ
*** Bug 1262592 has been marked as a duplicate of this bug. *** puddletag-1.0.5-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16236 puddletag-1.0.5-3.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-16237 puddletag-1.0.5-3.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update puddletag' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16237 puddletag-1.0.5-3.fc21 has been pushed to the Fedora 21 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update puddletag' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16235 puddletag-1.0.5-3.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update puddletag' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-16236 *** Bug 1265000 has been marked as a duplicate of this bug. *** puddletag-1.0.5-3.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. puddletag-1.0.5-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. puddletag-1.0.5-3.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Puddletag never open, abrt give me the warning, so i've decided run puddletag from terminal and the output is in the report. Version-Release number of selected component: puddletag-1.0.5-2.fc23 Additional info: reporter: libreport-2.6.2 cmdline: /usr/bin/python2 /usr/bin/puddletag executable: /usr/bin/puddletag kernel: 3.19.7-200.fc21.x86_64 runlevel: N 5 type: Python uid: 1001 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 0x7fb54191f218> args: () pal: <PyQt4.QtGui.QPalette object at 0x7fb541911488> kwargs: {}