I got a problem and no nothing on the whole internet has proven a solution.
I have a C code (on codeblocks, but that's not important).
I need to open a terminal: system("gnome-terminal");
I'd like to "name" this terminal, but this is a lesser problem.
I need, from my C code, to send a command to this specified gnome-terminal console.
I need to open more consoles, each one exectuing a different file, so I'd like to name them (in my C code, for easy access).