I would like to be able to manually start and stop the Ubuntu One Daemon. However, I need to know:

  1. What is the name of the ubuntu one daemon ?
  2. Can I use update-rc.d (ubuntu one daemon) disable & to manually start it? Any help will be greatly appreciated.

Updated

Remove It From Auto Starting When System Boots . i did it with update-rc.d bluetooth disable

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

Ubuntuone is autostarted from /etc/xdg/autostart/ubuntuone-launch.desktop not from upstart. gnome-session-properties OR StartUp Appication Preference on session-indicator doesnot let you enable/disable the autostart application in /etc/xdg/autostart as most of them contain NoDisplay=true. What you can do is either:

Comment the line NoDisplay=true as #NoDisplay=true and disable it from the above mentioned guis.

OR do:

mv /etc/xdg/autostart/ubuntuone-launch.desktop /etc/xdg/autostart/ubuntuone-launch.desktop.disabled

How to manage the startup applications?

link|improve this answer
Thanks Alot Sir , – One Zero Feb 16 at 11:22
+1............... – One Zero Feb 16 at 11:23
feedback

You may start it by executing ubuntuone-launch. The daemon is not handled by upstart, so you may control it using u1sdtool (man page)

u1sdtool -q will stop the daemon

link|improve this answer
Sir i want remove it from auto starting when system boots ... – One Zero Feb 16 at 7:05
@OneZero, i've updated my answer – Vadim Rutkovsky Feb 16 at 10:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.