GNOME Bugzilla – Bug 358007
DBus warning on quit
Last modified: 2007-08-21 15:17:42 UTC
Epiphany prints this message to the console when I quit the application: Applications can not close shared connections. Please fix this in your app. Ignoring close request and continuing. The backtrace after I've set a breakpoint on dbus_connection_close
+ Trace 73405
I also get this message. I believe the message is being printed by the debus session daemon, which I verified only so far as running dbus with its output redirected to /dev/null, which suppressed the message. I am launching epiphany directly, or indirectly via liferea from a terminal in which I have manually run eval `dbus-launch` followed by liferea& liferea in turn launches epiphany on demand.
Should be easy to fix.
Created attachment 74903 [details] [review] Proposed fix
Created attachment 74905 [details] [review] Proposed fix
Looks good, thanks! Please commit to HEAD and gnome-2-16.
2006-10-18 Wouter Bolsterlee <wbolster@gnome.org> * src/ephy-dbus.c: (ephy_dbus_shutdown): Don't try to close shared dbus connections. This avoids dbus warnings on quit. Fixes bug #358007. chpe, I'll let you backport to gnome-2-16 (I don't have it anymore)
*** Bug 375789 has been marked as a duplicate of this bug. ***
*** Bug 377668 has been marked as a duplicate of this bug. ***
*** Bug 381211 has been marked as a duplicate of this bug. ***
*** Bug 389272 has been marked as a duplicate of this bug. ***
*** Bug 391188 has been marked as a duplicate of this bug. ***
*** Bug 393751 has been marked as a duplicate of this bug. ***
*** Bug 395248 has been marked as a duplicate of this bug. ***
*** Bug 397792 has been marked as a duplicate of this bug. ***
*** Bug 397969 has been marked as a duplicate of this bug. ***
has this been backported to 2.16? does not look like because of the next duplicate. patch still has "commit now" status
*** Bug 375036 has been marked as a duplicate of this bug. ***
The patch is on gnome-2-16, but there hasn't been a release with it yet, I think.
It's in 2.16, it will be available in the 2.16.3 tarball.
*** Bug 425439 has been marked as a duplicate of this bug. ***
*** Bug 430992 has been marked as a duplicate of this bug. ***
*** Bug 431984 has been marked as a duplicate of this bug. ***
*** Bug 439482 has been marked as a duplicate of this bug. ***
*** Bug 468877 has been marked as a duplicate of this bug. ***