knotify4 is eating up the CPU
Problem
Sometimes the process knotify4 eats up the CPU cycles. I don’t know exactly what it is good for and why it is launched when I use Gnome, but it’s there. How to get rid of it?
Solution
When I see this process running, I always kill it (killall knotify4). As a more permanent solution, I made it unexecutable:
sudo chmod 644 /usr/bin/knotify4 sudo mv /usr/bin/knotify4 /usr/bin/knotify4.bak # update, the previous step was not enough
I hope that’s the end of the story :)
Update (20111013)
Just a few minutes ago my CPU was under heavy load again. I checked “top“, and guess who was the guilty one again? Right, knotify4. I had already renamed it to knotify4.bak but something (maybe an update) restored the /usr/bin/knotify4 file :) Damn… Maybe we should write a crontab job that checks once a day if this f* is there.
I found some info about knotify4 here. Apparently, “knotify4 is required for delivering all notifications in KDE, including sound, text to speech, visual, command execution and taskbar flashing…” But why does it want to burn the CPU? No idea…
Leave a Reply Cancel reply
Blog Stats
- 312,110 hits
Random Post
Recent Posts
Tags
Categories
Blogs that I follow
Archives
- May 2013 (8)
- April 2013 (20)
- March 2013 (10)
- February 2013 (7)
- January 2013 (26)
- December 2012 (18)
- November 2012 (13)
- October 2012 (9)
- September 2012 (8)
- August 2012 (7)
- July 2012 (3)
- June 2012 (9)
- May 2012 (16)
- April 2012 (32)
- March 2012 (18)
- February 2012 (17)
- January 2012 (12)
- December 2011 (8)
- November 2011 (18)
- October 2011 (18)
- September 2011 (32)
- August 2011 (13)
- July 2011 (16)
- June 2011 (6)
- May 2011 (14)
- April 2011 (30)
- March 2011 (45)
- February 2011 (42)
- January 2011 (28)
- December 2010 (14)
- November 2010 (29)
- October 2010 (15)
- September 2010 (5)
confirm same problem after upgrading to 11.04…i’m using gnome, the only kde app i use is yakuake terminal, not sure if that’s the reason of this behaviour…
i haven’t have this problem before upgrade, although i have used yakuake before
Don’t use yakuake in gnome , use guake..