FieryCod Asked: 2016-01-26 02:13:45 +0800 CST2016-01-26 02:13:45 +0800 CST 2016-01-26 02:13:45 +0800 CST Command to use guake under qt creator 772 I want to change default terminal in QT Creator from xterm to guake. I tried some stuff like usr/bin/guake -e and usr/bin/guake -e -n --show etc but it does not work. I will appreciateany sort of help 14.04 1 Answers Voted ulidtko 2016-02-01T13:08:16+08:002016-02-01T13:08:16+08:00 Did you try with -n? /usr/bin/guake --new-tab -e -e must be last argument, since Qt Creator will append its command at the end.
Did you try with
-n
?-e
must be last argument, since Qt Creator will append its command at the end.