Description of problem: This is the startup error (100% reproducible) -> $ /usr/bin/system-control-network Traceback (most recent call last): File "/usr/bin/system-control-network", line 484, in <module> window = mainDialog() File "/usr/bin/system-control-network", line 117, in __init__ self.devicelist = self.getProfDeviceList() File "/usr/bin/system-control-network", line 406, in getProfDeviceList profilelist = getProfileList(refresh) File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 652, in getProfileList __PFList.load() File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 75, in load changed = updateNetworkScripts() File "/usr/share/system-config-network/netconfpkg/NC_functions.py", line 940, in updateNetworkScripts log.log(5, "Cannot write to %s" % (getRoot + "/")) TypeError: unsupported operand type(s) for +: 'function' and 'str'
*** This bug has been marked as a duplicate of 368871 ***