linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #11582
[Bug 1356704] Re: Unable to change Mythweb settings in Mythbuntu control centre
I found a workaround.. Edit the file in question below (plugins.py),
and comment out line 92.
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'
After you successfully launch MCC and make some changes, you can remove
the comment and it should be happy.
--
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