Hi @markhan
Thank you for the information.
This is what I was able to find regarding your question.
On the MCUXpresso installation guide, you can find the next information regarding running from bash:
The product is installed in the directory /usr/local/mcuxpressoide-<build> and can be run using the command mcuxpressoide if /usr/local/mcuxpressoide-<build>/ide is placed on your path, for example using:
export PATH="/usr/local/mcuxpressoide-<build>/ide:$PATH"
Depending on the desktop manager you use you may need to set some environment variables. It is safe to use these settings for any desktop, however, and you can always run using the following command line.
SWT_GTK3=0 UBUNTU_MENUPROXY=0 mcuxpressoide &
Sorry for the inconvenience, I'll look further more into the issue, meanwhile I recommend you to try to reinstall MCUXpresso or update to MCUXpresso 11.8 the newer version of the IDE.
Also, I've found this thread from Stack Overflow which says that the current path or directory is not being found and some users comment workarounds.
Also can you tell me the microcontroller you are using?
Best Regards, Miguel.