Message ID | 20220321102558.63227-1-y.karadz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | b5c8c5b88e99a9fa5eab3645ee280f374a72dcf5 |
Headers | show |
Series | kernel-shark:Fix the version field in kernelshark.desktop | expand |
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
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(-)