By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2255 - r14-xdg-update script does not convert *.ics files
Summary: r14-xdg-update script does not convert *.ics files
Status: PATCHAVAIL
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2967
  Show dependency treegraph
 
Reported: 2014-12-12 00:50 CST by Darrell
Modified: 2018-10-31 03:55 CDT (History)
4 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Patch to update kalarm calendar.ics (895 bytes, patch)
2015-01-26 16:25 CST, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2014-12-12 00:50:51 CST
X-KDE-* keys are not converted.

The PRODID key should be updated from 'K Desktop Environment' to 'Trinity Desktop Environment'.
Comment 1 Darrell 2015-01-26 16:25:38 CST
Created attachment 2436 [details]
Patch to update kalarm calendar.ics

I am attaching a patch that updates X-KDE->X-TDE in the kalarm calendar.ics files.

The patch does not update the PRODID strings because the strings also need to be updated in the tdepim sources.

I do not know how the PRODID string is created in a fresh kalarm instance. Running kalarm for the first time creates a PRODID string with a version number of 1.5.0 when the version of kalarm is 1.5.5.
Comment 2 Darrell 2015-01-26 16:36:24 CST
Looks like the "1.5.0" reference is not a reference to the actual kalarm version but to the kalarm version that first used the current calendar methods. The "1.5.0" version is hard-coded in tdepim/kalarm/alarmevent.cpp:47.

The actual kalarm version is defined in tdepim/kalarm/kalarm.h:29.

Thus updating the "1.5.0" reference in the kalarm ics files probably is not needed.

The attached patch should be tested by another person and then should be good to go.