﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
4404	Startup command line file arg hangs on Mac	Eric Pettersen	Tom Goddard	"Starting ChimeraX like so on a Mac hangs:

	/Applications/ChimeraX_Daily.app/Contents/MacOS/ChimeraX 1yew

because this code in chimerax.ui.gui.rapid_access_shown() (added by T.G.) to handle drag-and-drop startups somehow magically opens the 1yew command-line argument (instead of the code for that in ChimeraX_main.init()) and things go south from there:

        ses.update_loop.block_redraw()
        ses.ui.processEvents(QEventLoop.ExcludeUserInputEvents)
        ses.update_loop.unblock_redraw()
"	defect	closed	moderate		Input/Output		fixed						all	ChimeraX
