Bug 215081

Summary: korganizer can't be launch from kmenu and system tray.
Product: [Fedora] Fedora Reporter: Chitlesh GOORAH <chitlesh>
Component: kdepimAssignee: Than Ngo <than>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: FC6-update Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-10 21:18:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chitlesh GOORAH 2006-11-10 20:36:52 UTC
Description of problem:
I have exactly the same problem as described here:
http://bugs.kde.org/show_bug.cgi?id=135513
ie.
korganizer can't be launched from
- the kmenu
- system tray

There's already a patch in the link. See whether it's useful for fedora's case.

Version-Release number of selected component (if applicable):
kdepim-3.5.5-0.1.fc6

How reproducible:
everytime

Comment 1 Than Ngo 2006-11-10 21:18:41 UTC
i have already committed the fix to our CVS. It will be included in the next 
kdepim build. Many thanks for your report!

Comment 2 Sammy 2006-11-16 00:27:53 UTC
The patch for korganizer-import.desktop should not have the
Categories field, otherwise it shows up in the K-menu as well.
This is fixed in the KDE-svn by just deleting the last line.

Comment 3 Than Ngo 2006-11-16 11:52:30 UTC
there's the correct fix for this issue.

--- /tmp/k  2006-11-16 12:49:34.000000000 +0100
+++ /usr/share/applications/kde/korganizer-import.desktop   2006-11-16 
12:47:50.000000000 +0100
@@ -135,4 +135,4 @@
 X-KDE-StartupNotify=true
 X-DCOP-ServiceType=Unique
 X-DCOP-ServiceName=korganizer
-Categories=Qt;KDE;Office;
+NoDisplay=true

i will send the fix to kde upstream. Thanks for your report.