<br><br><div class="gmail_quote">   [21:52] &lt;bemasc&gt; iwikiwi: Read only handles pdf, and nothing else.  You still need all the conversion filters.<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[21:54] &lt;bemasc&gt; (Read actually can handle a few things other than pdf, but not jpg, png, odt, txt, html...)<br>
[21:55] &lt;bemasc&gt; iwikiwi: now, if you want, you could write a &quot;Print&quot; activity that can handle all these types.  Presumably, that means including conversion filters inside the Print activity<br>[21:55] &lt;iwikiwi&gt; bemasc, yep, just checked the documentation, and I want that particular case implemented, that is transfer a file from pendrive, then get it printed, so either I make all file export capable activities print or I just make a cups-pdf printing activity.<br>

[21:55] &lt;iwikiwi&gt; bemasc:  exactly my thoughts :D<br>[21:56] &lt;CIA-56&gt; Sugar: sayamindu sucrose-0.84 * r091d2ead5ef3 /po/es.po: Commit from Sugar Labs: Translation System by user sayamindu. 18 of 18 messages translated (0 fuzzy).<br>

[21:56] &lt;bemasc&gt; iwikiwi: This &quot;Print&quot; activity could actually be built into Read, or it could be its own new Activity.<br>[21:57] &lt;bemasc&gt; That&#39;s something you will have to decide.<br>[21:57] &lt;iwikiwi&gt; bemasc: building it into read seems reasonable, but I wonder if I can add odf viewing to read... if i can everything is solved<br>

[21:58] &lt;bemasc&gt; iwikiwi: of course you can.  Just convert to pdf and open with evince.<br>[21:59] &lt;-- kristianpaul has left this server (Read error: 110 (Connection timed out)).<br>[21:59] &lt;iwikiwi&gt; bemasc: okay, so thats internal again, done. this way journal wont have to be disected much.<br>

[22:00] &lt;bemasc&gt; I like this idea.  The cool thing about Read is the interface, which is designed to be usable (on the XO) in tablet mode.<br>[22:00] &lt;bemasc&gt; If you do it this way, then as an additional benefit, Read will gain the ability to view all these different formats.<br>

[22:01] &lt;iwikiwi&gt; bemasc: okay, so when ever we open files in read, we do this, cups-pdf internally makes a temp object which read displays, and when we exit read, the object is destroyed, mean while within read it can be made a journal item, or sent to moodle or direct printing<br>

[22:02] &lt;iwikiwi&gt; very nice!<br>[22:02] &lt;bemasc&gt; That sounds good to me.<br>[22:02] &lt;bemasc&gt; I&#39;m not sure if you even need cups-pdf, but it might be the easiest way.<br>[22:03] &lt;iwikiwi&gt; hmm, what is the harder way you have in mind?<br>

[22:03] &lt;bemasc&gt; I mean, you want Read to be able to open a .odt file.<br>[22:03] &lt;bemasc&gt; To do that, the .odt has to be converted to pdf, using libabiword.<br>[22:04] &lt;CIA-56&gt; Sugar: sayamindu sucrose-0.84 * rfcd966df0030 /po/es.po: Commit from Sugar Labs: Translation System by user sayamindu. 18 of 18 messages translated (0 fuzzy).<br>

[22:04] &lt;Nubae&gt; tomeu: my ip seems to be blacklisted and I cant commit to git, alsroot suggested I ssh proxy via your server<br>[22:04] &lt;iwikiwi&gt; bemasc: actually this is easier, as i wont be needing to write a new filter<br>

[22:04] &lt;bemasc&gt; So you have two options: you can add a odt filter to cups, and then use cups-pdf.<br>[22:04] &lt;tomeu&gt; heh<br>[22:04] &lt;bemasc&gt; Or you can write your own code to say &quot;it&#39;s an odt, so I&#39;ll use libabiword to convert it&quot;.<br>

[22:04] &lt;tomeu&gt; Nubae: don&#39;t have an account in shell.sl.o?<br>[22:05] &lt;Nubae&gt; nope<br>[22:05] &lt;bemasc&gt; iwikiwi: I don&#39;t know which way is easier.<br>[22:05] &lt;tomeu&gt; Nubae: you should!<br>
[22:05] &lt;tomeu&gt; bernie: happen to be around?<br>
[22:05] &lt;alsroot&gt; tomeu: last time i blacklisted shell.sl.o :) -- but it could be resolved now<br>[22:05] &lt;CIA-56&gt; Sugar: sayamindu sucrose-0.84 * r5cf22accff75 /po/es.po: Commit from Sugar Labs: Translation System by user sayamindu. 18 of 18 messages translated (0 fuzzy).<br>

[22:05] &lt;tomeu&gt; alsroot: the blacklist is not per host and per key?<br>[22:06] &lt;tomeu&gt; hmm<br>[22:06] &lt;Nubae&gt; heh, yeah, it hasnt been needed till now<br>[22:06] &lt;tomeu&gt; no, may be per host<br>[22:06] &lt;Nubae&gt; I&#39;ve deleted my key several times and recreated<br>

[22:06] &lt;alsroot&gt; tomeu: it it per IP-key then its ok<br>[22:06] &lt;Nubae&gt; without luck<br>[22:06] &lt;tomeu&gt; Nubae: can you comment in the ticket already open about it?<br>[22:06] &lt;tomeu&gt; this is really a pita<br>

[22:06] &lt;Nubae&gt; yep<br>[22:06] &lt;iwikiwi&gt; bemasc: I take 2nd, but I think I will leave this one bit till 6th, so i can actually play with the abiword framework code :p<br>[22:07] &lt;iwikiwi&gt; i have endsem exams running atm<br>

<br><br>pretty much sums it up, its either use pyabiword or cups-pdf for internal conversion :D<br>
</blockquote></div><br>