--- a/eric5_tray.py Wed May 09 20:07:29 2012 +0200 +++ b/eric5_tray.py Wed May 09 20:19:04 2012 +0200 @@ -52,7 +52,8 @@ res = Startup.simpleAppStartup(sys.argv, appinfo, createMainWidget, - quitOnLastWindowClosed=False) + quitOnLastWindowClosed=False, + raiseIt=False) sys.exit(res) if __name__ == '__main__':