Skip to content

flathub/net.ankiweb.Anki

Repository files navigation

Flatpak build for Anki, a powerful and intelligent flash card software.

To install: Configure the Flathub remote and run the system-wide or user install:

# system install
flatpak install net.ankiweb.Anki

# user install
flatpak install --user net.ankiweb.Anki

Optional:

  • mpv is already bundled together with the package for audio and video support
  • Install org.freedesktop.Sdk.Extension.texlive//23.08 if you want to use TeX

Known issues and troubleshooting

X11: Fractional scaling does not work, only scales by whole numbers Try running the app as follows: flatpak run --env=QT_SCALE_FACTOR_ROUNDING_POLICY=passthrough net.ankiweb.Anki. If scaling works properly, add an override with flatpak override --env=QT_SCALE_FACTOR_ROUNDING_POLICY=passthrough net.ankiweb.Anki or with Flatseal.
X11: Menus in toolbar do not show up properly on theme change Theme changes do not appear to not hot-load properly on X11. Restart the application after changing the theme.

Please report any issues in the issue tracker. Try to ensure your issues are specific to the flatpak, otherwise you will be redirected to the main Anki repo.