我希望能够手动启动和停止 Ubuntu One Daemon。但是,我需要知道:
update-rc.d (ubuntu one daemon) disable& 手动启动它吗?任何帮助将不胜感激。将其从系统启动时的自动启动中删除。我用 update-rc.d 蓝牙禁用做到了
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