Changes between Initial Version and Version 1 of Ticket #4663, comment 8
- Timestamp:
- Jul 15, 2021, 12:00:40 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4663, comment 8
initial v1 6 6 2) UI class __init__() in ui/gui.py imports QtWebEngineWidgets before creating QApplication. Comment that out. 7 7 3) 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. 8 4) ui/widgets/__init__.py imports HtmlView. Comment that out. 9 5) Log panel uses html. Make that not autostart. 12 10 13 11 With these edits ChimeraX starts and loading PDB models, showing atoms, calculating surfaces worked.