Created attachment 324310 [details] emerge --info When launching accerciser (version 3.4.1), the following traceback is shown in the plugin error shell: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/accerciser/plugin/base_plugin.py", line 157, in __call__ return self.func(*args, **kwargs) File "/usr/share/accerciser/plugins/interface_view.py", line 95, in init section = _InterfaceSection(ui_xml, self.node, iface_name) File "/usr/share/accerciser/plugins/interface_view.py", line 171, in __init__ self._setExpanderChildrenSensitive(False) File "/usr/share/accerciser/plugins/interface_view.py", line 230, in _setExpanderChildrenSensitive label = expander.get_label_widget() AttributeError: 'NoneType' object has no attribute 'get_label_widget' The object view on the left remains unpopulated and the KDE system monitor shows the relevant python instance and X to both consume around 50% CPU.
Okay, interesting. Just noticed this: This is broken (resulting in the error reported here): bedahr@eucleia ~ $ LANG="de_AT" accerciser This, however, works: bedahr@eucleia ~ $ LANG="en_US" accerciser Something in the localization seems to break it.
Could you please try with 3.6.2-r1 ?
Doesn't hang anymore, no error reported but tree remains empty (works with LANG unset).
Try latest 3.8 version, it contains lots of translations fixes
Works with LANG="de_AT.UTF-8". Thanks!