#201 Default Clone no Longer Runs
Closed: Fixed Opened by jsteffan.

$ sudo ./revisor.py
Password:

(revisor.py:3761): libglade-WARNING **: could not find glade file '/home/jon/Fedora/Revisor/revisor/glade/base_screen.glade'
Traceback (most recent call last):
File "./revisor.py", line 273, in
revisorBase.run()
File "/home/jon/Fedora/Revisor/revisor/revisor/gui.py", line 112, in run
self.build_main_window()
File "/home/jon/Fedora/Revisor/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

You need to run: ./reconfigure to generate this glade file, maybe we should track base_screen.glade again.. and just deal with whatever version gets auto-made last and only worry about it when we do changes to base_screen.glade.in or are going for a release?


True, due to changes in base_screen.glade which now has an about dialog. Run {{{autoreconf -v && ./configure}}}

Documentation updated

True, due to changes in base_screen.glade which now has an about dialog. Run {{{autoreconf -v && ./configure}}}

Documentation updated

Metadata Update from @jsteffan:
- Issue set to the milestone: 2.0.4 Release

Metadata