我希望能够手动启动和停止 Ubuntu One Daemon。但是,我需要知道:
- ubuntu one 守护进程的名称是什么?
- 我可以使用
update-rc.d (ubuntu one daemon) disable
& 手动启动它吗?任何帮助都将不胜感激。
更新
将其从系统启动时的自动启动中删除。我使用 update-rc.d 蓝牙禁用功能完成了此操作
答案1
Ubuntuone 是从/etc/xdg/autostart/ubuntuone-launch.desktop
而不是 从自动启动的upstart
。gnome-session-properties
或者StartUp Appication Preference
session-indicator 不允许您启用/禁用 自动启动应用程序,因为/etc/xdg/autostart
它们大多数包含NoDisplay=true
。您可以执行以下任一操作:
将该行注释掉NoDisplay=true
并#NoDisplay=true
从上面提到的 GUI 中禁用它。
或者:
mv /etc/xdg/autostart/ubuntuone-launch.desktop /etc/xdg/autostart/ubuntuone-launch.desktop.disabled
答案2
您可以通过执行 来启动它ubuntuone-launch
。守护进程不由 upstart 处理,因此您可以使用u1sdtool
(手册页)
u1sdtool -q
将停止守护进程