Bug 162111
Summary: | lynx -use_mouse freezes on start | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bertil Askelid <bertil> |
Component: | lynx | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-06-30 18:03:55 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Bertil Askelid
2005-06-29 22:39:49 UTC
Works fine here. Could you describe your problem a bit more fully? I've been doing some more digging to recreate exactly what is happening and why. I can start "lynx -use_mouse" without any problems and full functionality in xterm and rxvt. I first start the xterm with the command xterm +sb -sl 0 and then manually type the lynx command on the csh command line. Ditto rxvt. No problems. However, when I combine the two: xterm +sb -sl 0 -e lynx -use_mouse I only get a blank xterm screen. Something is happening as I type "q" and then "y" to get out of lynx and close the xterm. For rxvt +sb -sl 0 -e lynx -use_mouse the rxvt window shows nothing and reacts to nothing. Has to be killed from X. Versions: lynx-2.8.5-23 xterm-200-6 rxvt-2.7.10-1 Here's what I get. Both of these work fine: rxvt +sb -sl 0 -tn xterm -e lynx -use_mouse xterm +sb -sl 0 -e lynx -use_mouse If I omit '-tn' from the rxvt command line lynx cannot start because the TERM environment variable gets set (for some reason) to xterm-debian. So I still don't see the problem here. :-/ That does it! The "-tn xterm" option added to the rxvt command solved the problem. For some reason, rxvt set $TERM to rxvt by default. For lynx to work it has to be xterm as you pointed out. Thanks! The bug can be closed! |