Closed sverhoeven closed 7 years ago
Doing export SWT_GTK3=0
before knime start makes molviewer work like expected.
Don't use Desktop.getDesktop().browse(<uri>)
, but call xdg-open <uri>
, the Linux OS native CLI, to open a web browser with that uri.
Inside 3D-e-Chem virtual machine. Using a clean install of KNIME v3.3.1, installing molviewer node and download example workflow.
Opening the view gave a core dump.
Using the OS installed KNIME v3.2.1 gave no core dump and worked like expected.