Rename a number of libraries and executables to avoid conflicts with KDE4

pull/2/head
Timothy Pearson 11 years ago
parent 3979d62a07
commit e2562e95b9

@ -28,12 +28,12 @@ FIXED:
- battery hotplugging
- Implement switchToBattery(), collecting all stuff for onBattery
- notify
- blankscreensaveronly
- blantdescreensaveronly
- lowerbrightness
- Implement switchToAC(), collecting stuff to run when plugged in:
- notify
- undo blankscreensaveronly
- undo blantdescreensaveronly
- up brightness
- Clicking onto the slider should move the handle to the closest tick, but how?
- support for second battery

@ -12,7 +12,7 @@
import dbus
import dbus.glib
import os, time
from dcopext import DCOPClient, DCOPApp # Used for kscreensaver
from dcopext import DCOPClient, DCOPApp # Used for tdescreensaver
import xf86misc
DEBUG = False

Loading…
Cancel
Save