Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I'm getting this error when I run a console-based project from Qt Creator in Kubuntu. The Konsole terminal pops up but it only says:

Cannot connect creator comm socket /tmp/qt_temp.JH2103/stub-socket: No such file or directory
Press <RETURN> to close this window...
like image 768
sashoalm Avatar asked Dec 23 '12 11:12

sashoalm


2 Answers

I had the same problem in Ubuntu 11.10 after installing Qt Creator with apt-get. If you will go to Qt Creator settings and change the terminal to /usr/bin/xterm -e then it should work.

like image 195
Alexander Tyapkov Avatar answered Oct 08 '22 19:10

Alexander Tyapkov


This one works for me.

Menu | Tools | Options | Environment | General | System | Terminal
konsole --nofork -e

like image 43
Michas Avatar answered Oct 08 '22 21:10

Michas