Add-on issues with Anki 2.1.50 Beta

[taken from the previous packaging test thread - the ones marked “fixed” should already be fixed in beta 1]

Thanks for taking the time to gather those.

Fixed.

mw.app.primaryScreen() can probably be used as a replacement

This is in the Qt docs, so it may be an oversight on PyQt’s part. If the add-on author can’t work around it with a different approach, I’d recommend they report it on the PyQt mailing list.

Deprecated by Qt, so unlikely to ever come back to PyQt. The add-ons can likely work around it by storing a reference to the menu when it is created, and such an approach should work on older Anki versions as well.

Fixed.

That error is fixed, but the add-on needs other work.

Should be

    tb.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonTextUnderIcon)

Changes are required in the add-on; I think the author is on top of it.

I can’t reproduce this - maybe a different add-on is connected.

6 Likes