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.
Thatâs it for nowâŚ
It seems that in the context of RTL there was a very serious retreat from the previous beta.
Thanks for the trouble and investment.
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?