Bug 71322 - no popup for korgac icon in system tray
Summary: no popup for korgac icon in system tray
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR minor
Target Milestone: ---
Assignee: Cornelius Schumacher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-27 20:44 UTC by Richard Bos
Modified: 2004-01-16 15:35 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 Richard Bos 2003-12-27 20:44:14 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

The kalarmd icon that is continuesly shown in the system tray
does not have the little yellow popup window telling what it
is and does.  It is the yellow popup window that should appear
when the mouse is placed above the icon for some time.  The other
apps in the system tray show the popup.

On a side note, what is the difference between kalarm and kalarmd?
If I start kalarm a clock (icon) is shown in the system tray as well.
If kalarm is activated do I need kalarmd...?
Comment 1 David Jarvie 2003-12-28 00:10:17 UTC
Can you please tell me which version of KAlarm you are running, and which version of KDE you are running on. Is it a kdepim package, or a standalone KAlarm package?

kalarmd is the alarm daemon which monitors alarms and when one is due, it notifies kalarm which then displays the message or performs whatever action you  specified. KAlarm needs kalarmd to be running, or alarms will never trigger. Note that kalarmd is also (up till now at least) used by KOrganizer.
Comment 2 Richard Bos 2003-12-28 11:38:07 UTC
> ------- Additional Comments From software@astrojar.org.uk  2003-12-28 00:10
> ------- Can you please tell me which version of KAlarm you are running, and
> which version of KDE you are running on. Is it a kdepim package, or a
> standalone KAlarm package?

@linux:~> kalarm --version
Qt: 3.2.3
KDE: 3.1.94 (CVS >= 20031206)
KAlarm: 1.0.0

@linux:~> kalarmd --version
Qt: 3.2.3
KDE: 3.1.94 (CVS >= 20031206)
Alarm Daemon: 3.2

@linux:~> rpm -qf /opt/kde3/bin/kalarm
kdepim3-time-management-3.1.94_2003122113-0

@linux:~> rpm -qf /opt/kde3/bin/kalarmd
kdepim3-3.1.94_2003122113-0

It seems from the kdepim package.

> kalarmd is the alarm daemon which monitors alarms and when one is due, it
> notifies kalarm which then displays the message or performs whatever action
> you  specified. KAlarm needs kalarmd to be running, or alarms will never
> trigger. Note that kalarmd is also (up till now at least) used by
> KOrganizer.

Ah thanks.
Comment 3 David Jarvie 2003-12-31 00:23:50 UTC
Can you please send me your KAlarm configuration file, "kalarmrc", which will be in the ~/.kde/share/config directory (or similar).

Also, has the yellow popup never appeared for KAlarm, or did it work previously?
Comment 4 Richard Bos 2004-01-01 20:17:31 UTC
> ------- Can you please send me your KAlarm configuration file, "kalarmrc",
> which will be in the ~/.kde/share/config directory (or similar).

@linux:~/.kde/share/config> cat kalarmdrc
[General]
Autostart=true

> Also, has the yellow popup never appeared for KAlarm, or did it work
> previously?
No, it never worked before.
Comment 5 David Jarvie 2004-01-03 15:27:15 UTC
Please send me "kalarmrc" (not kalarmdrc).
Comment 6 Richard Bos 2004-01-03 21:30:22 UTC
Sorry, for providing the incorrect file.  Here is the right one;

~/.kde/share/config> cat kalarmrc
[General]
Sod=-2109401552

[MainWindow Toolbar mainToolBar]
Index=0
Comment 7 David Jarvie 2004-01-07 13:51:15 UTC
Are you sure that the icon which has no popup is the kalarmd icon? I think it may actually be the korgac icon which you are talking about. What is the title of the menu displayed when you right-click on the icon?
Comment 8 Richard Bos 2004-01-07 21:04:23 UTC
> What is the title of the menu displayed when you right-click on the icon? 
It says: korganizer alarm deamon

What is it now, the korganizer icon or the alarm deamon icon ;)
Comment 9 David Jarvie 2004-01-08 13:43:23 UTC
This report relates to KOrganizer, not KAlarm. I have changed the title of the report accordingly.
Comment 10 Cornelius Schumacher 2004-01-08 15:00:19 UTC
Many system tray icons don't have a tooltip, but of course it would be nice to have one.
Comment 11 Reinhold Kainhofer 2004-01-16 15:35:01 UTC
Subject: osnabrueck_branch: kdepim/korganizer/korgac

CVS commit by kainhofe: 

Add a simple descriptive tooltip to korgac's system tray icon.

CCMAIL: 71322-done@bugs.kde.org


  M +3 -0      alarmdockwindow.cpp   1.11.2.1


--- kdepim/korganizer/korgac/alarmdockwindow.cpp  #1.11:1.11.2.1
@@ -82,4 +82,7 @@ AlarmDockWindow::AlarmDockWindow( const 
   }
 
+  QToolTip::add(this, i18n("KOrganizer reminder daemon (korgac)") );
+
+
   connect( this, SIGNAL( quitSelected() ), SLOT( slotQuit() ) );
 }