Bug 49970 - mc runs lynx in background of current xterm
Summary: mc runs lynx in background of current xterm
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mc
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jonathan Blandford
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-07-25 18:27 UTC by Ian Abbott
Modified: 2013-04-02 04:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-07-25 18:34:51 UTC
Embargoed:


Attachments (Terms of Use)

Description Ian Abbott 2001-07-25 18:27:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)

Description of problem:
When running mc in a xterm or gnome-terminal, etc. and you open a .html 
file, mc runs lynx as a background process on the current (pseudo) tty. 
This is not very useful :-)

How reproducible:
Always

Steps to Reproduce:
1. run mc in an xterm or similar
2. browse to a .html file
3. press enter
	

Actual Results:  Lynx displays the first page of the file with "Press 
space for next page" if the file is long enough. However, any keyboard 
input actually goes to mc's command line, which is still running in the 
foreground! Hitting ^L will refresh mc's display.

Expected Results:  Either open a new xterm (but how would mc decide what 
sort of xterm program you prefer?) or preferably, run lynx in the 
foreground.

Additional info:

Workaround is to edit the line in the /usr/lib/mc/mc.ext file which runs 
lynx on an "Open" event a little bit.

Old version:

 Open=if [ x$DISPLAY = x ]; then lynx -force_html %f; else (lynx %f &); fi

Fixed version:

 Open=lynx -force_html %f

This will always open the .html file in the foreground of the current 
terminal. Works for me ;-)

This bug is also present in RH7.0 and possibly earlier. I haven't checked 
platforms other than i386, but suspect they will also have this bug.

Comment 1 Havoc Pennington 2002-03-04 21:01:49 UTC
We'll pick this up if upstream mc makes the change. Planning to 
upgrade to latest mc for the next release. 

See http://www.gnome.org/projects/mc to contact the upstream mc mailing list.


Note You need to log in before you can comment on or make changes to this bug.