mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
268 stars 65 forks source link

question about syncing #311

Closed rayfield closed 4 weeks ago

rayfield commented 1 month ago

Apologies if this is a silly question: I like so much about Errands. However, I don't really require it so much for my mobile device, and in any case would rather not go to the trouble of installing NextCloud; instead, would rather simply use Syncthing to keep my my desktop and laptops, in sync via a Raspberry Pi, which works very nicely for the dozen directories for which I use it. However, for some reason SyncThing isn't able to copy ANYTHING from ~/.var/app/io.github.mrvladus.List to another device. Am I missing something? Or would this rather a Syncthing question?

mrvladus commented 1 month ago

It's probably something to do with Flatpak folders permissions. It's better to ask it at Syncthing issues

rayfield commented 1 month ago

Mod there pointed out Flatpak apps are sandboxed from one another by default - so I used Flatseal to grant access to ~/.var/app/io.github.mrvladus.List, seems to be working so far. Hope this helps someone else!