简体   繁体   中英

Codeblocks stop executing with gnome-terminal (linux)

I have kali linux, I have been using codeblocks and it worked fine with gnome-terminal,but a few days ago, it stop working. I write a c++ code, then build the file and execute, but when I execute , it does nothing, codeblocks just doesn't want to launch with gnome-terminal.

How I can fix it ?

Thanks.

try this:

From Settings > Environment,

replace Code: [Select]

xterm -T $TITLE -e

with Code: [Select]

gnome-terminal --title=$TITLE -x

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM