Sunday, April 29, 2012

Ubuntu One fails to launch from a terminal

If Ubuntu One fails to launch from a terminal chances are it will not auto launch in start up either. To fix this:


Open Applications->Accessories->Terminal and run:
  u1sdtool -q; killall ubuntuone-login ubuntuone-preferences;
  sudo rm -rf ~/.local/share/ubuntuone
  rm -rf ~/.cache/ubuntuone
  rm -rf ~/.config/ubuntuone
  mv ~/Ubuntu\ One/ ~/Ubuntu\ One_old/
Open Applications->Accessories->Passwords and Encryption Keys, go to the Passwords tab, delete the Ubuntu One and Desktopcouch tokens by right-clicking on them and selecting "Delete"
Back in a terminal session, run:
  u1sdtool -q; killall ubuntuone-login; u1sdtool -c 


 http://askubuntu.com/questions/39518/ubuntu-one-fails-to-launch-from-a-terminal

No comments:

Post a Comment