Bug 178833

Summary: Unconditional close of the program that was started by mc.ext in X11
Product: [Fedora] Fedora Reporter: Andy Shevchenko <andy>
Component: mcAssignee: Jindrich Novy <jnovy>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: leonard-rh-bugzilla, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-30 16:02:20 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 Andy Shevchenko 2006-01-24 18:01:04 UTC
Description of problem:
When I click key on some file such as *.doc in the mc under X11 terminal the 
application is functionaling in background until mc did not closed.
In other words, oowriter started by following command line
   oowriter %f &
However, '> /dev/null 2>&1' should like to be substituted before '&'.

When I close mc I should not like to close background apps, such as oowriter or 
smth else.

Version-Release number of selected component (if applicable):
mc from last FC3/4 updates.

I think it may be implemented as patch to mc.ext file.

Comment 1 Andy Shevchenko 2006-01-25 11:09:03 UTC
*** Bug 178891 has been marked as a duplicate of this bug. ***

Comment 2 Jindrich Novy 2006-01-25 11:24:45 UTC
Yes, I agree that '>/dev/null 2>&1' should be added to the mc.ext file in order
to not to mess up the mc where an application from background is launched from.

However, I don't see that if I launch, say oowriter, in background that it
terminates when I quit mc it was launched from.

Comment 3 Jindrich Novy 2006-01-30 16:02:20 UTC
I've added a few redirections to /dev/null in mc.ext.

Since I cannot reproduce your bug, I'm closing it NOTABUG.

Feel free to reopen it with proper reproduction case if you think you see a bug.


Comment 4 Andy Shevchenko 2006-01-31 13:58:00 UTC
While now I also can not reproduce it. 
Ok. I agree with NOTABUG resolution.


P.S. If I discover the reproducable case of such behaviour I reopen this report.