Bug 232295

Summary: Ical files not found from Open dialogue when extensions are missing
Product: [Applications] korganizer Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sabine Faure 2010-03-27 00:59:57 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Go to File menu/Open...
- Browse to find an ical file on your HD

If no ical files appear on the location you saved them it is most likely that their extension (.ics) is missing.

The 'Open' dialogue cannot find any ical file without an extension whereas it should be able to do so anyway (the ical files created in the resources/folder view are not displayed with an extension on your HD).

Trunk, Svn Rev 1107667
Comment 1 David Faure 2010-04-16 16:28:42 UTC
SVN commit 1115460 by dfaure:

Use mimetype rather than extension in file dialogs, so that files without extension
can also be recognized (by content).
BUG: 232295


 M  +2 -2      actionmanager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1115460
Comment 2 Sabine Faure 2010-04-16 19:55:55 UTC
It cannot see the ical files if they do not have any extension.

So I am reopening this bug.


Trunk Svn Rev 1115397
Comment 3 Sabine Faure 2010-04-16 19:57:07 UTC
Ah my revision is too recent.
I will retest this tomorrow.
Resetting this bug as fixed for now.

Trunk, Svn Rev 1115397
Comment 4 Sabine Faure 2010-04-22 19:33:50 UTC
It is corrected now.

I can see all the iCal files even the ones without any extensions (.ics ou .vcs)

Trunk, Svn Rev 1117463