| Summary: | program does not want to start | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Andrey Cherepanov <cas> |
| Component: | puddletag | Assignee: | srebrov <srebrov> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | srebrov |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 32903 | ||
+++ Данная ошибка создана размножением ошибки 32903 +++ Для справки: $ cat /etc/redhat-release ALT Workstation 8.1 $ rpm -qa | grep puddletag puddletag-1.0.1-alt1 Запускаю программу в консоли, имею роскошный Traceback: $ puddletag puddletag Version: 1.0.1 Traceback (most recent call last): File "/usr/bin/puddletag", line 242, in <module> win = MainWin() File "/usr/lib/python2.7/site-packages/puddlestuff/puddletag.py", line 315, in __init__ winactions, self._docks = create_tool_windows(self) File "/usr/lib/python2.7/site-packages/puddlestuff/puddletag.py", line 92, in create_tool_windows p = PuddleDock(z[0], z[1], parent, status) File "/usr/lib/python2.7/site-packages/puddlestuff/puddleobjects.py", line 2155, 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 1503, in __init__ self.label = ArtworkLabel() File "/usr/lib/python2.7/site-packages/puddlestuff/puddleobjects.py", line 1394, in __init__ pal.setBrush(self.backgroundRole(), QBrush(QPalette.Window)) TypeError: QBrush(): argument 1 has unexpected type 'ColorRole'