When I choose a Command, the 'Options' panel is not filled with the GUI for that command.
On startup the following message is printed:
/usr/src/everygui/libglade.py:20: GtkWarning: gtk_notebook_set_tab_label: assertion `GTK_IS_WIDGET (child)' failed
self.widgets = gtk.glade.XML(Filename, WindowName, gettext.textdomain())
Traceback (most recent call last):
File "/usr/src/everygui/everygui.py", line 514, in on_program_changed
self.optPage = optsGui(self.pgOptions, self.appconf[self.cbProgram.get_active_text()], self.textbuff)
KeyError: None
/usr/src/everygui/everygui.py:513: GtkWarning: gtk_scrolled_window_add_with_viewport: assertion `GTK_BIN (bin->child)->child == NULL' failed
self.sw.add_with_viewport(self.pgOptions)
/usr/src/everygui/everygui.py:890: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width 686 and height -7
gtk.main()