Bug 1113175

Summary: Unable to start firewall-config, python errors
Product: [openSUSE] openSUSE Distribution Reporter: Michael from Offenbach Germany <michaelof>
Component: NetworkAssignee: Markos Chandras <mchandras>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: calebwoodbine.public, jxu, michaelof
Version: Leap 15.0   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Michael from Offenbach Germany 2018-10-24 19:47:32 UTC
when starting firewall-config, either from yast, or from bash, I'm getting the following error msgs: 

** (firewall-config:18186): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/bin/firewall-config", line 8170, in <module>
    app = FirewallConfig()
  File "/usr/bin/firewall-config", line 1386, in __init__
    self.connection_changed()
  File "/usr/bin/firewall-config", line 1692, in connection_changed
    self.update_active_zones()
  File "/usr/bin/firewall-config", line 2465, in update_active_zones
    connection, zone ])
  File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 1237, in append
    return self._do_insert(parent, -1, row)
  File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 1229, in _do_insert
    row, columns = self._convert_row(row)
  File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 870, in _convert_row
    result.append(self._convert_value(cur_col, value))
  File "/usr/lib64/python3.6/site-packages/gi/overrides/Gtk.py", line 888, in _convert_value
    return GObject.Value(self.get_column_type(column), value)
  File "/usr/lib64/python3.6/site-packages/gi/overrides/GObject.py", line 218, in __init__
    self.set_value(py_value)
  File "/usr/lib64/python3.6/site-packages/gi/overrides/GObject.py", line 274, in set_value
    (py_value, type(py_value)))
ValueError: Expected string but got False<class 'bool'>
Comment 1 Markos Chandras 2018-10-25 07:44:47 UTC
*** Bug 1113193 has been marked as a duplicate of this bug. ***
Comment 2 Markos Chandras 2018-10-25 09:53:23 UTC
And this is actually a duplicate of 1106319. We are just missing the backport on Leap 15 packages.

*** This bug has been marked as a duplicate of bug 1106319 ***