Description of problem: Picard won't start (stacktrace below). Seems like an incompatibility with QT. Version-Release number of selected component (if applicable): 2.6.3-3.fc35 How reproducible: Simple start the specified version. Steps to Reproduce: 1. $ picard Actual results: Traceback (most recent call last): File "/usr/bin/picard", line 3, in <module> main('/usr/share/locale', True) File "/usr/lib64/python3.10/site-packages/picard/tagger.py", line 996, in main tagger = Tagger(picard_args, unparsed_args, localedir, autoupdate) File "/usr/lib64/python3.10/site-packages/picard/tagger.py", line 285, in __init__ self.window = MainWindow(disable_player=picard_args.no_player) File "/usr/lib64/python3.10/site-packages/picard/ui/mainwindow.py", line 198, in __init__ self.setupUi() File "/usr/lib64/python3.10/site-packages/picard/ui/mainwindow.py", line 233, in setupUi self.cover_art_box = CoverArtBox(self) File "/usr/lib64/python3.10/site-packages/picard/ui/coverartbox.py", line 315, in __init__ self.cover_art = CoverArtThumbnail(False, True, self.pixmap_cache, parent) File "/usr/lib64/python3.10/site-packages/picard/ui/coverartbox.py", line 74, in __init__ self.shadow = self.shadow.scaled(w, h, QtCore.Qt.KeepAspectRatio, QtCore.Qt.SmoothTransformation) TypeError: arguments did not match any overloaded call: scaled(self, int, int, aspectRatioMode: Qt.AspectRatioMode = Qt.IgnoreAspectRatio, transformMode: Qt.TransformationMode = Qt.FastTransformation): argument 1 has unexpected type 'float' scaled(self, QSize, aspectRatioMode: Qt.AspectRatioMode = Qt.IgnoreAspectRatio, transformMode: Qt.TransformationMode = Qt.FastTransformation): argument 1 has unexpected type 'float' Expected results: The UI should start. Additional info: None
Same here. Since the upgrade to Fedora 35 Beta picard won't start.
*** Bug 2007382 has been marked as a duplicate of this bug. ***
FEDORA-2021-1932541b38 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-1932541b38
https://tickets.metabrainz.org/browse/PICARD-2269
OK, I installed https://bodhi.fedoraproject.org/updates/FEDORA-2021-1932541b38 on my x86_64 Fedora 35 machine and I can report that at least now picard starts. If there are more issues lurking I hope I will report them again. Thanks for the quick resolution
FEDORA-2021-1932541b38 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-1932541b38` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-1932541b38 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
*** Bug 2011505 has been marked as a duplicate of this bug. ***
FEDORA-2021-1932541b38 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.