https://bugzilla.novell.com/show_bug.cgi?id=222205 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hmacht@novell.com AssignedTo|hmacht@novell.com |coolo@novell.com Status|ASSIGNED |NEW ------- Comment #10 from hmacht@novell.com 2006-11-20 09:03 MST ------- Ok, I added a function to liblazy which makes it possible to use a private connection. You just have to add one additional line before using any of other functions of liblazy. But please take care about the warning ;-) /** @brief use a private connection for system bus messages * * Call this function with a boolean value to tell the library whether to * use a private connection for system bus messages * (liblazy_dbus_system*). Defaults to false. If a private connection is * used, the libarary creates a new connection on _every_ call and * immediately closes it. So this should be used very carefully. Only use * if your application does very rare dbus calls and doesn't have a * mainloop to listen if D-Bus died but still should be able to survive * D-Bus restarts. * * @param use_privat 1 if the library should use a private connection, 0 * otherwise */ void liblazy_dbus_system_use_private_connection(int use_private); Still, trying via DCOP first (or at all?)is the more proper solution. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.