View Single Post
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#8
Originally Posted by Sevanteri View Post
Code:
~ $ crawl
Error opening terminal: xterm.
I get this error when trying to run it through xterm.
And it doesn't show up in the menu.
which OS version you are using?

according to my search this error comes from ncurses because it can't find terminfo. Do you have /usr/lib/terminfo as link to /usr/share/terminfo. If not you could try as root:

Code:
ln -s /usr/share/terminfo /usr/lib/terminfo
if somebody knows how to launch terminal applications from menu, please let me know