nleobject: Start up in NULL->READY->PAUSED after the parent class did
This keeps everything in a more consistent order and makes sure that the base class is already set up completely before we start doing anything. It also prevents from doing any setup if the base class fails, and possibly not shutting things down again then. https://bugzilla.gnome.org/show_bug.cgi?id=774480