sardemff7 / purple-libnotify-plus

Provide libnotify interface to Pidgin and Finch, inspired by Pidgin-libnotify and Guifications
GNU General Public License v3.0
21 stars 9 forks source link

Pidgin crashes on events #8

Closed djeikyb closed 11 years ago

djeikyb commented 11 years ago

I start pidgin, an event happens, and it crashes. This is the message left on the console. Please let me know what other information I can provide!

~% pidgin
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
process 15949: arguments to dbus_message_new_signal() were incorrect, assertion "_dbus_check_is_valid_member (name)" failed in file dbus-message.c line 1357.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace
zsh: abort (core dumped)  pidgin

Pidgin version: Pidgin 2.10.7-3.fc19 (libpurple 2.10.7) I cloned compiled the latest purple-libnotify-plus and purple-events.

% uname -a
Linux jacebox 3.9.9-301.fc19.x86_64 #1 SMP Thu Jul 4 15:10:36 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
sardemff7 commented 11 years ago

Known bug. See https://developer.pidgin.im/ticket/15585

Use the releases or disable D-Bus support in Pidgin.

I’m waiting for the Pidgin devs to decide what they want for the Pidgin’s ticket.

djeikyb commented 11 years ago

Hey, I really appreciate the response. I recompiled pidgin without dbus support and everything works. It's super nice to have better libnotify support in pidgin, thanks for your work!

(edit: i hit close cause it isn't a bug in your stuff, and five seconds later thought maybe you'd want it open anyway..oops)