Although this has been fixed, another good one would be:

killall -r firefox

The -r signifies a regular expression, so all processes with firefox
are killed. Perhaps -9 does the same thing, I haven't tried that
before.

The original OP screen-shots gave me a good laugh- it's always funny
to see Windows viruses attempting to run in Linux =)

--
Jeremy MountainJohnson
Jeremy.MountainJohnson at gmail.com


On Wed, Jun 8, 2011 at 3:07 PM, Andrew S. Zbikowski <andyzib at gmail.com> wrote:
>
> When all else fails, command line:
>
> # ps aux | grep firefox
> # kill -9 <insert PID here>
>      or
> # killall -9 firefox
>
> Should do the trick. Don't restore your tabs when you restart Firefox.
>
> --
> Andrew S. Zbikowski | http://andy.zibnet.us
> IT Outhouse Blog Thing | http://www.itouthouse.com
>
> _______________________________________________
> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
> tclug-list at mn-linux.org
> http://mailman.mn-linux.org/mailman/listinfo/tclug-list
>