Root/dsv/README

1Setting the PDF viewer
2----------------------
3
4If the environment variable DSV_VIEWER is set, dsv will launch the
5program specified there.
6
7If DSV_VIEWER is not set but DSV_PDFVIEWER is set, dsv will launch
8the program specified in DSV_PDFVIEWER.
9
10If neither DSV_VIEWER nor DSV_PDFVIEWER are set, dsv will run
11xdg-open to launch the viewer.
12
13xdg-open typically defaults to the "evince" viewer. The default
14can be changed from the command line with
15
16xdg-mime default APPLICATION application/pdf
17
18where APPLICATION is one of the *.desktop files typically found
19in /usr/share/applications/ or /usr/local/share/applications/
20
21For example, to make xpdf the default xdg-open (and hence many
22other applications) uses, one would run
23
24xdg-mime default xpdf.desktop application/pdf
25

Archive Download this file

Branches:
master



interactive