Questions and Answers
Prev
Next

Chapter 7. Questions and Answers

7.1. What is the alarm daemon?
7.2. What configuration files does use?
7.3. What configuration files does the alarm daemon use?
7.4. What format are alarms stored in?
7.5. What are the application names of and the alarm daemon?
7.1.

What is the alarm daemon?

The alarm daemon is an application which runs in the background, monitoring alarms and telling to trigger them when they become due.

7.2.

What configuration files does use?

The file $KDEHOME/share/config/kalarmrc holds your preferences.

The calendar file which stores your pending alarms is $KDEHOME/share/apps/kalarm/calendar.ics, unless a different calendar file is specified in the preferences file by a Calendar entry in the General section.

The calendar file which stores your expired alarms is $KDEHOME/share/apps/kalarm/expired.ics, unless a different calendar file is specified in the preferences file by an ExpiredCalendar entry in the General section.

The calendar file which stores your alarm templates is $KDEHOME/share/apps/kalarm/template.ics, unless a different calendar file is specified in the preferences file by a TemplateCalendar entry in the General section.

Details of alarms currently being displayed are stored in the calendar file $KDEHOME/share/apps/kalarm/displaying.ics.

7.3.

What configuration files does the alarm daemon use?

The file $KDEHOME/share/config/kalarmdrc holds your alarm daemon preferences, together with details of the client application.

7.4.

What format are alarms stored in?

The calendar files in which stores its alarms are text files whose format is defined by the document RFC2445 - Internet Calendaring and Scheduling Core Object Specification (iCalendar). This is the standard format used by all kdepim applications. uses certain non-standard properties in the Alarm component, in conformance with RFC2445: X-KDE-KALARM-NEXTRECUR, X-KDE-KALARM-REPEAT, X-KDE-KALARM-TYPE, X-KDE-KALARM-NEXTREPEAT, X-KDE-KALARM-FONTCOLOR, X-KDE-KALARM-VOLUME, X-KDE-KALARM-SPEAK, X-KDE-KALARM-EMAILID.

7.5.

What are the application names of and the alarm daemon?

's application name is kalarm, and the alarm daemon's application name is kalarmd.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team