Summary: | Weird duplicate calendar events | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Daniel Duris <kdebugs> |
Component: | Calendar widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate |
Priority: | NOR | ||
Version: | 5.26.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=445324 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/2a6f08ad25e75f9d2e01387b3d7e88a84def4669 | Version Fixed In: | 5.27.1 |
Sentry Crash Report: | |||
Attachments: | Weird duplicate calendar events |
Description
Daniel Duris
2023-02-10 10:38:47 UTC
Do you have the Astronomical Events calendar enabled, as well as at least one Holiday calendar? Reminds me of Bug 445324 but that was supposedly fixed. Or maybe we never actually adopted the new function... Yep, that's it. We never started using the new function that omits Astro events in the Holidays calendar plugin! Will fix. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2613 Git commit 16aca7fc29d28b98728809101bdfccc424c8cff6 by Nate Graham. Committed on 14/02/2023 at 21:18. Pushed by ngraham into branch 'master'. plasmacalendarintegration: Omit astronomical events from Holidays data These events aren't holidays, and because they're currently shown by the Holidays plugin, they get duplicated when you also have the Astronomical Events plugin enabled. It makes sense that if you want to see astronomical events, you'd use the Astronomical Events plugin, so let's not show those events in the Holidays plugin. FIXED-IN: 5.27.1 M +1 -1 plasmacalendarintegration/holidaysevents.cpp https://invent.kde.org/plasma/plasma-workspace/commit/16aca7fc29d28b98728809101bdfccc424c8cff6 Git commit 09f00b67268081dd8dd27d2d5c074a3f3580bcc8 by Nate Graham. Committed on 15/02/2023 at 01:50. Pushed by ngraham into branch 'cherry-pick-16aca7fc'. plasmacalendarintegration: Omit astronomical events from Holidays data These events aren't holidays, and because they're currently shown by the Holidays plugin, they get duplicated when you also have the Astronomical Events plugin enabled. It makes sense that if you want to see astronomical events, you'd use the Astronomical Events plugin, so let's not show those events in the Holidays plugin. FIXED-IN: 5.27.1 (cherry picked from commit 16aca7fc29d28b98728809101bdfccc424c8cff6) M +1 -1 plasmacalendarintegration/holidaysevents.cpp https://invent.kde.org/plasma/plasma-workspace/commit/09f00b67268081dd8dd27d2d5c074a3f3580bcc8 Git commit 2a6f08ad25e75f9d2e01387b3d7e88a84def4669 by Nate Graham. Committed on 15/02/2023 at 03:48. Pushed by ngraham into branch 'Plasma/5.27'. plasmacalendarintegration: Omit astronomical events from Holidays data These events aren't holidays, and because they're currently shown by the Holidays plugin, they get duplicated when you also have the Astronomical Events plugin enabled. It makes sense that if you want to see astronomical events, you'd use the Astronomical Events plugin, so let's not show those events in the Holidays plugin. FIXED-IN: 5.27.1 (cherry picked from commit 16aca7fc29d28b98728809101bdfccc424c8cff6) M +1 -1 plasmacalendarintegration/holidaysevents.cpp https://invent.kde.org/plasma/plasma-workspace/commit/2a6f08ad25e75f9d2e01387b3d7e88a84def4669 |