Linux Commands Examples

A great documentation place for Linux commands

evince

GNOME document viewer The Evince Document Viewer application for the GNOME desktop environment

add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

3
source
            
evince "$@"
3
source
            
evince lab_place.pdf &
1
source

How to set default browser for PDF reader Evince on Linux?

Set the default browser in Gnome applications with gnome-default-applications-properties.

0
source
            
evince c.pdf &
0
source
            
function evince {
apt-get install -y evince
}
0
source

Where does evince store its settings?

The per document settings are stored in the file ~/.gnome2/evince/ev-metadata.xml.

0
source

PDFs open in GIMP on Linux system

A bit of further research found that the offending file was ~/.local/share/applications/mimeapps.lst

0
source

How to prevent evince from contacting other instances?

It seems that previous Evince versions (up to 2.28) had the behavior I described in my question. Fortunately, version 2.30 changed that behavior to the one I wanted.

So, the answer is: update Evince to 2.30 or newer.

0
source

Why does Evince for Windows look so much cleaner than the Linux version?

You say "Linux", but you might be looking at two entirely different versions of Evince, depending on which "Linux" you're using. The name and exact version number of your Linux distro would help. Chances are good that simply using the latest stable version of Evince on Linux will resolve the issue. Evince, and all GNOME programs, have been rapidly changing of late due to the release of a new major version of GNOME (GNOME 3). If you are running a pre-GNOME3 distro, in particular, it will have very old versions of packages.

0
source

bogus memory allocation size in RedHat Linux Enterprise 5

You could try ghostscript or Okular or kpdf or another free viewer.

You could install Foxit or Adobe reader proprietary software for Linux.

You could see if there are updates available for your RHE5 system.

You could report the bug and wait for Red Hat to fix it. :)

description

evince

Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. For more general information about Evince please visit our website at http://www.gnome.org/projects/evince/

options

-?, -h, --help

Prints the command line options.

-p, --page-label=PAGE

Open the document on the page with the specified page label (or page number).

-p, --page-index=NUMBER

Open the document on the page with the specified page index (this is the exact page number, not a page label).

-f, --fullscreen

Run evince in fullscreen mode.

-s, --presentation

Run evince in presentation mode.

-l, --find=string

You can pass a word or phrase here. If it exists, evince will display the document and the first match.

filename(s)...

Specifies the file to open when Evince starts. If this is not specified, Evince will open a blank window. Multiple files can be loaded if they are separated by spaces. Evince also supports handling of remote files. For example, you can pass the location on the web or load a file from a FTP server, like "ftp://adobe.com/sample.pdf".

print preview options

These options are primarily intended for use with the GTK+ print preview function. For more information about these options see http://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-print-preview-command
-w, --preview

Run evince as a previewer.

--unlink-temp-file

If evince is run in preview mode, this will unlink the temporary file created by GTK+.

--print-settings %s %f

This sends the full path of the PDF file, f, and the settings of the print dialog, s, to evince.

syntax

evince [--help] [--page-label=PAGE | --page-index=NUMBER] [--fullscreen] [--presentation] [--preview] [--find=STRING] [filename(s)...]


bugs

If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=evince.

How can this site be more helpful to YOU ?


give  feedback