IntelliJ and Scenebuilder
The executable is
/opt/SceneBuilder/SceneBuilder
Why? That's why.
-
dpkg -L scenebuilder | grep bin
gives no output, ok, let's continute with step 2
-
dpkg -L scenebuilder | grep desktop
gives
/opt/SceneBuilder/SceneBuilder.desktop
and
grep 'Exec=' /opt/SceneBuilder/SceneBuilder.desktop
gives
Exec=/opt/SceneBuilder/SceneBuilder
and that's your executable.
You could also use
find /opt/SceneBuilder -type f -executable
but in the installation are so many attributes set incorrectly, that makes no sense. The output of the command has 99 entries.