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.60-xdg-utils.patch

23 lines
752 B

Index: asymptote-2.60/settings.cc
===================================================================
--- asymptote-2.60.orig/settings.cc
+++ asymptote-2.60/settings.cc
@@ -98,13 +98,13 @@ string defaultPSViewer="open";
string defaultPDFViewer="open";
string defaultHTMLViewer="open";
#else
-string defaultPSViewer="gv";
-string defaultPDFViewer="acroread";
-string defaultHTMLViewer="google-chrome";
+string defaultPSViewer="xdg-open";
+string defaultPDFViewer="xdg-open";
+string defaultHTMLViewer="xdg-open";
#endif
string defaultGhostscript="gs";
string defaultGhostscriptLibrary="";
-string defaultDisplay="display";
+string defaultDisplay="xdg-open";
string defaultAnimate="animate";
void queryRegistry() {}
const string dirsep="/";