View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#6
Update:

After the new 1.0.8.19 (Tahkalampi) SW update rolled out, it looked like my nice sync script was failing.
However, the reason was that the name of the sync profile in Buteo had changed: before it was 'syncemail' and now 'syncemail-2'

I am not really sure why this has happened, it could be related to the thing that there was some change in the accounts with that release; I have understood that now it is possible to have more than one username per account or something like that.
Or it could just be that I caused this somehow myself, having nothing to do with SFOS update....

However, the sync command that works in crontab is now this:
Code:
DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/100000/dbus/user_bus_socket" /bin/dbus-send --session --type=method_call --print-reply --dest=com.meego.msyncd /synchronizer com.meego.msyncd.startSync string:'syncemail-2'  > /dev/null 2>&1