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 358007 - DBus warning on quit
DBus warning on quit
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
2.16.x
Other Linux
: Normal normal
: 2.16.x
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
: 375036 375789 377668 381211 389272 391188 393751 395248 397792 397969 425439 430992 431984 439482 468877 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-09-27 18:25 UTC by Wouter Bolsterlee (uws)
Modified: 2007-08-21 15:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Proposed fix (1.11 KB, patch)
2006-10-17 22:54 UTC, Wouter Bolsterlee (uws)
none Details | Review
Proposed fix (1.21 KB, patch)
2006-10-17 22:59 UTC, Wouter Bolsterlee (uws)
committed Details | Review

Description Wouter Bolsterlee (uws) 2006-09-27 18:25:41 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

  • #0 dbus_connection_close
    at dbus-connection.c line 1956
  • #1 ephy_dbus_disconnect_bus
    at ephy-dbus.c line 308
  • #2 ephy_dbus_finalize
    at ephy-dbus.c line 340
  • #3 IA__g_object_unref
    at gobject.c line 1785
  • #4 _ephy_dbus_release
    at ephy-dbus.c line 579
  • #5 main
    at ephy-main.c line 726

Comment 1 Joshua Rodman 2006-10-17 05:00:44 UTC
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.
Comment 2 Christian Persch 2006-10-17 21:18:27 UTC
Should be easy to fix.
Comment 3 Wouter Bolsterlee (uws) 2006-10-17 22:54:24 UTC
Created attachment 74903 [details] [review]
Proposed fix
Comment 4 Wouter Bolsterlee (uws) 2006-10-17 22:59:16 UTC
Created attachment 74905 [details] [review]
Proposed fix
Comment 5 Christian Persch 2006-10-17 23:01:53 UTC
Looks good, thanks!

Please commit to HEAD and gnome-2-16.
Comment 6 Wouter Bolsterlee (uws) 2006-10-18 09:08:28 UTC
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)
Comment 7 Wouter Bolsterlee (uws) 2006-11-17 16:30:45 UTC
*** Bug 375789 has been marked as a duplicate of this bug. ***
Comment 8 Baybal Ni 2006-11-21 08:42:27 UTC
*** Bug 377668 has been marked as a duplicate of this bug. ***
Comment 9 Diego Escalante Urrelo (not reading bugmail) 2006-12-04 20:05:13 UTC
*** Bug 381211 has been marked as a duplicate of this bug. ***
Comment 10 Diego Escalante Urrelo (not reading bugmail) 2006-12-24 19:56:14 UTC
*** Bug 389272 has been marked as a duplicate of this bug. ***
Comment 11 Diego Escalante Urrelo (not reading bugmail) 2006-12-31 10:44:16 UTC
*** Bug 391188 has been marked as a duplicate of this bug. ***
Comment 12 Diego Escalante Urrelo (not reading bugmail) 2007-01-07 01:37:20 UTC
*** Bug 393751 has been marked as a duplicate of this bug. ***
Comment 13 Diego Escalante Urrelo (not reading bugmail) 2007-01-11 02:21:48 UTC
*** Bug 395248 has been marked as a duplicate of this bug. ***
Comment 14 Reinout van Schouwen 2007-01-17 23:20:17 UTC
*** Bug 397792 has been marked as a duplicate of this bug. ***
Comment 15 Diego Escalante Urrelo (not reading bugmail) 2007-01-18 12:40:53 UTC
*** Bug 397969 has been marked as a duplicate of this bug. ***
Comment 16 Christian Kirbach 2007-01-27 21:44:39 UTC
has this been backported to 2.16? does not look like because of the next duplicate.

patch still has "commit now" status
Comment 17 Christian Kirbach 2007-01-27 21:49:59 UTC
*** Bug 375036 has been marked as a duplicate of this bug. ***
Comment 18 Christian Persch 2007-01-27 22:57:14 UTC
The patch is on gnome-2-16, but there hasn't been a release with it yet, I think.
Comment 19 Diego Escalante Urrelo (not reading bugmail) 2007-01-28 23:05:44 UTC
It's in 2.16, it will be available in the 2.16.3 tarball.
Comment 20 Reinout van Schouwen 2007-04-02 10:53:03 UTC
*** Bug 425439 has been marked as a duplicate of this bug. ***
Comment 21 Reinout van Schouwen 2007-04-18 16:43:18 UTC
*** Bug 430992 has been marked as a duplicate of this bug. ***
Comment 22 Reinout van Schouwen 2007-04-21 23:13:56 UTC
*** Bug 431984 has been marked as a duplicate of this bug. ***
Comment 23 palfrey 2007-05-18 22:12:57 UTC
*** Bug 439482 has been marked as a duplicate of this bug. ***
Comment 24 Reinout van Schouwen 2007-08-21 15:17:42 UTC
*** Bug 468877 has been marked as a duplicate of this bug. ***