On Tue, 2010-02-16 at 15:03 -0800, Dan Williams wrote: > On Tue, 2010-02-16 at 11:17 +0100, van Schelve wrote: > > Hi. > > > > I want to tryout the btdun branch to see how the work that is in there > > works an can be used in the filed. > > Therefore I compiled the btdun branch of network-manager and > > network-manager-applet under Ubuntu lucid. > > > > Now, when pairing the bluetooth mobile using bluetooth-wizard there is a > > new checkbox: > > "Access the Internet using your mobile phone (DUN)" > > When activating this checkbox bluetooth-wizard freezes. When starting > > bluetooth-wizard from command-line I see the following messages when trying > > to activate the checkbox: > > > > ** Message: dun_start: starting DUN device discovery... > > > > (bluetooth-wizard:2663): GLib-GObject-WARNING **: cannot register existing > > type `BlingSpinner' > > What do you get for: > > grep -r "BlingSpinner" /usr/lib/gnome-bluetooth/plugins > > or > > grep -r "BlingSpinner" /usr/lib64/gnome-bluetooth/plugins > > ? Maybe we just need to rename it so it doesn't use a common name and > is private to NM. Since the plugins are shared objects we do have to be > careful about the types we register with glib.
That would probably happen if you don't export the BlingSpinner symbol from your plugin, and use it against an older gnome-bluetooth. gnome-bluetooth in master (and the latest release) uses the spinner I put in GTK+. Cheers _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
