blob: f261af66529d43d0a432b50e38588b3100a08f1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
diff -r -U2 asymptote-1.47.orig/settings.cc asymptote-1.47/settings.cc
--- asymptote-1.47.orig/settings.cc 2008-10-23 14:06:15.000000000 +0700
+++ asymptote-1.47/settings.cc 2008-11-02 03:51:08.000000000 +0600
@@ -81,12 +81,12 @@
const char *HOME="HOME";
const char pathSeparator=':';
-string defaultPSViewer="gv";
+string defaultPSViewer="xdg-open";
#ifdef __APPLE__
string defaultPDFViewer="open";
#else
-string defaultPDFViewer="acroread";
+string defaultPDFViewer="xdg-open";
#endif
string defaultGhostscript="gs";
-string defaultDisplay="display";
+string defaultDisplay="xdg-open";
string defaultPython;
const string docdir=ASYMPTOTE_DOCDIR;
|