From 8ed1cccf058be29a2bf85487c8bd6918dadca1ac Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 15 Nov 2023 07:00:55 +0100 Subject: [PATCH] fix #1207 --- src/rssguard/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rssguard/main.cpp b/src/rssguard/main.cpp index 093880b4a..1dfc44515 100644 --- a/src/rssguard/main.cpp +++ b/src/rssguard/main.cpp @@ -35,7 +35,7 @@ int main(int argc, char* argv[]) { #endif #if defined(Q_OS_UNIX) && !defined(Q_OS_MACOS) - QApplication::setDesktopFileName(APP_REVERSE_NAME + QSL(".desktop")); + QApplication::setDesktopFileName(APP_REVERSE_NAME); #endif #if defined(QT_STATIC)