gcc-make-run icon indicating copy to clipboard operation
gcc-make-run copied to clipboard

xterm not found

Open yp6969 opened this issue 5 years ago • 6 comments

when i try to compile in atom it tells me that "/bin/sh: 1: xterm: not found", note that i have already compile ,, the problam started just now . the program that im try to compile is hello world so there is no mistake in my code

yp6969 avatar May 27 '19 14:05 yp6969

i have same problem

rahimifh avatar Sep 30 '20 06:09 rahimifh

check if you have install xterm properly

r0ngk avatar Oct 12 '20 06:10 r0ngk

Fix by sudo apt install xterm. The package use the xterm as the console to print out result

dtlam26 avatar Mar 04 '21 07:03 dtlam26

You can use your own terminal as you wish by changing the Terminal Start Command in Atom's package configure. For example, I am using gnome: then I retype xterminal with gnome-terminal -t $title -x bash -c

dtlam26 avatar Mar 04 '21 07:03 dtlam26

Fix by sudo apt install xterm. The package use the xterm as the console to print out result

I'm having the same problem, but I already did that and it's not working.

You can use your own terminal as you wish by changing the Terminal Start Command in Atom's package configure. For example, I am using gnome: then I retype xterminal with gnome-terminal -t $title -x bash -c

Also doesn't work. I just get the same error saying "gnome-terminal command not found" instead.

ExNihiloNihil avatar Jun 15 '22 01:06 ExNihiloNihil

I have the same problem although I use the gnome-terminal instead

jpfss avatar Oct 24 '22 04:10 jpfss