Trying to install UbuntuOne cloud sync on Linux Mint 13 Maya (Cinnamon) with the following command:
Sudo apt-get install ubuntuone-installer
The installer started well but it hanged in the middle with following message:
Traceback (most recent call last):
File “/usr/bin/ubuntuone-control-panel-qt”, line 29, in
from ubuntuone.controlpanel.gui.qt import main
File “/usr/lib/python2.7/dist-packages/ubuntuone-control-panel/ubuntuone/controlpanel/gui/__init__.py”, line 26, in
from ubuntuone.controlpanel.backend import UBUNTUONE_LINK
File “/usr/lib/python2.7/dist-packages/ubuntuone-control-panel/ubuntuone/controlpanel/backend.py”, line 27, in
from ubuntuone.platform.credentials import CredentialsManagementTool
File “/usr/lib/python2.7/dist-packages/ubuntuone-client/ubuntuone/platform/__init__.py”, line 34, in
from ubuntu_sso.xdg_base_directory import xdg_home
ImportError: No module named xdg_base_directory
The message above is certainly not readable by humans. Though it appears that some definitions are missing. Can anybody help? I have tried headless install also by following command but it did not improve:
sudo apt-get install ubuntuone-client python-simplejson gir1.2-unity-5.0 -y && sudo wget http://people.canonical.com/~roman.yepishev/us/u1sdtool-wrapper -O /usr/local/bin/u1sdtool && sudo chmod +x /usr/local/bin/u1sdtool && cd /tmp && wget http://people.canonical.com/~roman.yepishev/us/ubuntuone-sso-login.py && python ubuntuone-sso-login.py
And also pasted the out put from above to this file ~/.config/ubuntuone/syncdaemon.conf.
but it did not help? Any suggestion or solution?