diff --git a/usr/lib/linuxmint/mintreport/app.py b/usr/lib/linuxmint/mintreport/app.py index c6cce36..f107a26 100755 --- a/usr/lib/linuxmint/mintreport/app.py +++ b/usr/lib/linuxmint/mintreport/app.py @@ -29,6 +29,7 @@ setproctitle.setproctitle("mintreport") +GLib.set_prgname("mintreport") _ = xapp.util.l10n("mintreport") TMP_DIR = "/tmp/mintreport" diff --git a/usr/share/applications/mintreport.desktop b/usr/share/applications/mintreport.desktop index 45ad3e6..2e549a2 100644 --- a/usr/share/applications/mintreport.desktop +++ b/usr/share/applications/mintreport.desktop @@ -121,3 +121,4 @@ Categories=Application;System;Settings; StartupNotify=false NotShowIn=KDE; Keywords=system;information;details;graphic;kernel;version;about;gpu;bios;pci;usb; +StartupWMClass=Mintreport