anki
Anki starting…
Initial setup…
Traceback (most recent call last):
File “”, line 1, in
File “aqt”, line 39, in
File “anki.lang”, line 12, in
File “anki._backend”, line 15, in
ImportError: /usr/local/share/anki/lib/anki/_rsbridge.so: cannot open shared object file: Permission denied
sudo anki
[sudo] password for chris:
Anki starting…
Initial setup…
Running with temporary Qt5 compatibility shims.
Run with DISABLE_QT5_COMPAT=1 to confirm compatibility with Qt6.
Preparing to run…
Qt warning: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to ‘/tmp/runtime-root’
Command ‘dbus-send --session --print-reply=literal --reply-timeout=1000 --dest=org.freedesktop.portal.Desktop /org/freedesktop/portal/desktop org.freedesktop.portal.Settings.Read string:‘org.freedesktop.appearance’ string:‘color-scheme’’ returned non-zero exit status 1.
Qt info:
GL Type: desktop
Surface Type: OpenGL
Surface Profile: CompatibilityProfile
Surface Version: 4.6
QSG RHI Backend: OpenGL
Using Supported QSG Backend: yes
Using Software Dynamic GL: no
Using Multithreaded OpenGL: yes
I reported this bug in the beta 2 thread, but I think it was overlooked.
In the new importer it is no longer possible to import tags without zooming out (last row is hidden by the bottom bar).
Thanks for the reminder. I wanted to tackle the CSV import window for some time now, but didn’t get around to it yet. If I can’t make it by release, it will certainly come with a patch shortly after.
when not large enough to fit two columns: the left and the right chevrons are asymmetrical, the right one being a little too high.
if the Options window is large enough to fit two columns, the right chevron “disappears” (you cannot click on it). The problem persists even if you scale the window down.
Checking with webview inspector, the left and right buttons appear to have a slightly different CSS
Deleting position: absolute; and adding top: 0; bottom: 0; to the right button’s CSS seems to fix both problems.
If you keep the left/right button pressed, you can set e.g. News cards/day and Maximum reviews/day to values below 0 and above 9999. If you set a negative value and then click on Save, some small bug may happen e.g.
The layout menu in the browser cannot be translated
In the deck browser, apart from the huge size of the text in the top bar - its order has been flipped so that the deck browser appears on the left instead of the right. Also, the size of the top bar does not change when you press control + mouse wheel.
The decks were also flipped from left to right
I’m not seeing the mentioned issues here. Please double-check the build hash in the preferences screen, in case you accidentally downloaded the wrong version or opened a previous install.
On macOS we shouldn’t use a custom scrollbar as the system default looks and performs better. This appears to have regressed in the deck options screen with #2085
Setting it on html instead of body seems to fix it on that page and others like stats - would it cause any problems to add it below the overflow-x in _base.scss?