← Back to team overview

linux-traipu team mailing list archive

[Bug 1356704] Re: Unable to change Mythweb settings in Mythbuntu control centre

 

Actually..  I suggest leaving it commented out.  I'm not sure this code
path works at all.  It looks like the Gtk.ComboBox definition may have
changed between Gtk2 and Gtk3 and no longer has the append_text method.
I don't know enough Python or Gtk to submit a patch.

model = self.mythweb_password_combobox.get_model()
 if len(model) > 2:
            iter = model.get_iter(Gtk.TreePath([2,0]))
            model.remove(iter)
        if self.mythweb_auth['enable']:
              self.mythweb_password_combobox.set_active_iter(model.get_iter(Gtk.TreePath([0,1])))
              #self.mythweb_password_combobox.append_text("Reconfigure")

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1356704

Title:
  Unable to change Mythweb settings in Mythbuntu control centre

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  I am trying to change mythweb settings in MCC to work after update
  from Mythbuntu 12.04 -> 14.04.1

  On MCC startup get an error:
  Exception in applyStateToGUI of plugin Plugins
  Disabling Plugin.

  When I try to enable password for mythweb and press Apply and get:
  No Changes found

  and the text from the terminal:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Traceback (most recent call last):
    File "/usr/bin/mythbuntu-control-centre", line 383, in refreshState
      plugin.applyStateToGUI()
    File "/usr/share/mythbuntu/plugins/python/plugins.py", line 92, in applyStateToGUI
      self.mythweb_password_combobox.append_text("Reconfigure")
  AttributeError: 'ComboBox' object has no attribute 'append_text'

  I also am unable to enable/disable any of the plugins.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/1356704/+subscriptions


References