From 31845025f2f9019acc8cc5f7c186b9a5d0f466f0 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 7 Apr 2022 18:02:11 +0300 Subject: [PATCH] kupdatenotifier: disable startup notification Signed-off-by: Ivailo Monev --- kupdatenotifier/kupdatenotifier.desktop | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kupdatenotifier/kupdatenotifier.desktop b/kupdatenotifier/kupdatenotifier.desktop index 872a51c6..576eaad4 100755 --- a/kupdatenotifier/kupdatenotifier.desktop +++ b/kupdatenotifier/kupdatenotifier.desktop @@ -1,9 +1,10 @@ [Desktop Entry] +Icon=system-software-update Name=KUpdateNotifier GenericName=Update notifier -Comment=A panel applet for software updates notification. +Comment=A panel applet for software updates notification Exec=kupdatenotifier --icon '%i' --caption '%c' -Icon=system-software-update +Terminal=false Type=Application -OnlyShowIn=KDE; Categories=Qt;KDE;System; +X-KDE-StartupNotify=false