[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.9.5.9+git20110512-1-44-g2b0bd1a

Felix Huber felix.huber at schyf.de
Tue May 15 11:58:56 UTC 2012


The following commit has been merged in the debian branch:
commit a8a1ec32e4d29d636204bb8e07233c49e4cf13e8
Author: Felix Huber <felix.huber at schyf.de>
Date:   Tue Sep 6 21:39:56 2011 +0200

    ophoned: disable gsm functions until used by app

diff --git a/framework/subsystems/ophoned/ophoned.py b/framework/subsystems/ophoned/ophoned.py
index 03b50a2..3279edf 100644
--- a/framework/subsystems/ophoned/ophoned.py
+++ b/framework/subsystems/ophoned/ophoned.py
@@ -47,7 +47,10 @@ class Phone(dbus.service.Object):
             introspect = False,
             follow_name_owner_changes = True
         )
-        self.gsm.connect_to_signal( 'ResourceChanged', self.on_resource_changed )
+        # FIXME
+        # FxH disbled because no clients are there yet to remove to call objects (see remark in gsm.py)
+        # Moreover, the removal of the GSM protocol when suspending causes exceptions after resume (stale references?)  
+        # self.gsm.connect_to_signal( 'ResourceChanged', self.on_resource_changed )
         self.headset = HeadsetManager( self.bus, self.on_bt_answer_requested, self.on_bt_connection_status )
         gobject.idle_add( self.on_startup )
 

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list