summaryrefslogtreecommitdiff
blob: a24cd0f661ef1d32f3b018f25836033145caaf5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: asymptote-1.55/settings.cc
===================================================================
--- asymptote-1.55.orig/settings.cc
+++ asymptote-1.55/settings.cc
@@ -80,14 +80,14 @@ const bool haveglut=false;
 bool msdos=false;
 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;
 void queryRegistry() {}