linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel-shark:Fix the version field in kernelshark.desktop
@ 2022-03-21 10:25 Yordan Karadzhov (VMware)
  0 siblings, 0 replies; only message in thread
From: Yordan Karadzhov (VMware) @ 2022-03-21 10:25 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: rostedt, gentoo, Yordan Karadzhov (VMware)

The 'version' field describes the version of the file format the
'.desktop' file conforms to, not the version of the application
it links.

Reported-by: Christian Schmidt <gentoo@digadd.de>
Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
---
 build/ks.desktop.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/ks.desktop.cmake b/build/ks.desktop.cmake
index 2b02c0d..9765e61 100644
--- a/build/ks.desktop.cmake
+++ b/build/ks.desktop.cmake
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Version=@KS_VERSION_STRING@
+Version=1.5
 Type=Application
 Name=Kernel Shark
 GenericName=Kernel Shark
-- 
2.32.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-21 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-21 10:25 [PATCH] kernel-shark:Fix the version field in kernelshark.desktop Yordan Karadzhov (VMware)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).