Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4990 closed defect (fixed)

Network control panel fails to open

Reported by: FGrose Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar on a Stick (SoaS) Version:
Severity: Unspecified Keywords:
Cc: Distribution/OS: Fedora
Bug Status: Resolved

Description

Observed on Fedora-SoaS-Live-x86_64-29-20181014.n.0.iso.

Clicking the Network control panel fails to open the tool.

From Log:

1539816914.642951 WARNING ControlPanel - AboutComputer: Cannot connect to NetworkManager, falling back to static list of devices
Traceback (most recent call last):

File "/usr/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 458, in select_option_cb

self.show_section_view(option)

File "/usr/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 307, in show_section_view

globals(), locals(), model?)

File "/usr/share/sugar/extensions/cpsection/network/model.py", line 21, in <module>

gi.require_version('NMClient', '1.0')

File "/usr/lib64/python2.7/site-packages/gi/init.py", line 127, in require_version

raise ValueError('Namespace %s not available' % namespace)

ValueError: Namespace NMClient not available

Following this failure, the control panel 'Cancel' and 'OK' buttons fail to operate.

From Log:

Traceback (most recent call last):

File "/usr/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 382, in accept_clicked_cb

if self._section_view.needs_restart:

AttributeError: 'NoneType' object has no attribute 'needs_restart'
Traceback (most recent call last):

File "/usr/lib/python2.7/site-packages/jarabe/controlpanel/gui.py", line 373, in cancel_clicked_cb

self._section_view.undo()

AttributeError: 'NoneType' object has no attribute 'undo'

Attachments (1)

log-1539816981.zip (16.0 KB) - added by FGrose 5 years ago.
log

Download all attachments as: .zip

Change History (3)

Changed 5 years ago by FGrose

log

comment:2 Changed 5 years ago by FGrose

  • Bug Status changed from Unconfirmed to Resolved
  • Component changed from Sugar to Sugar on a Stick (SoaS)

Fixed in SoaS by sugar-0.112-5.fc29 see https://bugzilla.redhat.com/show_bug.cgi?id=1642828

Note: See TracTickets for help on using tickets.