View Single Post
Old 01-12-2008, 01:48 PM   #6
daudi
Addict
daudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-booksdaudi has learned how to read e-books
 
Posts: 281
Karma: 904
Join Date: Oct 2007
Location: Kent, UK
Device: iRex iLiad, Psion 5MX, nokia n800
I open the PDF from my PC biblio manager. The correct number of pages for the PDF are displayed at the bottom of the screen.
When I log in I see this:
Code:
dave@upanga:~$ ssh root@192.168.11.3
root@192.168.11.3's password: 
root@ereader:~# ps ax | grep ipdf
 1287 root        540 S   sh -c DISPLAY=:0 ipdf /mnt/usb/iliad/library/articles/albala02.pdf/albala02.pdf 
 1288 root      10972 S   ipdf /mnt/usb/iliad/library/articles/albala02.pdf/albala02.pdf 
 1289 root      10972 S   ipdf /mnt/usb/iliad/library/articles/albala02.pdf/albala02.pdf 
 1290 root      10972 S   ipdf /mnt/usb/iliad/library/articles/albala02.pdf/albala02.pdf 
 1300 root        448 S   grep ipdf 
root@ereader:~#
Then after I press the Docs button (for example, the number of pages changes to the number of pages that the contenlister would show for Docs (and likewise for Notes, etc) but the PDF is still displayed. The flipbar changes between pages 1 and 2 of the Docs folder, and does not affect image of the PDF displayed.

Code:
root@ereader:~# ps ax | grep ipdf
shows the same as above. If I then start to kills things:

Code:
root@ereader:~# kill 1287
root@ereader:~# ps ax | grep ipdf
 1288 root      10972 S   ipdf /mnt/usb/iliad/library/articles/albala02.pdf/albala02.pdf 
 1289 root      10972 S   ipdf /mnt/usb/iliad/library/articles/albala02.pdf/albala02.pdf 
 1290 root      10972 S   ipdf /mnt/usb/iliad/library/articles/albala02.pdf/albala02.pdf 
 1306 root        448 S   grep ipdf
This still leaves the image of the PDF on the screen.

Code:
root@ereader:~# kill 1288
root@ereader:~# ps ax | grep ipdf
 1308 root        448 S   grep ipdf 
root@ereader:~#
Now it has gone.
daudi is offline   Reply With Quote