305 |
305 |
306 if Preferences.getUI("SingleApplicationMode"): |
306 if Preferences.getUI("SingleApplicationMode"): |
307 handleSingleApplication(ddindex) |
307 handleSingleApplication(ddindex) |
308 |
308 |
309 # set the search path for icons |
309 # set the search path for icons |
310 Startup.initializeResourceSearchPath() |
310 Startup.initializeResourceSearchPath(app) |
311 |
311 |
312 # generate and show a splash window, if not suppressed |
312 # generate and show a splash window, if not suppressed |
313 from UI.SplashScreen import SplashScreen, NoneSplashScreen |
313 from UI.SplashScreen import SplashScreen, NoneSplashScreen |
314 if "--no-splash" in sys.argv and sys.argv.index("--no-splash") < ddindex: |
314 if "--no-splash" in sys.argv and sys.argv.index("--no-splash") < ddindex: |
315 sys.argv.remove("--no-splash") |
315 sys.argv.remove("--no-splash") |