I\'m developping a very simple app on my Mac using QtCreator.
It\'s a console application and I want the user to enter its name, and then I display his name. Here is
I had the "Cannot start the terminal emulator 'xterm'" problem on Mac and fixed it by going to settings, Environment and clicking the "Reset" button next to the Terminal text field.
For some reason by default it just said "xterm -e" but after the reset it became an absolute path of "/usr/X11/bin/xterm -e".
My console app then ran fine.