I want to stop the update manager from popping up in Ubuntu because I think that they release bad updates sometimes and really make the OS unstable. This is my personal opinion after 3 reinstallations in 2 months.
First of all I stopped the updates in the Software tab and then I ran the following script:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
This script opens each file in the /etc/xdg/autostart directory with .desktop extension and changes the NoDisplay to false if it is to true. That makes all of the apps visible in the Startup Applications dialog. You have more apps running than you see. 😉
So you can untick the update manager from there and it won’t start each time your OS starts.
Thanks to Ubuntu forums.