Notice that when running firefox I was seeing a zombie program running 
that is linked to restorecon??

Looked at script and found this line in it.

    restorecon -vr ~/.mozilla/firefox/* &

It does clear once firefox is closed, but nothing would clear it while 
running.

I changed the line to 
    restorecon -vr ~/.mozilla/firefox/* #&
And no longer get the zombie? 
Takes almost no time to run the command, so not  sure what the purpose 
of have the & on the line is?

+------------------------------------------------------------+
 Michael D. Setzer II - Computer Science Instructor (Retired)     
 mailto:mi...@guam.net                            
 mailto:msetze...@gmail.com
 Guam - Where America's Day Begins                        
 G4L Disk Imaging Project maintainer 
 http://sourceforge.net/projects/g4l/
+------------------------------------------------------------+


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to