Zhang, Qiang Z <[email protected]> writes: > Hello all, I am using GConf API (gconf_client_get, etc.) to read > system configures info, but I encounter the follow issue:
> * Wrote a small code to read system configure, it?s OK on netbook > locally, but fails when execute from remote using ssh. The thing missing when you're using remote login is a proper set DBUS_SESSION_BUS_ADDRESS environment variable. gconf-dbus need that to find the session bus, as other dbus client does. -- Roger WANG _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
