Evince for Nokia N800 with djvu, dvi and PS support. matan@svgalib.org Evince 0.9.0 needs newer libdjvu than available from indt (www.maemo.org.br) repository, so I compiled newer version. These packages compiled directly from debian source package on scratchbox (maemo 3.2). If you did not install evince before, you might have missing dependencies (poppler and cairo). To install them, make sure maemo extras repository is enabled, and run the command: apt-get install libpoppler1 libpoppler1-glib libcairo2 Evince itself is compiled from the source downloaded from extras repository, but required some changes in order to compile: mainly removed initialization of signals from file cut-n-paste/toolbar-editor/egg-toolbars-model.c so it might crash if something uses it. The evince package requires the version of libdjvulibre15 in this directory to be installed in order to work. If you want to use DVI support, you need to install maemotex package, and the files in dvifiles.tgz in this directory. To use this file (after installing maemotex), get download dvifiles.tgz to the device, and run the command (as root) tar xzf dvifiles.tgz -C / If you want evince to display postscript files as well, install ghostscript on the device. Install the three gs*.deb files from here (these packages are not application manager compatible, so can be installed only from command line) or download the file gs.tgz and untar it as root, using command: tar xzf gs.tgz -C / It is compiled from source of fedora package, so I did not make a debian package of this. I did not manage to compile debian ghostscript package in scratchbox.