Updated FAQs (markdown)

master
Peter Hutterer 2019-08-30 08:38:47 +10:00
parent 95ed194915
commit f0c9b73992
1 changed files with 4 additions and 0 deletions

@ -6,6 +6,10 @@ Yes, but you will need to re-register the device every time you change between a
Tuhi doesn't delete files, it just renames them to `<filename>.deleted`. The file is still there in `$XDG_DATA_HOME/tuhi/`. Rename it back and it will show up next time you start Tuhi.
## Where are my files?
In `$XDG_DATA_HOME/tuhi`, usually `$HOME/.local/share/tuhi` or when running from the **flatpak** it's `$HOME/.var/app/org.freedesktop.Tuhi`. See the [[Log Files]] page for more info.
## Why does Tuhi delete drawings from the device
This is a design feature of the hardware. The tablets only have two commands to manage drawings: "download the oldest drawing" and "delete the oldest drawing". At which point the second-oldest drawing becomes the oldest drawing and we can download that one now. If we do not delete files, we would only be able to access the oldest file, never any others.