Changes between Initial Version and Version 1 of Ticket #4663, comment 8


Ignore:
Timestamp:
Jul 15, 2021, 12:00:40 PM (4 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4663, comment 8

    initial v1  
    662) UI class __init__() in ui/gui.py imports QtWebEngineWidgets before creating QApplication.  Comment that out.
    773) MainWindow in ui/gui.py creates FileHistory for showing thumbnails in graphics area.  Comment that out.
    8 4) Custom initialization for std_commands bundle imports coordset_gui which uses Slider.  Comment that out.
    9 5) dist_monitor bundle custom initialization calls register_settings_options().  Comment that out.
    10 6) ui/widgets/__init__.py imports HtmlView.  Comment that out.
    11 7) Log panel uses html.  Make that not autostart.
     84) ui/widgets/__init__.py imports HtmlView.  Comment that out.
     95) Log panel uses html.  Make that not autostart.
    1210
    1311With these edits ChimeraX starts and loading PDB models, showing atoms, calculating surfaces worked.