--- a/Utilities/BackgroundService.py Tue Jun 20 14:45:35 2017 +0200 +++ b/Utilities/BackgroundService.py Wed Jun 21 19:40:59 2017 +0200 @@ -93,7 +93,8 @@ "Utilities", "BackgroundClient.py") proc = QProcess() proc.setProcessChannelMode(QProcess.ForwardedChannels) - args = [backgroundClient, self.hostAddress, str(port)] + args = [backgroundClient, self.hostAddress, str(port), + str(Preferences.getUI("BackgroundServiceProcesses"))] proc.start(interpreter, args) if not proc.waitForStarted(10000): proc = None