use App.instance() in launch_new_instance (parallel apps)...
use App.instance() in launch_new_instance (parallel apps)
This way later calls to App.instance() will return the running
application, whereas calling App() would create an isolated
Application object.