README: make a note that flatpak doesn't use the same directories

XDG_DATA_DIR in flatpak is $HOME/.var/app/org.freedesktop.Tuhi/data/tuhi
vs $HOOME/.local/share/tuhi for normal runs.

Which means switching between flatpak and normal means we lose the UUID and
the stored drawings.
pull/145/head
Peter Hutterer 2019-07-18 13:17:47 +10:00
parent 23281976da
commit ef830c2560
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ Flatpak
$> flatpak run org.freedesktop.Tuhi
```
Note that Flatpak's containers use different XDG directories. This affects
Tuhi being able to remember devices and the data storage. Switching between
the Flatpak and a normal installation requires re-registering the device and
previously downloaded drawings may become inaccessible.
License
-------