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

Summary: r14-xdg-update script does not convert *.ics files
Product: TDE Reporter: Darrell <darrella>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: PATCHAVAIL ---    
Severity: normal CC: be4youcome, bugwatch, darrella, michele.calgaro
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2967    
Attachments: Patch to update kalarm calendar.ics

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.