[Bugs] #3453 Clock UNSP: Clock does not speak in olpc build 12.1.0

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Tue Jun 5 01:11:22 EDT 2012


#3453: Clock does not speak in olpc build 12.1.0
------------------------------------------+---------------------------------
    Reporter:  manuq                      |          Owner:  garycmartin                
        Type:  defect                     |         Status:  new                        
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  Clock                      |        Version:  0.95.x                     
    Severity:  Unspecified                |       Keywords:  12.1.0                     
Distribution:  OLPC                       |   Status_field:  Unconfirmed                
------------------------------------------+---------------------------------

Comment(by RafaelOrtiz):

 Ariel and me, found that there is a gst issue..


 452         try:
 453             pipe = gst.parse_launch(pipeline)
 454             bus = pipe.get_bus()
 455             bus.add_signal_watch()
 456             bus.connect('message', gstmessage_cb, pipe)
 457             pipe.set_state(gst.STATE_PLAYING)

 commenting this code seems to fix the problem, but the code needs to be
 changed, as we saw it gst is being run inside a thread to use espeak, and
 this call to espeak in the thread doesn't have all the needed
 configuration for espeak that is in speaker.py.

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/3453#comment:10>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list