diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-21 15:10:23 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-21 15:10:23 +0200 |
commit | 6f8da9534efd4b3833a77a10bff9d009a84dcf80 (patch) | |
tree | 05c2f51f1fa10aadc4ca930f307b1b1d21ebd22a /pyLoadGui.py | |
parent | cleaned rslayer plugin (diff) | |
download | pyload-6f8da9534efd4b3833a77a10bff9d009a84dcf80.tar.xz |
Änderung: 1564:40817b13d8b3
Zweig: dev
Marke: tip
Nutzer: Cptn_Sandwich
Datum: Tue Jun 21 14:02:50 2011 +0200
Zusammenfassung: use process names on linux instead of "python"
Diffstat (limited to 'pyLoadGui.py')
-rwxr-xr-x | pyLoadGui.py | 3 |
1 files changed, 3 insertions, 0 deletions
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() |