Summary: | Korganizer won't open from system tray | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Paolo Tezza <paolo.tezza> |
Component: | general | Assignee: | Reinhold Kainhofer <reinhold> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paolo Tezza
2006-10-12 17:08:17 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
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. 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 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 With those edits I get "No rule to make target `korganizer-import.desktop'" during compile. 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 |