From aee17c1ff37aba0b60df6346e4a48b45224f4e1e Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 16 Jul 2014 14:49:55 +0200 Subject: [PATCH] add an X-KDE-PluginInfo-Version to the plasma.desktop xsession desktop file this enables applications (such as the about-distro kcm) to list the version of plasma the user is running at runtime in a somewhat reliable manner, short of having a library function. REVIEW: 119315 --- plasma.desktop.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/plasma.desktop.cmake b/plasma.desktop.cmake index 3dc55b76a..b2777316e 100644 --- a/plasma.desktop.cmake +++ b/plasma.desktop.cmake @@ -48,3 +48,4 @@ Comment[sr@latin]=Plasma od KDE‑a Comment[sv]=Plasma av KDE Comment[uk]=Плазма KDE Comment[x-test]=xxPlasma by KDExx +X-KDE-PluginInfo-Version=${PLASMAWORKSPACE_VERSION_STRING}