README: appended anki if not working

This commit is contained in:
kenji
2025-11-26 17:28:39 -06:00
parent a863bd3f1e
commit edfb9c49ea
+10
View File
@@ -38,3 +38,13 @@ Inside this directory, `.secrets` folder must be filled with the following:
vdirsyncer discover
vdirsyncer sync
```
Otherwise, modify `caldav` to your needs.
### Anki not launching
```bash
flatpak run --command=bash net.ankiweb.Anki
[📦 net.ankiweb.Anki ~]$ touch ~/.var/app/net.ankiweb.Anki/data/Anki2/gldriver6
[📦 net.ankiweb.Anki ~]$ echo software > ~/.var/app/net.ankiweb.Anki/data/Anki2/gldriver6
[📦 net.ankiweb.Anki ~]$ exit
```