From edfb9c49ea35c5b6a4444207ae70b8c66bdf79b7 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 26 Nov 2025 17:28:39 -0600 Subject: [PATCH] README: appended anki if not working --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d914cb7..5131856 100644 --- a/README.md +++ b/README.md @@ -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 +```