Version-Release number of selected component: pyqt-mail-checker-2.1.14-1.fc22 Additional info: reporter: libreport-2.6.2 cmdline: /usr/bin/python /usr/bin/pyqt-mail-checker executable: /usr/bin/pyqt-mail-checker kernel: 4.1.6-200.fc22.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: MessageDialog.py:70:__init__:TypeError: arguments did not match any overloaded call: QSizePolicy(): argument 1 has unexpected type 'ControlType' QSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy): argument 1 has unexpected type 'ControlType' Traceback (most recent call last): File "/usr/share/pyqt-mail-checker/mainWindow.py", line 949, in enterPassword if self.checkAccess() : File "/usr/share/pyqt-mail-checker/mainWindow.py", line 891, in checkAccess "Warning :\nSecurity service for password restore\ndon`t choiced!")) File "/usr/share/pyqt-mail-checker/mainWindow.py", line 533, in eventNotification self.MessageStackWidget.newMessage(str_, jobID, self.msgLifeTime) File "/usr/share/pyqt-mail-checker/MessageStack/MessageStackWidget.py", line 47, in newMessage self.MessageStack[jobID] = MessageDialog(str_, jobID, lifetime, self) File "/usr/share/pyqt-mail-checker/MessageStack/MessageDialog.py", line 70, in __init__ self.setSizePolicy(QSizePolicy(QSizePolicy.PushButton)) TypeError: arguments did not match any overloaded call: QSizePolicy(): argument 1 has unexpected type 'ControlType' QSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy): argument 1 has unexpected type 'ControlType' Local variables in innermost frame: self: <MessageStack.MessageDialog.MessageDialog object at 0x7f963900c770> sec: 30 mailList: PyQt4.QtCore.QString(u'Warning :\nSecurity service for password restore\ndon`t choiced!') parent: <MessageStack.MessageStackWidget.MessageStackWidget object at 0x7f963900e808> jobID: 'av0IisufA2GM'
Created attachment 1068387 [details] File: backtrace
Created attachment 1068388 [details] File: environ
quick workaround is a replace: self.setSizePolicy(QSizePolicy(QSizePolicy.PushButton)) to: self.setSizePolicy(QSizePolicy.PushButton, QSizePolicy.PushButton) in File "/usr/share/pyqt-mail-checker/MessageStack/MessageDialog.py", line 70 I have not experienced this, but using the application constantly... Report here about result of workaround.
pyqt-mail-checker-2.1.15-1.fc21 has been submitted as an update to Fedora 21. https://bodhi.fedoraproject.org/updates/FEDORA-2015-15471
pyqt-mail-checker-2.1.15-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-15472
pyqt-mail-checker-2.1.15-1.fc21 has been pushed to the Fedora 21 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update pyqt-mail-checker'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-15471
pyqt-mail-checker-2.1.15-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update pyqt-mail-checker'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-15472
pyqt-mail-checker-2.1.15-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
pyqt-mail-checker-2.1.15-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.