I’m trying to run insync portable 1.2.15.35178 (64-bit build) on CentOS 7.1, but I’m getting the following error on start:
% ./insync-portable start --no-daemon
To add accounts in headless mode, go to http://goo.gl/kTvy0y and follow the prompts, then use the returned token in the "insync-portable add_account" command. Run "insync-portable help add_account" for more details.
Traceback (most recent call last):
File "<string>", line 6, in <module>
File "__main__.py", line 128, in <module>
File "__main__insync-portable__.py", line 126, in <module>
File "__main__insync-portable__.py", line 27, in main
File "isyncd/linux/fsimpl.py", line 5, in <module>
File "isyncd/linux/fswatch.py", line 16, in <module>
File "isyncd/linux/util.py", line 8, in <module>
ImportError: No module named xdg.DesktopEntry
I naïvely tried installing the Python 2.7 pyxdg package from EPEL, but this didn’t fix the issue. (The portable version doesn’t load packages from the system Python path anyway, does it?)
Is this a bug in the insync portable distribution? Or are there any additional troubleshooting steps I might try? Thanks!