Bug 171670

Summary: remove system-control-network
Product: [Fedora] Fedora Reporter: Matthias Clasen <mclasen>
Component: system-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-26 12:35:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150221    

Description Matthias Clasen 2005-10-25 02:25:41 UTC
It is old, its functionality has been superseded by NetworkManager, and worst of
all, it doesn't work:

Traceback (most recent call last):
  File "/usr/bin/system-control-network", line 465, in ?
    window = mainDialog()
  File "/usr/bin/system-control-network", line 123, in __init__
    self.hydrateProfiles()
  File "/usr/bin/system-control-network", line 333, in hydrateProfiles
    self.xml.get_widget('profileFrame').hide()
AttributeError: 'NoneType' object has no attribute 'hide'

Comment 1 Harald Hoyer 2005-10-25 10:54:00 UTC
Come on... this is easily fixed.
Does NetworkManager handle dialup connections like modem, ISDN and DSL?

Comment 2 Matthias Clasen 2005-10-26 12:15:21 UTC
Eventually the plan for NM is to support all relevant kinds of network
connections. Just making system-control-network work for now would be good
enough, I guess.