Updates:
        Cc: takao.fujiwara1
        Labels: Component-ibus

Comment #1 on issue 1636 by takao.fujiwara1: Primary owner is not released in NameRelease
http://code.google.com/p/ibus/issues/detail?id=1636

How about specifying IBUS_BUS_NAME_FLAG_REPLACE_EXISTING in ibus_bus_request_name() ?

ibus_bus_request_name (bus,
                       name,
                       IBUS_BUS_NAME_FLAG_ALLOW_REPLACEMENT |
                       IBUS_BUS_NAME_FLAG_REPLACE_EXISTING);

The ALLOW_REPLACEMENT would be needed for the first connection.
If ibus_bus_request_name() does not work, probably it's good to provide the test source file. I don't remember the name owner with detail but I guess bus_dbus_impl_connection_destroy_cb() could release the owner.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


回复