> +class NetworkStandaloneSpoke(StandaloneSpoke): > + builderObjects = ["networkStandaloneWindow", "networkControlBox_vbox", "liststore_wireless_network", "liststore_devices"] > + mainWidgetName = "networkStandaloneWindow" > + uiFile = "spokes/network.ui" You also need to add: preForHub = SummaryHub priority = 10 as well as an import of SummaryHub. This'll make sure your spoke gets run before the summary hub does, but after the welcome screen. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list