手动启动 Ubuntu One 守护进程

One*_*ero 2 ubuntu-one

我希望能够手动启动和停止 Ubuntu One Daemon。但是,我需要知道:

  1. ubuntu one 守护进程的名称是什么?
  2. 我可以使用update-rc.d (ubuntu one daemon) disable& 手动启动它吗?任何帮助将不胜感激。

更新

将其从系统启动时的自动启动中删除。我用 update-rc.d 蓝牙禁用做到了

sag*_*ise 5

Ubuntuone/etc/xdg/autostart/ubuntuone-launch.desktop不是从upstart. gnome-session-propertiesOR StartUp Appication Preferenceon session-indicator 不允许您启用/禁用自动启动应用程序,/etc/xdg/autostart因为它们中的大多数都包含NoDisplay=true. 你可以做的是:

将该行注释NoDisplay=true#NoDisplay=true并从上述 guis 中禁用它。

或者做:

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

如何添加/删除“隐藏的”启动应用程序?