Created attachment 759696 [details] Firstboot proxy window Description of problem: The Firstboot Proxy window is slightly different from that Subscription manager Proxy window. Version-Release number of selected component (if applicable): # rpm -qa | egrep "subscription-manager|python-rhsm" subscription-manager-migration-data-1.11.3.1-1.git.1.78afd75.el5 subscription-manager-debuginfo-1.8.8-1.el5 python-rhsm-1.8.12-1.git.0.d747a65.el5 subscription-manager-firstboot-1.8.10-1.git.27.c1dbb63.el5 subscription-manager-gui-1.8.10-1.git.27.c1dbb63.el5 subscription-manager-1.8.10-1.git.27.c1dbb63.el5 subscription-manager-migration-1.8.10-1.git.27.c1dbb63.el5 How reproducible: Always Steps to Reproduce: 1. Launch firstboot 2. Navigate to Choose Service Menu 3. Click on Proxy Setup Actual results: The proxy window is different from that of Subscription Manager - No Test Connection Button - AT-SPI locators for textboxes (proxy location, proxy username and proxy password) are missing Expected results: Should be the same as that of Subscription Manager Additional info: Please see attachment
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release.
The proxy set-up in firstboot is actually controlled by classes in the rhn-setup-gnome package. The proxy window is created in rhnregGui.py in the NetworkConfigDialog class. Adding the Test Connection button may be a larger feature request, but adding the AT-SPI locators to the appropriate glade file shouldn't be too difficult. Perhaps file a bug against the appropriate RHN component?