On 2015-06-22, Jörg-Volker Peetz <[email protected]> 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. If I had any dignity I would have kept that to myself. > (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. -- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

