130 """ |
130 """ |
131 Main entry point into the application. |
131 Main entry point into the application. |
132 """ |
132 """ |
133 global app |
133 global app |
134 |
134 |
135 QGuiApplication.setDesktopFileName("eric7_browser.desktop") |
135 QGuiApplication.setDesktopFileName("eric7_browser") |
136 |
136 |
137 options = [ |
137 options = [ |
138 ( |
138 ( |
139 "--config=configDir", |
139 "--config=configDir", |
140 "use the given directory as the one containing the config files", |
140 "use the given directory as the one containing the config files", |