fraolt
November 6, 2023, 9:49am
1
Hi,
I’m a bit confused about the flatpak situation. At the beginning of this year, I gave up on packaging Anki for Alpine, because there was a flatpak available:
But I tried again today and I got a very outdated package (2.1.15). Was dae shipping Anki directly as flatpak at some point in time?
Thanks
Frank
For context, this seems to be about Anki outdated version · Issue #93 · flathub/net.ankiweb.Anki · GitHub
For ARM, the instructions are Intro & Downloads - Anki Betas
Hi distodev,
I use Anki also on Fedora Asahi on M2 MBA. It works fine, but as dae already linked, you need to use the Python wheels binaries and you cannot use the packaged binaries that you can find on the website or GitHub release page.
After successful installation, this is how I start up Anki:
export QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor
export QT_QPA_PLATFORM=wayland
export ANKI_WAYLAND=1
export DISABLE_QT5_COMPAT=1
nohup anki >/dev/null 2>&1 & disown
Not all of it is strict…
+1 for ARM build in flatpak if possible
dae
November 7, 2023, 5:00am
3
There has never been an official flatpak - I don’t have the time for it I’m afraid.
1 Like
fraolt
November 7, 2023, 8:07am
4
Thank you for the quick response, Damien!
Then I probably used the 2.1.15 version back in the beginning of this year and didn’t realize. Sorry for the noise.
system
Closed
December 8, 2023, 1:52am
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.