Hi Tomeu,<br><br>Thanks, that totally worked. Wish I had asked this question 5 hours ago :).<br><br>There is one more query that I have. We are planning to create a plugin which would help bridge the Read activity with eSpeak (a text to speech engine). 
<br><br>Espeak can be invoked using the following command : <br><pre>espeak --stdout "Hello listening world!" | gst-launch fdsrc fd=0 ! wavparse ! alsasink<br><br><span style="font-family: arial,sans-serif;"></span>
<br></pre>We want to pick the string data from Read and send it to espeak. Which is the best point from where we can pick this string data for speech synthesis?<br><br>Can we pick the string data from Read-activity directly or will we need to look further into evince-olpc?
<br><br>Thanks and Regards,<br>Hemant<br><br><div><span class="gmail_quote">On 10/14/07, <b class="gmail_sendername">Tomeu Vizoso</b> <<a href="mailto:tomeu@tomeuvizoso.net">tomeu@tomeuvizoso.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sun, 2007-10-14 at 00:30 +0530, Hemant Goyal wrote:<br>> Hi<br>><br>> This is a newbie question, I have been trying to run the read-activity<br>> in sugar environment for quite some time now with no success.
<br>>      1. I pulled the latest read-activity source code from git<br>>         repository of read by running ./sugar-jhbuild update. This<br>>         step updated the read-activity source code to version 33.<br>
>      2. I then changed to the sugar shell by runnng ./sugar-jhbuild<br>>         shell.<br>>      3. I then navigated to sugar-jhbuild/source/read-activity.<br>>      4. I ran python setup.py dist to create an xo bundle to check the
<br>>         version number of the activity.<br>>      5. Finally i ran python setup.py<br>>         install /home/hemant/Download/sugar-jhbuild/build from<br>>         sugar-jhbuid/source/read-activity to install the activity.
<br>> I've also tried running ./sugar-jhbuild build several times but I<br>> still cannot see the shortcut/launch icon to the Read Activity in the<br>> Sugar environment. Any step that I am missing?<br><br>Hi,
<br><br>Read does not have any icon in the frame, as it is currently a<br>viewer-only activity, cannot create content.<br><br>You can launch Read by opening a pdf file in the journal. You have two<br>ways of adding a pdf to the journal, one is by downloading a pdf file
<br>with Browse, and the other is by inserting a usb stick with a pdf on it,<br>you can then copy the pdf to the main flash by drag'n'drop if you wish.<br><br>Regards,<br><br>Tomeu</blockquote></div>