I’m trying to get Anki running on the Librem 5. With the version from the PureStore, when I tried to synchronise I got the error message ‘Your Anki client does not support the new timezone handling yet. Please ensure your Anki is up to date’. I have now found out that this Anki version is too old. However, I can’t use the version from the Anki website for the Librem either. Are there any plans to update the version from the PureStore? Or does anyone else have any ideas?
If you want to upgrade Anki later, just run the following command again:
pyenv/bin/pip install --upgrade --pre aqt
One more thing I did was to create a desktop button to start the app. I created a file ~/.local/share/applications/anki.desktop with the following content (mostly copied from here):
[Desktop Entry]
Name=Anki
Comment=An intelligent spaced-repetition memory training program
GenericName=Flashcards
Exec=env QT_QPA_PLATFORM=wayland /path/to/pyenv/bin/anki
Icon=anki
Categories=Education;Languages;KDE;Qt;
Terminal=false
Type=Application
Version=1.0
MimeType=application/x-apkg;application/x-anki;application/x-ankiaddon;
X-Purism-FormFactor=Workstation;Mobile;
Replace /path/to/pyenv/bin/anki with the actual path on your system.
You can get the app icon from here and put it in ~/.local/share/icons/.