Bug 468764 - Widget placed on desktop have a glitched selection box (current day / month / year) after new login
Summary: Widget placed on desktop have a glitched selection box (current day / month /...
Status: RESOLVED DUPLICATE of bug 448750
Alias: None
Product: plasmashell
Classification: Plasma
Component: Calendar (show other bugs)
Version: 5.27.4
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-21 14:01 UTC by Microeinstein
Modified: 2023-04-21 22:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
recording of calendar widget showing the glitch and a workaround to temporarly fix it (489.41 KB, video/mp4)
2023-04-21 14:01 UTC, Microeinstein
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Microeinstein 2023-04-21 14:01:43 UTC
Created attachment 158274 [details]
recording of calendar widget showing the glitch and a workaround to temporarly fix it

SUMMARY
Placing a Calendar widget directly on the desktop will show correctly until a new login is performed, resulting in a glitched "selection" box of current day / month / year.

STEPS TO REPRODUCE
1. open new widgets panel
2. find calendar
3. drag-drop to the desktop
4. reboot (or just logout+login?)

OBSERVED RESULT
The current day/month/year boxes are glitched.

EXPECTED RESULT
No glitches.

ADDITIONAL INFORMATION
I already "fixed" the current day before recording the footage.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Kernel Version: 6.2.10-1-clear (64-bit)
Graphics Platform: X11
Graphics Processor: Mesa Intel® HD Graphics
Manufacturer: Hewlett-Packard
Product Name: HP G62 Notebook PC
Comment 1 Nate Graham 2023-04-21 19:54:50 UTC

*** This bug has been marked as a duplicate of bug 448750 ***
Comment 2 Microeinstein 2023-04-21 22:52:14 UTC
(In reply to Nate Graham from comment #1)
> 
> *** This bug has been marked as a duplicate of bug 448750 ***

Forgot to mention that I tried to clear user cache before posting.
Tried again with the following command but the glitch seems to persists after a new login.

> ( cd "$HOME/.cache" && { rm -rv $(find . | command grep -Ev 'mozilla|fontconfig|clangd' | command grep -E 'plasma|cache|ksycoca|qml'); }; )

Command notes:
• remove initial ">"
• "command" skip aliases in interactive shells