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 619044 - Notifications from telepathy don't appear
Notifications from telepathy don't appear
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-05-19 00:15 UTC by Thibault Saunier
Modified: 2010-05-19 20:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[telepathy] fix a bug in a last-second fix to the notification changes (844 bytes, patch)
2010-05-19 20:55 UTC, Dan Winship
committed Details | Review

Description Thibault Saunier 2010-05-19 00:15:40 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 :)
Comment 1 Dan Winship 2010-05-19 20:55:00 UTC
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
Comment 2 Dan Winship 2010-05-19 20:55:02 UTC
Created attachment 161492 [details] [review]
[telepathy] fix a bug in a last-second fix to the notification changes