How to get Webkit Browser DBus Bridge working?
Posted
by SS
on Stack Overflow
See other posts from Stack Overflow
or by SS
Published on 2010-03-25T07:17:41Z
Indexed on
2010/03/25
7:23 UTC
Read the original article
Hit count: 636
I've been struggling to get the Browser Dbus Binding working for Webkit/GTK (http://gitorious.org/webkitgtk/stable) port. I have been able to successfully compile the Webkit/GTK port as well as the DBus binding library on my Ubuntu Lucid Beta. I also installed the DBus binding library at the standard location /usr/local/lib
. But now when I launch the Webkit/GTK browser and try to run one of the sample html files that are provided with DBus binding source, I get "Browser D-Bus Bridge not available, cannot run tests." Basically, JavaScript cannot find window.dbus
object. Can anyone tell me what needs to be done here?
© Stack Overflow or respective owner