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 356941 - object class `NotifyNotification' has no property named `attach-icon'
object class `NotifyNotification' has no property named `attach-icon'
Status: RESOLVED NOTGNOME
Product: libinotify
Classification: Deprecated
Component: general
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: Libinotify Maintainer(s)
Libinotify Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-09-20 18:15 UTC by Xavier Claessens
Modified: 2006-09-20 19:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Xavier Claessens 2006-09-20 18:15:25 UTC
With patch on #351421 for gossip to use GtkStatusIcon I get this warning:

GLib-GObject-WARNING **: IA__g_object_notify: object class `NotifyNotification' has no property named `attach-icon'

I think it's a libnotify bug. Here is the stack trace I got with --g-fatal-warnings:

(gdb) run --g-fatal-warnings
Starting program: /home/zdra/programmation/gnome/gossip-tray/src/gossip --g-fatal-warnings
[Thread debugging using libthread_db enabled]
[New Thread -1227544384 (LWP 2428)]

GLib-GObject-WARNING **: IA__g_object_notify: object class `NotifyNotification' has no property named `attach-icon'
aborting...

Program received signal SIGABRT, Aborted.

Thread NaN (LWP 2428)

  • #0 __kernel_vsyscall
  • #1 *__GI_raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 *__GI_abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #4 g_log
    from /usr/lib/libglib-2.0.so.0
  • #5 g_object_notify
    from /usr/lib/libgobject-2.0.so.0
  • #6 notify_notification_attach_to_status_icon
    from /usr/lib/libnotify.so.1
  • #7 notify_event_added_cb
    at gossip-notify.c line 434
  • #8 g_cclosure_marshal_VOID__OBJECT
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_chain_from_overridden
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #13 gossip_event_manager_add
    at gossip-event-manager.c line 160
  • #14 chat_manager_new_message_cb
    at gossip-chat-manager.c line 155
  • #15 g_cclosure_marshal_VOID__OBJECT
  • #16 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_signal_chain_from_overridden
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #20 session_protocol_new_message
    at gossip-session.c line 503
  • #21 g_cclosure_marshal_VOID__OBJECT
    from /usr/lib/libgobject-2.0.so.0
  • #22 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #23 g_signal_chain_from_overridden
    from /usr/lib/libgobject-2.0.so.0
  • #24 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #25 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #26 jabber_message_handler
    at gossip-jabber.c line 2485
  • #27 _lm_message_handler_handle_message
    from /usr/lib/libloudmouth-1.so.0
  • #28 lm_connection_set_keep_alive_rate
    from /usr/lib/libloudmouth-1.so.0
  • #29 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #30 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #31 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #32 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #33 main
    at gossip-main.c line 201

Comment 1 Xavier Claessens 2006-09-20 18:18:13 UTC
Forgotten to say:

I'm running ubuntu edgy with libnotify 0.4.2-0ubuntu2
Comment 2 Richard Hult 2006-09-20 18:22:09 UTC
Xavier, this is for libinotify, not libnotify :) I don't know where libinotify keeps its bugs.
Comment 3 Richard Hult 2006-09-20 18:32:26 UTC
I mean ...where libnotify keeps its bugs, of course.
Comment 4 Xavier Claessens 2006-09-20 19:28:21 UTC
oops, thanks !

Reported at http://trac.galago-project.org/ticket/90#preview