Linux - Eyes Applet

UsuLsuspct

Member
Aug 15, 2000
30
0
0
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!!!!
 

perry

Diamond Member
Apr 7, 2000
4,018
1
0
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
 

UsuLsuspct

Member
Aug 15, 2000
30
0
0
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!!!