GNOME Bugzilla – Bug 322463
D-Bus activation patch
Last modified: 2006-01-02 21:34:58 UTC
The attached patch is my first attempt to replace Bonobo with DBus for the activation subsystem. I placed an html version on-line, to make it easier for reviewers: http://s88648154.onlinehome.us/patches/ephy-dbus-activation-patch.html
Created attachment 55234 [details] [review] DBus activation patch
Thanks for the patch! I tried this patch today, and I noticed the following: when you start two epiphany's together (shell: epiphany & epiphany &), then the first opens a window and the 2nd shows the crash recovery dialogue; there will be two instances. Shouldn't DBUS name registration prevent that by making on of them fail?
*** Bug 143390 has been marked as a duplicate of this bug. ***
Ok, so I tried again and now I cannot reproduce my problem :)
chpe, if/when you're able to reproduce it, could you please do the following: 1. add "ephy-dbus:ephy-shell" to EPHY_LOG_MODULES 2. redirect the output of each instance to a different file (something along the lines of "epiphany > first.log 2>&1 & epiphany > second.log 2>&1 &" should do) 3. post the logs or send them to me :) Thanks.
Thanks for the patch! I checked this in; let's get any remaining issues into new bugs.