Steps to reproduce:
- Run: opp_env shell omnetpp-6.0.1
- download and unpack e.g. inet-4.5-src.tgz in its samples directory
- launch the IDE, choose samples/ as workspace, cancel the dialog that offers auto-importing samples and installing inet
- choose File -> Open Projects from File System...
- in the dialog, select inet-4.5 as project to be imported, click Finish
- inet-4.5 is NOT imported (dialog closes but workspace stays empty)
The same function works (INET is imported) when done with a standalone (non-opp_env) omnetpp-6.0.1 installation.
Also seems to work when opening a standalone installation's workspace from omnetpp within opp_env
Problem seems to be with the workspace created by omnetpp installed and running in opp_env.
Note: The old/usual way, File -> Import -> General -> Project from file system DOES work.