Message ID | 20190329140514.1373-1-tstoyanov@vmware.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | kernel-shark: install the application in "System" category | expand |
diff --git a/kernel-shark/build/ks.desktop.cmake b/kernel-shark/build/ks.desktop.cmake index 0b947f1..f1951f0 100644 --- a/kernel-shark/build/ks.desktop.cmake +++ b/kernel-shark/build/ks.desktop.cmake @@ -6,4 +6,5 @@ GenericName=Kernel Shark Comment= Exec=/usr/local/bin/kernelshark Icon=@KS_DIR@/icons/ksharkicon.png +Categories=System; Terminal=false
Kernelshark is a system tool, thus should by classified as System application. The template desktop file is modified to set Kernelshark in "System" category. Signed-off-by: Tzvetomir Stoyanov <tstoyanov@vmware.com> --- kernel-shark/build/ks.desktop.cmake | 1 + 1 file changed, 1 insertion(+)