GNOME Bugzilla – Bug 644524
JS ERROR when clicking on message tray item
Last modified: 2011-03-16 19:56:43 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'
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.
this goes away with 630842 *** This bug has been marked as a duplicate of bug 630842 ***