aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Reilly Brogan2024-03-21 03:57:50 -0500
committerGravatar GitHub2024-03-21 09:57:50 +0100
commit8c8adf27ca2a8ffb4579aab55868e1b54d457df3 (patch)
tree3b6828cf4510ef4492aeec6df4db043a988b2b40 /src
parentNSIS: make the installer wait for the uninstall to finish before proceeding; ... (diff)
downloadKVIrc-8c8adf27ca2a8ffb4579aab55868e1b54d457df3.tar.gz
KVIrc-8c8adf27ca2a8ffb4579aab55868e1b54d457df3.tar.bz2
KVIrc-8c8adf27ca2a8ffb4579aab55868e1b54d457df3.zip
Fix Wayland appId (#2621)
Diffstat (limited to 'src')
-rw-r--r--src/kvirc/ui/KviMainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/ui/KviMainWindow.cpp b/src/kvirc/ui/KviMainWindow.cpp
index 1c7b4e18b..48f365ba4 100644
--- a/src/kvirc/ui/KviMainWindow.cpp
+++ b/src/kvirc/ui/KviMainWindow.cpp
@@ -106,7 +106,7 @@ KviMainWindow::KviMainWindow(QWidget * pParent)
setWindowIcon(*(g_pIconManager->getSmallIcon(KviIconManager::KVIrc)));
#endif
// set name of the app desktop file; used by wayland to load the window icon
- QGuiApplication::setDesktopFileName("kvirc");
+ QGuiApplication::setDesktopFileName("net.kvirc.KVIrc" KVIRC_VERSION_MAJOR);
setWindowTitle(KVI_DEFAULT_FRAME_CAPTION);
m_pSplitter = new QSplitter(Qt::Horizontal, this);