Ubuntu – How to use gnome-terminal in qt creator

gnome-terminalqt-creator

I can adjust the settings to use a terminal rather than just plain output. However, I can't seem to figure out the correct command to input for using gnome-terminal. I can use 'xterm -e', a fine enough solution, but I figured I'd like to know anyway.

When I try to use 'gnome-terminal -e', running my program will result in a blank terminal quickly opening and closing. I have to 'break' the execution afterward (sort of like an infinite loop). When using 'gnome-terminal -x' I get:

Cannot connect creator comm socket /tmp/qt_temp.h17333/stub-socket: No
such file or directory

Best Answer

This issue is reported as a bug in Qt Creator.
https://bugreports.qt.io/browse/QTCREATORBUG-1633


Update: Seems to be fixed on 31 Aug 2012.

Related Question