I would like to start the process from the GUI application (right now I’m thinking about letting the eclipse user - perhaps through the plugin - click a button to start the build using my build organization system).
I do not want this process to stop when I stop the parent application, and I want to be able to “switch to it” later, as if I started it from the command line.
I have seen how the GNU screen is described as good for most of what I ask, but I'm not sure about the part “starting a process from another application”.
Can this be done if the GUI application was launched from the screen? Can this be done if this is not so? I would be very interested to see how!
Update: Turning the “screen” into the command line looks like a good way to start the process on the screen from the shell, but I'm trying to find a way to do this without taking directly into this session. I want to “send” a command to a screen session, where it will be launched in a new window in this session.
source share