<html><head></head><body><div class="gmail_quote">Roger <arelem@bigpond.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: sans-serif">Diverging from the increasing number of posts on this desktop somewhat <br />repetitive 'removing Unity' topic.<br />I reference a somewhat more pressing (for me)  problem with Unity and <br />Thunderbird<br /><br />Precise 12.04 with latest updates.<br />Once Thunderbird is started in Unity more than once over a couple of <br />hours it cannot be killed, at least on my machine, and it eats up memory <br />and cpu time. My only option is to open a terminal and sudo shutdown now.<br /><br />I shut down Thunderbird by clicking on the (X) and find it cannot be <br />restarted but produces an error message that Thunderbird is running, <br />stop the process or restart the machine.<br />ps aux shows<br />3758 10.0  4.4 521304 92752 ?        Sl   08:15   0:55 <br />/usr/lib/thunderbird/thunderbird-bin<br />sudo kill 3758 has no effect<br />After 3 hours the pc has slowed to a crawl and has to be
restarted.<br /><br />I have never experienced this with any previous version of thunderbird.<br />Has anyone else noticed this?<br />Is there any other way to kill the app other than the above.<br />Roger<br /><br />-- <br />ubuntu-users mailing list<br />ubuntu-users@lists.ubuntu.com<br />Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br /></pre></blockquote></div><br clear="all">Try:<br>
killall -9 thunderbird<br>
or<br>
killall - 9 thunderbird-bin<br>
or<br>
killall -9 ps#<br>
HTH,<br>
A. Jorge Garcia<br>
Applied Math and CS<br>
<a href="http://shadowfaxrant.blogspot.com">http://shadowfaxrant.blogspot.com</a><br>
<a href="http://www.youtube.com/calcpage2009">http://www.youtube.com/calcpage2009</a><br>
-- <br>
Sent from my Android phone with K-9 Mail. Please excuse my brevity.</body></html>