I do not know why my terminal is not working. I clicked terminal icon, and it didn't launch. There is no error message. CTRL + ALT + T is not working, also. I can launch CTRL + ALT + F1
I tried this solution. But, it didn't solve the problem.
After running the gnome-terminal
command from an XTerm, I get this error message:
/usr/bin/gnome-terminal:
/usr/bin/python3: bad interpreter: No such file or directory
ps auxx | grep term
and see if there are any terminals open and owned by your user. Do you have multiple displays, and or is this on a laptop or a desktop with multiple graphics cards? I have seen phantom LVDS displays before. – ben-Nabiy Derush Aug 11 '17 at 19:34ps auxx | grep term
:merve 3083 0.5 0.1 81484 11372 ? S 22:36 0:00 xterm -class UX Term -title uxterm -u8 merve 3113 0.0 0.0 15628 972 pts/1 S+ 0:00 grep --color=au to term
@ben-NabiyDerush – dumadum Aug 11 '17 at 19:48gnome-terminal
from an xterm? – Byte Commander Aug 11 '17 at 20:07gnome-terminal
command:/usr/bin/gnome-terminal: /usr/bin/python3: bad interpreter: No such file or directory
@ByteCommander – dumadum Aug 11 '17 at 20:09ls -l /usr/bin/python*
? – Eliah Kagan Sep 06 '17 at 22:17