From 274f61fd37250e84a1b0eb81e214754fcef1cd05 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 10 Jan 2009 23:00:06 +0000 Subject: more patches that miller accepted svn path=/trunk/; revision=10508 --- .../better_html_url_handling_on_linux-0.40.3.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 packages/patches/better_html_url_handling_on_linux-0.40.3.patch (limited to 'packages/patches/better_html_url_handling_on_linux-0.40.3.patch') diff --git a/packages/patches/better_html_url_handling_on_linux-0.40.3.patch b/packages/patches/better_html_url_handling_on_linux-0.40.3.patch deleted file mode 100644 index e3aa8099..00000000 --- a/packages/patches/better_html_url_handling_on_linux-0.40.3.patch +++ /dev/null @@ -1,27 +0,0 @@ -Index: u_main.tk -=================================================================== -RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v -retrieving revision 1.25 -diff -u -w -r1.25 u_main.tk ---- u_main.tk 9 Oct 2006 04:36:12 -0000 1.25 -+++ u_main.tk 10 Oct 2007 05:12:38 -0000 -@@ -386,9 +386,16 @@ - global pd_nt - - if {$pd_nt == 0} { -- exec sh -c \ -- [format "firefox file:%s || mozilla file:%s " \ -- $filename $filename] & -+ foreach candidate \ -+ { gnome-open xdg-open sensible-browser iceweasel firefox mozilla \ -+ galeon konqueror netscape lynx } { -+ set browser [lindex [auto_execok $candidate] 0] -+ if {[string length $browser]} { -+ puts stderr [format "%s %s" $browser $filename] -+ exec -- sh -c [format "%s %s" $browser $filename] & -+ break -+ } -+ } - } elseif {$pd_nt == 2} { - puts stderr [format "open %s" $filename] - exec sh -c [format "open %s" $filename] -- cgit v1.2.1