The deskbar-applet creates a firefox zombie process when I login on my Gentoo. $ ps -fax 9389 ? S 0:00 python /usr/lib64/deskbar-applet/deskbar-applet --oaf 9416 ? Z 0:00 \_ [firefox] <defunct> 9429 ? Z 0:00 \_ [firefox] <defunct> Reproducible: Always Steps to Reproduce: 1. Add the deskbar-applet to the gnome panel. 2. logout 3. login in your account. 4. ps -fax Actual Results: $ ps -fax 9389 ? S 0:00 python /usr/lib64/deskbar-applet/deskbar-applet --oaf 9416 ? Z 0:00 \_ [firefox] <defunct> 9429 ? Z 0:00 \_ [firefox] <defunct>
The deskbar-applet-2.22.2 version fix this problem.
From http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.22/deskbar-applet-2.22.2.changes 2008-04-08 Sebastian Pölsterl <sebp@cvs.gnome.org> * deskbar/handlers/mozilla.py: When checking firefox version. Wait until the process terminated to avoid zombie processes.
Thank you for report, Henrique. But next time do not assign bugs by yourself. There is no clear one-two step procedure how to assign bug correctly so leave this task to bugs-wranglers.
2.22.2.1 is now in tree.
(In reply to comment #4) > 2.22.2.1 is now in tree. > Thanks ;-)