/[pkgs]/devel/texlive/texlive-2007-browser.patch
ViewVC logotype

Contents of /devel/texlive/texlive-2007-browser.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sun Dec 2 08:03:19 2007 UTC (23 months, 3 weeks ago) by jnovy
Branch: MAIN
CVS Tags: texlive-2007-46_fc13, texlive-2007-32_fc10, texlive-2007-44_fc12, texlive-2007-26_fc9, texlive-2007-39_fc11, texlive-2007-11_fc9, texlive-2007-10_fc9, texlive-2007-22_fc9, texlive-2007-33_fc10, texlive-2007-40_fc11, F-12-split, texlive-2007-0_17_fc9, texlive-2007-2_fc9, texlive-2007-41_fc10, texlive-2007-41_fc11, texlive-2007-36_fc11, texlive-2007-42_fc11, F-10-split, F-11-split, texlive-2007-23_fc9, texlive-2007-20_fc9, texlive-2007-21_fc9, texlive-2007-8_fc9, texlive-2007-4_fc9, F-9-split, texlive-2007-27_fc9, texlive-2007-30_fc10, texlive-2007-31_fc10, texlive-2007-47_fc13, texlive-2007-13_fc9, texlive-2007-19_fc9, texlive-2007-18_fc9, texlive-2007-28_fc9, texlive-2007-24_fc9, texlive-2007-25_fc9, texlive-2007-5_fc9, texlive-2007-7_fc9, texlive-2007-6_fc9, texlive-2007-35_fc10, texlive-2007-17_fc9, texlive-2007-1_fc9, texlive-2007-34_fc10, texlive-2007-9_fc9, texlive-2007-37_fc11, texlive-2007-43_fc12, texlive-2007-38_fc11, texlive-2007-3_fc9, texlive-2007-12_fc9, texlive-2007-16_fc9, texlive-2007-15_fc9, texlive-2007-14_fc9, texlive-2007-29_fc10, texlive-2007-45_fc13, HEAD
File MIME type: text/x-patch
initial import
1 --- tetex-src-3.0/texk/xdvik/browser.c.browser 2004-11-12 10:25:26.000000000 +0900
2 +++ tetex-src-3.0/texk/xdvik/browser.c 2005-02-07 15:22:31.849488410 +0900
3 @@ -39,7 +39,10 @@
4 #include "statusline.h"
5
6 static const char *const default_browser_cmd =
7 - "netscape -raise -remote \"openURL(%s,new-window)\""
8 + "xdg-open %s"
9 + ":firefox -remote \"openURL(%s,new-window)\""
10 + ":mozilla -remote \"openURL(%s,new-window)\""
11 + ":xterm -e w3m %s"
12 ":xterm -e lynx %s"
13 ":xterm -e wget %s";
14
15 --- tetex-src-3.0/texk/xdvik/gui/xm_prefsP.h.browser 2004-04-22 06:12:09.000000000 +0900
16 +++ tetex-src-3.0/texk/xdvik/gui/xm_prefsP.h 2005-02-07 15:22:31.850488229 +0900
17 @@ -96,8 +96,10 @@
18 #define Xdvi_APPLY_STR "Apply"
19
20 #define Xdvi_PREFS_BROWSER_DEFAULTS \
21 + "xdg-open %s\n" \
22 + "firefox -remote 'openURL(%s,new-window)'\n" \
23 "mozilla -remote 'openURL(%s,new-window)'\n" \
24 - "netscape -raise -remote 'openURL(%s,new-window)'\n" \
25 + "xterm -e w3m %s\n" \
26 "xterm -e lynx %s\n" \
27 Xdvi_ADD_COMMAND_STR
28 #define Xdvi_PREFS_EDITOR_DEFAULTS \
29 --- tetex-src-3.0/texk/xdvik/xdvi.1.in.browser 2005-01-21 01:51:45.000000000 +0900
30 +++ tetex-src-3.0/texk/xdvik/xdvi.1.in 2005-02-07 15:22:31.854487501 +0900
31 @@ -365,7 +365,7 @@
32 .B WWWBROWSER
33 (in that order) are used to determine the browser command. If these are
34 not set either, the following default value is used:
35 -.SB netscape -raise -remote "openURL(%s,new-window)":xterm -e lynx %s:xterm -e wget %s
36 +.SB xdg-open %s:firefox -remote -remote "openURL(%s,new-window)":mozilla -remote "openURL(%s,new-window)":xterm -e w3m %s:xterm -e lynx %s:xterm -e wget %s
37 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
38 .TP
39 .BI \-bw " width"

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2