Bug 135513 - Korganizer won't open from system tray
Summary: Korganizer won't open from system tray
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Reinhold Kainhofer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-12 17:08 UTC by Paolo Tezza
Modified: 2006-11-16 12:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Tezza 2006-10-12 17:08:17 UTC
Version:           3.5.5 (using KDE 3.5.5, Kubuntu (dapper) 4:3.5.5-0ubuntu1)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-27-686

After updating kde to 3.5.5, the icontray of Korganizer stop work.
The demon works well, and the icon is correctly show in the tray.
I can access to my korganizer by kontact or by shell command, but once I close it, I can't re-open by icon tray.
Comment 1 Reinhold Kainhofer 2006-10-12 17:28:18 UTC
Am Donnerstag, 12. Oktober 2006 17:08 schrieb Paolo Tezza:
> After updating kde to 3.5.5, the icontray of Korganizer stop work.
> The demon works well, and the icon is correctly show in the tray.
> I can access to my korganizer by kontact or by shell command, but once I
> close it, I can't re-open by icon tray.


I have the same problem with the Debian packages. Only opening it 
via "korganizer" from the konsole works. Opening it via minicli (Alt+F2) 
doesn't work, either.

Cheers,
Reinhold
Comment 2 Allen Winter 2006-10-12 23:29:10 UTC
Confirmed.

We are working on a patch for 3.5.5 which should be available soon.

I won't mark this as fixed yet because we still have a little more testing to do.
Comment 3 Paolo Tezza 2006-10-13 09:05:23 UTC
ok,I'll wait for the patch.
If it could help, the korganizer won't open from the "modify" button into window reminder too. I get the error "Impossibile avviare korganizer" (could be translated like "impossible to start korganizer")

Paolo
Comment 4 Allen Winter 2006-10-13 18:53:14 UTC
SVN commit 595238 by winterz:

Fix the launching of KOrganizer.
I sent these changes to kde-packager@kde.org so hopefully they will
be put out to the distros soonest.

BUGS: 135513,135534
CCBUGS: 134065


 M  +1 -1      Makefile.am  
 A             korganizer-import.desktop   [TRAILING SPACE]
 M  +1 -2      korganizer.desktop  


--- branches/KDE/3.5/kdepim/korganizer/Makefile.am #595237:595238
@@ -171,7 +171,7 @@
 	$(XGETTEXT) `find . -name "*.cpp" -o -name "*.h"` -o $(podir)/korganizer.pot
 	rm -f tips.cpp
 
-xdg_apps_DATA = korganizer.desktop
+xdg_apps_DATA = korganizer.desktop korganizer-import.desktop
 
 kde_kcfg_DATA = korganizer.kcfg
 
--- branches/KDE/3.5/kdepim/korganizer/korganizer.desktop #595237:595238
@@ -1,6 +1,5 @@
 [Desktop Entry]
 Encoding=UTF-8
-MimeType=text/calendar;text/x-vcalendar;
 Comment=Calendar and Scheduling Program
 Comment[af]=Kalender en Skedulering Program
 Comment[ar]=برنامج الجدولة والتقويم
@@ -61,7 +60,7 @@
 Comment[zh_CN]=日历和日程安排程序
 Comment[zh_TW]=行事曆與排程軟體
 Comment[zu]=Ikhalenda kanye Neprogramu Yokugcina isikhathi
-Exec=korganizer --import %u
+Exec=korganizer
 Icon=korganizer
 Path=
 DocPath=korganizer/index.html
Comment 5 Juuso Alasuutari 2006-10-19 09:26:03 UTC
With those edits I get "No rule to make target `korganizer-import.desktop'" during compile.
Comment 6 Tim 2006-11-16 12:57:59 UTC
Allen, NoDisplay=true should be added into korganizer-import.desktop, otherwise it show up in the kmenu!

--- /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=tru