Summary: | .ics calendar files don't show up on the file chooser | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Roguefort <bugs.box> |
Component: | import/export | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | winter |
Priority: | NOR | ||
Version First Reported In: | 6.2.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/kdepim-runtime/-/commit/42bc0a9d031a82bafe45e2356ee34478110f7f45 | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
Roguefort
2024-08-28 19:36:00 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/202 Git commit 6515630020b19f8b2dad27a66c2f4b9d3c7bf885 by Allen Winter. Committed on 07/03/2025 at 15:20. Pushed by winterz into branch 'master'. iCal File resource - fix create dialog "File or URL" filter Rely on KUrlRequester to do the right thing. With this patch the open file dialog shows the filter "VCS/ICS calendar" and properly filters .ics files. Previousy, the open file dialog showed the filter "text/calendar" and didn't filter .ics files. M +0 -1 resources/ical/icalconfig.cpp M +2 -0 resources/shared/singlefileresource/singlefileresourceconfigwidgetbase.cpp https://invent.kde.org/pim/kdepim-runtime/-/commit/6515630020b19f8b2dad27a66c2f4b9d3c7bf885 Git commit 42bc0a9d031a82bafe45e2356ee34478110f7f45 by Allen Winter. Committed on 07/03/2025 at 15:22. Pushed by winterz into branch 'release/24.12'. iCal File resource - fix create dialog "File or URL" filter Rely on KUrlRequester to do the right thing. With this patch the open file dialog shows the filter "VCS/ICS calendar" and properly filters .ics files. Previousy, the open file dialog showed the filter "text/calendar" and didn't filter .ics files. (cherry picked from commit 6515630020b19f8b2dad27a66c2f4b9d3c7bf885) Co-authored-by: Allen Winter <winter@kde.org> M +0 -1 resources/ical/icalconfig.cpp M +2 -0 resources/shared/singlefileresource/singlefileresourceconfigwidgetbase.cpp https://invent.kde.org/pim/kdepim-runtime/-/commit/42bc0a9d031a82bafe45e2356ee34478110f7f45 Still occurs on Plasma 6.3.4. Unfortunately, this bug hasn't been fixed. ADDITIONAL INFORMATION A workaround for this bug is to go to the folder where the .ics file is located and paste the name of the file + the .ics extension. SOFTWARE/OS VERSIONS Operating System: Fedora Linux 41 KDE Plasma Version: 6.3.4 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2 Kernel Version: 6.13.10-200.fc41.x86_64 (64-bit) Graphics Platform: Wayland which KOrganizer version are you using? (In reply to Allen Winter from comment #5) > which KOrganizer version are you using? 6.3.3 (24.12.3) you're right. the fix doesn't land until version 25.04 |