[PD-cvs] packages/patches better_html_url_handling_on_linux-0.40.3.patch, 1.1, 1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Oct 17 19:44:46 CEST 2007


Update of /cvsroot/pure-data/packages/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3179

Modified Files:
	better_html_url_handling_on_linux-0.40.3.patch 
Log Message:
checked in fix for when Pd launchs the browser directly.  It needs to start it with an & so that Pd doesn't wait for it to finish

Index: better_html_url_handling_on_linux-0.40.3.patch
===================================================================
RCS file: /cvsroot/pure-data/packages/patches/better_html_url_handling_on_linux-0.40.3.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** better_html_url_handling_on_linux-0.40.3.patch	10 Oct 2007 05:18:55 -0000	1.1
--- better_html_url_handling_on_linux-0.40.3.patch	17 Oct 2007 17:44:44 -0000	1.2
***************
*** 19,23 ****
  +                  if {[string length $browser]} {
  +                         puts stderr [format "%s %s" $browser $filename]
! +                         exec sh -c [format "%s %s" $browser $filename]
  +                         break
  +                     }
--- 19,23 ----
  +                  if {[string length $browser]} {
  +                         puts stderr [format "%s %s" $browser $filename]
! +                         exec -- sh -c [format "%s %s" $browser $filename] &
  +                         break
  +                     }





More information about the Pd-cvs mailing list