Disable gnome-software from loading at startup
http://askubuntu.com/questions/959353/ddg#959360
Go to `/etc/xdg/autostart/gnome-software-service.desktop` and remove the line
`NoDisplay=true`
or change `true` to `false`.
Then GNOME Software should appear in your Startup Applications list. You can disable it from there.
---
If GNOME Software still doesn't appear in Startup Applications list following the suggestion above, follow the steps below.
Copy `/etc/xdg/autostart/gnome-software-service.desktop` to the `~/.config/autostart/ directory`.
Open the copied `.desktop` file with a text editor and remove the line
`NoDisplay=true`
or change `true` to `false`.
Now `GNOME Software` should appear in your `Startup Applications` list. Disable it. Alternatively, you may append a line
`X-GNOME-Autostart-enabled=false`
to the copied `.desktop` file.





