GNOME Bugzilla – Bug 619044
Notifications from telepathy don't appear
Last modified: 2010-05-19 20:55:02 UTC
I have the latest version installed from git and notification from telepathy used to work but today it stop working. In the command line I get this backtrace: JS ERROR: !!! Exception was: TypeError: connPath.match is not a function JS ERROR: !!! lineNumber = '211' JS ERROR: !!! fileName = '/opt/gnome3/share/gnome-shell/js/ui/telepathyClient.js' JS ERROR: !!! message = 'connPath.match is not a function' JS ERROR: !!! stack = '([object Object])@/opt/gnome3/share/gnome-shell/js/ui/telepathyClient.js:211 ([object Object],5,24)@/opt/gnome3/share/gnome-shell/js/ui/telepathyClient.js:409 (24)@/opt/gnome3/share/gnome-shell/js/ui/telepathyClient.js:484 ([object Object])@/opt/gnome3/share/gnome-shell/js/ui/messageTray.js:499 ()@/opt/gnome3/share/gnome-shell/js/ui/telepathyClient.js:525 ([object Object],2,1274226880,5,0,0,"seeeee")@/opt/gnome3/share/gnome-shell/js/ui/telepathyClient.js:533 ([object Object],2,1274226880,5,0,0,"seeeee")@/opt/gnome3/share/gjs-1.0/lang.js:110 _invokeSignalWatchCallback((function () {var args = Array.prototype.slice.call(arguments);args = args.concat(bindArguments);return callback.apply(me, args);}),[object Object],[object Object])@/opt/gnome3/share/gjs-1.0/dbus.js:172 (2,1274226880,5,0,0,"seeeee")@/opt/gnome3/share/gjs-1.0/dbus.js:187 Error("Chained exception")@:0 ("Chained exception")@gjs_throw:0 If you need anything else, just ask. And keep the good work :)
doh. got broken while fixing a small bug in the notification changes (where the small bug was apparently hiding another bug) The following fix has been pushed: b6a47cd [telepathy] fix a bug in a last-second fix to the notification changes
Created attachment 161492 [details] [review] [telepathy] fix a bug in a last-second fix to the notification changes