• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux - Eyes Applet

I have this stupid applet on my taskbar in Mandrake 7.2....how do I get rid of it? I have double clicked, triple clicked right clicked on it and I cant get rid of it...

someone please tell me how to get rid of it, I have an anxiety disorder and cant take all the eyes looking at me!!!!
 
I love that xeyes thing! That's probably what you're talking about. I run it all the time just because it's so groovy. Keeps me entertained for a few seconds when I get bored.

One sure fire way to kill it:

killall -9 xeyes
or
ps aux | grep xeyes
kill -9 <pid>

Don't have Mandrake installed, can't tell ya where they start it from.

You could also see if it's installed as an RPM.
rpm --query xeyes

If it's there:
rpm --erase xeyes
 
Thanks allot, that took care of it...I should have known better...we just got done covering that stuff in a UNIX course I am taking...duh!!!
 
Back
Top