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.
This commit is contained in:
parent
23281976da
commit
ef830c2560
|
@ -61,6 +61,11 @@ Flatpak
|
||||||
$> flatpak run org.freedesktop.Tuhi
|
$> 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
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue