
xAlertU
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is an iAlertU [http://ialertu.sourceforge.net/] inspired plasmoid for Linux and KDE.
xAlertU is an alarm system for your laptop that uses the motion sensor, mouse sensor and AC Adapter sensor to trigger the alarm and the webcam to capture the image of the thief. Also xAlertU can take a screenshot, and report to the user by e-mail.
xAlertU is written in C++ as a plasmoid for Plasma Desktop.
Future versions will support other triggers like keyboard and remote control through lirc.
Patches, translations, distribution packages, comments, suggestions, bug reports and any other feedback are welcome.
10 years ago
0.1
---
Initial Realease
10 years ago
0.1
---
Initial Realease
ftso
10 years ago
I had written a shell script for this job.
You can add also sms alert using the pysmssend cli version :)
http://pysmssend.silverarrow.org/
Report
lordt
10 years ago
Report
dglent
10 years ago
I have this error in make :
In file included from /home/dglent/xalertu/xalertu.cpp:23:
/home/dglent/xalertu/xalertu.h:40:30: error: qt4/QtGui/QPainter: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
/home/dglent/xalertu/xalertu.h:41:34: error: qt4/QtGui/QFontMetrics: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
/home/dglent/xalertu/xalertu.h:42:29: error: qt4/QtCore/QSizeF: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
/home/dglent/xalertu/xalertu.h:54:29: error: qt4/Qt/qthread.h: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
make[2]: *** [CMakeFiles/plasma_applet_xalertu.dir/xalertu.o] Error 1
make[1]: *** [CMakeFiles/plasma_applet_xalertu.dir/all] Error 2
make: *** [all] Error 2
Report
dglent
10 years ago
#include </usr/lib/qt4/include/QtGui/QPainter>
#include </usr/lib/qt4/include/QtGui/QFontMetrics>
#include </usr/lib/qt4/include/QtCore/QSizeF>
but it does nt finish because of this:
/usr/bin/ld: cannot find -lsolidcontrol
collect2: η ld επέστρεψε κατάσταση εξόδου 1
make[2]: *** [lib/plasma_applet_xalertu.so] Error 1
make[1]: *** [CMakeFiles/plasma_applet_xalertu.dir/all] Error 2
make: *** [all] Error 2
Report
lordt
10 years ago
Report
dglent
10 years ago
Here you can find the rpm for Mandriva :
http://www.mandrivalinux.gr/rpm/2010.1/i586/plasma-applet-xalertu-0.1-1mgr2010.1.i586.rpm
Report
lordt
10 years ago
Report