How can I use gnome-terminal in qt creator?
Solution 1:
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.
Solution 2:
The equivalent of xterm -e
for gnome-terminal
is gnome-terminal -e
, try it. If -e
does not work try -x
.
Solution 3:
You can figure out all available options with gnome-terminal --help-all
:
-e, --command Execute the argument to this option inside the terminal