After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644524 - JS ERROR when clicking on message tray item
JS ERROR when clicking on message tray item
Status: RESOLVED DUPLICATE of bug 630842
Product: gnome-shell
Classification: Core
Component: message-tray
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-11 18:03 UTC by Rui Matos
Modified: 2011-03-16 19:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rui Matos 2011-03-11 18:03:19 UTC
Using current git master. Run on a terminal:

$ zenity --notification --text Foobar

Then click on the message tray item:

    JS ERROR: !!!   Exception was: TypeError: this._summaryNotification is undefined
    JS ERROR: !!!     lineNumber = '1856'
    JS ERROR: !!!     fileName = '/home/rui/Source/gnome-shell/install/share/gnome-shell/js/ui/messageTray.js'
    JS ERROR: !!!     stack = '()@/home/rui/Source/gnome-shell/install/share/gnome-shell/js/ui/messageTray.js:1856
()@/home/rui/Source/gnome-shell/install/share/gnome-shell/js/ui/messageTray.js:1587
([object Object],[object _private_Clutter_Event])@/home/rui/Source/gnome-shell/install/share/gnome-shell/js/ui/messageTray.js:1391
([object _private_St_Button],[object _private_Clutter_Event])@/home/rui/Source/gnome-shell/install/share/gnome-shell/js/ui/messageTray.js:1166
([object _private_St_Button],[object _private_Clutter_Event])@/home/rui/Source/gnome-shell/install/share/gjs-1.0/lang.js:110
'
    JS ERROR: !!!     message = 'this._summaryNotification is undefined'
Comment 1 Florian Müllner 2011-03-11 18:24:06 UTC
My guess is that this is a legacy icon which does not have an associated notification. Should be easy to fix if we don't want to dupe on bug 630842.
Comment 2 Dan Winship 2011-03-16 19:56:43 UTC
this goes away with 630842

*** This bug has been marked as a duplicate of bug 630842 ***