https://bugs.kde.org/show_bug.cgi?id=463080
--- Comment #9 from Alexis Murzeau <amub...@gmail.com> --- Created attachment 155294 --> https://bugs.kde.org/attachment.cgi?id=155294&action=edit File that fixes the issue usr/share/plasma/desktoptheme/default/translucent/dialogs/background.svgz I've found that the previous plasma-framework version doesn't trigger the issue (v5.100.1), months and years views are correctly drawn. When updating this package to v5.101.0 (and only this package), the issue appears. After several tries, I've found that the file `/usr/share/plasma/desktoptheme/default/translucent/dialogs/background.svgz` is the one that trigger the issue. I've attached a `background.svgz` file that fixes the issue for me, can anyone else try it to see if it also fixes the issue ? This file contains the minimal change to make the calendar show month and years again. Here is the diff: ``` --- background.svg 2023-01-14 22:54:07.480545885 +0100 +++ /usr/share/plasma/desktoptheme/default/translucent/dialogs/background.svg 2023-01-14 22:54:07.480545885 +0100 @@ -74,8 +74,8 @@ </g> <rect id="hint-top-margin" height="4" style="fill:#ff00ff;stroke-width:0.999996" width="4" x="20" y="10" /> <rect id="hint-bottom-margin" height="4" style="fill:#ff00ff;stroke-width:0.999996" width="4" x="20" y="50" /> - <rect id="hint-right-margin" height="4" style="fill:#ff00ff;stroke-width:0.999996" width="4" x="40" y="29.999998" /> - <rect id="hint-left-margin" height="4" style="fill:#ff00ff;stroke-width:0.999996" width="4" x="0" y="29.999998" /> + <rect id="hint-right-margin" height="4" style="fill:#ff00ff;stroke-width:0.999996" width="6" x="40" y="29.999998" /> + <rect id="hint-left-margin" height="4" style="fill:#ff00ff;stroke-width:0.999996" width="6" x="0" y="29.999998" /> <rect id="hint-top-inset" height="9.9999999e-09" style="fill:#00ff00" width="4" x="20" y="10" /> <rect id="hint-bottom-inset" height="9.9999999e-09" style="fill:#00ff00" width="4" x="20" y="54" /> <rect id="hint-left-inset" height="4" style="fill:#00ff00" width="9.9999999e-09" x="0" y="29.999998" /> ``` -- You are receiving this mail because: You are watching all bug changes.