Add the desktopFileName setting to the application for better support for Linux desktops

This commit is contained in:
Veronica Berglyd Olsen
2023-04-03 21:31:07 +02:00
parent 3a569e0268
commit 00abb02ac1
+2
View File
@@ -246,6 +246,8 @@ def main(sysArgs=None):
nwApp.setApplicationName(CONFIG.appName)
nwApp.setApplicationVersion(__version__)
nwApp.setOrganizationDomain(__domain__)
nwApp.setOrganizationName(__domain__)
nwApp.setDesktopFileName(CONFIG.appName)
# Connect the exception handler before making the main GUI
sys.excepthook = exceptionHandler