Changes between Initial Version and Version 1 of Ticket #4433, comment 2


Ignore:
Timestamp:
Mar 31, 2021, 6:56:12 PM (5 years ago)
Author:
Greg Couch

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4433, comment 2

    initial v1  
    1 Turns out bug was a side effect of using the Shell tool.  The linux code was importing __main__ to get the localized application names, but the __main__ module was changed by the Shell tool.  Changed the code to import ChimeraX_main.
     1Turns out bug was a side effect of using the Shell tool.  The linux code was importing {{{__main__}}} to get the localized application names, but the __main__ module was changed by the Shell tool.  Changed the code to import ChimeraX_main.