Start process only after we finished disabling UI elements etc.
Otherwise we have a race condition, e.g. if the binary does not
exist the error signal might be triggered before we disabled
the UI element.
This would mean that we end up with UI elements being permanently
disabled.
- Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>