From df9117d010c30cf52e52073c9b92c1c750f952ad Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Mon, 9 Aug 2021 17:20:23 +0300 Subject: [PATCH] specify KAboutData::productName() --this way KCrash should now be able to identify latte-dock bug address properly --- app/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.cpp b/app/main.cpp index 88891bc13..3c4bbf165 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -382,6 +382,7 @@ inline void configureAboutData() about.setHomepage(WEBSITE); about.setProgramLogo(QIcon::fromTheme(QStringLiteral("latte-dock"))); about.setDesktopFileName(QStringLiteral("latte-dock")); + about.setProductName(QByteArray("lattedock")); // Authors about.addAuthor(QStringLiteral("Michail Vourlakos"), QString(), QStringLiteral("mvourlakos@gmail.com"));