Updated Log files (markdown)

master
Peter Hutterer 2019-08-19 14:27:26 +10:00
parent 94d6b42e04
commit 02aad3dadf
1 changed files with 2 additions and 1 deletions

@ -16,4 +16,5 @@ Any converted drawing is stored as JSON file in `$XDG_DATA_DIR/tuhi/<bluetooth a
## Converted SVG files
The Tuhi GUI converts JSON files into SVG files. These are stored in `$XDG_DATA_DIR/tuhi/svg/`. Note that because the GUI only handles one device, there is no bluetooth address encoded here. These SVG files are considered cached files only and any interaction with the GUI may regenerate those files.
The Tuhi GUI converts JSON files into SVG files. These SVG files temporary files only, they are regenerated e.g. when the orientation changes. Storage for those is not permanent, they are stored in the **XDG_CACHE_DIR**, i.e. `$XDG_CACHE_DIR/tuhi/svg/`. Note that the GUI only handles one device, so there is no bluetooth address encoded here.