when running the latest git version, upon running ./revisor-devel.sh the following glade error occurs:
(revisor.py:3987): libglade-WARNING **: could not find glade file '/usr/src/git/revisor/glade/base_screen.glade' Traceback (most recent call last): File "./revisor.py", line 290, in revisorBase.run() File "/usr/src/git/revisor/revisor/gui.py", line 112, in run self.build_main_window() File "/usr/src/git/revisor/revisor/gui.py", line 119, in build_main_window base_screen_xml = gtk.glade.XML(GLADE_FILES + "base_screen.glade", domain=domain) RuntimeError: could not create GladeXML object
If ./revisor-devel.sh is run again the error does not occur.
git error showing glade error at runtime git clone errors
you need to autoreconf -v && ./configure before starting revisor. Using revisor-devel.sh does specific things only; it also tests for base_screen.glade and runs autoreconf -v && ./configure if it's missing. If either of those tools do not work, no base_screen.glade will be generated, resulting in this error.
Metadata Update from @anonymous: - Issue set to the milestone: 2.0.4 Release