mimosa wrote:Glad you got it working!

That was on the one computer. The other two have me baffled. I am trying to ascertain the problems. I installed Salix LXDE 13.37 also on my wife's tired Dell Latitude D505 laptop and my EeePC 701. Despite having done everything exactly the same, I am getting the following errors from batterymon:
Dell from the /opt/batterymon directory
Code: Select all
$ ./batterymon.py
2012-02-09 22:24:58,159 - batterymon - ERROR - org.freedesktop.Hal.NoSuchProperty: No property battery.remaining_time on device with id /org/freedesktop/Hal/devices/computer_power_supply_battery_BAT0
Dell from /home/user
Code: Select all
$ batterymon
2012-02-09 22:26:21,393 - batterymon - ERROR - Theme default does not exists, falling back to default
2012-02-09 22:26:21,393 - batterymon - ERROR - Theme default does not exists, falling back to default
2012-02-09 22:26:21,393 - batterymon - CRITICAL - Default theme does not exists, fatal
2012-02-09 22:26:21,393 - batterymon - CRITICAL - Default theme does not exists, fatal
EeePC 701 from the /opt/batterymon directory
Code: Select all
$ ./batterymon.py
You do not seem to have libnotify installed. Notifications won't work.
2012-02-09 22:15:53,281 - batterymon - ERROR - org.freedesktop.Hal.NoSuchProperty: No property battery.remaining_time on device with id /org/freedesktop/Hal/devices/computer_power_supply_battery_BAT0
2012-02-09 22:15:53,281 - batterymon - ERROR - org.freedesktop.Hal.NoSuchProperty: No property battery.remaining_time on device with id /org/freedesktop/Hal/devices/computer_power_supply_battery_BAT0
^CTraceback (most recent call last):
File "./batterymon.py", line 525, in <module>
gtk.main()
(I do have libnotify installed.) EeePC 701 from the /home/user directory
Code: Select all
$ batterymon
You do not seem to have libnotify installed. Notifications won't work.
2012-02-09 22:26:21,393 - batterymon - ERROR - Theme default does not exists, falling back to default
2012-02-09 22:26:21,393 - batterymon - ERROR - Theme default does not exists, falling back to default
2012-02-09 22:26:21,393 - batterymon - CRITICAL - Default theme does not exists, fatal
2012-02-09 22:26:21,393 - batterymon - CRITICAL - Default theme does not exists, fatal
Any ideas? I have double checked that I ran
Code: Select all
# chmod +x /usr/local/bin/battrymon
on the file on both computers.