From: Edward M <edwardlotus@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Firefox not killing processes on close
Date: Mon, 11 Nov 2013 11:44:22 -0800 [thread overview]
Message-ID: <52813396.9060001@gmail.com> (raw)
In-Reply-To: <20131111185040.GG32524@server>
On 11/11/2013 10:50 AM, Bruce Hill wrote:
> Couldn't you just issue:
> find .mozilla/firefox/ -iname '*.parentlock' 2>/dev/null
> rather than running strace?
Hello:-)
It may work. never tried it
Now I'm thinking probably using a shell script like the
following, can be used instead of strace .
#!/bin/bash
p_lock=`find ~/.mozilla -name "*lock"'
for file in `echo $p_lock`
do
rm "$file"
done
next prev parent reply other threads:[~2013-11-11 19:44 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-10 21:38 [gentoo-user] Firefox not killing processes on close Dale
2013-11-10 21:53 ` staticsafe
2013-11-10 22:07 ` Dale
2013-11-11 22:40 ` Frank Steinmetzger
2013-11-11 22:49 ` Peter Weilbacher
2013-11-12 2:28 ` Dale
2013-11-11 1:07 ` Walter Dnes
2013-11-11 3:53 ` Dale
2013-11-11 6:36 ` Alan McKinnon
2013-11-11 7:39 ` Dale
2013-11-11 11:18 ` Alan McKinnon
2013-11-12 1:13 ` Dale
2013-11-11 14:35 ` gottlieb
2013-11-11 14:58 ` Neil Bothwick
2013-11-11 6:24 ` Yohan Pereira
2013-11-11 7:44 ` Dale
2013-11-11 7:53 ` Yohan Pereira
2013-11-11 8:19 ` Dale
2013-11-22 12:47 ` Dale
2013-11-11 14:52 ` Bruce Hill
2013-11-11 17:13 ` Alexander Kapshuk
2013-11-11 10:11 ` Neil Bothwick
2013-11-11 18:28 ` Edward M
2013-11-11 18:50 ` Bruce Hill
2013-11-11 19:44 ` Edward M [this message]
2013-11-11 19:57 ` Alexander Kapshuk
2013-11-11 20:46 ` Edward M
2013-11-11 20:49 ` Alexander Kapshuk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52813396.9060001@gmail.com \
--to=edwardlotus@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox