In the systray-menu, I unchecked "Enable Reminders". In the korganizer-settings I unchecked "Show reminder daemon in the systray". But korganizer still starts the reminder daemon and puts its systrayicon into the systray.
strange. Unchecking "Show reminder daemon in the systray" works for me the reminder daemon always runs. but it should not be showing up in the systray if you uncheck that box. Do you see ShowReminderDaemon=false in $KDEHOME/share/config/korganizerrc ?
[System Tray] ShowReminderDaemon=false I now disabled korganizer and calendar in kontact. Removed everything related to calendar or korganizer in the kontact overview. restarted kontact - and the systray icon comes up. Could there be some other process, that wants to have this systray icon running, besides korganizer?
I am also seeing this in Fedora 17 - 4.9.1 qt-4.8.2-6 Checking my korganizerrc it has ShowReminderDaemon=false
Looking in the source code, I specifically see that the dock window is not show if ShowReminderDaemon is false in korganizerrc. However, that code is not reached if korgac is built with the KORGAC_AKONADI_AGENT compile-time variable set. So can you find out if your distros build korgac with KORGAC_AKONADI_AGENT set? Otherwise I'm at a loss to explain this behavior.
nevermind. Think I found the problem and committing a fix.
Git commit 17625fe86480d6ef12f67fb141daef29b11ca2ec by Allen Winter. Committed on 23/09/2012 at 19:56. Pushed by winterz into branch 'KDE/4.9'. in show(), also look a the the ShowReminderDaemon setting. FIXED-IN: 4.9.2 M +14 -10 korganizer/korgac/koalarmclient.cpp M +1 -0 korganizer/korgac/koalarmclient.h http://commits.kde.org/kdepim/17625fe86480d6ef12f67fb141daef29b11ca2ec
Did not seem to fix it for me, I am still seeing this after the update to 4.9.2, qt-4.8.3 on Fedora 17
Confirmed, the bug still exists. I'm reopening as a matter of bookkeeping; a fix will be committed in a second.
Git commit beff74b0fd26b4b6abe41563658ed0de9ea84c00 by Frank Roscher. Committed on 12/07/2013 at 20:33. Pushed by froscher into branch 'KDE/4.11'. korgac: Read "ShowReminderDaemon" setting from correct config group Before, the daemon would be shown in the tray no matter what the user had selected in the configuration dialog. FIXED-IN: 4.11 M +1 -1 korganizer/korgac/koalarmclient.cpp http://commits.kde.org/kdepim/beff74b0fd26b4b6abe41563658ed0de9ea84c00