> In Icewm, there is under applications an editor > and a www brower Lynx. When I click on Lynx, > xterm comes up: "xterm: Can't execvp lynx"
lynx hasn't been installed, so xterm can't find it. > Is there a way to get Lynx or better yet, Links to work in x? Yes. You can execute links-0.90 from inside an xterm, or you can put it in the icewm menu. You'll find the icewm menu at: ----------------------------- /usr/local/lib/X11/icewm/menu ----------------------------- You will find a line that looks like this: ---------------------------- prog Lynx lynx xterm -e lynx ---------------------------- Change it to this: ------------------------------------ prog Links links xterm -e links-0.90 ------------------------------------ I am using links-0.90 because I don't think your aliases will be picked up by the xterm. Normally (in ~/.profile) links is aliased like this: -------------------------------------------- alias links='links-0.90 /root/hotlist.html' ------------------------------------------- Let me know if you have any questions about this. Cheers, Steven
