Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561550 - gnome-extra/cinnamon-2.6.13: notifications are broken in cinnamon
Summary: gnome-extra/cinnamon-2.6.13: notifications are broken in cinnamon
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://github.com/linuxmint/Cinnamon...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-09-26 09:38 UTC by Garry Filakhtov
Modified: 2015-11-15 21:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixing broken notifications patch. (cinnamon-2.6.13-notification-fix.patch,999 bytes, patch)
2015-09-26 09:42 UTC, Garry Filakhtov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Garry Filakhtov 2015-09-26 09:38:38 UTC
Notifications are not displayed in cinnamon-2.6.13. Problem related to invalid format supplied for Date.toLocaleTimeString().

This problem affects also music players in case if one trying to control them using volume/music applet: Player interface freezes for up to 10 seconds between track switching, play/pause etc.

Reproducible: Always

Steps to Reproduce:
1. Go to settings -> Notifications
2. Press "Display a test notification" button
Actual Results:  
Nothing happens

Expected Results:  
Test notification is displayed
Comment 1 Garry Filakhtov 2015-09-26 09:42:12 UTC
Created attachment 412970 [details, diff]
Fixing broken notifications patch.

Removing argument supplied to toLocaleTimeString(), so system-wide locale time string will be used.
Comment 2 Pacho Ramos gentoo-dev 2015-10-03 11:55:14 UTC
Can you report this to upstream for ensuring it's fixed in a future version (and they also choose to fix it in this same way)?
https://github.com/linuxmint/Cinnamon/issues

Thanks
Comment 3 Garry Filakhtov 2015-10-03 16:06:25 UTC
Reported:

https://github.com/linuxmint/Cinnamon/pull/4673
Comment 4 Garry Filakhtov 2015-10-08 10:55:43 UTC
Upstream merged changes. Looking forward for the next release :)
Comment 5 Pacho Ramos gentoo-dev 2015-11-15 21:36:04 UTC
2.8 bumped