Estou usando o Ubuntu 14.04 e o Qtcreator para compilar um código. Consigo executar um terminal por código, system("/home/salman/find_location/start_yarp.sh");
mas na próxima linha quero system("/home/salman/find_location/start_icub.sh");
abrir o segundo .sh
arquivo no novo terminal. Como posso abrir um novo terminal? já tentei system("gnome-terminal");
mas não funcionou.
Responder1
Usando
system("x-terminal-emulator -e \"/home/salman/find_location/start_yarp.sh\"")