diff --git a/ui/qt/wireshark_application.cpp b/ui/qt/wireshark_application.cpp index 842808da20..817dc77ec1 100644 --- a/ui/qt/wireshark_application.cpp +++ b/ui/qt/wireshark_application.cpp @@ -663,6 +663,8 @@ WiresharkApplication::WiresharkApplication(int &argc, char **argv) : styleHints()->setShowShortcutsInContextMenus(true); #endif + setDesktopFileName(QStringLiteral("org.wireshark.Wireshark")); + // // XXX - this means we try to check for the existence of all files // in the recent list every 2 seconds; that causes noticeable network