Bug 32991 - program does not want to start
Summary: program does not want to start
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: puddletag (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: srebrov@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 32903
  Show dependency tree
 
Reported: 2017-01-12 12:55 MSK by Andrey Cherepanov
Modified: 2017-01-12 15:30 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Cherepanov 2017-01-12 12:55:26 MSK
+++ Данная ошибка создана размножением ошибки 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'
Comment 1 Repository Robot 2017-01-12 15:30:21 MSK
puddletag-1.2.0-alt1 -> sisyphus:

* Thu Jan 12 2017 Yuri N. Sedunov <aris@altlinux> 1.2.0-alt1
- 1.2.0 (ALT #32991)