Search found 6 matches

by czz
Wed Dec 23, 2009 4:02 pm
Forum: Hardware & Laptops with LXDE
Topic: eeepc debian battery alarm perl script
Replies: 6
Views: 9672

Re: eeepc debian battery alarm perl script

Ii have just change to squeeze kernel 2.6.30 because of the Super Hybrid Engine support. This workaround doesn't work with this kernel, so i make some changes. #!/usr/bin/perl ############################################################ ### Script for allerting when battery is low on LXDE eeepc ### ...
by czz
Thu Dec 17, 2009 12:30 am
Forum: Hardware & Laptops with LXDE
Topic: eeepc debian battery alarm perl script
Replies: 6
Views: 9672

Re: eeepc debian battery alarm perl script

Sorry if i am late for the answer

Nice kevin i really appreciate that you implemented the script :)

We could try to implement the lxde battery bar with c++ for people ho has eeepc.

The script is a workaround but it works.

Let me know
by czz
Tue Jun 16, 2009 4:39 pm
Forum: Hardware & Laptops with LXDE
Topic: eeepc debian battery alarm perl script
Replies: 6
Views: 9672

Re: eeepc debian battery alarm perl script

last thing to set up is the file sound inside the script.

line:

$warning = `zenity --warning --text="Batteria Scarica" & aplay /usr/share/sounds/system_sounds/Drip.wav`;

giust change the path of the .wav

MUST HAVE APLAY INSTALLED
by czz
Tue Jun 16, 2009 4:33 pm
Forum: Hardware & Laptops with LXDE
Topic: eeepc debian battery alarm perl script
Replies: 6
Views: 9672

Re: eeepc debian battery alarm perl script

sorry i forgot and & in the script so this is it : #!/usr/bin/perl ############################################################ ### Script for allerting when battery is low on LXDE eeepc ### Author: Luca Cuzzolin ### Opensourse ############################################################ ## Subr...
by czz
Tue Jun 16, 2009 3:26 pm
Forum: Hardware & Laptops with LXDE
Topic: eeepc debian battery alarm perl script
Replies: 6
Views: 9672

eeepc debian battery alarm perl script

Intill debian doesn't fix this problem i made a script for a battery alarm. YOU MUST HAVE ZENYTY INSTALLED TO WORK ------------------------------------------------------------------------------------------------ #!/usr/bin/perl ############################################################ ### Script ...
by czz
Wed May 13, 2009 10:52 am
Forum: LXDE Development & Programming
Topic: Applets Development
Replies: 1
Views: 4932

Re: Applets Development

put you .desktop on .config/autostart/ situated in your home.

can you post the applet please.

i would like to try it