From 6f8da9534efd4b3833a77a10bff9d009a84dcf80 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 21 Jun 2011 15:10:23 +0200 Subject: =?UTF-8?q?=C3=84nderung:=20=20=20=20=20=20=20=201564:40817b13d8b3?= =?UTF-8?q?=20Zweig:=20=20=20=20=20=20=20=20=20=20=20dev=20Marke:=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20tip=20Nutzer:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20Cptn=5FSandwich=20Datum:=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?Tue=20Jun=2021=2014:02:50=202011=20+0200=20Zusammenfassung:=20u?= =?UTF-8?q?se=20process=20names=20on=20linux=20instead=20of=20"python"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyLoadGui.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyLoadGui.py') diff --git a/pyLoadGui.py b/pyLoadGui.py index 6935c502e..d5c20bb83 100755 --- a/pyLoadGui.py +++ b/pyLoadGui.py @@ -45,6 +45,8 @@ from module.gui.Collector import * from module.gui.XMLParser import * from module.gui.CoreConfigParser import ConfigParser +from module.lib.rename_process import RenameProcess + from module.remote.thriftbackend.thriftgen.pyload.ttypes import * try: @@ -778,6 +780,7 @@ class Notification(QObject): self.tray.showMessage("pyload", body) if __name__ == "__main__": + RenameProcess('pyLoadGui') app = main() app.loop() -- cgit v1.2.3