You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/asymptote/files/asymptote-2.15-xdg-utils.patch

23 lines
689 B

Index: asymptote-2.15/settings.cc
===================================================================
--- asymptote-2.15.orig/settings.cc
+++ asymptote-2.15/settings.cc
@@ -96,14 +96,14 @@ bool msdos=false;
string HOME="HOME";
string docdir=ASYMPTOTE_DOCDIR;
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 defaultAnimate="animate";
void queryRegistry() {}
const string dirsep="/";