OS: Ubuntu 18.04 (standard installation, all the latest updates applied)
After InSync starts, its icon flickers briefly between “syncing” and “offline” state and finally stops to respond. The only way to terminate it is using a command like
ps axu | grep insync | grep -v grep | awk '{print $2;}' | xargs kill
When I start it again, the above happens again and again. The out.txt lof files contains the below chunks of records:
js: Deprecation warning: use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info.
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
[0613/213858.722427:WARNING:stack_trace_posix.cc(699)] Failed to open file: /tmp/.glhSHgNs (deleted)
Error: no such file or directory
(the file name before “deleted” is different every time)
How can the above be fixed?