-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
Description
Desklet version/Build date
Updated on 2024-11-28 23:04:57
Cinnamon version
6.0.4
Distribution
Mint 21.3
Graphics hardware and driver used
Intel Corporation RocketLake-S GT1 [UHD Graphics 730]
Desklet name and maintainer
timelet@linuxedo.com @slgobinath
What happened?
Time stops tracking right before noon. sometimes the desklet doesn't appear or is visually broken.
Other information
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
SarangShelke2304 commentedon Jun 24, 2025
Hi, can i work on this?
claudiux commentedon Jun 24, 2025
Are the fonts installed? https://cinnamon-spices.linuxmint.com/desklets/view/63
claudiux commentedon Jun 24, 2025
@SarangShelke2304 Of course you can!
alejandrolemus commentedon Jun 25, 2025
Hello @SarangShelke2304, I put together a rough, quick fix (see my comment at https://cinnamon-spices.linuxmint.com/desklets/view/63). If you want to use it as starting to point, it's been working fine for a few days now.
Basically, the function toPeriod in theme.js is receiving an integer (hourIn24) and then attempting to .getMinutes and .getSeconds at noon, which throws an error.
Note: I only use a heavily modified Modern theme, haven't tested any other theme or done any proper testing to see if the fix holds.