From f0c9b73992d5deded403c4a966e1a2efa23f1cd4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 30 Aug 2019 08:38:47 +1000 Subject: [PATCH] Updated FAQs (markdown) --- FAQs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQs.md b/FAQs.md index 7494e89..87fba8b 100644 --- a/FAQs.md +++ b/FAQs.md @@ -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 `.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.