229 |
229 |
230 sys.excepthook = excepthook |
230 sys.excepthook = excepthook |
231 if OSUtilities.isLinuxPlatform(): |
231 if OSUtilities.isLinuxPlatform(): |
232 multiprocessing.set_start_method("spawn") |
232 multiprocessing.set_start_method("spawn") |
233 |
233 |
234 QGuiApplication.setDesktopFileName("eric7.desktop") |
234 QGuiApplication.setDesktopFileName("eric7") |
235 |
235 |
236 options = [ |
236 options = [ |
237 ( |
237 ( |
238 "--config=configDir", |
238 "--config=configDir", |
239 "use the given directory as the one containing the config files", |
239 "use the given directory as the one containing the config files", |