[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Simon Busch morphis at gravedo.de
Sat Aug 6 08:20:21 UTC 2011


The following commit has been merged in the debian branch:
commit dfeb4381aea84e83577973723d3fb39f49cf4e5b
Author: Simon Busch <morphis at gravedo.de>
Date:   Tue Apr 5 19:29:43 2011 +0200

    oevents: update configuration for palmpre machine

diff --git a/etc/freesmartphone/oevents/palmpre/rules.yaml b/etc/freesmartphone/oevents/palmpre/rules.yaml
index 9029311..3a5b705 100644
--- a/etc/freesmartphone/oevents/palmpre/rules.yaml
+++ b/etc/freesmartphone/oevents/palmpre/rules.yaml
@@ -21,29 +21,12 @@
 # - Time(hour, min)         : create a trigger activated at the given time
 # - Debug(msg)              : Action that prints a debug message (only for debuging)
 
-#
-# On incomming messages play some nice sound
-#
--
-    trigger: IncomingMessage()
-    actions: MessageTone(play)
-
-#
-# Handle some call events
-#
--
-    while: CallListContains("INCOMING")
-    filters: Not(CallListContains("ACTIVE"))
-    actions:
-             - RingTone()
-             - OccupyResource(Display)
 
-#
 # Handle changes to the backlight power (display turns on/off). Here we need to tell our
 # touchscreen management daemon to enable/disable touchscreen access as it will otherwise
 # read invalid values which lets the touchscreen to not work anymore until we restart it
 # completly.
-#
+
 - 
     trigger: BacklightPower()
     filters:

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list