FS#56854 - [anki] not working with qt v5.10
Attached to Project:
Community Packages
Opened by Corubba (corubba) - Monday, 25 December 2017, 12:33 GMT
Last edited by Johannes Löthberg (demize) - Monday, 25 December 2017, 16:22 GMT
Opened by Corubba (corubba) - Monday, 25 December 2017, 12:33 GMT
Last edited by Johannes Löthberg (demize) - Monday, 25 December 2017, 16:22 GMT
|
Details
Description:
Since version 2.1.0beta28 (see https://apps.ankiweb.net/docs/beta.html for change logs) anki checks if the used Qt version is 5.10, in which case it will throw an Exception and refuse to start. This makes the current package effectively unusable. user@pc ~ % anki Traceback (most recent call last): File "/usr/bin/anki", line 6, in <module> import aqt File "/usr/share/anki/aqt/__init__.py", line 14, in <module> from aqt.qt import * File "/usr/share/anki/aqt/qt.py", line 44, in <module> raise Exception("Qt 5.10 is known to be buggy.") Exception: Qt 5.10 is known to be buggy. relevant package versions: * anki 2.1.0beta29-1 (upgraded on 2017-12-24 from 2.1.0beta24-1) * qt5-base 5.10.0-1 (upgraded on 2017-12-15 from 5.9.3-1) |
This task depends upon
Closed by Johannes Löthberg (demize)
Monday, 25 December 2017, 16:22 GMT
Reason for closing: Fixed
Additional comments about closing: 2.1.0beta29-2 reverts the patch
Monday, 25 December 2017, 16:22 GMT
Reason for closing: Fixed
Additional comments about closing: 2.1.0beta29-2 reverts the patch