Package Details: anki-bin 25.02-1

Git Clone URL: https://aur.archlinux.org/anki-bin.git (read-only, click to copy)
Package Base: anki-bin
Description: Helps you remember facts (like words/phrases in a foreign language) efficiently. Installed with wheel.
Upstream URL: https://apps.ankiweb.net/
Keywords: anki anki-bin
Licenses: MIT, Apache-2.0, BSD-3-Clause, CC-BY-4.0, 0BSD, GPL-3.0-or-later, AGPL-3.0-or-later
Conflicts: anki
Provides: anki
Submitter: Grafcube
Maintainer: escape0707 (Flammkuchen)
Last Packager: Flammkuchen
Votes: 131
Popularity: 8.52
First Submitted: 2021-10-21 08:27 (UTC)
Last Updated: 2025-02-13 01:33 (UTC)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »

AKLex commented on 2021-09-27 06:41 (UTC)

how to fix error on start anki on wayland:

Traceback (most recent call last): File "aqt/init.py", line 30, in <module> UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "runanki.py", line 3, in <module> File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "/home/dae/venv/lib/python3.8/site-packages/PyInstaller-4.0.dev0+g2886519-py3.8.egg/PyInstaller/loader/pyimod03_importers.py", line 625, in exec_module File "aqt/init.py", line 32, in <module> Exception: Anki requires a UTF-8 locale. [1973] Failed to execute script runanki

Nocifer commented on 2021-09-23 22:00 (UTC)

That's 32,63MB on my system.

lolilolicon commented on 2021-09-23 14:25 (UTC)

Thanks, and the installed size of anki-release-source?

Nocifer commented on 2021-09-23 13:32 (UTC)

@lolilolicon I installed this a couple of days ago (before I found out about anki-release-source and switched to that) and it was around 350MB or so.

lolilolicon commented on 2021-09-23 00:14 (UTC)

Hey guys, just curious, what's the installation size of this?

pacman -Qi anki-official-binary-bundle | grep Size

For comparison:

$ pacman -Qi anki=2.1.35-3 | grep Size
Installed Size  : 37.52 MiB

Of course, this excludes the dependencies, (but again, these deps are not bogarted by Anki alone.)

escape0707 commented on 2021-09-19 16:36 (UTC) (edited on 2021-09-28 23:28 (UTC) by escape0707)

@emiham @tohsakafan WUT? Isn't this QT_IM_MODULE=ibus telling anki to use ibus rather than Fcitx(5)?

How could this work for using anki with fcitx5? I still can't get them to work together now, with or without that envvar.

As anki being dropped to AUR, I think is will be a bigger problem later.

Edit:

I just figured out that anki from this package or pip install aqt will use PyQt5's bundled Qt and its PyQt5/Qt5/plugins/platforminputcontexts doesn't include the appropriate plugin libfcitx5platforminputcontextplugin.so, which is provided by community/fcitx5-qt, to handle inputting with fcitx5. I tried to manually copy this file, restart the app, and it works.

But I'm using anki-git now, though.

Edit again:

Fcitx5 does have an ibus frontend so you guys’ solution is variable.

kaji-ryoji commented on 2021-09-10 15:45 (UTC)

Hi, for some reason I cannot get the application to show up in gnome desktop env. Any ideas why?

tohsakafan commented on 2021-08-29 01:32 (UTC)

@emiham Thank you for this fix! I have found zero mentions of this problem in 2 hours of searching and here you are saving the day

homocomputeris commented on 2021-08-10 19:37 (UTC)

Is it possible that some dependencies are missing?

File "runanki.py", line 4, in <module>
  File "aqt/__init__.py", line 435, in run
  File "aqt/__init__.py", line 490, in _run
  File "aqt/profiles.py", line 134, in setupMeta
  File "aqt/profiles.py", line 501, in _loadMeta
resetting corrupt _global
Qt info: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. 
Qt info: Could not load the Qt platform plugin "xcb" in "" even though it was found. 
Qt fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

emiham commented on 2021-08-09 23:41 (UTC)

@exploder-jimmy The only way I've found is with export QT_IM_MODULE = ibus. Not sure how that interacts with other programs.