Re: Icedove fails to open mailto: links
On Tuesday 23 June 2015 15:31:28 Curt wrote:
> On 2015-06-22, Jörg-Volker Peetz <jvpeetz@web.de> wrote:
> > This happens sometimes. In that case an icedove process is still running
> > without GUI. Check with, e.g.,
> >
> > $ pidof icedove
>
> And I've been doing 'ps aux | grep <process>' all these years.
Me too. And pidof is even much easier to read.
>
> If I had any dignity I would have kept that to myself.
Me too. :-(
Thanks, Jörg-Volker.
Lisi
>
> > (if your are alone on your computer). If said command returns a process
> > id, then terminate it with
> >
> > $ kill $(pidof icedove)
> >
> > and to make sure
> >
> > $ kill -9 $(pidof icedove)
> >
> > Now, a new icedove session can be started.
> > By the way, same goes for iceweasel.
>
> --
Reply to: