Bug 32903 - program does not want to start
Summary: program does not want to start
Status: CLOSED FIXED
Alias: None
Product: Branch p8
Classification: Distributions
Component: puddletag (show other bugs)
Version: не указана
Hardware: all Linux
: P3 normal
Assignee: Andrey Cherepanov
QA Contact: qa-p8@altlinux.org
URL:
Keywords:
Depends on: 32991
Blocks:
  Show dependency tree
 
Reported: 2016-12-17 10:26 MSK by jazz4sad
Modified: 2017-01-13 15:27 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jazz4sad 2016-12-17 10:26:08 MSK
Для справки:

$ 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-13 15:27:20 MSK
puddletag-1.2.0-alt0.M80P.1 -> p8:

* Fri Jan 13 2017 Andrey Cherepanov <cas@altlinux> 1.2.0-alt0.M80P.1
- Backport new version to p8 branch (ALT #32903)

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