A first attempt to introduce threads in order to give IO-heavy autocompleters a chance to do the lifting in the background.
Since getting the actual SoftwareCenterApp apps seems to be impossible with python-threading or with python-multiprocessing, this does not make it much faster. But it will keep the Window from freezing.