GNOME Bugzilla – Bug 657092
Split nm-applet dialogs into a separate library
Last modified: 2011-08-26 20:51:48 UTC
nm-applet currently shows dialogs for wireless and mobile (on behalf of gnome-shell and gnome-control-center) using a private dbus interface. This is not possible anymore for 3.2, as soon gnome-shell will conflict with nm-applet and prevent it from running. I've prepared a patch that splits those dialogs in a libnm-gtk library, to be used by the control center. For now, only the wireless dialog (dialog of doom) and the mobile wizard are affected; in the future we can consider moving some more widgets in the library, as well as cleaning it up for public use.
Created attachment 194390 [details] [review] Split wireless and mobile wizard dialogs in a separate library Introduce a new libnm-gtk library, that will be used by gnome-control-center to replace the nm-applet dbus methods.
Not a bad approach, but I'd want to make sure this is actually private API shared between the applet and the shell somehow, and not public consumer API in any way. Lets wait on this a few days until I cut 0.9 and then we can roll it in.
0.9 has been cut. Any update on reviewing this ? Sorry for the pushing, but we are on rather short deadlines to land shell features here.
Fixed up to pass 'make distcheck' (srcdir vs. builddir thing) and to fix up po/POTFILES.in to point to the new files and pushed, thanks!