Description of problem: Frescobaldi does not start on Fedora 37 as it crashes instantly leaving an error message on CLI (when invoked from there). Version-Release number of selected component (if applicable): frescobaldi-3.2-1.fc37.noarch How reproducible: Always Steps to Reproduce: 1. Run Frescobaldi. 2. Run it from CLI to see the messages. 3. Actual results: It seems that Frescobaldi fails on TypeError not expecting QEvent. Expected results: Frescobaldi should work normally as on F36. Additional info: The error message from the CLI. ~~~ [lruzicka@fedora ~]$ frescobaldi Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/frescobaldi_app/view.py", line 107, in event if ev.type() == QEvent.KeyPress: ^^^^^^^ TypeError: a member of enum 'StandardKey' is expected not 'QEvent' Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/frescobaldi_app/view.py", line 107, in event if ev.type() == QEvent.KeyPress: ^^^^^^^ TypeError: a member of enum 'StandardKey' is expected not 'QEvent' Neúspěšně ukončen (SIGABRT) (core dumped [obraz paměti uložen]) ~~~
Is python3-qpageview installed?
Yes, the python3-qpageview package is installed on the affected system -> python3-qpageview-0.6.2-2.fc37.noarch
I can reproduce it, so I've filed it upstream.
Thank you very much.
FEDORA-2022-6edce20723 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-6edce20723
FEDORA-2022-6edce20723 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-6edce20723` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-6edce20723 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-6edce20723 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report.