--- a/eric5_tray.py Sat May 05 19:23:18 2012 +0200 +++ b/eric5_tray.py Sun May 06 11:21:45 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__':