You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using DecSync on Android and Arch Linux. I use Syncthing for two-way synchronization and it works. However, on Evolution side I have duplicates which do not follow the changes on Android. I guess those are perhaps from my early experiments trying to run DecSync. I checked the decsync folder and there are multiple entries for Evolution such as:
Yes, those entries are from old installations. Currently, every time you add a collection in Evolution a new unique number is generated. It is a workaround for a technical issue, but I should fix it.
You can delete any folder that is not the latest one. You can identify it by looking at the size (the largest is the latest one) or the modification date. If you want to be very certain, you could also execute grep -r 'AppId=' ~/.config/evolution/sources to see all relevant appIds.
I am also working on a better way to be able to remove any obsolete apps.
Thanks for explaining. From all the sub-folders inside the decsync path, I removed duplicates. In fact, I removed everything and readded them, it causes no harm.
I'll add only one point of confustion that might help future visitors (often that future visitor is my future self!). Even though I closed evolution, I noticed that the deleted folders reappear after a few seconds. At first I thought Syncthing recreates them, so I wasted much time and disabled Syncthing just to see that they still reappear! Finally, I noticed that even though Evolution is closed, the data server and a bunch of other user session systemd units are running, disabling them fixed the issue. In my case it was the address factory:
Hi there,
I am using DecSync on Android and Arch Linux. I use Syncthing for two-way synchronization and it works. However, on Evolution side I have duplicates which do not follow the changes on Android. I guess those are perhaps from my early experiments trying to run DecSync. I checked the
decsync
folder and there are multiple entries for Evolution such as:Should I know which folder is relevant and which one I can delete?
Thanks in advance for any tips.
The text was updated successfully, but these errors were encountered: