Page 1 of 1

amazing "alert" to monitor desktop

Posted: Tue Jun 09, 2009 11:25 pm
by johnnytolengo
Hi, I want to share with you all some interesting thing you can to add to filters.

It is a simple ALERT in your desktop when some event occours.

It is a screenX alert not a firefox or other.

I installed just with: (UBUNTU)

#apt-get install libgtk2.0-dev
#wget https://launchpad.net/ubuntu/jaunty/+so ... age/0.16-1
#tar -xvzf yourpack.....
#cd yourpack......
#./configure
if all ok then

# make & make install

then you will have in that directory a file named sm

just try to do

# ./sm hello world

The last part is to create a script in to filters.pl to run it

Enjoy it!

J.