60 |
60 |
61 def main(): |
61 def main(): |
62 """ |
62 """ |
63 Main entry point into the application. |
63 Main entry point into the application. |
64 """ |
64 """ |
|
65 from PyQt5.QtGui import QGuiApplication |
|
66 QGuiApplication.setDesktopFileName("eric6_editor.desktop") |
|
67 |
65 options = [ |
68 options = [ |
66 ("--config=configDir", |
69 ("--config=configDir", |
67 "use the given directory as the one containing the config files"), |
70 "use the given directory as the one containing the config files"), |
68 ("--settings=settingsDir", |
71 ("--settings=settingsDir", |
69 "use the given directory to store the settings files"), |
72 "use the given directory to store the settings files"), |