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 - battery hotplugging
- Implement switchToBattery(), collecting all stuff for onBattery - Implement switchToBattery(), collecting all stuff for onBattery
- notify - notify
- blankscreensaveronly - blantdescreensaveronly
- lowerbrightness - lowerbrightness
- Implement switchToAC(), collecting stuff to run when plugged in: - Implement switchToAC(), collecting stuff to run when plugged in:
- notify - notify
- undo blankscreensaveronly - undo blantdescreensaveronly
- up brightness - up brightness
- Clicking onto the slider should move the handle to the closest tick, but how? - Clicking onto the slider should move the handle to the closest tick, but how?
- support for second battery - support for second battery

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

Loading…
Cancel
Save